|
|
|
| 1 | 2025-08-26T20:19:21.178Z | job assigned to worker 01K3M0E4FSAFEJT6VJR2T6J4K6 [factory gimlet-EVT22200007-propolis, EVT22200007/39578] (queued for 0 s) |
| |
| 2 | 2025-08-26T20:19:21.290Z | starting task 0: "setup" |
| 3 | 2025-08-26T20:19:21.315Z | ++ uname -s |
| 4 | 2025-08-26T20:19:21.315Z | + kern=SunOS |
| 5 | 2025-08-26T20:19:21.315Z | + build_user=build |
| 6 | 2025-08-26T20:19:21.315Z | + build_uid=12345 |
| 7 | 2025-08-26T20:19:21.315Z | + work_dir=/work |
| 8 | 2025-08-26T20:19:21.315Z | + input_dir=/input |
| 9 | 2025-08-26T20:19:21.315Z | + [[ 0 == 12345 ]] |
| 10 | 2025-08-26T20:19:21.315Z | + case "$kern" in |
| 11 | 2025-08-26T20:19:21.315Z | + groupadd -g 12345 build |
| 12 | 2025-08-26T20:19:21.340Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-08-26T20:19:23.327Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-08-26T20:19:23.372Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-08-26T20:19:23.396Z | + home_fs=zfs |
| 16 | 2025-08-26T20:19:23.397Z | + [[ zfs == autofs ]] |
| 17 | 2025-08-26T20:19:23.397Z | + mkdir -p /home/build |
| 18 | 2025-08-26T20:19:23.397Z | + chown build:build /home/build /work |
| 19 | 2025-08-26T20:19:25.383Z | + chmod 0700 /home/build /work |
| 20 | 2025-08-26T20:19:25.408Z | process exited: duration 4098 ms, exit code 0 |
| |
| 21 | 2025-08-26T20:19:25.456Z | starting task 1: "rust-toolchain" |
| 22 | 2025-08-26T20:19:25.481Z | + printf ' * rust toolchain channel = "%s"\n' 1.89.0 |
| 23 | 2025-08-26T20:19:25.481Z | * rust toolchain channel = "1.89.0" |
| 24 | 2025-08-26T20:19:25.481Z | * rust toolchain profile = "default" |
| 25 | 2025-08-26T20:19:25.481Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-08-26T20:19:25.481Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-08-26T20:19:25.481Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-08-26T20:19:25.481Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-08-26T20:19:25.481Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default |
| 30 | 2025-08-26T20:19:25.642Z | info: downloading installer |
| 31 | 2025-08-26T20:19:26.640Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-08-26T20:19:26.640Z | warn: /opt/ooce/bin |
| 33 | 2025-08-26T20:19:26.640Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-08-26T20:19:26.640Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-08-26T20:19:26.640Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-08-26T20:19:26.640Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-08-26T20:19:26.640Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-08-26T20:19:26.640Z | error: cannot install while Rust is installed |
| 39 | 2025-08-26T20:19:26.640Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-08-26T20:19:26.665Z | info: profile set to 'default' |
| 41 | 2025-08-26T20:19:26.666Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-08-26T20:19:26.666Z | info: syncing channel updates for '1.89.0-x86_64-unknown-illumos' |
| 43 | 2025-08-26T20:19:26.785Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-08-26T20:19:26.785Z | info: downloading component 'cargo' |
| 45 | 2025-08-26T20:19:26.993Z | info: downloading component 'clippy' |
| 46 | 2025-08-26T20:19:27.083Z | info: downloading component 'rust-docs' |
| 47 | 2025-08-26T20:19:27.385Z | info: downloading component 'rust-std' |
| 48 | 2025-08-26T20:19:27.741Z | info: downloading component 'rustc' |
| 49 | 2025-08-26T20:19:29.176Z | info: downloading component 'rustfmt' |
| 50 | 2025-08-26T20:19:29.274Z | info: installing component 'cargo' |
| 51 | 2025-08-26T20:19:30.634Z | info: installing component 'clippy' |
| 52 | 2025-08-26T20:19:31.201Z | info: installing component 'rust-docs' |
| 53 | 2025-08-26T20:19:34.871Z | info: installing component 'rust-std' |
| 54 | 2025-08-26T20:19:37.409Z | info: installing component 'rustc' |
| 55 | 2025-08-26T20:19:46.488Z | info: installing component 'rustfmt' |
| 56 | 2025-08-26T20:19:46.922Z | |
| 57 | 2025-08-26T20:19:46.923Z | info: default toolchain set to '1.89.0-x86_64-unknown-illumos' |
| 58 | 2025-08-26T20:19:47.125Z | 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-08-26T20:19:47.125Z | |
| 60 | 2025-08-26T20:19:47.150Z | |
| 61 | 2025-08-26T20:19:47.150Z | Rust is installed now. Great! |
| 62 | 2025-08-26T20:19:47.150Z | |
| 63 | 2025-08-26T20:19:47.150Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-08-26T20:19:47.150Z | environment variable. This has not been done automatically. |
| 65 | 2025-08-26T20:19:47.151Z | |
| 66 | 2025-08-26T20:19:47.151Z | To configure your current shell, you need to source |
| 67 | 2025-08-26T20:19:47.151Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-08-26T20:19:47.151Z | |
| 69 | 2025-08-26T20:19:47.151Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-08-26T20:19:47.151Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-08-26T20:19:47.151Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-08-26T20:19:47.151Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-08-26T20:19:47.272Z | + rustup --version |
| 74 | 2025-08-26T20:19:47.321Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-08-26T20:19:47.321Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-08-26T20:19:47.454Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-08-26T20:19:47.493Z | + cargo --version |
| 78 | 2025-08-26T20:19:47.624Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-08-26T20:19:47.671Z | + rustc --version |
| 80 | 2025-08-26T20:19:47.759Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-08-26T20:19:47.797Z | process exited: duration 22296 ms, exit code 0 |
| |
| 82 | 2025-08-26T20:19:47.929Z | starting task 2: "authentication" |
| 83 | 2025-08-26T20:19:48.062Z | process exited: duration 138 ms, exit code 0 |
| |
| 84 | 2025-08-26T20:19:48.180Z | starting task 3: "clone repository" |
| 85 | 2025-08-26T20:19:48.216Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-08-26T20:19:48.216Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-08-26T20:19:48.282Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-08-26T20:19:58.409Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-08-26T20:19:58.410Z | + git fetch origin 823d0d5e5b09d57727b39d711755ae6ad21d0839 |
| 90 | 2025-08-26T20:19:58.904Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-08-26T20:19:58.904Z | * branch 823d0d5e5b09d57727b39d711755ae6ad21d0839 -> FETCH_HEAD |
| 92 | 2025-08-26T20:19:58.930Z | + [[ -n untyped-uuids-in-api ]] |
| 93 | 2025-08-26T20:19:58.930Z | ++ git branch --show-current |
| 94 | 2025-08-26T20:19:58.955Z | + current=main |
| 95 | 2025-08-26T20:19:58.955Z | + [[ main != untyped-uuids-in-api ]] |
| 96 | 2025-08-26T20:19:58.955Z | + git branch -f untyped-uuids-in-api 823d0d5e5b09d57727b39d711755ae6ad21d0839 |
| 97 | 2025-08-26T20:19:58.955Z | + git checkout -f untyped-uuids-in-api |
| 98 | 2025-08-26T20:19:59.163Z | Switched to branch 'untyped-uuids-in-api' |
| 99 | 2025-08-26T20:19:59.187Z | + git reset --hard 823d0d5e5b09d57727b39d711755ae6ad21d0839 |
| 100 | 2025-08-26T20:19:59.212Z | HEAD is now at 823d0d5e5 do everything much more simply with a schemars annotation |
| 101 | 2025-08-26T20:19:59.212Z | process exited: duration 11022 ms, exit code 0 |
| |
| 102 | 2025-08-26T20:19:59.261Z | starting task 4: "build" |
| 103 | 2025-08-26T20:19:59.286Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-08-26T20:19:59.286Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-08-26T20:19:59.286Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-08-26T20:19:59.286Z | + cargo --version |
| 107 | 2025-08-26T20:19:59.405Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 108 | 2025-08-26T20:19:59.432Z | + rustc --version |
| 109 | 2025-08-26T20:19:59.555Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 110 | 2025-08-26T20:19:59.580Z | + cargo tree --locked |
| 111 | 2025-08-26T20:20:00.044Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 112 | 2025-08-26T20:20:00.500Z | Updating crates.io index |
| 113 | 2025-08-26T20:20:00.525Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 114 | 2025-08-26T20:20:01.045Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 115 | 2025-08-26T20:20:01.886Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 116 | 2025-08-26T20:20:02.235Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 117 | 2025-08-26T20:20:02.654Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 118 | 2025-08-26T20:20:03.354Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 119 | 2025-08-26T20:20:04.955Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 120 | 2025-08-26T20:20:07.777Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 121 | 2025-08-26T20:20:09.099Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 122 | 2025-08-26T20:20:10.211Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 123 | 2025-08-26T20:20:10.622Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 124 | 2025-08-26T20:20:11.142Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 125 | 2025-08-26T20:20:12.002Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 126 | 2025-08-26T20:20:12.877Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 127 | 2025-08-26T20:20:14.369Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 128 | 2025-08-26T20:20:14.802Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 129 | 2025-08-26T20:20:15.290Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 130 | 2025-08-26T20:20:15.694Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 131 | 2025-08-26T20:20:16.020Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 132 | 2025-08-26T20:20:16.484Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 133 | 2025-08-26T20:20:16.823Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 134 | 2025-08-26T20:20:17.337Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 135 | 2025-08-26T20:20:17.978Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 136 | 2025-08-26T20:20:18.459Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 137 | 2025-08-26T20:20:19.208Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 138 | 2025-08-26T20:20:19.774Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 139 | 2025-08-26T20:20:20.208Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 140 | 2025-08-26T20:20:20.832Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 141 | 2025-08-26T20:20:21.455Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 142 | 2025-08-26T20:20:21.889Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 143 | 2025-08-26T20:20:22.354Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 144 | 2025-08-26T20:20:22.739Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 145 | 2025-08-26T20:20:33.959Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 146 | 2025-08-26T20:20:36.337Z | Downloading crates ... |
| 147 | 2025-08-26T20:20:36.433Z | Downloaded castaway v0.2.3 |
| 148 | 2025-08-26T20:20:36.457Z | Downloaded blake3 v1.5.4 |
| 149 | 2025-08-26T20:20:36.482Z | Downloaded guppy-workspace-hack v0.1.0 |
| 150 | 2025-08-26T20:20:36.482Z | Downloaded fxhash v0.2.1 |
| 151 | 2025-08-26T20:20:36.482Z | Downloaded half v2.4.1 |
| 152 | 2025-08-26T20:20:36.482Z | Downloaded http-body v1.0.1 |
| 153 | 2025-08-26T20:20:36.506Z | Downloaded parking v2.2.1 |
| 154 | 2025-08-26T20:20:36.507Z | Downloaded packed_struct_codegen v0.10.1 |
| 155 | 2025-08-26T20:20:36.507Z | Downloaded foreign-types-macros v0.2.3 |
| 156 | 2025-08-26T20:20:36.507Z | Downloaded idna_adapter v1.2.0 |
| 157 | 2025-08-26T20:20:36.507Z | Downloaded humantime v2.2.0 |
| 158 | 2025-08-26T20:20:36.531Z | Downloaded icu_locid v1.5.0 |
| 159 | 2025-08-26T20:20:36.531Z | Downloaded progenitor v0.8.0 |
| 160 | 2025-08-26T20:20:36.556Z | Downloaded http-range v0.1.5 |
| 161 | 2025-08-26T20:20:36.556Z | Downloaded ident_case v1.0.1 |
| 162 | 2025-08-26T20:20:36.556Z | Downloaded progenitor v0.9.1 |
| 163 | 2025-08-26T20:20:36.556Z | Downloaded peg-runtime v0.8.5 |
| 164 | 2025-08-26T20:20:36.556Z | Downloaded progenitor-client v0.9.1 |
| 165 | 2025-08-26T20:20:36.581Z | Downloaded scroll_derive v0.12.0 |
| 166 | 2025-08-26T20:20:36.581Z | Downloaded siphasher v0.3.11 |
| 167 | 2025-08-26T20:20:36.581Z | Downloaded proc-macro-error-attr v1.0.4 |
| 168 | 2025-08-26T20:20:36.581Z | Downloaded http-body-util v0.1.3 |
| 169 | 2025-08-26T20:20:36.581Z | Downloaded heck v0.5.0 |
| 170 | 2025-08-26T20:20:36.581Z | Downloaded hyper-tls v0.6.0 |
| 171 | 2025-08-26T20:20:36.607Z | Downloaded pem v3.0.5 |
| 172 | 2025-08-26T20:20:36.607Z | Downloaded httpdate v1.0.3 |
| 173 | 2025-08-26T20:20:36.607Z | Downloaded progenitor v0.10.0 |
| 174 | 2025-08-26T20:20:36.607Z | Downloaded resolv-conf v0.7.0 |
| 175 | 2025-08-26T20:20:36.607Z | Downloaded futures v0.3.31 |
| 176 | 2025-08-26T20:20:36.633Z | Downloaded serde-untagged v0.1.7 |
| 177 | 2025-08-26T20:20:36.633Z | Downloaded want v0.3.1 |
| 178 | 2025-08-26T20:20:36.633Z | Downloaded scrypt v0.11.0 |
| 179 | 2025-08-26T20:20:36.633Z | Downloaded thiserror v1.0.69 |
| 180 | 2025-08-26T20:20:36.660Z | Downloaded crucible-workspace-hack v0.1.0 |
| 181 | 2025-08-26T20:20:36.660Z | Downloaded which v4.4.2 |
| 182 | 2025-08-26T20:20:36.660Z | Downloaded universal-hash v0.5.1 |
| 183 | 2025-08-26T20:20:36.685Z | Downloaded darling_macro v0.21.0 |
| 184 | 2025-08-26T20:20:36.685Z | Downloaded crossbeam-deque v0.8.5 |
| 185 | 2025-08-26T20:20:36.685Z | Downloaded normalize-line-endings v0.3.0 |
| 186 | 2025-08-26T20:20:36.685Z | Downloaded libsw-core v0.3.1 |
| 187 | 2025-08-26T20:20:36.709Z | Downloaded defmt v0.3.8 |
| 188 | 2025-08-26T20:20:36.709Z | Downloaded plotters-svg v0.3.7 |
| 189 | 2025-08-26T20:20:36.709Z | Downloaded plotters-backend v0.3.7 |
| 190 | 2025-08-26T20:20:36.734Z | Downloaded num v0.4.3 |
| 191 | 2025-08-26T20:20:36.734Z | Downloaded rfc6979 v0.4.0 |
| 192 | 2025-08-26T20:20:36.734Z | Downloaded serde_repr v0.1.19 |
| 193 | 2025-08-26T20:20:36.734Z | Downloaded polyval v0.6.2 |
| 194 | 2025-08-26T20:20:36.759Z | Downloaded write16 v1.0.0 |
| 195 | 2025-08-26T20:20:36.759Z | Downloaded zerofrom v0.1.4 |
| 196 | 2025-08-26T20:20:36.759Z | Downloaded thiserror-no-std v2.0.2 |
| 197 | 2025-08-26T20:20:36.784Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 198 | 2025-08-26T20:20:36.784Z | Downloaded newline-converter v0.3.0 |
| 199 | 2025-08-26T20:20:36.810Z | Downloaded dirs-next v2.0.0 |
| 200 | 2025-08-26T20:20:36.810Z | Downloaded pbkdf2 v0.12.2 |
| 201 | 2025-08-26T20:20:36.810Z | Downloaded indoc v1.0.9 |
| 202 | 2025-08-26T20:20:36.810Z | Downloaded quick-error v1.2.3 |
| 203 | 2025-08-26T20:20:36.835Z | Downloaded tinyvec_macros v0.1.1 |
| 204 | 2025-08-26T20:20:36.835Z | Downloaded sigpipe v0.1.3 |
| 205 | 2025-08-26T20:20:36.835Z | Downloaded rand_chacha v0.9.0 |
| 206 | 2025-08-26T20:20:36.835Z | Downloaded crunchy v0.2.2 |
| 207 | 2025-08-26T20:20:36.860Z | Downloaded shell-words v1.1.0 |
| 208 | 2025-08-26T20:20:36.860Z | Downloaded equivalent v1.0.2 |
| 209 | 2025-08-26T20:20:36.860Z | Downloaded path-slash v0.1.5 |
| 210 | 2025-08-26T20:20:36.884Z | Downloaded dirs-sys-next v0.1.2 |
| 211 | 2025-08-26T20:20:36.884Z | Downloaded lru v0.12.5 |
| 212 | 2025-08-26T20:20:36.884Z | Downloaded void v1.0.2 |
| 213 | 2025-08-26T20:20:36.909Z | Downloaded crc8 v0.1.1 |
| 214 | 2025-08-26T20:20:36.909Z | Downloaded version_check v0.9.5 |
| 215 | 2025-08-26T20:20:36.909Z | Downloaded colorchoice v1.0.2 |
| 216 | 2025-08-26T20:20:36.909Z | Downloaded flagset v0.4.6 |
| 217 | 2025-08-26T20:20:36.934Z | Downloaded ciborium-io v0.2.2 |
| 218 | 2025-08-26T20:20:36.934Z | Downloaded ciborium-ll v0.2.2 |
| 219 | 2025-08-26T20:20:36.934Z | Downloaded strum v0.26.3 |
| 220 | 2025-08-26T20:20:36.959Z | Downloaded openssl-macros v0.1.1 |
| 221 | 2025-08-26T20:20:36.960Z | Downloaded opaque-debug v0.3.1 |
| 222 | 2025-08-26T20:20:36.960Z | Downloaded oso-derive v0.27.3 |
| 223 | 2025-08-26T20:20:36.984Z | Downloaded russh-cryptovec v0.7.3 |
| 224 | 2025-08-26T20:20:36.984Z | Downloaded pretty-hex v0.2.1 |
| 225 | 2025-08-26T20:20:36.985Z | Downloaded take_mut v0.2.2 |
| 226 | 2025-08-26T20:20:36.985Z | Downloaded md5 v0.7.0 |
| 227 | 2025-08-26T20:20:36.985Z | Downloaded cstr-argument v0.1.2 |
| 228 | 2025-08-26T20:20:37.010Z | Downloaded lalrpop-util v0.19.12 |
| 229 | 2025-08-26T20:20:37.010Z | Downloaded memmap v0.7.0 |
| 230 | 2025-08-26T20:20:37.010Z | Downloaded ff v0.13.0 |
| 231 | 2025-08-26T20:20:37.010Z | Downloaded crypto-common v0.1.6 |
| 232 | 2025-08-26T20:20:37.010Z | Downloaded md-5 v0.10.6 |
| 233 | 2025-08-26T20:20:37.038Z | Downloaded pretty_assertions v1.4.1 |
| 234 | 2025-08-26T20:20:37.038Z | Downloaded fatfs v0.3.6 |
| 235 | 2025-08-26T20:20:37.038Z | Downloaded fixedbitset v0.5.7 |
| 236 | 2025-08-26T20:20:37.038Z | Downloaded derive_more v2.0.1 |
| 237 | 2025-08-26T20:20:37.063Z | Downloaded clap_derive v4.5.41 |
| 238 | 2025-08-26T20:20:37.063Z | Downloaded russh v0.45.0 |
| 239 | 2025-08-26T20:20:37.090Z | Downloaded radix_trie v0.2.1 |
| 240 | 2025-08-26T20:20:37.090Z | Downloaded quinn-proto v0.11.8 |
| 241 | 2025-08-26T20:20:37.114Z | Downloaded fancy-regex v0.14.0 |
| 242 | 2025-08-26T20:20:37.114Z | Downloaded syn v1.0.109 |
| 243 | 2025-08-26T20:20:37.138Z | Downloaded tabled v0.15.0 |
| 244 | 2025-08-26T20:20:37.162Z | Downloaded lalrpop v0.19.12 |
| 245 | 2025-08-26T20:20:37.162Z | Downloaded chrono v0.4.41 |
| 246 | 2025-08-26T20:20:37.187Z | Downloaded diesel v2.2.12 |
| 247 | 2025-08-26T20:20:37.211Z | Downloaded tabled v0.18.0 |
| 248 | 2025-08-26T20:20:37.236Z | Downloaded nix v0.27.1 |
| 249 | 2025-08-26T20:20:37.236Z | Downloaded unicode-width v0.1.14 |
| 250 | 2025-08-26T20:20:37.261Z | Downloaded rustls v0.22.4 |
| 251 | 2025-08-26T20:20:37.261Z | Downloaded unicode-width v0.2.0 |
| 252 | 2025-08-26T20:20:37.285Z | Downloaded regex-automata v0.4.8 |
| 253 | 2025-08-26T20:20:37.310Z | Downloaded zerocopy-derive v0.6.6 |
| 254 | 2025-08-26T20:20:37.310Z | Downloaded openapiv3 v2.2.0 |
| 255 | 2025-08-26T20:20:37.337Z | Downloaded typify-impl v0.4.1 |
| 256 | 2025-08-26T20:20:37.337Z | Downloaded typify-impl v0.3.0 |
| 257 | 2025-08-26T20:20:37.361Z | Downloaded typify-impl v0.2.0 |
| 258 | 2025-08-26T20:20:37.362Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 259 | 2025-08-26T20:20:37.386Z | Downloaded petgraph v0.6.5 |
| 260 | 2025-08-26T20:20:37.410Z | Downloaded sled v0.34.7 |
| 261 | 2025-08-26T20:20:37.410Z | Downloaded openssl v0.10.73 |
| 262 | 2025-08-26T20:20:37.434Z | Downloaded ratatui v0.29.0 |
| 263 | 2025-08-26T20:20:37.458Z | Downloaded petgraph v0.8.2 |
| 264 | 2025-08-26T20:20:37.482Z | Downloaded rustls v0.23.19 |
| 265 | 2025-08-26T20:20:37.482Z | Downloaded syn v2.0.104 |
| 266 | 2025-08-26T20:20:37.507Z | Downloaded curve25519-dalek v4.1.3 |
| 267 | 2025-08-26T20:20:37.507Z | Downloaded hickory-proto v0.24.4 |
| 268 | 2025-08-26T20:20:37.539Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 269 | 2025-08-26T20:20:37.564Z | Downloaded moka v0.12.10 |
| 270 | 2025-08-26T20:20:37.564Z | Downloaded unicode-normalization v0.1.24 |
| 271 | 2025-08-26T20:20:37.564Z | Downloaded jiff v0.2.15 |
| 272 | 2025-08-26T20:20:37.588Z | Downloaded lzma-sys v0.1.20 |
| 273 | 2025-08-26T20:20:37.617Z | Downloaded libc v0.2.174 |
| 274 | 2025-08-26T20:20:37.646Z | Downloaded tokio v1.47.0 |
| 275 | 2025-08-26T20:20:37.692Z | Downloaded sha3 v0.10.8 |
| 276 | 2025-08-26T20:20:37.716Z | Downloaded libz-sys v1.1.20 |
| 277 | 2025-08-26T20:20:37.740Z | Downloaded clap_builder v4.5.41 |
| 278 | 2025-08-26T20:20:37.740Z | Downloaded chrono-tz v0.10.4 |
| 279 | 2025-08-26T20:20:37.764Z | Downloaded winnow v0.7.10 |
| 280 | 2025-08-26T20:20:37.764Z | Downloaded vcpkg v0.2.15 |
| 281 | 2025-08-26T20:20:37.815Z | Downloaded smoltcp v0.11.0 |
| 282 | 2025-08-26T20:20:37.839Z | Downloaded nix v0.30.1 |
| 283 | 2025-08-26T20:20:37.863Z | Downloaded rustix v1.0.7 |
| 284 | 2025-08-26T20:20:37.893Z | Downloaded hickory-proto v0.25.2 |
| 285 | 2025-08-26T20:20:37.920Z | Downloaded csv v1.3.1 |
| 286 | 2025-08-26T20:20:37.952Z | Downloaded dropshot v0.16.3 |
| 287 | 2025-08-26T20:20:37.985Z | Downloaded nix v0.29.0 |
| 288 | 2025-08-26T20:20:38.010Z | Downloaded nix v0.28.0 |
| 289 | 2025-08-26T20:20:38.034Z | Downloaded rsa v0.9.6 |
| 290 | 2025-08-26T20:20:38.034Z | Downloaded progenitor-impl v0.10.0 |
| 291 | 2025-08-26T20:20:38.034Z | Downloaded unicode-segmentation v1.12.0 |
| 292 | 2025-08-26T20:20:38.034Z | Downloaded winnow v0.6.26 |
| 293 | 2025-08-26T20:20:38.059Z | Downloaded encoding_rs v0.8.34 |
| 294 | 2025-08-26T20:20:38.083Z | Downloaded winnow v0.5.40 |
| 295 | 2025-08-26T20:20:38.108Z | Downloaded criterion v0.7.0 |
| 296 | 2025-08-26T20:20:38.109Z | Downloaded proptest v1.7.0 |
| 297 | 2025-08-26T20:20:38.109Z | Downloaded httpmock v0.8.0-alpha.1 |
| 298 | 2025-08-26T20:20:38.134Z | Downloaded smoltcp v0.9.1 |
| 299 | 2025-08-26T20:20:38.158Z | Downloaded polar-core v0.27.3 |
| 300 | 2025-08-26T20:20:38.183Z | Downloaded webpki-roots v1.0.1 |
| 301 | 2025-08-26T20:20:38.183Z | Downloaded rustix v0.38.37 |
| 302 | 2025-08-26T20:20:38.207Z | Downloaded regex-syntax v0.8.5 |
| 303 | 2025-08-26T20:20:38.207Z | Downloaded gimli v0.31.1 |
| 304 | 2025-08-26T20:20:38.231Z | Downloaded rstest_macros v0.25.0 |
| 305 | 2025-08-26T20:20:38.231Z | Downloaded prettyplease v0.2.36 |
| 306 | 2025-08-26T20:20:38.231Z | Downloaded unicode-bidi v0.3.17 |
| 307 | 2025-08-26T20:20:38.231Z | Downloaded openssl-sys v0.9.109 |
| 308 | 2025-08-26T20:20:38.255Z | Downloaded itertools v0.14.0 |
| 309 | 2025-08-26T20:20:38.255Z | Downloaded rpassword v7.4.0 |
| 310 | 2025-08-26T20:20:38.255Z | Downloaded rustls v0.21.12 |
| 311 | 2025-08-26T20:20:38.279Z | Downloaded ring v0.17.14 |
| 312 | 2025-08-26T20:20:38.337Z | Downloaded memchr v2.7.4 |
| 313 | 2025-08-26T20:20:38.407Z | Downloaded rstest v0.25.0 |
| 314 | 2025-08-26T20:20:38.407Z | Downloaded zlib-rs v0.5.1 |
| 315 | 2025-08-26T20:20:38.407Z | Downloaded oso v0.27.3 |
| 316 | 2025-08-26T20:20:38.435Z | Downloaded unicode-properties v0.1.3 |
| 317 | 2025-08-26T20:20:38.435Z | Downloaded unicode-ident v1.0.18 |
| 318 | 2025-08-26T20:20:38.435Z | Downloaded derive_more v0.99.20 |
| 319 | 2025-08-26T20:20:38.435Z | Downloaded zerovec v0.10.4 |
| 320 | 2025-08-26T20:20:38.435Z | Downloaded schemars v0.8.22 |
| 321 | 2025-08-26T20:20:38.460Z | Downloaded samael v0.0.19 |
| 322 | 2025-08-26T20:20:38.460Z | Downloaded crypto-bigint v0.5.5 |
| 323 | 2025-08-26T20:20:38.485Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 324 | 2025-08-26T20:20:38.597Z | Downloaded crossterm v0.28.1 |
| 325 | 2025-08-26T20:20:38.621Z | Downloaded regress v0.10.4 |
| 326 | 2025-08-26T20:20:38.647Z | Downloaded prefix-trie v0.7.0 |
| 327 | 2025-08-26T20:20:38.672Z | Downloaded derive_builder v0.20.2 |
| 328 | 2025-08-26T20:20:38.696Z | Downloaded derive-where v1.5.0 |
| 329 | 2025-08-26T20:20:38.696Z | Downloaded derive-ex v0.1.8 |
| 330 | 2025-08-26T20:20:38.696Z | Downloaded chacha20poly1305 v0.10.1 |
| 331 | 2025-08-26T20:20:38.721Z | Downloaded zip v0.6.6 |
| 332 | 2025-08-26T20:20:38.721Z | Downloaded jiff-static v0.2.15 |
| 333 | 2025-08-26T20:20:38.721Z | Downloaded itertools v0.13.0 |
| 334 | 2025-08-26T20:20:38.745Z | Downloaded portable-atomic v1.11.0 |
| 335 | 2025-08-26T20:20:38.745Z | Downloaded fixedbitset v0.4.2 |
| 336 | 2025-08-26T20:20:38.769Z | Downloaded der v0.7.9 |
| 337 | 2025-08-26T20:20:38.769Z | Downloaded subprocess v0.2.9 |
| 338 | 2025-08-26T20:20:38.769Z | Downloaded strum_macros v0.26.4 |
| 339 | 2025-08-26T20:20:38.769Z | Downloaded pest v2.7.14 |
| 340 | 2025-08-26T20:20:38.794Z | Downloaded unicode-xid v0.2.6 |
| 341 | 2025-08-26T20:20:38.794Z | Downloaded thiserror v2.0.12 |
| 342 | 2025-08-26T20:20:38.794Z | Downloaded memmap2 v0.9.5 |
| 343 | 2025-08-26T20:20:38.818Z | Downloaded compact_str v0.8.0 |
| 344 | 2025-08-26T20:20:38.818Z | Downloaded quick-xml v0.37.2 |
| 345 | 2025-08-26T20:20:38.818Z | Downloaded fd-lock v4.0.2 |
| 346 | 2025-08-26T20:20:38.842Z | Downloaded fastrand v2.1.1 |
| 347 | 2025-08-26T20:20:38.842Z | Downloaded fallible-iterator v0.2.0 |
| 348 | 2025-08-26T20:20:38.842Z | Downloaded darling v0.21.0 |
| 349 | 2025-08-26T20:20:38.843Z | Downloaded clap_lex v0.7.4 |
| 350 | 2025-08-26T20:20:38.843Z | Downloaded rtoolbox v0.0.2 |
| 351 | 2025-08-26T20:20:38.867Z | Downloaded tinyvec v1.8.0 |
| 352 | 2025-08-26T20:20:38.867Z | Downloaded expectorate v1.2.0 |
| 353 | 2025-08-26T20:20:38.867Z | Downloaded tokio-postgres v0.7.13 |
| 354 | 2025-08-26T20:20:38.891Z | Downloaded iri-string v0.7.8 |
| 355 | 2025-08-26T20:20:38.891Z | Downloaded derive_builder_core v0.20.2 |
| 356 | 2025-08-26T20:20:38.891Z | Downloaded filetime v0.2.25 |
| 357 | 2025-08-26T20:20:38.891Z | Downloaded owo-colors v4.2.2 |
| 358 | 2025-08-26T20:20:38.915Z | Downloaded serde_json v1.0.142 |
| 359 | 2025-08-26T20:20:38.915Z | Downloaded itertools v0.12.1 |
| 360 | 2025-08-26T20:20:38.915Z | Downloaded itertools v0.10.5 |
| 361 | 2025-08-26T20:20:38.940Z | Downloaded salty v0.3.0 |
| 362 | 2025-08-26T20:20:38.940Z | Downloaded zerocopy v0.8.26 |
| 363 | 2025-08-26T20:20:38.964Z | Downloaded ordered-float v2.10.1 |
| 364 | 2025-08-26T20:20:38.988Z | Downloaded nibble_vec v0.1.0 |
| 365 | 2025-08-26T20:20:38.988Z | Downloaded unicode-truncate v1.1.0 |
| 366 | 2025-08-26T20:20:38.988Z | Downloaded unicode-linebreak v0.1.5 |
| 367 | 2025-08-26T20:20:38.988Z | Downloaded unicase v2.7.0 |
| 368 | 2025-08-26T20:20:38.988Z | Downloaded tinytemplate v1.2.1 |
| 369 | 2025-08-26T20:20:38.989Z | Downloaded thiserror-impl v2.0.12 |
| 370 | 2025-08-26T20:20:38.989Z | Downloaded strum_macros v0.27.1 |
| 371 | 2025-08-26T20:20:39.013Z | Downloaded uuid v1.17.0 |
| 372 | 2025-08-26T20:20:39.013Z | Downloaded usdt-attr-macro v0.5.0 |
| 373 | 2025-08-26T20:20:39.013Z | Downloaded predicates v3.1.3 |
| 374 | 2025-08-26T20:20:39.013Z | Downloaded newtype_derive v0.1.6 |
| 375 | 2025-08-26T20:20:39.013Z | Downloaded pretty-hex v0.4.1 |
| 376 | 2025-08-26T20:20:39.013Z | Downloaded predicates-tree v1.0.12 |
| 377 | 2025-08-26T20:20:39.013Z | Downloaded unarray v0.1.4 |
| 378 | 2025-08-26T20:20:39.013Z | Downloaded tinystr v0.7.6 |
| 379 | 2025-08-26T20:20:39.013Z | Downloaded tiny-keccak v2.0.2 |
| 380 | 2025-08-26T20:20:39.013Z | Downloaded thiserror-impl v1.0.69 |
| 381 | 2025-08-26T20:20:39.013Z | Downloaded russh-keys v0.45.0 |
| 382 | 2025-08-26T20:20:39.038Z | Downloaded ciborium v0.2.2 |
| 383 | 2025-08-26T20:20:39.038Z | Downloaded flate2 v1.1.2 |
| 384 | 2025-08-26T20:20:39.038Z | Downloaded zip v4.2.0 |
| 385 | 2025-08-26T20:20:39.038Z | Downloaded serde_with v3.14.0 |
| 386 | 2025-08-26T20:20:39.062Z | Downloaded rustls-webpki v0.102.8 |
| 387 | 2025-08-26T20:20:39.087Z | Downloaded num_enum_derive v0.5.11 |
| 388 | 2025-08-26T20:20:39.087Z | Downloaded slog-term v2.9.1 |
| 389 | 2025-08-26T20:20:39.087Z | Downloaded rustc-demangle v0.1.24 |
| 390 | 2025-08-26T20:20:39.087Z | Downloaded rustls-pemfile v2.2.0 |
| 391 | 2025-08-26T20:20:39.087Z | Downloaded p256 v0.13.2 |
| 392 | 2025-08-26T20:20:39.114Z | Downloaded ron v0.8.1 |
| 393 | 2025-08-26T20:20:39.114Z | Downloaded publicsuffix v2.3.0 |
| 394 | 2025-08-26T20:20:39.114Z | Downloaded tower-http v0.6.6 |
| 395 | 2025-08-26T20:20:39.138Z | Downloaded openssl-probe v0.1.5 |
| 396 | 2025-08-26T20:20:39.138Z | Downloaded deranged v0.3.11 |
| 397 | 2025-08-26T20:20:39.138Z | Downloaded der_derive v0.7.3 |
| 398 | 2025-08-26T20:20:39.138Z | Downloaded ppv-lite86 v0.2.20 |
| 399 | 2025-08-26T20:20:39.138Z | Downloaded usdt-impl v0.5.0 |
| 400 | 2025-08-26T20:20:39.138Z | Downloaded postgres-types v0.2.9 |
| 401 | 2025-08-26T20:20:39.138Z | Downloaded postgres-protocol v0.6.8 |
| 402 | 2025-08-26T20:20:39.138Z | Downloaded pkcs1 v0.7.5 |
| 403 | 2025-08-26T20:20:39.138Z | Downloaded crossbeam-channel v0.5.15 |
| 404 | 2025-08-26T20:20:39.138Z | Downloaded rustls-webpki v0.101.7 |
| 405 | 2025-08-26T20:20:39.162Z | Downloaded reqwest v0.12.22 |
| 406 | 2025-08-26T20:20:39.186Z | Downloaded regex-syntax v0.6.29 |
| 407 | 2025-08-26T20:20:39.187Z | Downloaded strum_macros v0.24.3 |
| 408 | 2025-08-26T20:20:39.187Z | Downloaded strum v0.27.2 |
| 409 | 2025-08-26T20:20:39.187Z | Downloaded rust-argon2 v2.1.0 |
| 410 | 2025-08-26T20:20:39.187Z | Downloaded zerovec-derive v0.10.3 |
| 411 | 2025-08-26T20:20:39.211Z | Downloaded utf-8 v0.7.6 |
| 412 | 2025-08-26T20:20:39.211Z | Downloaded parking_lot v0.12.3 |
| 413 | 2025-08-26T20:20:39.211Z | Downloaded maplit v1.0.2 |
| 414 | 2025-08-26T20:20:39.211Z | Downloaded tough v0.20.0 |
| 415 | 2025-08-26T20:20:39.235Z | Downloaded rayon v1.10.0 |
| 416 | 2025-08-26T20:20:39.236Z | Downloaded object v0.30.4 |
| 417 | 2025-08-26T20:20:39.260Z | Downloaded number_prefix v0.4.0 |
| 418 | 2025-08-26T20:20:39.260Z | Downloaded num_threads v0.1.7 |
| 419 | 2025-08-26T20:20:39.260Z | Downloaded derive_builder_macro v0.20.2 |
| 420 | 2025-08-26T20:20:39.260Z | Downloaded subtle v2.6.1 |
| 421 | 2025-08-26T20:20:39.260Z | Downloaded powerfmt v0.2.0 |
| 422 | 2025-08-26T20:20:39.260Z | Downloaded oxide-tokio-rt v0.1.2 |
| 423 | 2025-08-26T20:20:39.260Z | Downloaded utf8parse v0.2.2 |
| 424 | 2025-08-26T20:20:39.260Z | Downloaded slog-stdlog v4.1.1 |
| 425 | 2025-08-26T20:20:39.260Z | Downloaded schemars_derive v0.8.22 |
| 426 | 2025-08-26T20:20:39.260Z | Downloaded scheduled-thread-pool v0.2.7 |
| 427 | 2025-08-26T20:20:39.260Z | Downloaded same-file v1.0.6 |
| 428 | 2025-08-26T20:20:39.260Z | Downloaded rustls-native-certs v0.8.1 |
| 429 | 2025-08-26T20:20:39.260Z | Downloaded rustc_version v0.1.7 |
| 430 | 2025-08-26T20:20:39.285Z | Downloaded tokio-rustls v0.24.1 |
| 431 | 2025-08-26T20:20:39.285Z | Downloaded rand v0.9.2 |
| 432 | 2025-08-26T20:20:39.285Z | Downloaded mio v1.0.2 |
| 433 | 2025-08-26T20:20:39.285Z | Downloaded structmeta-derive v0.3.0 |
| 434 | 2025-08-26T20:20:39.285Z | Downloaded structmeta v0.3.0 |
| 435 | 2025-08-26T20:20:39.285Z | Downloaded predicates-core v1.0.8 |
| 436 | 2025-08-26T20:20:39.285Z | Downloaded precomputed-hash v0.1.1 |
| 437 | 2025-08-26T20:20:39.285Z | Downloaded zeroize_derive v1.4.2 |
| 438 | 2025-08-26T20:20:39.285Z | Downloaded zeroize v1.8.1 |
| 439 | 2025-08-26T20:20:39.309Z | Downloaded uzers v0.12.1 |
| 440 | 2025-08-26T20:20:39.309Z | Downloaded utf8_iter v1.0.4 |
| 441 | 2025-08-26T20:20:39.309Z | Downloaded utf16_iter v1.0.5 |
| 442 | 2025-08-26T20:20:39.309Z | Downloaded parking_lot_core v0.9.10 |
| 443 | 2025-08-26T20:20:39.309Z | Downloaded parking_lot_core v0.8.6 |
| 444 | 2025-08-26T20:20:39.309Z | Downloaded kv-log-macro v1.0.7 |
| 445 | 2025-08-26T20:20:39.309Z | Downloaded crc32fast v1.4.2 |
| 446 | 2025-08-26T20:20:39.309Z | Downloaded crc-catalog v2.4.0 |
| 447 | 2025-08-26T20:20:39.309Z | Downloaded colored v2.2.0 |
| 448 | 2025-08-26T20:20:39.309Z | Downloaded vte v0.11.1 |
| 449 | 2025-08-26T20:20:39.334Z | Downloaded vergen v8.3.2 |
| 450 | 2025-08-26T20:20:39.334Z | Downloaded value-bag v1.9.0 |
| 451 | 2025-08-26T20:20:39.334Z | Downloaded time v0.3.36 |
| 452 | 2025-08-26T20:20:39.334Z | Downloaded git2 v0.19.0 |
| 453 | 2025-08-26T20:20:39.360Z | Downloaded rustls-pemfile v1.0.4 |
| 454 | 2025-08-26T20:20:39.360Z | Downloaded rustc-hash v2.1.1 |
| 455 | 2025-08-26T20:20:39.360Z | Downloaded rustc-hash v1.1.0 |
| 456 | 2025-08-26T20:20:39.360Z | Downloaded oxnet v0.1.3 |
| 457 | 2025-08-26T20:20:39.360Z | Downloaded kstat-rs v0.2.4 |
| 458 | 2025-08-26T20:20:39.361Z | Downloaded keccak v0.1.5 |
| 459 | 2025-08-26T20:20:39.361Z | Downloaded jobserver v0.1.32 |
| 460 | 2025-08-26T20:20:39.361Z | Downloaded itoa v1.0.11 |
| 461 | 2025-08-26T20:20:39.361Z | Downloaded ucd-trie v0.1.7 |
| 462 | 2025-08-26T20:20:39.361Z | Downloaded minimal-lexical v0.2.1 |
| 463 | 2025-08-26T20:20:39.385Z | Downloaded indexmap v2.10.0 |
| 464 | 2025-08-26T20:20:39.386Z | Downloaded regex v1.11.1 |
| 465 | 2025-08-26T20:20:39.411Z | Downloaded usdt-macro v0.5.0 |
| 466 | 2025-08-26T20:20:39.411Z | Downloaded simd-adler32 v0.3.7 |
| 467 | 2025-08-26T20:20:39.411Z | Downloaded parse-display-derive v0.10.0 |
| 468 | 2025-08-26T20:20:39.411Z | Downloaded parse-display v0.10.0 |
| 469 | 2025-08-26T20:20:39.411Z | Downloaded concurrent-queue v2.5.0 |
| 470 | 2025-08-26T20:20:39.411Z | Downloaded slog-dtrace v0.3.0 |
| 471 | 2025-08-26T20:20:39.411Z | Downloaded slog-bunyan v2.5.0 |
| 472 | 2025-08-26T20:20:39.411Z | Downloaded partial-io v0.5.4 |
| 473 | 2025-08-26T20:20:39.411Z | Downloaded event-listener v5.3.1 |
| 474 | 2025-08-26T20:20:39.411Z | Downloaded serde_derive v1.0.219 |
| 475 | 2025-08-26T20:20:39.411Z | Downloaded rand_distr v0.5.1 |
| 476 | 2025-08-26T20:20:39.435Z | Downloaded qorb v0.4.1 |
| 477 | 2025-08-26T20:20:39.435Z | Downloaded indicatif v0.18.0 |
| 478 | 2025-08-26T20:20:39.435Z | Downloaded tokio-util v0.7.15 |
| 479 | 2025-08-26T20:20:39.459Z | Downloaded vsss-rs v3.3.4 |
| 480 | 2025-08-26T20:20:39.459Z | Downloaded log v0.4.27 |
| 481 | 2025-08-26T20:20:39.459Z | Downloaded crossbeam-utils v0.8.21 |
| 482 | 2025-08-26T20:20:39.460Z | Downloaded reedline v0.40.0 |
| 483 | 2025-08-26T20:20:39.484Z | Downloaded plotters v0.3.7 |
| 484 | 2025-08-26T20:20:39.484Z | Downloaded petname v2.0.2 |
| 485 | 2025-08-26T20:20:39.484Z | Downloaded p384 v0.13.0 |
| 486 | 2025-08-26T20:20:39.509Z | Downloaded h2 v0.4.6 |
| 487 | 2025-08-26T20:20:39.509Z | Downloaded cobs v0.2.3 |
| 488 | 2025-08-26T20:20:39.509Z | Downloaded cmake v0.1.51 |
| 489 | 2025-08-26T20:20:39.509Z | Downloaded tagptr v0.2.0 |
| 490 | 2025-08-26T20:20:39.509Z | Downloaded tabwriter v1.4.0 |
| 491 | 2025-08-26T20:20:39.509Z | Downloaded tabled_derive v0.10.0 |
| 492 | 2025-08-26T20:20:39.509Z | Downloaded tabled_derive v0.7.0 |
| 493 | 2025-08-26T20:20:39.533Z | Downloaded synstructure v0.13.1 |
| 494 | 2025-08-26T20:20:39.533Z | Downloaded crossterm v0.29.0 |
| 495 | 2025-08-26T20:20:39.533Z | Downloaded supports-color v3.0.2 |
| 496 | 2025-08-26T20:20:39.533Z | Downloaded support-bundle-viewer v0.1.2 |
| 497 | 2025-08-26T20:20:39.533Z | Downloaded slog-scope v4.4.0 |
| 498 | 2025-08-26T20:20:39.533Z | Downloaded slog-json v2.6.1 |
| 499 | 2025-08-26T20:20:39.533Z | Downloaded slog-envlogger v2.2.0 |
| 500 | 2025-08-26T20:20:39.533Z | Downloaded rand_seeder v0.4.0 |
| 501 | 2025-08-26T20:20:39.533Z | Downloaded password-hash v0.5.0 |
| 502 | 2025-08-26T20:20:39.558Z | Downloaded password-hash v0.4.2 |
| 503 | 2025-08-26T20:20:39.558Z | Downloaded crossbeam-epoch v0.9.18 |
| 504 | 2025-08-26T20:20:39.558Z | Downloaded quinn v0.11.5 |
| 505 | 2025-08-26T20:20:39.558Z | Downloaded x509-cert v0.2.5 |
| 506 | 2025-08-26T20:20:39.558Z | Downloaded tower v0.5.2 |
| 507 | 2025-08-26T20:20:39.582Z | Downloaded vte_generate_state_changes v0.1.2 |
| 508 | 2025-08-26T20:20:39.582Z | Downloaded rand_xorshift v0.4.0 |
| 509 | 2025-08-26T20:20:39.582Z | Downloaded signal-hook v0.3.18 |
| 510 | 2025-08-26T20:20:39.582Z | Downloaded libxml v0.3.3 |
| 511 | 2025-08-26T20:20:39.582Z | Downloaded zerocopy v0.7.35 |
| 512 | 2025-08-26T20:20:39.606Z | Downloaded sync_wrapper v1.0.1 |
| 513 | 2025-08-26T20:20:39.606Z | Downloaded sync-ptr v0.1.4 |
| 514 | 2025-08-26T20:20:39.606Z | Downloaded swrite v0.1.0 |
| 515 | 2025-08-26T20:20:39.606Z | Downloaded psl-types v2.0.11 |
| 516 | 2025-08-26T20:20:39.606Z | Downloaded progenitor-macro v0.10.0 |
| 517 | 2025-08-26T20:20:39.632Z | Downloaded progenitor-macro v0.9.1 |
| 518 | 2025-08-26T20:20:39.632Z | Downloaded progenitor-macro v0.8.0 |
| 519 | 2025-08-26T20:20:39.632Z | Downloaded path-tree v0.8.1 |
| 520 | 2025-08-26T20:20:39.632Z | Downloaded paste v1.0.15 |
| 521 | 2025-08-26T20:20:39.632Z | Downloaded maybe-uninit v2.0.0 |
| 522 | 2025-08-26T20:20:39.632Z | Downloaded managed v0.8.0 |
| 523 | 2025-08-26T20:20:39.632Z | Downloaded macaddr v1.0.1 |
| 524 | 2025-08-26T20:20:39.632Z | Downloaded lru-cache v0.1.2 |
| 525 | 2025-08-26T20:20:39.632Z | Downloaded libefi-sys v0.1.0 |
| 526 | 2025-08-26T20:20:39.633Z | Downloaded erased-serde v0.4.6 |
| 527 | 2025-08-26T20:20:39.633Z | Downloaded env_logger v0.11.5 |
| 528 | 2025-08-26T20:20:39.633Z | Downloaded criterion-plot v0.6.0 |
| 529 | 2025-08-26T20:20:39.633Z | Downloaded tokio-rustls v0.26.0 |
| 530 | 2025-08-26T20:20:39.657Z | Downloaded tokio-rustls v0.25.0 |
| 531 | 2025-08-26T20:20:39.657Z | Downloaded serde_cbor v0.11.2 |
| 532 | 2025-08-26T20:20:39.657Z | Downloaded miniz_oxide v0.8.5 |
| 533 | 2025-08-26T20:20:39.657Z | Downloaded derive_more-impl v2.0.1 |
| 534 | 2025-08-26T20:20:39.657Z | Downloaded lazycell v1.3.0 |
| 535 | 2025-08-26T20:20:39.657Z | Downloaded lazy_static v1.5.0 |
| 536 | 2025-08-26T20:20:39.657Z | Downloaded event-listener-strategy v0.5.2 |
| 537 | 2025-08-26T20:20:39.657Z | Downloaded event-listener v2.5.3 |
| 538 | 2025-08-26T20:20:39.657Z | Downloaded errno v0.3.12 |
| 539 | 2025-08-26T20:20:39.683Z | Downloaded tls_codec v0.4.1 |
| 540 | 2025-08-26T20:20:39.683Z | Downloaded indicatif v0.17.11 |
| 541 | 2025-08-26T20:20:39.683Z | Downloaded indexmap v1.9.3 |
| 542 | 2025-08-26T20:20:39.683Z | Downloaded yansi v1.0.1 |
| 543 | 2025-08-26T20:20:39.683Z | Downloaded tracing v0.1.40 |
| 544 | 2025-08-26T20:20:39.707Z | Downloaded num-bigint-dig v0.8.4 |
| 545 | 2025-08-26T20:20:39.707Z | Downloaded nom v7.1.3 |
| 546 | 2025-08-26T20:20:39.707Z | Downloaded icu_properties_data v1.5.0 |
| 547 | 2025-08-26T20:20:39.733Z | Downloaded hyper v1.6.0 |
| 548 | 2025-08-26T20:20:39.734Z | Downloaded chacha20 v0.9.1 |
| 549 | 2025-08-26T20:20:39.734Z | Downloaded zone v0.3.1 |
| 550 | 2025-08-26T20:20:39.734Z | Downloaded sha2 v0.10.9 |
| 551 | 2025-08-26T20:20:39.759Z | Downloaded serde_derive_internals v0.29.1 |
| 552 | 2025-08-26T20:20:39.759Z | Downloaded peg-macros v0.8.5 |
| 553 | 2025-08-26T20:20:39.759Z | Downloaded diesel_derives v2.2.3 |
| 554 | 2025-08-26T20:20:39.759Z | Downloaded const_format v0.2.34 |
| 555 | 2025-08-26T20:20:39.759Z | Downloaded sqlparser v0.45.0 |
| 556 | 2025-08-26T20:20:39.759Z | Downloaded bindgen v0.71.1 |
| 557 | 2025-08-26T20:20:39.784Z | Downloaded parse-size v1.1.0 |
| 558 | 2025-08-26T20:20:39.784Z | Downloaded match_cfg v0.1.0 |
| 559 | 2025-08-26T20:20:39.784Z | Downloaded lzss v0.8.2 |
| 560 | 2025-08-26T20:20:39.784Z | Downloaded escape8259 v0.5.3 |
| 561 | 2025-08-26T20:20:39.784Z | Downloaded critical-section v1.1.3 |
| 562 | 2025-08-26T20:20:39.784Z | Downloaded typify-macro v0.4.1 |
| 563 | 2025-08-26T20:20:39.784Z | Downloaded typify-macro v0.3.0 |
| 564 | 2025-08-26T20:20:39.808Z | Downloaded tokio-native-tls v0.3.1 |
| 565 | 2025-08-26T20:20:39.808Z | Downloaded tokio-macros v2.5.0 |
| 566 | 2025-08-26T20:20:39.808Z | Downloaded hkdf v0.12.4 |
| 567 | 2025-08-26T20:20:39.808Z | Downloaded tokio-dtrace v0.1.0 |
| 568 | 2025-08-26T20:20:39.808Z | Downloaded tls_codec_derive v0.4.1 |
| 569 | 2025-08-26T20:20:39.808Z | Downloaded signature v2.2.0 |
| 570 | 2025-08-26T20:20:39.808Z | Downloaded signal-hook-tokio v0.3.1 |
| 571 | 2025-08-26T20:20:39.808Z | Downloaded signal-hook-registry v1.4.2 |
| 572 | 2025-08-26T20:20:39.808Z | Downloaded signal-hook-mio v0.2.4 |
| 573 | 2025-08-26T20:20:39.832Z | Downloaded shlex v1.3.0 |
| 574 | 2025-08-26T20:20:39.832Z | Downloaded rand_core v0.9.3 |
| 575 | 2025-08-26T20:20:39.832Z | Downloaded quote v1.0.40 |
| 576 | 2025-08-26T20:20:39.857Z | Downloaded libm v0.2.8 |
| 577 | 2025-08-26T20:20:39.857Z | Downloaded serde_plain v1.0.2 |
| 578 | 2025-08-26T20:20:39.857Z | Downloaded serde_path_to_error v0.1.17 |
| 579 | 2025-08-26T20:20:39.882Z | Downloaded serde-value v0.7.0 |
| 580 | 2025-08-26T20:20:39.882Z | Downloaded pest_derive v2.7.14 |
| 581 | 2025-08-26T20:20:39.882Z | Downloaded pem-rfc7468 v0.7.0 |
| 582 | 2025-08-26T20:20:39.882Z | Downloaded diff v0.1.13 |
| 583 | 2025-08-26T20:20:39.882Z | Downloaded tracing-core v0.1.32 |
| 584 | 2025-08-26T20:20:39.906Z | Downloaded cfg_aliases v0.2.1 |
| 585 | 2025-08-26T20:20:39.906Z | Downloaded cfg_aliases v0.1.1 |
| 586 | 2025-08-26T20:20:39.906Z | Downloaded zone_cfg_derive v0.3.0 |
| 587 | 2025-08-26T20:20:39.906Z | Downloaded zone_cfg_derive v0.1.2 |
| 588 | 2025-08-26T20:20:39.906Z | Downloaded zone v0.1.8 |
| 589 | 2025-08-26T20:20:39.906Z | Downloaded typify-macro v0.2.0 |
| 590 | 2025-08-26T20:20:39.906Z | Downloaded native-tls v0.2.12 |
| 591 | 2025-08-26T20:20:39.906Z | Downloaded multer v3.1.0 |
| 592 | 2025-08-26T20:20:39.906Z | Downloaded mime_guess v2.0.5 |
| 593 | 2025-08-26T20:20:39.906Z | Downloaded darling v0.20.10 |
| 594 | 2025-08-26T20:20:39.906Z | Downloaded num-bigint v0.4.6 |
| 595 | 2025-08-26T20:20:39.931Z | Downloaded hashbrown v0.15.4 |
| 596 | 2025-08-26T20:20:39.931Z | Downloaded bitvec v1.0.1 |
| 597 | 2025-08-26T20:20:39.955Z | Downloaded crc-any v2.5.0 |
| 598 | 2025-08-26T20:20:39.979Z | Downloaded socket2 v0.6.0 |
| 599 | 2025-08-26T20:20:39.979Z | Downloaded rand v0.8.5 |
| 600 | 2025-08-26T20:20:39.979Z | Downloaded idna v1.0.3 |
| 601 | 2025-08-26T20:20:39.979Z | Downloaded rand_core v0.6.4 |
| 602 | 2025-08-26T20:20:40.004Z | Downloaded rand_chacha v0.3.1 |
| 603 | 2025-08-26T20:20:40.004Z | Downloaded quinn-udp v0.5.5 |
| 604 | 2025-08-26T20:20:40.004Z | Downloaded pbkdf2 v0.11.0 |
| 605 | 2025-08-26T20:20:40.004Z | Downloaded pathdiff v0.2.3 |
| 606 | 2025-08-26T20:20:40.004Z | Downloaded des v0.8.1 |
| 607 | 2025-08-26T20:20:40.004Z | Downloaded const-oid v0.9.6 |
| 608 | 2025-08-26T20:20:40.004Z | Downloaded socket2 v0.5.10 |
| 609 | 2025-08-26T20:20:40.004Z | Downloaded snafu v0.8.5 |
| 610 | 2025-08-26T20:20:40.028Z | Downloaded serde_yaml v0.9.34+deprecated |
| 611 | 2025-08-26T20:20:40.028Z | Downloaded sha1 v0.10.6 |
| 612 | 2025-08-26T20:20:40.029Z | Downloaded serde_bytes v0.11.17 |
| 613 | 2025-08-26T20:20:40.029Z | Downloaded peg v0.8.5 |
| 614 | 2025-08-26T20:20:40.053Z | Downloaded rcgen v0.12.1 |
| 615 | 2025-08-26T20:20:40.053Z | Downloaded rayon-core v1.12.1 |
| 616 | 2025-08-26T20:20:40.053Z | Downloaded bindgen v0.69.5 |
| 617 | 2025-08-26T20:20:40.053Z | Downloaded pest_generator v2.7.14 |
| 618 | 2025-08-26T20:20:40.053Z | Downloaded percent-encoding v2.3.1 |
| 619 | 2025-08-26T20:20:40.078Z | Downloaded newtype-uuid v1.2.4 |
| 620 | 2025-08-26T20:20:40.078Z | Downloaded nanorand v0.7.0 |
| 621 | 2025-08-26T20:20:40.078Z | Downloaded multimap v0.10.1 |
| 622 | 2025-08-26T20:20:40.078Z | Downloaded mime v0.3.17 |
| 623 | 2025-08-26T20:20:40.078Z | Downloaded memoffset v0.9.1 |
| 624 | 2025-08-26T20:20:40.078Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 625 | 2025-08-26T20:20:40.078Z | Downloaded daft-derive v0.1.4 |
| 626 | 2025-08-26T20:20:40.078Z | Downloaded const_format_proc_macros v0.2.34 |
| 627 | 2025-08-26T20:20:40.078Z | Downloaded trybuild v1.0.106 |
| 628 | 2025-08-26T20:20:40.102Z | Downloaded ssh-key v0.6.6 |
| 629 | 2025-08-26T20:20:40.102Z | Downloaded rustyline v14.0.0 |
| 630 | 2025-08-26T20:20:40.102Z | Downloaded diesel-dtrace v0.4.2 |
| 631 | 2025-08-26T20:20:40.126Z | Downloaded crc v3.2.1 |
| 632 | 2025-08-26T20:20:40.126Z | Downloaded yasna v0.5.2 |
| 633 | 2025-08-26T20:20:40.126Z | Downloaded xz2 v0.1.7 |
| 634 | 2025-08-26T20:20:40.126Z | Downloaded tui-tree-widget v0.23.1 |
| 635 | 2025-08-26T20:20:40.126Z | Downloaded tracing-attributes v0.1.27 |
| 636 | 2025-08-26T20:20:40.127Z | Downloaded smallvec v1.15.1 |
| 637 | 2025-08-26T20:20:40.127Z | Downloaded serde_with_macros v3.14.0 |
| 638 | 2025-08-26T20:20:40.127Z | Downloaded futures-util v0.3.31 |
| 639 | 2025-08-26T20:20:40.152Z | Downloaded is_terminal_polyfill v1.70.1 |
| 640 | 2025-08-26T20:20:40.153Z | Downloaded is-terminal v0.4.13 |
| 641 | 2025-08-26T20:20:40.153Z | Downloaded xshell v0.2.7 |
| 642 | 2025-08-26T20:20:40.153Z | Downloaded tokio-tungstenite v0.23.1 |
| 643 | 2025-08-26T20:20:40.153Z | Downloaded tokio-tungstenite v0.21.0 |
| 644 | 2025-08-26T20:20:40.177Z | Downloaded darling_core v0.21.0 |
| 645 | 2025-08-26T20:20:40.177Z | Downloaded digest v0.10.7 |
| 646 | 2025-08-26T20:20:40.177Z | Downloaded difflib v0.4.0 |
| 647 | 2025-08-26T20:20:40.177Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 648 | 2025-08-26T20:20:40.177Z | Downloaded toml_parser v1.0.2 |
| 649 | 2025-08-26T20:20:40.177Z | Downloaded tokio-stream v0.1.17 |
| 650 | 2025-08-26T20:20:40.201Z | Downloaded ron v0.7.1 |
| 651 | 2025-08-26T20:20:40.201Z | Downloaded polling v3.7.3 |
| 652 | 2025-08-26T20:20:40.201Z | Downloaded goblin v0.8.2 |
| 653 | 2025-08-26T20:20:40.202Z | Downloaded new_debug_unreachable v1.0.6 |
| 654 | 2025-08-26T20:20:40.202Z | Downloaded nested v0.1.1 |
| 655 | 2025-08-26T20:20:40.226Z | Downloaded is_ci v1.2.0 |
| 656 | 2025-08-26T20:20:40.226Z | Downloaded indent_write v2.2.0 |
| 657 | 2025-08-26T20:20:40.226Z | Downloaded ctr v0.9.2 |
| 658 | 2025-08-26T20:20:40.226Z | Downloaded convert_case v0.4.0 |
| 659 | 2025-08-26T20:20:40.226Z | Downloaded constant_time_eq v0.3.1 |
| 660 | 2025-08-26T20:20:40.227Z | Downloaded zerofrom-derive v0.1.4 |
| 661 | 2025-08-26T20:20:40.227Z | Downloaded yoke v0.7.4 |
| 662 | 2025-08-26T20:20:40.227Z | Downloaded time-macros v0.2.18 |
| 663 | 2025-08-26T20:20:40.227Z | Downloaded rustls-pki-types v1.10.0 |
| 664 | 2025-08-26T20:20:40.227Z | Downloaded num-traits v0.2.19 |
| 665 | 2025-08-26T20:20:40.250Z | Downloaded darling_core v0.20.10 |
| 666 | 2025-08-26T20:20:40.251Z | Downloaded zerocopy-derive v0.8.26 |
| 667 | 2025-08-26T20:20:40.251Z | Downloaded typed-path v0.9.3 |
| 668 | 2025-08-26T20:20:40.275Z | Downloaded toml_edit v0.19.15 |
| 669 | 2025-08-26T20:20:40.299Z | Downloaded guppy v0.17.20 |
| 670 | 2025-08-26T20:20:40.299Z | Downloaded xattr v1.3.1 |
| 671 | 2025-08-26T20:20:40.299Z | Downloaded wyz v0.5.1 |
| 672 | 2025-08-26T20:20:40.299Z | Downloaded writeable v0.5.5 |
| 673 | 2025-08-26T20:20:40.299Z | Downloaded try-lock v0.2.5 |
| 674 | 2025-08-26T20:20:40.299Z | Downloaded topological-sort v0.2.2 |
| 675 | 2025-08-26T20:20:40.299Z | Downloaded toml_writer v1.0.2 |
| 676 | 2025-08-26T20:20:40.299Z | Downloaded toml_write v0.1.2 |
| 677 | 2025-08-26T20:20:40.324Z | Downloaded thread_local v1.1.8 |
| 678 | 2025-08-26T20:20:40.324Z | Downloaded thread-id v4.2.2 |
| 679 | 2025-08-26T20:20:40.324Z | Downloaded snafu-derive v0.8.5 |
| 680 | 2025-08-26T20:20:40.324Z | Downloaded serde_urlencoded v0.7.1 |
| 681 | 2025-08-26T20:20:40.324Z | Downloaded pkcs5 v0.7.1 |
| 682 | 2025-08-26T20:20:40.324Z | Downloaded litrs v0.4.1 |
| 683 | 2025-08-26T20:20:40.324Z | Downloaded dropshot_endpoint v0.16.3 |
| 684 | 2025-08-26T20:20:40.324Z | Downloaded unicode_categories v0.1.1 |
| 685 | 2025-08-26T20:20:40.348Z | Downloaded serde v1.0.219 |
| 686 | 2025-08-26T20:20:40.348Z | Downloaded hyper-util v0.1.16 |
| 687 | 2025-08-26T20:20:40.348Z | Downloaded hashbrown v0.13.2 |
| 688 | 2025-08-26T20:20:40.348Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 689 | 2025-08-26T20:20:40.348Z | Downloaded strsim v0.11.1 |
| 690 | 2025-08-26T20:20:40.375Z | Downloaded strip-ansi-escapes v0.2.0 |
| 691 | 2025-08-26T20:20:40.375Z | Downloaded stringprep v0.1.5 |
| 692 | 2025-08-26T20:20:40.376Z | Downloaded smf v0.2.3 |
| 693 | 2025-08-26T20:20:40.376Z | Downloaded postcard v1.0.10 |
| 694 | 2025-08-26T20:20:40.376Z | Downloaded num-rational v0.4.2 |
| 695 | 2025-08-26T20:20:40.376Z | Downloaded num-complex v0.4.6 |
| 696 | 2025-08-26T20:20:40.376Z | Downloaded console v0.16.0 |
| 697 | 2025-08-26T20:20:40.376Z | Downloaded aws-lc-sys v0.26.0 |
| 698 | 2025-08-26T20:20:40.675Z | Downloaded url v2.5.4 |
| 699 | 2025-08-26T20:20:40.699Z | Downloaded toml_edit v0.22.27 |
| 700 | 2025-08-26T20:20:40.699Z | Downloaded p521 v0.13.3 |
| 701 | 2025-08-26T20:20:40.699Z | Downloaded yoke-derive v0.7.4 |
| 702 | 2025-08-26T20:20:40.699Z | Downloaded xshell-macros v0.2.7 |
| 703 | 2025-08-26T20:20:40.699Z | Downloaded tower-service v0.3.3 |
| 704 | 2025-08-26T20:20:40.699Z | Downloaded tower-layer v0.3.3 |
| 705 | 2025-08-26T20:20:40.699Z | Downloaded smawk v0.3.2 |
| 706 | 2025-08-26T20:20:40.699Z | Downloaded smallvec v0.6.14 |
| 707 | 2025-08-26T20:20:40.724Z | Downloaded salsa20 v0.10.2 |
| 708 | 2025-08-26T20:20:40.724Z | Downloaded rustversion v1.0.17 |
| 709 | 2025-08-26T20:20:40.724Z | Downloaded zopfli v0.8.1 |
| 710 | 2025-08-26T20:20:40.724Z | Downloaded time-core v0.1.2 |
| 711 | 2025-08-26T20:20:40.724Z | Downloaded serde_tokenstream v0.2.2 |
| 712 | 2025-08-26T20:20:40.724Z | Downloaded serde_spanned v1.0.0 |
| 713 | 2025-08-26T20:20:40.724Z | Downloaded serde_spanned v0.6.9 |
| 714 | 2025-08-26T20:20:40.724Z | Downloaded serde_regex v1.1.0 |
| 715 | 2025-08-26T20:20:40.724Z | Downloaded ref-cast-impl v1.0.24 |
| 716 | 2025-08-26T20:20:40.724Z | Downloaded ref-cast v1.0.24 |
| 717 | 2025-08-26T20:20:40.724Z | Downloaded pkcs8 v0.10.2 |
| 718 | 2025-08-26T20:20:40.748Z | Downloaded lock_api v0.4.12 |
| 719 | 2025-08-26T20:20:40.748Z | Downloaded litemap v0.7.3 |
| 720 | 2025-08-26T20:20:40.748Z | Downloaded linked-hash-map v0.5.6 |
| 721 | 2025-08-26T20:20:40.748Z | Downloaded daft v0.1.4 |
| 722 | 2025-08-26T20:20:40.748Z | Downloaded clap v4.5.41 |
| 723 | 2025-08-26T20:20:40.748Z | Downloaded hickory-resolver v0.24.4 |
| 724 | 2025-08-26T20:20:40.773Z | Downloaded poly1305 v0.8.0 |
| 725 | 2025-08-26T20:20:40.773Z | Downloaded num_enum v0.5.11 |
| 726 | 2025-08-26T20:20:40.773Z | Downloaded num-iter v0.1.45 |
| 727 | 2025-08-26T20:20:40.773Z | Downloaded num-integer v0.1.46 |
| 728 | 2025-08-26T20:20:40.773Z | Downloaded num-derive v0.4.2 |
| 729 | 2025-08-26T20:20:40.773Z | Downloaded num-derive v0.3.3 |
| 730 | 2025-08-26T20:20:40.799Z | Downloaded nu-ansi-term v0.50.1 |
| 731 | 2025-08-26T20:20:40.799Z | Downloaded libtest-mimic v0.8.1 |
| 732 | 2025-08-26T20:20:40.799Z | Downloaded libloading v0.8.5 |
| 733 | 2025-08-26T20:20:40.799Z | Downloaded ipnet v2.11.0 |
| 734 | 2025-08-26T20:20:40.799Z | Downloaded env_logger v0.10.2 |
| 735 | 2025-08-26T20:20:40.799Z | Downloaded dyn-clone v1.0.20 |
| 736 | 2025-08-26T20:20:40.799Z | Downloaded unsafe-libyaml v0.2.11 |
| 737 | 2025-08-26T20:20:40.824Z | Downloaded radium v0.7.0 |
| 738 | 2025-08-26T20:20:40.824Z | Downloaded r2d2 v0.8.10 |
| 739 | 2025-08-26T20:20:40.824Z | Downloaded plain v0.2.3 |
| 740 | 2025-08-26T20:20:40.824Z | Downloaded pkg-config v0.3.31 |
| 741 | 2025-08-26T20:20:40.824Z | Downloaded ingot-macros v0.1.1 |
| 742 | 2025-08-26T20:20:40.824Z | Downloaded datatest-stable v0.3.2 |
| 743 | 2025-08-26T20:20:40.824Z | Downloaded textwrap v0.16.2 |
| 744 | 2025-08-26T20:20:40.824Z | Downloaded steno v0.4.1 |
| 745 | 2025-08-26T20:20:40.824Z | Downloaded http v1.3.1 |
| 746 | 2025-08-26T20:20:40.848Z | Downloaded clang-sys v1.8.1 |
| 747 | 2025-08-26T20:20:40.848Z | Downloaded tar v0.4.44 |
| 748 | 2025-08-26T20:20:40.848Z | Downloaded icu_collections v1.5.0 |
| 749 | 2025-08-26T20:20:40.848Z | Downloaded hickory-resolver v0.25.2 |
| 750 | 2025-08-26T20:20:40.873Z | Downloaded lockfree-object-pool v0.1.6 |
| 751 | 2025-08-26T20:20:40.873Z | Downloaded linear-map v1.2.0 |
| 752 | 2025-08-26T20:20:40.873Z | Downloaded zstd v0.13.3 |
| 753 | 2025-08-26T20:20:40.873Z | Downloaded tungstenite v0.23.0 |
| 754 | 2025-08-26T20:20:40.873Z | Downloaded tungstenite v0.21.0 |
| 755 | 2025-08-26T20:20:40.873Z | Downloaded heapless v0.8.0 |
| 756 | 2025-08-26T20:20:40.898Z | Downloaded nodrop v0.1.14 |
| 757 | 2025-08-26T20:20:40.898Z | Downloaded libz-rs-sys v0.5.1 |
| 758 | 2025-08-26T20:20:40.898Z | Downloaded libsw v3.5.0 |
| 759 | 2025-08-26T20:20:40.898Z | Downloaded libscf-sys v1.1.0 |
| 760 | 2025-08-26T20:20:40.898Z | Downloaded ipnetwork v0.21.1 |
| 761 | 2025-08-26T20:20:40.899Z | Downloaded internet-checksum v0.2.1 |
| 762 | 2025-08-26T20:20:40.899Z | Downloaded data-encoding v2.9.0 |
| 763 | 2025-08-26T20:20:40.899Z | Downloaded csv-core v0.1.11 |
| 764 | 2025-08-26T20:20:40.899Z | Downloaded cookie_store v0.21.1 |
| 765 | 2025-08-26T20:20:40.899Z | Downloaded walkdir v2.5.0 |
| 766 | 2025-08-26T20:20:40.924Z | Downloaded typify v0.4.1 |
| 767 | 2025-08-26T20:20:40.925Z | Downloaded typify v0.3.0 |
| 768 | 2025-08-26T20:20:40.925Z | Downloaded toml v0.9.5 |
| 769 | 2025-08-26T20:20:40.925Z | Downloaded num-conv v0.1.0 |
| 770 | 2025-08-26T20:20:40.925Z | Downloaded inout v0.1.3 |
| 771 | 2025-08-26T20:20:40.925Z | Downloaded ingot-types v0.1.2 |
| 772 | 2025-08-26T20:20:40.925Z | Downloaded ingot v0.1.1 |
| 773 | 2025-08-26T20:20:40.949Z | Downloaded env_filter v0.1.2 |
| 774 | 2025-08-26T20:20:40.949Z | Downloaded dunce v1.0.5 |
| 775 | 2025-08-26T20:20:40.949Z | Downloaded dsl_auto_type v0.1.2 |
| 776 | 2025-08-26T20:20:40.949Z | Downloaded document-features v0.2.11 |
| 777 | 2025-08-26T20:20:40.949Z | Downloaded displaydoc v0.2.5 |
| 778 | 2025-08-26T20:20:40.949Z | Downloaded display-error-chain v0.2.2 |
| 779 | 2025-08-26T20:20:40.949Z | Downloaded defmt-parser v0.3.4 |
| 780 | 2025-08-26T20:20:40.949Z | Downloaded defmt-macros v0.3.9 |
| 781 | 2025-08-26T20:20:40.949Z | Downloaded debug-ignore v1.0.5 |
| 782 | 2025-08-26T20:20:40.949Z | Downloaded cpufeatures v0.2.14 |
| 783 | 2025-08-26T20:20:40.949Z | Downloaded cookie v0.18.1 |
| 784 | 2025-08-26T20:20:40.973Z | Downloaded typenum v1.17.0 |
| 785 | 2025-08-26T20:20:40.973Z | Downloaded iddqd v0.3.9 |
| 786 | 2025-08-26T20:20:40.973Z | Downloaded cc v1.2.30 |
| 787 | 2025-08-26T20:20:40.999Z | Downloaded console v0.15.10 |
| 788 | 2025-08-26T20:20:40.999Z | Downloaded cipher v0.4.4 |
| 789 | 2025-08-26T20:20:40.999Z | Downloaded zstd-safe v7.2.3 |
| 790 | 2025-08-26T20:20:40.999Z | Downloaded test-strategy v0.4.3 |
| 791 | 2025-08-26T20:20:40.999Z | Downloaded slog v2.7.0 |
| 792 | 2025-08-26T20:20:41.024Z | Downloaded aws-lc-rs v1.12.4 |
| 793 | 2025-08-26T20:20:41.024Z | Downloaded instability v0.3.2 |
| 794 | 2025-08-26T20:20:41.024Z | Downloaded indoc v2.0.6 |
| 795 | 2025-08-26T20:20:41.024Z | Downloaded dof v0.3.0 |
| 796 | 2025-08-26T20:20:41.024Z | Downloaded zerocopy-derive v0.7.35 |
| 797 | 2025-08-26T20:20:41.050Z | Downloaded zerocopy v0.6.6 |
| 798 | 2025-08-26T20:20:41.050Z | Downloaded whoami v1.5.2 |
| 799 | 2025-08-26T20:20:41.050Z | Downloaded waitgroup v0.1.2 |
| 800 | 2025-08-26T20:20:41.050Z | Downloaded wait-timeout v0.2.0 |
| 801 | 2025-08-26T20:20:41.051Z | Downloaded toml v0.7.8 |
| 802 | 2025-08-26T20:20:41.051Z | Downloaded term v0.7.0 |
| 803 | 2025-08-26T20:20:41.076Z | Downloaded ignore v0.4.23 |
| 804 | 2025-08-26T20:20:41.076Z | Downloaded icu_provider v1.5.0 |
| 805 | 2025-08-26T20:20:41.076Z | Downloaded instant v0.1.13 |
| 806 | 2025-08-26T20:20:41.076Z | Downloaded dtrace-parser v0.2.0 |
| 807 | 2025-08-26T20:20:41.076Z | Downloaded doc-comment v0.3.3 |
| 808 | 2025-08-26T20:20:41.076Z | Downloaded typify v0.2.0 |
| 809 | 2025-08-26T20:20:41.076Z | Downloaded twox-hash v2.1.0 |
| 810 | 2025-08-26T20:20:41.076Z | Downloaded tempfile v3.20.0 |
| 811 | 2025-08-26T20:20:41.076Z | Downloaded icu_properties v1.5.1 |
| 812 | 2025-08-26T20:20:41.100Z | Downloaded ed25519-dalek v2.1.1 |
| 813 | 2025-08-26T20:20:41.100Z | Downloaded convert_case v0.7.1 |
| 814 | 2025-08-26T20:20:41.100Z | Downloaded toml_datetime v0.6.11 |
| 815 | 2025-08-26T20:20:41.100Z | Downloaded toml v0.8.23 |
| 816 | 2025-08-26T20:20:41.100Z | Downloaded half v1.8.3 |
| 817 | 2025-08-26T20:20:41.100Z | Downloaded flume v0.11.1 |
| 818 | 2025-08-26T20:20:41.125Z | Downloaded darling_macro v0.20.10 |
| 819 | 2025-08-26T20:20:41.125Z | Downloaded target-spec v3.5.0 |
| 820 | 2025-08-26T20:20:41.125Z | Downloaded target-lexicon v0.13.2 |
| 821 | 2025-08-26T20:20:41.125Z | Downloaded similar v2.7.0 |
| 822 | 2025-08-26T20:20:41.125Z | Downloaded ryu v1.0.18 |
| 823 | 2025-08-26T20:20:41.125Z | Downloaded progenitor-impl v0.8.0 |
| 824 | 2025-08-26T20:20:41.127Z | Downloaded papergrid v0.14.0 |
| 825 | 2025-08-26T20:20:41.151Z | Downloaded hickory-server v0.25.2 |
| 826 | 2025-08-26T20:20:41.151Z | Downloaded proc-macro2 v1.0.95 |
| 827 | 2025-08-26T20:20:41.151Z | Downloaded hickory-client v0.25.2 |
| 828 | 2025-08-26T20:20:41.151Z | Downloaded headers v0.4.1 |
| 829 | 2025-08-26T20:20:41.176Z | Downloaded usdt v0.5.0 |
| 830 | 2025-08-26T20:20:41.176Z | Downloaded terminal_size v0.4.0 |
| 831 | 2025-08-26T20:20:41.176Z | Downloaded tap v1.0.1 |
| 832 | 2025-08-26T20:20:41.176Z | Downloaded ssh-encoding v0.2.0 |
| 833 | 2025-08-26T20:20:41.176Z | Downloaded sqlformat v0.3.5 |
| 834 | 2025-08-26T20:20:41.176Z | Downloaded spin v0.9.8 |
| 835 | 2025-08-26T20:20:41.176Z | Downloaded slog-async v2.8.0 |
| 836 | 2025-08-26T20:20:41.176Z | Downloaded proc-macro-error v1.0.4 |
| 837 | 2025-08-26T20:20:41.176Z | Downloaded papergrid v0.11.0 |
| 838 | 2025-08-26T20:20:41.200Z | Downloaded elliptic-curve v0.13.8 |
| 839 | 2025-08-26T20:20:41.200Z | Downloaded bytes v1.10.1 |
| 840 | 2025-08-26T20:20:41.200Z | Downloaded async-std v1.13.0 |
| 841 | 2025-08-26T20:20:41.240Z | Downloaded untrusted v0.9.0 |
| 842 | 2025-08-26T20:20:41.265Z | Downloaded untrusted v0.7.1 |
| 843 | 2025-08-26T20:20:41.265Z | Downloaded unit-prefix v0.5.1 |
| 844 | 2025-08-26T20:20:41.265Z | Downloaded typeid v1.0.3 |
| 845 | 2025-08-26T20:20:41.265Z | Downloaded toml_datetime v0.7.0 |
| 846 | 2025-08-26T20:20:41.265Z | Downloaded termios v0.3.3 |
| 847 | 2025-08-26T20:20:41.265Z | Downloaded termcolor v1.4.1 |
| 848 | 2025-08-26T20:20:41.266Z | Downloaded ssh-cipher v0.2.0 |
| 849 | 2025-08-26T20:20:41.266Z | Downloaded siphasher v1.0.1 |
| 850 | 2025-08-26T20:20:41.266Z | Downloaded semver v1.0.26 |
| 851 | 2025-08-26T20:20:41.291Z | Downloaded sct v0.7.1 |
| 852 | 2025-08-26T20:20:41.291Z | Downloaded proc-macro-error2 v2.0.1 |
| 853 | 2025-08-26T20:20:41.291Z | Downloaded pest_meta v2.7.14 |
| 854 | 2025-08-26T20:20:41.291Z | Downloaded omicron-zone-package v0.12.2 |
| 855 | 2025-08-26T20:20:41.338Z | Downloaded icu_normalizer_data v1.5.0 |
| 856 | 2025-08-26T20:20:41.338Z | Downloaded icu_locid_transform_data v1.5.0 |
| 857 | 2025-08-26T20:20:41.338Z | Downloaded hashbrown v0.12.3 |
| 858 | 2025-08-26T20:20:41.338Z | Downloaded bumpalo v3.16.0 |
| 859 | 2025-08-26T20:20:41.338Z | Downloaded termtree v0.5.1 |
| 860 | 2025-08-26T20:20:41.338Z | Downloaded target-triple v0.1.3 |
| 861 | 2025-08-26T20:20:41.338Z | Downloaded stringmetrics v2.2.2 |
| 862 | 2025-08-26T20:20:41.338Z | Downloaded string_cache v0.8.9 |
| 863 | 2025-08-26T20:20:41.338Z | Downloaded static_assertions v1.1.0 |
| 864 | 2025-08-26T20:20:41.338Z | Downloaded stable_deref_trait v1.2.0 |
| 865 | 2025-08-26T20:20:41.338Z | Downloaded spki v0.7.3 |
| 866 | 2025-08-26T20:20:41.338Z | Downloaded slab v0.4.9 |
| 867 | 2025-08-26T20:20:41.338Z | Downloaded similar-asserts v1.7.0 |
| 868 | 2025-08-26T20:20:41.338Z | Downloaded scopeguard v1.2.0 |
| 869 | 2025-08-26T20:20:41.338Z | Downloaded progenitor-impl v0.9.1 |
| 870 | 2025-08-26T20:20:41.364Z | Downloaded pin-project-internal v1.1.6 |
| 871 | 2025-08-26T20:20:41.364Z | Downloaded getrandom v0.3.1 |
| 872 | 2025-08-26T20:20:41.364Z | Downloaded getrandom v0.2.15 |
| 873 | 2025-08-26T20:20:41.364Z | Downloaded base64 v0.22.1 |
| 874 | 2025-08-26T20:20:41.364Z | Downloaded rustc_version v0.4.1 |
| 875 | 2025-08-26T20:20:41.364Z | Downloaded relative-path v1.9.3 |
| 876 | 2025-08-26T20:20:41.364Z | Downloaded proc-macro-crate v1.3.1 |
| 877 | 2025-08-26T20:20:41.364Z | Downloaded pin-project-lite v0.2.14 |
| 878 | 2025-08-26T20:20:41.390Z | Downloaded pin-project v1.1.6 |
| 879 | 2025-08-26T20:20:41.390Z | Downloaded parking_lot v0.11.2 |
| 880 | 2025-08-26T20:20:41.416Z | Downloaded camino v1.1.11 |
| 881 | 2025-08-26T20:20:41.416Z | Downloaded blake2 v0.10.6 |
| 882 | 2025-08-26T20:20:41.416Z | Downloaded base64 v0.13.1 |
| 883 | 2025-08-26T20:20:41.416Z | Downloaded sqlparser_derive v0.2.2 |
| 884 | 2025-08-26T20:20:41.416Z | Downloaded serde-hex v0.1.0 |
| 885 | 2025-08-26T20:20:41.417Z | Downloaded scroll v0.12.0 |
| 886 | 2025-08-26T20:20:41.417Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 887 | 2025-08-26T20:20:41.417Z | Downloaded proc-macro-crate v3.2.0 |
| 888 | 2025-08-26T20:20:41.417Z | Downloaded primeorder v0.13.6 |
| 889 | 2025-08-26T20:20:41.417Z | Downloaded phf_shared v0.11.2 |
| 890 | 2025-08-26T20:20:41.417Z | Downloaded phf v0.12.1 |
| 891 | 2025-08-26T20:20:41.417Z | Downloaded phf v0.11.2 |
| 892 | 2025-08-26T20:20:41.442Z | Downloaded packed_struct v0.10.1 |
| 893 | 2025-08-26T20:20:41.442Z | Downloaded httptest v0.16.3 |
| 894 | 2025-08-26T20:20:41.442Z | Downloaded cfg-expr v0.20.1 |
| 895 | 2025-08-26T20:20:41.442Z | Downloaded semver v0.1.20 |
| 896 | 2025-08-26T20:20:41.443Z | Downloaded secrecy v0.10.3 |
| 897 | 2025-08-26T20:20:41.443Z | Downloaded secrecy v0.8.0 |
| 898 | 2025-08-26T20:20:41.443Z | Downloaded sec1 v0.7.3 |
| 899 | 2025-08-26T20:20:41.443Z | Downloaded rusty-fork v0.3.0 |
| 900 | 2025-08-26T20:20:41.443Z | Downloaded icu_locid_transform v1.5.0 |
| 901 | 2025-08-26T20:20:41.443Z | Downloaded hyper-rustls v0.27.7 |
| 902 | 2025-08-26T20:20:41.468Z | Downloaded highway v1.3.0 |
| 903 | 2025-08-26T20:20:41.469Z | Downloaded hex v0.4.3 |
| 904 | 2025-08-26T20:20:41.469Z | Downloaded piper v0.2.4 |
| 905 | 2025-08-26T20:20:41.469Z | Downloaded oorandom v11.1.4 |
| 906 | 2025-08-26T20:20:41.469Z | Downloaded hubpack v0.1.2 |
| 907 | 2025-08-26T20:20:41.469Z | Downloaded globset v0.4.15 |
| 908 | 2025-08-26T20:20:41.469Z | Downloaded futures-lite v2.3.0 |
| 909 | 2025-08-26T20:20:41.469Z | Downloaded serde-big-array v0.5.1 |
| 910 | 2025-08-26T20:20:41.469Z | Downloaded progenitor-client v0.10.0 |
| 911 | 2025-08-26T20:20:41.469Z | Downloaded phf_shared v0.12.1 |
| 912 | 2025-08-26T20:20:41.469Z | Downloaded progenitor-client v0.8.0 |
| 913 | 2025-08-26T20:20:41.469Z | Downloaded heapless v0.7.17 |
| 914 | 2025-08-26T20:20:41.494Z | Downloaded fs_extra v1.3.0 |
| 915 | 2025-08-26T20:20:41.494Z | Downloaded bzip2 v0.5.2 |
| 916 | 2025-08-26T20:20:41.494Z | Downloaded blake2b_simd v1.0.2 |
| 917 | 2025-08-26T20:20:41.494Z | Downloaded once_cell v1.21.3 |
| 918 | 2025-08-26T20:20:41.494Z | Downloaded olpc-cjson v0.1.4 |
| 919 | 2025-08-26T20:20:41.494Z | Downloaded hash32 v0.3.1 |
| 920 | 2025-08-26T20:20:41.494Z | Downloaded futures-channel v0.3.31 |
| 921 | 2025-08-26T20:20:41.496Z | Downloaded float-cmp v0.10.0 |
| 922 | 2025-08-26T20:20:41.496Z | Downloaded enum-as-inner v0.6.1 |
| 923 | 2025-08-26T20:20:41.496Z | Downloaded hostname v0.4.0 |
| 924 | 2025-08-26T20:20:41.496Z | Downloaded heck v0.4.1 |
| 925 | 2025-08-26T20:20:41.522Z | Downloaded hash32 v0.2.1 |
| 926 | 2025-08-26T20:20:41.522Z | Downloaded group v0.13.0 |
| 927 | 2025-08-26T20:20:41.522Z | Downloaded globwalk v0.9.1 |
| 928 | 2025-08-26T20:20:41.522Z | Downloaded embedded-io v0.6.1 |
| 929 | 2025-08-26T20:20:41.522Z | Downloaded bzip2 v0.4.4 |
| 930 | 2025-08-26T20:20:41.522Z | Downloaded pin-utils v0.1.0 |
| 931 | 2025-08-26T20:20:41.522Z | Downloaded home v0.5.9 |
| 932 | 2025-08-26T20:20:41.522Z | Downloaded heck v0.3.3 |
| 933 | 2025-08-26T20:20:41.522Z | Downloaded futures-io v0.3.31 |
| 934 | 2025-08-26T20:20:41.522Z | Downloaded ecdsa v0.16.9 |
| 935 | 2025-08-26T20:20:41.522Z | Downloaded cargo_metadata v0.21.0 |
| 936 | 2025-08-26T20:20:41.522Z | Downloaded cargo_metadata v0.18.1 |
| 937 | 2025-08-26T20:20:41.522Z | Downloaded bitflags v2.9.1 |
| 938 | 2025-08-26T20:20:41.547Z | Downloaded icu_provider_macros v1.5.0 |
| 939 | 2025-08-26T20:20:41.547Z | Downloaded hubpack_derive v0.1.1 |
| 940 | 2025-08-26T20:20:41.547Z | Downloaded ena v0.14.3 |
| 941 | 2025-08-26T20:20:41.547Z | Downloaded ed25519 v2.2.3 |
| 942 | 2025-08-26T20:20:41.547Z | Downloaded cassowary v0.3.0 |
| 943 | 2025-08-26T20:20:41.548Z | Downloaded cargo-util-schemas v0.8.2 |
| 944 | 2025-08-26T20:20:41.548Z | Downloaded hmac v0.12.1 |
| 945 | 2025-08-26T20:20:41.548Z | Downloaded futures-timer v3.0.3 |
| 946 | 2025-08-26T20:20:41.548Z | Downloaded embedded-io v0.4.0 |
| 947 | 2025-08-26T20:20:41.548Z | Downloaded cbc v0.1.2 |
| 948 | 2025-08-26T20:20:41.548Z | Downloaded cast v0.3.0 |
| 949 | 2025-08-26T20:20:41.548Z | Downloaded cargo-platform v0.2.0 |
| 950 | 2025-08-26T20:20:41.548Z | Downloaded camino-tempfile-ext v0.3.2 |
| 951 | 2025-08-26T20:20:41.573Z | Downloaded camino-tempfile v1.4.1 |
| 952 | 2025-08-26T20:20:41.573Z | Downloaded buf-list v1.0.3 |
| 953 | 2025-08-26T20:20:41.573Z | Downloaded block-buffer v0.10.4 |
| 954 | 2025-08-26T20:20:41.573Z | Downloaded bitflags v1.3.2 |
| 955 | 2025-08-26T20:20:41.573Z | Downloaded base16ct v0.2.0 |
| 956 | 2025-08-26T20:20:41.573Z | Downloaded async-task v4.7.1 |
| 957 | 2025-08-26T20:20:41.573Z | Downloaded object v0.36.5 |
| 958 | 2025-08-26T20:20:41.599Z | Downloaded icu_normalizer v1.5.0 |
| 959 | 2025-08-26T20:20:41.599Z | Downloaded cexpr v0.6.0 |
| 960 | 2025-08-26T20:20:41.599Z | Downloaded cargo-platform v0.1.8 |
| 961 | 2025-08-26T20:20:41.599Z | Downloaded byteorder v1.5.0 |
| 962 | 2025-08-26T20:20:41.599Z | Downloaded bytecount v0.6.8 |
| 963 | 2025-08-26T20:20:41.599Z | Downloaded blowfish v0.9.1 |
| 964 | 2025-08-26T20:20:41.624Z | Downloaded block-padding v0.3.3 |
| 965 | 2025-08-26T20:20:41.624Z | Downloaded bit-set v0.5.3 |
| 966 | 2025-08-26T20:20:41.624Z | Downloaded base64ct v1.6.0 |
| 967 | 2025-08-26T20:20:41.624Z | Downloaded backtrace v0.3.74 |
| 968 | 2025-08-26T20:20:41.624Z | Downloaded backoff v0.4.0 |
| 969 | 2025-08-26T20:20:41.624Z | Downloaded iana-time-zone v0.1.63 |
| 970 | 2025-08-26T20:20:41.624Z | Downloaded hyper-staticfile v0.10.1 |
| 971 | 2025-08-26T20:20:41.650Z | Downloaded bitfield v0.14.0 |
| 972 | 2025-08-26T20:20:41.650Z | Downloaded bit-vec v0.8.0 |
| 973 | 2025-08-26T20:20:41.650Z | Downloaded bit-set v0.8.0 |
| 974 | 2025-08-26T20:20:41.650Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 975 | 2025-08-26T20:20:41.650Z | Downloaded bb8 v0.8.5 |
| 976 | 2025-08-26T20:20:41.650Z | Downloaded gethostname v0.5.0 |
| 977 | 2025-08-26T20:20:41.650Z | Downloaded generic-array v0.14.7 |
| 978 | 2025-08-26T20:20:41.650Z | Downloaded futures-sink v0.3.31 |
| 979 | 2025-08-26T20:20:41.650Z | Downloaded futures-macro v0.3.31 |
| 980 | 2025-08-26T20:20:41.650Z | Downloaded futures-executor v0.3.31 |
| 981 | 2025-08-26T20:20:41.650Z | Downloaded fs-err v3.1.1 |
| 982 | 2025-08-26T20:20:41.650Z | Downloaded form_urlencoded v1.2.1 |
| 983 | 2025-08-26T20:20:41.675Z | Downloaded foldhash v0.1.5 |
| 984 | 2025-08-26T20:20:41.675Z | Downloaded bcs v0.1.6 |
| 985 | 2025-08-26T20:20:41.675Z | Downloaded base64 v0.21.7 |
| 986 | 2025-08-26T20:20:41.676Z | Downloaded autocfg v1.4.0 |
| 987 | 2025-08-26T20:20:41.676Z | Downloaded atty v0.2.14 |
| 988 | 2025-08-26T20:20:41.676Z | Downloaded async-trait v0.1.88 |
| 989 | 2025-08-26T20:20:41.676Z | Downloaded httparse v1.9.5 |
| 990 | 2025-08-26T20:20:41.676Z | Downloaded headers-core v0.3.0 |
| 991 | 2025-08-26T20:20:41.676Z | Downloaded async-process v2.3.0 |
| 992 | 2025-08-26T20:20:41.701Z | Downloaded async-channel v2.3.1 |
| 993 | 2025-08-26T20:20:41.702Z | Downloaded assert_matches v1.5.0 |
| 994 | 2025-08-26T20:20:41.702Z | Downloaded foreign-types-shared v0.3.1 |
| 995 | 2025-08-26T20:20:41.702Z | Downloaded cfg-if v1.0.1 |
| 996 | 2025-08-26T20:20:41.702Z | Downloaded atomicwrites v0.4.4 |
| 997 | 2025-08-26T20:20:41.702Z | Downloaded atomic-waker v1.1.2 |
| 998 | 2025-08-26T20:20:41.702Z | Downloaded async-bb8-diesel v0.2.1 |
| 999 | 2025-08-26T20:20:41.702Z | Downloaded arrayref v0.3.9 |
| 1000 | 2025-08-26T20:20:41.702Z | Downloaded argon2 v0.5.3 |
| 1001 | 2025-08-26T20:20:41.702Z | Downloaded hex-literal v0.4.1 |
| 1002 | 2025-08-26T20:20:41.702Z | Downloaded glob v0.3.2 |
| 1003 | 2025-08-26T20:20:41.703Z | Downloaded ghash v0.5.1 |
| 1004 | 2025-08-26T20:20:41.703Z | Downloaded futures-task v0.3.31 |
| 1005 | 2025-08-26T20:20:41.703Z | Downloaded futures-core v0.3.31 |
| 1006 | 2025-08-26T20:20:41.728Z | Downloaded foreign-types v0.3.2 |
| 1007 | 2025-08-26T20:20:41.728Z | Downloaded fnv v1.0.7 |
| 1008 | 2025-08-26T20:20:41.728Z | Downloaded async-stream v0.3.6 |
| 1009 | 2025-08-26T20:20:41.728Z | Downloaded async-recursion v1.1.1 |
| 1010 | 2025-08-26T20:20:41.728Z | Downloaded async-global-executor v2.4.1 |
| 1011 | 2025-08-26T20:20:41.728Z | Downloaded async-executor v1.13.1 |
| 1012 | 2025-08-26T20:20:41.728Z | Downloaded assert_cmd v2.0.17 |
| 1013 | 2025-08-26T20:20:41.728Z | Downloaded array-init v0.0.4 |
| 1014 | 2025-08-26T20:20:41.729Z | Downloaded anstyle-query v1.1.1 |
| 1015 | 2025-08-26T20:20:41.729Z | Downloaded aes v0.8.4 |
| 1016 | 2025-08-26T20:20:41.729Z | Downloaded hostname v0.3.1 |
| 1017 | 2025-08-26T20:20:41.754Z | Downloaded funty v2.0.0 |
| 1018 | 2025-08-26T20:20:41.754Z | Downloaded fs-err v2.11.0 |
| 1019 | 2025-08-26T20:20:41.754Z | Downloaded foreign-types v0.5.0 |
| 1020 | 2025-08-26T20:20:41.754Z | Downloaded async-object-pool v0.1.5 |
| 1021 | 2025-08-26T20:20:41.754Z | Downloaded async-lock v3.4.0 |
| 1022 | 2025-08-26T20:20:41.754Z | Downloaded async-channel v1.9.0 |
| 1023 | 2025-08-26T20:20:41.754Z | Downloaded async-attributes v1.1.2 |
| 1024 | 2025-08-26T20:20:41.754Z | Downloaded ascii-canvas v3.0.0 |
| 1025 | 2025-08-26T20:20:41.754Z | Downloaded arrayvec v0.7.6 |
| 1026 | 2025-08-26T20:20:41.755Z | Downloaded anstyle-parse v0.2.5 |
| 1027 | 2025-08-26T20:20:41.755Z | Downloaded aes-gcm v0.10.3 |
| 1028 | 2025-08-26T20:20:41.755Z | Downloaded aho-corasick v1.1.3 |
| 1029 | 2025-08-26T20:20:41.780Z | Downloaded approx v0.5.1 |
| 1030 | 2025-08-26T20:20:41.780Z | Downloaded anyhow v1.0.99 |
| 1031 | 2025-08-26T20:20:41.780Z | Downloaded anstream v0.6.18 |
| 1032 | 2025-08-26T20:20:41.780Z | Downloaded anes v0.1.6 |
| 1033 | 2025-08-26T20:20:41.780Z | Downloaded ahash v0.8.12 |
| 1034 | 2025-08-26T20:20:41.805Z | Downloaded adler2 v2.0.0 |
| 1035 | 2025-08-26T20:20:41.805Z | Downloaded addr2line v0.24.2 |
| 1036 | 2025-08-26T20:20:41.805Z | Downloaded foreign-types-shared v0.1.1 |
| 1037 | 2025-08-26T20:20:41.805Z | Downloaded float-ord v0.3.2 |
| 1038 | 2025-08-26T20:20:41.805Z | Downloaded endian-type v0.1.2 |
| 1039 | 2025-08-26T20:20:41.805Z | Downloaded either v1.15.0 |
| 1040 | 2025-08-26T20:20:41.806Z | Downloaded bstr v1.10.0 |
| 1041 | 2025-08-26T20:20:41.831Z | Downloaded arc-swap v1.7.1 |
| 1042 | 2025-08-26T20:20:41.831Z | Downloaded aead v0.5.2 |
| 1043 | 2025-08-26T20:20:41.831Z | Downloaded cancel-safe-futures v0.1.5 |
| 1044 | 2025-08-26T20:20:41.831Z | Downloaded blocking v1.6.1 |
| 1045 | 2025-08-26T20:20:41.831Z | Downloaded bitfield-struct v0.6.2 |
| 1046 | 2025-08-26T20:20:41.831Z | Downloaded bit-vec v0.6.3 |
| 1047 | 2025-08-26T20:20:41.831Z | Downloaded async-stream-impl v0.3.6 |
| 1048 | 2025-08-26T20:20:41.831Z | Downloaded async-signal v0.2.10 |
| 1049 | 2025-08-26T20:20:41.831Z | Downloaded async-io v2.3.4 |
| 1050 | 2025-08-26T20:20:41.831Z | Downloaded assert-json-diff v2.0.2 |
| 1051 | 2025-08-26T20:20:41.856Z | Downloaded anstyle v1.0.11 |
| 1052 | 2025-08-26T20:20:41.856Z | Downloaded allocator-api2 v0.2.21 |
| 1053 | 2025-08-26T20:20:42.278Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 1054 | 2025-08-26T20:21:00.413Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 1055 | 2025-08-26T20:21:12.474Z | Startup: Caching catalogs ... Done |
| 1056 | 2025-08-26T20:21:22.282Z | Planning: Solver setup ... Done (7.661s) |
| 1057 | 2025-08-26T20:21:22.353Z | Planning: Running solver ... Done (0.071s) |
| 1058 | 2025-08-26T20:21:22.454Z | Planning: Finding local manifests ... Done (0.002s) |
| 1059 | 2025-08-26T20:21:22.533Z | Planning: Fetching manifests: 0/4 0% complete |
| 1060 | 2025-08-26T20:21:23.082Z | Planning: Fetching manifests: 4/4 100% complete |
| 1061 | 2025-08-26T20:21:23.196Z | Planning: Package planning ... Done (0.118s) |
| 1062 | 2025-08-26T20:21:23.282Z | Planning: Merging actions ... Done (0.085s) |
| 1063 | 2025-08-26T20:21:23.737Z | Planning: Checking for conflicting actions ... Done (0.456s) |
| 1064 | 2025-08-26T20:21:23.763Z | Planning: Consolidating action changes ... Done (0.017s) |
| 1065 | 2025-08-26T20:21:24.691Z | Planning: Evaluating mediators ... Done (0.935s) |
| 1066 | 2025-08-26T20:21:24.716Z | Planning: Planning completed in 12.11 seconds |
| 1067 | 2025-08-26T20:21:24.773Z | Packages to install: 4 |
| 1068 | 2025-08-26T20:21:24.774Z | Mediators to change: 2 |
| 1069 | 2025-08-26T20:21:24.774Z | Services to change: 1 |
| 1070 | 2025-08-26T20:21:24.774Z | Estimated space available: 154.58 GB |
| 1071 | 2025-08-26T20:21:24.774Z | Estimated space to be consumed: 1.71 GB |
| 1072 | 2025-08-26T20:21:24.774Z | Create boot environment: No |
| 1073 | 2025-08-26T20:21:24.774Z | Create backup boot environment: No |
| 1074 | 2025-08-26T20:21:24.774Z | Rebuild boot archive: No |
| 1075 | 2025-08-26T20:21:24.774Z | |
| 1076 | 2025-08-26T20:21:24.774Z | Changed mediators: |
| 1077 | 2025-08-26T20:21:24.774Z | mediator clang: |
| 1078 | 2025-08-26T20:21:24.774Z | version: None -> 15 (system default) |
| 1079 | 2025-08-26T20:21:24.774Z | |
| 1080 | 2025-08-26T20:21:24.774Z | mediator llvm: |
| 1081 | 2025-08-26T20:21:24.774Z | version: 14 (system default) -> 15 (system default) |
| 1082 | 2025-08-26T20:21:24.774Z | |
| 1083 | 2025-08-26T20:21:24.774Z | Changed packages: |
| 1084 | 2025-08-26T20:21:24.774Z | helios-dev |
| 1085 | 2025-08-26T20:21:24.774Z | developer/build-essential |
| 1086 | 2025-08-26T20:21:24.774Z | None -> 11-2.0 |
| 1087 | 2025-08-26T20:21:24.774Z | library/libxmlsec1 |
| 1088 | 2025-08-26T20:21:24.774Z | None -> 1.2.35-2.0 |
| 1089 | 2025-08-26T20:21:24.774Z | ooce/developer/clang-15 |
| 1090 | 2025-08-26T20:21:24.774Z | None -> 15.0.7-2.0 |
| 1091 | 2025-08-26T20:21:24.774Z | ooce/developer/llvm-15 |
| 1092 | 2025-08-26T20:21:24.775Z | None -> 15.0.7-2.0 |
| 1093 | 2025-08-26T20:21:24.775Z | |
| 1094 | 2025-08-26T20:21:24.775Z | Services: |
| 1095 | 2025-08-26T20:21:24.775Z | restart_fmri: |
| 1096 | 2025-08-26T20:21:24.775Z | svc:/system/update-man-index:default |
| 1097 | 2025-08-26T20:21:24.808Z | |
| 1098 | 2025-08-26T20:21:24.808Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 1099 | 2025-08-26T20:21:29.808Z | Download: 1330/3290 items 111.9/212.6MB 52% complete (22.5M/s) |
| 1100 | 2025-08-26T20:21:34.810Z | Download: 3207/3290 items 163.7/212.6MB 76% complete (16.3M/s) |
| 1101 | 2025-08-26T20:21:38.879Z | Download: Completed 212.60 MB in 14.07 seconds (15.1M/s) |
| 1102 | 2025-08-26T20:21:39.587Z | Actions: 1/3689 actions (Installing new actions) |
| 1103 | 2025-08-26T20:21:44.632Z | Actions: 2482/3689 actions (Installing new actions) |
| 1104 | 2025-08-26T20:21:46.257Z | Actions: Completed 3689 actions in 6.67 seconds. |
| 1105 | 2025-08-26T20:21:47.035Z | Done (0.770s) |
| 1106 | 2025-08-26T20:21:47.035Z | Done (0.000s) |
| 1107 | 2025-08-26T20:21:48.389Z | Done (1.354s) |
| 1108 | 2025-08-26T20:21:55.691Z | Done (7.011s) |
| 1109 | 2025-08-26T20:21:55.838Z | Done (0.036s) |
| 1110 | 2025-08-26T20:21:55.863Z | Done (0.000s) |
| 1111 | 2025-08-26T20:21:56.095Z | Done (0.000s) |
| 1112 | 2025-08-26T20:21:57.213Z | Planning: Evaluating mediator changes ... Done |
| 1113 | 2025-08-26T20:21:57.517Z | Planning: Checking for conflicting actions ... Done |
| 1114 | 2025-08-26T20:21:57.542Z | Planning: Consolidating action changes ... Done |
| 1115 | 2025-08-26T20:21:57.922Z | Planning: Evaluating mediators ... Done |
| 1116 | 2025-08-26T20:21:57.947Z | Planning: Planning completed in 0.71 seconds |
| 1117 | 2025-08-26T20:21:57.973Z | Mediators to change: 2 |
| 1118 | 2025-08-26T20:21:57.973Z | Create boot environment: No |
| 1119 | 2025-08-26T20:21:57.973Z | Create backup boot environment: No |
| 1120 | 2025-08-26T20:21:58.046Z | Done |
| 1121 | 2025-08-26T20:21:58.046Z | Done |
| 1122 | 2025-08-26T20:21:59.020Z | Done |
| 1123 | 2025-08-26T20:22:10.446Z | Done |
| 1124 | 2025-08-26T20:22:10.446Z | Done |
| 1125 | 2025-08-26T20:22:10.446Z | Done |
| 1126 | 2025-08-26T20:22:10.446Z | Done |
| 1127 | 2025-08-26T20:22:10.446Z | Planning: Evaluating mediator changes ... Done |
| 1128 | 2025-08-26T20:22:10.446Z | Planning: Merging actions ... Done |
| 1129 | 2025-08-26T20:22:10.446Z | Planning: Checking for conflicting actions ... Done |
| 1130 | 2025-08-26T20:22:10.446Z | Planning: Consolidating action changes ... Done |
| 1131 | 2025-08-26T20:22:10.446Z | Planning: Evaluating mediators ... Done |
| 1132 | 2025-08-26T20:22:10.446Z | Planning: Planning completed in 1.25 seconds |
| 1133 | 2025-08-26T20:22:10.446Z | Packages to change: 1 |
| 1134 | 2025-08-26T20:22:10.446Z | Mediators to change: 1 |
| 1135 | 2025-08-26T20:22:10.446Z | Services to change: 1 |
| 1136 | 2025-08-26T20:22:10.446Z | Create boot environment: No |
| 1137 | 2025-08-26T20:22:10.446Z | Create backup boot environment: Yes |
| 1138 | 2025-08-26T20:22:10.446Z | Actions: 1/6 actions (Updating modified actions) |
| 1139 | 2025-08-26T20:22:10.446Z | Actions: Completed 6 actions in 0.00 seconds. |
| 1140 | 2025-08-26T20:22:10.446Z | Done |
| 1141 | 2025-08-26T20:22:10.446Z | Done |
| 1142 | 2025-08-26T20:22:10.446Z | Done |
| 1143 | 2025-08-26T20:22:16.415Z | Done |
| 1144 | 2025-08-26T20:22:16.447Z | Done |
| 1145 | 2025-08-26T20:22:16.447Z | Done |
| 1146 | 2025-08-26T20:22:16.447Z | Done |
| 1147 | 2025-08-26T20:22:16.996Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 1148 | 2025-08-26T20:22:16.996Z | clang system 15 system |
| 1149 | 2025-08-26T20:22:16.996Z | csh system system illumos |
| 1150 | 2025-08-26T20:22:16.996Z | ctags system system illumos |
| 1151 | 2025-08-26T20:22:16.996Z | file system system illumos |
| 1152 | 2025-08-26T20:22:16.996Z | gcc vendor 12 vendor |
| 1153 | 2025-08-26T20:22:16.996Z | gcc system 10 system |
| 1154 | 2025-08-26T20:22:16.996Z | gcc system 7 system |
| 1155 | 2025-08-26T20:22:16.996Z | go system 1.20 system |
| 1156 | 2025-08-26T20:22:16.996Z | go system 1.19 system |
| 1157 | 2025-08-26T20:22:16.996Z | llvm system 15 system |
| 1158 | 2025-08-26T20:22:16.996Z | llvm system 14 system |
| 1159 | 2025-08-26T20:22:16.997Z | mariadb system 10.6 system |
| 1160 | 2025-08-26T20:22:16.997Z | mta vendor vendor dma |
| 1161 | 2025-08-26T20:22:16.997Z | openjdk system 17 system |
| 1162 | 2025-08-26T20:22:16.997Z | openjdk system 11 system |
| 1163 | 2025-08-26T20:22:16.997Z | openjdk system 1.8 system |
| 1164 | 2025-08-26T20:22:16.997Z | openssl vendor 3 vendor |
| 1165 | 2025-08-26T20:22:16.997Z | perl system 5.36 system |
| 1166 | 2025-08-26T20:22:16.997Z | postgresql system 15 system |
| 1167 | 2025-08-26T20:22:16.997Z | postgresql system 13 system |
| 1168 | 2025-08-26T20:22:16.997Z | python vendor 3 vendor |
| 1169 | 2025-08-26T20:22:16.997Z | python system 2 system |
| 1170 | 2025-08-26T20:22:16.997Z | python3 system 3.11 system |
| 1171 | 2025-08-26T20:22:16.997Z | ruby system 3.0 system |
| 1172 | 2025-08-26T20:22:16.997Z | words vendor vendor american-english |
| 1173 | 2025-08-26T20:22:16.997Z | words system system australian-english |
| 1174 | 2025-08-26T20:22:16.997Z | words system system british-english |
| 1175 | 2025-08-26T20:22:16.997Z | words system system canadian-english |
| 1176 | 2025-08-26T20:22:16.997Z | words system system french |
| 1177 | 2025-08-26T20:22:16.997Z | words system system italian |
| 1178 | 2025-08-26T20:22:16.997Z | words system system ngerman |
| 1179 | 2025-08-26T20:22:16.997Z | words system system ogerman |
| 1180 | 2025-08-26T20:22:16.997Z | words system system spanish |
| 1181 | 2025-08-26T20:22:17.866Z | PUBLISHER TYPE STATUS P LOCATION |
| 1182 | 2025-08-26T20:22:17.866Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 1183 | 2025-08-26T20:22:25.301Z | FMRI IFO |
| 1184 | 2025-08-26T20:22:25.301Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 1185 | 2025-08-26T20:22:25.301Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 1186 | 2025-08-26T20:22:25.301Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 1187 | 2025-08-26T20:22:25.301Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 1188 | 2025-08-26T20:22:25.301Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 1189 | 2025-08-26T20:22:25.301Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 1190 | 2025-08-26T20:22:25.301Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 1191 | 2025-08-26T20:22:25.301Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 1192 | 2025-08-26T20:22:25.301Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 1193 | 2025-08-26T20:22:25.301Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 1194 | 2025-08-26T20:22:25.301Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 1195 | 2025-08-26T20:22:25.301Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 1196 | 2025-08-26T20:22:25.301Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 1197 | 2025-08-26T20:22:25.301Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 1198 | 2025-08-26T20:22:25.301Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 1199 | 2025-08-26T20:22:25.301Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 1200 | 2025-08-26T20:22:27.586Z | Downloading crates ... |
| 1201 | 2025-08-26T20:22:27.707Z | Downloaded cargo_toml v0.21.0 |
| 1202 | 2025-08-26T20:22:27.803Z | Compiling proc-macro2 v1.0.95 |
| 1203 | 2025-08-26T20:22:27.803Z | Compiling unicode-ident v1.0.18 |
| 1204 | 2025-08-26T20:22:27.803Z | Compiling serde v1.0.219 |
| 1205 | 2025-08-26T20:22:27.829Z | Compiling version_check v0.9.5 |
| 1206 | 2025-08-26T20:22:27.829Z | Compiling libc v0.2.174 |
| 1207 | 2025-08-26T20:22:27.829Z | Compiling memchr v2.7.4 |
| 1208 | 2025-08-26T20:22:27.829Z | Compiling stable_deref_trait v1.2.0 |
| 1209 | 2025-08-26T20:22:27.829Z | Compiling thiserror v1.0.69 |
| 1210 | 2025-08-26T20:22:28.127Z | Compiling writeable v0.5.5 |
| 1211 | 2025-08-26T20:22:28.188Z | Compiling autocfg v1.4.0 |
| 1212 | 2025-08-26T20:22:28.711Z | Compiling ryu v1.0.18 |
| 1213 | 2025-08-26T20:22:28.736Z | Compiling itoa v1.0.11 |
| 1214 | 2025-08-26T20:22:28.791Z | Compiling ucd-trie v0.1.7 |
| 1215 | 2025-08-26T20:22:28.973Z | Compiling litemap v0.7.3 |
| 1216 | 2025-08-26T20:22:29.175Z | Compiling once_cell v1.21.3 |
| 1217 | 2025-08-26T20:22:29.228Z | Compiling byteorder v1.5.0 |
| 1218 | 2025-08-26T20:22:29.352Z | Compiling icu_locid_transform_data v1.5.0 |
| 1219 | 2025-08-26T20:22:29.435Z | Compiling bitflags v2.9.1 |
| 1220 | 2025-08-26T20:22:29.522Z | Compiling icu_properties_data v1.5.0 |
| 1221 | 2025-08-26T20:22:29.599Z | Compiling serde_json v1.0.142 |
| 1222 | 2025-08-26T20:22:29.625Z | Compiling num-traits v0.2.19 |
| 1223 | 2025-08-26T20:22:29.775Z | Compiling hashbrown v0.15.4 |
| 1224 | 2025-08-26T20:22:29.869Z | Compiling utf16_iter v1.0.5 |
| 1225 | 2025-08-26T20:22:29.960Z | Compiling utf8_iter v1.0.4 |
| 1226 | 2025-08-26T20:22:29.985Z | Compiling equivalent v1.0.2 |
| 1227 | 2025-08-26T20:22:30.111Z | Compiling quote v1.0.40 |
| 1228 | 2025-08-26T20:22:30.149Z | Compiling errno v0.3.12 |
| 1229 | 2025-08-26T20:22:30.239Z | Compiling rustix v0.38.37 |
| 1230 | 2025-08-26T20:22:30.278Z | Compiling write16 v1.0.0 |
| 1231 | 2025-08-26T20:22:30.305Z | Compiling typeid v1.0.3 |
| 1232 | 2025-08-26T20:22:30.338Z | Compiling icu_normalizer_data v1.5.0 |
| 1233 | 2025-08-26T20:22:30.422Z | Compiling smallvec v1.15.1 |
| 1234 | 2025-08-26T20:22:30.517Z | Compiling syn v2.0.104 |
| 1235 | 2025-08-26T20:22:30.792Z | Compiling proc-macro-error-attr v1.0.4 |
| 1236 | 2025-08-26T20:22:30.919Z | Compiling indexmap v2.10.0 |
| 1237 | 2025-08-26T20:22:30.944Z | Compiling usdt-impl v0.5.0 |
| 1238 | 2025-08-26T20:22:30.977Z | Compiling winnow v0.7.10 |
| 1239 | 2025-08-26T20:22:31.039Z | Compiling syn v1.0.109 |
| 1240 | 2025-08-26T20:22:31.196Z | Compiling toml_write v0.1.2 |
| 1241 | 2025-08-26T20:22:31.321Z | Compiling thread-id v4.2.2 |
| 1242 | 2025-08-26T20:22:31.721Z | Compiling proc-macro-error v1.0.4 |
| 1243 | 2025-08-26T20:22:31.849Z | Compiling camino v1.1.11 |
| 1244 | 2025-08-26T20:22:31.886Z | Compiling utf8parse v0.2.2 |
| 1245 | 2025-08-26T20:22:32.116Z | Compiling percent-encoding v2.3.1 |
| 1246 | 2025-08-26T20:22:32.146Z | Compiling getrandom v0.3.1 |
| 1247 | 2025-08-26T20:22:32.490Z | Compiling plain v0.2.3 |
| 1248 | 2025-08-26T20:22:32.560Z | Compiling rustix v1.0.7 |
| 1249 | 2025-08-26T20:22:32.663Z | Compiling log v0.4.27 |
| 1250 | 2025-08-26T20:22:32.751Z | Compiling thiserror v2.0.12 |
| 1251 | 2025-08-26T20:22:33.021Z | Compiling semver v1.0.26 |
| 1252 | 2025-08-26T20:22:33.087Z | Compiling terminal_size v0.4.0 |
| 1253 | 2025-08-26T20:22:33.216Z | Compiling form_urlencoded v1.2.1 |
| 1254 | 2025-08-26T20:22:33.569Z | Compiling ordered-float v2.10.1 |
| 1255 | 2025-08-26T20:22:33.594Z | Compiling anstyle-parse v0.2.5 |
| 1256 | 2025-08-26T20:22:33.942Z | Compiling is_terminal_polyfill v1.70.1 |
| 1257 | 2025-08-26T20:22:33.981Z | Compiling colorchoice v1.0.2 |
| 1258 | 2025-08-26T20:22:34.106Z | Compiling pretty-hex v0.4.1 |
| 1259 | 2025-08-26T20:22:34.132Z | Compiling anstyle-query v1.1.1 |
| 1260 | 2025-08-26T20:22:34.200Z | Compiling cfg-if v1.0.1 |
| 1261 | 2025-08-26T20:22:34.315Z | Compiling anstyle v1.0.11 |
| 1262 | 2025-08-26T20:22:34.733Z | Compiling fs-err v3.1.1 |
| 1263 | 2025-08-26T20:22:34.877Z | Compiling anstream v0.6.18 |
| 1264 | 2025-08-26T20:22:34.929Z | Compiling bytecount v0.6.8 |
| 1265 | 2025-08-26T20:22:35.131Z | Compiling heck v0.5.0 |
| 1266 | 2025-08-26T20:22:35.204Z | Compiling clap_lex v0.7.4 |
| 1267 | 2025-08-26T20:22:35.331Z | Compiling anyhow v1.0.99 |
| 1268 | 2025-08-26T20:22:35.651Z | Compiling strsim v0.11.1 |
| 1269 | 2025-08-26T20:22:35.677Z | Compiling unicode-width v0.1.14 |
| 1270 | 2025-08-26T20:22:35.702Z | Compiling fnv v1.0.7 |
| 1271 | 2025-08-26T20:22:35.942Z | Compiling unicode-xid v0.2.6 |
| 1272 | 2025-08-26T20:22:36.284Z | Compiling heck v0.4.1 |
| 1273 | 2025-08-26T20:22:36.333Z | Compiling fastrand v2.1.1 |
| 1274 | 2025-08-26T20:22:36.424Z | Compiling papergrid v0.11.0 |
| 1275 | 2025-08-26T20:22:36.534Z | Compiling clap_builder v4.5.41 |
| 1276 | 2025-08-26T20:22:36.760Z | Compiling tempfile v3.20.0 |
| 1277 | 2025-08-26T20:22:37.680Z | Compiling memmap v0.7.0 |
| 1278 | 2025-08-26T20:22:37.706Z | Compiling unicode-width v0.2.0 |
| 1279 | 2025-08-26T20:22:37.731Z | Compiling smawk v0.3.2 |
| 1280 | 2025-08-26T20:22:37.992Z | Compiling unicode-linebreak v0.1.5 |
| 1281 | 2025-08-26T20:22:38.503Z | Compiling synstructure v0.13.1 |
| 1282 | 2025-08-26T20:22:38.707Z | Compiling textwrap v0.16.2 |
| 1283 | 2025-08-26T20:22:39.112Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1284 | 2025-08-26T20:22:39.504Z | Compiling tabled_derive v0.7.0 |
| 1285 | 2025-08-26T20:22:39.657Z | Compiling swrite v0.1.0 |
| 1286 | 2025-08-26T20:22:41.329Z | Compiling serde_derive v1.0.219 |
| 1287 | 2025-08-26T20:22:41.329Z | Compiling zerofrom-derive v0.1.4 |
| 1288 | 2025-08-26T20:22:41.355Z | Compiling yoke-derive v0.7.4 |
| 1289 | 2025-08-26T20:22:41.355Z | Compiling thiserror-impl v1.0.69 |
| 1290 | 2025-08-26T20:22:41.420Z | Compiling zerovec-derive v0.10.3 |
| 1291 | 2025-08-26T20:22:41.832Z | Compiling displaydoc v0.2.5 |
| 1292 | 2025-08-26T20:22:43.505Z | Compiling icu_provider_macros v1.5.0 |
| 1293 | 2025-08-26T20:22:44.162Z | Compiling zerocopy-derive v0.7.35 |
| 1294 | 2025-08-26T20:22:44.463Z | Compiling scroll_derive v0.12.0 |
| 1295 | 2025-08-26T20:22:44.669Z | Compiling thiserror-impl v2.0.12 |
| 1296 | 2025-08-26T20:22:44.923Z | Compiling pest v2.7.14 |
| 1297 | 2025-08-26T20:22:45.121Z | Compiling zerofrom v0.1.4 |
| 1298 | 2025-08-26T20:22:45.218Z | Compiling clap_derive v4.5.41 |
| 1299 | 2025-08-26T20:22:45.391Z | Compiling yoke v0.7.4 |
| 1300 | 2025-08-26T20:22:45.801Z | Compiling zerovec v0.10.4 |
| 1301 | 2025-08-26T20:22:45.827Z | Compiling scroll v0.12.0 |
| 1302 | 2025-08-26T20:22:46.443Z | Compiling zerocopy v0.7.35 |
| 1303 | 2025-08-26T20:22:46.574Z | Compiling goblin v0.8.2 |
| 1304 | 2025-08-26T20:22:47.389Z | Compiling tabled v0.15.0 |
| 1305 | 2025-08-26T20:22:47.922Z | Compiling tinystr v0.7.6 |
| 1306 | 2025-08-26T20:22:48.110Z | Compiling pest_meta v2.7.14 |
| 1307 | 2025-08-26T20:22:48.136Z | Compiling icu_collections v1.5.0 |
| 1308 | 2025-08-26T20:22:48.366Z | Compiling icu_locid v1.5.0 |
| 1309 | 2025-08-26T20:22:49.524Z | Compiling clap v4.5.41 |
| 1310 | 2025-08-26T20:22:49.641Z | Compiling icu_provider v1.5.0 |
| 1311 | 2025-08-26T20:22:49.761Z | Compiling pest_generator v2.7.14 |
| 1312 | 2025-08-26T20:22:50.609Z | Compiling icu_locid_transform v1.5.0 |
| 1313 | 2025-08-26T20:22:52.339Z | Compiling pest_derive v2.7.14 |
| 1314 | 2025-08-26T20:22:52.480Z | Compiling icu_properties v1.5.1 |
| 1315 | 2025-08-26T20:22:53.175Z | Compiling dtrace-parser v0.2.0 |
| 1316 | 2025-08-26T20:22:54.753Z | Compiling serde_tokenstream v0.2.2 |
| 1317 | 2025-08-26T20:22:55.172Z | Compiling toml_datetime v0.6.11 |
| 1318 | 2025-08-26T20:22:55.198Z | Compiling serde_spanned v0.6.9 |
| 1319 | 2025-08-26T20:22:55.232Z | Compiling erased-serde v0.4.6 |
| 1320 | 2025-08-26T20:22:55.578Z | Compiling serde-value v0.7.0 |
| 1321 | 2025-08-26T20:22:55.889Z | Compiling toml_edit v0.22.27 |
| 1322 | 2025-08-26T20:22:56.222Z | Compiling icu_normalizer v1.5.0 |
| 1323 | 2025-08-26T20:22:56.750Z | Compiling dof v0.3.0 |
| 1324 | 2025-08-26T20:22:56.777Z | Compiling serde-untagged v0.1.7 |
| 1325 | 2025-08-26T20:22:56.850Z | Compiling cargo-platform v0.2.0 |
| 1326 | 2025-08-26T20:22:57.326Z | Compiling camino-tempfile v1.4.1 |
| 1327 | 2025-08-26T20:22:57.487Z | Compiling macaddr v1.0.1 |
| 1328 | 2025-08-26T20:22:57.573Z | Compiling idna_adapter v1.2.0 |
| 1329 | 2025-08-26T20:22:57.852Z | Compiling idna v1.0.3 |
| 1330 | 2025-08-26T20:22:58.490Z | Compiling url v2.5.4 |
| 1331 | 2025-08-26T20:22:58.841Z | Compiling usdt-macro v0.5.0 |
| 1332 | 2025-08-26T20:22:58.888Z | Compiling usdt-attr-macro v0.5.0 |
| 1333 | 2025-08-26T20:23:00.155Z | Compiling usdt v0.5.0 |
| 1334 | 2025-08-26T20:23:00.296Z | Compiling toml v0.8.23 |
| 1335 | 2025-08-26T20:23:01.423Z | Compiling cargo-util-schemas v0.8.2 |
| 1336 | 2025-08-26T20:23:01.451Z | Compiling cargo_toml v0.21.0 |
| 1337 | 2025-08-26T20:23:04.159Z | Compiling cargo_metadata v0.21.0 |
| 1338 | 2025-08-26T20:23:06.932Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1339 | 2025-08-26T20:23:13.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.81s |
| 1340 | 2025-08-26T20:23:13.362Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1341 | 2025-08-26T20:23:15.346Z | Compiling value-bag v1.9.0 |
| 1342 | 2025-08-26T20:23:15.346Z | Compiling shlex v1.3.0 |
| 1343 | 2025-08-26T20:23:15.346Z | Compiling lock_api v0.4.12 |
| 1344 | 2025-08-26T20:23:15.346Z | Compiling scopeguard v1.2.0 |
| 1345 | 2025-08-26T20:23:15.373Z | Compiling typenum v1.17.0 |
| 1346 | 2025-08-26T20:23:15.373Z | Compiling generic-array v0.14.7 |
| 1347 | 2025-08-26T20:23:15.373Z | Compiling syn v2.0.104 |
| 1348 | 2025-08-26T20:23:15.373Z | Compiling getrandom v0.2.15 |
| 1349 | 2025-08-26T20:23:15.698Z | Compiling jobserver v0.1.32 |
| 1350 | 2025-08-26T20:23:15.875Z | Compiling rand_core v0.6.4 |
| 1351 | 2025-08-26T20:23:15.950Z | Compiling log v0.4.27 |
| 1352 | 2025-08-26T20:23:16.042Z | Compiling smallvec v1.15.1 |
| 1353 | 2025-08-26T20:23:16.236Z | Compiling cc v1.2.30 |
| 1354 | 2025-08-26T20:23:16.559Z | Compiling portable-atomic v1.11.0 |
| 1355 | 2025-08-26T20:23:16.600Z | Compiling subtle v2.6.1 |
| 1356 | 2025-08-26T20:23:16.625Z | Compiling critical-section v1.1.3 |
| 1357 | 2025-08-26T20:23:16.751Z | Compiling const-oid v0.9.6 |
| 1358 | 2025-08-26T20:23:16.840Z | Compiling pkg-config v0.3.31 |
| 1359 | 2025-08-26T20:23:16.945Z | Compiling parking_lot_core v0.9.10 |
| 1360 | 2025-08-26T20:23:17.040Z | Compiling pin-project-lite v0.2.14 |
| 1361 | 2025-08-26T20:23:17.260Z | Compiling rustix v0.38.37 |
| 1362 | 2025-08-26T20:23:18.048Z | Compiling signal-hook-registry v1.4.2 |
| 1363 | 2025-08-26T20:23:18.094Z | Compiling parking_lot v0.12.3 |
| 1364 | 2025-08-26T20:23:18.132Z | Compiling mio v1.0.2 |
| 1365 | 2025-08-26T20:23:18.187Z | Compiling futures-core v0.3.31 |
| 1366 | 2025-08-26T20:23:18.582Z | Compiling spin v0.9.8 |
| 1367 | 2025-08-26T20:23:18.622Z | Compiling socket2 v0.6.0 |
| 1368 | 2025-08-26T20:23:18.810Z | Compiling aho-corasick v1.1.3 |
| 1369 | 2025-08-26T20:23:18.974Z | Compiling once_cell v1.21.3 |
| 1370 | 2025-08-26T20:23:19.018Z | Compiling slab v0.4.9 |
| 1371 | 2025-08-26T20:23:19.115Z | Compiling serde_json v1.0.142 |
| 1372 | 2025-08-26T20:23:19.240Z | Compiling getrandom v0.3.1 |
| 1373 | 2025-08-26T20:23:19.422Z | Compiling foldhash v0.1.5 |
| 1374 | 2025-08-26T20:23:19.479Z | Compiling libm v0.2.8 |
| 1375 | 2025-08-26T20:23:19.588Z | Compiling cpufeatures v0.2.14 |
| 1376 | 2025-08-26T20:23:19.617Z | Compiling regex-syntax v0.8.5 |
| 1377 | 2025-08-26T20:23:19.757Z | Compiling allocator-api2 v0.2.21 |
| 1378 | 2025-08-26T20:23:19.988Z | Compiling num-traits v0.2.19 |
| 1379 | 2025-08-26T20:23:20.064Z | Compiling glob v0.3.2 |
| 1380 | 2025-08-26T20:23:20.141Z | Compiling percent-encoding v2.3.1 |
| 1381 | 2025-08-26T20:23:20.371Z | Compiling futures-sink v0.3.31 |
| 1382 | 2025-08-26T20:23:20.509Z | Compiling hashbrown v0.15.4 |
| 1383 | 2025-08-26T20:23:20.555Z | Compiling either v1.15.0 |
| 1384 | 2025-08-26T20:23:20.582Z | Compiling futures-channel v0.3.31 |
| 1385 | 2025-08-26T20:23:21.026Z | Compiling clang-sys v1.8.1 |
| 1386 | 2025-08-26T20:23:21.442Z | Compiling futures-io v0.3.31 |
| 1387 | 2025-08-26T20:23:21.667Z | Compiling futures-task v0.3.31 |
| 1388 | 2025-08-26T20:23:21.788Z | Compiling prettyplease v0.2.36 |
| 1389 | 2025-08-26T20:23:21.968Z | Compiling pin-utils v0.1.0 |
| 1390 | 2025-08-26T20:23:22.153Z | Compiling lazy_static v1.5.0 |
| 1391 | 2025-08-26T20:23:22.187Z | Compiling minimal-lexical v0.2.1 |
| 1392 | 2025-08-26T20:23:22.223Z | Compiling libloading v0.8.5 |
| 1393 | 2025-08-26T20:23:22.364Z | Compiling base64ct v1.6.0 |
| 1394 | 2025-08-26T20:23:22.638Z | Compiling nom v7.1.3 |
| 1395 | 2025-08-26T20:23:22.749Z | Compiling bindgen v0.69.5 |
| 1396 | 2025-08-26T20:23:22.774Z | Compiling home v0.5.9 |
| 1397 | 2025-08-26T20:23:23.044Z | Compiling pem-rfc7468 v0.7.0 |
| 1398 | 2025-08-26T20:23:23.915Z | Compiling synstructure v0.13.1 |
| 1399 | 2025-08-26T20:23:23.982Z | Compiling regex-automata v0.4.8 |
| 1400 | 2025-08-26T20:23:24.599Z | Compiling itertools v0.12.1 |
| 1401 | 2025-08-26T20:23:25.484Z | Compiling lazycell v1.3.0 |
| 1402 | 2025-08-26T20:23:25.720Z | Compiling rustc-hash v1.1.0 |
| 1403 | 2025-08-26T20:23:25.966Z | Compiling flagset v0.4.6 |
| 1404 | 2025-08-26T20:23:26.148Z | Compiling cmake v0.1.51 |
| 1405 | 2025-08-26T20:23:26.380Z | Compiling cexpr v0.6.0 |
| 1406 | 2025-08-26T20:23:26.650Z | Compiling dunce v1.0.5 |
| 1407 | 2025-08-26T20:23:26.836Z | Compiling fs_extra v1.3.0 |
| 1408 | 2025-08-26T20:23:27.160Z | Compiling form_urlencoded v1.2.1 |
| 1409 | 2025-08-26T20:23:27.429Z | Compiling paste v1.0.15 |
| 1410 | 2025-08-26T20:23:27.529Z | Compiling vcpkg v0.2.15 |
| 1411 | 2025-08-26T20:23:27.761Z | Compiling ring v0.17.14 |
| 1412 | 2025-08-26T20:23:28.111Z | Compiling tracing-core v0.1.32 |
| 1413 | 2025-08-26T20:23:28.174Z | Compiling aws-lc-rs v1.12.4 |
| 1414 | 2025-08-26T20:23:28.748Z | Compiling iana-time-zone v0.1.63 |
| 1415 | 2025-08-26T20:23:29.109Z | Compiling serde_derive v1.0.219 |
| 1416 | 2025-08-26T20:23:29.220Z | Compiling zeroize_derive v1.4.2 |
| 1417 | 2025-08-26T20:23:29.403Z | Compiling zerofrom-derive v0.1.4 |
| 1418 | 2025-08-26T20:23:29.461Z | Compiling yoke-derive v0.7.4 |
| 1419 | 2025-08-26T20:23:29.611Z | Compiling zerovec-derive v0.10.3 |
| 1420 | 2025-08-26T20:23:30.853Z | Compiling zeroize v1.8.1 |
| 1421 | 2025-08-26T20:23:32.575Z | Compiling displaydoc v0.2.5 |
| 1422 | 2025-08-26T20:23:32.792Z | Compiling tokio-macros v2.5.0 |
| 1423 | 2025-08-26T20:23:33.130Z | Compiling crypto-common v0.1.6 |
| 1424 | 2025-08-26T20:23:33.450Z | Compiling block-buffer v0.10.4 |
| 1425 | 2025-08-26T20:23:33.477Z | Compiling zerofrom v0.1.4 |
| 1426 | 2025-08-26T20:23:33.792Z | Compiling digest v0.10.7 |
| 1427 | 2025-08-26T20:23:33.838Z | Compiling yoke v0.7.4 |
| 1428 | 2025-08-26T20:23:34.363Z | Compiling zerovec v0.10.4 |
| 1429 | 2025-08-26T20:23:34.388Z | Compiling zerocopy-derive v0.7.35 |
| 1430 | 2025-08-26T20:23:34.388Z | Compiling hmac v0.12.1 |
| 1431 | 2025-08-26T20:23:34.446Z | Compiling icu_provider_macros v1.5.0 |
| 1432 | 2025-08-26T20:23:34.709Z | Compiling block-padding v0.3.3 |
| 1433 | 2025-08-26T20:23:34.735Z | Compiling futures-macro v0.3.31 |
| 1434 | 2025-08-26T20:23:34.799Z | Compiling sha2 v0.10.9 |
| 1435 | 2025-08-26T20:23:35.011Z | Compiling inout v0.1.3 |
| 1436 | 2025-08-26T20:23:35.336Z | Compiling cipher v0.4.4 |
| 1437 | 2025-08-26T20:23:35.606Z | Compiling regex v1.11.1 |
| 1438 | 2025-08-26T20:23:36.029Z | Compiling der_derive v0.7.3 |
| 1439 | 2025-08-26T20:23:36.446Z | Compiling tinystr v0.7.6 |
| 1440 | 2025-08-26T20:23:36.768Z | Compiling icu_collections v1.5.0 |
| 1441 | 2025-08-26T20:23:36.837Z | Compiling zerocopy v0.7.35 |
| 1442 | 2025-08-26T20:23:36.975Z | Compiling icu_locid v1.5.0 |
| 1443 | 2025-08-26T20:23:37.003Z | Compiling thiserror-impl v1.0.69 |
| 1444 | 2025-08-26T20:23:37.032Z | Compiling futures-util v0.3.31 |
| 1445 | 2025-08-26T20:23:37.502Z | Compiling serde v1.0.219 |
| 1446 | 2025-08-26T20:23:38.270Z | Compiling icu_provider v1.5.0 |
| 1447 | 2025-08-26T20:23:38.503Z | Compiling ppv-lite86 v0.2.20 |
| 1448 | 2025-08-26T20:23:38.595Z | Compiling salsa20 v0.10.2 |
| 1449 | 2025-08-26T20:23:38.656Z | Compiling der v0.7.9 |
| 1450 | 2025-08-26T20:23:38.869Z | Compiling pbkdf2 v0.12.2 |
| 1451 | 2025-08-26T20:23:39.087Z | Compiling icu_locid_transform v1.5.0 |
| 1452 | 2025-08-26T20:23:39.191Z | Compiling scrypt v0.11.0 |
| 1453 | 2025-08-26T20:23:39.346Z | Compiling cbc v0.1.2 |
| 1454 | 2025-08-26T20:23:39.374Z | Compiling aes v0.8.4 |
| 1455 | 2025-08-26T20:23:39.692Z | Compiling openssl-sys v0.9.109 |
| 1456 | 2025-08-26T20:23:39.747Z | Compiling tracing-attributes v0.1.27 |
| 1457 | 2025-08-26T20:23:40.183Z | Compiling thiserror v1.0.69 |
| 1458 | 2025-08-26T20:23:40.372Z | Compiling pest v2.7.14 |
| 1459 | 2025-08-26T20:23:40.861Z | Compiling icu_properties v1.5.1 |
| 1460 | 2025-08-26T20:23:41.816Z | Compiling spki v0.7.3 |
| 1461 | 2025-08-26T20:23:42.049Z | Compiling scroll_derive v0.12.0 |
| 1462 | 2025-08-26T20:23:42.077Z | Compiling rustls-pki-types v1.10.0 |
| 1463 | 2025-08-26T20:23:42.271Z | Compiling pkcs5 v0.7.1 |
| 1464 | 2025-08-26T20:23:43.252Z | Compiling bitflags v2.9.1 |
| 1465 | 2025-08-26T20:23:43.290Z | Compiling bytes v1.10.1 |
| 1466 | 2025-08-26T20:23:43.409Z | Compiling semver v1.0.26 |
| 1467 | 2025-08-26T20:23:43.436Z | Compiling indexmap v2.10.0 |
| 1468 | 2025-08-26T20:23:43.548Z | Compiling uuid v1.17.0 |
| 1469 | 2025-08-26T20:23:43.749Z | Compiling tracing v0.1.40 |
| 1470 | 2025-08-26T20:23:44.286Z | Compiling rustc_version v0.4.1 |
| 1471 | 2025-08-26T20:23:44.351Z | Compiling pest_meta v2.7.14 |
| 1472 | 2025-08-26T20:23:44.800Z | Compiling tokio v1.47.0 |
| 1473 | 2025-08-26T20:23:44.983Z | Compiling icu_normalizer v1.5.0 |
| 1474 | 2025-08-26T20:23:45.159Z | Compiling http v1.3.1 |
| 1475 | 2025-08-26T20:23:45.184Z | Compiling chrono v0.4.41 |
| 1476 | 2025-08-26T20:23:45.931Z | Compiling pkcs8 v0.10.2 |
| 1477 | 2025-08-26T20:23:46.459Z | Compiling idna_adapter v1.2.0 |
| 1478 | 2025-08-26T20:23:46.737Z | Compiling idna v1.0.3 |
| 1479 | 2025-08-26T20:23:46.762Z | Compiling base64 v0.22.1 |
| 1480 | 2025-08-26T20:23:47.001Z | Compiling http-body v1.0.1 |
| 1481 | 2025-08-26T20:23:47.428Z | Compiling url v2.5.4 |
| 1482 | 2025-08-26T20:23:47.529Z | Compiling rustversion v1.0.17 |
| 1483 | 2025-08-26T20:23:47.691Z | Compiling which v4.4.2 |
| 1484 | 2025-08-26T20:23:48.389Z | Compiling httparse v1.9.5 |
| 1485 | 2025-08-26T20:23:48.486Z | Compiling tinyvec_macros v0.1.1 |
| 1486 | 2025-08-26T20:23:48.615Z | Compiling tinyvec v1.8.0 |
| 1487 | 2025-08-26T20:23:48.866Z | Compiling pest_generator v2.7.14 |
| 1488 | 2025-08-26T20:23:48.893Z | Compiling scroll v0.12.0 |
| 1489 | 2025-08-26T20:23:48.982Z | Compiling serde_derive_internals v0.29.1 |
| 1490 | 2025-08-26T20:23:49.203Z | Compiling rand_core v0.9.3 |
| 1491 | 2025-08-26T20:23:49.376Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1492 | 2025-08-26T20:23:49.489Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1493 | 2025-08-26T20:23:49.792Z | Compiling tower-service v0.3.3 |
| 1494 | 2025-08-26T20:23:49.959Z | Compiling untrusted v0.9.0 |
| 1495 | 2025-08-26T20:23:50.052Z | Compiling try-lock v0.2.5 |
| 1496 | 2025-08-26T20:23:50.233Z | Compiling powerfmt v0.2.0 |
| 1497 | 2025-08-26T20:23:50.262Z | Compiling time-core v0.1.2 |
| 1498 | 2025-08-26T20:23:50.287Z | Compiling untrusted v0.7.1 |
| 1499 | 2025-08-26T20:23:50.324Z | Compiling foreign-types-shared v0.1.1 |
| 1500 | 2025-08-26T20:23:50.492Z | Compiling openssl v0.10.73 |
| 1501 | 2025-08-26T20:23:50.524Z | Compiling atomic-waker v1.1.2 |
| 1502 | 2025-08-26T20:23:50.590Z | Compiling adler2 v2.0.0 |
| 1503 | 2025-08-26T20:23:50.669Z | Compiling openssl-probe v0.1.5 |
| 1504 | 2025-08-26T20:23:50.774Z | Compiling num-conv v0.1.0 |
| 1505 | 2025-08-26T20:23:50.891Z | Compiling schemars v0.8.22 |
| 1506 | 2025-08-26T20:23:50.917Z | Compiling pest_derive v2.7.14 |
| 1507 | 2025-08-26T20:23:51.007Z | Compiling miniz_oxide v0.8.5 |
| 1508 | 2025-08-26T20:23:51.118Z | Compiling time-macros v0.2.18 |
| 1509 | 2025-08-26T20:23:51.144Z | Compiling deranged v0.3.11 |
| 1510 | 2025-08-26T20:23:51.390Z | Compiling foreign-types v0.3.2 |
| 1511 | 2025-08-26T20:23:51.523Z | Compiling goblin v0.8.2 |
| 1512 | 2025-08-26T20:23:51.617Z | Compiling schemars_derive v0.8.22 |
| 1513 | 2025-08-26T20:23:52.700Z | Compiling want v0.3.1 |
| 1514 | 2025-08-26T20:23:54.274Z | Compiling rand_chacha v0.9.0 |
| 1515 | 2025-08-26T20:23:55.271Z | Compiling tokio-util v0.7.15 |
| 1516 | 2025-08-26T20:23:56.444Z | Compiling ipnet v2.11.0 |
| 1517 | 2025-08-26T20:23:57.863Z | Compiling h2 v0.4.6 |
| 1518 | 2025-08-26T20:23:58.029Z | Compiling openssl-macros v0.1.1 |
| 1519 | 2025-08-26T20:23:58.081Z | Compiling dyn-clone v1.0.20 |
| 1520 | 2025-08-26T20:23:58.234Z | Compiling rustls v0.23.19 |
| 1521 | 2025-08-26T20:23:58.427Z | Compiling native-tls v0.2.12 |
| 1522 | 2025-08-26T20:23:58.670Z | Compiling syn v1.0.109 |
| 1523 | 2025-08-26T20:23:58.885Z | Compiling httpdate v1.0.3 |
| 1524 | 2025-08-26T20:23:59.070Z | Compiling crossbeam-utils v0.8.21 |
| 1525 | 2025-08-26T20:23:59.475Z | Compiling num_threads v0.1.7 |
| 1526 | 2025-08-26T20:23:59.513Z | Compiling zerocopy v0.8.26 |
| 1527 | 2025-08-26T20:23:59.655Z | Compiling time v0.3.36 |
| 1528 | 2025-08-26T20:24:00.458Z | Compiling dof v0.3.0 |
| 1529 | 2025-08-26T20:24:02.579Z | Compiling rand v0.9.2 |
| 1530 | 2025-08-26T20:24:03.004Z | Compiling dtrace-parser v0.2.0 |
| 1531 | 2025-08-26T20:24:04.504Z | Compiling unicode-normalization v0.1.24 |
| 1532 | 2025-08-26T20:24:04.867Z | Compiling heapless v0.7.17 |
| 1533 | 2025-08-26T20:24:05.070Z | Compiling signature v2.2.0 |
| 1534 | 2025-08-26T20:24:05.300Z | Compiling zerocopy-derive v0.8.26 |
| 1535 | 2025-08-26T20:24:05.362Z | Compiling crc32fast v1.4.2 |
| 1536 | 2025-08-26T20:24:05.417Z | Compiling cookie v0.18.1 |
| 1537 | 2025-08-26T20:24:05.561Z | Compiling zstd-safe v7.2.3 |
| 1538 | 2025-08-26T20:24:05.724Z | Compiling slog v2.7.0 |
| 1539 | 2025-08-26T20:24:05.759Z | Compiling signal-hook v0.3.18 |
| 1540 | 2025-08-26T20:24:06.037Z | Compiling zlib-rs v0.5.1 |
| 1541 | 2025-08-26T20:24:06.187Z | Compiling siphasher v0.3.11 |
| 1542 | 2025-08-26T20:24:06.400Z | Compiling unicode-bidi v0.3.17 |
| 1543 | 2025-08-26T20:24:06.671Z | Compiling hyper v1.6.0 |
| 1544 | 2025-08-26T20:24:06.750Z | Compiling unicode-properties v0.1.3 |
| 1545 | 2025-08-26T20:24:07.816Z | Compiling stringprep v0.1.5 |
| 1546 | 2025-08-26T20:24:08.266Z | Compiling phf_shared v0.11.2 |
| 1547 | 2025-08-26T20:24:08.903Z | Compiling usdt-impl v0.5.0 |
| 1548 | 2025-08-26T20:24:09.650Z | Compiling hyper-util v0.1.16 |
| 1549 | 2025-08-26T20:24:10.334Z | Compiling curve25519-dalek v4.1.3 |
| 1550 | 2025-08-26T20:24:10.568Z | Compiling toml_datetime v0.6.11 |
| 1551 | 2025-08-26T20:24:10.863Z | Compiling serde_tokenstream v0.2.2 |
| 1552 | 2025-08-26T20:24:11.140Z | Compiling serde_spanned v0.6.9 |
| 1553 | 2025-08-26T20:24:11.191Z | Compiling rand_chacha v0.3.1 |
| 1554 | 2025-08-26T20:24:11.443Z | Compiling md-5 v0.10.6 |
| 1555 | 2025-08-26T20:24:11.720Z | Compiling num-integer v0.1.46 |
| 1556 | 2025-08-26T20:24:11.810Z | Compiling sync_wrapper v1.0.1 |
| 1557 | 2025-08-26T20:24:12.068Z | Compiling hash32 v0.2.1 |
| 1558 | 2025-08-26T20:24:12.463Z | Compiling ff v0.13.0 |
| 1559 | 2025-08-26T20:24:12.591Z | Compiling libz-rs-sys v0.5.1 |
| 1560 | 2025-08-26T20:24:12.795Z | Compiling memoffset v0.9.1 |
| 1561 | 2025-08-26T20:24:12.845Z | Compiling litrs v0.4.1 |
| 1562 | 2025-08-26T20:24:12.930Z | Compiling tower-layer v0.3.3 |
| 1563 | 2025-08-26T20:24:13.156Z | Compiling gimli v0.31.1 |
| 1564 | 2025-08-26T20:24:13.265Z | Compiling fallible-iterator v0.2.0 |
| 1565 | 2025-08-26T20:24:13.476Z | Compiling smoltcp v0.9.1 |
| 1566 | 2025-08-26T20:24:13.611Z | Compiling num-bigint-dig v0.8.4 |
| 1567 | 2025-08-26T20:24:14.055Z | Compiling newtype-uuid v1.2.4 |
| 1568 | 2025-08-26T20:24:14.105Z | Compiling base16ct v0.2.0 |
| 1569 | 2025-08-26T20:24:14.105Z | Compiling psl-types v2.0.11 |
| 1570 | 2025-08-26T20:24:14.151Z | Compiling cfg_aliases v0.2.1 |
| 1571 | 2025-08-26T20:24:14.321Z | Compiling document-features v0.2.11 |
| 1572 | 2025-08-26T20:24:14.379Z | Compiling nix v0.29.0 |
| 1573 | 2025-08-26T20:24:14.428Z | Compiling sec1 v0.7.3 |
| 1574 | 2025-08-26T20:24:14.480Z | Compiling publicsuffix v2.3.0 |
| 1575 | 2025-08-26T20:24:14.550Z | Compiling postgres-protocol v0.6.8 |
| 1576 | 2025-08-26T20:24:14.852Z | Compiling tower v0.5.2 |
| 1577 | 2025-08-26T20:24:15.164Z | Compiling flate2 v1.1.2 |
| 1578 | 2025-08-26T20:24:15.209Z | Compiling group v0.13.0 |
| 1579 | 2025-08-26T20:24:15.856Z | Compiling num-iter v0.1.45 |
| 1580 | 2025-08-26T20:24:15.900Z | Compiling rand v0.8.5 |
| 1581 | 2025-08-26T20:24:17.144Z | Compiling tokio-native-tls v0.3.1 |
| 1582 | 2025-08-26T20:24:17.189Z | Compiling ipnetwork v0.21.1 |
| 1583 | 2025-08-26T20:24:17.226Z | Compiling strum_macros v0.27.1 |
| 1584 | 2025-08-26T20:24:17.373Z | Compiling rustls-native-certs v0.8.1 |
| 1585 | 2025-08-26T20:24:17.494Z | Compiling terminal_size v0.4.0 |
| 1586 | 2025-08-26T20:24:17.776Z | Compiling http-body-util v0.1.3 |
| 1587 | 2025-08-26T20:24:17.982Z | Compiling addr2line v0.24.2 |
| 1588 | 2025-08-26T20:24:18.012Z | Compiling webpki-roots v1.0.1 |
| 1589 | 2025-08-26T20:24:18.105Z | Compiling hkdf v0.12.4 |
| 1590 | 2025-08-26T20:24:18.240Z | Compiling crypto-bigint v0.5.5 |
| 1591 | 2025-08-26T20:24:18.332Z | Compiling thiserror-impl v2.0.12 |
| 1592 | 2025-08-26T20:24:18.423Z | Compiling async-trait v0.1.88 |
| 1593 | 2025-08-26T20:24:18.464Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1594 | 2025-08-26T20:24:18.770Z | Compiling object v0.36.5 |
| 1595 | 2025-08-26T20:24:19.950Z | Compiling fs-err v3.1.1 |
| 1596 | 2025-08-26T20:24:20.299Z | Compiling ahash v0.8.12 |
| 1597 | 2025-08-26T20:24:20.684Z | Compiling rustc-demangle v0.1.24 |
| 1598 | 2025-08-26T20:24:20.854Z | Compiling bitflags v1.3.2 |
| 1599 | 2025-08-26T20:24:20.997Z | Compiling iri-string v0.7.8 |
| 1600 | 2025-08-26T20:24:21.700Z | Compiling lockfree-object-pool v0.1.6 |
| 1601 | 2025-08-26T20:24:21.732Z | Compiling bumpalo v3.16.0 |
| 1602 | 2025-08-26T20:24:22.061Z | Compiling winnow v0.5.40 |
| 1603 | 2025-08-26T20:24:22.239Z | Compiling buf-list v1.0.3 |
| 1604 | 2025-08-26T20:24:22.430Z | Compiling rustix v1.0.7 |
| 1605 | 2025-08-26T20:24:22.707Z | Compiling hubpack_derive v0.1.1 |
| 1606 | 2025-08-26T20:24:23.092Z | Compiling managed v0.8.0 |
| 1607 | 2025-08-26T20:24:23.202Z | Compiling simd-adler32 v0.3.7 |
| 1608 | 2025-08-26T20:24:23.612Z | Compiling anyhow v1.0.99 |
| 1609 | 2025-08-26T20:24:23.771Z | Compiling clap_builder v4.5.41 |
| 1610 | 2025-08-26T20:24:23.871Z | Compiling zopfli v0.8.1 |
| 1611 | 2025-08-26T20:24:24.759Z | Compiling tower-http v0.6.6 |
| 1612 | 2025-08-26T20:24:25.544Z | Compiling hubpack v0.1.2 |
| 1613 | 2025-08-26T20:24:25.756Z | Compiling strum v0.27.2 |
| 1614 | 2025-08-26T20:24:25.793Z | Compiling toml_edit v0.19.15 |
| 1615 | 2025-08-26T20:24:26.000Z | Compiling backtrace v0.3.74 |
| 1616 | 2025-08-26T20:24:26.041Z | Compiling thiserror v2.0.12 |
| 1617 | 2025-08-26T20:24:26.103Z | Compiling elliptic-curve v0.13.8 |
| 1618 | 2025-08-26T20:24:26.699Z | Compiling hyper-tls v0.6.0 |
| 1619 | 2025-08-26T20:24:27.144Z | Compiling oxnet v0.1.3 |
| 1620 | 2025-08-26T20:24:27.173Z | Compiling zstd v0.13.3 |
| 1621 | 2025-08-26T20:24:27.790Z | Compiling cookie_store v0.21.1 |
| 1622 | 2025-08-26T20:24:28.201Z | Compiling signal-hook-mio v0.2.4 |
| 1623 | 2025-08-26T20:24:28.431Z | Compiling postgres-types v0.2.9 |
| 1624 | 2025-08-26T20:24:29.477Z | Compiling usdt-macro v0.5.0 |
| 1625 | 2025-08-26T20:24:29.825Z | Compiling usdt-attr-macro v0.5.0 |
| 1626 | 2025-08-26T20:24:29.850Z | Compiling phf v0.11.2 |
| 1627 | 2025-08-26T20:24:30.206Z | Compiling ed25519 v2.2.3 |
| 1628 | 2025-08-26T20:24:31.047Z | Compiling bzip2 v0.4.4 |
| 1629 | 2025-08-26T20:24:31.528Z | Compiling bzip2 v0.5.2 |
| 1630 | 2025-08-26T20:24:31.631Z | Compiling strum_macros v0.26.4 |
| 1631 | 2025-08-26T20:24:31.969Z | Compiling pkcs1 v0.7.5 |
| 1632 | 2025-08-26T20:24:32.368Z | Compiling serde-big-array v0.5.1 |
| 1633 | 2025-08-26T20:24:32.412Z | Compiling serde_urlencoded v0.7.1 |
| 1634 | 2025-08-26T20:24:32.719Z | Compiling rfc6979 v0.4.0 |
| 1635 | 2025-08-26T20:24:32.983Z | Compiling bstr v1.10.0 |
| 1636 | 2025-08-26T20:24:33.034Z | Compiling daft-derive v0.1.4 |
| 1637 | 2025-08-26T20:24:33.059Z | Compiling clap_derive v4.5.41 |
| 1638 | 2025-08-26T20:24:33.491Z | Compiling serde_repr v0.1.19 |
| 1639 | 2025-08-26T20:24:34.724Z | Compiling enum-as-inner v0.6.1 |
| 1640 | 2025-08-26T20:24:34.776Z | Compiling float-cmp v0.10.0 |
| 1641 | 2025-08-26T20:24:34.805Z | Compiling socket2 v0.5.10 |
| 1642 | 2025-08-26T20:24:34.839Z | Compiling encoding_rs v0.8.34 |
| 1643 | 2025-08-26T20:24:35.073Z | Compiling normalize-line-endings v0.3.0 |
| 1644 | 2025-08-26T20:24:35.258Z | Compiling mime v0.3.17 |
| 1645 | 2025-08-26T20:24:35.805Z | Compiling whoami v1.5.2 |
| 1646 | 2025-08-26T20:24:35.842Z | Compiling static_assertions v1.1.0 |
| 1647 | 2025-08-26T20:24:35.872Z | Compiling unicode-segmentation v1.12.0 |
| 1648 | 2025-08-26T20:24:36.041Z | Compiling predicates-core v1.0.8 |
| 1649 | 2025-08-26T20:24:36.500Z | Compiling new_debug_unreachable v1.0.6 |
| 1650 | 2025-08-26T20:24:36.582Z | Compiling fixedbitset v0.4.2 |
| 1651 | 2025-08-26T20:24:36.653Z | Compiling precomputed-hash v0.1.1 |
| 1652 | 2025-08-26T20:24:36.715Z | Compiling data-encoding v2.9.0 |
| 1653 | 2025-08-26T20:24:36.804Z | Compiling difflib v0.4.0 |
| 1654 | 2025-08-26T20:24:36.888Z | Compiling string_cache v0.8.9 |
| 1655 | 2025-08-26T20:24:37.116Z | Compiling petgraph v0.6.5 |
| 1656 | 2025-08-26T20:24:37.551Z | Compiling hickory-proto v0.25.2 |
| 1657 | 2025-08-26T20:24:37.855Z | Compiling clap v4.5.41 |
| 1658 | 2025-08-26T20:24:38.003Z | Compiling predicates v3.1.3 |
| 1659 | 2025-08-26T20:24:38.216Z | Compiling similar v2.7.0 |
| 1660 | 2025-08-26T20:24:38.678Z | Compiling strum v0.26.3 |
| 1661 | 2025-08-26T20:24:38.703Z | Compiling console v0.15.10 |
| 1662 | 2025-08-26T20:24:38.910Z | Compiling tokio-postgres v0.7.13 |
| 1663 | 2025-08-26T20:24:39.646Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1664 | 2025-08-26T20:24:40.134Z | Compiling toml_edit v0.22.27 |
| 1665 | 2025-08-26T20:24:40.302Z | Compiling usdt v0.5.0 |
| 1666 | 2025-08-26T20:24:40.838Z | Compiling daft v0.1.4 |
| 1667 | 2025-08-26T20:24:41.632Z | Compiling ecdsa v0.16.9 |
| 1668 | 2025-08-26T20:24:41.717Z | Compiling rsa v0.9.6 |
| 1669 | 2025-08-26T20:24:42.044Z | Compiling zip v4.2.0 |
| 1670 | 2025-08-26T20:24:42.786Z | Compiling zip v0.6.6 |
| 1671 | 2025-08-26T20:24:44.436Z | Compiling ed25519-dalek v2.1.1 |
| 1672 | 2025-08-26T20:24:44.654Z | Compiling toml v0.7.8 |
| 1673 | 2025-08-26T20:24:45.952Z | Compiling crossterm v0.28.1 |
| 1674 | 2025-08-26T20:24:48.086Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1675 | 2025-08-26T20:24:48.201Z | Compiling crossbeam-epoch v0.9.18 |
| 1676 | 2025-08-26T20:24:48.541Z | Compiling tokio-stream v0.1.17 |
| 1677 | 2025-08-26T20:24:48.584Z | Compiling openapiv3 v2.2.0 |
| 1678 | 2025-08-26T20:24:49.081Z | Compiling x509-cert v0.2.5 |
| 1679 | 2025-08-26T20:24:49.593Z | Compiling sha1 v0.10.6 |
| 1680 | 2025-08-26T20:24:49.786Z | Compiling itertools v0.13.0 |
| 1681 | 2025-08-26T20:24:50.169Z | Compiling itertools v0.10.5 |
| 1682 | 2025-08-26T20:24:50.547Z | Compiling dirs-sys-next v0.1.2 |
| 1683 | 2025-08-26T20:24:50.999Z | Compiling winnow v0.6.26 |
| 1684 | 2025-08-26T20:24:51.176Z | Compiling peg-runtime v0.8.5 |
| 1685 | 2025-08-26T20:24:51.347Z | Compiling lalrpop-util v0.19.12 |
| 1686 | 2025-08-26T20:24:51.769Z | Compiling rustc-hash v2.1.1 |
| 1687 | 2025-08-26T20:24:51.996Z | Compiling dirs-next v2.0.0 |
| 1688 | 2025-08-26T20:24:52.021Z | Compiling thread_local v1.1.8 |
| 1689 | 2025-08-26T20:24:52.240Z | Compiling slog-async v2.8.0 |
| 1690 | 2025-08-26T20:24:52.573Z | Compiling term v0.7.0 |
| 1691 | 2025-08-26T20:24:52.925Z | Compiling crossbeam-channel v0.5.15 |
| 1692 | 2025-08-26T20:24:53.123Z | Compiling xattr v1.3.1 |
| 1693 | 2025-08-26T20:24:53.307Z | Compiling futures-executor v0.3.31 |
| 1694 | 2025-08-26T20:24:53.445Z | Compiling filetime v0.2.25 |
| 1695 | 2025-08-26T20:24:53.582Z | Compiling is-terminal v0.4.13 |
| 1696 | 2025-08-26T20:24:53.755Z | Compiling take_mut v0.2.2 |
| 1697 | 2025-08-26T20:24:53.846Z | Compiling tar v0.4.44 |
| 1698 | 2025-08-26T20:24:53.872Z | Compiling slog-term v2.9.1 |
| 1699 | 2025-08-26T20:24:53.897Z | Compiling futures v0.3.31 |
| 1700 | 2025-08-26T20:24:54.000Z | Compiling camino v1.1.11 |
| 1701 | 2025-08-26T20:25:00.492Z | Compiling aws-lc-sys v0.26.0 |
| 1702 | 2025-08-26T20:25:43.796Z | Compiling rustls-webpki v0.102.8 |
| 1703 | 2025-08-26T20:25:52.491Z | Compiling tokio-rustls v0.26.0 |
| 1704 | 2025-08-26T20:25:52.964Z | Compiling hyper-rustls v0.27.7 |
| 1705 | 2025-08-26T20:25:53.461Z | Compiling reqwest v0.12.22 |
| 1706 | 2025-08-26T20:26:00.079Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1707 | 2025-08-26T20:26:00.685Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1708 | 2025-08-26T20:26:08.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 54s |
| 1709 | 2025-08-26T20:26:08.561Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1710 | 2025-08-26T20:26:08.647Z | Aug 26 20:26:08.538 INFO Starting download, target: Cockroach |
| 1711 | 2025-08-26T20:26:08.647Z | Aug 26 20:26:08.539 INFO Starting download, target: Clickhouse |
| 1712 | 2025-08-26T20:26:08.647Z | Aug 26 20:26:08.539 INFO Starting download, target: Console |
| 1713 | 2025-08-26T20:26:08.647Z | Aug 26 20:26:08.539 INFO Starting download, target: DendriteStub |
| 1714 | 2025-08-26T20:26:08.647Z | Aug 26 20:26:08.539 INFO Starting download, target: MaghemiteMgd |
| 1715 | 2025-08-26T20:26:08.647Z | Aug 26 20:26:08.539 INFO Starting download, target: TransceiverControl |
| 1716 | 2025-08-26T20:26:08.673Z | Aug 26 20:26:08.540 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1717 | 2025-08-26T20:26:08.673Z | Aug 26 20:26:08.541 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1718 | 2025-08-26T20:26:08.673Z | Aug 26 20:26:08.541 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1719 | 2025-08-26T20:26:08.673Z | Aug 26 20:26:08.541 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1720 | 2025-08-26T20:26:08.673Z | Aug 26 20:26:08.541 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1721 | 2025-08-26T20:26:08.673Z | Aug 26 20:26:08.541 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1722 | 2025-08-26T20:26:09.044Z | Aug 26 20:26:08.931 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1723 | 2025-08-26T20:26:09.386Z | Aug 26 20:26:09.212 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1724 | 2025-08-26T20:26:09.479Z | Aug 26 20:26:09.362 INFO Download complete, target: Console |
| 1725 | 2025-08-26T20:26:09.810Z | Aug 26 20:26:09.699 INFO Download complete, target: TransceiverControl |
| 1726 | 2025-08-26T20:26:11.258Z | Aug 26 20:26:11.149 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1727 | 2025-08-26T20:26:12.216Z | Aug 26 20:26:12.108 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1728 | 2025-08-26T20:26:13.402Z | Aug 26 20:26:13.293 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1729 | 2025-08-26T20:26:13.402Z | Aug 26 20:26:13.294 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1730 | 2025-08-26T20:26:16.328Z | Aug 26 20:26:16.202 INFO Download complete, target: DendriteStub |
| 1731 | 2025-08-26T20:26:16.597Z | Aug 26 20:26:16.489 INFO Download complete, target: MaghemiteMgd |
| 1732 | 2025-08-26T20:26:23.218Z | Aug 26 20:26:23.110 INFO Checking that binary works, target: Cockroach |
| 1733 | 2025-08-26T20:26:23.493Z | Aug 26 20:26:23.386 INFO Download complete, target: Cockroach |
| 1734 | 2025-08-26T20:26:25.658Z | Aug 26 20:26:25.548 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1735 | 2025-08-26T20:26:39.740Z | Aug 26 20:26:39.633 INFO Checking that binary works, target: Clickhouse |
| 1736 | 2025-08-26T20:26:39.925Z | Aug 26 20:26:39.818 INFO Download complete, target: Clickhouse |
| 1737 | 2025-08-26T20:26:39.950Z | All prerequisites installed successfully |
| 1738 | 2025-08-26T20:26:39.950Z | |
| 1739 | 2025-08-26T20:26:39.950Z | real 5:57.663164104 |
| 1740 | 2025-08-26T20:26:39.950Z | user 19:42.092079810 |
| 1741 | 2025-08-26T20:26:39.950Z | sys 3:10.259212487 |
| 1742 | 2025-08-26T20:26:39.950Z | trap 0.921460238 |
| 1743 | 2025-08-26T20:26:39.950Z | tflt 0.632411386 |
| 1744 | 2025-08-26T20:26:39.950Z | dflt 1.182517291 |
| 1745 | 2025-08-26T20:26:39.950Z | kflt 0.013907969 |
| 1746 | 2025-08-26T20:26:39.950Z | lock 52:52.305059488 |
| 1747 | 2025-08-26T20:26:39.950Z | slp 1:11:24.755227855 |
| 1748 | 2025-08-26T20:26:39.950Z | lat 1:22.324817240 |
| 1749 | 2025-08-26T20:26:39.950Z | stop 3:03.612003645 |
| 1750 | 2025-08-26T20:26:39.950Z | + source ./tools/include/force-git-over-https.sh |
| 1751 | 2025-08-26T20:26:39.950Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1752 | 2025-08-26T20:26:39.950Z | ++ (( i = 0 )) |
| 1753 | 2025-08-26T20:26:39.950Z | ++ (( i < 5 )) |
| 1754 | 2025-08-26T20:26:39.950Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1755 | 2025-08-26T20:26:39.950Z | ++ (( i++ )) |
| 1756 | 2025-08-26T20:26:39.951Z | ++ (( i < 5 )) |
| 1757 | 2025-08-26T20:26:39.951Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1758 | 2025-08-26T20:26:39.951Z | ++ (( i++ )) |
| 1759 | 2025-08-26T20:26:39.951Z | ++ (( i < 5 )) |
| 1760 | 2025-08-26T20:26:39.951Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1761 | 2025-08-26T20:26:39.976Z | ++ (( i++ )) |
| 1762 | 2025-08-26T20:26:39.976Z | ++ (( i < 5 )) |
| 1763 | 2025-08-26T20:26:39.976Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1764 | 2025-08-26T20:26:39.976Z | ++ (( i++ )) |
| 1765 | 2025-08-26T20:26:39.976Z | ++ (( i < 5 )) |
| 1766 | 2025-08-26T20:26:39.976Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1767 | 2025-08-26T20:26:39.976Z | ++ (( i++ )) |
| 1768 | 2025-08-26T20:26:39.976Z | ++ (( i < 5 )) |
| 1769 | 2025-08-26T20:26:39.976Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1770 | 2025-08-26T20:26:39.976Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1771 | 2025-08-26T20:26:39.976Z | + rc=0 |
| 1772 | 2025-08-26T20:26:39.976Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
| 1773 | 2025-08-26T20:27:19.191Z | + case $rc in |
| 1774 | 2025-08-26T20:27:19.191Z | + pfexec zfs create -p rpool/images/build/host |
| 1775 | 2025-08-26T20:27:19.289Z | + pfexec zfs create -p rpool/images/build/recovery |
| 1776 | 2025-08-26T20:27:19.331Z | + cargo xtask releng --output-dir /work --mkincorp |
| 1777 | 2025-08-26T20:27:20.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 1778 | 2025-08-26T20:27:20.746Z | Running `target/debug/xtask releng --output-dir /work --mkincorp` |
| 1779 | 2025-08-26T20:27:22.780Z | Compiling proc-macro2 v1.0.95 |
| 1780 | 2025-08-26T20:27:22.780Z | Compiling unicode-ident v1.0.18 |
| 1781 | 2025-08-26T20:27:22.780Z | Compiling libc v0.2.174 |
| 1782 | 2025-08-26T20:27:22.813Z | Compiling serde v1.0.219 |
| 1783 | 2025-08-26T20:27:22.813Z | Compiling autocfg v1.4.0 |
| 1784 | 2025-08-26T20:27:22.814Z | Compiling cfg-if v1.0.1 |
| 1785 | 2025-08-26T20:27:22.814Z | Compiling version_check v0.9.5 |
| 1786 | 2025-08-26T20:27:23.047Z | Compiling memchr v2.7.4 |
| 1787 | 2025-08-26T20:27:23.094Z | Compiling shlex v1.3.0 |
| 1788 | 2025-08-26T20:27:23.218Z | Compiling typenum v1.17.0 |
| 1789 | 2025-08-26T20:27:23.512Z | Compiling portable-atomic v1.11.0 |
| 1790 | 2025-08-26T20:27:23.705Z | Compiling generic-array v0.14.7 |
| 1791 | 2025-08-26T20:27:23.820Z | Compiling lock_api v0.4.12 |
| 1792 | 2025-08-26T20:27:24.194Z | Compiling value-bag v1.9.0 |
| 1793 | 2025-08-26T20:27:24.270Z | Compiling getrandom v0.3.1 |
| 1794 | 2025-08-26T20:27:24.621Z | Compiling libm v0.2.8 |
| 1795 | 2025-08-26T20:27:24.680Z | Compiling num-traits v0.2.19 |
| 1796 | 2025-08-26T20:27:24.826Z | Compiling log v0.4.27 |
| 1797 | 2025-08-26T20:27:25.020Z | Compiling scopeguard v1.2.0 |
| 1798 | 2025-08-26T20:27:25.088Z | Compiling serde_json v1.0.142 |
| 1799 | 2025-08-26T20:27:25.180Z | Compiling quote v1.0.40 |
| 1800 | 2025-08-26T20:27:25.627Z | Compiling syn v2.0.104 |
| 1801 | 2025-08-26T20:27:25.657Z | Compiling jobserver v0.1.32 |
| 1802 | 2025-08-26T20:27:25.685Z | Compiling parking_lot_core v0.9.10 |
| 1803 | 2025-08-26T20:27:25.738Z | Compiling semver v1.0.26 |
| 1804 | 2025-08-26T20:27:25.795Z | Compiling pkg-config v0.3.31 |
| 1805 | 2025-08-26T20:27:25.837Z | Compiling rustix v0.38.37 |
| 1806 | 2025-08-26T20:27:25.837Z | Compiling smallvec v1.15.1 |
| 1807 | 2025-08-26T20:27:26.126Z | Compiling cc v1.2.30 |
| 1808 | 2025-08-26T20:27:26.316Z | Compiling getrandom v0.2.15 |
| 1809 | 2025-08-26T20:27:26.458Z | Compiling itoa v1.0.11 |
| 1810 | 2025-08-26T20:27:26.814Z | Compiling aho-corasick v1.1.3 |
| 1811 | 2025-08-26T20:27:26.896Z | Compiling slab v0.4.9 |
| 1812 | 2025-08-26T20:27:27.214Z | Compiling regex-syntax v0.8.5 |
| 1813 | 2025-08-26T20:27:27.352Z | Compiling errno v0.3.12 |
| 1814 | 2025-08-26T20:27:27.790Z | Compiling spin v0.9.8 |
| 1815 | 2025-08-26T20:27:27.960Z | Compiling subtle v2.6.1 |
| 1816 | 2025-08-26T20:27:28.149Z | Compiling stable_deref_trait v1.2.0 |
| 1817 | 2025-08-26T20:27:28.409Z | Compiling glob v0.3.2 |
| 1818 | 2025-08-26T20:27:28.459Z | Compiling either v1.15.0 |
| 1819 | 2025-08-26T20:27:28.490Z | Compiling rand_core v0.6.4 |
| 1820 | 2025-08-26T20:27:28.863Z | Compiling prettyplease v0.2.36 |
| 1821 | 2025-08-26T20:27:29.177Z | Compiling lazy_static v1.5.0 |
| 1822 | 2025-08-26T20:27:29.293Z | Compiling clang-sys v1.8.1 |
| 1823 | 2025-08-26T20:27:29.974Z | Compiling critical-section v1.1.3 |
| 1824 | 2025-08-26T20:27:30.127Z | Compiling minimal-lexical v0.2.1 |
| 1825 | 2025-08-26T20:27:30.257Z | Compiling heck v0.5.0 |
| 1826 | 2025-08-26T20:27:30.762Z | Compiling nom v7.1.3 |
| 1827 | 2025-08-26T20:27:30.914Z | Compiling once_cell v1.21.3 |
| 1828 | 2025-08-26T20:27:31.214Z | Compiling libloading v0.8.5 |
| 1829 | 2025-08-26T20:27:31.265Z | Compiling home v0.5.9 |
| 1830 | 2025-08-26T20:27:31.588Z | Compiling regex-automata v0.4.8 |
| 1831 | 2025-08-26T20:27:31.669Z | Compiling bindgen v0.69.5 |
| 1832 | 2025-08-26T20:27:31.990Z | Compiling itertools v0.12.1 |
| 1833 | 2025-08-26T20:27:32.507Z | Compiling paste v1.0.15 |
| 1834 | 2025-08-26T20:27:32.595Z | Compiling rustc-hash v1.1.0 |
| 1835 | 2025-08-26T20:27:32.895Z | Compiling lazycell v1.3.0 |
| 1836 | 2025-08-26T20:27:33.266Z | Compiling cmake v0.1.51 |
| 1837 | 2025-08-26T20:27:34.172Z | Compiling synstructure v0.13.1 |
| 1838 | 2025-08-26T20:27:34.627Z | Compiling cexpr v0.6.0 |
| 1839 | 2025-08-26T20:27:35.647Z | Compiling fs_extra v1.3.0 |
| 1840 | 2025-08-26T20:27:35.850Z | Compiling dunce v1.0.5 |
| 1841 | 2025-08-26T20:27:36.591Z | Compiling writeable v0.5.5 |
| 1842 | 2025-08-26T20:27:36.761Z | Compiling litemap v0.7.3 |
| 1843 | 2025-08-26T20:27:37.388Z | Compiling ryu v1.0.18 |
| 1844 | 2025-08-26T20:27:37.457Z | Compiling foldhash v0.1.5 |
| 1845 | 2025-08-26T20:27:37.830Z | Compiling percent-encoding v2.3.1 |
| 1846 | 2025-08-26T20:27:37.924Z | Compiling equivalent v1.0.2 |
| 1847 | 2025-08-26T20:27:38.066Z | Compiling regex v1.11.1 |
| 1848 | 2025-08-26T20:27:38.196Z | Compiling allocator-api2 v0.2.21 |
| 1849 | 2025-08-26T20:27:38.309Z | Compiling serde_derive v1.0.219 |
| 1850 | 2025-08-26T20:27:38.474Z | Compiling zeroize_derive v1.4.2 |
| 1851 | 2025-08-26T20:27:38.543Z | Compiling zerofrom-derive v0.1.4 |
| 1852 | 2025-08-26T20:27:38.617Z | Compiling yoke-derive v0.7.4 |
| 1853 | 2025-08-26T20:27:39.154Z | Compiling zerovec-derive v0.10.3 |
| 1854 | 2025-08-26T20:27:39.188Z | Compiling displaydoc v0.2.5 |
| 1855 | 2025-08-26T20:27:39.873Z | Compiling icu_provider_macros v1.5.0 |
| 1856 | 2025-08-26T20:27:40.963Z | Compiling zeroize v1.8.1 |
| 1857 | 2025-08-26T20:27:41.001Z | Compiling tokio-macros v2.5.0 |
| 1858 | 2025-08-26T20:27:41.681Z | Compiling zerocopy-derive v0.7.35 |
| 1859 | 2025-08-26T20:27:41.737Z | Compiling futures-macro v0.3.31 |
| 1860 | 2025-08-26T20:27:42.024Z | Compiling zerofrom v0.1.4 |
| 1861 | 2025-08-26T20:27:42.394Z | Compiling yoke v0.7.4 |
| 1862 | 2025-08-26T20:27:42.573Z | Compiling schemars v0.8.22 |
| 1863 | 2025-08-26T20:27:42.895Z | Compiling zerovec v0.10.4 |
| 1864 | 2025-08-26T20:27:42.931Z | Compiling pin-project-lite v0.2.14 |
| 1865 | 2025-08-26T20:27:43.190Z | Compiling hashbrown v0.15.4 |
| 1866 | 2025-08-26T20:27:43.321Z | Compiling serde_derive_internals v0.29.1 |
| 1867 | 2025-08-26T20:27:43.622Z | Compiling icu_locid_transform_data v1.5.0 |
| 1868 | 2025-08-26T20:27:43.829Z | Compiling crypto-common v0.1.6 |
| 1869 | 2025-08-26T20:27:44.245Z | Compiling der_derive v0.7.3 |
| 1870 | 2025-08-26T20:27:44.636Z | Compiling ring v0.17.14 |
| 1871 | 2025-08-26T20:27:45.116Z | Compiling icu_properties_data v1.5.0 |
| 1872 | 2025-08-26T20:27:45.544Z | Compiling tinystr v0.7.6 |
| 1873 | 2025-08-26T20:27:45.611Z | Compiling schemars_derive v0.8.22 |
| 1874 | 2025-08-26T20:27:45.753Z | Compiling icu_collections v1.5.0 |
| 1875 | 2025-08-26T20:27:46.310Z | Compiling icu_locid v1.5.0 |
| 1876 | 2025-08-26T20:27:46.676Z | Compiling write16 v1.0.0 |
| 1877 | 2025-08-26T20:27:46.761Z | Compiling utf16_iter v1.0.5 |
| 1878 | 2025-08-26T20:27:46.836Z | Compiling const-oid v0.9.6 |
| 1879 | 2025-08-26T20:27:46.914Z | Compiling futures-core v0.3.31 |
| 1880 | 2025-08-26T20:27:47.133Z | Compiling icu_normalizer_data v1.5.0 |
| 1881 | 2025-08-26T20:27:47.287Z | Compiling aws-lc-rs v1.12.4 |
| 1882 | 2025-08-26T20:27:47.834Z | Compiling byteorder v1.5.0 |
| 1883 | 2025-08-26T20:27:47.927Z | Compiling icu_provider v1.5.0 |
| 1884 | 2025-08-26T20:27:48.688Z | Compiling vcpkg v0.2.15 |
| 1885 | 2025-08-26T20:27:48.855Z | Compiling utf8_iter v1.0.4 |
| 1886 | 2025-08-26T20:27:49.053Z | Compiling icu_locid_transform v1.5.0 |
| 1887 | 2025-08-26T20:27:50.570Z | Compiling openssl-sys v0.9.109 |
| 1888 | 2025-08-26T20:27:51.371Z | Compiling icu_properties v1.5.1 |
| 1889 | 2025-08-26T20:27:51.471Z | Compiling signal-hook-registry v1.4.2 |
| 1890 | 2025-08-26T20:27:51.925Z | Compiling bitflags v2.9.1 |
| 1891 | 2025-08-26T20:27:52.078Z | Compiling bytes v1.10.1 |
| 1892 | 2025-08-26T20:27:54.474Z | Compiling thiserror v1.0.69 |
| 1893 | 2025-08-26T20:27:55.430Z | Compiling parking_lot v0.12.3 |
| 1894 | 2025-08-26T20:27:55.860Z | Compiling tracing-attributes v0.1.27 |
| 1895 | 2025-08-26T20:27:56.411Z | Compiling icu_normalizer v1.5.0 |
| 1896 | 2025-08-26T20:27:56.575Z | Compiling mio v1.0.2 |
| 1897 | 2025-08-26T20:27:57.156Z | Compiling which v4.4.2 |
| 1898 | 2025-08-26T20:27:57.854Z | Compiling idna_adapter v1.2.0 |
| 1899 | 2025-08-26T20:27:58.712Z | Compiling idna v1.0.3 |
| 1900 | 2025-08-26T20:27:59.131Z | Compiling block-buffer v0.10.4 |
| 1901 | 2025-08-26T20:27:59.882Z | Compiling thiserror-impl v1.0.69 |
| 1902 | 2025-08-26T20:28:00.370Z | Compiling form_urlencoded v1.2.1 |
| 1903 | 2025-08-26T20:28:00.883Z | Compiling httparse v1.9.5 |
| 1904 | 2025-08-26T20:28:01.062Z | Compiling digest v0.10.7 |
| 1905 | 2025-08-26T20:28:01.701Z | Compiling socket2 v0.6.0 |
| 1906 | 2025-08-26T20:28:01.728Z | Compiling thiserror v2.0.12 |
| 1907 | 2025-08-26T20:28:02.480Z | Compiling tokio v1.47.0 |
| 1908 | 2025-08-26T20:28:02.595Z | Compiling url v2.5.4 |
| 1909 | 2025-08-26T20:28:02.958Z | Compiling indexmap v2.10.0 |
| 1910 | 2025-08-26T20:28:03.410Z | Compiling thiserror-impl v2.0.12 |
| 1911 | 2025-08-26T20:28:04.517Z | Compiling futures-sink v0.3.31 |
| 1912 | 2025-08-26T20:28:04.694Z | Compiling num-conv v0.1.0 |
| 1913 | 2025-08-26T20:28:04.812Z | Compiling time-core v0.1.2 |
| 1914 | 2025-08-26T20:28:05.128Z | Compiling time-macros v0.2.18 |
| 1915 | 2025-08-26T20:28:05.299Z | Compiling futures-channel v0.3.31 |
| 1916 | 2025-08-26T20:28:07.306Z | Compiling openssl v0.10.73 |
| 1917 | 2025-08-26T20:28:07.402Z | Compiling fnv v1.0.7 |
| 1918 | 2025-08-26T20:28:07.894Z | Compiling pin-utils v0.1.0 |
| 1919 | 2025-08-26T20:28:07.941Z | Compiling futures-task v0.3.31 |
| 1920 | 2025-08-26T20:28:07.967Z | Compiling futures-io v0.3.31 |
| 1921 | 2025-08-26T20:28:08.051Z | Compiling zerocopy v0.7.35 |
| 1922 | 2025-08-26T20:28:08.394Z | Compiling futures-util v0.3.31 |
| 1923 | 2025-08-26T20:28:08.543Z | Compiling uuid v1.17.0 |
| 1924 | 2025-08-26T20:28:09.500Z | Compiling openssl-macros v0.1.1 |
| 1925 | 2025-08-26T20:28:10.157Z | Compiling native-tls v0.2.12 |
| 1926 | 2025-08-26T20:28:10.349Z | Compiling rustls v0.23.19 |
| 1927 | 2025-08-26T20:28:10.592Z | Compiling iana-time-zone v0.1.63 |
| 1928 | 2025-08-26T20:28:10.840Z | Compiling cpufeatures v0.2.14 |
| 1929 | 2025-08-26T20:28:10.983Z | Compiling chrono v0.4.41 |
| 1930 | 2025-08-26T20:28:11.114Z | Compiling hmac v0.12.1 |
| 1931 | 2025-08-26T20:28:11.355Z | Compiling rustc_version v0.4.1 |
| 1932 | 2025-08-26T20:28:11.437Z | Compiling aws-lc-sys v0.26.0 |
| 1933 | 2025-08-26T20:28:13.547Z | Compiling block-padding v0.3.3 |
| 1934 | 2025-08-26T20:28:13.973Z | Compiling cookie v0.18.1 |
| 1935 | 2025-08-26T20:28:14.377Z | Compiling inout v0.1.3 |
| 1936 | 2025-08-26T20:28:14.700Z | Compiling http v1.3.1 |
| 1937 | 2025-08-26T20:28:14.899Z | Compiling serde_tokenstream v0.2.2 |
| 1938 | 2025-08-26T20:28:15.217Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1939 | 2025-08-26T20:28:15.581Z | Compiling dyn-clone v1.0.20 |
| 1940 | 2025-08-26T20:28:15.820Z | Compiling zerocopy v0.8.26 |
| 1941 | 2025-08-26T20:28:16.692Z | Compiling cipher v0.4.4 |
| 1942 | 2025-08-26T20:28:16.850Z | Compiling sha2 v0.10.9 |
| 1943 | 2025-08-26T20:28:19.743Z | Compiling scroll_derive v0.12.0 |
| 1944 | 2025-08-26T20:28:19.935Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1945 | 2025-08-26T20:28:19.977Z | Compiling slog v2.7.0 |
| 1946 | 2025-08-26T20:28:20.005Z | Compiling ucd-trie v0.1.7 |
| 1947 | 2025-08-26T20:28:20.580Z | Compiling syn v1.0.109 |
| 1948 | 2025-08-26T20:28:20.634Z | Compiling rustix v1.0.7 |
| 1949 | 2025-08-26T20:28:21.200Z | Compiling rustls-pki-types v1.10.0 |
| 1950 | 2025-08-26T20:28:21.246Z | Compiling crossbeam-utils v0.8.21 |
| 1951 | 2025-08-26T20:28:21.424Z | Compiling rustversion v1.0.17 |
| 1952 | 2025-08-26T20:28:22.111Z | Compiling base64ct v1.6.0 |
| 1953 | 2025-08-26T20:28:22.546Z | Compiling pest v2.7.14 |
| 1954 | 2025-08-26T20:28:22.858Z | Compiling pem-rfc7468 v0.7.0 |
| 1955 | 2025-08-26T20:28:23.554Z | Compiling ppv-lite86 v0.2.20 |
| 1956 | 2025-08-26T20:28:24.753Z | Compiling zerocopy-derive v0.8.26 |
| 1957 | 2025-08-26T20:28:25.300Z | Compiling litrs v0.4.1 |
| 1958 | 2025-08-26T20:28:25.920Z | Compiling flagset v0.4.6 |
| 1959 | 2025-08-26T20:28:26.233Z | Compiling der v0.7.9 |
| 1960 | 2025-08-26T20:28:26.361Z | Compiling document-features v0.2.11 |
| 1961 | 2025-08-26T20:28:26.640Z | Compiling pest_meta v2.7.14 |
| 1962 | 2025-08-26T20:28:29.310Z | Compiling tokio-util v0.7.15 |
| 1963 | 2025-08-26T20:28:30.523Z | Compiling tracing-core v0.1.32 |
| 1964 | 2025-08-26T20:28:30.573Z | Compiling newtype-uuid v1.2.4 |
| 1965 | 2025-08-26T20:28:30.901Z | Compiling powerfmt v0.2.0 |
| 1966 | 2025-08-26T20:28:30.994Z | Compiling base64 v0.22.1 |
| 1967 | 2025-08-26T20:28:32.216Z | Compiling untrusted v0.9.0 |
| 1968 | 2025-08-26T20:28:32.569Z | Compiling untrusted v0.7.1 |
| 1969 | 2025-08-26T20:28:33.140Z | Compiling tracing v0.1.40 |
| 1970 | 2025-08-26T20:28:33.976Z | Compiling deranged v0.3.11 |
| 1971 | 2025-08-26T20:28:34.345Z | Compiling spki v0.7.3 |
| 1972 | 2025-08-26T20:28:34.393Z | Compiling pest_generator v2.7.14 |
| 1973 | 2025-08-26T20:28:34.799Z | Compiling salsa20 v0.10.2 |
| 1974 | 2025-08-26T20:28:34.893Z | Compiling http-body v1.0.1 |
| 1975 | 2025-08-26T20:28:35.214Z | Compiling pbkdf2 v0.12.2 |
| 1976 | 2025-08-26T20:28:36.127Z | Compiling num_threads v0.1.7 |
| 1977 | 2025-08-26T20:28:36.445Z | Compiling atomic-waker v1.1.2 |
| 1978 | 2025-08-26T20:28:36.757Z | Compiling time v0.3.36 |
| 1979 | 2025-08-26T20:28:36.867Z | Compiling pest_derive v2.7.14 |
| 1980 | 2025-08-26T20:28:39.163Z | Compiling scrypt v0.11.0 |
| 1981 | 2025-08-26T20:28:39.806Z | Compiling cbc v0.1.2 |
| 1982 | 2025-08-26T20:28:39.869Z | Compiling aes v0.8.4 |
| 1983 | 2025-08-26T20:28:41.371Z | Compiling usdt-impl v0.5.0 |
| 1984 | 2025-08-26T20:28:41.654Z | Compiling num-bigint-dig v0.8.4 |
| 1985 | 2025-08-26T20:28:41.834Z | Compiling tower-service v0.3.3 |
| 1986 | 2025-08-26T20:28:42.159Z | Compiling try-lock v0.2.5 |
| 1987 | 2025-08-26T20:28:42.195Z | Compiling zstd-safe v7.2.3 |
| 1988 | 2025-08-26T20:28:42.475Z | Compiling want v0.3.1 |
| 1989 | 2025-08-26T20:28:42.722Z | Compiling pkcs5 v0.7.1 |
| 1990 | 2025-08-26T20:28:43.821Z | Compiling h2 v0.4.6 |
| 1991 | 2025-08-26T20:28:44.864Z | Compiling scroll v0.12.0 |
| 1992 | 2025-08-26T20:28:45.661Z | Compiling heapless v0.7.17 |
| 1993 | 2025-08-26T20:28:46.388Z | Compiling ipnet v2.11.0 |
| 1994 | 2025-08-26T20:28:46.599Z | Compiling async-trait v0.1.88 |
| 1995 | 2025-08-26T20:28:52.064Z | Compiling ahash v0.8.12 |
| 1996 | 2025-08-26T20:28:52.234Z | Compiling signal-hook v0.3.18 |
| 1997 | 2025-08-26T20:28:52.234Z | Compiling plain v0.2.3 |
| 1998 | 2025-08-26T20:28:52.234Z | Compiling openssl-probe v0.1.5 |
| 1999 | 2025-08-26T20:28:52.234Z | Compiling foreign-types-shared v0.1.1 |
| 2000 | 2025-08-26T20:28:52.234Z | Compiling anyhow v1.0.99 |
| 2001 | 2025-08-26T20:28:52.234Z | Compiling httpdate v1.0.3 |
| 2002 | 2025-08-26T20:28:52.234Z | Compiling foreign-types v0.3.2 |
| 2003 | 2025-08-26T20:28:52.234Z | Compiling goblin v0.8.2 |
| 2004 | 2025-08-26T20:28:52.273Z | Compiling pkcs8 v0.10.2 |
| 2005 | 2025-08-26T20:28:55.429Z | Compiling hyper v1.6.0 |
| 2006 | 2025-08-26T20:28:55.775Z | Compiling daft-derive v0.1.4 |
| 2007 | 2025-08-26T20:29:00.547Z | Compiling pretty-hex v0.4.1 |
| 2008 | 2025-08-26T20:29:00.924Z | Compiling tinyvec_macros v0.1.1 |
| 2009 | 2025-08-26T20:29:01.035Z | Compiling strsim v0.11.1 |
| 2010 | 2025-08-26T20:29:01.158Z | Compiling tinyvec v1.8.0 |
| 2011 | 2025-08-26T20:29:01.931Z | Compiling dof v0.3.0 |
| 2012 | 2025-08-26T20:29:02.935Z | Compiling hyper-util v0.1.16 |
| 2013 | 2025-08-26T20:29:08.345Z | Compiling dtrace-parser v0.2.0 |
| 2014 | 2025-08-26T20:29:08.563Z | Compiling curve25519-dalek v4.1.3 |
| 2015 | 2025-08-26T20:29:09.227Z | Compiling rand_core v0.9.3 |
| 2016 | 2025-08-26T20:29:09.728Z | Compiling clap_derive v4.5.41 |
| 2017 | 2025-08-26T20:29:10.984Z | Compiling thread-id v4.2.2 |
| 2018 | 2025-08-26T20:29:11.184Z | Compiling memoffset v0.9.1 |
| 2019 | 2025-08-26T20:29:11.903Z | Compiling smoltcp v0.9.1 |
| 2020 | 2025-08-26T20:29:13.185Z | Compiling adler2 v2.0.0 |
| 2021 | 2025-08-26T20:29:13.718Z | Compiling miniz_oxide v0.8.5 |
| 2022 | 2025-08-26T20:29:18.945Z | Compiling rand_chacha v0.9.0 |
| 2023 | 2025-08-26T20:29:21.987Z | Compiling http-body-util v0.1.3 |
| 2024 | 2025-08-26T20:29:22.572Z | Compiling strum_macros v0.26.4 |
| 2025 | 2025-08-26T20:29:26.012Z | Compiling sync_wrapper v1.0.1 |
| 2026 | 2025-08-26T20:29:26.217Z | Compiling encoding_rs v0.8.34 |
| 2027 | 2025-08-26T20:29:26.299Z | Compiling mime v0.3.17 |
| 2028 | 2025-08-26T20:29:26.764Z | Compiling cfg_aliases v0.2.1 |
| 2029 | 2025-08-26T20:29:27.050Z | Compiling tower-layer v0.3.3 |
| 2030 | 2025-08-26T20:29:27.469Z | Compiling psl-types v2.0.11 |
| 2031 | 2025-08-26T20:29:27.503Z | Compiling buf-list v1.0.3 |
| 2032 | 2025-08-26T20:29:27.587Z | Compiling tower v0.5.2 |
| 2033 | 2025-08-26T20:29:27.771Z | Compiling publicsuffix v2.3.0 |
| 2034 | 2025-08-26T20:29:28.798Z | Compiling nix v0.29.0 |
| 2035 | 2025-08-26T20:29:32.948Z | Compiling rand v0.9.2 |
| 2036 | 2025-08-26T20:29:34.382Z | Compiling tokio-native-tls v0.3.1 |
| 2037 | 2025-08-26T20:29:37.418Z | Compiling unicode-normalization v0.1.24 |
| 2038 | 2025-08-26T20:29:37.661Z | Compiling rustls-native-certs v0.8.1 |
| 2039 | 2025-08-26T20:29:37.792Z | Compiling hubpack_derive v0.1.1 |
| 2040 | 2025-08-26T20:29:38.322Z | Compiling strum_macros v0.27.1 |
| 2041 | 2025-08-26T20:29:38.659Z | Compiling webpki-roots v1.0.1 |
| 2042 | 2025-08-26T20:29:38.975Z | Compiling openapiv3 v2.2.0 |
| 2043 | 2025-08-26T20:29:39.029Z | Compiling signature v2.2.0 |
| 2044 | 2025-08-26T20:29:39.390Z | Compiling serde_urlencoded v0.7.1 |
| 2045 | 2025-08-26T20:29:39.456Z | Compiling serde_spanned v0.6.9 |
| 2046 | 2025-08-26T20:29:39.888Z | Compiling toml_datetime v0.6.11 |
| 2047 | 2025-08-26T20:29:40.122Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2048 | 2025-08-26T20:29:40.824Z | Compiling fs-err v3.1.1 |
| 2049 | 2025-08-26T20:29:41.379Z | Compiling crc32fast v1.4.2 |
| 2050 | 2025-08-26T20:29:41.465Z | Compiling zlib-rs v0.5.1 |
| 2051 | 2025-08-26T20:29:41.657Z | Compiling anstyle v1.0.11 |
| 2052 | 2025-08-26T20:29:41.847Z | Compiling siphasher v0.3.11 |
| 2053 | 2025-08-26T20:29:42.225Z | Compiling unicode-properties v0.1.3 |
| 2054 | 2025-08-26T20:29:42.340Z | Compiling iri-string v0.7.8 |
| 2055 | 2025-08-26T20:29:42.729Z | Compiling unicode-bidi v0.3.17 |
| 2056 | 2025-08-26T20:29:43.456Z | Compiling utf8parse v0.2.2 |
| 2057 | 2025-08-26T20:29:43.697Z | Compiling stringprep v0.1.5 |
| 2058 | 2025-08-26T20:29:43.878Z | Compiling anstyle-parse v0.2.5 |
| 2059 | 2025-08-26T20:29:44.332Z | Compiling phf_shared v0.11.2 |
| 2060 | 2025-08-26T20:29:47.055Z | Compiling tower-http v0.6.6 |
| 2061 | 2025-08-26T20:29:47.270Z | Compiling libz-rs-sys v0.5.1 |
| 2062 | 2025-08-26T20:29:49.069Z | Compiling hyper-tls v0.6.0 |
| 2063 | 2025-08-26T20:29:49.512Z | Compiling cookie_store v0.21.1 |
| 2064 | 2025-08-26T20:29:49.710Z | Compiling usdt-macro v0.5.0 |
| 2065 | 2025-08-26T20:29:49.769Z | Compiling usdt-attr-macro v0.5.0 |
| 2066 | 2025-08-26T20:29:50.348Z | Compiling rand_chacha v0.3.1 |
| 2067 | 2025-08-26T20:29:51.519Z | Compiling md-5 v0.10.6 |
| 2068 | 2025-08-26T20:29:51.560Z | Compiling num-integer v0.1.46 |
| 2069 | 2025-08-26T20:29:51.697Z | Compiling hash32 v0.2.1 |
| 2070 | 2025-08-26T20:29:52.537Z | Compiling ff v0.13.0 |
| 2071 | 2025-08-26T20:29:52.652Z | Compiling anstyle-query v1.1.1 |
| 2072 | 2025-08-26T20:29:52.975Z | Compiling base16ct v0.2.0 |
| 2073 | 2025-08-26T20:29:53.269Z | Compiling fallible-iterator v0.2.0 |
| 2074 | 2025-08-26T20:29:53.487Z | Compiling is_terminal_polyfill v1.70.1 |
| 2075 | 2025-08-26T20:29:53.766Z | Compiling winnow v0.7.10 |
| 2076 | 2025-08-26T20:29:53.831Z | Compiling gimli v0.31.1 |
| 2077 | 2025-08-26T20:29:54.153Z | Compiling colorchoice v1.0.2 |
| 2078 | 2025-08-26T20:29:54.444Z | Compiling anstream v0.6.18 |
| 2079 | 2025-08-26T20:29:54.846Z | Compiling postgres-protocol v0.6.8 |
| 2080 | 2025-08-26T20:29:55.210Z | Compiling sec1 v0.7.3 |
| 2081 | 2025-08-26T20:29:55.599Z | Compiling group v0.13.0 |
| 2082 | 2025-08-26T20:29:55.831Z | Compiling num-iter v0.1.45 |
| 2083 | 2025-08-26T20:29:56.906Z | Compiling rand v0.8.5 |
| 2084 | 2025-08-26T20:29:58.448Z | Compiling addr2line v0.24.2 |
| 2085 | 2025-08-26T20:29:58.483Z | Compiling flate2 v1.1.2 |
| 2086 | 2025-08-26T20:29:59.745Z | Compiling ipnetwork v0.21.1 |
| 2087 | 2025-08-26T20:30:00.580Z | Compiling hkdf v0.12.4 |
| 2088 | 2025-08-26T20:30:00.957Z | Compiling terminal_size v0.4.0 |
| 2089 | 2025-08-26T20:30:01.239Z | Compiling crypto-bigint v0.5.5 |
| 2090 | 2025-08-26T20:30:01.304Z | Compiling enum-as-inner v0.6.1 |
| 2091 | 2025-08-26T20:30:01.505Z | Compiling serde_repr v0.1.19 |
| 2092 | 2025-08-26T20:30:02.507Z | Compiling object v0.36.5 |
| 2093 | 2025-08-26T20:30:02.657Z | Compiling winnow v0.5.40 |
| 2094 | 2025-08-26T20:30:04.955Z | Compiling rustls-webpki v0.102.8 |
| 2095 | 2025-08-26T20:30:06.410Z | Compiling lockfree-object-pool v0.1.6 |
| 2096 | 2025-08-26T20:30:06.714Z | Compiling rustc-demangle v0.1.24 |
| 2097 | 2025-08-26T20:30:06.948Z | Compiling simd-adler32 v0.3.7 |
| 2098 | 2025-08-26T20:30:07.170Z | Compiling clap_lex v0.7.4 |
| 2099 | 2025-08-26T20:30:07.574Z | Compiling managed v0.8.0 |
| 2100 | 2025-08-26T20:30:07.639Z | Compiling bumpalo v3.16.0 |
| 2101 | 2025-08-26T20:30:08.149Z | Compiling bitflags v1.3.2 |
| 2102 | 2025-08-26T20:30:08.323Z | Compiling zopfli v0.8.1 |
| 2103 | 2025-08-26T20:30:09.793Z | Compiling backtrace v0.3.74 |
| 2104 | 2025-08-26T20:30:10.445Z | Compiling clap_builder v4.5.41 |
| 2105 | 2025-08-26T20:30:12.894Z | Compiling toml_edit v0.19.15 |
| 2106 | 2025-08-26T20:30:14.969Z | Compiling tokio-rustls v0.26.0 |
| 2107 | 2025-08-26T20:30:15.247Z | Compiling elliptic-curve v0.13.8 |
| 2108 | 2025-08-26T20:30:15.833Z | Compiling hyper-rustls v0.27.7 |
| 2109 | 2025-08-26T20:30:16.246Z | Compiling oxnet v0.1.3 |
| 2110 | 2025-08-26T20:30:19.369Z | Compiling zstd v0.13.3 |
| 2111 | 2025-08-26T20:30:19.444Z | Compiling signal-hook-mio v0.2.4 |
| 2112 | 2025-08-26T20:30:19.788Z | Compiling postgres-types v0.2.9 |
| 2113 | 2025-08-26T20:30:21.028Z | Compiling phf v0.11.2 |
| 2114 | 2025-08-26T20:30:21.113Z | Compiling strum v0.27.2 |
| 2115 | 2025-08-26T20:30:21.526Z | Compiling ed25519 v2.2.3 |
| 2116 | 2025-08-26T20:30:21.754Z | Compiling hubpack v0.1.2 |
| 2117 | 2025-08-26T20:30:21.819Z | Compiling bzip2 v0.4.4 |
| 2118 | 2025-08-26T20:30:21.992Z | Compiling bzip2 v0.5.2 |
| 2119 | 2025-08-26T20:30:22.338Z | Compiling pkcs1 v0.7.5 |
| 2120 | 2025-08-26T20:30:22.942Z | Compiling rfc6979 v0.4.0 |
| 2121 | 2025-08-26T20:30:23.271Z | Compiling float-cmp v0.10.0 |
| 2122 | 2025-08-26T20:30:23.457Z | Compiling serde-big-array v0.5.1 |
| 2123 | 2025-08-26T20:30:23.625Z | Compiling regress v0.10.4 |
| 2124 | 2025-08-26T20:30:23.760Z | Compiling bstr v1.10.0 |
| 2125 | 2025-08-26T20:30:23.787Z | Compiling memmap v0.7.0 |
| 2126 | 2025-08-26T20:30:24.236Z | Compiling socket2 v0.5.10 |
| 2127 | 2025-08-26T20:30:25.189Z | Compiling predicates-core v1.0.8 |
| 2128 | 2025-08-26T20:30:25.586Z | Compiling data-encoding v2.9.0 |
| 2129 | 2025-08-26T20:30:25.639Z | Compiling fastrand v2.1.1 |
| 2130 | 2025-08-26T20:30:27.129Z | Compiling whoami v1.5.2 |
| 2131 | 2025-08-26T20:30:27.915Z | Compiling new_debug_unreachable v1.0.6 |
| 2132 | 2025-08-26T20:30:28.097Z | Compiling fixedbitset v0.4.2 |
| 2133 | 2025-08-26T20:30:28.806Z | Compiling normalize-line-endings v0.3.0 |
| 2134 | 2025-08-26T20:30:29.014Z | Compiling difflib v0.4.0 |
| 2135 | 2025-08-26T20:30:29.232Z | Compiling precomputed-hash v0.1.1 |
| 2136 | 2025-08-26T20:30:29.465Z | Compiling toml_write v0.1.2 |
| 2137 | 2025-08-26T20:30:29.944Z | Compiling unicode-width v0.2.0 |
| 2138 | 2025-08-26T20:30:30.264Z | Compiling static_assertions v1.1.0 |
| 2139 | 2025-08-26T20:30:30.673Z | Compiling unicode-segmentation v1.12.0 |
| 2140 | 2025-08-26T20:30:30.714Z | Compiling console v0.15.10 |
| 2141 | 2025-08-26T20:30:31.853Z | Compiling toml_edit v0.22.27 |
| 2142 | 2025-08-26T20:30:32.045Z | Compiling similar v2.7.0 |
| 2143 | 2025-08-26T20:30:32.869Z | Compiling reqwest v0.12.22 |
| 2144 | 2025-08-26T20:30:34.518Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2145 | 2025-08-26T20:30:35.090Z | Compiling predicates v3.1.3 |
| 2146 | 2025-08-26T20:30:36.576Z | Compiling string_cache v0.8.9 |
| 2147 | 2025-08-26T20:30:38.825Z | Compiling petgraph v0.6.5 |
| 2148 | 2025-08-26T20:30:42.907Z | Compiling typify-impl v0.3.0 |
| 2149 | 2025-08-26T20:30:45.312Z | Compiling tokio-postgres v0.7.13 |
| 2150 | 2025-08-26T20:30:49.130Z | Compiling hickory-proto v0.25.2 |
| 2151 | 2025-08-26T20:30:50.345Z | Compiling tempfile v3.20.0 |
| 2152 | 2025-08-26T20:30:51.296Z | Compiling usdt v0.5.0 |
| 2153 | 2025-08-26T20:30:51.952Z | Compiling ecdsa v0.16.9 |
| 2154 | 2025-08-26T20:30:52.418Z | Compiling rsa v0.9.6 |
| 2155 | 2025-08-26T20:30:54.057Z | Compiling zip v4.2.0 |
| 2156 | 2025-08-26T20:30:54.868Z | Compiling zip v0.6.6 |
| 2157 | 2025-08-26T20:30:56.296Z | Compiling ed25519-dalek v2.1.1 |
| 2158 | 2025-08-26T20:30:56.893Z | Compiling crossterm v0.28.1 |
| 2159 | 2025-08-26T20:30:57.571Z | Compiling daft v0.1.4 |
| 2160 | 2025-08-26T20:30:58.227Z | Compiling crossbeam-epoch v0.9.18 |
| 2161 | 2025-08-26T20:30:58.834Z | Compiling toml v0.7.8 |
| 2162 | 2025-08-26T20:30:58.892Z | Compiling clap v4.5.41 |
| 2163 | 2025-08-26T20:30:59.933Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2164 | 2025-08-26T20:31:00.259Z | Compiling strum v0.26.3 |
| 2165 | 2025-08-26T20:31:00.636Z | Compiling tokio-stream v0.1.17 |
| 2166 | 2025-08-26T20:31:01.023Z | Compiling x509-cert v0.2.5 |
| 2167 | 2025-08-26T20:31:01.690Z | Compiling sha1 v0.10.6 |
| 2168 | 2025-08-26T20:31:01.781Z | Compiling hex v0.4.3 |
| 2169 | 2025-08-26T20:31:02.130Z | Compiling structmeta-derive v0.3.0 |
| 2170 | 2025-08-26T20:31:02.562Z | Compiling itertools v0.10.5 |
| 2171 | 2025-08-26T20:31:03.147Z | Compiling itertools v0.13.0 |
| 2172 | 2025-08-26T20:31:03.176Z | Compiling winnow v0.6.26 |
| 2173 | 2025-08-26T20:31:04.472Z | Compiling unicode-xid v0.2.6 |
| 2174 | 2025-08-26T20:31:04.703Z | Compiling peg-runtime v0.8.5 |
| 2175 | 2025-08-26T20:31:05.313Z | Compiling rustc-hash v2.1.1 |
| 2176 | 2025-08-26T20:31:05.601Z | Compiling lalrpop-util v0.19.12 |
| 2177 | 2025-08-26T20:31:06.008Z | Compiling camino v1.1.11 |
| 2178 | 2025-08-26T20:31:06.820Z | Compiling structmeta v0.3.0 |
| 2179 | 2025-08-26T20:31:07.003Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2180 | 2025-08-26T20:31:09.799Z | Compiling typify-macro v0.3.0 |
| 2181 | 2025-08-26T20:31:17.050Z | Compiling radium v0.7.0 |
| 2182 | 2025-08-26T20:31:25.667Z | Compiling is-terminal v0.4.13 |
| 2183 | 2025-08-26T20:31:25.751Z | Compiling maybe-uninit v2.0.0 |
| 2184 | 2025-08-26T20:31:25.808Z | Compiling tap v1.0.1 |
| 2185 | 2025-08-26T20:31:27.286Z | Compiling wyz v0.5.1 |
| 2186 | 2025-08-26T20:31:31.784Z | Compiling futures-executor v0.3.31 |
| 2187 | 2025-08-26T20:31:32.140Z | Compiling zerocopy-derive v0.6.6 |
| 2188 | 2025-08-26T20:31:32.839Z | Compiling wait-timeout v0.2.0 |
| 2189 | 2025-08-26T20:31:33.083Z | Compiling ident_case v1.0.1 |
| 2190 | 2025-08-26T20:31:33.887Z | Compiling bit-vec v0.8.0 |
| 2191 | 2025-08-26T20:31:33.916Z | Compiling quick-error v1.2.3 |
| 2192 | 2025-08-26T20:31:34.020Z | Compiling funty v2.0.0 |
| 2193 | 2025-08-26T20:31:34.143Z | Compiling typeid v1.0.3 |
| 2194 | 2025-08-26T20:31:34.270Z | Compiling packed_struct v0.10.1 |
| 2195 | 2025-08-26T20:31:35.132Z | Compiling bitvec v1.0.1 |
| 2196 | 2025-08-26T20:31:36.013Z | Compiling bit-set v0.8.0 |
| 2197 | 2025-08-26T20:31:36.834Z | Compiling rusty-fork v0.3.0 |
| 2198 | 2025-08-26T20:31:36.902Z | Compiling zerocopy v0.6.6 |
| 2199 | 2025-08-26T20:31:36.998Z | Compiling darling_core v0.20.10 |
| 2200 | 2025-08-26T20:31:37.729Z | Compiling futures v0.3.31 |
| 2201 | 2025-08-26T20:31:42.724Z | Compiling typify v0.3.0 |
| 2202 | 2025-08-26T20:31:42.753Z | Compiling derive-ex v0.1.8 |
| 2203 | 2025-08-26T20:31:44.204Z | Compiling rand_xorshift v0.4.0 |
| 2204 | 2025-08-26T20:31:44.275Z | Compiling packed_struct_codegen v0.10.1 |
| 2205 | 2025-08-26T20:31:44.757Z | Compiling dirs-sys-next v0.1.2 |
| 2206 | 2025-08-26T20:31:44.854Z | Compiling indexmap v1.9.3 |
| 2207 | 2025-08-26T20:31:45.845Z | Compiling rustls v0.22.4 |
| 2208 | 2025-08-26T20:31:46.203Z | Compiling unarray v0.1.4 |
| 2209 | 2025-08-26T20:31:46.528Z | Compiling crc-catalog v2.4.0 |
| 2210 | 2025-08-26T20:31:46.772Z | Compiling nodrop v0.1.14 |
| 2211 | 2025-08-26T20:31:46.968Z | Compiling unsafe-libyaml v0.2.11 |
| 2212 | 2025-08-26T20:31:47.570Z | Compiling array-init v0.0.4 |
| 2213 | 2025-08-26T20:31:48.588Z | Compiling serde_yaml v0.9.34+deprecated |
| 2214 | 2025-08-26T20:31:50.565Z | Compiling crc v3.2.1 |
| 2215 | 2025-08-26T20:31:52.518Z | Compiling proptest v1.7.0 |
| 2216 | 2025-08-26T20:31:56.035Z | Compiling dirs-next v2.0.0 |
| 2217 | 2025-08-26T20:31:56.845Z | Compiling test-strategy v0.4.3 |
| 2218 | 2025-08-26T20:32:00.897Z | Compiling darling_macro v0.20.10 |
| 2219 | 2025-08-26T20:32:01.186Z | Compiling progenitor-impl v0.9.1 |
| 2220 | 2025-08-26T20:32:01.517Z | Compiling smallvec v0.6.14 |
| 2221 | 2025-08-26T20:32:02.829Z | Compiling toml v0.8.23 |
| 2222 | 2025-08-26T20:32:05.616Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2223 | 2025-08-26T20:32:06.113Z | Compiling xattr v1.3.1 |
| 2224 | 2025-08-26T20:32:06.513Z | Compiling pin-project-internal v1.1.6 |
| 2225 | 2025-08-26T20:32:07.272Z | Compiling thread_local v1.1.8 |
| 2226 | 2025-08-26T20:32:08.002Z | Compiling filetime v0.2.25 |
| 2227 | 2025-08-26T20:32:08.487Z | Compiling multer v3.1.0 |
| 2228 | 2025-08-26T20:32:08.910Z | Compiling match_cfg v0.1.0 |
| 2229 | 2025-08-26T20:32:09.049Z | Compiling ref-cast v1.0.24 |
| 2230 | 2025-08-26T20:32:09.090Z | Compiling base64 v0.21.7 |
| 2231 | 2025-08-26T20:32:09.510Z | Compiling same-file v1.0.6 |
| 2232 | 2025-08-26T20:32:09.581Z | Compiling termcolor v1.4.1 |
| 2233 | 2025-08-26T20:32:09.858Z | Compiling hashbrown v0.12.3 |
| 2234 | 2025-08-26T20:32:10.316Z | Compiling rayon-core v1.12.1 |
| 2235 | 2025-08-26T20:32:10.628Z | Compiling slog-async v2.8.0 |
| 2236 | 2025-08-26T20:32:10.672Z | Compiling bitfield v0.14.0 |
| 2237 | 2025-08-26T20:32:11.038Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2238 | 2025-08-26T20:32:11.300Z | Compiling env_logger v0.10.2 |
| 2239 | 2025-08-26T20:32:12.197Z | Compiling walkdir v2.5.0 |
| 2240 | 2025-08-26T20:32:12.351Z | Compiling ron v0.8.1 |
| 2241 | 2025-08-26T20:32:12.518Z | Compiling pin-project v1.1.6 |
| 2242 | 2025-08-26T20:32:12.736Z | Compiling hostname v0.3.1 |
| 2243 | 2025-08-26T20:32:13.225Z | Compiling tar v0.4.44 |
| 2244 | 2025-08-26T20:32:13.698Z | Compiling progenitor-macro v0.9.1 |
| 2245 | 2025-08-26T20:32:13.907Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2246 | 2025-08-26T20:32:14.420Z | Compiling erased-serde v0.4.6 |
| 2247 | 2025-08-26T20:32:16.011Z | Compiling serde-hex v0.1.0 |
| 2248 | 2025-08-26T20:32:17.623Z | Compiling darling v0.20.10 |
| 2249 | 2025-08-26T20:32:18.318Z | Compiling term v0.7.0 |
| 2250 | 2025-08-26T20:32:21.613Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2251 | 2025-08-26T20:32:22.030Z | Compiling hashbrown v0.13.2 |
| 2252 | 2025-08-26T20:32:22.572Z | Compiling progenitor-client v0.9.1 |
| 2253 | 2025-08-26T20:32:23.675Z | Compiling toml_parser v1.0.2 |
| 2254 | 2025-08-26T20:32:23.741Z | Compiling crossbeam-channel v0.5.15 |
| 2255 | 2025-08-26T20:32:24.650Z | Compiling slog-json v2.6.1 |
| 2256 | 2025-08-26T20:32:25.194Z | Compiling serde_path_to_error v0.1.17 |
| 2257 | 2025-08-26T20:32:25.493Z | Compiling serde_spanned v1.0.0 |
| 2258 | 2025-08-26T20:32:25.863Z | Compiling toml_datetime v0.7.0 |
| 2259 | 2025-08-26T20:32:25.913Z | Compiling ref-cast-impl v1.0.24 |
| 2260 | 2025-08-26T20:32:26.374Z | Compiling async-stream-impl v0.3.6 |
| 2261 | 2025-08-26T20:32:26.947Z | Compiling snafu-derive v0.8.5 |
| 2262 | 2025-08-26T20:32:27.059Z | Compiling ordered-float v2.10.1 |
| 2263 | 2025-08-26T20:32:27.172Z | Compiling fs-err v2.11.0 |
| 2264 | 2025-08-26T20:32:27.555Z | Compiling dropshot v0.16.3 |
| 2265 | 2025-08-26T20:32:27.582Z | Compiling take_mut v0.2.2 |
| 2266 | 2025-08-26T20:32:27.806Z | Compiling debug-ignore v1.0.5 |
| 2267 | 2025-08-26T20:32:27.837Z | Compiling toml_writer v1.0.2 |
| 2268 | 2025-08-26T20:32:27.970Z | Compiling crc-any v2.5.0 |
| 2269 | 2025-08-26T20:32:28.519Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2270 | 2025-08-26T20:32:29.028Z | Compiling toml v0.9.5 |
| 2271 | 2025-08-26T20:32:31.303Z | Compiling serde-value v0.7.0 |
| 2272 | 2025-08-26T20:32:31.584Z | Compiling snafu v0.8.5 |
| 2273 | 2025-08-26T20:32:32.905Z | Compiling async-stream v0.3.6 |
| 2274 | 2025-08-26T20:32:33.395Z | Compiling slog-bunyan v2.5.0 |
| 2275 | 2025-08-26T20:32:33.600Z | Compiling progenitor v0.9.1 |
| 2276 | 2025-08-26T20:32:33.756Z | Compiling tokio-rustls v0.25.0 |
| 2277 | 2025-08-26T20:32:33.889Z | Compiling object v0.30.4 |
| 2278 | 2025-08-26T20:32:34.485Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2279 | 2025-08-26T20:32:36.426Z | Compiling slog-term v2.9.1 |
| 2280 | 2025-08-26T20:32:39.907Z | Compiling serde_with_macros v3.14.0 |
| 2281 | 2025-08-26T20:32:39.937Z | Compiling serde-untagged v0.1.7 |
| 2282 | 2025-08-26T20:32:41.006Z | Compiling camino-tempfile v1.4.1 |
| 2283 | 2025-08-26T20:32:41.957Z | Compiling globset v0.4.15 |
| 2284 | 2025-08-26T20:32:42.443Z | Compiling crossbeam-deque v0.8.5 |
| 2285 | 2025-08-26T20:32:43.148Z | Compiling parse-display-derive v0.10.0 |
| 2286 | 2025-08-26T20:32:43.389Z | Compiling olpc-cjson v0.1.4 |
| 2287 | 2025-08-26T20:32:43.875Z | Compiling waitgroup v0.1.2 |
| 2288 | 2025-08-26T20:32:44.310Z | Compiling pem v3.0.5 |
| 2289 | 2025-08-26T20:32:45.519Z | Compiling rustls-pemfile v2.2.0 |
| 2290 | 2025-08-26T20:32:46.103Z | Compiling dropshot_endpoint v0.16.3 |
| 2291 | 2025-08-26T20:32:46.293Z | Compiling serde_plain v1.0.2 |
| 2292 | 2025-08-26T20:32:46.992Z | Compiling async-recursion v1.1.1 |
| 2293 | 2025-08-26T20:32:47.068Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2294 | 2025-08-26T20:32:47.103Z | Compiling derive-where v1.5.0 |
| 2295 | 2025-08-26T20:32:47.936Z | Compiling blake3 v1.5.4 |
| 2296 | 2025-08-26T20:32:48.482Z | Compiling hostname v0.4.0 |
| 2297 | 2025-08-26T20:32:48.538Z | Compiling instant v0.1.13 |
| 2298 | 2025-08-26T20:32:48.858Z | Compiling typed-path v0.9.3 |
| 2299 | 2025-08-26T20:32:48.891Z | Compiling path-slash v0.1.5 |
| 2300 | 2025-08-26T20:32:48.949Z | Compiling backoff v0.4.0 |
| 2301 | 2025-08-26T20:32:49.256Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 2302 | 2025-08-26T20:32:49.454Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2303 | 2025-08-26T20:32:49.743Z | Compiling parse-display v0.10.0 |
| 2304 | 2025-08-26T20:32:50.581Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2305 | 2025-08-26T20:32:51.017Z | Compiling serde_with v3.14.0 |
| 2306 | 2025-08-26T20:32:52.016Z | Compiling tough v0.20.0 |
| 2307 | 2025-08-26T20:32:52.826Z | Compiling cargo-util-schemas v0.8.2 |
| 2308 | 2025-08-26T20:32:53.901Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2309 | 2025-08-26T20:32:54.649Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2310 | 2025-08-26T20:32:55.113Z | Compiling iddqd v0.3.9 |
| 2311 | 2025-08-26T20:32:57.603Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2312 | 2025-08-26T20:32:58.236Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2313 | 2025-08-26T20:32:59.078Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2314 | 2025-08-26T20:32:59.205Z | Compiling progenitor-client v0.10.0 |
| 2315 | 2025-08-26T20:33:00.083Z | Compiling cargo-platform v0.2.0 |
| 2316 | 2025-08-26T20:33:00.283Z | Compiling macaddr v1.0.1 |
| 2317 | 2025-08-26T20:33:00.409Z | Compiling memmap2 v0.9.5 |
| 2318 | 2025-08-26T20:33:00.936Z | Compiling arrayref v0.3.9 |
| 2319 | 2025-08-26T20:33:01.031Z | Compiling indent_write v2.2.0 |
| 2320 | 2025-08-26T20:33:01.087Z | Compiling constant_time_eq v0.3.1 |
| 2321 | 2025-08-26T20:33:01.332Z | Compiling arrayvec v0.7.6 |
| 2322 | 2025-08-26T20:33:01.358Z | Compiling parse-size v1.1.0 |
| 2323 | 2025-08-26T20:33:01.396Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2324 | 2025-08-26T20:33:01.748Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2325 | 2025-08-26T20:33:04.368Z | Compiling cargo_metadata v0.21.0 |
| 2326 | 2025-08-26T20:33:05.680Z | Compiling display-error-chain v0.2.2 |
| 2327 | 2025-08-26T20:33:05.992Z | Compiling topological-sort v0.2.2 |
| 2328 | 2025-08-26T20:33:06.109Z | Compiling shell-words v1.1.0 |
| 2329 | 2025-08-26T20:33:06.351Z | Compiling omicron-zone-package v0.12.2 |
| 2330 | 2025-08-26T20:33:09.640Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2331 | 2025-08-26T20:33:18.759Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2332 | 2025-08-26T20:33:32.959Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2333 | 2025-08-26T20:33:57.644Z | Finished `release` profile [optimized] target(s) in 6m 36s |
| 2334 | 2025-08-26T20:33:57.848Z | Running `target/release/omicron-releng --output-dir /work --mkincorp` |
| 2335 | 2025-08-26T20:33:57.946Z | Aug 26 20:33:57.852 DEBG changing working directory to /work/oxidecomputer/omicron |
| 2336 | 2025-08-26T20:33:58.150Z | Aug 26 20:33:58.056 DEBG running: git rev-parse HEAD |
| 2337 | 2025-08-26T20:33:58.175Z | Aug 26 20:33:58.062 DEBG process exited with exit status: 0 (5.215505ms) |
| 2338 | 2025-08-26T20:33:58.175Z | Aug 26 20:33:58.062 INFO version: 16.0.0-0.ci+git823d0d5e5b0 |
| 2339 | 2025-08-26T20:33:58.217Z | Aug 26 20:33:58.124 INFO cloning helios to /work/oxidecomputer/helios |
| 2340 | 2025-08-26T20:33:58.217Z | Aug 26 20:33:58.124 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
| 2341 | 2025-08-26T20:33:58.242Z | Cloning into '/work/oxidecomputer/helios'... |
| 2342 | 2025-08-26T20:33:59.009Z | Aug 26 20:33:58.896 DEBG process exited with exit status: 0 (771.553688ms) |
| 2343 | 2025-08-26T20:33:59.009Z | Aug 26 20:33:58.896 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit} |
| 2344 | 2025-08-26T20:33:59.043Z | Aug 26 20:33:58.901 DEBG process exited with exit status: 0 (5.233691ms) |
| 2345 | 2025-08-26T20:33:59.045Z | Aug 26 20:33:58.901 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
| 2346 | 2025-08-26T20:34:01.055Z | Aug 26 20:34:00.959 DEBG process exited with exit status: 0 (2.057857673s) |
| 2347 | 2025-08-26T20:34:01.055Z | Aug 26 20:34:00.959 DEBG running: zfs list rpool/images/build/host |
| 2348 | 2025-08-26T20:34:01.090Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2349 | 2025-08-26T20:34:01.090Z | rpool/images/build/host 96K 151G 96K /rpool/images/build/host |
| 2350 | 2025-08-26T20:34:01.090Z | Aug 26 20:34:00.971 DEBG process exited with exit status: 0 (11.725353ms) |
| 2351 | 2025-08-26T20:34:01.090Z | Aug 26 20:34:00.971 DEBG running: zfs list rpool/images/build/recovery |
| 2352 | 2025-08-26T20:34:01.091Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2353 | 2025-08-26T20:34:01.091Z | rpool/images/build/recovery 96K 151G 96K /rpool/images/build/recovery |
| 2354 | 2025-08-26T20:34:01.091Z | Aug 26 20:34:00.982 DEBG process exited with exit status: 0 (10.756523ms) |
| 2355 | 2025-08-26T20:34:01.091Z | Aug 26 20:34:00.983 INFO [hubris-staging] running task |
| 2356 | 2025-08-26T20:34:01.091Z | Aug 26 20:34:00.984 INFO [hubris-production] running task |
| 2357 | 2025-08-26T20:34:01.091Z | Aug 26 20:34:00.984 INFO [incorp-manifest] running task |
| 2358 | 2025-08-26T20:34:01.091Z | Aug 26 20:34:00.985 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
| 2359 | 2025-08-26T20:34:01.091Z | Aug 26 20:34:00.985 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*' |
| 2360 | 2025-08-26T20:34:01.092Z | Aug 26 20:34:00.986 INFO [incorp-create] running: pkgrepo create /work/incorporation |
| 2361 | 2025-08-26T20:34:01.092Z | Aug 26 20:34:00.989 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
| 2362 | 2025-08-26T20:34:01.229Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
| 2363 | 2025-08-26T20:34:01.716Z | Aug 26 20:34:01.601 INFO [incorp-create] process exited with exit status: 0 (615.032858ms) |
| 2364 | 2025-08-26T20:34:01.771Z | Aug 26 20:34:01.602 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev |
| 2365 | 2025-08-26T20:34:02.149Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2366 | 2025-08-26T20:34:02.199Z | Aug 26 20:34:02.106 INFO [incorp-publisher] process exited with exit status: 0 (504.486343ms) |
| 2367 | 2025-08-26T20:34:02.887Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2368 | 2025-08-26T20:34:03.362Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2369 | 2025-08-26T20:34:04.569Z | [ omicron-package] Compiling ring v0.17.14 |
| 2370 | 2025-08-26T20:34:04.594Z | [ omicron-package] Compiling darling_core v0.21.0 |
| 2371 | 2025-08-26T20:34:04.594Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
| 2372 | 2025-08-26T20:34:04.594Z | [ omicron-package] Compiling itertools v0.14.0 |
| 2373 | 2025-08-26T20:34:04.594Z | [ omicron-package] Compiling heapless v0.8.0 |
| 2374 | 2025-08-26T20:34:04.594Z | [ omicron-package] Compiling hash32 v0.3.1 |
| 2375 | 2025-08-26T20:34:04.594Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2376 | 2025-08-26T20:34:06.001Z | [ omicron-package] Compiling smoltcp v0.11.0 |
| 2377 | 2025-08-26T20:34:06.330Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
| 2378 | 2025-08-26T20:34:06.445Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
| 2379 | 2025-08-26T20:34:07.422Z | [ omicron-package] Compiling cobs v0.2.3 |
| 2380 | 2025-08-26T20:34:08.262Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2381 | 2025-08-26T20:34:08.440Z | [ omicron-package] Compiling postcard v1.0.10 |
| 2382 | 2025-08-26T20:34:09.760Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2383 | 2025-08-26T20:34:10.400Z | [ omicron-package] Compiling num_enum v0.5.11 |
| 2384 | 2025-08-26T20:34:10.938Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2385 | 2025-08-26T20:34:11.038Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
| 2386 | 2025-08-26T20:34:11.857Z | Aug 26 20:34:11.765 INFO [hubris-production] task succeeded (10.781354454s) |
| 2387 | 2025-08-26T20:34:11.913Z | [ omicron-package] Compiling rustls v0.23.19 |
| 2388 | 2025-08-26T20:34:12.093Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
| 2389 | 2025-08-26T20:34:12.237Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
| 2390 | 2025-08-26T20:34:12.346Z | [ omicron-package] Compiling unicode-width v0.1.14 |
| 2391 | 2025-08-26T20:34:13.975Z | [ omicron-package] Compiling tabwriter v1.4.0 |
| 2392 | 2025-08-26T20:34:14.834Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2393 | 2025-08-26T20:34:14.946Z | [ omicron-package] Compiling foreign-types v0.5.0 |
| 2394 | 2025-08-26T20:34:15.164Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
| 2395 | 2025-08-26T20:34:15.698Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2396 | 2025-08-26T20:34:15.847Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
| 2397 | 2025-08-26T20:34:16.055Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2398 | 2025-08-26T20:34:16.195Z | [ omicron-package] Compiling darling_macro v0.21.0 |
| 2399 | 2025-08-26T20:34:16.943Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
| 2400 | 2025-08-26T20:34:17.029Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2401 | 2025-08-26T20:34:17.492Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2402 | 2025-08-26T20:34:17.627Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2403 | 2025-08-26T20:34:18.028Z | [ omicron-package] Compiling rustls-webpki v0.102.8 |
| 2404 | 2025-08-26T20:34:18.380Z | [ omicron-package] Compiling darling v0.21.0 |
| 2405 | 2025-08-26T20:34:18.859Z | [ omicron-package] Compiling rayon v1.10.0 |
| 2406 | 2025-08-26T20:34:18.979Z | [ omicron-package] Compiling ingot-macros v0.1.1 |
| 2407 | 2025-08-26T20:34:19.129Z | [ omicron-package] Compiling colored v2.2.0 |
| 2408 | 2025-08-26T20:34:19.309Z | [ omicron-package] Compiling heck v0.4.1 |
| 2409 | 2025-08-26T20:34:20.037Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
| 2410 | 2025-08-26T20:34:20.194Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2411 | 2025-08-26T20:34:22.022Z | [ omicron-package] Compiling sigpipe v0.1.3 |
| 2412 | 2025-08-26T20:34:22.141Z | [ omicron-package] Compiling num-derive v0.4.2 |
| 2413 | 2025-08-26T20:34:22.396Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
| 2414 | 2025-08-26T20:34:22.855Z | [ omicron-package] Compiling jiff v0.2.15 |
| 2415 | 2025-08-26T20:34:24.929Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2416 | 2025-08-26T20:34:25.121Z | [ omicron-package] Compiling glob v0.3.2 |
| 2417 | 2025-08-26T20:34:26.003Z | [ omicron-package] Compiling rustls v0.22.4 |
| 2418 | 2025-08-26T20:34:26.101Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2419 | 2025-08-26T20:34:27.798Z | [ omicron-package] Compiling zone v0.3.1 |
| 2420 | 2025-08-26T20:34:27.846Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2421 | 2025-08-26T20:34:28.676Z | [ omicron-package] Compiling ingot-types v0.1.2 |
| 2422 | 2025-08-26T20:34:28.888Z | [ omicron-package] Compiling smf v0.2.3 |
| 2423 | 2025-08-26T20:34:32.448Z | [ omicron-package] Compiling ingot v0.1.1 |
| 2424 | 2025-08-26T20:34:34.163Z | [ omicron-package] Compiling tokio-rustls v0.26.0 |
| 2425 | 2025-08-26T20:34:35.192Z | [ omicron-package] Compiling hyper-rustls v0.27.7 |
| 2426 | 2025-08-26T20:34:36.460Z | [ omicron-package] Compiling reqwest v0.12.22 |
| 2427 | 2025-08-26T20:34:37.154Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2428 | 2025-08-26T20:34:38.446Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
| 2429 | 2025-08-26T20:34:39.255Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2430 | 2025-08-26T20:34:39.836Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2431 | 2025-08-26T20:34:40.433Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2432 | 2025-08-26T20:34:40.761Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2433 | 2025-08-26T20:34:41.551Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2434 | 2025-08-26T20:34:41.957Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2435 | 2025-08-26T20:34:42.152Z | [ omicron-package] Compiling console v0.16.0 |
| 2436 | 2025-08-26T20:34:44.459Z | [ omicron-package] Compiling tokio-rustls v0.25.0 |
| 2437 | 2025-08-26T20:34:44.783Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2438 | 2025-08-26T20:34:44.985Z | [ omicron-package] Compiling tokio-dtrace v0.1.0 |
| 2439 | 2025-08-26T20:34:45.319Z | [ omicron-package] Compiling dropshot v0.16.3 |
| 2440 | 2025-08-26T20:34:45.811Z | [ omicron-package] Compiling gethostname v0.5.0 |
| 2441 | 2025-08-26T20:34:45.987Z | [ omicron-package] Compiling unit-prefix v0.5.1 |
| 2442 | 2025-08-26T20:34:46.287Z | [ omicron-package] Compiling fixedbitset v0.5.7 |
| 2443 | 2025-08-26T20:34:48.489Z | [ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing |
| 2444 | 2025-08-26T20:34:48.490Z | [ helios-setup] --> src/main.rs:79:10 |
| 2445 | 2025-08-26T20:34:48.514Z | [ helios-setup] | |
| 2446 | 2025-08-26T20:34:48.514Z | [ helios-setup] 79 | fn pc(s: &str) -> Component { |
| 2447 | 2025-08-26T20:34:48.514Z | [ helios-setup] | ^^^^ --------- the same lifetime is hidden here |
| 2448 | 2025-08-26T20:34:48.514Z | [ helios-setup] | | |
| 2449 | 2025-08-26T20:34:48.514Z | [ helios-setup] | the lifetime is elided here |
| 2450 | 2025-08-26T20:34:48.514Z | [ helios-setup] | |
| 2451 | 2025-08-26T20:34:48.514Z | [ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing |
| 2452 | 2025-08-26T20:34:48.514Z | [ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default |
| 2453 | 2025-08-26T20:34:48.514Z | [ helios-setup] help: use `'_` for type paths |
| 2454 | 2025-08-26T20:34:48.514Z | [ helios-setup] | |
| 2455 | 2025-08-26T20:34:48.515Z | [ helios-setup] 79 | fn pc(s: &str) -> Component<'_> { |
| 2456 | 2025-08-26T20:34:48.515Z | [ helios-setup] | ++++ |
| 2457 | 2025-08-26T20:34:48.515Z | [ helios-setup] |
| 2458 | 2025-08-26T20:34:49.238Z | [ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2459 | 2025-08-26T20:34:49.986Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2460 | 2025-08-26T20:34:50.051Z | [ omicron-package] Compiling petgraph v0.8.2 |
| 2461 | 2025-08-26T20:34:50.122Z | [ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2462 | 2025-08-26T20:34:50.992Z | [ omicron-package] Compiling indicatif v0.18.0 |
| 2463 | 2025-08-26T20:34:52.649Z | Aug 26 20:34:52.559 DEBG process exited with exit status: 0 (51.573637066s) |
| 2464 | 2025-08-26T20:34:52.674Z | Aug 26 20:34:52.561 INFO [incorp-manifest] task succeeded (51.576794751s) |
| 2465 | 2025-08-26T20:34:52.674Z | Aug 26 20:34:52.561 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m |
| 2466 | 2025-08-26T20:34:53.129Z | Aug 26 20:34:53.038 INFO [incorp-fmt] process exited with exit status: 0 (476.924733ms) |
| 2467 | 2025-08-26T20:34:53.154Z | Aug 26 20:34:53.038 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m |
| 2468 | 2025-08-26T20:34:53.827Z | [ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@16.0.0.0,5.11:20250826T203453Z |
| 2469 | 2025-08-26T20:34:53.827Z | [ incorp-pkgsend] PUBLISHED |
| 2470 | 2025-08-26T20:34:53.926Z | Aug 26 20:34:53.836 INFO [incorp-pkgsend] process exited with exit status: 0 (797.177635ms) |
| 2471 | 2025-08-26T20:34:53.951Z | Aug 26 20:34:53.838 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*' |
| 2472 | 2025-08-26T20:34:54.456Z | [ helios-incorp] Retrieving packages for publisher helios-dev ... |
| 2473 | 2025-08-26T20:34:54.480Z | [ helios-incorp] Retrieving catalog 'helios-dev' ... Done |
| 2474 | 2025-08-26T20:34:54.525Z | [ helios-incorp] Retrieving and evaluating 1 package(s)... |
| 2475 | 2025-08-26T20:34:54.525Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2476 | 2025-08-26T20:34:54.550Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2477 | 2025-08-26T20:34:54.578Z | [ helios-incorp] |
| 2478 | 2025-08-26T20:34:54.578Z | [ helios-incorp] Archiving packages ... |
| 2479 | 2025-08-26T20:34:54.603Z | [ helios-incorp] Packages to add: 1 |
| 2480 | 2025-08-26T20:34:54.603Z | [ helios-incorp] Files to retrieve: 0 |
| 2481 | 2025-08-26T20:34:54.603Z | [ helios-incorp] Estimated transfer size: 0.00 B |
| 2482 | 2025-08-26T20:34:54.603Z | [ helios-incorp] |
| 2483 | 2025-08-26T20:34:54.603Z | [ helios-incorp] Packages to archive: |
| 2484 | 2025-08-26T20:34:54.603Z | [ helios-incorp] consolidation/oxide/omicron-release-incorporation@16.0.0.0,5.11:20250826T203453Z |
| 2485 | 2025-08-26T20:34:54.603Z | [ helios-incorp] |
| 2486 | 2025-08-26T20:34:54.603Z | [ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete |
| 2487 | 2025-08-26T20:34:54.641Z | [ helios-incorp] Archiving: Completed 106.69 kB in 0.06 seconds |
| 2488 | 2025-08-26T20:34:54.801Z | Aug 26 20:34:54.710 INFO [helios-incorp] process exited with exit status: 0 (874.042175ms) |
| 2489 | 2025-08-26T20:34:57.629Z | [ omicron-package] Compiling progenitor-client v0.9.1 |
| 2490 | 2025-08-26T20:34:57.959Z | [ omicron-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2491 | 2025-08-26T20:34:58.116Z | [ helios-setup] Aug 26 20:34:58.025 INFO helios repository root is: /work/oxidecomputer/helios |
| 2492 | 2025-08-26T20:34:58.140Z | [ helios-setup] Aug 26 20:34:58.028 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
| 2493 | 2025-08-26T20:34:58.140Z | [ helios-setup] Aug 26 20:34:58.028 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder |
| 2494 | 2025-08-26T20:34:58.140Z | [ helios-setup] Aug 26 20:34:58.028 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 |
| 2495 | 2025-08-26T20:34:58.140Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
| 2496 | 2025-08-26T20:34:58.486Z | [ omicron-package] Compiling progenitor v0.9.1 |
| 2497 | 2025-08-26T20:34:58.801Z | [ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2498 | 2025-08-26T20:34:58.830Z | [ omicron-package] Compiling progenitor-client v0.10.0 |
| 2499 | 2025-08-26T20:34:58.934Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2500 | 2025-08-26T20:34:59.609Z | [ helios-setup] Aug 26 20:34:59.518 INFO clone ok!, project: amd-host-image-builder |
| 2501 | 2025-08-26T20:34:59.633Z | [ helios-setup] Aug 26 20:34:59.518 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, unless_env: None, fixup: [] }, project: phbl |
| 2502 | 2025-08-26T20:34:59.633Z | [ helios-setup] Aug 26 20:34:59.518 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
| 2503 | 2025-08-26T20:34:59.633Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
| 2504 | 2025-08-26T20:35:00.052Z | [ omicron-package] Compiling omicron-zone-package v0.12.2 |
| 2505 | 2025-08-26T20:35:00.422Z | [ helios-setup] Aug 26 20:35:00.329 INFO clone ok!, project: phbl |
| 2506 | 2025-08-26T20:35:00.447Z | [ helios-setup] Aug 26 20:35:00.329 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware |
| 2507 | 2025-08-26T20:35:00.447Z | [ helios-setup] Aug 26 20:35:00.329 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
| 2508 | 2025-08-26T20:35:00.448Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
| 2509 | 2025-08-26T20:35:01.291Z | [ omicron-package] Compiling oxide-tokio-rt v0.1.2 |
| 2510 | 2025-08-26T20:35:02.150Z | [ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2511 | 2025-08-26T20:35:07.490Z | [ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2512 | 2025-08-26T20:35:12.583Z | [ helios-setup] Aug 26 20:35:12.492 INFO clone ok!, project: amd-firmware |
| 2513 | 2025-08-26T20:35:12.607Z | [ helios-setup] Aug 26 20:35:12.492 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [] }, project: image-builder |
| 2514 | 2025-08-26T20:35:12.607Z | [ helios-setup] Aug 26 20:35:12.492 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
| 2515 | 2025-08-26T20:35:12.607Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
| 2516 | 2025-08-26T20:35:13.457Z | [ helios-setup] Aug 26 20:35:13.367 INFO clone ok!, project: image-builder |
| 2517 | 2025-08-26T20:35:13.482Z | [ helios-setup] Aug 26 20:35:13.367 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot |
| 2518 | 2025-08-26T20:35:13.482Z | [ helios-setup] Aug 26 20:35:13.367 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
| 2519 | 2025-08-26T20:35:13.482Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
| 2520 | 2025-08-26T20:35:14.862Z | [ helios-setup] Aug 26 20:35:14.769 INFO clone ok!, project: pilot |
| 2521 | 2025-08-26T20:35:14.862Z | [ helios-setup] Aug 26 20:35:14.770 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms |
| 2522 | 2025-08-26T20:35:14.888Z | [ helios-setup] Aug 26 20:35:14.770 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
| 2523 | 2025-08-26T20:35:14.888Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
| 2524 | 2025-08-26T20:35:16.542Z | [ helios-setup] Aug 26 20:35:16.452 INFO clone ok!, project: chelsio-t6-roms |
| 2525 | 2025-08-26T20:35:16.566Z | [ helios-setup] Aug 26 20:35:16.452 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: bootserver |
| 2526 | 2025-08-26T20:35:16.567Z | [ helios-setup] Aug 26 20:35:16.452 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
| 2527 | 2025-08-26T20:35:16.567Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
| 2528 | 2025-08-26T20:35:17.371Z | [ helios-setup] Aug 26 20:35:17.280 INFO clone ok!, project: bootserver |
| 2529 | 2025-08-26T20:35:17.371Z | [ helios-setup] Aug 26 20:35:17.280 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
| 2530 | 2025-08-26T20:35:17.395Z | [ helios-setup] Aug 26 20:35:17.281 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
| 2531 | 2025-08-26T20:35:17.396Z | [ helios-setup] Aug 26 20:35:17.281 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: pinprick |
| 2532 | 2025-08-26T20:35:17.396Z | [ helios-setup] Aug 26 20:35:17.281 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
| 2533 | 2025-08-26T20:35:17.396Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
| 2534 | 2025-08-26T20:35:18.357Z | [ helios-setup] Aug 26 20:35:18.261 INFO clone ok!, project: pinprick |
| 2535 | 2025-08-26T20:35:18.357Z | [ helios-setup] Aug 26 20:35:18.262 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
| 2536 | 2025-08-26T20:35:18.938Z | [ helios-setup] Aug 26 20:35:18.848 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
| 2537 | 2025-08-26T20:35:19.190Z | Aug 26 20:35:19.100 INFO [hubris-staging] task succeeded (78.116379499s) |
| 2538 | 2025-08-26T20:35:19.590Z | [ helios-setup] Aug 26 20:35:19.500 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
| 2539 | 2025-08-26T20:35:19.590Z | [ helios-setup] Aug 26 20:35:19.500 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
| 2540 | 2025-08-26T20:35:20.269Z | [ helios-setup] Aug 26 20:35:20.178 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
| 2541 | 2025-08-26T20:35:20.875Z | [ helios-setup] Aug 26 20:35:20.783 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
| 2542 | 2025-08-26T20:35:20.901Z | [ helios-setup] Aug 26 20:35:20.784 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
| 2543 | 2025-08-26T20:35:21.419Z | [ helios-setup] Aug 26 20:35:21.329 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
| 2544 | 2025-08-26T20:35:21.938Z | [ helios-setup] Aug 26 20:35:21.848 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
| 2545 | 2025-08-26T20:35:21.962Z | [ helios-setup] Aug 26 20:35:21.848 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
| 2546 | 2025-08-26T20:35:21.962Z | [ helios-setup] Aug 26 20:35:21.848 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
| 2547 | 2025-08-26T20:35:21.962Z | [ helios-setup] Aug 26 20:35:21.848 INFO ok! |
| 2548 | 2025-08-26T20:35:21.962Z | [ helios-setup] Aug 26 20:35:21.848 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
| 2549 | 2025-08-26T20:35:21.963Z | [ helios-setup] Aug 26 20:35:21.848 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
| 2550 | 2025-08-26T20:35:21.963Z | [ helios-setup] Aug 26 20:35:21.849 INFO ok! |
| 2551 | 2025-08-26T20:35:21.963Z | [ helios-setup] Aug 26 20:35:21.849 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
| 2552 | 2025-08-26T20:35:21.963Z | [ helios-setup] Aug 26 20:35:21.849 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
| 2553 | 2025-08-26T20:35:21.963Z | [ helios-setup] Aug 26 20:35:21.849 INFO ok! |
| 2554 | 2025-08-26T20:35:21.963Z | [ helios-setup] Aug 26 20:35:21.849 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 2555 | 2025-08-26T20:35:22.035Z | [ helios-setup] Aug 26 20:35:21.944 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.89.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')" |
| 2556 | 2025-08-26T20:35:22.035Z | [ helios-setup] Aug 26 20:35:21.944 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
| 2557 | 2025-08-26T20:35:22.059Z | [ helios-setup] Aug 26 20:35:21.944 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 2558 | 2025-08-26T20:35:22.356Z | [ helios-setup] Aug 26 20:35:22.264 INFO E| Updating crates.io index |
| 2559 | 2025-08-26T20:35:22.356Z | [ helios-setup] Aug 26 20:35:22.265 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
| 2560 | 2025-08-26T20:35:22.974Z | [ helios-setup] Aug 26 20:35:22.883 INFO E| From https://github.com/oxidecomputer/amd-apcb |
| 2561 | 2025-08-26T20:35:22.974Z | [ helios-setup] Aug 26 20:35:22.883 INFO E| * [new ref] d8244b0a0f4a1496799c660e53dfe294b46f8888 -> refs/commit/d8244b0a0f4a1496799c660e53dfe294b46f8888 |
| 2562 | 2025-08-26T20:35:23.074Z | [ helios-setup] Aug 26 20:35:22.983 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git` |
| 2563 | 2025-08-26T20:35:23.608Z | [ helios-setup] Aug 26 20:35:23.518 INFO E| From https://github.com/oxidecomputer/amd-efs |
| 2564 | 2025-08-26T20:35:23.608Z | [ helios-setup] Aug 26 20:35:23.518 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037 |
| 2565 | 2025-08-26T20:35:23.876Z | [ helios-setup] Aug 26 20:35:23.786 INFO E| Downloading crates ... |
| 2566 | 2025-08-26T20:35:23.958Z | [ helios-setup] Aug 26 20:35:23.868 INFO E| Downloaded fletcher v1.0.0 |
| 2567 | 2025-08-26T20:35:23.988Z | [ helios-setup] Aug 26 20:35:23.883 INFO E| Downloaded unic-ucd-version v0.9.0 |
| 2568 | 2025-08-26T20:35:23.988Z | [ helios-setup] Aug 26 20:35:23.887 INFO E| Downloaded pest_meta v2.8.0 |
| 2569 | 2025-08-26T20:35:23.988Z | [ helios-setup] Aug 26 20:35:23.892 INFO E| Downloaded zerocopy-derive v0.8.25 |
| 2570 | 2025-08-26T20:35:24.013Z | [ helios-setup] Aug 26 20:35:23.903 INFO E| Downloaded unic-common v0.9.0 |
| 2571 | 2025-08-26T20:35:24.013Z | [ helios-setup] Aug 26 20:35:23.905 INFO E| Downloaded unic-ucd-ident v0.9.0 |
| 2572 | 2025-08-26T20:35:24.013Z | [ helios-setup] Aug 26 20:35:23.908 INFO E| Downloaded strum v0.27.1 |
| 2573 | 2025-08-26T20:35:24.013Z | [ helios-setup] Aug 26 20:35:23.910 INFO E| Downloaded ryu v1.0.20 |
| 2574 | 2025-08-26T20:35:24.013Z | [ helios-setup] Aug 26 20:35:23.915 INFO E| Downloaded pest v2.8.0 |
| 2575 | 2025-08-26T20:35:24.038Z | [ helios-setup] Aug 26 20:35:23.925 INFO E| Downloaded strsim v0.8.0 |
| 2576 | 2025-08-26T20:35:24.038Z | [ helios-setup] Aug 26 20:35:23.927 INFO E| Downloaded zerocopy v0.8.25 |
| 2577 | 2025-08-26T20:35:24.062Z | [ helios-setup] Aug 26 20:35:23.967 INFO E| Downloaded typenum v1.18.0 |
| 2578 | 2025-08-26T20:35:24.086Z | [ helios-setup] Aug 26 20:35:23.974 INFO E| Downloaded serde_json v1.0.140 |
| 2579 | 2025-08-26T20:35:24.086Z | [ helios-setup] Aug 26 20:35:23.987 INFO E| Downloaded pest_derive v2.8.0 |
| 2580 | 2025-08-26T20:35:24.086Z | [ helios-setup] Aug 26 20:35:23.992 INFO E| Downloaded modular-bitfield v0.11.2 |
| 2581 | 2025-08-26T20:35:24.111Z | [ helios-setup] Aug 26 20:35:24.012 INFO E| Downloaded unic-char-property v0.9.0 |
| 2582 | 2025-08-26T20:35:24.111Z | [ helios-setup] Aug 26 20:35:24.015 INFO E| Downloaded textwrap v0.11.0 |
| 2583 | 2025-08-26T20:35:24.111Z | [ helios-setup] Aug 26 20:35:24.018 INFO E| Downloaded syn v2.0.101 |
| 2584 | 2025-08-26T20:35:24.136Z | [ helios-setup] Aug 26 20:35:24.037 INFO E| Downloaded pest_generator v2.8.0 |
| 2585 | 2025-08-26T20:35:24.136Z | [ helios-setup] Aug 26 20:35:24.039 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
| 2586 | 2025-08-26T20:35:24.136Z | [ helios-setup] Aug 26 20:35:24.040 INFO E| Downloaded itoa v1.0.15 |
| 2587 | 2025-08-26T20:35:24.136Z | [ helios-setup] Aug 26 20:35:24.042 INFO E| Downloaded rustversion v1.0.20 |
| 2588 | 2025-08-26T20:35:24.161Z | [ helios-setup] Aug 26 20:35:24.046 INFO E| Downloaded goblin v0.9.3 |
| 2589 | 2025-08-26T20:35:24.161Z | [ helios-setup] Aug 26 20:35:24.054 INFO E| Downloaded dyn-clone v1.0.19 |
| 2590 | 2025-08-26T20:35:24.161Z | [ helios-setup] Aug 26 20:35:24.057 INFO E| Downloaded cpufeatures v0.2.17 |
| 2591 | 2025-08-26T20:35:24.161Z | [ helios-setup] Aug 26 20:35:24.059 INFO E| Downloaded clap v2.34.0 |
| 2592 | 2025-08-26T20:35:24.161Z | [ helios-setup] Aug 26 20:35:24.069 INFO E| Downloaded ansi_term v0.12.1 |
| 2593 | 2025-08-26T20:35:24.186Z | [ helios-setup] Aug 26 20:35:24.071 INFO E| Downloaded vec_map v0.8.2 |
| 2594 | 2025-08-26T20:35:24.186Z | [ helios-setup] Aug 26 20:35:24.072 INFO E| Downloaded unic-char-range v0.9.0 |
| 2595 | 2025-08-26T20:35:24.186Z | [ helios-setup] Aug 26 20:35:24.074 INFO E| Downloaded structopt-derive v0.4.18 |
| 2596 | 2025-08-26T20:35:24.186Z | [ helios-setup] Aug 26 20:35:24.076 INFO E| Downloaded structopt v0.3.26 |
| 2597 | 2025-08-26T20:35:24.186Z | [ helios-setup] Aug 26 20:35:24.085 INFO E| Downloaded parse_int v0.9.0 |
| 2598 | 2025-08-26T20:35:24.186Z | [ helios-setup] Aug 26 20:35:24.087 INFO E| Downloaded four-cc v0.4.0 |
| 2599 | 2025-08-26T20:35:24.186Z | [ helios-setup] Aug 26 20:35:24.088 INFO E| Downloaded bytesize v2.0.1 |
| 2600 | 2025-08-26T20:35:24.186Z | [ helios-setup] Aug 26 20:35:24.091 INFO E| Downloaded scroll_derive v0.12.1 |
| 2601 | 2025-08-26T20:35:24.211Z | [ helios-setup] Aug 26 20:35:24.099 INFO E| Downloaded libc v0.2.172 |
| 2602 | 2025-08-26T20:35:24.304Z | [ helios-setup] Aug 26 20:35:24.212 INFO E| Compiling proc-macro2 v1.0.95 |
| 2603 | 2025-08-26T20:35:24.331Z | [ helios-setup] Aug 26 20:35:24.212 INFO E| Compiling unicode-ident v1.0.18 |
| 2604 | 2025-08-26T20:35:24.331Z | [ helios-setup] Aug 26 20:35:24.212 INFO E| Compiling memchr v2.7.4 |
| 2605 | 2025-08-26T20:35:24.331Z | [ helios-setup] Aug 26 20:35:24.212 INFO E| Compiling autocfg v1.4.0 |
| 2606 | 2025-08-26T20:35:24.331Z | [ helios-setup] Aug 26 20:35:24.213 INFO E| Compiling syn v1.0.109 |
| 2607 | 2025-08-26T20:35:24.331Z | [ helios-setup] Aug 26 20:35:24.213 INFO E| Compiling thiserror v2.0.12 |
| 2608 | 2025-08-26T20:35:24.331Z | [ helios-setup] Aug 26 20:35:24.213 INFO E| Compiling serde v1.0.219 |
| 2609 | 2025-08-26T20:35:24.331Z | [ helios-setup] Aug 26 20:35:24.213 INFO E| Compiling version_check v0.9.5 |
| 2610 | 2025-08-26T20:35:24.779Z | [ helios-setup] Aug 26 20:35:24.689 INFO E| Compiling serde_json v1.0.140 |
| 2611 | 2025-08-26T20:35:25.210Z | [ helios-setup] Aug 26 20:35:25.117 INFO E| Compiling ryu v1.0.20 |
| 2612 | 2025-08-26T20:35:25.342Z | [ helios-setup] Aug 26 20:35:25.252 INFO E| Compiling itoa v1.0.15 |
| 2613 | 2025-08-26T20:35:25.397Z | [ helios-setup] Aug 26 20:35:25.306 INFO E| Compiling schemars v0.8.22 |
| 2614 | 2025-08-26T20:35:25.579Z | [ helios-setup] Aug 26 20:35:25.489 INFO E| Compiling proc-macro-error-attr v1.0.4 |
| 2615 | 2025-08-26T20:35:25.689Z | [ helios-setup] Aug 26 20:35:25.599 INFO E| Compiling dyn-clone v1.0.19 |
| 2616 | 2025-08-26T20:35:25.809Z | [ helios-setup] Aug 26 20:35:25.719 INFO E| Compiling num-traits v0.2.19 |
| 2617 | 2025-08-26T20:35:25.844Z | [ helios-setup] Aug 26 20:35:25.754 INFO E| Compiling memoffset v0.9.1 |
| 2618 | 2025-08-26T20:35:25.870Z | [ helios-setup] Aug 26 20:35:25.774 INFO E| Compiling paste v1.0.15 |
| 2619 | 2025-08-26T20:35:26.076Z | [ helios-setup] Aug 26 20:35:25.986 INFO E| Compiling ucd-trie v0.1.7 |
| 2620 | 2025-08-26T20:35:26.101Z | [ helios-setup] Aug 26 20:35:26.003 INFO E| Compiling rustversion v1.0.20 |
| 2621 | 2025-08-26T20:35:26.443Z | [ helios-setup] Aug 26 20:35:26.351 INFO E| Compiling zerocopy v0.8.25 |
| 2622 | 2025-08-26T20:35:26.517Z | [ helios-setup] Aug 26 20:35:26.427 INFO E| Compiling libc v0.2.172 |
| 2623 | 2025-08-26T20:35:27.087Z | [ helios-setup] Aug 26 20:35:26.996 INFO E| Compiling proc-macro-error v1.0.4 |
| 2624 | 2025-08-26T20:35:27.111Z | [ helios-setup] Aug 26 20:35:27.005 INFO E| Compiling static_assertions v1.1.0 |
| 2625 | 2025-08-26T20:35:27.294Z | [ helios-setup] Aug 26 20:35:27.204 INFO E| Compiling once_cell v1.21.3 |
| 2626 | 2025-08-26T20:35:27.453Z | [ helios-setup] Aug 26 20:35:27.360 INFO E| Compiling quote v1.0.40 |
| 2627 | 2025-08-26T20:35:28.085Z | [ helios-setup] Aug 26 20:35:27.995 INFO E| Compiling unicode-width v0.1.14 |
| 2628 | 2025-08-26T20:35:28.203Z | [ helios-setup] Aug 26 20:35:28.113 INFO E| Compiling heck v0.5.0 |
| 2629 | 2025-08-26T20:35:28.319Z | [ helios-setup] Aug 26 20:35:28.229 INFO E| Compiling unicode-segmentation v1.12.0 |
| 2630 | 2025-08-26T20:35:28.899Z | [ helios-setup] Aug 26 20:35:28.809 INFO E| Compiling syn v2.0.101 |
| 2631 | 2025-08-26T20:35:29.359Z | [ helios-setup] Aug 26 20:35:29.268 INFO E| Compiling atty v0.2.14 |
| 2632 | 2025-08-26T20:35:29.672Z | [ helios-setup] Aug 26 20:35:29.582 INFO E| Compiling textwrap v0.11.0 |
| 2633 | 2025-08-26T20:35:29.812Z | [ helios-setup] Aug 26 20:35:29.721 INFO E| Compiling heck v0.3.3 |
| 2634 | 2025-08-26T20:35:29.896Z | [ helios-setup] Aug 26 20:35:29.806 INFO E| Compiling vec_map v0.8.2 |
| 2635 | 2025-08-26T20:35:29.933Z | [ helios-setup] Aug 26 20:35:29.843 INFO E| Compiling fletcher v1.0.0 |
| 2636 | 2025-08-26T20:35:30.287Z | [ helios-setup] Aug 26 20:35:30.198 INFO E| Compiling parse_int v0.9.0 |
| 2637 | 2025-08-26T20:35:30.340Z | [ helios-setup] Aug 26 20:35:30.250 INFO E| Compiling byteorder v1.5.0 |
| 2638 | 2025-08-26T20:35:30.364Z | [ helios-setup] Aug 26 20:35:30.258 INFO E| Compiling strum v0.27.1 |
| 2639 | 2025-08-26T20:35:30.400Z | [ helios-setup] Aug 26 20:35:30.311 INFO E| Compiling ansi_term v0.12.1 |
| 2640 | 2025-08-26T20:35:30.426Z | [ helios-setup] Aug 26 20:35:30.334 INFO E| Compiling unic-common v0.9.0 |
| 2641 | 2025-08-26T20:35:30.515Z | [ helios-setup] Aug 26 20:35:30.425 INFO E| Compiling strsim v0.8.0 |
| 2642 | 2025-08-26T20:35:30.650Z | [ helios-setup] Aug 26 20:35:30.559 INFO E| Compiling unic-char-range v0.9.0 |
| 2643 | 2025-08-26T20:35:30.676Z | [ helios-setup] Aug 26 20:35:30.560 INFO E| Compiling bitflags v1.3.2 |
| 2644 | 2025-08-26T20:35:30.709Z | [ helios-setup] Aug 26 20:35:30.619 INFO E| Compiling unic-ucd-version v0.9.0 |
| 2645 | 2025-08-26T20:35:30.956Z | [ helios-setup] Aug 26 20:35:30.862 INFO E| Compiling unic-char-property v0.9.0 |
| 2646 | 2025-08-26T20:35:31.028Z | [ helios-setup] Aug 26 20:35:30.938 INFO E| Compiling clap v2.34.0 |
| 2647 | 2025-08-26T20:35:31.076Z | [ helios-setup] Aug 26 20:35:30.985 INFO E| Compiling plain v0.2.3 |
| 2648 | 2025-08-26T20:35:31.143Z | [ helios-setup] Aug 26 20:35:31.052 INFO E| Compiling log v0.4.27 |
| 2649 | 2025-08-26T20:35:31.178Z | [ helios-setup] Aug 26 20:35:31.088 INFO E| Compiling lazy_static v1.5.0 |
| 2650 | 2025-08-26T20:35:31.608Z | [ helios-setup] Aug 26 20:35:31.518 INFO E| Compiling unic-ucd-ident v0.9.0 |
| 2651 | 2025-08-26T20:35:31.677Z | [ helios-setup] Aug 26 20:35:31.587 INFO E| Compiling bytesize v2.0.1 |
| 2652 | 2025-08-26T20:35:34.235Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2653 | 2025-08-26T20:35:36.477Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2654 | 2025-08-26T20:35:37.867Z | [ helios-setup] Aug 26 20:35:37.777 INFO E| Compiling serde_derive_internals v0.29.1 |
| 2655 | 2025-08-26T20:35:38.150Z | [ helios-setup] Aug 26 20:35:38.060 INFO E| Compiling modular-bitfield-impl v0.11.2 |
| 2656 | 2025-08-26T20:35:38.812Z | [ helios-setup] Aug 26 20:35:38.720 INFO E| Compiling structopt-derive v0.4.18 |
| 2657 | 2025-08-26T20:35:40.495Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2658 | 2025-08-26T20:35:41.096Z | [ helios-setup] Aug 26 20:35:41.006 INFO E| Compiling thiserror-impl v2.0.12 |
| 2659 | 2025-08-26T20:35:41.285Z | [ helios-setup] Aug 26 20:35:41.181 INFO E| Compiling serde_derive v1.0.219 |
| 2660 | 2025-08-26T20:35:41.375Z | [ helios-setup] Aug 26 20:35:41.286 INFO E| Compiling zerocopy-derive v0.8.25 |
| 2661 | 2025-08-26T20:35:41.463Z | [ helios-setup] Aug 26 20:35:41.374 INFO E| Compiling num-derive v0.4.2 |
| 2662 | 2025-08-26T20:35:41.806Z | [ helios-setup] Aug 26 20:35:41.717 INFO E| Compiling schemars_derive v0.8.22 |
| 2663 | 2025-08-26T20:35:42.304Z | [ helios-setup] Aug 26 20:35:42.215 INFO E| Compiling scroll_derive v0.12.1 |
| 2664 | 2025-08-26T20:35:42.768Z | [ helios-setup] Aug 26 20:35:42.678 INFO E| Compiling modular-bitfield v0.11.2 |
| 2665 | 2025-08-26T20:35:43.503Z | [ helios-setup] Aug 26 20:35:43.412 INFO E| Compiling strum_macros v0.27.1 |
| 2666 | 2025-08-26T20:35:44.182Z | [ helios-setup] Aug 26 20:35:44.092 INFO E| Compiling structopt v0.3.26 |
| 2667 | 2025-08-26T20:35:44.698Z | [ helios-setup] Aug 26 20:35:44.609 INFO E| Compiling scroll v0.12.0 |
| 2668 | 2025-08-26T20:35:45.230Z | [ helios-setup] Aug 26 20:35:45.140 INFO E| Compiling goblin v0.9.3 |
| 2669 | 2025-08-26T20:35:46.325Z | [ helios-setup] Aug 26 20:35:46.235 INFO E| Compiling pest v2.8.0 |
| 2670 | 2025-08-26T20:35:50.557Z | [ helios-setup] Aug 26 20:35:50.468 INFO E| Compiling pest_meta v2.8.0 |
| 2671 | 2025-08-26T20:35:52.082Z | [ helios-setup] Aug 26 20:35:51.993 INFO E| Compiling pest_generator v2.8.0 |
| 2672 | 2025-08-26T20:35:53.329Z | [ helios-setup] Aug 26 20:35:53.240 INFO E| Compiling pest_derive v2.8.0 |
| 2673 | 2025-08-26T20:35:55.829Z | [ helios-setup] Aug 26 20:35:55.740 INFO E| Compiling json5 v0.4.1 |
| 2674 | 2025-08-26T20:36:00.326Z | [ helios-setup] Aug 26 20:36:00.237 INFO E| Compiling four-cc v0.4.0 |
| 2675 | 2025-08-26T20:36:00.326Z | [ helios-setup] Aug 26 20:36:00.237 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3) |
| 2676 | 2025-08-26T20:36:00.685Z | [ helios-setup] Aug 26 20:36:00.596 INFO E| Compiling amd-apcb v0.5.4 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#d8244b0a) |
| 2677 | 2025-08-26T20:36:06.198Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 2m 05s |
| 2678 | 2025-08-26T20:36:06.517Z | [ omicron-package] |
| 2679 | 2025-08-26T20:36:06.517Z | [ omicron-package] real 2:05.341971603 |
| 2680 | 2025-08-26T20:36:06.541Z | [ omicron-package] user 9:17.674614405 |
| 2681 | 2025-08-26T20:36:06.541Z | [ omicron-package] sys 40.180518957 |
| 2682 | 2025-08-26T20:36:06.541Z | [ omicron-package] trap 1.346405469 |
| 2683 | 2025-08-26T20:36:06.541Z | [ omicron-package] tflt 0.959004959 |
| 2684 | 2025-08-26T20:36:06.541Z | [ omicron-package] dflt 1.668693546 |
| 2685 | 2025-08-26T20:36:06.541Z | [ omicron-package] kflt 0.002590212 |
| 2686 | 2025-08-26T20:36:06.541Z | [ omicron-package] lock 32:31.116831157 |
| 2687 | 2025-08-26T20:36:06.541Z | Aug 26 20:36:06.429[ omicron-package] slp 36:36.073377424 |
| 2688 | 2025-08-26T20:36:06.541Z | INFO [omicron-package] process exited with exit status: 0 (125.444405321s) |
| 2689 | 2025-08-26T20:36:06.541Z | [ omicron-package] lat 4:43.535918295 |
| 2690 | 2025-08-26T20:36:06.541Z | [ omicron-package] stop 1:32.571751584 |
| 2691 | 2025-08-26T20:36:06.541Z | Aug 26 20:36:06.430 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
| 2692 | 2025-08-26T20:36:06.541Z | Aug 26 20:36:06.431 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
| 2693 | 2025-08-26T20:36:06.565Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
| 2694 | 2025-08-26T20:36:06.566Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2695 | 2025-08-26T20:36:06.566Z | [ host-target] Created new build target 'host' and set it as active |
| 2696 | 2025-08-26T20:36:06.566Z | [ recovery-target] Created new build target 'recovery' and set it as active |
| 2697 | 2025-08-26T20:36:06.566Z | Aug 26 20:36:06.469 INFO [recovery-target] process exited with exit status: 0 (37.257617ms) |
| 2698 | 2025-08-26T20:36:06.566Z | Aug 26 20:36:06.469 INFO [host-target] process exited with exit status: 0 (38.430817ms) |
| 2699 | 2025-08-26T20:36:06.566Z | Aug 26 20:36:06.469 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
| 2700 | 2025-08-26T20:36:06.591Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2701 | 2025-08-26T20:36:09.959Z | [ host-package] Compiling ring v0.17.14 |
| 2702 | 2025-08-26T20:36:10.111Z | [ host-package] Compiling typify-impl v0.4.1 |
| 2703 | 2025-08-26T20:36:10.194Z | [ host-package] Compiling convert_case v0.4.0 |
| 2704 | 2025-08-26T20:36:10.218Z | [ host-package] Compiling num-rational v0.4.2 |
| 2705 | 2025-08-26T20:36:10.218Z | [ host-package] Compiling num-complex v0.4.6 |
| 2706 | 2025-08-26T20:36:10.218Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2707 | 2025-08-26T20:36:11.018Z | [ host-package] Compiling derive_more v0.99.20 |
| 2708 | 2025-08-26T20:36:11.090Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
| 2709 | 2025-08-26T20:36:11.654Z | [ host-package] Compiling num v0.4.3 |
| 2710 | 2025-08-26T20:36:11.739Z | [ host-package] Compiling float-ord v0.3.2 |
| 2711 | 2025-08-26T20:36:11.861Z | [ host-package] Compiling dirs-next v2.0.0 |
| 2712 | 2025-08-26T20:36:12.036Z | [ host-package] Compiling is-terminal v0.4.13 |
| 2713 | 2025-08-26T20:36:12.158Z | [ host-package] Compiling term v0.7.0 |
| 2714 | 2025-08-26T20:36:12.279Z | [ host-package] Compiling bytecount v0.6.8 |
| 2715 | 2025-08-26T20:36:12.915Z | [ host-package] Compiling camino v1.1.11 |
| 2716 | 2025-08-26T20:36:13.036Z | [ host-package] Compiling secrecy v0.10.3 |
| 2717 | 2025-08-26T20:36:13.423Z | [ host-package] Compiling swrite v0.1.0 |
| 2718 | 2025-08-26T20:36:13.511Z | [ host-package] Compiling password-hash v0.5.0 |
| 2719 | 2025-08-26T20:36:13.736Z | [ host-package] Compiling blake2 v0.10.6 |
| 2720 | 2025-08-26T20:36:14.072Z | [ host-package] Compiling atomicwrites v0.4.4 |
| 2721 | 2025-08-26T20:36:14.686Z | [ host-package] Compiling argon2 v0.5.3 |
| 2722 | 2025-08-26T20:36:15.112Z | [ host-package] Compiling fastrand v2.1.1 |
| 2723 | 2025-08-26T20:36:15.651Z | [ host-package] Compiling tempfile v3.20.0 |
| 2724 | 2025-08-26T20:36:15.819Z | [ host-package] Compiling rustls v0.23.19 |
| 2725 | 2025-08-26T20:36:15.963Z | [ host-package] Compiling rustls v0.22.4 |
| 2726 | 2025-08-26T20:36:16.077Z | [ host-package] Compiling newline-converter v0.3.0 |
| 2727 | 2025-08-26T20:36:16.437Z | [ host-package] Compiling thread_local v1.1.8 |
| 2728 | 2025-08-26T20:36:16.603Z | [ host-package] Compiling wait-timeout v0.2.0 |
| 2729 | 2025-08-26T20:36:17.134Z | [ host-package] Compiling bit-vec v0.8.0 |
| 2730 | 2025-08-26T20:36:17.245Z | [ host-package] Compiling match_cfg v0.1.0 |
| 2731 | 2025-08-26T20:36:17.418Z | [ host-package] Compiling quick-error v1.2.3 |
| 2732 | 2025-08-26T20:36:17.489Z | [ host-package] Compiling hostname v0.3.1 |
| 2733 | 2025-08-26T20:36:17.513Z | [ host-package] Compiling expectorate v1.2.0 |
| 2734 | 2025-08-26T20:36:17.751Z | [ host-package] Compiling bit-set v0.8.0 |
| 2735 | 2025-08-26T20:36:17.798Z | [ host-package] Compiling rusty-fork v0.3.0 |
| 2736 | 2025-08-26T20:36:17.842Z | [ host-package] Compiling ref-cast v1.0.24 |
| 2737 | 2025-08-26T20:36:17.990Z | [ host-package] Compiling multer v3.1.0 |
| 2738 | 2025-08-26T20:36:18.079Z | [ host-package] Compiling slog-async v2.8.0 |
| 2739 | 2025-08-26T20:36:18.158Z | [ host-package] Compiling toml_parser v1.0.2 |
| 2740 | 2025-08-26T20:36:18.182Z | [ host-package] Compiling crossbeam-channel v0.5.15 |
| 2741 | 2025-08-26T20:36:18.279Z | [ host-package] Compiling slog-json v2.6.1 |
| 2742 | 2025-08-26T20:36:18.606Z | [ host-package] Compiling rand_xorshift v0.4.0 |
| 2743 | 2025-08-26T20:36:18.791Z | [ host-package] Compiling futures-executor v0.3.31 |
| 2744 | 2025-08-26T20:36:18.949Z | [ host-package] Compiling toml_datetime v0.7.0 |
| 2745 | 2025-08-26T20:36:19.458Z | [ host-package] Compiling rustls-webpki v0.102.8 |
| 2746 | 2025-08-26T20:36:19.562Z | [ host-package] Compiling hex v0.4.3 |
| 2747 | 2025-08-26T20:36:19.695Z | [ host-package] Compiling serde_spanned v1.0.0 |
| 2748 | 2025-08-26T20:36:19.787Z | [ host-package] Compiling toml_writer v1.0.2 |
| 2749 | 2025-08-26T20:36:20.166Z | [ host-package] Compiling unarray v0.1.4 |
| 2750 | 2025-08-26T20:36:20.371Z | [ host-package] Compiling take_mut v0.2.2 |
| 2751 | 2025-08-26T20:36:20.422Z | [ host-package] Compiling proptest v1.7.0 |
| 2752 | 2025-08-26T20:36:20.469Z | [ host-package] Compiling toml v0.9.5 |
| 2753 | 2025-08-26T20:36:20.797Z | [ host-package] Compiling typify-macro v0.4.1 |
| 2754 | 2025-08-26T20:36:22.529Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2755 | 2025-08-26T20:36:22.854Z | [ host-package] Compiling futures v0.3.31 |
| 2756 | 2025-08-26T20:36:23.197Z | [ host-package] Compiling slog-bunyan v2.5.0 |
| 2757 | 2025-08-26T20:36:24.252Z | [ host-package] Compiling slog-term v2.9.1 |
| 2758 | 2025-08-26T20:36:24.862Z | [ host-package] Compiling async-stream v0.3.6 |
| 2759 | 2025-08-26T20:36:25.061Z | [ host-package] Compiling typify v0.4.1 |
| 2760 | 2025-08-26T20:36:25.328Z | [ host-package] Compiling progenitor-impl v0.10.0 |
| 2761 | 2025-08-26T20:36:25.486Z | [ host-package] Compiling dropshot v0.16.3 |
| 2762 | 2025-08-26T20:36:25.666Z | [ host-package] Compiling waitgroup v0.1.2 |
| 2763 | 2025-08-26T20:36:26.034Z | [ host-package] Compiling rustls-pemfile v2.2.0 |
| 2764 | 2025-08-26T20:36:26.587Z | [ host-package] Compiling tokio-rustls v0.25.0 |
| 2765 | 2025-08-26T20:36:29.416Z | [ host-package] Compiling tokio-rustls v0.26.0 |
| 2766 | 2025-08-26T20:36:30.217Z | [ host-package] Compiling hyper-rustls v0.27.7 |
| 2767 | 2025-08-26T20:36:31.075Z | [ host-package] Compiling reqwest v0.12.22 |
| 2768 | 2025-08-26T20:36:32.565Z | [ host-package] Compiling progenitor-macro v0.10.0 |
| 2769 | 2025-08-26T20:36:34.220Z | [ host-package] Compiling serde_path_to_error v0.1.17 |
| 2770 | 2025-08-26T20:36:34.702Z | [ host-package] Compiling hostname v0.4.0 |
| 2771 | 2025-08-26T20:36:35.018Z | [ host-package] Compiling instant v0.1.13 |
| 2772 | 2025-08-26T20:36:35.140Z | [ host-package] Compiling owo-colors v4.2.2 |
| 2773 | 2025-08-26T20:36:35.364Z | [ host-package] Compiling progenitor-client v0.9.1 |
| 2774 | 2025-08-26T20:36:35.939Z | [ host-package] Compiling progenitor v0.9.1 |
| 2775 | 2025-08-26T20:36:36.057Z | [ host-package] Compiling debug-ignore v1.0.5 |
| 2776 | 2025-08-26T20:36:36.367Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
| 2777 | 2025-08-26T20:36:36.992Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2778 | 2025-08-26T20:36:41.306Z | [ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2779 | 2025-08-26T20:36:45.474Z | [ helios-setup] Aug 26 20:36:45.386 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config) |
| 2780 | 2025-08-26T20:36:45.554Z | [ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2781 | 2025-08-26T20:36:46.693Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2782 | 2025-08-26T20:36:46.753Z | [ host-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2783 | 2025-08-26T20:36:47.259Z | [ host-package] Compiling backoff v0.4.0 |
| 2784 | 2025-08-26T20:36:47.533Z | [ host-package] Compiling progenitor-client v0.10.0 |
| 2785 | 2025-08-26T20:36:47.817Z | [ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2786 | 2025-08-26T20:36:48.453Z | [ host-package] Compiling iddqd v0.3.9 |
| 2787 | 2025-08-26T20:36:49.466Z | [ host-package] Compiling parse-display v0.10.0 |
| 2788 | 2025-08-26T20:36:52.930Z | [ host-package] Compiling progenitor v0.10.0 |
| 2789 | 2025-08-26T20:36:53.487Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2790 | 2025-08-26T20:36:57.848Z | [ helios-setup] Aug 26 20:36:57.761 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
| 2791 | 2025-08-26T20:36:59.404Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2792 | 2025-08-26T20:37:00.339Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2793 | 2025-08-26T20:37:06.372Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2794 | 2025-08-26T20:37:06.668Z | [ host-package] Compiling serde_with v3.14.0 |
| 2795 | 2025-08-26T20:37:09.361Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2796 | 2025-08-26T20:37:10.416Z | [ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2797 | 2025-08-26T20:37:11.992Z | [ host-package] Compiling libsw-core v0.3.1 |
| 2798 | 2025-08-26T20:37:12.911Z | [ host-package] Compiling macaddr v1.0.1 |
| 2799 | 2025-08-26T20:37:13.233Z | [ host-package] Compiling libsw v3.5.0 |
| 2800 | 2025-08-26T20:37:15.241Z | [ host-package] Compiling linear-map v1.2.0 |
| 2801 | 2025-08-26T20:37:15.913Z | [ host-package] Compiling utf-8 v0.7.6 |
| 2802 | 2025-08-26T20:37:16.637Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2803 | 2025-08-26T20:37:16.712Z | [ host-package] Compiling toml v0.8.23 |
| 2804 | 2025-08-26T20:37:19.269Z | [ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2805 | 2025-08-26T20:37:24.903Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2806 | 2025-08-26T20:37:26.653Z | [ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2807 | 2025-08-26T20:37:27.050Z | [ host-package] Compiling keccak v0.1.5 |
| 2808 | 2025-08-26T20:37:28.365Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2809 | 2025-08-26T20:37:29.962Z | [ host-package] Compiling sha3 v0.10.8 |
| 2810 | 2025-08-26T20:37:30.018Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2811 | 2025-08-26T20:37:30.973Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2812 | 2025-08-26T20:37:31.690Z | [ helios-setup] Aug 26 20:37:31.604 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s |
| 2813 | 2025-08-26T20:37:31.737Z | [ helios-setup] Aug 26 20:37:31.650 INFO building project "amd-host-image-builder" ok (129 seconds) |
| 2814 | 2025-08-26T20:37:31.737Z | [ helios-setup] Aug 26 20:37:31.651 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder" |
| 2815 | 2025-08-26T20:37:31.851Z | [ helios-setup] Aug 26 20:37:31.765 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.89.0-x86_64-unknown-illumos (default)" |
| 2816 | 2025-08-26T20:37:31.851Z | [ helios-setup] Aug 26 20:37:31.765 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
| 2817 | 2025-08-26T20:37:31.851Z | [ helios-setup] Aug 26 20:37:31.765 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
| 2818 | 2025-08-26T20:37:32.176Z | [ helios-setup] Aug 26 20:37:32.089 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
| 2819 | 2025-08-26T20:37:32.782Z | [ helios-setup] Aug 26 20:37:32.696 INFO E| From https://github.com/jclulow/rust-jmclib |
| 2820 | 2025-08-26T20:37:32.782Z | [ helios-setup] Aug 26 20:37:32.696 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
| 2821 | 2025-08-26T20:37:32.807Z | [ helios-setup] Aug 26 20:37:32.713 INFO E| Updating crates.io index |
| 2822 | 2025-08-26T20:37:32.937Z | [ helios-setup] Aug 26 20:37:32.851 INFO E| Downloading crates ... |
| 2823 | 2025-08-26T20:37:33.071Z | [ helios-setup] Aug 26 20:37:32.985 INFO E| Downloaded unicode-ident v1.0.11 |
| 2824 | 2025-08-26T20:37:33.095Z | [ helios-setup] Aug 26 20:37:32.990 INFO E| Downloaded md-5 v0.9.1 |
| 2825 | 2025-08-26T20:37:33.095Z | [ helios-setup] Aug 26 20:37:32.993 INFO E| Downloaded walkdir v2.3.3 |
| 2826 | 2025-08-26T20:37:33.095Z | [ helios-setup] Aug 26 20:37:32.996 INFO E| Downloaded fastrand v2.0.0 |
| 2827 | 2025-08-26T20:37:33.095Z | [ helios-setup] Aug 26 20:37:32.999 INFO E| Downloaded unicode-width v0.1.10 |
| 2828 | 2025-08-26T20:37:33.095Z | [ helios-setup] Aug 26 20:37:33.001 INFO E| Downloaded bitflags v2.3.3 |
| 2829 | 2025-08-26T20:37:33.095Z | [ helios-setup] Aug 26 20:37:33.006 INFO E| Downloaded uuid v0.8.2 |
| 2830 | 2025-08-26T20:37:33.119Z | [ helios-setup] Aug 26 20:37:33.011 INFO E| Downloaded toml v0.5.11 |
| 2831 | 2025-08-26T20:37:33.119Z | [ helios-setup] Aug 26 20:37:33.015 INFO E| Downloaded typenum v1.16.0 |
| 2832 | 2025-08-26T20:37:33.119Z | [ helios-setup] Aug 26 20:37:33.019 INFO E| Downloaded serde v1.0.193 |
| 2833 | 2025-08-26T20:37:33.119Z | [ helios-setup] Aug 26 20:37:33.023 INFO E| Downloaded proc-macro2 v1.0.66 |
| 2834 | 2025-08-26T20:37:33.119Z | [ helios-setup] Aug 26 20:37:33.027 INFO E| Downloaded once_cell v1.18.0 |
| 2835 | 2025-08-26T20:37:33.119Z | [ helios-setup] Aug 26 20:37:33.031 INFO E| Downloaded serde_json v1.0.103 |
| 2836 | 2025-08-26T20:37:33.144Z | [ helios-setup] Aug 26 20:37:33.041 INFO E| Downloaded serde_derive v1.0.193 |
| 2837 | 2025-08-26T20:37:33.144Z | [ helios-setup] Aug 26 20:37:33.045 INFO E| Downloaded ryu v1.0.15 |
| 2838 | 2025-08-26T20:37:33.144Z | [ helios-setup] Aug 26 20:37:33.050 INFO E| Downloaded errno v0.3.1 |
| 2839 | 2025-08-26T20:37:33.144Z | [ helios-setup] Aug 26 20:37:33.052 INFO E| Downloaded anyhow v1.0.72 |
| 2840 | 2025-08-26T20:37:33.144Z | [ helios-setup] Aug 26 20:37:33.057 INFO E| Downloaded syn v2.0.32 |
| 2841 | 2025-08-26T20:37:33.168Z | [ helios-setup] Aug 26 20:37:33.070 INFO E| Downloaded libdevinfo-sys v1.0.0 |
| 2842 | 2025-08-26T20:37:33.168Z | [ helios-setup] Aug 26 20:37:33.072 INFO E| Downloaded itoa v1.0.9 |
| 2843 | 2025-08-26T20:37:33.168Z | [ helios-setup] Aug 26 20:37:33.073 INFO E| Downloaded glob v0.3.1 |
| 2844 | 2025-08-26T20:37:33.168Z | [ helios-setup] Aug 26 20:37:33.076 INFO E| Downloaded digest v0.9.0 |
| 2845 | 2025-08-26T20:37:33.168Z | [ helios-setup] Aug 26 20:37:33.077 INFO E| Downloaded cpufeatures v0.2.9 |
| 2846 | 2025-08-26T20:37:33.168Z | [ helios-setup] Aug 26 20:37:33.079 INFO E| Downloaded rustix v0.38.4 |
| 2847 | 2025-08-26T20:37:33.193Z | [ helios-setup] Aug 26 20:37:33.106 INFO E| Downloaded tempfile v3.7.0 |
| 2848 | 2025-08-26T20:37:33.217Z | [ helios-setup] Aug 26 20:37:33.109 INFO E| Downloaded sha-1 v0.9.8 |
| 2849 | 2025-08-26T20:37:33.217Z | [ helios-setup] Aug 26 20:37:33.112 INFO E| Downloaded quote v1.0.31 |
| 2850 | 2025-08-26T20:37:33.217Z | [ helios-setup] Aug 26 20:37:33.115 INFO E| Downloaded opaque-debug v0.3.0 |
| 2851 | 2025-08-26T20:37:33.217Z | [ helios-setup] Aug 26 20:37:33.117 INFO E| Downloaded getrandom v0.2.10 |
| 2852 | 2025-08-26T20:37:33.217Z | [ helios-setup] Aug 26 20:37:33.120 INFO E| Downloaded block-buffer v0.9.0 |
| 2853 | 2025-08-26T20:37:33.217Z | [ helios-setup] Aug 26 20:37:33.122 INFO E| Downloaded libc v0.2.147 |
| 2854 | 2025-08-26T20:37:33.310Z | [ helios-setup] Aug 26 20:37:33.223 INFO E| Compiling libc v0.2.147 |
| 2855 | 2025-08-26T20:37:33.310Z | [ helios-setup] Aug 26 20:37:33.224 INFO E| Compiling proc-macro2 v1.0.66 |
| 2856 | 2025-08-26T20:37:33.310Z | [ helios-setup] Aug 26 20:37:33.224 INFO E| Compiling cfg-if v1.0.0 |
| 2857 | 2025-08-26T20:37:33.335Z | [ helios-setup] Aug 26 20:37:33.224 INFO E| Compiling unicode-ident v1.0.11 |
| 2858 | 2025-08-26T20:37:33.335Z | [ helios-setup] Aug 26 20:37:33.224 INFO E| Compiling typenum v1.16.0 |
| 2859 | 2025-08-26T20:37:33.335Z | [ helios-setup] Aug 26 20:37:33.224 INFO E| Compiling version_check v0.9.4 |
| 2860 | 2025-08-26T20:37:33.335Z | [ helios-setup] Aug 26 20:37:33.224 INFO E| Compiling serde v1.0.193 |
| 2861 | 2025-08-26T20:37:33.335Z | [ helios-setup] Aug 26 20:37:33.224 INFO E| Compiling rustix v0.38.4 |
| 2862 | 2025-08-26T20:37:33.867Z | [ helios-setup] Aug 26 20:37:33.782 INFO E| Compiling num-conv v0.1.0 |
| 2863 | 2025-08-26T20:37:33.908Z | [ helios-setup] Aug 26 20:37:33.822 INFO E| Compiling powerfmt v0.2.0 |
| 2864 | 2025-08-26T20:37:34.478Z | [ helios-setup] Aug 26 20:37:34.392 INFO E| Compiling slog v2.7.0 |
| 2865 | 2025-08-26T20:37:34.849Z | [ helios-setup] Aug 26 20:37:34.763 INFO E| Compiling time-core v0.1.2 |
| 2866 | 2025-08-26T20:37:35.081Z | [ helios-setup] Aug 26 20:37:34.995 INFO E| Compiling itoa v1.0.9 |
| 2867 | 2025-08-26T20:37:35.183Z | [ helios-setup] Aug 26 20:37:35.097 INFO E| Compiling generic-array v0.14.7 |
| 2868 | 2025-08-26T20:37:35.454Z | [ helios-setup] Aug 26 20:37:35.368 INFO E| Compiling time-macros v0.2.18 |
| 2869 | 2025-08-26T20:37:35.611Z | [ helios-setup] Aug 26 20:37:35.525 INFO E| Compiling deranged v0.3.11 |
| 2870 | 2025-08-26T20:37:35.834Z | [ helios-setup] Aug 26 20:37:35.748 INFO E| Compiling bitflags v2.3.3 |
| 2871 | 2025-08-26T20:37:36.004Z | [ helios-setup] Aug 26 20:37:35.918 INFO E| Compiling once_cell v1.18.0 |
| 2872 | 2025-08-26T20:37:36.075Z | [ helios-setup] Aug 26 20:37:35.989 INFO E| Compiling num_threads v0.1.6 |
| 2873 | 2025-08-26T20:37:36.414Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2874 | 2025-08-26T20:37:36.728Z | [ helios-setup] Aug 26 20:37:36.641 INFO E| Compiling quote v1.0.31 |
| 2875 | 2025-08-26T20:37:37.050Z | [ helios-setup] Aug 26 20:37:36.965 INFO E| Compiling thread_local v1.1.7 |
| 2876 | 2025-08-26T20:37:37.283Z | [ helios-setup] Aug 26 20:37:37.197 INFO E| Compiling anyhow v1.0.72 |
| 2877 | 2025-08-26T20:37:37.884Z | [ helios-setup] Aug 26 20:37:37.797 INFO E| Compiling syn v2.0.32 |
| 2878 | 2025-08-26T20:37:38.102Z | [ helios-setup] Aug 26 20:37:38.016 INFO E| Compiling dirs-sys-next v0.1.2 |
| 2879 | 2025-08-26T20:37:38.258Z | [ helios-setup] Aug 26 20:37:38.172 INFO E| Compiling errno v0.3.1 |
| 2880 | 2025-08-26T20:37:38.552Z | [ helios-setup] Aug 26 20:37:38.466 INFO E| Compiling atty v0.2.14 |
| 2881 | 2025-08-26T20:37:38.618Z | [ helios-setup] Aug 26 20:37:38.532 INFO E| Compiling serde_json v1.0.103 |
| 2882 | 2025-08-26T20:37:38.863Z | [ helios-setup] Aug 26 20:37:38.778 INFO E| Compiling dirs-next v2.0.0 |
| 2883 | 2025-08-26T20:37:38.983Z | [ helios-setup] Aug 26 20:37:38.897 INFO E| Compiling fastrand v2.0.0 |
| 2884 | 2025-08-26T20:37:39.617Z | [ helios-setup] Aug 26 20:37:39.531 INFO E| Compiling term v0.7.0 |
| 2885 | 2025-08-26T20:37:39.872Z | [ helios-setup] Aug 26 20:37:39.786 INFO E| Compiling opaque-debug v0.3.0 |
| 2886 | 2025-08-26T20:37:40.002Z | [ helios-setup] Aug 26 20:37:39.916 INFO E| Compiling getrandom v0.2.10 |
| 2887 | 2025-08-26T20:37:40.236Z | [ helios-setup] Aug 26 20:37:40.151 INFO E| Compiling ryu v1.0.15 |
| 2888 | 2025-08-26T20:37:40.761Z | [ helios-setup] Aug 26 20:37:40.675 INFO E| Compiling unicode-width v0.1.10 |
| 2889 | 2025-08-26T20:37:40.844Z | [ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2890 | 2025-08-26T20:37:40.928Z | [ helios-setup] Aug 26 20:37:40.842 INFO E| Compiling cpufeatures v0.2.9 |
| 2891 | 2025-08-26T20:37:40.952Z | [ helios-setup] Aug 26 20:37:40.859 INFO E| Compiling time v0.3.36 |
| 2892 | 2025-08-26T20:37:41.098Z | [ helios-setup] Aug 26 20:37:41.012 INFO E| Compiling same-file v1.0.6 |
| 2893 | 2025-08-26T20:37:41.144Z | [ helios-setup] Aug 26 20:37:41.058 INFO E| Compiling getopts v0.2.21 |
| 2894 | 2025-08-26T20:37:41.913Z | [ helios-setup] Aug 26 20:37:41.827 INFO E| Compiling digest v0.9.0 |
| 2895 | 2025-08-26T20:37:41.948Z | [ helios-setup] Aug 26 20:37:41.862 INFO E| Compiling block-buffer v0.9.0 |
| 2896 | 2025-08-26T20:37:42.405Z | [ helios-setup] Aug 26 20:37:42.319 INFO E| Compiling tempfile v3.7.0 |
| 2897 | 2025-08-26T20:37:42.491Z | [ helios-setup] Aug 26 20:37:42.405 INFO E| Compiling sha-1 v0.9.8 |
| 2898 | 2025-08-26T20:37:42.655Z | [ helios-setup] Aug 26 20:37:42.569 INFO E| Compiling md-5 v0.9.1 |
| 2899 | 2025-08-26T20:37:42.938Z | [ helios-setup] Aug 26 20:37:42.853 INFO E| Compiling walkdir v2.3.3 |
| 2900 | 2025-08-26T20:37:43.139Z | [ helios-setup] Aug 26 20:37:43.053 INFO E| Compiling libdevinfo-sys v1.0.0 |
| 2901 | 2025-08-26T20:37:43.283Z | [ helios-setup] Aug 26 20:37:43.198 INFO E| Compiling glob v0.3.1 |
| 2902 | 2025-08-26T20:37:44.903Z | [ helios-setup] Aug 26 20:37:44.818 INFO E| Compiling slog-term v2.9.0 |
| 2903 | 2025-08-26T20:37:45.760Z | [ helios-setup] Aug 26 20:37:45.674 INFO E| Compiling serde_derive v1.0.193 |
| 2904 | 2025-08-26T20:37:46.688Z | [ host-package] Compiling prettyplease v0.2.36 |
| 2905 | 2025-08-26T20:37:47.028Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2906 | 2025-08-26T20:37:49.452Z | [ host-package] Compiling tungstenite v0.21.0 |
| 2907 | 2025-08-26T20:37:51.235Z | [ host-package] Compiling half v2.4.1 |
| 2908 | 2025-08-26T20:37:52.095Z | [ host-package] Compiling ciborium-io v0.2.2 |
| 2909 | 2025-08-26T20:37:52.362Z | [ host-package] Compiling ciborium-ll v0.2.2 |
| 2910 | 2025-08-26T20:37:52.671Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
| 2911 | 2025-08-26T20:37:52.987Z | [ host-package] Compiling papergrid v0.11.0 |
| 2912 | 2025-08-26T20:37:53.423Z | [ host-package] Compiling tabled_derive v0.7.0 |
| 2913 | 2025-08-26T20:37:53.749Z | [ host-package] Compiling csv-core v0.1.11 |
| 2914 | 2025-08-26T20:37:55.147Z | [ host-package] Compiling highway v1.3.0 |
| 2915 | 2025-08-26T20:37:55.205Z | [ host-package] Compiling csv v1.3.1 |
| 2916 | 2025-08-26T20:37:55.594Z | [ host-package] Compiling tabled v0.15.0 |
| 2917 | 2025-08-26T20:37:57.100Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2918 | 2025-08-26T20:37:57.597Z | [ host-package] Compiling ciborium v0.2.2 |
| 2919 | 2025-08-26T20:37:58.192Z | [ helios-setup] Aug 26 20:37:58.107 INFO E| Compiling toml v0.5.11 |
| 2920 | 2025-08-26T20:37:58.192Z | [ helios-setup] Aug 26 20:37:58.107 INFO E| Compiling uuid v0.8.2 |
| 2921 | 2025-08-26T20:38:00.304Z | [ host-package] Compiling semver v0.1.20 |
| 2922 | 2025-08-26T20:38:00.516Z | [ helios-setup] Aug 26 20:38:00.431 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
| 2923 | 2025-08-26T20:38:00.985Z | [ host-package] Compiling tough v0.20.0 |
| 2924 | 2025-08-26T20:38:01.332Z | [ host-package] Compiling rustc_version v0.1.7 |
| 2925 | 2025-08-26T20:38:01.996Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2926 | 2025-08-26T20:38:02.404Z | [ helios-setup] Aug 26 20:38:02.318 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
| 2927 | 2025-08-26T20:38:04.083Z | [ host-package] Compiling newtype_derive v0.1.6 |
| 2928 | 2025-08-26T20:38:04.636Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2929 | 2025-08-26T20:38:07.384Z | [ host-package] Compiling resolv-conf v0.7.0 |
| 2930 | 2025-08-26T20:38:07.579Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2931 | 2025-08-26T20:38:09.132Z | [ host-package] Compiling universal-hash v0.5.1 |
| 2932 | 2025-08-26T20:38:09.309Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
| 2933 | 2025-08-26T20:38:09.362Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
| 2934 | 2025-08-26T20:38:09.583Z | [ host-package] Compiling smawk v0.3.2 |
| 2935 | 2025-08-26T20:38:10.178Z | [ host-package] Compiling opaque-debug v0.3.1 |
| 2936 | 2025-08-26T20:38:10.219Z | [ host-package] Compiling textwrap v0.16.2 |
| 2937 | 2025-08-26T20:38:10.413Z | [ host-package] Compiling poly1305 v0.8.0 |
| 2938 | 2025-08-26T20:38:10.573Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2939 | 2025-08-26T20:38:12.037Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2940 | 2025-08-26T20:38:12.261Z | [ host-package] Compiling chacha20 v0.9.1 |
| 2941 | 2025-08-26T20:38:12.322Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
| 2942 | 2025-08-26T20:38:12.585Z | [ host-package] Compiling aead v0.5.2 |
| 2943 | 2025-08-26T20:38:12.639Z | [ host-package] Compiling humantime v2.2.0 |
| 2944 | 2025-08-26T20:38:12.809Z | [ host-package] Compiling vsss-rs v3.3.4 |
| 2945 | 2025-08-26T20:38:12.917Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
| 2946 | 2025-08-26T20:38:13.235Z | [ host-package] Compiling linked-hash-map v0.5.6 |
| 2947 | 2025-08-26T20:38:13.296Z | [ host-package] Compiling steno v0.4.1 |
| 2948 | 2025-08-26T20:38:13.535Z | [ helios-setup] Aug 26 20:38:13.450 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.54s |
| 2949 | 2025-08-26T20:38:13.566Z | [ helios-setup] Aug 26 20:38:13.481 INFO building project "image-builder" ok (41 seconds) |
| 2950 | 2025-08-26T20:38:13.566Z | [ helios-setup] Aug 26 20:38:13.482 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot" |
| 2951 | 2025-08-26T20:38:13.666Z | [ helios-setup] Aug 26 20:38:13.582 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.89.0-x86_64-unknown-illumos (default)" |
| 2952 | 2025-08-26T20:38:13.666Z | [ helios-setup] Aug 26 20:38:13.582 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
| 2953 | 2025-08-26T20:38:13.691Z | [ helios-setup] Aug 26 20:38:13.582 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
| 2954 | 2025-08-26T20:38:13.691Z | [ host-package] Compiling hickory-proto v0.24.4 |
| 2955 | 2025-08-26T20:38:13.820Z | [ host-package] Compiling lru-cache v0.1.2 |
| 2956 | 2025-08-26T20:38:13.970Z | [ helios-setup] Aug 26 20:38:13.885 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 2957 | 2025-08-26T20:38:14.185Z | [ host-package] Compiling slog-dtrace v0.3.0 |
| 2958 | 2025-08-26T20:38:14.320Z | [ host-package] Compiling moka v0.12.10 |
| 2959 | 2025-08-26T20:38:14.634Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2960 | 2025-08-26T20:38:14.983Z | [ host-package] Compiling tagptr v0.2.0 |
| 2961 | 2025-08-26T20:38:15.225Z | [ helios-setup] Aug 26 20:38:15.140 INFO E| From https://github.com/oxidecomputer/progenitor |
| 2962 | 2025-08-26T20:38:15.225Z | [ helios-setup] Aug 26 20:38:15.140 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
| 2963 | 2025-08-26T20:38:15.326Z | [ helios-setup] Aug 26 20:38:15.241 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
| 2964 | 2025-08-26T20:38:15.856Z | [ helios-setup] Aug 26 20:38:15.771 INFO E| From https://github.com/jclulow/hiercmd |
| 2965 | 2025-08-26T20:38:15.856Z | [ helios-setup] Aug 26 20:38:15.771 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
| 2966 | 2025-08-26T20:38:15.881Z | [ helios-setup] Aug 26 20:38:15.789 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
| 2967 | 2025-08-26T20:38:16.378Z | [ helios-setup] Aug 26 20:38:16.293 INFO E| From https://github.com/jclulow/network-interface |
| 2968 | 2025-08-26T20:38:16.378Z | [ helios-setup] Aug 26 20:38:16.293 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
| 2969 | 2025-08-26T20:38:16.432Z | [ helios-setup] Aug 26 20:38:16.347 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
| 2970 | 2025-08-26T20:38:16.894Z | [ helios-setup] Aug 26 20:38:16.810 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
| 2971 | 2025-08-26T20:38:16.894Z | [ helios-setup] Aug 26 20:38:16.810 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
| 2972 | 2025-08-26T20:38:16.938Z | [ helios-setup] Aug 26 20:38:16.854 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
| 2973 | 2025-08-26T20:38:17.877Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2974 | 2025-08-26T20:38:17.902Z | [ helios-setup] Aug 26 20:38:17.811 INFO E| From https://github.com/oxidecomputer/facade |
| 2975 | 2025-08-26T20:38:17.902Z | [ helios-setup] Aug 26 20:38:17.811 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
| 2976 | 2025-08-26T20:38:17.934Z | [ helios-setup] Aug 26 20:38:17.850 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
| 2977 | 2025-08-26T20:38:18.940Z | [ helios-setup] Aug 26 20:38:18.854 INFO E| From https://github.com/oxidecomputer/dropshot |
| 2978 | 2025-08-26T20:38:18.940Z | [ helios-setup] Aug 26 20:38:18.854 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
| 2979 | 2025-08-26T20:38:18.974Z | [ helios-setup] Aug 26 20:38:18.890 INFO E| Updating crates.io index |
| 2980 | 2025-08-26T20:38:19.034Z | [ helios-setup] Aug 26 20:38:18.950 INFO E| Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 2981 | 2025-08-26T20:38:19.547Z | [ helios-setup] Aug 26 20:38:19.462 INFO E| From https://github.com/oxidecomputer/lpc55_support |
| 2982 | 2025-08-26T20:38:19.547Z | [ helios-setup] Aug 26 20:38:19.462 INFO E| * [new ref] f05c063e4b68926069efa0edb1159c8a2dbd9253 -> refs/commit/f05c063e4b68926069efa0edb1159c8a2dbd9253 |
| 2983 | 2025-08-26T20:38:19.604Z | [ helios-setup] Aug 26 20:38:19.518 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
| 2984 | 2025-08-26T20:38:20.638Z | [ host-package] Compiling hickory-resolver v0.24.4 |
| 2985 | 2025-08-26T20:38:20.696Z | [ helios-setup] Aug 26 20:38:20.611 INFO E| From https://github.com/oxidecomputer/typify |
| 2986 | 2025-08-26T20:38:20.722Z | [ helios-setup] Aug 26 20:38:20.611 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
| 2987 | 2025-08-26T20:38:20.958Z | [ helios-setup] Aug 26 20:38:20.874 INFO E| Downloading crates ... |
| 2988 | 2025-08-26T20:38:21.140Z | [ helios-setup] Aug 26 20:38:21.055 INFO E| Downloaded iana-time-zone v0.1.56 |
| 2989 | 2025-08-26T20:38:21.164Z | [ helios-setup] Aug 26 20:38:21.064 INFO E| Downloaded flagset v0.4.7 |
| 2990 | 2025-08-26T20:38:21.164Z | [ helios-setup] Aug 26 20:38:21.068 INFO E| Downloaded lock_api v0.4.9 |
| 2991 | 2025-08-26T20:38:21.164Z | [ helios-setup] Aug 26 20:38:21.072 INFO E| Downloaded anstyle v0.3.5 |
| 2992 | 2025-08-26T20:38:21.165Z | [ helios-setup] Aug 26 20:38:21.075 INFO E| Downloaded is-terminal v0.4.7 |
| 2993 | 2025-08-26T20:38:21.165Z | [ helios-setup] Aug 26 20:38:21.078 INFO E| Downloaded slab v0.4.7 |
| 2994 | 2025-08-26T20:38:21.190Z | [ helios-setup] Aug 26 20:38:21.082 INFO E| Downloaded smawk v0.3.1 |
| 2995 | 2025-08-26T20:38:21.190Z | [ helios-setup] Aug 26 20:38:21.085 INFO E| Downloaded textwrap v0.16.0 |
| 2996 | 2025-08-26T20:38:21.190Z | [ helios-setup] Aug 26 20:38:21.091 INFO E| Downloaded const-random-macro v0.1.15 |
| 2997 | 2025-08-26T20:38:21.190Z | [ helios-setup] Aug 26 20:38:21.095 INFO E| Downloaded semver v0.11.0 |
| 2998 | 2025-08-26T20:38:21.190Z | [ helios-setup] Aug 26 20:38:21.100 INFO E| Downloaded futures-macro v0.3.28 |
| 2999 | 2025-08-26T20:38:21.190Z | [ helios-setup] Aug 26 20:38:21.104 INFO E| Downloaded utf8parse v0.2.1 |
| 3000 | 2025-08-26T20:38:21.216Z | [ helios-setup] Aug 26 20:38:21.109 INFO E| Downloaded tower-service v0.3.2 |
| 3001 | 2025-08-26T20:38:21.216Z | [ helios-setup] Aug 26 20:38:21.114 INFO E| Downloaded unsafe-libyaml v0.2.8 |
| 3002 | 2025-08-26T20:38:21.216Z | [ helios-setup] Aug 26 20:38:21.121 INFO E| Downloaded rustls-webpki v0.100.1 |
| 3003 | 2025-08-26T20:38:21.241Z | [ helios-setup] Aug 26 20:38:21.134 INFO E| Downloaded rustls-pemfile v1.0.2 |
| 3004 | 2025-08-26T20:38:21.241Z | [ helios-setup] Aug 26 20:38:21.152 INFO E| Downloaded sct v0.7.0 |
| 3005 | 2025-08-26T20:38:21.266Z | [ helios-setup] Aug 26 20:38:21.162 INFO E| Downloaded ryu v1.0.13 |
| 3006 | 2025-08-26T20:38:21.266Z | [ helios-setup] Aug 26 20:38:21.169 INFO E| Downloaded winnow v0.4.1 |
| 3007 | 2025-08-26T20:38:21.291Z | [ helios-setup] Aug 26 20:38:21.181 INFO E| Downloaded rsa v0.9.8 |
| 3008 | 2025-08-26T20:38:21.291Z | [ helios-setup] Aug 26 20:38:21.190 INFO E| Downloaded mio v0.8.5 |
| 3009 | 2025-08-26T20:38:21.291Z | [ helios-setup] Aug 26 20:38:21.198 INFO E| Downloaded unicode-normalization v0.1.22 |
| 3010 | 2025-08-26T20:38:21.291Z | [ helios-setup] Aug 26 20:38:21.205 INFO E| Downloaded idna v0.3.0 |
| 3011 | 2025-08-26T20:38:21.316Z | [ helios-setup] Aug 26 20:38:21.216 INFO E| Downloaded libm v0.2.15 |
| 3012 | 2025-08-26T20:38:21.341Z | [ helios-setup] Aug 26 20:38:21.240 INFO E| Downloaded hashbrown v0.15.3 |
| 3013 | 2025-08-26T20:38:21.341Z | [ helios-setup] Aug 26 20:38:21.249 INFO E| Downloaded reqwest v0.11.16 |
| 3014 | 2025-08-26T20:38:21.365Z | [ helios-setup] Aug 26 20:38:21.261 INFO E| Downloaded hyper v0.14.25 |
| 3015 | 2025-08-26T20:38:21.366Z | [ helios-setup] Aug 26 20:38:21.273 INFO E| Downloaded rustix v0.37.3 |
| 3016 | 2025-08-26T20:38:21.390Z | [ helios-setup] Aug 26 20:38:21.302 INFO E| Downloaded rustls v0.21.0 |
| 3017 | 2025-08-26T20:38:21.416Z | [ helios-setup] Aug 26 20:38:21.317 INFO E| Downloaded syn v2.0.72 |
| 3018 | 2025-08-26T20:38:21.441Z | [ helios-setup] Aug 26 20:38:21.333 INFO E| Downloaded regex v1.7.3 |
| 3019 | 2025-08-26T20:38:21.441Z | [ helios-setup] Aug 26 20:38:21.350 INFO E| Downloaded regress v0.5.0 |
| 3020 | 2025-08-26T20:38:21.465Z | [ helios-setup] Aug 26 20:38:21.361 INFO E| Downloaded syn v1.0.107 |
| 3021 | 2025-08-26T20:38:21.465Z | [ helios-setup] Aug 26 20:38:21.375 INFO E| Downloaded openapiv3 v1.0.2 |
| 3022 | 2025-08-26T20:38:21.490Z | [ helios-setup] Aug 26 20:38:21.391 INFO E| Downloaded rhai v1.14.0 |
| 3023 | 2025-08-26T20:38:21.517Z | [ helios-setup] Aug 26 20:38:21.406 INFO E| Downloaded git2 v0.16.1 |
| 3024 | 2025-08-26T20:38:21.517Z | [ helios-setup] Aug 26 20:38:21.418 INFO E| Downloaded h2 v0.3.16 |
| 3025 | 2025-08-26T20:38:21.517Z | [ helios-setup] Aug 26 20:38:21.427 INFO E| Downloaded serde_json v1.0.95 |
| 3026 | 2025-08-26T20:38:21.542Z | [ helios-setup] Aug 26 20:38:21.437 INFO E| Downloaded pest v2.5.7 |
| 3027 | 2025-08-26T20:38:21.543Z | [ helios-setup] Aug 26 20:38:21.444 INFO E| Downloaded tokio v1.27.0 |
| 3028 | 2025-08-26T20:38:21.570Z | [ helios-setup] Aug 26 20:38:21.485 INFO E| Downloaded time v0.1.45 |
| 3029 | 2025-08-26T20:38:21.594Z | [ helios-setup] Aug 26 20:38:21.488 INFO E| Downloaded chrono v0.4.24 |
| 3030 | 2025-08-26T20:38:21.594Z | [ helios-setup] Aug 26 20:38:21.503 INFO E| Downloaded http v0.2.9 |
| 3031 | 2025-08-26T20:38:21.619Z | [ helios-setup] Aug 26 20:38:21.511 INFO E| Downloaded crossbeam-channel v0.5.6 |
| 3032 | 2025-08-26T20:38:21.619Z | [ helios-setup] Aug 26 20:38:21.517 INFO E| Downloaded url v2.3.1 |
| 3033 | 2025-08-26T20:38:21.619Z | [ helios-setup] Aug 26 20:38:21.521 INFO E| Downloaded tracing-core v0.1.30 |
| 3034 | 2025-08-26T20:38:21.619Z | [ helios-setup] Aug 26 20:38:21.525 INFO E| Downloaded tracing v0.1.37 |
| 3035 | 2025-08-26T20:38:21.619Z | [ helios-setup] Aug 26 20:38:21.530 INFO E| Downloaded memchr v2.5.0 |
| 3036 | 2025-08-26T20:38:21.644Z | [ helios-setup] Aug 26 20:38:21.537 INFO E| Downloaded flate2 v1.0.25 |
| 3037 | 2025-08-26T20:38:21.644Z | [ helios-setup] Aug 26 20:38:21.543 INFO E| Downloaded clap_builder v4.2.1 |
| 3038 | 2025-08-26T20:38:21.644Z | [ helios-setup] Aug 26 20:38:21.552 INFO E| Downloaded uuid v1.3.0 |
| 3039 | 2025-08-26T20:38:21.644Z | [ helios-setup] Aug 26 20:38:21.557 INFO E| Downloaded unicode-linebreak v0.1.4 |
| 3040 | 2025-08-26T20:38:21.669Z | [ helios-setup] Aug 26 20:38:21.560 INFO E| Downloaded libc v0.2.139 |
| 3041 | 2025-08-26T20:38:21.693Z | [ helios-setup] Aug 26 20:38:21.590 INFO E| Downloaded ucd-trie v0.1.5 |
| 3042 | 2025-08-26T20:38:21.693Z | [ helios-setup] Aug 26 20:38:21.592 INFO E| Downloaded toml_edit v0.19.8 |
| 3043 | 2025-08-26T20:38:21.718Z | [ helios-setup] Aug 26 20:38:21.622 INFO E| Downloaded serde_yaml v0.9.21 |
| 3044 | 2025-08-26T20:38:21.718Z | [ helios-setup] Aug 26 20:38:21.626 INFO E| Downloaded serde v1.0.204 |
| 3045 | 2025-08-26T20:38:21.718Z | [ helios-setup] Aug 26 20:38:21.631 INFO E| Downloaded iddqd v0.3.1 |
| 3046 | 2025-08-26T20:38:21.743Z | [ helios-setup] Aug 26 20:38:21.639 INFO E| Downloaded unicode-bidi v0.3.13 |
| 3047 | 2025-08-26T20:38:21.743Z | [ helios-setup] Aug 26 20:38:21.642 INFO E| Downloaded tungstenite v0.18.0 |
| 3048 | 2025-08-26T20:38:21.743Z | [ helios-setup] Aug 26 20:38:21.646 INFO E| Downloaded toml v0.7.3 |
| 3049 | 2025-08-26T20:38:21.743Z | [ helios-setup] Aug 26 20:38:21.650 INFO E| Downloaded tokio-tungstenite v0.18.0 |
| 3050 | 2025-08-26T20:38:21.743Z | [ helios-setup] Aug 26 20:38:21.653 INFO E| Downloaded tokio-rustls v0.24.0 |
| 3051 | 2025-08-26T20:38:21.743Z | [ helios-setup] Aug 26 20:38:21.656 INFO E| Downloaded tempfile v3.5.0 |
| 3052 | 2025-08-26T20:38:21.768Z | [ helios-setup] Aug 26 20:38:21.659 INFO E| Downloaded spin v0.5.2 |
| 3053 | 2025-08-26T20:38:21.768Z | [ helios-setup] Aug 26 20:38:21.660 INFO E| Downloaded socket2 v0.4.9 |
| 3054 | 2025-08-26T20:38:21.768Z | [ helios-setup] Aug 26 20:38:21.663 INFO E| Downloaded smartstring v1.0.1 |
| 3055 | 2025-08-26T20:38:21.768Z | [ helios-setup] Aug 26 20:38:21.666 INFO E| Downloaded smallvec v1.10.0 |
| 3056 | 2025-08-26T20:38:21.768Z | [ helios-setup] Aug 26 20:38:21.669 INFO E| Downloaded serde_derive v1.0.204 |
| 3057 | 2025-08-26T20:38:21.768Z | [ helios-setup] Aug 26 20:38:21.674 INFO E| Downloaded parking_lot v0.12.1 |
| 3058 | 2025-08-26T20:38:21.768Z | [ helios-setup] Aug 26 20:38:21.680 INFO E| Downloaded num-traits v0.2.15 |
| 3059 | 2025-08-26T20:38:21.793Z | [ helios-setup] Aug 26 20:38:21.685 INFO E| Downloaded miniz_oxide v0.6.2 |
| 3060 | 2025-08-26T20:38:21.793Z | [ helios-setup] Aug 26 20:38:21.690 INFO E| Downloaded log v0.4.17 |
| 3061 | 2025-08-26T20:38:21.793Z | [ helios-setup] Aug 26 20:38:21.693 INFO E| Downloaded ipnet v2.7.2 |
| 3062 | 2025-08-26T20:38:21.793Z | [ helios-setup] Aug 26 20:38:21.695 INFO E| Downloaded io-lifetimes v1.0.10 |
| 3063 | 2025-08-26T20:38:21.793Z | [ helios-setup] Aug 26 20:38:21.698 INFO E| Downloaded home v0.5.4 |
| 3064 | 2025-08-26T20:38:21.793Z | [ helios-setup] Aug 26 20:38:21.700 INFO E| Downloaded getrandom v0.2.8 |
| 3065 | 2025-08-26T20:38:21.793Z | [ helios-setup] Aug 26 20:38:21.704 INFO E| Downloaded futures-channel v0.3.28 |
| 3066 | 2025-08-26T20:38:21.793Z | [ helios-setup] Aug 26 20:38:21.707 INFO E| Downloaded camino v1.1.4 |
| 3067 | 2025-08-26T20:38:21.819Z | [ helios-setup] Aug 26 20:38:21.709 INFO E| Downloaded scopeguard v1.1.0 |
| 3068 | 2025-08-26T20:38:21.819Z | [ helios-setup] Aug 26 20:38:21.711 INFO E| Downloaded schemars_derive v0.8.12 |
| 3069 | 2025-08-26T20:38:21.819Z | [ helios-setup] Aug 26 20:38:21.713 INFO E| Downloaded schemars v0.8.12 |
| 3070 | 2025-08-26T20:38:21.820Z | [ helios-setup] Aug 26 20:38:21.729 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
| 3071 | 2025-08-26T20:38:21.820Z | [ helios-setup] Aug 26 20:38:21.731 INFO E| Downloaded toml_datetime v0.6.1 |
| 3072 | 2025-08-26T20:38:21.820Z | [ helios-setup] Aug 26 20:38:21.733 INFO E| Downloaded tls_codec_derive v0.4.2 |
| 3073 | 2025-08-26T20:38:21.844Z | [ helios-setup] Aug 26 20:38:21.735 INFO E| Downloaded tls_codec v0.4.2 |
| 3074 | 2025-08-26T20:38:21.844Z | [ helios-setup] Aug 26 20:38:21.740 INFO E| Downloaded terminal_size v0.2.6 |
| 3075 | 2025-08-26T20:38:21.844Z | [ helios-setup] Aug 26 20:38:21.744 INFO E| Downloaded slog-bunyan v2.4.0 |
| 3076 | 2025-08-26T20:38:21.844Z | [ helios-setup] Aug 26 20:38:21.747 INFO E| Downloaded serde_tokenstream v0.2.0 |
| 3077 | 2025-08-26T20:38:21.845Z | [ helios-setup] Aug 26 20:38:21.754 INFO E| Downloaded semver v1.0.17 |
| 3078 | 2025-08-26T20:38:21.845Z | [ helios-setup] Aug 26 20:38:21.757 INFO E| Downloaded rhai_codegen v1.5.0 |
| 3079 | 2025-08-26T20:38:21.869Z | [ helios-setup] Aug 26 20:38:21.768 INFO E| Downloaded pin-project-lite v0.2.9 |
| 3080 | 2025-08-26T20:38:21.869Z | [ helios-setup] Aug 26 20:38:21.775 INFO E| Downloaded once_cell v1.17.0 |
| 3081 | 2025-08-26T20:38:21.869Z | [ helios-setup] Aug 26 20:38:21.778 INFO E| Downloaded encoding_rs v0.8.32 |
| 3082 | 2025-08-26T20:38:21.895Z | [ helios-setup] Aug 26 20:38:21.805 INFO E| Downloaded lazy_static v1.4.0 |
| 3083 | 2025-08-26T20:38:21.920Z | [ helios-setup] Aug 26 20:38:21.810 INFO E| Downloaded jobserver v0.1.26 |
| 3084 | 2025-08-26T20:38:21.920Z | [ helios-setup] Aug 26 20:38:21.810 INFO E| Downloaded derive-where v1.4.0 |
| 3085 | 2025-08-26T20:38:21.920Z | [ helios-setup] Aug 26 20:38:21.814 INFO E| Downloaded der v0.7.10 |
| 3086 | 2025-08-26T20:38:21.920Z | [ helios-setup] Aug 26 20:38:21.821 INFO E| Downloaded crossbeam-utils v0.8.14 |
| 3087 | 2025-08-26T20:38:21.920Z | [ helios-setup] Aug 26 20:38:21.825 INFO E| Downloaded toolchain_find v0.2.0 |
| 3088 | 2025-08-26T20:38:21.920Z | [ helios-setup] Aug 26 20:38:21.827 INFO E| Downloaded thiserror-impl v1.0.38 |
| 3089 | 2025-08-26T20:38:21.920Z | [ helios-setup] Aug 26 20:38:21.829 INFO E| Downloaded thiserror v1.0.38 |
| 3090 | 2025-08-26T20:38:21.920Z | [ helios-setup] Aug 26 20:38:21.835 INFO E| Downloaded strsim v0.10.0 |
| 3091 | 2025-08-26T20:38:21.945Z | [ helios-setup] Aug 26 20:38:21.839 INFO E| Downloaded signal-hook-registry v1.4.0 |
| 3092 | 2025-08-26T20:38:21.945Z | [ helios-setup] Aug 26 20:38:21.845 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
| 3093 | 2025-08-26T20:38:21.945Z | [ helios-setup] Aug 26 20:38:21.850 INFO E| Downloaded proc-macro-crate v1.2.1 |
| 3094 | 2025-08-26T20:38:21.945Z | [ helios-setup] Aug 26 20:38:21.853 INFO E| Downloaded pkg-config v0.3.26 |
| 3095 | 2025-08-26T20:38:21.945Z | [ helios-setup] Aug 26 20:38:21.856 INFO E| Downloaded percent-encoding v2.2.0 |
| 3096 | 2025-08-26T20:38:21.945Z | [ helios-setup] Aug 26 20:38:21.857 INFO E| Downloaded paste v1.0.12 |
| 3097 | 2025-08-26T20:38:21.970Z | [ helios-setup] Aug 26 20:38:21.862 INFO E| Downloaded parking_lot_core v0.9.6 |
| 3098 | 2025-08-26T20:38:21.970Z | [ helios-setup] Aug 26 20:38:21.865 INFO E| Downloaded num_enum v0.5.7 |
| 3099 | 2025-08-26T20:38:21.970Z | [ helios-setup] Aug 26 20:38:21.871 INFO E| Downloaded num_cpus v1.15.0 |
| 3100 | 2025-08-26T20:38:21.970Z | [ helios-setup] Aug 26 20:38:21.875 INFO E| Downloaded num-integer v0.1.45 |
| 3101 | 2025-08-26T20:38:21.970Z | [ helios-setup] Aug 26 20:38:21.877 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
| 3102 | 2025-08-26T20:38:22.038Z | [ helios-setup] Aug 26 20:38:21.954 INFO E| Downloaded itoa v1.0.6 |
| 3103 | 2025-08-26T20:38:22.063Z | [ helios-setup] Aug 26 20:38:21.957 INFO E| Downloaded futures-io v0.3.28 |
| 3104 | 2025-08-26T20:38:22.063Z | [ helios-setup] Aug 26 20:38:21.958 INFO E| Downloaded futures-core v0.3.28 |
| 3105 | 2025-08-26T20:38:22.063Z | [ helios-setup] Aug 26 20:38:21.960 INFO E| Downloaded fastrand v1.9.0 |
| 3106 | 2025-08-26T20:38:22.063Z | [ helios-setup] Aug 26 20:38:21.962 INFO E| Downloaded clap v4.2.1 |
| 3107 | 2025-08-26T20:38:22.063Z | [ helios-setup] Aug 26 20:38:21.973 INFO E| Downloaded cc v1.0.78 |
| 3108 | 2025-08-26T20:38:22.063Z | [ helios-setup] Aug 26 20:38:21.977 INFO E| Downloaded want v0.3.0 |
| 3109 | 2025-08-26T20:38:22.063Z | [ helios-setup] Aug 26 20:38:21.978 INFO E| Downloaded try-lock v0.2.4 |
| 3110 | 2025-08-26T20:38:22.088Z | [ helios-setup] Aug 26 20:38:21.979 INFO E| Downloaded tokio-macros v2.0.0 |
| 3111 | 2025-08-26T20:38:22.088Z | [ helios-setup] Aug 26 20:38:21.991 INFO E| Downloaded ppv-lite86 v0.2.17 |
| 3112 | 2025-08-26T20:38:22.088Z | [ helios-setup] Aug 26 20:38:21.993 INFO E| Downloaded num_enum_derive v0.5.7 |
| 3113 | 2025-08-26T20:38:22.088Z | [ helios-setup] Aug 26 20:38:21.994 INFO E| Downloaded httpdate v1.0.2 |
| 3114 | 2025-08-26T20:38:22.088Z | [ helios-setup] Aug 26 20:38:21.996 INFO E| Downloaded http-body v0.4.5 |
| 3115 | 2025-08-26T20:38:22.088Z | [ helios-setup] Aug 26 20:38:21.998 INFO E| Downloaded generic-array v0.14.6 |
| 3116 | 2025-08-26T20:38:22.088Z | [ helios-setup] Aug 26 20:38:22.000 INFO E| Downloaded tokio-util v0.7.7 |
| 3117 | 2025-08-26T20:38:22.113Z | [ helios-setup] Aug 26 20:38:22.016 INFO E| Downloaded tinyvec v1.6.0 |
| 3118 | 2025-08-26T20:38:22.113Z | [ helios-setup] Aug 26 20:38:22.021 INFO E| Downloaded sha2 v0.10.6 |
| 3119 | 2025-08-26T20:38:22.113Z | [ helios-setup] Aug 26 20:38:22.024 INFO E| Downloaded project-root v0.2.2 |
| 3120 | 2025-08-26T20:38:22.113Z | [ helios-setup] Aug 26 20:38:22.026 INFO E| Downloaded num-iter v0.1.44 |
| 3121 | 2025-08-26T20:38:22.113Z | [ helios-setup] Aug 26 20:38:22.028 INFO E| Downloaded futures-util v0.3.28 |
| 3122 | 2025-08-26T20:38:22.138Z | [ helios-setup] Aug 26 20:38:22.043 INFO E| Downloaded futures-sink v0.3.28 |
| 3123 | 2025-08-26T20:38:22.138Z | [ helios-setup] Aug 26 20:38:22.044 INFO E| Downloaded form_urlencoded v1.1.0 |
| 3124 | 2025-08-26T20:38:22.138Z | [ helios-setup] Aug 26 20:38:22.045 INFO E| Downloaded aho-corasick v0.7.20 |
| 3125 | 2025-08-26T20:38:22.138Z | [ helios-setup] Aug 26 20:38:22.050 INFO E| Downloaded termcolor v1.2.0 |
| 3126 | 2025-08-26T20:38:22.138Z | [ helios-setup] Aug 26 20:38:22.052 INFO E| Downloaded slog-async v2.7.0 |
| 3127 | 2025-08-26T20:38:22.138Z | [ helios-setup] Aug 26 20:38:22.054 INFO E| Downloaded sha1 v0.10.5 |
| 3128 | 2025-08-26T20:38:22.163Z | [ helios-setup] Aug 26 20:38:22.056 INFO E| Downloaded serde_path_to_error v0.1.11 |
| 3129 | 2025-08-26T20:38:22.163Z | [ helios-setup] Aug 26 20:38:22.059 INFO E| Downloaded concolor-query v0.3.3 |
| 3130 | 2025-08-26T20:38:22.163Z | [ helios-setup] Aug 26 20:38:22.060 INFO E| Downloaded base64 v0.21.0 |
| 3131 | 2025-08-26T20:38:22.163Z | [ helios-setup] Aug 26 20:38:22.065 INFO E| Downloaded autocfg v1.1.0 |
| 3132 | 2025-08-26T20:38:22.163Z | [ helios-setup] Aug 26 20:38:22.067 INFO E| Downloaded async-stream-impl v0.3.5 |
| 3133 | 2025-08-26T20:38:22.163Z | [ helios-setup] Aug 26 20:38:22.068 INFO E| Downloaded unicode-ident v1.0.8 |
| 3134 | 2025-08-26T20:38:22.163Z | [ helios-setup] Aug 26 20:38:22.071 INFO E| Downloaded quote v1.0.36 |
| 3135 | 2025-08-26T20:38:22.163Z | [ helios-setup] Aug 26 20:38:22.075 INFO E| Downloaded futures-task v0.3.28 |
| 3136 | 2025-08-26T20:38:22.163Z | [ helios-setup] Aug 26 20:38:22.077 INFO E| Downloaded clap_lex v0.4.1 |
| 3137 | 2025-08-26T20:38:22.163Z | [ helios-setup] Aug 26 20:38:22.078 INFO E| Downloaded bytes v1.4.0 |
| 3138 | 2025-08-26T20:38:22.188Z | [ helios-setup] Aug 26 20:38:22.083 INFO E| Downloaded base64ct v1.8.0 |
| 3139 | 2025-08-26T20:38:22.189Z | [ helios-setup] Aug 26 20:38:22.086 INFO E| Downloaded crc v3.3.0 |
| 3140 | 2025-08-26T20:38:22.189Z | [ helios-setup] Aug 26 20:38:22.089 INFO E| Downloaded const-random v0.1.15 |
| 3141 | 2025-08-26T20:38:22.189Z | [ helios-setup] Aug 26 20:38:22.090 INFO E| Downloaded clap_derive v4.2.0 |
| 3142 | 2025-08-26T20:38:22.189Z | [ helios-setup] Aug 26 20:38:22.093 INFO E| Downloaded libz-sys v1.1.8 |
| 3143 | 2025-08-26T20:38:22.249Z | [ helios-setup] Aug 26 20:38:22.163 INFO E| Downloaded bincode v1.3.3 |
| 3144 | 2025-08-26T20:38:22.274Z | [ helios-setup] Aug 26 20:38:22.167 INFO E| Downloaded serde_spanned v0.6.1 |
| 3145 | 2025-08-26T20:38:22.274Z | [ helios-setup] Aug 26 20:38:22.168 INFO E| Downloaded built v0.6.0 |
| 3146 | 2025-08-26T20:38:22.274Z | [ helios-setup] Aug 26 20:38:22.171 INFO E| Downloaded block-buffer v0.10.3 |
| 3147 | 2025-08-26T20:38:22.274Z | [ helios-setup] Aug 26 20:38:22.172 INFO E| Downloaded async-stream v0.3.5 |
| 3148 | 2025-08-26T20:38:22.274Z | [ helios-setup] Aug 26 20:38:22.177 INFO E| Downloaded anyhow v1.0.68 |
| 3149 | 2025-08-26T20:38:22.274Z | [ helios-setup] Aug 26 20:38:22.188 INFO E| Downloaded async-trait v0.1.68 |
| 3150 | 2025-08-26T20:38:22.299Z | [ helios-setup] Aug 26 20:38:22.193 INFO E| Downloaded ahash v0.8.3 |
| 3151 | 2025-08-26T20:38:22.299Z | [ helios-setup] Aug 26 20:38:22.197 INFO E| Downloaded serde_derive_internals v0.26.0 |
| 3152 | 2025-08-26T20:38:22.299Z | [ helios-setup] Aug 26 20:38:22.199 INFO E| Downloaded concolor-override v1.0.0 |
| 3153 | 2025-08-26T20:38:22.299Z | [ helios-setup] Aug 26 20:38:22.200 INFO E| Downloaded cpufeatures v0.2.5 |
| 3154 | 2025-08-26T20:38:22.299Z | [ helios-setup] Aug 26 20:38:22.202 INFO E| Downloaded semver-parser v0.10.2 |
| 3155 | 2025-08-26T20:38:22.300Z | [ helios-setup] Aug 26 20:38:22.204 INFO E| Downloaded proc-macro2 v1.0.86 |
| 3156 | 2025-08-26T20:38:22.300Z | [ helios-setup] Aug 26 20:38:22.208 INFO E| Downloaded ahash v0.7.6 |
| 3157 | 2025-08-26T20:38:22.300Z | [ helios-setup] Aug 26 20:38:22.211 INFO E| Downloaded futures v0.3.28 |
| 3158 | 2025-08-26T20:38:22.324Z | [ helios-setup] Aug 26 20:38:22.218 INFO E| Downloaded anstyle-parse v0.1.1 |
| 3159 | 2025-08-26T20:38:22.324Z | [ helios-setup] Aug 26 20:38:22.220 INFO E| Downloaded anstream v0.2.6 |
| 3160 | 2025-08-26T20:38:22.324Z | [ helios-setup] Aug 26 20:38:22.222 INFO E| Downloaded httparse v1.8.0 |
| 3161 | 2025-08-26T20:38:22.324Z | [ helios-setup] Aug 26 20:38:22.225 INFO E| Downloaded futures-executor v0.3.28 |
| 3162 | 2025-08-26T20:38:22.324Z | [ helios-setup] Aug 26 20:38:22.227 INFO E| Downloaded dyn-clone v1.0.11 |
| 3163 | 2025-08-26T20:38:22.324Z | [ helios-setup] Aug 26 20:38:22.229 INFO E| Downloaded cargo-lock v8.0.3 |
| 3164 | 2025-08-26T20:38:22.325Z | [ helios-setup] Aug 26 20:38:22.234 INFO E| Downloaded byteorder v1.4.3 |
| 3165 | 2025-08-26T20:38:22.372Z | [ helios-setup] Aug 26 20:38:22.287 INFO E| Downloaded ring v0.16.20 |
| 3166 | 2025-08-26T20:38:22.717Z | [ helios-setup] Aug 26 20:38:22.633 INFO E| Compiling proc-macro2 v1.0.86 |
| 3167 | 2025-08-26T20:38:22.717Z | [ helios-setup] Aug 26 20:38:22.633 INFO E| Compiling unicode-ident v1.0.8 |
| 3168 | 2025-08-26T20:38:22.742Z | [ helios-setup] Aug 26 20:38:22.633 INFO E| Compiling libc v0.2.139 |
| 3169 | 2025-08-26T20:38:22.742Z | [ helios-setup] Aug 26 20:38:22.633 INFO E| Compiling autocfg v1.1.0 |
| 3170 | 2025-08-26T20:38:22.742Z | [ helios-setup] Aug 26 20:38:22.633 INFO E| Compiling cfg-if v1.0.0 |
| 3171 | 2025-08-26T20:38:22.742Z | [ helios-setup] Aug 26 20:38:22.633 INFO E| Compiling version_check v0.9.4 |
| 3172 | 2025-08-26T20:38:22.742Z | [ helios-setup] Aug 26 20:38:22.633 INFO E| Compiling serde v1.0.204 |
| 3173 | 2025-08-26T20:38:22.742Z | [ helios-setup] Aug 26 20:38:22.633 INFO E| Compiling syn v1.0.107 |
| 3174 | 2025-08-26T20:38:23.008Z | [ helios-setup] Aug 26 20:38:22.924 INFO E| Compiling memchr v2.5.0 |
| 3175 | 2025-08-26T20:38:23.756Z | [ helios-setup] Aug 26 20:38:23.672 INFO E| Compiling once_cell v1.17.0 |
| 3176 | 2025-08-26T20:38:24.537Z | [ helios-setup] Aug 26 20:38:24.452 INFO E| Compiling thiserror v1.0.38 |
| 3177 | 2025-08-26T20:38:25.128Z | [ helios-setup] Aug 26 20:38:25.043 INFO E| Compiling itoa v1.0.6 |
| 3178 | 2025-08-26T20:38:25.278Z | [ helios-setup] Aug 26 20:38:25.194 INFO E| Compiling log v0.4.17 |
| 3179 | 2025-08-26T20:38:25.623Z | [ helios-setup] Aug 26 20:38:25.539 INFO E| Compiling serde_json v1.0.95 |
| 3180 | 2025-08-26T20:38:25.934Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3181 | 2025-08-26T20:38:26.710Z | [ host-package] Compiling qorb v0.4.1 |
| 3182 | 2025-08-26T20:38:26.865Z | [ helios-setup] Aug 26 20:38:26.780 INFO E| Compiling getrandom v0.2.8 |
| 3183 | 2025-08-26T20:38:26.890Z | [ helios-setup] Aug 26 20:38:26.787 INFO E| Compiling indexmap v1.9.3 |
| 3184 | 2025-08-26T20:38:27.094Z | [ helios-setup] Aug 26 20:38:27.010 INFO E| Compiling jobserver v0.1.26 |
| 3185 | 2025-08-26T20:38:27.762Z | [ helios-setup] Aug 26 20:38:27.678 INFO E| Compiling pin-project-lite v0.2.9 |
| 3186 | 2025-08-26T20:38:28.012Z | [ helios-setup] Aug 26 20:38:27.928 INFO E| Compiling cc v1.0.78 |
| 3187 | 2025-08-26T20:38:28.130Z | [ helios-setup] Aug 26 20:38:28.046 INFO E| Compiling quote v1.0.36 |
| 3188 | 2025-08-26T20:38:28.407Z | [ helios-setup] Aug 26 20:38:28.323 INFO E| Compiling typenum v1.16.0 |
| 3189 | 2025-08-26T20:38:28.432Z | [ helios-setup] Aug 26 20:38:28.343 INFO E| Compiling bitflags v1.3.2 |
| 3190 | 2025-08-26T20:38:28.432Z | [ helios-setup] Aug 26 20:38:28.343 INFO E| Compiling const-oid v0.9.6 |
| 3191 | 2025-08-26T20:38:28.605Z | [ helios-setup] Aug 26 20:38:28.521 INFO E| Compiling generic-array v0.14.6 |
| 3192 | 2025-08-26T20:38:28.942Z | [ helios-setup] Aug 26 20:38:28.858 INFO E| Compiling bytes v1.4.0 |
| 3193 | 2025-08-26T20:38:29.126Z | [ helios-setup] Aug 26 20:38:29.042 INFO E| Compiling syn v2.0.72 |
| 3194 | 2025-08-26T20:38:29.935Z | [ helios-setup] Aug 26 20:38:29.851 INFO E| Compiling futures-core v0.3.28 |
| 3195 | 2025-08-26T20:38:31.214Z | [ helios-setup] Aug 26 20:38:31.130 INFO E| Compiling ryu v1.0.13 |
| 3196 | 2025-08-26T20:38:31.991Z | [ helios-setup] Aug 26 20:38:31.907 INFO E| Compiling lock_api v0.4.9 |
| 3197 | 2025-08-26T20:38:32.016Z | [ helios-setup] Aug 26 20:38:31.908 INFO E| Compiling parking_lot_core v0.9.6 |
| 3198 | 2025-08-26T20:38:32.826Z | [ helios-setup] Aug 26 20:38:32.742 INFO E| Compiling slab v0.4.7 |
| 3199 | 2025-08-26T20:38:32.947Z | [ helios-setup] Aug 26 20:38:32.863 INFO E| Compiling scopeguard v1.1.0 |
| 3200 | 2025-08-26T20:38:33.482Z | [ helios-setup] Aug 26 20:38:33.398 INFO E| Compiling pkg-config v0.3.26 |
| 3201 | 2025-08-26T20:38:33.708Z | [ helios-setup] Aug 26 20:38:33.624 INFO E| Compiling futures-sink v0.3.28 |
| 3202 | 2025-08-26T20:38:33.821Z | [ helios-setup] Aug 26 20:38:33.736 INFO E| Compiling libm v0.2.15 |
| 3203 | 2025-08-26T20:38:34.063Z | [ helios-setup] Aug 26 20:38:33.979 INFO E| Compiling futures-task v0.3.28 |
| 3204 | 2025-08-26T20:38:34.184Z | [ helios-setup] Aug 26 20:38:34.100 INFO E| Compiling futures-channel v0.3.28 |
| 3205 | 2025-08-26T20:38:34.283Z | [ helios-setup] Aug 26 20:38:34.199 INFO E| Compiling io-lifetimes v1.0.10 |
| 3206 | 2025-08-26T20:38:35.660Z | [ helios-setup] Aug 26 20:38:35.577 INFO E| Compiling num-traits v0.2.15 |
| 3207 | 2025-08-26T20:38:35.854Z | [ helios-setup] Aug 26 20:38:35.768 INFO E| Compiling tokio v1.27.0 |
| 3208 | 2025-08-26T20:38:35.991Z | [ helios-setup] Aug 26 20:38:35.907 INFO E| Compiling rustix v0.37.3 |
| 3209 | 2025-08-26T20:38:36.320Z | [ helios-setup] Aug 26 20:38:36.236 INFO E| Compiling block-buffer v0.10.3 |
| 3210 | 2025-08-26T20:38:36.407Z | [ helios-setup] Aug 26 20:38:36.323 INFO E| Compiling crypto-common v0.1.6 |
| 3211 | 2025-08-26T20:38:36.941Z | [ helios-setup] Aug 26 20:38:36.857 INFO E| Compiling futures-util v0.3.28 |
| 3212 | 2025-08-26T20:38:37.253Z | [ helios-setup] Aug 26 20:38:37.169 INFO E| Compiling digest v0.10.7 |
| 3213 | 2025-08-26T20:38:38.848Z | [ helios-setup] Aug 26 20:38:38.764 INFO E| Compiling mio v0.8.5 |
| 3214 | 2025-08-26T20:38:39.372Z | [ helios-setup] Aug 26 20:38:39.287 INFO E| Compiling signal-hook-registry v1.4.0 |
| 3215 | 2025-08-26T20:38:39.538Z | [ helios-setup] Aug 26 20:38:39.454 INFO E| Compiling errno v0.3.1 |
| 3216 | 2025-08-26T20:38:39.996Z | [ helios-setup] Aug 26 20:38:39.912 INFO E| Compiling num_cpus v1.15.0 |
| 3217 | 2025-08-26T20:38:40.070Z | [ host-package] Compiling hickory-resolver v0.25.2 |
| 3218 | 2025-08-26T20:38:40.145Z | [ helios-setup] Aug 26 20:38:40.061 INFO E| Compiling socket2 v0.4.9 |
| 3219 | 2025-08-26T20:38:40.412Z | [ helios-setup] Aug 26 20:38:40.328 INFO E| Compiling pin-utils v0.1.0 |
| 3220 | 2025-08-26T20:38:40.528Z | [ helios-setup] Aug 26 20:38:40.445 INFO E| Compiling spin v0.5.2 |
| 3221 | 2025-08-26T20:38:40.903Z | [ helios-setup] Aug 26 20:38:40.819 INFO E| Compiling futures-io v0.3.28 |
| 3222 | 2025-08-26T20:38:41.238Z | [ helios-setup] Aug 26 20:38:41.154 INFO E| Compiling crunchy v0.2.2 |
| 3223 | 2025-08-26T20:38:42.477Z | [ helios-setup] Aug 26 20:38:42.393 INFO E| Compiling num-integer v0.1.45 |
| 3224 | 2025-08-26T20:38:42.651Z | [ helios-setup] Aug 26 20:38:42.550 INFO E| Compiling hashbrown v0.12.3 |
| 3225 | 2025-08-26T20:38:43.400Z | [ helios-setup] Aug 26 20:38:43.316 INFO E| Compiling schemars v0.8.12 |
| 3226 | 2025-08-26T20:38:43.689Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3227 | 2025-08-26T20:38:44.895Z | [ helios-setup] Aug 26 20:38:44.812 INFO E| Compiling cpufeatures v0.2.5 |
| 3228 | 2025-08-26T20:38:44.947Z | [ helios-setup] Aug 26 20:38:44.862 INFO E| Compiling tiny-keccak v2.0.2 |
| 3229 | 2025-08-26T20:38:45.151Z | [ helios-setup] Aug 26 20:38:45.068 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
| 3230 | 2025-08-26T20:38:45.925Z | [ helios-setup] Aug 26 20:38:45.842 INFO E| Compiling serde_derive_internals v0.26.0 |
| 3231 | 2025-08-26T20:38:46.362Z | [ helios-setup] Aug 26 20:38:46.278 INFO E| Compiling ahash v0.7.6 |
| 3232 | 2025-08-26T20:38:46.690Z | [ helios-setup] Aug 26 20:38:46.606 INFO E| Compiling heck v0.4.1 |
| 3233 | 2025-08-26T20:38:46.832Z | [ helios-setup] Aug 26 20:38:46.744 INFO E| Compiling slog v2.7.0 |
| 3234 | 2025-08-26T20:38:48.205Z | [ helios-setup] Aug 26 20:38:48.121 INFO E| Compiling thiserror-impl v1.0.38 |
| 3235 | 2025-08-26T20:38:48.489Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3236 | 2025-08-26T20:38:49.627Z | [ helios-setup] Aug 26 20:38:49.543 INFO E| Compiling serde_derive v1.0.204 |
| 3237 | 2025-08-26T20:38:49.749Z | [ helios-setup] Aug 26 20:38:49.665 INFO E| Compiling futures-macro v0.3.28 |
| 3238 | 2025-08-26T20:38:49.859Z | [ helios-setup] Aug 26 20:38:49.776 INFO E| Compiling tokio-macros v2.0.0 |
| 3239 | 2025-08-26T20:38:50.026Z | [ helios-setup] Aug 26 20:38:49.942 INFO E| Compiling ahash v0.8.3 |
| 3240 | 2025-08-26T20:38:50.218Z | [ helios-setup] Aug 26 20:38:50.135 INFO E| Compiling anyhow v1.0.68 |
| 3241 | 2025-08-26T20:38:50.366Z | [ helios-setup] Aug 26 20:38:50.283 INFO E| Compiling unicode-width v0.1.10 |
| 3242 | 2025-08-26T20:38:50.547Z | [ helios-setup] Aug 26 20:38:50.464 INFO E| Compiling schemars_derive v0.8.12 |
| 3243 | 2025-08-26T20:38:50.634Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3244 | 2025-08-26T20:38:52.301Z | [ helios-setup] Aug 26 20:38:52.217 INFO E| Compiling const-random-macro v0.1.15 |
| 3245 | 2025-08-26T20:38:55.027Z | [ helios-setup] Aug 26 20:38:54.944 INFO E| Compiling byteorder v1.4.3 |
| 3246 | 2025-08-26T20:38:55.051Z | [ helios-setup] Aug 26 20:38:54.945 INFO E| Compiling fnv v1.0.7 |
| 3247 | 2025-08-26T20:38:55.810Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3248 | 2025-08-26T20:38:55.889Z | [ helios-setup] Aug 26 20:38:55.805 INFO E| Compiling http v0.2.9 |
| 3249 | 2025-08-26T20:38:56.361Z | [ helios-setup] Aug 26 20:38:56.278 INFO E| Compiling const-random v0.1.15 |
| 3250 | 2025-08-26T20:38:56.906Z | [ helios-setup] Aug 26 20:38:56.823 INFO E| Compiling getopts v0.2.21 |
| 3251 | 2025-08-26T20:38:57.392Z | [ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3252 | 2025-08-26T20:38:57.437Z | [ helios-setup] Aug 26 20:38:57.353 INFO E| Compiling aho-corasick v0.7.20 |
| 3253 | 2025-08-26T20:38:57.500Z | [ helios-setup] Aug 26 20:38:57.416 INFO E| Compiling rand_core v0.6.4 |
| 3254 | 2025-08-26T20:38:58.309Z | [ helios-setup] Aug 26 20:38:58.225 INFO E| Compiling httparse v1.8.0 |
| 3255 | 2025-08-26T20:38:58.869Z | [ helios-setup] Aug 26 20:38:58.785 INFO E| Compiling crc32fast v1.3.2 |
| 3256 | 2025-08-26T20:38:58.970Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3257 | 2025-08-26T20:38:59.129Z | [ helios-setup] Aug 26 20:38:59.046 INFO E| Compiling time-core v0.1.2 |
| 3258 | 2025-08-26T20:38:59.195Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3259 | 2025-08-26T20:38:59.528Z | [ helios-setup] Aug 26 20:38:59.445 INFO E| Compiling powerfmt v0.2.0 |
| 3260 | 2025-08-26T20:39:00.014Z | [ helios-setup] Aug 26 20:38:59.931 INFO E| Compiling num-conv v0.1.0 |
| 3261 | 2025-08-26T20:39:00.654Z | [ helios-setup] Aug 26 20:39:00.571 INFO E| Compiling tinyvec_macros v0.1.1 |
| 3262 | 2025-08-26T20:39:00.964Z | [ helios-setup] Aug 26 20:39:00.880 INFO E| Compiling percent-encoding v2.2.0 |
| 3263 | 2025-08-26T20:39:01.002Z | [ helios-setup] Aug 26 20:39:00.919 INFO E| Compiling regex-syntax v0.6.29 |
| 3264 | 2025-08-26T20:39:01.885Z | [ helios-setup] Aug 26 20:39:01.801 INFO E| Compiling form_urlencoded v1.1.0 |
| 3265 | 2025-08-26T20:39:01.999Z | [ helios-setup] Aug 26 20:39:01.916 INFO E| Compiling tinyvec v1.6.0 |
| 3266 | 2025-08-26T20:39:02.104Z | [ helios-setup] Aug 26 20:39:02.021 INFO E| Compiling time-macros v0.2.18 |
| 3267 | 2025-08-26T20:39:05.443Z | [ helios-setup] Aug 26 20:39:05.357 INFO E| Compiling deranged v0.3.11 |
| 3268 | 2025-08-26T20:39:05.705Z | [ helios-setup] Aug 26 20:39:05.622 INFO E| Compiling hashbrown v0.13.2 |
| 3269 | 2025-08-26T20:39:05.937Z | [ helios-setup] Aug 26 20:39:05.854 INFO E| Compiling chrono v0.4.24 |
| 3270 | 2025-08-26T20:39:08.432Z | [ helios-setup] Aug 26 20:39:08.349 INFO E| Compiling regex v1.7.3 |
| 3271 | 2025-08-26T20:39:08.702Z | [ helios-setup] Aug 26 20:39:08.619 INFO E| Compiling libz-sys v1.1.8 |
| 3272 | 2025-08-26T20:39:09.810Z | [ helios-setup] Aug 26 20:39:09.727 INFO E| Compiling num_threads v0.1.6 |
| 3273 | 2025-08-26T20:39:09.873Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3274 | 2025-08-26T20:39:10.452Z | [ helios-setup] Aug 26 20:39:10.369 INFO E| Compiling ppv-lite86 v0.2.17 |
| 3275 | 2025-08-26T20:39:10.776Z | [ helios-setup] Aug 26 20:39:10.693 INFO E| Compiling dyn-clone v1.0.11 |
| 3276 | 2025-08-26T20:39:10.801Z | [ helios-setup] Aug 26 20:39:10.694 INFO E| Compiling uuid v1.3.0 |
| 3277 | 2025-08-26T20:39:11.064Z | [ helios-setup] Aug 26 20:39:10.981 INFO E| Compiling time v0.3.36 |
| 3278 | 2025-08-26T20:39:11.179Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3279 | 2025-08-26T20:39:11.398Z | [ helios-setup] Aug 26 20:39:11.315 INFO E| Compiling regress v0.5.0 |
| 3280 | 2025-08-26T20:39:11.726Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3281 | 2025-08-26T20:39:12.460Z | [ helios-setup] Aug 26 20:39:12.377 INFO E| Compiling rand_chacha v0.3.1 |
| 3282 | 2025-08-26T20:39:12.688Z | [ helios-setup] Aug 26 20:39:12.605 INFO E| Compiling unicode-normalization v0.1.22 |
| 3283 | 2025-08-26T20:39:13.041Z | [ host-package] Compiling maplit v1.0.2 |
| 3284 | 2025-08-26T20:39:13.222Z | [ host-package] Compiling crunchy v0.2.2 |
| 3285 | 2025-08-26T20:39:13.725Z | [ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3286 | 2025-08-26T20:39:14.765Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
| 3287 | 2025-08-26T20:39:16.072Z | [ helios-setup] Aug 26 20:39:15.989 INFO E| Compiling is-terminal v0.4.7 |
| 3288 | 2025-08-26T20:39:16.503Z | [ helios-setup] Aug 26 20:39:16.421 INFO E| Compiling toml v0.5.11 |
| 3289 | 2025-08-26T20:39:17.173Z | [ helios-setup] Aug 26 20:39:17.090 INFO E| Compiling smallvec v1.10.0 |
| 3290 | 2025-08-26T20:39:17.448Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
| 3291 | 2025-08-26T20:39:19.944Z | [ helios-setup] Aug 26 20:39:19.862 INFO E| Compiling parking_lot v0.12.1 |
| 3292 | 2025-08-26T20:39:20.339Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
| 3293 | 2025-08-26T20:39:20.402Z | [ helios-setup] Aug 26 20:39:20.319 INFO E| Compiling serde_tokenstream v0.2.0 |
| 3294 | 2025-08-26T20:39:21.560Z | [ host-package] Compiling proc-macro-error-attr2 v2.0.0 |
| 3295 | 2025-08-26T20:39:21.667Z | [ host-package] Compiling tiny-keccak v2.0.2 |
| 3296 | 2025-08-26T20:39:22.564Z | [ helios-setup] Aug 26 20:39:22.482 INFO E| Compiling sha2 v0.10.6 |
| 3297 | 2025-08-26T20:39:22.588Z | [ host-package] Compiling diesel_derives v2.2.3 |
| 3298 | 2025-08-26T20:39:22.695Z | [ helios-setup] Aug 26 20:39:22.612 INFO E| Compiling lazy_static v1.4.0 |
| 3299 | 2025-08-26T20:39:23.451Z | [ helios-setup] Aug 26 20:39:23.368 INFO E| Compiling dirs-sys-next v0.1.2 |
| 3300 | 2025-08-26T20:39:23.916Z | [ host-package] Compiling proc-macro-error2 v2.0.1 |
| 3301 | 2025-08-26T20:39:24.185Z | [ helios-setup] Aug 26 20:39:24.102 INFO E| Compiling tracing-core v0.1.30 |
| 3302 | 2025-08-26T20:39:25.708Z | [ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3303 | 2025-08-26T20:39:25.803Z | [ host-package] Compiling r2d2 v0.8.10 |
| 3304 | 2025-08-26T20:39:27.040Z | [ helios-setup] Aug 26 20:39:26.948 INFO E| Compiling unicode-bidi v0.3.13 |
| 3305 | 2025-08-26T20:39:27.590Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
| 3306 | 2025-08-26T20:39:28.301Z | [ helios-setup] Aug 26 20:39:28.218 INFO E| Compiling utf8parse v0.2.1 |
| 3307 | 2025-08-26T20:39:29.463Z | [ helios-setup] Aug 26 20:39:29.381 INFO E| Compiling ucd-trie v0.1.5 |
| 3308 | 2025-08-26T20:39:30.193Z | [ helios-setup] Aug 26 20:39:30.111 INFO E| Compiling base64 v0.21.0 |
| 3309 | 2025-08-26T20:39:30.954Z | [ helios-setup] Aug 26 20:39:30.871 INFO E| Compiling idna v0.3.0 |
| 3310 | 2025-08-26T20:39:30.978Z | [ helios-setup] Aug 26 20:39:30.872 INFO E| Compiling pest v2.5.7 |
| 3311 | 2025-08-26T20:39:31.579Z | [ host-package] Compiling num-derive v0.3.3 |
| 3312 | 2025-08-26T20:39:32.155Z | [ host-package] Compiling bit-vec v0.6.3 |
| 3313 | 2025-08-26T20:39:32.822Z | [ helios-setup] Aug 26 20:39:32.740 INFO E| Compiling anstyle-parse v0.1.1 |
| 3314 | 2025-08-26T20:39:33.260Z | [ host-package] Compiling bit-set v0.5.3 |
| 3315 | 2025-08-26T20:39:33.492Z | [ helios-setup] Aug 26 20:39:33.408 INFO E| Compiling tracing v0.1.37 |
| 3316 | 2025-08-26T20:39:33.940Z | [ helios-setup] Aug 26 20:39:33.857 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
| 3317 | 2025-08-26T20:39:34.098Z | [ helios-setup] Aug 26 20:39:34.016 INFO E| Compiling dirs-next v2.0.0 |
| 3318 | 2025-08-26T20:39:34.455Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3319 | 2025-08-26T20:39:35.024Z | [ helios-setup] Aug 26 20:39:34.942 INFO E| Compiling proc-macro-crate v1.2.1 |
| 3320 | 2025-08-26T20:39:35.048Z | [ host-package] Compiling const_format v0.2.34 |
| 3321 | 2025-08-26T20:39:35.732Z | [ helios-setup] Aug 26 20:39:35.650 INFO E| Compiling rand v0.8.5 |
| 3322 | 2025-08-26T20:39:36.036Z | [ host-package] Compiling libscf-sys v1.1.0 |
| 3323 | 2025-08-26T20:39:37.812Z | [ host-package] Compiling tabled_derive v0.10.0 |
| 3324 | 2025-08-26T20:39:38.171Z | [ helios-setup] Aug 26 20:39:38.087 INFO E| Compiling futures-executor v0.3.28 |
| 3325 | 2025-08-26T20:39:40.583Z | [ helios-setup] Aug 26 20:39:40.500 INFO E| Compiling terminal_size v0.2.6 |
| 3326 | 2025-08-26T20:39:40.648Z | [ helios-setup] Aug 26 20:39:40.566 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
| 3327 | 2025-08-26T20:39:40.672Z | [ helios-setup] Aug 26 20:39:40.567 INFO E| Compiling time v0.1.45 |
| 3328 | 2025-08-26T20:39:40.794Z | [ helios-setup] Aug 26 20:39:40.712 INFO E| Compiling thread_local v1.1.7 |
| 3329 | 2025-08-26T20:39:40.871Z | [ helios-setup] Aug 26 20:39:40.789 INFO E| Compiling anstyle v0.3.5 |
| 3330 | 2025-08-26T20:39:41.322Z | [ helios-setup] Aug 26 20:39:41.240 INFO E| Compiling concolor-query v0.3.3 |
| 3331 | 2025-08-26T20:39:42.115Z | [ helios-setup] Aug 26 20:39:42.032 INFO E| Compiling iana-time-zone v0.1.56 |
| 3332 | 2025-08-26T20:39:42.499Z | [ helios-setup] Aug 26 20:39:42.417 INFO E| Compiling concolor-override v1.0.0 |
| 3333 | 2025-08-26T20:39:42.958Z | [ helios-setup] Aug 26 20:39:42.876 INFO E| Compiling semver v1.0.17 |
| 3334 | 2025-08-26T20:39:43.191Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3335 | 2025-08-26T20:39:43.513Z | [ helios-setup] Aug 26 20:39:43.431 INFO E| Compiling tokio-util v0.7.7 |
| 3336 | 2025-08-26T20:39:44.196Z | [ helios-setup] Aug 26 20:39:44.114 INFO E| Compiling anstream v0.2.6 |
| 3337 | 2025-08-26T20:39:44.766Z | [ host-package] Compiling diesel v2.2.12 |
| 3338 | 2025-08-26T20:39:45.181Z | [ helios-setup] Aug 26 20:39:45.099 INFO E| Compiling futures v0.3.28 |
| 3339 | 2025-08-26T20:39:45.404Z | [ helios-setup] Aug 26 20:39:45.322 INFO E| Compiling semver-parser v0.10.2 |
| 3340 | 2025-08-26T20:39:45.910Z | [ helios-setup] Aug 26 20:39:45.828 INFO E| Compiling num_enum_derive v0.5.7 |
| 3341 | 2025-08-26T20:39:45.986Z | [ host-package] Compiling ascii-canvas v3.0.0 |
| 3342 | 2025-08-26T20:39:46.162Z | [ helios-setup] Aug 26 20:39:46.080 INFO E| Compiling term v0.7.0 |
| 3343 | 2025-08-26T20:39:46.862Z | [ host-package] Compiling papergrid v0.14.0 |
| 3344 | 2025-08-26T20:39:47.057Z | [ host-package] Compiling ena v0.14.3 |
| 3345 | 2025-08-26T20:39:48.397Z | [ helios-setup] Aug 26 20:39:48.314 INFO E| Compiling url v2.3.1 |
| 3346 | 2025-08-26T20:39:48.580Z | [ host-package] Compiling regex-syntax v0.6.29 |
| 3347 | 2025-08-26T20:39:49.696Z | [ helios-setup] Aug 26 20:39:49.614 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
| 3348 | 2025-08-26T20:39:51.406Z | [ helios-setup] Aug 26 20:39:51.324 INFO E| Compiling atty v0.2.14 |
| 3349 | 2025-08-26T20:39:51.527Z | [ helios-setup] Aug 26 20:39:51.445 INFO E| Compiling clap_lex v0.4.1 |
| 3350 | 2025-08-26T20:39:52.665Z | [ helios-setup] Aug 26 20:39:52.584 INFO E| Compiling same-file v1.0.6 |
| 3351 | 2025-08-26T20:39:52.897Z | [ helios-setup] Aug 26 20:39:52.815 INFO E| Compiling try-lock v0.2.4 |
| 3352 | 2025-08-26T20:39:53.175Z | [ helios-setup] Aug 26 20:39:53.093 INFO E| Compiling strsim v0.10.0 |
| 3353 | 2025-08-26T20:39:53.506Z | [ helios-setup] Aug 26 20:39:53.425 INFO E| Compiling adler v1.0.2 |
| 3354 | 2025-08-26T20:39:53.692Z | [ helios-setup] Aug 26 20:39:53.610 INFO E| Compiling want v0.3.0 |
| 3355 | 2025-08-26T20:39:54.464Z | [ helios-setup] Aug 26 20:39:54.383 INFO E| Compiling clap_builder v4.2.1 |
| 3356 | 2025-08-26T20:39:54.973Z | [ helios-setup] Aug 26 20:39:54.891 INFO E| Compiling miniz_oxide v0.6.2 |
| 3357 | 2025-08-26T20:39:55.463Z | [ helios-setup] Aug 26 20:39:55.382 INFO E| Compiling walkdir v2.3.3 |
| 3358 | 2025-08-26T20:39:57.105Z | [ helios-setup] Aug 26 20:39:57.024 INFO E| Compiling slog-term v2.9.0 |
| 3359 | 2025-08-26T20:39:59.387Z | [ host-package] Compiling bindgen v0.71.1 |
| 3360 | 2025-08-26T20:39:59.956Z | [ helios-setup] Aug 26 20:39:59.874 INFO E| Compiling num_enum v0.5.7 |
| 3361 | 2025-08-26T20:40:00.683Z | [ host-package] Compiling diff v0.1.13 |
| 3362 | 2025-08-26T20:40:01.781Z | [ helios-setup] Aug 26 20:40:01.698 INFO E| Compiling semver v0.11.0 |
| 3363 | 2025-08-26T20:40:01.912Z | [ helios-setup] Aug 26 20:40:01.828 INFO E| Compiling h2 v0.3.16 |
| 3364 | 2025-08-26T20:40:02.139Z | [ host-package] Compiling lalrpop v0.19.12 |
| 3365 | 2025-08-26T20:40:03.927Z | [ helios-setup] Aug 26 20:40:03.845 INFO E| Compiling http-body v0.4.5 |
| 3366 | 2025-08-26T20:40:03.959Z | [ helios-setup] Aug 26 20:40:03.871 INFO E| Compiling clap_derive v4.2.0 |
| 3367 | 2025-08-26T20:40:05.475Z | [ helios-setup] Aug 26 20:40:05.393 INFO E| Compiling ring v0.16.20 |
| 3368 | 2025-08-26T20:40:06.998Z | [ host-package] Compiling tabled v0.18.0 |
| 3369 | 2025-08-26T20:40:08.910Z | [ helios-setup] Aug 26 20:40:08.829 INFO E| Compiling base64ct v1.8.0 |
| 3370 | 2025-08-26T20:40:11.177Z | [ helios-setup] Aug 26 20:40:11.096 INFO E| Compiling zeroize v1.8.1 |
| 3371 | 2025-08-26T20:40:14.002Z | [ helios-setup] Aug 26 20:40:13.921 INFO E| Compiling fastrand v1.9.0 |
| 3372 | 2025-08-26T20:40:14.195Z | [ helios-setup] Aug 26 20:40:14.114 INFO E| Compiling httpdate v1.0.2 |
| 3373 | 2025-08-26T20:40:15.152Z | [ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3374 | 2025-08-26T20:40:15.580Z | [ helios-setup] Aug 26 20:40:15.499 INFO E| Compiling home v0.5.4 |
| 3375 | 2025-08-26T20:40:16.058Z | [ helios-setup] Aug 26 20:40:15.977 INFO E| Compiling tower-service v0.3.2 |
| 3376 | 2025-08-26T20:40:16.188Z | [ helios-setup] Aug 26 20:40:16.107 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
| 3377 | 2025-08-26T20:40:16.491Z | [ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3378 | 2025-08-26T20:40:16.821Z | [ helios-setup] Aug 26 20:40:16.741 INFO E| Compiling hyper v0.14.25 |
| 3379 | 2025-08-26T20:40:17.356Z | [ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3380 | 2025-08-26T20:40:17.716Z | [ helios-setup] Aug 26 20:40:17.635 INFO E| Compiling toolchain_find v0.2.0 |
| 3381 | 2025-08-26T20:40:19.102Z | [ helios-setup] Aug 26 20:40:19.019 INFO E| Compiling tempfile v3.5.0 |
| 3382 | 2025-08-26T20:40:19.771Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3383 | 2025-08-26T20:40:20.926Z | [ helios-setup] Aug 26 20:40:20.846 INFO E| Compiling clap v4.2.1 |
| 3384 | 2025-08-26T20:40:21.080Z | [ helios-setup] Aug 26 20:40:20.999 INFO E| Compiling pem-rfc7468 v0.7.0 |
| 3385 | 2025-08-26T20:40:23.189Z | [ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3386 | 2025-08-26T20:40:23.480Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3387 | 2025-08-26T20:40:24.324Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3388 | 2025-08-26T20:40:24.382Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3389 | 2025-08-26T20:40:29.822Z | [ helios-setup] Aug 26 20:40:29.741 INFO E| Compiling cargo-lock v8.0.3 |
| 3390 | 2025-08-26T20:40:32.784Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3391 | 2025-08-26T20:40:36.229Z | [ helios-setup] Aug 26 20:40:36.149 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
| 3392 | 2025-08-26T20:40:37.941Z | [ helios-setup] Aug 26 20:40:37.861 INFO E| Compiling flate2 v1.0.25 |
| 3393 | 2025-08-26T20:40:40.925Z | [ helios-setup] Aug 26 20:40:40.844 INFO E| Compiling serde_urlencoded v0.7.1 |
| 3394 | 2025-08-26T20:40:42.507Z | [ helios-setup] Aug 26 20:40:42.426 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
| 3395 | 2025-08-26T20:40:44.898Z | [ helios-setup] Aug 26 20:40:44.817 INFO E| Compiling der_derive v0.7.3 |
| 3396 | 2025-08-26T20:40:45.886Z | [ helios-setup] Aug 26 20:40:45.805 INFO E| Compiling sha1 v0.10.5 |
| 3397 | 2025-08-26T20:40:46.643Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3398 | 2025-08-26T20:40:47.752Z | [ host-package] Compiling derive_builder_core v0.20.2 |
| 3399 | 2025-08-26T20:40:48.506Z | [ helios-setup] Aug 26 20:40:48.426 INFO E| Compiling flagset v0.4.7 |
| 3400 | 2025-08-26T20:40:51.314Z | [ host-package] Compiling polar-core v0.27.3 |
| 3401 | 2025-08-26T20:40:51.369Z | [ helios-setup] Aug 26 20:40:51.287 INFO E| Compiling der v0.7.10 |
| 3402 | 2025-08-26T20:40:51.721Z | [ host-package] Compiling headers-core v0.3.0 |
| 3403 | 2025-08-26T20:40:52.107Z | [ host-package] Compiling libxml v0.3.3 |
| 3404 | 2025-08-26T20:40:52.936Z | [ host-package] Compiling headers v0.4.1 |
| 3405 | 2025-08-26T20:40:53.557Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
| 3406 | 2025-08-26T20:40:54.606Z | [ host-package] Compiling samael v0.0.19 |
| 3407 | 2025-08-26T20:40:55.419Z | [ helios-setup] Aug 26 20:40:55.338 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
| 3408 | 2025-08-26T20:40:55.751Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3409 | 2025-08-26T20:40:55.991Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3410 | 2025-08-26T20:40:56.021Z | [ helios-setup] Aug 26 20:40:55.941 INFO E| Compiling rustfmt-wrapper v0.2.0 |
| 3411 | 2025-08-26T20:40:57.781Z | [ helios-setup] Aug 26 20:40:57.701 INFO E| Compiling openapiv3 v1.0.2 |
| 3412 | 2025-08-26T20:40:58.220Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3413 | 2025-08-26T20:40:58.315Z | [ helios-setup] Aug 26 20:40:58.235 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
| 3414 | 2025-08-26T20:40:58.366Z | [ helios-setup] Aug 26 20:40:58.286 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
| 3415 | 2025-08-26T20:40:58.679Z | [ host-package] Compiling strum_macros v0.24.3 |
| 3416 | 2025-08-26T20:40:59.548Z | [ host-package] Compiling convert_case v0.7.1 |
| 3417 | 2025-08-26T20:40:59.670Z | [ helios-setup] Aug 26 20:40:59.590 INFO E| Compiling encoding_rs v0.8.32 |
| 3418 | 2025-08-26T20:41:00.944Z | [ host-package] Compiling termtree v0.5.1 |
| 3419 | 2025-08-26T20:41:01.070Z | [ helios-setup] Aug 26 20:41:00.990 INFO E| Compiling project-root v0.2.2 |
| 3420 | 2025-08-26T20:41:01.236Z | [ host-package] Compiling indoc v1.0.9 |
| 3421 | 2025-08-26T20:41:01.375Z | [ host-package] Compiling crc8 v0.1.1 |
| 3422 | 2025-08-26T20:41:01.774Z | [ host-package] Compiling derive_more-impl v2.0.1 |
| 3423 | 2025-08-26T20:41:01.939Z | [ helios-setup] Aug 26 20:41:01.859 INFO E| Compiling utf-8 v0.7.6 |
| 3424 | 2025-08-26T20:41:02.933Z | [ helios-setup] Aug 26 20:41:02.853 INFO E| Compiling mime v0.3.17 |
| 3425 | 2025-08-26T20:41:03.752Z | [ host-package] Compiling derive_builder v0.20.2 |
| 3426 | 2025-08-26T20:41:03.875Z | [ helios-setup] Aug 26 20:41:03.796 INFO E| Compiling base64 v0.13.1 |
| 3427 | 2025-08-26T20:41:05.367Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3428 | 2025-08-26T20:41:05.403Z | [ helios-setup] Aug 26 20:41:05.324 INFO E| Compiling untrusted v0.7.1 |
| 3429 | 2025-08-26T20:41:05.741Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
| 3430 | 2025-08-26T20:41:05.925Z | [ helios-setup] Aug 26 20:41:05.846 INFO E| Compiling unsafe-libyaml v0.2.8 |
| 3431 | 2025-08-26T20:41:06.018Z | [ helios-setup] Aug 26 20:41:05.935 INFO E| Compiling ipnet v2.7.2 |
| 3432 | 2025-08-26T20:41:06.331Z | [ host-package] Compiling oso-derive v0.27.3 |
| 3433 | 2025-08-26T20:41:06.899Z | [ helios-setup] Aug 26 20:41:06.820 INFO E| Compiling radium v0.7.0 |
| 3434 | 2025-08-26T20:41:06.981Z | [ helios-setup] Aug 26 20:41:06.901 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
| 3435 | 2025-08-26T20:41:08.072Z | [ host-package] Compiling quick-xml v0.37.2 |
| 3436 | 2025-08-26T20:41:08.375Z | [ host-package] Compiling derive_more v2.0.1 |
| 3437 | 2025-08-26T20:41:08.610Z | [ helios-setup] Aug 26 20:41:08.531 INFO E| Compiling reqwest v0.11.16 |
| 3438 | 2025-08-26T20:41:08.887Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3439 | 2025-08-26T20:41:08.962Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
| 3440 | 2025-08-26T20:41:10.197Z | [ helios-setup] Aug 26 20:41:10.117 INFO E| Compiling serde_yaml v0.9.21 |
| 3441 | 2025-08-26T20:41:10.454Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
| 3442 | 2025-08-26T20:41:11.384Z | [ host-package] Compiling siphasher v1.0.1 |
| 3443 | 2025-08-26T20:41:12.232Z | [ helios-setup] Aug 26 20:41:12.153 INFO E| Compiling tungstenite v0.18.0 |
| 3444 | 2025-08-26T20:41:12.433Z | [ host-package] Compiling arc-swap v1.7.1 |
| 3445 | 2025-08-26T20:41:12.918Z | [ host-package] Compiling phf_shared v0.12.1 |
| 3446 | 2025-08-26T20:41:14.125Z | [ host-package] Compiling slog-scope v4.4.0 |
| 3447 | 2025-08-26T20:41:14.509Z | [ host-package] Compiling vte v0.11.1 |
| 3448 | 2025-08-26T20:41:14.761Z | [ host-package] Compiling crossterm v0.29.0 |
| 3449 | 2025-08-26T20:41:16.115Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520) |
| 3450 | 2025-08-26T20:41:17.040Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3451 | 2025-08-26T20:41:17.203Z | [ helios-setup] Aug 26 20:41:17.123 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
| 3452 | 2025-08-26T20:41:17.441Z | [ helios-setup] Aug 26 20:41:17.362 INFO E| Compiling spki v0.7.3 |
| 3453 | 2025-08-26T20:41:18.957Z | [ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3454 | 2025-08-26T20:41:20.145Z | [ host-package] Compiling bb8 v0.8.5 |
| 3455 | 2025-08-26T20:41:21.310Z | [ helios-setup] Aug 26 20:41:21.231 INFO E| Compiling tap v1.0.1 |
| 3456 | 2025-08-26T20:41:21.630Z | [ helios-setup] Aug 26 20:41:21.551 INFO E| Compiling crossbeam-utils v0.8.14 |
| 3457 | 2025-08-26T20:41:23.120Z | [ helios-setup] Aug 26 20:41:23.041 INFO E| Compiling maybe-uninit v2.0.0 |
| 3458 | 2025-08-26T20:41:23.281Z | [ helios-setup] Aug 26 20:41:23.202 INFO E| Compiling wyz v0.5.1 |
| 3459 | 2025-08-26T20:41:24.997Z | [ helios-setup] Aug 26 20:41:24.918 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
| 3460 | 2025-08-26T20:41:30.933Z | [ host-package] Compiling unicase v2.7.0 |
| 3461 | 2025-08-26T20:41:31.989Z | [ host-package] Compiling xshell-macros v0.2.7 |
| 3462 | 2025-08-26T20:41:33.177Z | [ helios-setup] Aug 26 20:41:33.099 INFO E| Compiling tokio-tungstenite v0.18.0 |
| 3463 | 2025-08-26T20:41:33.971Z | [ host-package] Compiling chrono-tz v0.10.4 |
| 3464 | 2025-08-26T20:41:34.954Z | [ helios-setup] Aug 26 20:41:34.876 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
| 3465 | 2025-08-26T20:41:35.032Z | [ host-package] Compiling xshell v0.2.7 |
| 3466 | 2025-08-26T20:41:37.114Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520) |
| 3467 | 2025-08-26T20:41:38.509Z | [ helios-setup] Aug 26 20:41:38.430 INFO E| Compiling serde_spanned v0.6.1 |
| 3468 | 2025-08-26T20:41:39.575Z | [ helios-setup] Aug 26 20:41:39.497 INFO E| Compiling toml_datetime v0.6.1 |
| 3469 | 2025-08-26T20:41:41.420Z | [ helios-setup] Aug 26 20:41:41.341 INFO E| Compiling zerocopy-derive v0.6.6 |
| 3470 | 2025-08-26T20:41:42.014Z | [ host-package] Compiling oso v0.27.3 |
| 3471 | 2025-08-26T20:41:45.295Z | [ helios-setup] Aug 26 20:41:45.217 INFO E| Compiling bzip2-sys v0.1.13+1.0.8 |
| 3472 | 2025-08-26T20:41:46.292Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
| 3473 | 2025-08-26T20:41:46.664Z | [ helios-setup] Aug 26 20:41:46.585 INFO E| Compiling smartstring v1.0.1 |
| 3474 | 2025-08-26T20:41:47.080Z | [ helios-setup] Aug 26 20:41:47.002 INFO E| Compiling winnow v0.4.1 |
| 3475 | 2025-08-26T20:41:48.108Z | [ helios-setup] Aug 26 20:41:48.029 INFO E| Compiling packed_struct v0.10.1 |
| 3476 | 2025-08-26T20:41:48.157Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
| 3477 | 2025-08-26T20:41:49.585Z | [ host-package] Compiling slog-stdlog v4.1.1 |
| 3478 | 2025-08-26T20:41:49.740Z | [ helios-setup] Aug 26 20:41:49.662 INFO E| Compiling num-bigint-dig v0.8.4 |
| 3479 | 2025-08-26T20:41:50.945Z | [ helios-setup] Aug 26 20:41:50.868 INFO E| Compiling rustls v0.21.0 |
| 3480 | 2025-08-26T20:41:51.482Z | [ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3481 | 2025-08-26T20:41:51.523Z | [ helios-setup] Aug 26 20:41:51.440 INFO E| Compiling funty v2.0.0 |
| 3482 | 2025-08-26T20:41:55.063Z | [ helios-setup] Aug 26 20:41:54.984 INFO E| Compiling toml_edit v0.19.8 |
| 3483 | 2025-08-26T20:41:57.586Z | [ helios-setup] Aug 26 20:41:57.481 INFO E| Compiling bitvec v1.0.1 |
| 3484 | 2025-08-26T20:42:04.377Z | [ helios-setup] Aug 26 20:42:04.300 INFO E| Compiling zerocopy v0.6.6 |
| 3485 | 2025-08-26T20:42:08.013Z | [ host-package] Compiling phf v0.12.1 |
| 3486 | 2025-08-26T20:42:08.278Z | [ helios-setup] Aug 26 20:42:08.200 INFO E| Compiling pkcs8 v0.10.2 |
| 3487 | 2025-08-26T20:42:08.559Z | [ helios-setup] Aug 26 20:42:08.482 INFO E| Compiling rustls-webpki v0.100.1 |
| 3488 | 2025-08-26T20:42:08.933Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3489 | 2025-08-26T20:42:11.019Z | [ helios-setup] Aug 26 20:42:10.942 INFO E| Compiling sct v0.7.0 |
| 3490 | 2025-08-26T20:42:11.112Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3491 | 2025-08-26T20:42:11.804Z | [ helios-setup] Aug 26 20:42:11.727 INFO E| Compiling num-iter v0.1.44 |
| 3492 | 2025-08-26T20:42:12.068Z | [ helios-setup] Aug 26 20:42:11.990 INFO E| Compiling packed_struct_codegen v0.10.1 |
| 3493 | 2025-08-26T20:42:12.415Z | [ helios-setup] Aug 26 20:42:12.338 INFO E| Compiling match_cfg v0.1.0 |
| 3494 | 2025-08-26T20:42:12.513Z | [ host-package] Compiling fd-lock v4.0.2 |
| 3495 | 2025-08-26T20:42:12.556Z | [ helios-setup] Aug 26 20:42:12.478 INFO E| Compiling static_assertions v1.1.0 |
| 3496 | 2025-08-26T20:42:12.851Z | [ helios-setup] Aug 26 20:42:12.774 INFO E| Compiling paste v1.0.12 |
| 3497 | 2025-08-26T20:42:12.916Z | [ helios-setup] Aug 26 20:42:12.839 INFO E| Compiling async-trait v0.1.68 |
| 3498 | 2025-08-26T20:42:13.540Z | [ host-package] Compiling peg-macros v0.8.5 |
| 3499 | 2025-08-26T20:42:14.078Z | [ helios-setup] Aug 26 20:42:14.001 INFO E| Compiling slog-async v2.7.0 |
| 3500 | 2025-08-26T20:42:14.213Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3501 | 2025-08-26T20:42:14.499Z | [ helios-setup] Aug 26 20:42:14.422 INFO E| Compiling camino v1.1.4 |
| 3502 | 2025-08-26T20:42:15.399Z | [ helios-setup] Aug 26 20:42:15.322 INFO E| Compiling nodrop v0.1.14 |
| 3503 | 2025-08-26T20:42:15.827Z | [ helios-setup] Aug 26 20:42:15.750 INFO E| Compiling crc-catalog v2.4.0 |
| 3504 | 2025-08-26T20:42:16.232Z | [ helios-setup] Aug 26 20:42:16.155 INFO E| Compiling crc v3.3.0 |
| 3505 | 2025-08-26T20:42:16.719Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
| 3506 | 2025-08-26T20:42:16.851Z | [ helios-setup] Aug 26 20:42:16.774 INFO E| Compiling array-init v0.0.4 |
| 3507 | 2025-08-26T20:42:18.674Z | [ host-package] Compiling peg v0.8.5 |
| 3508 | 2025-08-26T20:42:19.028Z | [ host-package] Compiling reedline v0.40.0 |
| 3509 | 2025-08-26T20:42:19.296Z | [ helios-setup] Aug 26 20:42:19.218 INFO E| Compiling hostname v0.3.1 |
| 3510 | 2025-08-26T20:42:19.397Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3511 | 2025-08-26T20:42:21.071Z | [ helios-setup] Aug 26 20:42:20.993 INFO E| Compiling pkcs1 v0.7.5 |
| 3512 | 2025-08-26T20:42:22.441Z | [ helios-setup] Aug 26 20:42:22.364 INFO E| Compiling crossbeam-channel v0.5.6 |
| 3513 | 2025-08-26T20:42:25.764Z | [ helios-setup] Aug 26 20:42:25.687 INFO E| Compiling smallvec v0.6.14 |
| 3514 | 2025-08-26T20:42:26.311Z | [ helios-setup] Aug 26 20:42:26.234 INFO E| Compiling toml v0.7.3 |
| 3515 | 2025-08-26T20:42:26.985Z | [ helios-setup] Aug 26 20:42:26.907 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
| 3516 | 2025-08-26T20:42:28.154Z | [ helios-setup] Aug 26 20:42:28.077 INFO E| Compiling slog-json v2.6.1 |
| 3517 | 2025-08-26T20:42:29.642Z | [ helios-setup] Aug 26 20:42:29.564 INFO E| Compiling bitflags v2.9.1 |
| 3518 | 2025-08-26T20:42:31.553Z | [ helios-setup] Aug 26 20:42:31.476 INFO E| Compiling bincode v1.3.3 |
| 3519 | 2025-08-26T20:42:34.520Z | [ helios-setup] Aug 26 20:42:34.443 INFO E| Compiling unicode-linebreak v0.1.4 |
| 3520 | 2025-08-26T20:42:34.931Z | [ helios-setup] Aug 26 20:42:34.854 INFO E| Compiling signature v2.2.0 |
| 3521 | 2025-08-26T20:42:35.583Z | [ helios-setup] Aug 26 20:42:35.506 INFO E| Compiling async-stream-impl v0.3.5 |
| 3522 | 2025-08-26T20:42:36.006Z | [ helios-setup] Aug 26 20:42:35.929 INFO E| Compiling rhai_codegen v1.5.0 |
| 3523 | 2025-08-26T20:42:37.726Z | [ helios-setup] Aug 26 20:42:37.649 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
| 3524 | 2025-08-26T20:42:38.512Z | [ helios-setup] Aug 26 20:42:38.435 INFO E| Compiling bitfield v0.14.0 |
| 3525 | 2025-08-26T20:42:39.044Z | [ helios-setup] Aug 26 20:42:38.968 INFO E| Compiling subtle v2.6.1 |
| 3526 | 2025-08-26T20:42:39.284Z | [ helios-setup] Aug 26 20:42:39.207 INFO E| Compiling take_mut v0.2.2 |
| 3527 | 2025-08-26T20:42:39.413Z | [ helios-setup] Aug 26 20:42:39.337 INFO E| Compiling equivalent v1.0.2 |
| 3528 | 2025-08-26T20:42:39.907Z | [ helios-setup] Aug 26 20:42:39.829 INFO E| Compiling termcolor v1.2.0 |
| 3529 | 2025-08-26T20:42:39.964Z | [ helios-setup] Aug 26 20:42:39.888 INFO E| Compiling allocator-api2 v0.2.21 |
| 3530 | 2025-08-26T20:42:39.989Z | [ helios-setup] Aug 26 20:42:39.889 INFO E| Compiling foldhash v0.1.5 |
| 3531 | 2025-08-26T20:42:41.016Z | [ helios-setup] Aug 26 20:42:40.939 INFO E| Compiling rhai v1.14.0 |
| 3532 | 2025-08-26T20:42:41.775Z | [ helios-setup] Aug 26 20:42:41.698 INFO E| Compiling env_logger v0.10.2 |
| 3533 | 2025-08-26T20:42:42.062Z | [ helios-setup] Aug 26 20:42:41.985 INFO E| Compiling hashbrown v0.15.3 |
| 3534 | 2025-08-26T20:42:42.284Z | [ helios-setup] Aug 26 20:42:42.207 INFO E| Compiling rsa v0.9.8 |
| 3535 | 2025-08-26T20:42:42.569Z | [ helios-setup] Aug 26 20:42:42.492 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#f05c063e) |
| 3536 | 2025-08-26T20:42:42.981Z | [ helios-setup] Aug 26 20:42:42.904 INFO E| Compiling async-stream v0.3.5 |
| 3537 | 2025-08-26T20:42:44.023Z | [ helios-setup] Aug 26 20:42:43.946 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
| 3538 | 2025-08-26T20:42:45.376Z | [ helios-setup] Aug 26 20:42:45.300 INFO E| Compiling ron v0.8.1 |
| 3539 | 2025-08-26T20:42:46.484Z | [ helios-setup] Aug 26 20:42:46.407 INFO E| Compiling tokio-rustls v0.24.0 |
| 3540 | 2025-08-26T20:42:47.593Z | [ helios-setup] Aug 26 20:42:47.517 INFO E| Compiling slog-bunyan v2.4.0 |
| 3541 | 2025-08-26T20:42:47.929Z | [ helios-setup] Aug 26 20:42:47.852 INFO E| Compiling serde-hex v0.1.0 |
| 3542 | 2025-08-26T20:42:53.086Z | [ helios-setup] Aug 26 20:42:53.010 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3543 | 2025-08-26T20:42:53.979Z | [ helios-setup] Aug 26 20:42:53.902 INFO E| Compiling x509-cert v0.2.5 |
| 3544 | 2025-08-26T20:42:54.956Z | [ helios-setup] Aug 26 20:42:54.879 INFO E| Compiling rustls-pemfile v1.0.2 |
| 3545 | 2025-08-26T20:42:56.142Z | [ helios-setup] Aug 26 20:42:56.066 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
| 3546 | 2025-08-26T20:42:56.273Z | [ helios-setup] Aug 26 20:42:56.195 INFO E| Compiling serde_path_to_error v0.1.11 |
| 3547 | 2025-08-26T20:42:56.454Z | [ helios-setup] Aug 26 20:42:56.378 INFO E| Compiling derive-where v1.4.0 |
| 3548 | 2025-08-26T20:42:57.194Z | [ host-package] Compiling slog-envlogger v2.2.0 |
| 3549 | 2025-08-26T20:42:58.793Z | [ helios-setup] Aug 26 20:42:58.716 INFO E| Compiling crc-any v2.5.0 |
| 3550 | 2025-08-26T20:42:59.970Z | [ helios-setup] Aug 26 20:42:59.894 INFO E| Compiling rustc-hash v2.1.1 |
| 3551 | 2025-08-26T20:43:00.531Z | [ helios-setup] Aug 26 20:43:00.454 INFO E| Compiling debug-ignore v1.0.5 |
| 3552 | 2025-08-26T20:43:00.555Z | [ helios-setup] Aug 26 20:43:00.456 INFO E| Compiling hex v0.4.3 |
| 3553 | 2025-08-26T20:43:00.881Z | [ helios-setup] Aug 26 20:43:00.805 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3554 | 2025-08-26T20:43:00.997Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3555 | 2025-08-26T20:43:01.217Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3556 | 2025-08-26T20:43:02.823Z | [ helios-setup] Aug 26 20:43:02.747 INFO E| Compiling iddqd v0.3.1 |
| 3557 | 2025-08-26T20:43:03.913Z | [ helios-setup] Aug 26 20:43:03.837 INFO E| Compiling object v0.30.4 |
| 3558 | 2025-08-26T20:43:04.129Z | [ helios-setup] Aug 26 20:43:04.053 INFO E| Compiling path-slash v0.1.5 |
| 3559 | 2025-08-26T20:43:04.734Z | [ helios-setup] Aug 26 20:43:04.658 INFO E| Compiling smawk v0.3.1 |
| 3560 | 2025-08-26T20:43:05.434Z | [ helios-setup] Aug 26 20:43:05.358 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#f05c063e) |
| 3561 | 2025-08-26T20:43:06.233Z | [ host-package] Compiling typify-impl v0.2.0 |
| 3562 | 2025-08-26T20:43:07.126Z | [ host-package] Compiling bcs v0.1.6 |
| 3563 | 2025-08-26T20:43:07.870Z | [ host-package] Compiling fxhash v0.2.1 |
| 3564 | 2025-08-26T20:43:08.912Z | [ host-package] Compiling libz-sys v1.1.20 |
| 3565 | 2025-08-26T20:43:09.199Z | [ host-package] Compiling half v1.8.3 |
| 3566 | 2025-08-26T20:43:09.930Z | [ helios-setup] Aug 26 20:43:09.854 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks) |
| 3567 | 2025-08-26T20:43:10.889Z | [ host-package] Compiling serde_cbor v0.11.2 |
| 3568 | 2025-08-26T20:43:12.577Z | [ helios-setup] Aug 26 20:43:12.499 INFO E| Compiling textwrap v0.16.0 |
| 3569 | 2025-08-26T20:43:13.613Z | [ helios-setup] Aug 26 20:43:13.538 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client) |
| 3570 | 2025-08-26T20:43:16.665Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3571 | 2025-08-26T20:43:21.441Z | [ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3572 | 2025-08-26T20:43:25.376Z | [ host-package] Compiling typify-macro v0.2.0 |
| 3573 | 2025-08-26T20:43:25.999Z | [ host-package] Compiling kstat-rs v0.2.4 |
| 3574 | 2025-08-26T20:43:26.313Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3575 | 2025-08-26T20:43:27.339Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3576 | 2025-08-26T20:43:28.728Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3577 | 2025-08-26T20:43:29.903Z | [ helios-setup] Aug 26 20:43:29.828 INFO E| Compiling bzip2 v0.4.4 |
| 3578 | 2025-08-26T20:43:31.059Z | [ helios-setup] Aug 26 20:43:30.983 INFO E| Compiling zip v0.6.6 |
| 3579 | 2025-08-26T20:43:31.933Z | [ host-package] Compiling nix v0.30.1 |
| 3580 | 2025-08-26T20:43:33.430Z | [ helios-setup] Aug 26 20:43:33.355 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e) |
| 3581 | 2025-08-26T20:43:33.953Z | [ host-package] Compiling nanorand v0.7.0 |
| 3582 | 2025-08-26T20:43:36.012Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
| 3583 | 2025-08-26T20:43:37.380Z | [ host-package] Compiling parking_lot_core v0.8.6 |
| 3584 | 2025-08-26T20:43:45.782Z | [ helios-setup] Aug 26 20:43:45.705 INFO E| Compiling git2 v0.16.1 |
| 3585 | 2025-08-26T20:43:47.732Z | [ host-package] Compiling flume v0.11.1 |
| 3586 | 2025-08-26T20:43:49.063Z | [ host-package] Compiling mime_guess v2.0.5 |
| 3587 | 2025-08-26T20:43:50.453Z | [ helios-setup] Aug 26 20:43:50.379 INFO E| Compiling built v0.6.0 |
| 3588 | 2025-08-26T20:43:51.543Z | [ host-package] Compiling ignore v0.4.23 |
| 3589 | 2025-08-26T20:43:51.711Z | [ helios-setup] Aug 26 20:43:51.637 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
| 3590 | 2025-08-26T20:43:51.794Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3591 | 2025-08-26T20:43:53.146Z | [ helios-setup] Aug 26 20:43:53.072 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
| 3592 | 2025-08-26T20:43:53.990Z | [ helios-setup] Aug 26 20:43:53.916 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
| 3593 | 2025-08-26T20:43:55.156Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| warning: struct `NeedRequestContext` is never constructed |
| 3594 | 2025-08-26T20:43:55.156Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| --> racktest/agent/server/src/lib.rs:104:9 |
| 3595 | 2025-08-26T20:43:55.202Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| | |
| 3596 | 2025-08-26T20:43:55.202Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| 104 | rc: RequestContext<Arc<Agent>>, |
| 3597 | 2025-08-26T20:43:55.202Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| | ^^^^^^^^^^^^^^ |
| 3598 | 2025-08-26T20:43:55.202Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| | |
| 3599 | 2025-08-26T20:43:55.202Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| = note: `#[warn(dead_code)]` on by default |
| 3600 | 2025-08-26T20:43:55.202Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| warning: struct `NeedHttpResponse` is never constructed |
| 3601 | 2025-08-26T20:43:55.202Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| --> racktest/agent/server/src/lib.rs:107:6 |
| 3602 | 2025-08-26T20:43:55.203Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| | |
| 3603 | 2025-08-26T20:43:55.203Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| 107 | ) -> DSResult<HttpResponseUpdatedNoContent> { |
| 3604 | 2025-08-26T20:43:55.203Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| | ^^^^^^^^ |
| 3605 | 2025-08-26T20:43:55.203Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| warning: struct `NeedRequestContext` is never constructed |
| 3606 | 2025-08-26T20:43:55.203Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| --> racktest/agent/server/src/lib.rs:132:9 |
| 3607 | 2025-08-26T20:43:55.203Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| | |
| 3608 | 2025-08-26T20:43:55.203Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| 132 | rc: RequestContext<Arc<Agent>>, |
| 3609 | 2025-08-26T20:43:55.203Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| | ^^^^^^^^^^^^^^ |
| 3610 | 2025-08-26T20:43:55.203Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| warning: struct `NeedHttpResponse` is never constructed |
| 3611 | 2025-08-26T20:43:55.203Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| --> racktest/agent/server/src/lib.rs:135:6 |
| 3612 | 2025-08-26T20:43:55.203Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| | |
| 3613 | 2025-08-26T20:43:55.203Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| 135 | ) -> DSResult<HttpResponseUpdatedNoContent> { |
| 3614 | 2025-08-26T20:43:55.203Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| | ^^^^^^^^ |
| 3615 | 2025-08-26T20:43:55.203Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| warning: struct `NeedRequestContext` is never constructed |
| 3616 | 2025-08-26T20:43:55.203Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| --> racktest/agent/server/src/lib.rs:284:9 |
| 3617 | 2025-08-26T20:43:55.203Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| | |
| 3618 | 2025-08-26T20:43:55.203Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| 284 | rc: RequestContext<Arc<Agent>>, |
| 3619 | 2025-08-26T20:43:55.203Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| | ^^^^^^^^^^^^^^ |
| 3620 | 2025-08-26T20:43:55.203Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| warning: struct `NeedRequestContext` is never constructed |
| 3621 | 2025-08-26T20:43:55.203Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| --> racktest/agent/server/src/lib.rs:406:9 |
| 3622 | 2025-08-26T20:43:55.203Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| | |
| 3623 | 2025-08-26T20:43:55.203Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| 406 | rc: RequestContext<Arc<Agent>>, |
| 3624 | 2025-08-26T20:43:55.203Z | [ helios-setup] Aug 26 20:43:55.082 INFO E| | ^^^^^^^^^^^^^^ |
| 3625 | 2025-08-26T20:43:57.310Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3626 | 2025-08-26T20:43:58.763Z | [ helios-setup] Aug 26 20:43:58.689 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
| 3627 | 2025-08-26T20:44:00.589Z | [ host-package] Compiling castaway v0.2.3 |
| 3628 | 2025-08-26T20:44:01.033Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3629 | 2025-08-26T20:44:02.359Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3630 | 2025-08-26T20:44:03.516Z | [ host-package] Compiling compact_str v0.8.0 |
| 3631 | 2025-08-26T20:44:07.384Z | [ host-package] Compiling globwalk v0.9.1 |
| 3632 | 2025-08-26T20:44:08.906Z | [ helios-setup] Aug 26 20:44:08.833 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
| 3633 | 2025-08-26T20:44:10.313Z | [ host-package] Compiling typify v0.2.0 |
| 3634 | 2025-08-26T20:44:10.393Z | [ helios-setup] Aug 26 20:44:10.320 INFO E| warning: `racktest-agent` (lib) generated 6 warnings |
| 3635 | 2025-08-26T20:44:10.896Z | [ host-package] Compiling predicates-tree v1.0.12 |
| 3636 | 2025-08-26T20:44:11.918Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3637 | 2025-08-26T20:44:12.822Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3638 | 2025-08-26T20:44:15.897Z | [ host-package] Compiling unicode-truncate v1.1.0 |
| 3639 | 2025-08-26T20:44:18.098Z | [ host-package] Compiling lru v0.12.5 |
| 3640 | 2025-08-26T20:44:19.121Z | [ host-package] Compiling vergen v8.3.2 |
| 3641 | 2025-08-26T20:44:20.227Z | [ host-package] Compiling nibble_vec v0.1.0 |
| 3642 | 2025-08-26T20:44:21.018Z | [ host-package] Compiling cargo-platform v0.1.8 |
| 3643 | 2025-08-26T20:44:22.168Z | [ host-package] Compiling instability v0.3.2 |
| 3644 | 2025-08-26T20:44:24.284Z | [ host-package] Compiling atty v0.2.14 |
| 3645 | 2025-08-26T20:44:24.906Z | [ host-package] Compiling http-range v0.1.5 |
| 3646 | 2025-08-26T20:44:25.015Z | [ host-package] Compiling indoc v2.0.6 |
| 3647 | 2025-08-26T20:44:26.390Z | [ host-package] Compiling cassowary v0.3.0 |
| 3648 | 2025-08-26T20:44:26.918Z | [ host-package] Compiling salty v0.3.0 |
| 3649 | 2025-08-26T20:44:26.976Z | [ host-package] Compiling endian-type v0.1.2 |
| 3650 | 2025-08-26T20:44:27.745Z | [ host-package] Compiling radix_trie v0.2.1 |
| 3651 | 2025-08-26T20:44:28.369Z | [ host-package] Compiling ratatui v0.29.0 |
| 3652 | 2025-08-26T20:44:30.147Z | [ host-package] Compiling cargo_metadata v0.18.1 |
| 3653 | 2025-08-26T20:44:33.071Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3654 | 2025-08-26T20:44:36.088Z | [ host-package] Compiling camino-tempfile-ext v0.3.2 |
| 3655 | 2025-08-26T20:44:39.192Z | [ host-package] Compiling parking_lot v0.11.2 |
| 3656 | 2025-08-26T20:44:42.741Z | [ host-package] Compiling progenitor-impl v0.8.0 |
| 3657 | 2025-08-26T20:44:44.530Z | [ host-package] Compiling git2 v0.19.0 |
| 3658 | 2025-08-26T20:44:47.451Z | [ helios-setup] Aug 26 20:44:47.379 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
| 3659 | 2025-08-26T20:44:54.293Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3660 | 2025-08-26T20:44:56.373Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3661 | 2025-08-26T20:44:57.243Z | [ host-package] Compiling rand_seeder v0.4.0 |
| 3662 | 2025-08-26T20:44:57.914Z | [ host-package] Compiling prefix-trie v0.7.0 |
| 3663 | 2025-08-26T20:44:59.288Z | [ host-package] Compiling lzma-sys v0.1.20 |
| 3664 | 2025-08-26T20:44:59.802Z | [ host-package] Compiling rustls v0.21.12 |
| 3665 | 2025-08-26T20:45:00.763Z | [ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 3666 | 2025-08-26T20:45:00.863Z | [ host-package] Compiling hickory-server v0.25.2 |
| 3667 | 2025-08-26T20:45:02.626Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3668 | 2025-08-26T20:45:03.409Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3669 | 2025-08-26T20:45:08.156Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
| 3670 | 2025-08-26T20:45:11.529Z | [ host-package] Compiling progenitor-macro v0.8.0 |
| 3671 | 2025-08-26T20:45:13.778Z | [ host-package] Compiling sled v0.34.7 |
| 3672 | 2025-08-26T20:45:30.893Z | [ host-package] Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 3673 | 2025-08-26T20:45:40.602Z | [ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3674 | 2025-08-26T20:45:44.356Z | [ host-package] Compiling hickory-client v0.25.2 |
| 3675 | 2025-08-26T20:45:49.123Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3676 | 2025-08-26T20:45:49.211Z | [ helios-setup] Aug 26 20:45:49.141 INFO E| Finished `release` profile [optimized] target(s) in 7m 35s |
| 3677 | 2025-08-26T20:45:49.321Z | [ helios-setup] Aug 26 20:45:49.250 INFO building project "pilot" ok (455 seconds) |
| 3678 | 2025-08-26T20:45:49.348Z | [ helios-setup] Aug 26 20:45:49.251 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver" |
| 3679 | 2025-08-26T20:45:49.455Z | [ helios-setup] Aug 26 20:45:49.384 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.89.0-x86_64-unknown-illumos (default)" |
| 3680 | 2025-08-26T20:45:49.455Z | [ helios-setup] Aug 26 20:45:49.384 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
| 3681 | 2025-08-26T20:45:49.455Z | [ helios-setup] Aug 26 20:45:49.384 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
| 3682 | 2025-08-26T20:45:49.816Z | [ helios-setup] Aug 26 20:45:49.745 INFO E| Downloading crates ... |
| 3683 | 2025-08-26T20:45:49.891Z | [ helios-setup] Aug 26 20:45:49.820 INFO E| Downloaded typenum v1.15.0 |
| 3684 | 2025-08-26T20:45:49.916Z | [ helios-setup] Aug 26 20:45:49.824 INFO E| Downloaded sha2 v0.10.5 |
| 3685 | 2025-08-26T20:45:49.916Z | [ helios-setup] Aug 26 20:45:49.827 INFO E| Downloaded digest v0.10.3 |
| 3686 | 2025-08-26T20:45:49.916Z | [ helios-setup] Aug 26 20:45:49.829 INFO E| Downloaded anyhow v1.0.62 |
| 3687 | 2025-08-26T20:45:49.916Z | [ helios-setup] Aug 26 20:45:49.834 INFO E| Downloaded bytes v1.2.1 |
| 3688 | 2025-08-26T20:45:50.014Z | [ helios-setup] Aug 26 20:45:49.931 INFO E| Compiling version_check v0.9.4 |
| 3689 | 2025-08-26T20:45:50.015Z | [ helios-setup] Aug 26 20:45:49.931 INFO E| Compiling typenum v1.15.0 |
| 3690 | 2025-08-26T20:45:50.015Z | [ helios-setup] Aug 26 20:45:49.931 INFO E| Compiling cfg-if v1.0.0 |
| 3691 | 2025-08-26T20:45:50.015Z | [ helios-setup] Aug 26 20:45:49.931 INFO E| Compiling crc32fast v1.3.2 |
| 3692 | 2025-08-26T20:45:50.015Z | [ helios-setup] Aug 26 20:45:49.931 INFO E| Compiling anyhow v1.0.62 |
| 3693 | 2025-08-26T20:45:50.015Z | [ helios-setup] Aug 26 20:45:49.931 INFO E| Compiling adler v1.0.2 |
| 3694 | 2025-08-26T20:45:50.015Z | [ helios-setup] Aug 26 20:45:49.931 INFO E| Compiling cpufeatures v0.2.5 |
| 3695 | 2025-08-26T20:45:50.015Z | [ helios-setup] Aug 26 20:45:49.931 INFO E| Compiling unicode-width v0.1.10 |
| 3696 | 2025-08-26T20:45:50.333Z | [ helios-setup] Aug 26 20:45:50.261 INFO E| Compiling getopts v0.2.21 |
| 3697 | 2025-08-26T20:45:50.546Z | [ helios-setup] Aug 26 20:45:50.476 INFO E| Compiling miniz_oxide v0.6.2 |
| 3698 | 2025-08-26T20:45:50.571Z | [ helios-setup] Aug 26 20:45:50.497 INFO E| Compiling bitflags v1.3.2 |
| 3699 | 2025-08-26T20:45:50.634Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3700 | 2025-08-26T20:45:50.751Z | [ helios-setup] Aug 26 20:45:50.680 INFO E| Compiling bytes v1.2.1 |
| 3701 | 2025-08-26T20:45:51.087Z | [ helios-setup] Aug 26 20:45:51.016 INFO E| Compiling generic-array v0.14.6 |
| 3702 | 2025-08-26T20:45:52.286Z | [ helios-setup] Aug 26 20:45:52.216 INFO E| Compiling flate2 v1.0.25 |
| 3703 | 2025-08-26T20:45:55.788Z | [ helios-setup] Aug 26 20:45:55.717 INFO E| Compiling crypto-common v0.1.6 |
| 3704 | 2025-08-26T20:45:55.788Z | [ helios-setup] Aug 26 20:45:55.717 INFO E| Compiling block-buffer v0.10.3 |
| 3705 | 2025-08-26T20:45:56.131Z | [ helios-setup] Aug 26 20:45:56.061 INFO E| Compiling digest v0.10.3 |
| 3706 | 2025-08-26T20:45:56.523Z | [ helios-setup] Aug 26 20:45:56.453 INFO E| Compiling sha2 v0.10.5 |
| 3707 | 2025-08-26T20:45:57.071Z | [ helios-setup] Aug 26 20:45:57.000 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
| 3708 | 2025-08-26T20:46:02.070Z | [ helios-setup] Aug 26 20:46:02.000 INFO E| Finished `release` profile [optimized] target(s) in 12.50s |
| 3709 | 2025-08-26T20:46:02.095Z | [ helios-setup] Aug 26 20:46:02.025 INFO building project "bootserver" ok (12 seconds) |
| 3710 | 2025-08-26T20:46:02.095Z | [ helios-setup] Aug 26 20:46:02.025 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick" |
| 3711 | 2025-08-26T20:46:02.317Z | [ helios-setup] Aug 26 20:46:02.247 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.89.0-x86_64-unknown-illumos (default)" |
| 3712 | 2025-08-26T20:46:02.342Z | [ helios-setup] Aug 26 20:46:02.247 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
| 3713 | 2025-08-26T20:46:02.342Z | [ helios-setup] Aug 26 20:46:02.247 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
| 3714 | 2025-08-26T20:46:02.773Z | [ helios-setup] Aug 26 20:46:02.703 INFO E| Downloading crates ... |
| 3715 | 2025-08-26T20:46:02.859Z | [ helios-setup] Aug 26 20:46:02.789 INFO E| Downloaded miniz_oxide v0.8.8 |
| 3716 | 2025-08-26T20:46:02.942Z | [ helios-setup] Aug 26 20:46:02.870 INFO E| Compiling adler2 v2.0.0 |
| 3717 | 2025-08-26T20:46:03.147Z | [ helios-setup] Aug 26 20:46:03.076 INFO E| Compiling miniz_oxide v0.8.8 |
| 3718 | 2025-08-26T20:46:03.919Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3719 | 2025-08-26T20:46:04.626Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3720 | 2025-08-26T20:46:05.846Z | [ helios-setup] Aug 26 20:46:05.776 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
| 3721 | 2025-08-26T20:46:06.876Z | [ helios-setup] Aug 26 20:46:06.807 INFO E| Finished `release` profile [optimized] target(s) in 4.42s |
| 3722 | 2025-08-26T20:46:06.901Z | [ helios-setup] Aug 26 20:46:06.821 INFO building project "pinprick" ok (4 seconds) |
| 3723 | 2025-08-26T20:46:06.901Z | [ helios-setup] rm -f helios-build |
| 3724 | 2025-08-26T20:46:06.901Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
| 3725 | 2025-08-26T20:46:06.926Z | [ helios-setup] |
| 3726 | 2025-08-26T20:46:06.926Z | [ helios-setup] Setup complete! ./helios-build is now available. |
| 3727 | 2025-08-26T20:46:06.926Z | [ helios-setup] |
| 3728 | 2025-08-26T20:46:06.926Z | [ helios-setup] |
| 3729 | 2025-08-26T20:46:06.926Z | [ helios-setup] real 12:05.843755681 |
| 3730 | 2025-08-26T20:46:06.926Z | [ helios-setup] user 31:35.102678798 |
| 3731 | 2025-08-26T20:46:06.926Z | [ helios-setup] sys 3:16.663154089 |
| 3732 | 2025-08-26T20:46:06.926Z | [ helios-setup] trap 2.635812726 |
| 3733 | 2025-08-26T20:46:06.926Z | [ helios-setup] tflt 4.247268968 |
| 3734 | 2025-08-26T20:46:06.926Z | [ helios-setup] dflt 17.518830269 |
| 3735 | 2025-08-26T20:46:06.926Z | [ helios-setup] kflt 0.003765992 |
| 3736 | 2025-08-26T20:46:06.926Z | [ helios-setup] lock 2:41:45.486063704 |
| 3737 | 2025-08-26T20:46:06.926Z | [ helios-setup] slp 4:06:13.909272344 |
| 3738 | 2025-08-26T20:46:06.926Z | [ helios-setup] lat 36:14.251958933 |
| 3739 | 2025-08-26T20:46:06.926Z | [ helios-setup] stop 6:22.470162035 |
| 3740 | 2025-08-26T20:46:06.926Z | Aug 26 20:46:06.840 INFO [helios-setup] process exited with exit status: 0 (725.850838867s) |
| 3741 | 2025-08-26T20:46:06.926Z | Aug 26 20:46:06.840 INFO [helios-record] running task |
| 3742 | 2025-08-26T20:46:06.926Z | Aug 26 20:46:06.841 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit} |
| 3743 | 2025-08-26T20:46:06.926Z | Aug 26 20:46:06.849 DEBG process exited with exit status: 0 (7.772105ms) |
| 3744 | 2025-08-26T20:46:06.926Z | Aug 26 20:46:06.849 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit} |
| 3745 | 2025-08-26T20:46:06.951Z | Aug 26 20:46:06.859 DEBG process exited with exit status: 0 (9.506058ms) |
| 3746 | 2025-08-26T20:46:06.951Z | Aug 26 20:46:06.859 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit} |
| 3747 | 2025-08-26T20:46:06.951Z | Aug 26 20:46:06.875 DEBG process exited with exit status: 0 (15.990265ms) |
| 3748 | 2025-08-26T20:46:06.951Z | Aug 26 20:46:06.875 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit} |
| 3749 | 2025-08-26T20:46:06.976Z | Aug 26 20:46:06.883 DEBG process exited with exit status: 0 (8.321426ms) |
| 3750 | 2025-08-26T20:46:06.976Z | Aug 26 20:46:06.883 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit} |
| 3751 | 2025-08-26T20:46:06.976Z | Aug 26 20:46:06.892 DEBG process exited with exit status: 0 (8.773131ms) |
| 3752 | 2025-08-26T20:46:06.976Z | Aug 26 20:46:06.892 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit} |
| 3753 | 2025-08-26T20:46:06.976Z | Aug 26 20:46:06.901 DEBG process exited with exit status: 0 (9.559415ms) |
| 3754 | 2025-08-26T20:46:06.976Z | Aug 26 20:46:06.901 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit} |
| 3755 | 2025-08-26T20:46:07.001Z | Aug 26 20:46:06.917 DEBG process exited with exit status: 0 (15.899212ms) |
| 3756 | 2025-08-26T20:46:07.001Z | Aug 26 20:46:06.917 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit} |
| 3757 | 2025-08-26T20:46:07.001Z | Aug 26 20:46:06.925 DEBG process exited with exit status: 0 (7.622967ms) |
| 3758 | 2025-08-26T20:46:07.001Z | Aug 26 20:46:06.926 INFO [helios-record] task succeeded (86.146649ms) |
| 3759 | 2025-08-26T20:46:08.538Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3760 | 2025-08-26T20:46:08.754Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 3761 | 2025-08-26T20:46:09.038Z | [ host-package] Compiling progenitor-client v0.8.0 |
| 3762 | 2025-08-26T20:46:09.987Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3763 | 2025-08-26T20:46:10.369Z | [ host-package] Compiling sct v0.7.1 |
| 3764 | 2025-08-26T20:46:10.531Z | [ host-package] Compiling rustls-webpki v0.101.7 |
| 3765 | 2025-08-26T20:46:10.887Z | [ host-package] Compiling primeorder v0.13.6 |
| 3766 | 2025-08-26T20:46:11.043Z | [ host-package] Compiling heck v0.3.3 |
| 3767 | 2025-08-26T20:46:11.099Z | [ host-package] Compiling env_filter v0.1.2 |
| 3768 | 2025-08-26T20:46:11.473Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 3769 | 2025-08-26T20:46:11.557Z | [ host-package] Compiling void v1.0.2 |
| 3770 | 2025-08-26T20:46:11.825Z | [ host-package] Compiling lzss v0.8.2 |
| 3771 | 2025-08-26T20:46:12.028Z | [ host-package] Compiling env_logger v0.11.5 |
| 3772 | 2025-08-26T20:46:12.939Z | [ host-package] Compiling p384 v0.13.0 |
| 3773 | 2025-08-26T20:46:13.469Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
| 3774 | 2025-08-26T20:46:14.690Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3775 | 2025-08-26T20:46:14.739Z | [ host-package] Compiling progenitor v0.8.0 |
| 3776 | 2025-08-26T20:46:15.089Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3777 | 2025-08-26T20:46:15.836Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3778 | 2025-08-26T20:46:17.677Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 3779 | 2025-08-26T20:46:27.011Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3780 | 2025-08-26T20:46:28.388Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3781 | 2025-08-26T20:46:28.562Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3782 | 2025-08-26T20:46:30.125Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3783 | 2025-08-26T20:46:33.622Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3784 | 2025-08-26T20:46:34.086Z | [ host-package] Compiling tungstenite v0.23.0 |
| 3785 | 2025-08-26T20:46:36.040Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3786 | 2025-08-26T20:46:36.409Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3787 | 2025-08-26T20:46:36.766Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3788 | 2025-08-26T20:46:37.157Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3789 | 2025-08-26T20:46:37.199Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3790 | 2025-08-26T20:46:37.519Z | [ host-package] Compiling nix v0.27.1 |
| 3791 | 2025-08-26T20:46:37.635Z | [ host-package] Compiling serde_bytes v0.11.17 |
| 3792 | 2025-08-26T20:46:37.940Z | [ host-package] Compiling number_prefix v0.4.0 |
| 3793 | 2025-08-26T20:46:38.284Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3794 | 2025-08-26T20:46:38.321Z | [ host-package] Compiling base64 v0.13.1 |
| 3795 | 2025-08-26T20:46:38.729Z | [ host-package] Compiling indicatif v0.17.11 |
| 3796 | 2025-08-26T20:46:39.146Z | [ host-package] Compiling ron v0.7.1 |
| 3797 | 2025-08-26T20:46:40.542Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3798 | 2025-08-26T20:46:41.590Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
| 3799 | 2025-08-26T20:46:42.272Z | [ host-package] Compiling xz2 v0.1.7 |
| 3800 | 2025-08-26T20:46:42.942Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3801 | 2025-08-26T20:46:44.265Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3802 | 2025-08-26T20:46:45.088Z | [ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3803 | 2025-08-26T20:46:50.016Z | [ host-package] Compiling tokio-rustls v0.24.1 |
| 3804 | 2025-08-26T20:46:50.410Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3805 | 2025-08-26T20:46:50.585Z | [ host-package] Compiling zone v0.1.8 |
| 3806 | 2025-08-26T20:46:52.696Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3807 | 2025-08-26T20:46:54.051Z | [ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3808 | 2025-08-26T20:46:54.236Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3809 | 2025-08-26T20:46:56.431Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3810 | 2025-08-26T20:46:59.213Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3811 | 2025-08-26T20:47:07.846Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3812 | 2025-08-26T20:47:07.982Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3813 | 2025-08-26T20:47:09.795Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3814 | 2025-08-26T20:47:10.143Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3815 | 2025-08-26T20:47:11.280Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3816 | 2025-08-26T20:47:13.307Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3817 | 2025-08-26T20:47:13.704Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
| 3818 | 2025-08-26T20:47:14.472Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
| 3819 | 2025-08-26T20:47:14.582Z | [ host-package] Compiling twox-hash v2.1.0 |
| 3820 | 2025-08-26T20:47:14.792Z | [ host-package] Compiling yasna v0.5.2 |
| 3821 | 2025-08-26T20:47:15.799Z | [ host-package] Compiling secrecy v0.8.0 |
| 3822 | 2025-08-26T20:47:16.292Z | [ host-package] Compiling is_ci v1.2.0 |
| 3823 | 2025-08-26T20:47:16.684Z | [ host-package] Compiling supports-color v3.0.2 |
| 3824 | 2025-08-26T20:47:18.122Z | [ host-package] Compiling rcgen v0.12.1 |
| 3825 | 2025-08-26T20:47:24.959Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3826 | 2025-08-26T20:47:30.514Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3827 | 2025-08-26T20:47:31.328Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3828 | 2025-08-26T20:47:33.319Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3829 | 2025-08-26T20:47:50.751Z | [ host-package] Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3830 | 2025-08-26T20:47:53.637Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3831 | 2025-08-26T20:47:54.789Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3832 | 2025-08-26T20:48:04.409Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3833 | 2025-08-26T20:48:04.452Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3834 | 2025-08-26T20:48:12.079Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3835 | 2025-08-26T20:48:13.184Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3836 | 2025-08-26T20:48:19.980Z | [ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3837 | 2025-08-26T20:48:21.643Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3838 | 2025-08-26T20:48:21.907Z | [ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3839 | 2025-08-26T20:48:22.261Z | [ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3840 | 2025-08-26T20:48:22.655Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3841 | 2025-08-26T20:48:23.186Z | [ host-package] Compiling fatfs v0.3.6 |
| 3842 | 2025-08-26T20:48:25.187Z | [ host-package] Compiling subprocess v0.2.9 |
| 3843 | 2025-08-26T20:48:25.764Z | [ host-package] Compiling rtoolbox v0.0.2 |
| 3844 | 2025-08-26T20:48:26.285Z | [ host-package] Compiling assert_matches v1.5.0 |
| 3845 | 2025-08-26T20:48:28.673Z | [ host-package] Compiling rpassword v7.4.0 |
| 3846 | 2025-08-26T20:48:29.207Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3847 | 2025-08-26T20:48:29.723Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3848 | 2025-08-26T20:48:31.447Z | [ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3849 | 2025-08-26T20:48:36.619Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3850 | 2025-08-26T20:48:36.662Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3851 | 2025-08-26T20:48:55.847Z | [ host-package] Compiling tui-tree-widget v0.23.1 |
| 3852 | 2025-08-26T20:48:56.710Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3853 | 2025-08-26T20:49:09.083Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3854 | 2025-08-26T20:49:10.907Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3855 | 2025-08-26T20:49:11.286Z | [ host-package] Compiling uzers v0.12.1 |
| 3856 | 2025-08-26T20:49:11.326Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3857 | 2025-08-26T20:49:14.854Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3858 | 2025-08-26T20:49:16.989Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3859 | 2025-08-26T20:49:30.553Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3860 | 2025-08-26T20:49:43.293Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3861 | 2025-08-26T20:49:43.554Z | [ host-package] Compiling support-bundle-viewer v0.1.2 |
| 3862 | 2025-08-26T20:49:46.574Z | [ host-package] Compiling multimap v0.10.1 |
| 3863 | 2025-08-26T20:52:08.700Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3864 | 2025-08-26T21:03:31.774Z | [ host-package] Finished `release` profile [optimized] target(s) in 27m 24s |
| 3865 | 2025-08-26T21:05:04.422Z | Aug 26 21:05:04.388 INFO [host-package] process exited with exit status: 0 (1737.918574218s) |
| 3866 | 2025-08-26T21:05:04.422Z | Aug 26 21:05:04.388 INFO [host-stamp] running task |
| 3867 | 2025-08-26T21:05:04.448Z | Aug 26 21:05:04.389 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
| 3868 | 2025-08-26T21:05:04.448Z | Aug 26 21:05:04.389 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 16.0.0-0.ci+git823d0d5e5b0 |
| 3869 | 2025-08-26T21:05:04.448Z | Aug 26 21:05:04.391 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 16.0.0-0.ci+git823d0d5e5b0 |
| 3870 | 2025-08-26T21:05:04.448Z | Aug 26 21:05:04.392 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 16.0.0-0.ci+git823d0d5e5b0 |
| 3871 | 2025-08-26T21:05:04.448Z | Aug 26 21:05:04.392 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 16.0.0-0.ci+git823d0d5e5b0 |
| 3872 | 2025-08-26T21:05:04.448Z | Aug 26 21:05:04.393 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 16.0.0-0.ci+git823d0d5e5b0 |
| 3873 | 2025-08-26T21:05:04.448Z | Aug 26 21:05:04.394 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 16.0.0-0.ci+git823d0d5e5b0 |
| 3874 | 2025-08-26T21:05:04.449Z | Aug 26 21:05:04.397 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 16.0.0-0.ci+git823d0d5e5b0 |
| 3875 | 2025-08-26T21:05:04.449Z | Aug 26 21:05:04.397 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 16.0.0-0.ci+git823d0d5e5b0 |
| 3876 | 2025-08-26T21:05:04.449Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3877 | 2025-08-26T21:05:04.449Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
| 3878 | 2025-08-26T21:05:04.449Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3879 | 2025-08-26T21:05:04.475Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3880 | 2025-08-26T21:05:04.475Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3881 | 2025-08-26T21:05:04.475Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3882 | 2025-08-26T21:05:04.475Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3883 | 2025-08-26T21:05:04.475Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3884 | 2025-08-26T21:05:04.475Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
| 3885 | 2025-08-26T21:05:04.475Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3886 | 2025-08-26T21:05:04.475Z | Aug 26 21:05:04.436 INFO [stamp-overlay] process exited with exit status: 0 (41.787159ms) |
| 3887 | 2025-08-26T21:05:04.475Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
| 3888 | 2025-08-26T21:05:04.501Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
| 3889 | 2025-08-26T21:05:04.501Z | Aug 26 21:05:04.446 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (49.751058ms) |
| 3890 | 2025-08-26T21:05:04.501Z | Aug 26 21:05:04.451 INFO [stamp-oxlog] process exited with exit status: 0 (59.860404ms) |
| 3891 | 2025-08-26T21:05:04.672Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
| 3892 | 2025-08-26T21:05:04.697Z | Aug 26 21:05:04.646 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (254.970028ms) |
| 3893 | 2025-08-26T21:05:04.997Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 3894 | 2025-08-26T21:05:05.023Z | Aug 26 21:05:04.972 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (578.605202ms) |
| 3895 | 2025-08-26T21:05:05.205Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
| 3896 | 2025-08-26T21:05:05.231Z | Aug 26 21:05:05.177 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (784.644094ms) |
| 3897 | 2025-08-26T21:05:06.455Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
| 3898 | 2025-08-26T21:05:06.484Z | Aug 26 21:05:06.429 INFO [stamp-propolis-server] process exited with exit status: 0 (2.03587143s) |
| 3899 | 2025-08-26T21:05:06.790Z | [recovery-package] Compiling newtype-uuid v1.2.4 |
| 3900 | 2025-08-26T21:05:07.646Z | [recovery-package] Compiling daft v0.1.4 |
| 3901 | 2025-08-26T21:05:08.242Z | [recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3902 | 2025-08-26T21:05:08.839Z | [recovery-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 3903 | 2025-08-26T21:05:08.839Z | [recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3904 | 2025-08-26T21:05:08.865Z | [recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3905 | 2025-08-26T21:05:08.938Z | [recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3906 | 2025-08-26T21:05:09.813Z | [recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3907 | 2025-08-26T21:05:15.967Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
| 3908 | 2025-08-26T21:05:15.992Z | Aug 26 21:05:15.940 INFO [stamp-switch-asic] process exited with exit status: 0 (11.5509096s) |
| 3909 | 2025-08-26T21:05:15.993Z | Aug 26 21:05:15.940 INFO [host-stamp] task succeeded (11.552453692s) |
| 3910 | 2025-08-26T21:05:15.993Z | Aug 26 21:05:15.940 INFO [host-proto] running task |
| 3911 | 2025-08-26T21:05:16.838Z | Aug 26 21:05:16.804 INFO [host-proto] task succeeded (863.708039ms) |
| 3912 | 2025-08-26T21:05:16.838Z | Aug 26 21:05:16.804 INFO [host-profile] running task |
| 3913 | 2025-08-26T21:05:16.864Z | Aug 26 21:05:16.807 INFO [host-profile] task succeeded (2.454195ms) |
| 3914 | 2025-08-26T21:05:16.864Z | Aug 26 21:05:16.807 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.37.402' -P /tmp/.tmpQmIViS/proto/host/root -N 'ci 823d0d5/${os_short_commit} 2025-08-26 20:34' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
| 3915 | 2025-08-26T21:05:16.864Z | [ host-image] Aug 26 21:05:16.824 INFO Checking files for board 'gimlet' |
| 3916 | 2025-08-26T21:05:16.864Z | [ host-image] Aug 26 21:05:16.824 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 3917 | 2025-08-26T21:05:16.864Z | [ host-image] Aug 26 21:05:16.824 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml" |
| 3918 | 2025-08-26T21:05:16.864Z | [ host-image] Aug 26 21:05:16.824 INFO Checking files for board 'cosmo' |
| 3919 | 2025-08-26T21:05:16.864Z | [ host-image] Aug 26 21:05:16.824 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 3920 | 2025-08-26T21:05:16.864Z | [ host-image] Aug 26 21:05:16.824 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml" |
| 3921 | 2025-08-26T21:05:16.891Z | [ host-image] Aug 26 21:05:16.853 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpQmIViS/proto/host/root" |
| 3922 | 2025-08-26T21:05:16.891Z | [ host-image] Aug 26 21:05:16.853 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ } |
| 3923 | 2025-08-26T21:05:16.891Z | [ host-image] Aug 26 21:05:16.853 INFO image builder template: ramdisk-01-os... |
| 3924 | 2025-08-26T21:05:16.891Z | [ host-image] Aug 26 21:05:16.853 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/.tmpQmIViS/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.37.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 3925 | 2025-08-26T21:05:16.920Z | [ host-image] Aug 26 21:05:16.886 INFO O| Aug 26 21:05:16.886 INFO CREATE DATASET: rpool/images/build/host/output |
| 3926 | 2025-08-26T21:05:17.052Z | [ host-image] Aug 26 21:05:17.018 INFO O| Aug 26 21:05:17.018 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3927 | 2025-08-26T21:05:17.078Z | [ host-image] Aug 26 21:05:17.026 INFO O| Aug 26 21:05:17.026 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3928 | 2025-08-26T21:05:17.171Z | [ host-image] Aug 26 21:05:17.137 INFO O| Aug 26 21:05:17.137 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled |
| 3929 | 2025-08-26T21:05:17.209Z | [ host-image] Aug 26 21:05:17.173 INFO O| Aug 26 21:05:17.173 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3930 | 2025-08-26T21:05:17.209Z | [ host-image] Aug 26 21:05:17.174 INFO O| Aug 26 21:05:17.174 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 3931 | 2025-08-26T21:05:17.234Z | [ host-image] Aug 26 21:05:17.174 INFO O| Aug 26 21:05:17.174 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk |
| 3932 | 2025-08-26T21:05:17.234Z | [ host-image] Aug 26 21:05:17.174 INFO O| Aug 26 21:05:17.174 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk |
| 3933 | 2025-08-26T21:05:17.234Z | [ host-image] Aug 26 21:05:17.189 INFO O| Aug 26 21:05:17.188 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 3934 | 2025-08-26T21:05:17.333Z | [ host-image] Aug 26 21:05:17.299 INFO O| Aug 26 21:05:17.299 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3935 | 2025-08-26T21:05:17.359Z | [ host-image] Aug 26 21:05:17.316 INFO O| Aug 26 21:05:17.316 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"] |
| 3936 | 2025-08-26T21:05:17.901Z | [ host-image] Aug 26 21:05:17.867 INFO O| Aug 26 21:05:17.867 INFO O| Caching catalogs ... Done |
| 3937 | 2025-08-26T21:05:18.025Z | [ host-image] Aug 26 21:05:17.991 INFO O| Aug 26 21:05:17.991 INFO STEP 0 (pkg_image_create) COMPLETE |
| 3938 | 2025-08-26T21:05:18.025Z | [ host-image] Aug 26 21:05:17.991 INFO O| Aug 26 21:05:17.991 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3939 | 2025-08-26T21:05:18.051Z | [ host-image] Aug 26 21:05:18.012 INFO O| Aug 26 21:05:18.012 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
| 3940 | 2025-08-26T21:05:18.767Z | [ host-image] Aug 26 21:05:18.733 INFO O| Aug 26 21:05:18.732 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 3941 | 2025-08-26T21:05:18.767Z | [ host-image] Aug 26 21:05:18.733 INFO O| Aug 26 21:05:18.732 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3942 | 2025-08-26T21:05:18.793Z | [ host-image] Aug 26 21:05:18.733 INFO O| Aug 26 21:05:18.733 INFO skip step because feature "publisher_1_name" is not enabled |
| 3943 | 2025-08-26T21:05:18.793Z | [ host-image] Aug 26 21:05:18.733 INFO O| Aug 26 21:05:18.733 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3944 | 2025-08-26T21:05:18.793Z | [ host-image] Aug 26 21:05:18.733 INFO O| Aug 26 21:05:18.733 INFO skip step because feature "publisher_2_name" is not enabled |
| 3945 | 2025-08-26T21:05:18.793Z | [ host-image] Aug 26 21:05:18.733 INFO O| Aug 26 21:05:18.733 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3946 | 2025-08-26T21:05:18.793Z | [ host-image] Aug 26 21:05:18.733 INFO O| Aug 26 21:05:18.733 INFO skip step because feature "publisher_3_name" is not enabled |
| 3947 | 2025-08-26T21:05:18.793Z | [ host-image] Aug 26 21:05:18.733 INFO O| Aug 26 21:05:18.733 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3948 | 2025-08-26T21:05:19.330Z | [ host-image] Aug 26 21:05:19.296 INFO O| Aug 26 21:05:19.296 INFO variant opensolaris.zone is already global |
| 3949 | 2025-08-26T21:05:19.355Z | [ host-image] Aug 26 21:05:19.296 INFO O| Aug 26 21:05:19.296 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 3950 | 2025-08-26T21:05:19.355Z | [ host-image] Aug 26 21:05:19.296 INFO O| Aug 26 21:05:19.296 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3951 | 2025-08-26T21:05:19.863Z | [ host-image] Aug 26 21:05:19.829 INFO O| Aug 26 21:05:19.829 INFO variant opensolaris.imagetype is full; changing to partial |
| 3952 | 2025-08-26T21:05:19.864Z | [ host-image] Aug 26 21:05:19.829 INFO O| Aug 26 21:05:19.829 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 3953 | 2025-08-26T21:05:24.422Z | [recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3954 | 2025-08-26T21:05:24.422Z | [recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3955 | 2025-08-26T21:05:24.448Z | [recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3956 | 2025-08-26T21:05:29.938Z | [recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3957 | 2025-08-26T21:05:30.062Z | [recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3958 | 2025-08-26T21:05:31.278Z | [recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3959 | 2025-08-26T21:05:31.879Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3960 | 2025-08-26T21:05:32.070Z | [recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3961 | 2025-08-26T21:05:33.832Z | [recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3962 | 2025-08-26T21:05:36.833Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3963 | 2025-08-26T21:05:54.836Z | [ host-image] Aug 26 21:05:54.803 INFO O| Aug 26 21:05:54.803 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 3964 | 2025-08-26T21:06:06.657Z | [recovery-package] Finished `release` profile [optimized] target(s) in 1m 01s |
| 3965 | 2025-08-26T21:06:09.605Z | [ host-image] Aug 26 21:06:09.573 INFO O| Aug 26 21:06:09.573 INFO O| Startup: Caching catalogs ... Done |
| 3966 | 2025-08-26T21:06:09.691Z | [ host-image] Aug 26 21:06:09.658 INFO O| Aug 26 21:06:09.658 INFO O| Planning: Planning completed in 0.00 seconds |
| 3967 | 2025-08-26T21:06:09.720Z | [ host-image] Aug 26 21:06:09.659 INFO O| Aug 26 21:06:09.659 INFO O| Planning: Consolidating action changes ... Done |
| 3968 | 2025-08-26T21:06:09.720Z | [ host-image] Aug 26 21:06:09.659 INFO O| Aug 26 21:06:09.659 INFO O| Planning: Evaluating mediators ... Done |
| 3969 | 2025-08-26T21:06:09.720Z | [ host-image] Aug 26 21:06:09.659 INFO O| Aug 26 21:06:09.659 INFO O| Planning: Planning completed in 0.00 seconds |
| 3970 | 2025-08-26T21:06:09.720Z | [ host-image] Aug 26 21:06:09.660 INFO O| Aug 26 21:06:09.659 INFO O| Variants/Facets to change: 1 |
| 3971 | 2025-08-26T21:06:09.720Z | [ host-image] Aug 26 21:06:09.681 INFO O| Aug 26 21:06:09.681 INFO O| Done |
| 3972 | 2025-08-26T21:06:09.720Z | [ host-image] Aug 26 21:06:09.681 INFO O| Aug 26 21:06:09.681 INFO O| Done |
| 3973 | 2025-08-26T21:06:11.461Z | Aug 26 21:06:11.428 INFO [recovery-package] process exited with exit status: 0 (67.03878367s) |
| 3974 | 2025-08-26T21:06:11.461Z | Aug 26 21:06:11.428 INFO [recovery-stamp] running task |
| 3975 | 2025-08-26T21:06:11.488Z | Aug 26 21:06:11.429 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 16.0.0-0.ci+git823d0d5e5b0 |
| 3976 | 2025-08-26T21:06:11.488Z | Aug 26 21:06:11.429 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
| 3977 | 2025-08-26T21:06:11.488Z | Aug 26 21:06:11.431 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 16.0.0-0.ci+git823d0d5e5b0 |
| 3978 | 2025-08-26T21:06:11.488Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
| 3979 | 2025-08-26T21:06:11.488Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
| 3980 | 2025-08-26T21:06:11.681Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
| 3981 | 2025-08-26T21:06:11.707Z | Aug 26 21:06:11.655 INFO [stamp-installinator] process exited with exit status: 0 (224.345094ms) |
| 3982 | 2025-08-26T21:06:11.744Z | [ host-image] Aug 26 21:06:11.711 INFO O| Aug 26 21:06:11.711 INFO O| Done |
| 3983 | 2025-08-26T21:06:11.806Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
| 3984 | 2025-08-26T21:06:11.834Z | Aug 26 21:06:11.781 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (352.260925ms) |
| 3985 | 2025-08-26T21:06:11.834Z | Aug 26 21:06:11.781 INFO [recovery-stamp] task succeeded (353.056498ms) |
| 3986 | 2025-08-26T21:06:11.834Z | Aug 26 21:06:11.781 INFO [recovery-proto] running task |
| 3987 | 2025-08-26T21:06:11.834Z | Aug 26 21:06:11.781 INFO [tuf-stamp] running task |
| 3988 | 2025-08-26T21:06:11.834Z | Aug 26 21:06:11.783 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 16.0.0-0.ci+git823d0d5e5b0 |
| 3989 | 2025-08-26T21:06:11.834Z | Aug 26 21:06:11.784 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 16.0.0-0.ci+git823d0d5e5b0 |
| 3990 | 2025-08-26T21:06:11.834Z | Aug 26 21:06:11.784 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 16.0.0-0.ci+git823d0d5e5b0 |
| 3991 | 2025-08-26T21:06:11.834Z | Aug 26 21:06:11.785 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 16.0.0-0.ci+git823d0d5e5b0 |
| 3992 | 2025-08-26T21:06:11.834Z | Aug 26 21:06:11.786 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 16.0.0-0.ci+git823d0d5e5b0 |
| 3993 | 2025-08-26T21:06:11.860Z | Aug 26 21:06:11.803 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 16.0.0-0.ci+git823d0d5e5b0 |
| 3994 | 2025-08-26T21:06:11.860Z | Aug 26 21:06:11.803 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 16.0.0-0.ci+git823d0d5e5b0 |
| 3995 | 2025-08-26T21:06:11.860Z | Aug 26 21:06:11.803 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 16.0.0-0.ci+git823d0d5e5b0 |
| 3996 | 2025-08-26T21:06:11.860Z | Aug 26 21:06:11.803 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 16.0.0-0.ci+git823d0d5e5b0 |
| 3997 | 2025-08-26T21:06:11.860Z | Aug 26 21:06:11.807 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 16.0.0-0.ci+git823d0d5e5b0 |
| 3998 | 2025-08-26T21:06:11.860Z | Aug 26 21:06:11.807 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 16.0.0-0.ci+git823d0d5e5b0 |
| 3999 | 2025-08-26T21:06:11.860Z | Aug 26 21:06:11.813 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 16.0.0-0.ci+git823d0d5e5b0 |
| 4000 | 2025-08-26T21:06:11.860Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4001 | 2025-08-26T21:06:11.860Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4002 | 2025-08-26T21:06:11.860Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4003 | 2025-08-26T21:06:11.860Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4004 | 2025-08-26T21:06:11.860Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4005 | 2025-08-26T21:06:11.886Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4006 | 2025-08-26T21:06:11.886Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4007 | 2025-08-26T21:06:11.886Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4008 | 2025-08-26T21:06:11.887Z | [stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4009 | 2025-08-26T21:06:11.887Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4010 | 2025-08-26T21:06:11.887Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4011 | 2025-08-26T21:06:11.887Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4012 | 2025-08-26T21:06:11.925Z | [ host-image] Aug 26 21:06:11.892 INFO O| Aug 26 21:06:11.892 INFO O| Done |
| 4013 | 2025-08-26T21:06:11.957Z | [ host-image] Aug 26 21:06:11.894 INFO O| Aug 26 21:06:11.894 INFO O| Done |
| 4014 | 2025-08-26T21:06:11.957Z | [ host-image] Aug 26 21:06:11.894 INFO O| Aug 26 21:06:11.894 INFO O| Done |
| 4015 | 2025-08-26T21:06:11.957Z | [ host-image] Aug 26 21:06:11.896 INFO O| Aug 26 21:06:11.896 INFO O| Done |
| 4016 | 2025-08-26T21:06:12.006Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
| 4017 | 2025-08-26T21:06:12.104Z | Aug 26 21:06:12.065 INFO [stamp-probe] process exited with exit status: 0 (278.69394ms) |
| 4018 | 2025-08-26T21:06:12.509Z | Aug 26 21:06:12.477 INFO [recovery-proto] task succeeded (695.541806ms) |
| 4019 | 2025-08-26T21:06:12.534Z | Aug 26 21:06:12.477 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.37.402' -P /tmp/.tmpQmIViS/proto/recovery/root -N 'recovery 823d0d5/${os_short_commit} 2025-08-26 20:34' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
| 4020 | 2025-08-26T21:06:12.561Z | [ recovery-image] Aug 26 21:06:12.506 INFO Checking files for board 'cosmo' |
| 4021 | 2025-08-26T21:06:12.561Z | [ recovery-image] Aug 26 21:06:12.507 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 4022 | 2025-08-26T21:06:12.562Z | [ recovery-image] Aug 26 21:06:12.507 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml" |
| 4023 | 2025-08-26T21:06:12.562Z | [ recovery-image] Aug 26 21:06:12.507 INFO Checking files for board 'gimlet' |
| 4024 | 2025-08-26T21:06:12.562Z | [ recovery-image] Aug 26 21:06:12.507 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 4025 | 2025-08-26T21:06:12.562Z | [ recovery-image] Aug 26 21:06:12.507 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml" |
| 4026 | 2025-08-26T21:06:12.588Z | [ recovery-image] Aug 26 21:06:12.538 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpQmIViS/proto/recovery/root" |
| 4027 | 2025-08-26T21:06:12.589Z | [ recovery-image] Aug 26 21:06:12.538 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ } |
| 4028 | 2025-08-26T21:06:12.589Z | [ recovery-image] Aug 26 21:06:12.538 INFO image builder template: ramdisk-01-os... |
| 4029 | 2025-08-26T21:06:12.589Z | [ recovery-image] Aug 26 21:06:12.538 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/.tmpQmIViS/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.37.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 4030 | 2025-08-26T21:06:12.614Z | [ recovery-image] Aug 26 21:06:12.578 INFO O| Aug 26 21:06:12.578 INFO CREATE DATASET: rpool/images/build/recovery/output |
| 4031 | 2025-08-26T21:06:12.700Z | [ recovery-image] Aug 26 21:06:12.667 INFO O| Aug 26 21:06:12.667 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4032 | 2025-08-26T21:06:12.728Z | [ recovery-image] Aug 26 21:06:12.674 INFO O| Aug 26 21:06:12.674 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4033 | 2025-08-26T21:06:12.820Z | [ recovery-image] Aug 26 21:06:12.787 INFO O| Aug 26 21:06:12.787 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled |
| 4034 | 2025-08-26T21:06:12.856Z | [ recovery-image] Aug 26 21:06:12.824 INFO O| Aug 26 21:06:12.823 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4035 | 2025-08-26T21:06:12.882Z | [ recovery-image] Aug 26 21:06:12.824 INFO O| Aug 26 21:06:12.824 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4036 | 2025-08-26T21:06:12.883Z | [ recovery-image] Aug 26 21:06:12.824 INFO O| Aug 26 21:06:12.824 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4037 | 2025-08-26T21:06:12.883Z | [ recovery-image] Aug 26 21:06:12.824 INFO O| Aug 26 21:06:12.824 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4038 | 2025-08-26T21:06:12.883Z | [ recovery-image] Aug 26 21:06:12.840 INFO O| Aug 26 21:06:12.840 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4039 | 2025-08-26T21:06:12.996Z | [ recovery-image] Aug 26 21:06:12.963 INFO O| Aug 26 21:06:12.963 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4040 | 2025-08-26T21:06:13.023Z | [ recovery-image] Aug 26 21:06:12.982 INFO O| Aug 26 21:06:12.982 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"] |
| 4041 | 2025-08-26T21:06:13.758Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s |
| 4042 | 2025-08-26T21:06:13.798Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
| 4043 | 2025-08-26T21:06:13.882Z | [ recovery-image] Aug 26 21:06:13.848 INFO O| Aug 26 21:06:13.848 INFO O| Caching catalogs ... Done |
| 4044 | 2025-08-26T21:06:13.922Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
| 4045 | 2025-08-26T21:06:13.976Z | Aug 26 21:06:13.942 INFO [stamp-ntp] process exited with exit status: 0 (2.155906949s) |
| 4046 | 2025-08-26T21:06:14.053Z | [ recovery-image] Aug 26 21:06:14.020 INFO O| Aug 26 21:06:14.020 INFO STEP 0 (pkg_image_create) COMPLETE |
| 4047 | 2025-08-26T21:06:14.053Z | [ recovery-image] Aug 26 21:06:14.020 INFO O| Aug 26 21:06:14.020 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4048 | 2025-08-26T21:06:14.079Z | [ recovery-image] Aug 26 21:06:14.041 INFO O| Aug 26 21:06:14.041 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
| 4049 | 2025-08-26T21:06:14.130Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
| 4050 | 2025-08-26T21:06:14.172Z | Aug 26 21:06:14.140 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (2.354677034s) |
| 4051 | 2025-08-26T21:06:14.389Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
| 4052 | 2025-08-26T21:06:14.420Z | Aug 26 21:06:14.388 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.605633804s) |
| 4053 | 2025-08-26T21:06:14.447Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
| 4054 | 2025-08-26T21:06:14.491Z | Aug 26 21:06:14.459 INFO [stamp-external-dns] process exited with exit status: 0 (2.674136296s) |
| 4055 | 2025-08-26T21:06:14.516Z | [ host-image] Aug 26 21:06:14.478 INFO O| Aug 26 21:06:14.478 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 4056 | 2025-08-26T21:06:14.516Z | [ host-image] Aug 26 21:06:14.478 INFO O| Aug 26 21:06:14.478 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4057 | 2025-08-26T21:06:14.516Z | [ host-image] Aug 26 21:06:14.478 INFO O| Aug 26 21:06:14.478 INFO skip step because feature "debug_variant" is not enabled |
| 4058 | 2025-08-26T21:06:14.516Z | [ host-image] Aug 26 21:06:14.478 INFO O| Aug 26 21:06:14.478 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4059 | 2025-08-26T21:06:14.635Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
| 4060 | 2025-08-26T21:06:14.677Z | Aug 26 21:06:14.645 INFO [stamp-internal-dns] process exited with exit status: 0 (2.860909072s) |
| 4061 | 2025-08-26T21:06:14.774Z | [ recovery-image] Aug 26 21:06:14.742 INFO O| Aug 26 21:06:14.741 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 4062 | 2025-08-26T21:06:14.774Z | [ recovery-image] Aug 26 21:06:14.742 INFO O| Aug 26 21:06:14.742 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4063 | 2025-08-26T21:06:14.800Z | [ recovery-image] Aug 26 21:06:14.742 INFO O| Aug 26 21:06:14.742 INFO skip step because feature "publisher_1_name" is not enabled |
| 4064 | 2025-08-26T21:06:14.800Z | [ recovery-image] Aug 26 21:06:14.742 INFO O| Aug 26 21:06:14.742 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4065 | 2025-08-26T21:06:14.800Z | [ recovery-image] Aug 26 21:06:14.742 INFO O| Aug 26 21:06:14.742 INFO skip step because feature "publisher_2_name" is not enabled |
| 4066 | 2025-08-26T21:06:14.800Z | [ recovery-image] Aug 26 21:06:14.742 INFO O| Aug 26 21:06:14.742 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4067 | 2025-08-26T21:06:14.800Z | [ recovery-image] Aug 26 21:06:14.742 INFO O| Aug 26 21:06:14.742 INFO skip step because feature "publisher_3_name" is not enabled |
| 4068 | 2025-08-26T21:06:14.800Z | [ recovery-image] Aug 26 21:06:14.742 INFO O| Aug 26 21:06:14.742 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4069 | 2025-08-26T21:06:15.048Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
| 4070 | 2025-08-26T21:06:15.087Z | Aug 26 21:06:15.054 INFO [stamp-oximeter] process exited with exit status: 0 (3.247324549s) |
| 4071 | 2025-08-26T21:06:15.158Z | [ host-image] Aug 26 21:06:15.125 INFO O| Aug 26 21:06:15.125 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 4072 | 2025-08-26T21:06:15.441Z | [ recovery-image] Aug 26 21:06:15.407 INFO O| Aug 26 21:06:15.407 INFO variant opensolaris.zone is already global |
| 4073 | 2025-08-26T21:06:15.441Z | [ recovery-image] Aug 26 21:06:15.407 INFO O| Aug 26 21:06:15.407 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 4074 | 2025-08-26T21:06:15.442Z | [ recovery-image] Aug 26 21:06:15.407 INFO O| Aug 26 21:06:15.407 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4075 | 2025-08-26T21:06:16.034Z | [ recovery-image] Aug 26 21:06:16.002 INFO O| Aug 26 21:06:16.001 INFO variant opensolaris.imagetype is full; changing to partial |
| 4076 | 2025-08-26T21:06:16.061Z | [ recovery-image] Aug 26 21:06:16.002 INFO O| Aug 26 21:06:16.002 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 4077 | 2025-08-26T21:06:18.029Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
| 4078 | 2025-08-26T21:06:18.054Z | Aug 26 21:06:17.570 INFO [stamp-nexus] process exited with exit status: 0 (5.771648281s) |
| 4079 | 2025-08-26T21:06:19.024Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
| 4080 | 2025-08-26T21:06:19.050Z | Aug 26 21:06:19.000 INFO [stamp-cockroachdb] process exited with exit status: 0 (7.196289038s) |
| 4081 | 2025-08-26T21:06:23.129Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
| 4082 | 2025-08-26T21:06:23.161Z | Aug 26 21:06:23.106 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (11.315957652s) |
| 4083 | 2025-08-26T21:06:23.287Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4084 | 2025-08-26T21:06:23.335Z | [verify-libraries] Compiling home v0.5.9 |
| 4085 | 2025-08-26T21:06:23.377Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
| 4086 | 2025-08-26T21:06:23.418Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 4087 | 2025-08-26T21:06:23.418Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
| 4088 | 2025-08-26T21:06:23.448Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
| 4089 | 2025-08-26T21:06:23.542Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4090 | 2025-08-26T21:06:23.605Z | [verify-libraries] Compiling nix v0.28.0 |
| 4091 | 2025-08-26T21:06:23.656Z | [verify-libraries] Compiling polyval v0.6.2 |
| 4092 | 2025-08-26T21:06:23.860Z | [verify-libraries] Compiling sqlformat v0.3.5 |
| 4093 | 2025-08-26T21:06:23.893Z | [stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz |
| 4094 | 2025-08-26T21:06:23.893Z | Aug 26 21:06:23.850 INFO [stamp-clickhouse_server] process exited with exit status: 0 (12.045941717s) |
| 4095 | 2025-08-26T21:06:23.992Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4096 | 2025-08-26T21:06:24.050Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
| 4097 | 2025-08-26T21:06:24.082Z | Aug 26 21:06:24.027 INFO [stamp-clickhouse] process exited with exit status: 0 (12.213759812s) |
| 4098 | 2025-08-26T21:06:24.082Z | Aug 26 21:06:24.027 INFO [tuf-stamp] task succeeded (12.245512444s) |
| 4099 | 2025-08-26T21:06:24.264Z | [verify-libraries] Compiling ctr v0.9.2 |
| 4100 | 2025-08-26T21:06:24.676Z | [verify-libraries] Compiling ghash v0.5.1 |
| 4101 | 2025-08-26T21:06:24.855Z | [verify-libraries] Compiling sqlparser v0.45.0 |
| 4102 | 2025-08-26T21:06:24.913Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
| 4103 | 2025-08-26T21:06:25.074Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
| 4104 | 2025-08-26T21:06:25.168Z | [verify-libraries] Compiling blowfish v0.9.1 |
| 4105 | 2025-08-26T21:06:25.508Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
| 4106 | 2025-08-26T21:06:25.695Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
| 4107 | 2025-08-26T21:06:26.271Z | [verify-libraries] Compiling password-hash v0.4.2 |
| 4108 | 2025-08-26T21:06:26.377Z | [verify-libraries] Compiling ssh-key v0.6.6 |
| 4109 | 2025-08-26T21:06:31.039Z | [verify-libraries] Compiling rustyline v14.0.0 |
| 4110 | 2025-08-26T21:06:31.681Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
| 4111 | 2025-08-26T21:06:32.444Z | [verify-libraries] Compiling p256 v0.13.2 |
| 4112 | 2025-08-26T21:06:33.495Z | [verify-libraries] Compiling p521 v0.13.3 |
| 4113 | 2025-08-26T21:06:34.823Z | [verify-libraries] Compiling petname v2.0.2 |
| 4114 | 2025-08-26T21:06:35.387Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
| 4115 | 2025-08-26T21:06:35.929Z | [verify-libraries] Compiling md5 v0.7.0 |
| 4116 | 2025-08-26T21:06:36.379Z | [verify-libraries] Compiling num-bigint v0.4.6 |
| 4117 | 2025-08-26T21:06:36.863Z | [verify-libraries] Compiling russh-keys v0.45.0 |
| 4118 | 2025-08-26T21:06:45.330Z | [verify-libraries] Compiling des v0.8.1 |
| 4119 | 2025-08-26T21:06:46.005Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4120 | 2025-08-26T21:06:47.217Z | [verify-libraries] Compiling hex-literal v0.4.1 |
| 4121 | 2025-08-26T21:06:47.444Z | [verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4122 | 2025-08-26T21:06:47.672Z | [verify-libraries] Compiling russh v0.45.0 |
| 4123 | 2025-08-26T21:06:54.874Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4124 | 2025-08-26T21:06:58.641Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4125 | 2025-08-26T21:07:00.713Z | [verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4126 | 2025-08-26T21:07:01.878Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4127 | 2025-08-26T21:07:03.801Z | [ host-image] Aug 26 21:07:03.770 INFO O| Aug 26 21:07:03.770 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4128 | 2025-08-26T21:07:05.480Z | [ recovery-image] Aug 26 21:07:05.449 INFO O| Aug 26 21:07:05.449 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4129 | 2025-08-26T21:07:14.032Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4130 | 2025-08-26T21:07:14.765Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4131 | 2025-08-26T21:07:15.604Z | [verify-libraries] Compiling sync-ptr v0.1.4 |
| 4132 | 2025-08-26T21:07:15.819Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
| 4133 | 2025-08-26T21:07:16.001Z | [verify-libraries] Compiling omicron-zone-package v0.12.2 |
| 4134 | 2025-08-26T21:07:16.298Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4135 | 2025-08-26T21:07:21.592Z | [ host-image] Aug 26 21:07:21.562 INFO O| Aug 26 21:07:21.562 INFO O| Startup: Caching catalogs ... Done |
| 4136 | 2025-08-26T21:07:21.751Z | [ host-image] Aug 26 21:07:21.721 INFO O| Aug 26 21:07:21.721 INFO O| Planning: Planning completed in 0.00 seconds |
| 4137 | 2025-08-26T21:07:21.776Z | [ host-image] Aug 26 21:07:21.722 INFO O| Aug 26 21:07:21.722 INFO O| Planning: Consolidating action changes ... Done |
| 4138 | 2025-08-26T21:07:21.776Z | [ host-image] Aug 26 21:07:21.723 INFO O| Aug 26 21:07:21.722 INFO O| Planning: Evaluating mediators ... Done |
| 4139 | 2025-08-26T21:07:21.776Z | [ host-image] Aug 26 21:07:21.723 INFO O| Aug 26 21:07:21.723 INFO O| Planning: Planning completed in 0.00 seconds |
| 4140 | 2025-08-26T21:07:21.776Z | [ host-image] Aug 26 21:07:21.737 INFO O| Aug 26 21:07:21.737 INFO O| Variants/Facets to change: 1 |
| 4141 | 2025-08-26T21:07:21.824Z | [ host-image] Aug 26 21:07:21.794 INFO O| Aug 26 21:07:21.794 INFO O| Done |
| 4142 | 2025-08-26T21:07:21.824Z | [ host-image] Aug 26 21:07:21.794 INFO O| Aug 26 21:07:21.794 INFO O| Done |
| 4143 | 2025-08-26T21:07:23.159Z | [ recovery-image] Aug 26 21:07:23.129 INFO O| Aug 26 21:07:23.129 INFO O| Startup: Caching catalogs ... Done |
| 4144 | 2025-08-26T21:07:23.376Z | [ recovery-image] Aug 26 21:07:23.346 INFO O| Aug 26 21:07:23.346 INFO O| Planning: Planning completed in 0.00 seconds |
| 4145 | 2025-08-26T21:07:23.401Z | [ recovery-image] Aug 26 21:07:23.347 INFO O| Aug 26 21:07:23.347 INFO O| Planning: Consolidating action changes ... Done |
| 4146 | 2025-08-26T21:07:23.401Z | [ recovery-image] Aug 26 21:07:23.347 INFO O| Aug 26 21:07:23.347 INFO O| Planning: Evaluating mediators ... Done |
| 4147 | 2025-08-26T21:07:23.401Z | [ recovery-image] Aug 26 21:07:23.348 INFO O| Aug 26 21:07:23.348 INFO O| Planning: Planning completed in 0.00 seconds |
| 4148 | 2025-08-26T21:07:23.401Z | [ recovery-image] Aug 26 21:07:23.348 INFO O| Aug 26 21:07:23.348 INFO O| Variants/Facets to change: 1 |
| 4149 | 2025-08-26T21:07:23.466Z | [ recovery-image] Aug 26 21:07:23.436 INFO O| Aug 26 21:07:23.435 INFO O| Done |
| 4150 | 2025-08-26T21:07:23.466Z | [ recovery-image] Aug 26 21:07:23.436 INFO O| Aug 26 21:07:23.436 INFO O| Done |
| 4151 | 2025-08-26T21:07:24.609Z | [ host-image] Aug 26 21:07:24.579 INFO O| Aug 26 21:07:24.579 INFO O| Done |
| 4152 | 2025-08-26T21:07:24.747Z | [ host-image] Aug 26 21:07:24.717 INFO O| Aug 26 21:07:24.717 INFO O| Done |
| 4153 | 2025-08-26T21:07:24.772Z | [ host-image] Aug 26 21:07:24.718 INFO O| Aug 26 21:07:24.718 INFO O| Done |
| 4154 | 2025-08-26T21:07:24.772Z | [ host-image] Aug 26 21:07:24.718 INFO O| Aug 26 21:07:24.718 INFO O| Done |
| 4155 | 2025-08-26T21:07:24.772Z | [ host-image] Aug 26 21:07:24.720 INFO O| Aug 26 21:07:24.720 INFO O| Done |
| 4156 | 2025-08-26T21:07:26.273Z | [ recovery-image] Aug 26 21:07:26.243 INFO O| Aug 26 21:07:26.243 INFO O| Done |
| 4157 | 2025-08-26T21:07:26.400Z | [ recovery-image] Aug 26 21:07:26.370 INFO O| Aug 26 21:07:26.370 INFO O| Done |
| 4158 | 2025-08-26T21:07:26.425Z | [ recovery-image] Aug 26 21:07:26.372 INFO O| Aug 26 21:07:26.371 INFO O| Done |
| 4159 | 2025-08-26T21:07:26.425Z | [ recovery-image] Aug 26 21:07:26.372 INFO O| Aug 26 21:07:26.372 INFO O| Done |
| 4160 | 2025-08-26T21:07:26.425Z | [ recovery-image] Aug 26 21:07:26.374 INFO O| Aug 26 21:07:26.374 INFO O| Done |
| 4161 | 2025-08-26T21:07:26.649Z | [ host-image] Aug 26 21:07:26.619 INFO O| Aug 26 21:07:26.619 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 4162 | 2025-08-26T21:07:26.649Z | [ host-image] Aug 26 21:07:26.619 INFO O| Aug 26 21:07:26.619 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4163 | 2025-08-26T21:07:26.649Z | [ host-image] Aug 26 21:07:26.619 INFO O| Aug 26 21:07:26.619 INFO skip step because feature "recovery" is not enabled |
| 4164 | 2025-08-26T21:07:26.675Z | [ host-image] Aug 26 21:07:26.619 INFO O| Aug 26 21:07:26.619 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4165 | 2025-08-26T21:07:26.675Z | [ host-image] Aug 26 21:07:26.619 INFO O| Aug 26 21:07:26.619 INFO skip step because feature "recovery" is not enabled |
| 4166 | 2025-08-26T21:07:26.675Z | [ host-image] Aug 26 21:07:26.619 INFO O| Aug 26 21:07:26.619 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4167 | 2025-08-26T21:07:26.675Z | [ host-image] Aug 26 21:07:26.640 INFO O| Aug 26 21:07:26.640 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@16.0.0.0"] |
| 4168 | 2025-08-26T21:07:28.141Z | [ recovery-image] Aug 26 21:07:28.111 INFO O| Aug 26 21:07:28.111 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 4169 | 2025-08-26T21:07:28.141Z | [ recovery-image] Aug 26 21:07:28.111 INFO O| Aug 26 21:07:28.111 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4170 | 2025-08-26T21:07:28.141Z | [ recovery-image] Aug 26 21:07:28.111 INFO O| Aug 26 21:07:28.111 INFO skip step because feature "debug_variant" is not enabled |
| 4171 | 2025-08-26T21:07:28.167Z | [ recovery-image] Aug 26 21:07:28.111 INFO O| Aug 26 21:07:28.111 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4172 | 2025-08-26T21:07:28.890Z | [ recovery-image] Aug 26 21:07:28.861 INFO O| Aug 26 21:07:28.861 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 4173 | 2025-08-26T21:07:40.163Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4174 | 2025-08-26T21:07:50.807Z | [verify-libraries] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 4175 | 2025-08-26T21:07:57.682Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4176 | 2025-08-26T21:08:00.792Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4177 | 2025-08-26T21:08:06.374Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4178 | 2025-08-26T21:08:08.971Z | [ host-image] Aug 26 21:08:08.942 INFO O| Aug 26 21:08:08.942 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4179 | 2025-08-26T21:08:11.000Z | [ recovery-image] Aug 26 21:08:10.972 INFO O| Aug 26 21:08:10.971 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4180 | 2025-08-26T21:08:15.007Z | [verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4181 | 2025-08-26T21:08:16.337Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4182 | 2025-08-26T21:08:22.085Z | [verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4183 | 2025-08-26T21:08:24.104Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4184 | 2025-08-26T21:08:24.824Z | [ host-image] Aug 26 21:08:24.795 INFO O| Aug 26 21:08:24.794 INFO O| Startup: Caching catalogs ... Done |
| 4185 | 2025-08-26T21:08:27.066Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4186 | 2025-08-26T21:08:27.215Z | [ recovery-image] Aug 26 21:08:27.187 INFO O| Aug 26 21:08:27.187 INFO O| Startup: Caching catalogs ... Done |
| 4187 | 2025-08-26T21:08:27.348Z | [ recovery-image] Aug 26 21:08:27.320 INFO O| Aug 26 21:08:27.320 INFO O| Planning: Planning completed in 0.00 seconds |
| 4188 | 2025-08-26T21:08:27.374Z | [ recovery-image] Aug 26 21:08:27.322 INFO O| Aug 26 21:08:27.322 INFO O| Planning: Consolidating action changes ... Done |
| 4189 | 2025-08-26T21:08:27.374Z | [ recovery-image] Aug 26 21:08:27.322 INFO O| Aug 26 21:08:27.322 INFO O| Planning: Evaluating mediators ... Done |
| 4190 | 2025-08-26T21:08:27.374Z | [ recovery-image] Aug 26 21:08:27.323 INFO O| Aug 26 21:08:27.323 INFO O| Planning: Planning completed in 0.01 seconds |
| 4191 | 2025-08-26T21:08:27.374Z | [ recovery-image] Aug 26 21:08:27.324 INFO O| Aug 26 21:08:27.324 INFO O| Variants/Facets to change: 1 |
| 4192 | 2025-08-26T21:08:27.425Z | [ recovery-image] Aug 26 21:08:27.396 INFO O| Aug 26 21:08:27.396 INFO O| Done |
| 4193 | 2025-08-26T21:08:27.426Z | [ recovery-image] Aug 26 21:08:27.396 INFO O| Aug 26 21:08:27.396 INFO O| Done |
| 4194 | 2025-08-26T21:08:30.009Z | [ recovery-image] Aug 26 21:08:29.981 INFO O| Aug 26 21:08:29.980 INFO O| Done |
| 4195 | 2025-08-26T21:08:30.156Z | [ recovery-image] Aug 26 21:08:30.128 INFO O| Aug 26 21:08:30.128 INFO O| Done |
| 4196 | 2025-08-26T21:08:30.182Z | [ recovery-image] Aug 26 21:08:30.130 INFO O| Aug 26 21:08:30.130 INFO O| Done |
| 4197 | 2025-08-26T21:08:30.182Z | [ recovery-image] Aug 26 21:08:30.130 INFO O| Aug 26 21:08:30.130 INFO O| Done |
| 4198 | 2025-08-26T21:08:30.182Z | [ recovery-image] Aug 26 21:08:30.132 INFO O| Aug 26 21:08:30.132 INFO O| Done |
| 4199 | 2025-08-26T21:08:32.142Z | [ recovery-image] Aug 26 21:08:32.113 INFO O| Aug 26 21:08:32.113 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 4200 | 2025-08-26T21:08:32.142Z | [ recovery-image] Aug 26 21:08:32.113 INFO O| Aug 26 21:08:32.113 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4201 | 2025-08-26T21:08:32.967Z | [ recovery-image] Aug 26 21:08:32.939 INFO O| Aug 26 21:08:32.939 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"] |
| 4202 | 2025-08-26T21:08:41.390Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4203 | 2025-08-26T21:09:08.700Z | [verify-libraries] Compiling heck v0.4.1 |
| 4204 | 2025-08-26T21:09:10.485Z | [verify-libraries] Compiling diff v0.1.13 |
| 4205 | 2025-08-26T21:09:11.098Z | [verify-libraries] Compiling yansi v1.0.1 |
| 4206 | 2025-08-26T21:09:12.222Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 4207 | 2025-08-26T21:09:12.824Z | [verify-libraries] Compiling pretty_assertions v1.4.1 |
| 4208 | 2025-08-26T21:09:15.886Z | [ recovery-image] Aug 26 21:09:15.860 INFO O| Aug 26 21:09:15.860 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4209 | 2025-08-26T21:09:16.938Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4210 | 2025-08-26T21:09:22.742Z | [verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4211 | 2025-08-26T21:09:28.650Z | [verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4212 | 2025-08-26T21:09:29.254Z | [verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4213 | 2025-08-26T21:09:29.894Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4214 | 2025-08-26T21:09:30.576Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4215 | 2025-08-26T21:09:31.174Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4216 | 2025-08-26T21:09:31.790Z | [ recovery-image] Aug 26 21:09:31.763 INFO O| Aug 26 21:09:31.763 INFO O| Startup: Caching catalogs ... Done |
| 4217 | 2025-08-26T21:09:31.867Z | [verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4218 | 2025-08-26T21:09:31.945Z | [ recovery-image] Aug 26 21:09:31.917 INFO O| Aug 26 21:09:31.917 INFO O| Planning: Planning completed in 0.01 seconds |
| 4219 | 2025-08-26T21:09:31.945Z | [ recovery-image] Aug 26 21:09:31.919 INFO O| Aug 26 21:09:31.919 INFO O| Planning: Consolidating action changes ... Done |
| 4220 | 2025-08-26T21:09:31.945Z | [ recovery-image] Aug 26 21:09:31.919 INFO O| Aug 26 21:09:31.919 INFO O| Planning: Evaluating mediators ... Done |
| 4221 | 2025-08-26T21:09:31.970Z | [ recovery-image] Aug 26 21:09:31.920 INFO O| Aug 26 21:09:31.920 INFO O| Planning: Planning completed in 0.01 seconds |
| 4222 | 2025-08-26T21:09:31.970Z | [ recovery-image] Aug 26 21:09:31.921 INFO O| Aug 26 21:09:31.921 INFO O| Variants/Facets to change: 1 |
| 4223 | 2025-08-26T21:09:32.020Z | [ recovery-image] Aug 26 21:09:31.994 INFO O| Aug 26 21:09:31.994 INFO O| Done |
| 4224 | 2025-08-26T21:09:32.020Z | [ recovery-image] Aug 26 21:09:31.994 INFO O| Aug 26 21:09:31.994 INFO O| Done |
| 4225 | 2025-08-26T21:09:34.274Z | [ recovery-image] Aug 26 21:09:34.248 INFO O| Aug 26 21:09:34.248 INFO O| Done |
| 4226 | 2025-08-26T21:09:34.410Z | [ recovery-image] Aug 26 21:09:34.384 INFO O| Aug 26 21:09:34.384 INFO O| Done |
| 4227 | 2025-08-26T21:09:34.435Z | [ recovery-image] Aug 26 21:09:34.385 INFO O| Aug 26 21:09:34.385 INFO O| Done |
| 4228 | 2025-08-26T21:09:34.435Z | [ recovery-image] Aug 26 21:09:34.385 INFO O| Aug 26 21:09:34.385 INFO O| Done |
| 4229 | 2025-08-26T21:09:34.435Z | [ recovery-image] Aug 26 21:09:34.387 INFO O| Aug 26 21:09:34.387 INFO O| Done |
| 4230 | 2025-08-26T21:09:36.111Z | [ recovery-image] Aug 26 21:09:36.086 INFO O| Aug 26 21:09:36.086 INFO STEP 9 (pkg_change_facet) COMPLETE |
| 4231 | 2025-08-26T21:09:36.112Z | [ recovery-image] Aug 26 21:09:36.086 INFO O| Aug 26 21:09:36.086 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4232 | 2025-08-26T21:09:36.902Z | [ recovery-image] Aug 26 21:09:36.877 INFO O| Aug 26 21:09:36.877 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"] |
| 4233 | 2025-08-26T21:09:40.112Z | [verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4234 | 2025-08-26T21:10:07.482Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 4235 | 2025-08-26T21:10:12.562Z | [ recovery-image] Aug 26 21:10:12.536 INFO O| Aug 26 21:10:12.536 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4236 | 2025-08-26T21:10:28.590Z | [ recovery-image] Aug 26 21:10:28.564 INFO O| Aug 26 21:10:28.564 INFO O| Startup: Caching catalogs ... Done |
| 4237 | 2025-08-26T21:10:28.871Z | [ recovery-image] Aug 26 21:10:28.847 INFO O| Aug 26 21:10:28.847 INFO O| Planning: Planning completed in 0.00 seconds |
| 4238 | 2025-08-26T21:10:28.897Z | [ recovery-image] Aug 26 21:10:28.848 INFO O| Aug 26 21:10:28.848 INFO O| Planning: Consolidating action changes ... Done |
| 4239 | 2025-08-26T21:10:28.897Z | [ recovery-image] Aug 26 21:10:28.849 INFO O| Aug 26 21:10:28.849 INFO O| Planning: Evaluating mediators ... Done |
| 4240 | 2025-08-26T21:10:28.897Z | [ recovery-image] Aug 26 21:10:28.849 INFO O| Aug 26 21:10:28.849 INFO O| Planning: Planning completed in 0.00 seconds |
| 4241 | 2025-08-26T21:10:29.798Z | [ recovery-image] Aug 26 21:10:29.773 INFO O| Aug 26 21:10:29.773 INFO O| Variants/Facets to change: 1 |
| 4242 | 2025-08-26T21:10:29.843Z | [ recovery-image] Aug 26 21:10:29.819 INFO O| Aug 26 21:10:29.819 INFO O| Done |
| 4243 | 2025-08-26T21:10:29.871Z | [ recovery-image] Aug 26 21:10:29.819 INFO O| Aug 26 21:10:29.819 INFO O| Done |
| 4244 | 2025-08-26T21:10:32.044Z | [ recovery-image] Aug 26 21:10:32.019 INFO O| Aug 26 21:10:32.019 INFO O| Done |
| 4245 | 2025-08-26T21:10:32.254Z | [ recovery-image] Aug 26 21:10:32.231 INFO O| Aug 26 21:10:32.230 INFO O| Done |
| 4246 | 2025-08-26T21:10:32.279Z | [ recovery-image] Aug 26 21:10:32.233 INFO O| Aug 26 21:10:32.233 INFO O| Done |
| 4247 | 2025-08-26T21:10:32.279Z | [ recovery-image] Aug 26 21:10:32.234 INFO O| Aug 26 21:10:32.233 INFO O| Done |
| 4248 | 2025-08-26T21:10:32.279Z | [ recovery-image] Aug 26 21:10:32.237 INFO O| Aug 26 21:10:32.237 INFO O| Done |
| 4249 | 2025-08-26T21:10:36.855Z | [ recovery-image] Aug 26 21:10:36.831 INFO O| Aug 26 21:10:36.831 INFO STEP 10 (pkg_change_facet) COMPLETE |
| 4250 | 2025-08-26T21:10:36.880Z | [ recovery-image] Aug 26 21:10:36.831 INFO O| Aug 26 21:10:36.831 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4251 | 2025-08-26T21:10:36.880Z | [ recovery-image] Aug 26 21:10:36.855 INFO O| Aug 26 21:10:36.855 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@16.0.0.0"] |
| 4252 | 2025-08-26T21:10:41.312Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4253 | 2025-08-26T21:10:54.371Z | [ host-image] Aug 26 21:10:54.346 INFO O| Aug 26 21:10:54.346 INFO O| Planning: Solver setup ... Done |
| 4254 | 2025-08-26T21:10:59.749Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4255 | 2025-08-26T21:11:06.011Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4256 | 2025-08-26T21:11:16.620Z | [ recovery-image] Aug 26 21:11:16.597 INFO O| Aug 26 21:11:16.597 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4257 | 2025-08-26T21:11:25.713Z | [verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4258 | 2025-08-26T21:11:29.612Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4259 | 2025-08-26T21:11:30.539Z | [ recovery-image] Aug 26 21:11:30.517 INFO O| Aug 26 21:11:30.516 INFO O| Startup: Caching catalogs ... Done |
| 4260 | 2025-08-26T21:11:30.921Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4261 | 2025-08-26T21:11:30.978Z | [verify-libraries] Compiling termios v0.3.3 |
| 4262 | 2025-08-26T21:11:31.612Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4263 | 2025-08-26T21:11:53.771Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4264 | 2025-08-26T21:12:04.234Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4265 | 2025-08-26T21:12:04.350Z | [verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4266 | 2025-08-26T21:14:28.109Z | [ recovery-image] Aug 26 21:14:28.093 INFO O| Aug 26 21:14:28.092 INFO O| Planning: Solver setup ... Done |
| 4267 | 2025-08-26T21:14:59.679Z | [ host-image] Aug 26 21:14:59.663 INFO O| Aug 26 21:14:59.663 INFO O| Planning: Running solver ... Done |
| 4268 | 2025-08-26T21:15:00.944Z | [ host-image] Aug 26 21:15:00.927 INFO O| Aug 26 21:15:00.927 INFO O| Planning: Finding local manifests ... Done |
| 4269 | 2025-08-26T21:15:01.222Z | [ host-image] Aug 26 21:15:01.206 INFO O| Aug 26 21:15:01.206 INFO O| Planning: Fetching manifests: 0/126 0% complete |
| 4270 | 2025-08-26T21:15:06.256Z | [ host-image] Aug 26 21:15:06.240 INFO O| Aug 26 21:15:06.240 INFO O| Planning: Fetching manifests: 74/126 58% complete |
| 4271 | 2025-08-26T21:15:09.616Z | [ host-image] Aug 26 21:15:09.600 INFO O| Aug 26 21:15:09.600 INFO O| Planning: Fetching manifests: 126/126 100% complete |
| 4272 | 2025-08-26T21:15:11.017Z | [ host-image] Aug 26 21:15:11.002 INFO O| Aug 26 21:15:11.002 INFO O| Planning: Package planning ... Done |
| 4273 | 2025-08-26T21:15:12.247Z | [ host-image] Aug 26 21:15:12.232 INFO O| Aug 26 21:15:12.232 INFO O| Planning: Merging actions ... Done |
| 4274 | 2025-08-26T21:15:12.544Z | [ host-image] Aug 26 21:15:12.529 INFO O| Aug 26 21:15:12.529 INFO O| Planning: Checking for conflicting actions ... Done |
| 4275 | 2025-08-26T21:15:12.829Z | [ host-image] Aug 26 21:15:12.814 INFO O| Aug 26 21:15:12.814 INFO O| Planning: Consolidating action changes ... Done |
| 4276 | 2025-08-26T21:15:13.388Z | [ host-image] Aug 26 21:15:13.373 INFO O| Aug 26 21:15:13.372 INFO O| Planning: Evaluating mediators ... Done |
| 4277 | 2025-08-26T21:15:19.064Z | [ host-image] Aug 26 21:15:19.049 INFO O| Aug 26 21:15:19.049 INFO O| Planning: Planning completed in 414.15 seconds |
| 4278 | 2025-08-26T21:15:19.090Z | [ host-image] Aug 26 21:15:19.054 INFO O| Aug 26 21:15:19.054 INFO O| Packages to install: 126 |
| 4279 | 2025-08-26T21:15:19.090Z | [ host-image] Aug 26 21:15:19.054 INFO O| Aug 26 21:15:19.054 INFO O| Mediators to change: 5 |
| 4280 | 2025-08-26T21:15:19.090Z | [ host-image] Aug 26 21:15:19.054 INFO O| Aug 26 21:15:19.054 INFO O| Services to change: 6 |
| 4281 | 2025-08-26T21:15:19.213Z | [ host-image] Aug 26 21:15:19.198 INFO O| Aug 26 21:15:19.198 INFO O| Download: 0/22885 items 0.0/207.3MB 0% complete |
| 4282 | 2025-08-26T21:15:24.920Z | [ host-image] Aug 26 21:15:24.905 INFO O| Aug 26 21:15:24.905 INFO O| Download: 1022/22885 items 4.9/207.3MB 2% complete (1.0M/s) |
| 4283 | 2025-08-26T21:15:30.046Z | [ host-image] Aug 26 21:15:30.031 INFO O| Aug 26 21:15:30.031 INFO O| Download: 1642/22885 items 10.5/207.3MB 5% complete (1.1M/s) |
| 4284 | 2025-08-26T21:15:35.048Z | [ host-image] Aug 26 21:15:35.034 INFO O| Aug 26 21:15:35.033 INFO O| Download: 1791/22885 items 12.8/207.3MB 6% complete (766k/s) |
| 4285 | 2025-08-26T21:15:40.585Z | [ host-image] Aug 26 21:15:40.571 INFO O| Aug 26 21:15:40.571 INFO O| Download: 2151/22885 items 23.8/207.3MB 11% complete (1.4M/s) |
| 4286 | 2025-08-26T21:15:45.605Z | [ host-image] Aug 26 21:15:45.589 INFO O| Aug 26 21:15:45.589 INFO O| Download: 2466/22885 items 28.3/207.3MB 13% complete (1.6M/s) |
| 4287 | 2025-08-26T21:15:50.864Z | [ host-image] Aug 26 21:15:50.850 INFO O| Aug 26 21:15:50.850 INFO O| Download: 3491/22885 items 35.8/207.3MB 17% complete (1.2M/s) |
| 4288 | 2025-08-26T21:15:55.985Z | [ host-image] Aug 26 21:15:55.969 INFO O| Aug 26 21:15:55.968 INFO O| Download: 4544/22885 items 42.0/207.3MB 20% complete (1.4M/s) |
| 4289 | 2025-08-26T21:16:01.475Z | [ host-image] Aug 26 21:16:01.461 INFO O| Aug 26 21:16:01.461 INFO O| Download: 4617/22885 items 42.7/207.3MB 20% complete (915k/s) |
| 4290 | 2025-08-26T21:16:06.476Z | [ host-image] Aug 26 21:16:06.461 INFO O| Aug 26 21:16:06.461 INFO O| Download: 4816/22885 items 45.3/207.3MB 21% complete (333k/s) |
| 4291 | 2025-08-26T21:16:11.520Z | [ host-image] Aug 26 21:16:11.503 INFO O| Aug 26 21:16:11.503 INFO O| Download: 5826/22885 items 46.6/207.3MB 22% complete (397k/s) |
| 4292 | 2025-08-26T21:16:16.517Z | [ host-image] Aug 26 21:16:16.504 INFO O| Aug 26 21:16:16.503 INFO O| Download: 6860/22885 items 48.8/207.3MB 23% complete (334k/s) |
| 4293 | 2025-08-26T21:16:21.735Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4294 | 2025-08-26T21:16:21.808Z | [ host-image] Aug 26 21:16:21.779 INFO O| Aug 26 21:16:21.779 INFO O| Download: 7097/22885 items 52.0/207.3MB 25% complete (482k/s) |
| 4295 | 2025-08-26T21:16:26.704Z | [verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4296 | 2025-08-26T21:16:26.886Z | [ host-image] Aug 26 21:16:26.873 INFO O| Aug 26 21:16:26.873 INFO O| Download: 8031/22885 items 59.9/207.3MB 28% complete (1.2M/s) |
| 4297 | 2025-08-26T21:16:31.907Z | [ host-image] Aug 26 21:16:31.894 INFO O| Aug 26 21:16:31.894 INFO O| Download: 8320/22885 items 63.9/207.3MB 30% complete (1.1M/s) |
| 4298 | 2025-08-26T21:16:36.907Z | [ host-image] Aug 26 21:16:36.894 INFO O| Aug 26 21:16:36.894 INFO O| Download: 9121/22885 items 77.0/207.3MB 37% complete (1.6M/s) |
| 4299 | 2025-08-26T21:16:41.914Z | [ host-image] Aug 26 21:16:41.902 INFO O| Aug 26 21:16:41.902 INFO O| Download: 9470/22885 items 84.9/207.3MB 40% complete (2.1M/s) |
| 4300 | 2025-08-26T21:16:47.502Z | [ host-image] Aug 26 21:16:47.487 INFO O| Aug 26 21:16:47.487 INFO O| Download: 10485/22885 items 91.4/207.3MB 44% complete (1.5M/s) |
| 4301 | 2025-08-26T21:16:52.524Z | [ host-image] Aug 26 21:16:52.510 INFO O| Aug 26 21:16:52.510 INFO O| Download: 10988/22885 items 94.0/207.3MB 45% complete (787k/s) |
| 4302 | 2025-08-26T21:16:57.528Z | [ host-image] Aug 26 21:16:57.516 INFO O| Aug 26 21:16:57.515 INFO O| Download: 11287/22885 items 97.3/207.3MB 46% complete (643k/s) |
| 4303 | 2025-08-26T21:17:02.548Z | [ host-image] Aug 26 21:17:02.536 INFO O| Aug 26 21:17:02.536 INFO O| Download: 11690/22885 items 99.7/207.3MB 48% complete (577k/s) |
| 4304 | 2025-08-26T21:17:02.574Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4305 | 2025-08-26T21:17:07.581Z | [ host-image] Aug 26 21:17:07.570 INFO O| Aug 26 21:17:07.570 INFO O| Download: 12182/22885 items 104.4/207.3MB 50% complete (743k/s) |
| 4306 | 2025-08-26T21:17:12.606Z | [ host-image] Aug 26 21:17:12.595 INFO O| Aug 26 21:17:12.595 INFO O| Download: 12392/22885 items 112.8/207.3MB 54% complete (1.3M/s) |
| 4307 | 2025-08-26T21:17:18.202Z | [ host-image] Aug 26 21:17:18.191 INFO O| Aug 26 21:17:18.191 INFO O| Download: 13392/22885 items 113.3/207.3MB 54% complete (952k/s) |
| 4308 | 2025-08-26T21:17:22.009Z | [verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4309 | 2025-08-26T21:17:23.226Z | [ host-image] Aug 26 21:17:23.215 INFO O| Aug 26 21:17:23.215 INFO O| Download: 14045/22885 items 113.7/207.3MB 54% complete (79.4k/s) |
| 4310 | 2025-08-26T21:17:25.374Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4311 | 2025-08-26T21:17:27.077Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4312 | 2025-08-26T21:17:29.065Z | [ host-image] Aug 26 21:17:29.055 INFO O| Aug 26 21:17:29.055 INFO O| Download: 14533/22885 items 115.8/207.3MB 55% complete (232k/s) |
| 4313 | 2025-08-26T21:17:31.209Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 4314 | 2025-08-26T21:17:34.074Z | [ host-image] Aug 26 21:17:34.064 INFO O| Aug 26 21:17:34.064 INFO O| Download: 15258/22885 items 122.3/207.3MB 58% complete (845k/s) |
| 4315 | 2025-08-26T21:17:39.384Z | [ host-image] Aug 26 21:17:39.374 INFO O| Aug 26 21:17:39.374 INFO O| Download: 15830/22885 items 129.5/207.3MB 62% complete (1.5M/s) |
| 4316 | 2025-08-26T21:17:44.394Z | [ host-image] Aug 26 21:17:44.384 INFO O| Aug 26 21:17:44.384 INFO O| Download: 16401/22885 items 139.6/207.3MB 67% complete (1.7M/s) |
| 4317 | 2025-08-26T21:17:49.416Z | [ host-image] Aug 26 21:17:49.406 INFO O| Aug 26 21:17:49.406 INFO O| Download: 17429/22885 items 151.4/207.3MB 73% complete (2.2M/s) |
| 4318 | 2025-08-26T21:17:54.426Z | [ host-image] Aug 26 21:17:54.416 INFO O| Aug 26 21:17:54.416 INFO O| Download: 17968/22885 items 154.1/207.3MB 74% complete (2.0M/s) |
| 4319 | 2025-08-26T21:17:59.437Z | [ host-image] Aug 26 21:17:59.428 INFO O| Aug 26 21:17:59.428 INFO O| Download: 18825/22885 items 168.4/207.3MB 81% complete (1.7M/s) |
| 4320 | 2025-08-26T21:18:04.450Z | [ host-image] Aug 26 21:18:04.440 INFO O| Aug 26 21:18:04.440 INFO O| Download: 19425/22885 items 170.9/207.3MB 82% complete (1.7M/s) |
| 4321 | 2025-08-26T21:18:09.466Z | [ host-image] Aug 26 21:18:09.457 INFO O| Aug 26 21:18:09.456 INFO O| Download: 20192/22885 items 173.7/207.3MB 83% complete (563k/s) |
| 4322 | 2025-08-26T21:18:13.012Z | [ recovery-image] Aug 26 21:18:13.002 INFO O| Aug 26 21:18:13.002 INFO O| Planning: Running solver ... Done |
| 4323 | 2025-08-26T21:18:14.250Z | [ recovery-image] Aug 26 21:18:14.241 INFO O| Aug 26 21:18:14.241 INFO O| Planning: Finding local manifests ... Done |
| 4324 | 2025-08-26T21:18:14.390Z | [ recovery-image] Aug 26 21:18:14.381 INFO O| Aug 26 21:18:14.381 INFO O| Planning: Fetching manifests: 0/126 0% complete |
| 4325 | 2025-08-26T21:18:16.369Z | [ host-image] Aug 26 21:18:16.360 INFO O| Aug 26 21:18:16.360 INFO O| Download: 20735/22885 items 176.7/207.3MB 85% complete (639k/s) |
| 4326 | 2025-08-26T21:18:19.389Z | [ recovery-image] Aug 26 21:18:19.380 INFO O| Aug 26 21:18:19.380 INFO O| Planning: Fetching manifests: 75/126 59% complete |
| 4327 | 2025-08-26T21:18:22.128Z | [ host-image] Aug 26 21:18:22.119 INFO O| Aug 26 21:18:22.119 INFO O| Download: 21058/22885 items 182.7/207.3MB 88% complete (708k/s) |
| 4328 | 2025-08-26T21:18:22.576Z | [ recovery-image] Aug 26 21:18:22.567 INFO O| Aug 26 21:18:22.567 INFO O| Planning: Fetching manifests: 126/126 100% complete |
| 4329 | 2025-08-26T21:18:24.479Z | [ recovery-image] Aug 26 21:18:24.470 INFO O| Aug 26 21:18:24.470 INFO O| Planning: Package planning ... Done |
| 4330 | 2025-08-26T21:18:25.046Z | [ recovery-image] Aug 26 21:18:25.037 INFO O| Aug 26 21:18:25.037 INFO O| Planning: Merging actions ... Done |
| 4331 | 2025-08-26T21:18:25.232Z | [ recovery-image] Aug 26 21:18:25.223 INFO O| Aug 26 21:18:25.223 INFO O| Planning: Checking for conflicting actions ... Done |
| 4332 | 2025-08-26T21:18:25.414Z | [ recovery-image] Aug 26 21:18:25.405 INFO O| Aug 26 21:18:25.405 INFO O| Planning: Consolidating action changes ... Done |
| 4333 | 2025-08-26T21:18:25.707Z | [ recovery-image] Aug 26 21:18:25.698 INFO O| Aug 26 21:18:25.698 INFO O| Planning: Evaluating mediators ... Done |
| 4334 | 2025-08-26T21:18:27.619Z | [ host-image] Aug 26 21:18:27.610 INFO O| Aug 26 21:18:27.610 INFO O| Download: 21665/22885 items 187.3/207.3MB 90% complete (1.0M/s) |
| 4335 | 2025-08-26T21:18:30.244Z | [ recovery-image] Aug 26 21:18:30.234 INFO O| Aug 26 21:18:30.234 INFO O| Planning: Planning completed in 419.54 seconds |
| 4336 | 2025-08-26T21:18:30.270Z | [ recovery-image] Aug 26 21:18:30.239 INFO O| Aug 26 21:18:30.238 INFO O| Packages to install: 126 |
| 4337 | 2025-08-26T21:18:30.270Z | [ recovery-image] Aug 26 21:18:30.239 INFO O| Aug 26 21:18:30.239 INFO O| Mediators to change: 5 |
| 4338 | 2025-08-26T21:18:30.270Z | [ recovery-image] Aug 26 21:18:30.239 INFO O| Aug 26 21:18:30.239 INFO O| Services to change: 5 |
| 4339 | 2025-08-26T21:18:30.340Z | [ recovery-image] Aug 26 21:18:30.332 INFO O| Aug 26 21:18:30.331 INFO O| Download: 0/15944 items 0.0/184.0MB 0% complete |
| 4340 | 2025-08-26T21:18:32.969Z | [ host-image] Aug 26 21:18:32.960 INFO O| Aug 26 21:18:32.960 INFO O| Download: 22049/22885 items 200.4/207.3MB 96% complete (1.8M/s) |
| 4341 | 2025-08-26T21:18:35.355Z | [ recovery-image] Aug 26 21:18:35.345 INFO O| Aug 26 21:18:35.345 INFO O| Download: 889/15944 items 6.7/184.0MB 3% complete (1.4M/s) |
| 4342 | 2025-08-26T21:18:37.979Z | [ host-image] Aug 26 21:18:37.970 INFO O| Aug 26 21:18:37.970 INFO O| Download: 22125/22885 items 201.1/207.3MB 96% complete (1.5M/s) |
| 4343 | 2025-08-26T21:18:40.490Z | [ recovery-image] Aug 26 21:18:40.482 INFO O| Aug 26 21:18:40.482 INFO O| Download: 1099/15944 items 9.3/184.0MB 5% complete (1.1M/s) |
| 4344 | 2025-08-26T21:18:42.990Z | [ host-image] Aug 26 21:18:42.981 INFO O| Aug 26 21:18:42.981 INFO O| Download: 22505/22885 items 206.8/207.3MB 99% complete (658k/s) |
| 4345 | 2025-08-26T21:18:45.492Z | [ recovery-image] Aug 26 21:18:45.483 INFO O| Aug 26 21:18:45.483 INFO O| Download: 1292/15944 items 19.6/184.0MB 10% complete (1.2M/s) |
| 4346 | 2025-08-26T21:18:46.156Z | [ host-image] Aug 26 21:18:46.147 INFO O| Aug 26 21:18:46.147 INFO O| Download: Completed 207.33 MB in 206.95 seconds (1023k/s) |
| 4347 | 2025-08-26T21:18:47.315Z | [ host-image] Aug 26 21:18:47.307 INFO O| Aug 26 21:18:47.307 INFO O| Actions: 1/50799 actions (Installing new actions) |
| 4348 | 2025-08-26T21:18:51.350Z | [ recovery-image] Aug 26 21:18:51.342 INFO O| Aug 26 21:18:51.342 INFO O| Download: 1526/15944 items 22.1/184.0MB 11% complete (1.3M/s) |
| 4349 | 2025-08-26T21:18:52.315Z | [ host-image] Aug 26 21:18:52.308 INFO O| Aug 26 21:18:52.307 INFO O| Actions: 10362/50799 actions (Installing new actions) |
| 4350 | 2025-08-26T21:18:56.353Z | [ recovery-image] Aug 26 21:18:56.346 INFO O| Aug 26 21:18:56.346 INFO O| Download: 1655/15944 items 25.7/184.0MB 13% complete (775k/s) |
| 4351 | 2025-08-26T21:18:57.316Z | [ host-image] Aug 26 21:18:57.308 INFO O| Aug 26 21:18:57.308 INFO O| Actions: 17149/50799 actions (Installing new actions) |
| 4352 | 2025-08-26T21:19:01.366Z | [ recovery-image] Aug 26 21:19:01.359 INFO O| Aug 26 21:19:01.358 INFO O| Download: 2488/15944 items 31.6/184.0MB 17% complete (982k/s) |
| 4353 | 2025-08-26T21:19:02.315Z | [ host-image] Aug 26 21:19:02.308 INFO O| Aug 26 21:19:02.308 INFO O| Actions: 23494/50799 actions (Installing new actions) |
| 4354 | 2025-08-26T21:19:06.409Z | [ recovery-image] Aug 26 21:19:06.400 INFO O| Aug 26 21:19:06.400 INFO O| Download: 3034/15944 items 36.9/184.0MB 20% complete (1.1M/s) |
| 4355 | 2025-08-26T21:19:07.315Z | [ host-image] Aug 26 21:19:07.308 INFO O| Aug 26 21:19:07.308 INFO O| Actions: 48910/50799 actions (Installing new actions) |
| 4356 | 2025-08-26T21:19:09.102Z | [ host-image] Aug 26 21:19:09.095 INFO O| Aug 26 21:19:09.095 INFO O| Actions: Completed 50799 actions in 21.78 seconds. |
| 4357 | 2025-08-26T21:19:09.678Z | [ host-image] Aug 26 21:19:09.669 INFO O| Aug 26 21:19:09.669 INFO O| Done |
| 4358 | 2025-08-26T21:19:09.678Z | [ host-image] Aug 26 21:19:09.669 INFO O| Aug 26 21:19:09.669 INFO O| Done |
| 4359 | 2025-08-26T21:19:11.306Z | [ host-image] Aug 26 21:19:11.214 INFO O| Aug 26 21:19:11.214 INFO O| Done |
| 4360 | 2025-08-26T21:19:11.444Z | [ recovery-image] Aug 26 21:19:11.436 INFO O| Aug 26 21:19:11.436 INFO O| Download: 3674/15944 items 39.3/184.0MB 21% complete (796k/s) |
| 4361 | 2025-08-26T21:19:13.496Z | [ host-image] Aug 26 21:19:13.489 INFO O| Aug 26 21:19:13.489 INFO O| Done |
| 4362 | 2025-08-26T21:19:13.540Z | [ host-image] Aug 26 21:19:13.533 INFO O| Aug 26 21:19:13.533 INFO O| Done |
| 4363 | 2025-08-26T21:19:16.458Z | [ recovery-image] Aug 26 21:19:16.449 INFO O| Aug 26 21:19:16.449 INFO O| Download: 3898/15944 items 42.7/184.0MB 23% complete (589k/s) |
| 4364 | 2025-08-26T21:19:18.836Z | [ host-image] Aug 26 21:19:18.830 INFO O| Aug 26 21:19:18.829 INFO O| Done |
| 4365 | 2025-08-26T21:19:19.667Z | [ host-image] Aug 26 21:19:19.660 INFO O| Aug 26 21:19:19.660 INFO O| Done |
| 4366 | 2025-08-26T21:19:21.474Z | [ recovery-image] Aug 26 21:19:21.452 INFO O| Aug 26 21:19:21.452 INFO O| Download: 4733/15944 items 43.2/184.0MB 23% complete (397k/s) |
| 4367 | 2025-08-26T21:19:23.049Z | [ host-image] Aug 26 21:19:23.042 INFO O| Aug 26 21:19:23.042 INFO STEP 11 (pkg_install) COMPLETE |
| 4368 | 2025-08-26T21:19:23.049Z | [ host-image] Aug 26 21:19:23.042 INFO O| Aug 26 21:19:23.042 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4369 | 2025-08-26T21:19:23.079Z | [ host-image] Aug 26 21:19:23.072 INFO O| Aug 26 21:19:23.072 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"] |
| 4370 | 2025-08-26T21:19:26.484Z | [ recovery-image] Aug 26 21:19:26.478 INFO O| Aug 26 21:19:26.478 INFO O| Download: 5509/15944 items 43.7/184.0MB 23% complete (103k/s) |
| 4371 | 2025-08-26T21:19:32.406Z | [ recovery-image] Aug 26 21:19:32.398 INFO O| Aug 26 21:19:32.398 INFO O| Download: 5807/15944 items 46.6/184.0MB 25% complete (299k/s) |
| 4372 | 2025-08-26T21:19:37.431Z | [ recovery-image] Aug 26 21:19:37.425 INFO O| Aug 26 21:19:37.425 INFO O| Download: 6016/15944 items 53.5/184.0MB 29% complete (969k/s) |
| 4373 | 2025-08-26T21:19:42.441Z | [ recovery-image] Aug 26 21:19:42.435 INFO O| Aug 26 21:19:42.435 INFO O| Download: 6190/15944 items 58.5/184.0MB 31% complete (1.1M/s) |
| 4374 | 2025-08-26T21:19:47.476Z | [ recovery-image] Aug 26 21:19:47.470 INFO O| Aug 26 21:19:47.470 INFO O| Download: 6626/15944 items 67.3/184.0MB 36% complete (1.4M/s) |
| 4375 | 2025-08-26T21:19:52.493Z | [ recovery-image] Aug 26 21:19:52.485 INFO O| Aug 26 21:19:52.485 INFO O| Download: 7307/15944 items 76.6/184.0MB 41% complete (1.9M/s) |
| 4376 | 2025-08-26T21:19:57.546Z | [ recovery-image] Aug 26 21:19:57.540 INFO O| Aug 26 21:19:57.540 INFO O| Download: 7940/15944 items 79.0/184.0MB 42% complete (1.2M/s) |
| 4377 | 2025-08-26T21:20:00.039Z | [ host-image] Aug 26 21:20:00.033 INFO O| Aug 26 21:20:00.033 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4378 | 2025-08-26T21:20:02.551Z | [ recovery-image] Aug 26 21:20:02.545 INFO O| Aug 26 21:20:02.545 INFO O| Download: 8115/15944 items 82.8/184.0MB 45% complete (616k/s) |
| 4379 | 2025-08-26T21:20:07.553Z | [ recovery-image] Aug 26 21:20:07.548 INFO O| Aug 26 21:20:07.548 INFO O| Download: 8753/15944 items 85.9/184.0MB 46% complete (692k/s) |
| 4380 | 2025-08-26T21:20:13.400Z | [ recovery-image] Aug 26 21:20:13.395 INFO O| Aug 26 21:20:13.395 INFO O| Download: 9003/15944 items 96.0/184.0MB 52% complete (1.3M/s) |
| 4381 | 2025-08-26T21:20:15.659Z | [ host-image] Aug 26 21:20:15.654 INFO O| Aug 26 21:20:15.654 INFO O| Startup: Caching catalogs ... Done |
| 4382 | 2025-08-26T21:20:18.414Z | [ recovery-image] Aug 26 21:20:18.409 INFO O| Aug 26 21:20:18.409 INFO O| Download: 9931/15944 items 96.4/184.0MB 52% complete (964k/s) |
| 4383 | 2025-08-26T21:20:23.446Z | [ recovery-image] Aug 26 21:20:23.441 INFO O| Aug 26 21:20:23.441 INFO O| Download: 10608/15944 items 96.8/184.0MB 52% complete (83.1k/s) |
| 4384 | 2025-08-26T21:20:25.338Z | [ host-image] Aug 26 21:20:25.333 INFO O| Aug 26 21:20:25.333 INFO O| Planning: Solver setup ... Done |
| 4385 | 2025-08-26T21:20:25.363Z | [ host-image] Aug 26 21:20:25.345 INFO O| Aug 26 21:20:25.345 INFO O| Planning: Running solver ... Done |
| 4386 | 2025-08-26T21:20:25.457Z | [ host-image] Aug 26 21:20:25.452 INFO O| Aug 26 21:20:25.452 INFO O| Planning: Finding local manifests ... Done |
| 4387 | 2025-08-26T21:20:25.574Z | [ host-image] Aug 26 21:20:25.569 INFO O| Aug 26 21:20:25.569 INFO O| Planning: Fetching manifests: 0/5 0% complete |
| 4388 | 2025-08-26T21:20:25.811Z | [ host-image] Aug 26 21:20:25.806 INFO O| Aug 26 21:20:25.806 INFO O| Planning: Fetching manifests: 5/5 100% complete |
| 4389 | 2025-08-26T21:20:25.846Z | [ host-image] Aug 26 21:20:25.842 INFO O| Aug 26 21:20:25.842 INFO O| Planning: Package planning ... Done |
| 4390 | 2025-08-26T21:20:25.871Z | [ host-image] Aug 26 21:20:25.848 INFO O| Aug 26 21:20:25.848 INFO O| Planning: Merging actions ... Done |
| 4391 | 2025-08-26T21:20:25.959Z | [ host-image] Aug 26 21:20:25.954 INFO O| Aug 26 21:20:25.954 INFO O| Planning: Checking for conflicting actions ... Done |
| 4392 | 2025-08-26T21:20:25.984Z | [ host-image] Aug 26 21:20:25.956 INFO O| Aug 26 21:20:25.956 INFO O| Planning: Consolidating action changes ... Done |
| 4393 | 2025-08-26T21:20:26.281Z | [ host-image] Aug 26 21:20:26.276 INFO O| Aug 26 21:20:26.276 INFO O| Planning: Evaluating mediators ... Done |
| 4394 | 2025-08-26T21:20:26.306Z | [ host-image] Aug 26 21:20:26.279 INFO O| Aug 26 21:20:26.278 INFO O| Planning: Planning completed in 10.52 seconds |
| 4395 | 2025-08-26T21:20:26.306Z | [ host-image] Aug 26 21:20:26.279 INFO O| Aug 26 21:20:26.279 INFO O| Packages to install: 5 |
| 4396 | 2025-08-26T21:20:26.306Z | [ host-image] Aug 26 21:20:26.279 INFO O| Aug 26 21:20:26.279 INFO O| Services to change: 2 |
| 4397 | 2025-08-26T21:20:26.331Z | [ host-image] Aug 26 21:20:26.306 INFO O| Aug 26 21:20:26.306 INFO O| Download: 0/121 items 0.0/1.5MB 0% complete |
| 4398 | 2025-08-26T21:20:28.464Z | [ recovery-image] Aug 26 21:20:28.460 INFO O| Aug 26 21:20:28.459 INFO O| Download: 11037/15944 items 97.7/184.0MB 53% complete (108k/s) |
| 4399 | 2025-08-26T21:20:30.101Z | [ host-image] Aug 26 21:20:30.097 INFO O| Aug 26 21:20:30.097 INFO O| Download: Completed 1.48 MB in 3.79 seconds (398k/s) |
| 4400 | 2025-08-26T21:20:30.146Z | [ host-image] Aug 26 21:20:30.142 INFO O| Aug 26 21:20:30.142 INFO O| Actions: 1/313 actions (Installing new actions) |
| 4401 | 2025-08-26T21:20:30.331Z | [ host-image] Aug 26 21:20:30.327 INFO O| Aug 26 21:20:30.327 INFO O| Actions: Completed 313 actions in 0.18 seconds. |
| 4402 | 2025-08-26T21:20:30.963Z | [ host-image] Aug 26 21:20:30.958 INFO O| Aug 26 21:20:30.958 INFO O| Done |
| 4403 | 2025-08-26T21:20:30.963Z | [ host-image] Aug 26 21:20:30.958 INFO O| Aug 26 21:20:30.958 INFO O| Done |
| 4404 | 2025-08-26T21:20:32.478Z | [ host-image] Aug 26 21:20:32.474 INFO O| Aug 26 21:20:32.474 INFO O| Done |
| 4405 | 2025-08-26T21:20:33.669Z | [ recovery-image] Aug 26 21:20:33.665 INFO O| Aug 26 21:20:33.664 INFO O| Download: 11162/15944 items 103.0/184.0MB 56% complete (614k/s) |
| 4406 | 2025-08-26T21:20:35.015Z | [ host-image] Aug 26 21:20:35.010 INFO O| Aug 26 21:20:35.010 INFO O| Done |
| 4407 | 2025-08-26T21:20:35.071Z | [ host-image] Aug 26 21:20:35.067 INFO O| Aug 26 21:20:35.066 INFO O| Done |
| 4408 | 2025-08-26T21:20:35.071Z | [ host-image] Aug 26 21:20:35.067 INFO O| Aug 26 21:20:35.067 INFO O| Done |
| 4409 | 2025-08-26T21:20:35.103Z | [ host-image] Aug 26 21:20:35.099 INFO O| Aug 26 21:20:35.099 INFO O| Done |
| 4410 | 2025-08-26T21:20:36.719Z | [ host-image] Aug 26 21:20:36.715 INFO O| Aug 26 21:20:36.715 INFO STEP 12 (pkg_install) COMPLETE |
| 4411 | 2025-08-26T21:20:36.719Z | [ host-image] Aug 26 21:20:36.715 INFO O| Aug 26 21:20:36.715 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4412 | 2025-08-26T21:20:36.744Z | [ host-image] Aug 26 21:20:36.735 INFO O| Aug 26 21:20:36.735 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
| 4413 | 2025-08-26T21:20:38.694Z | [ recovery-image] Aug 26 21:20:38.690 INFO O| Aug 26 21:20:38.690 INFO O| Download: 11625/15944 items 115.6/184.0MB 62% complete (1.8M/s) |
| 4414 | 2025-08-26T21:20:43.706Z | [ recovery-image] Aug 26 21:20:43.702 INFO O| Aug 26 21:20:43.702 INFO O| Download: 12019/15944 items 137.8/184.0MB 74% complete (3.3M/s) |
| 4415 | 2025-08-26T21:20:48.711Z | [ recovery-image] Aug 26 21:20:48.707 INFO O| Aug 26 21:20:48.707 INFO O| Download: 12286/15944 items 144.5/184.0MB 78% complete (2.9M/s) |
| 4416 | 2025-08-26T21:20:53.724Z | [ recovery-image] Aug 26 21:20:53.720 INFO O| Aug 26 21:20:53.720 INFO O| Download: 13040/15944 items 147.7/184.0MB 80% complete (1.0M/s) |
| 4417 | 2025-08-26T21:20:58.757Z | [ recovery-image] Aug 26 21:20:58.753 INFO O| Aug 26 21:20:58.753 INFO O| Download: 13685/15944 items 149.7/184.0MB 81% complete (538k/s) |
| 4418 | 2025-08-26T21:21:03.765Z | [ recovery-image] Aug 26 21:21:03.761 INFO O| Aug 26 21:21:03.761 INFO O| Download: 14455/15944 items 153.4/184.0MB 83% complete (593k/s) |
| 4419 | 2025-08-26T21:21:08.765Z | [ recovery-image] Aug 26 21:21:08.761 INFO O| Aug 26 21:21:08.761 INFO O| Download: 14799/15944 items 156.7/184.0MB 85% complete (654k/s) |
| 4420 | 2025-08-26T21:21:13.771Z | [ recovery-image] Aug 26 21:21:13.768 INFO O| Aug 26 21:21:13.768 INFO O| Download: 15071/15944 items 161.4/184.0MB 87% complete (823k/s) |
| 4421 | 2025-08-26T21:21:15.583Z | [ host-image] Aug 26 21:21:15.580 INFO O| Aug 26 21:21:15.580 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4422 | 2025-08-26T21:21:18.773Z | [ recovery-image] Aug 26 21:21:18.770 INFO O| Aug 26 21:21:18.770 INFO O| Download: 15425/15944 items 170.6/184.0MB 92% complete (1.2M/s) |
| 4423 | 2025-08-26T21:21:24.402Z | [ recovery-image] Aug 26 21:21:24.399 INFO O| Aug 26 21:21:24.399 INFO O| Download: 15672/15944 items 178.0/184.0MB 96% complete (1.7M/s) |
| 4424 | 2025-08-26T21:21:29.402Z | [ recovery-image] Aug 26 21:21:29.398 INFO O| Aug 26 21:21:29.397 INFO O| Download: Completed 183.98 MB in 179.07 seconds (1.0M/s) |
| 4425 | 2025-08-26T21:21:30.351Z | [ recovery-image] Aug 26 21:21:30.349 INFO O| Aug 26 21:21:30.349 INFO O| Actions: 1/26303 actions (Installing new actions) |
| 4426 | 2025-08-26T21:21:31.395Z | [ host-image] Aug 26 21:21:31.390 INFO O| Aug 26 21:21:31.390 INFO O| Startup: Caching catalogs ... Done |
| 4427 | 2025-08-26T21:21:35.352Z | [ recovery-image] Aug 26 21:21:35.350 INFO O| Aug 26 21:21:35.350 INFO O| Actions: 10910/26303 actions (Installing new actions) |
| 4428 | 2025-08-26T21:21:40.324Z | [ host-image] Aug 26 21:21:40.321 INFO O| Aug 26 21:21:40.321 INFO O| Planning: Solver setup ... Done |
| 4429 | 2025-08-26T21:21:40.348Z | [ host-image] Aug 26 21:21:40.333 INFO O| Aug 26 21:21:40.333 INFO O| Planning: Running solver ... Done |
| 4430 | 2025-08-26T21:21:40.383Z | [ recovery-image] Aug 26 21:21:40.380 INFO O| Aug 26 21:21:40.380 INFO O| Actions: 17308/26303 actions (Installing new actions) |
| 4431 | 2025-08-26T21:21:40.472Z | [ host-image] Aug 26 21:21:40.470 INFO O| Aug 26 21:21:40.469 INFO O| Planning: Finding local manifests ... Done |
| 4432 | 2025-08-26T21:21:40.590Z | [ host-image] Aug 26 21:21:40.587 INFO O| Aug 26 21:21:40.587 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 4433 | 2025-08-26T21:21:41.064Z | [ host-image] Aug 26 21:21:41.062 INFO O| Aug 26 21:21:41.062 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 4434 | 2025-08-26T21:21:41.134Z | [ host-image] Aug 26 21:21:41.132 INFO O| Aug 26 21:21:41.131 INFO O| Planning: Package planning ... Done |
| 4435 | 2025-08-26T21:21:41.211Z | [ host-image] Aug 26 21:21:41.161 INFO O| Aug 26 21:21:41.161 INFO O| Planning: Merging actions ... Done |
| 4436 | 2025-08-26T21:21:41.284Z | [ host-image] Aug 26 21:21:41.282 INFO O| Aug 26 21:21:41.281 INFO O| Planning: Checking for conflicting actions ... Done |
| 4437 | 2025-08-26T21:21:41.308Z | [ host-image] Aug 26 21:21:41.288 INFO O| Aug 26 21:21:41.288 INFO O| Planning: Consolidating action changes ... Done |
| 4438 | 2025-08-26T21:21:41.615Z | [ host-image] Aug 26 21:21:41.612 INFO O| Aug 26 21:21:41.612 INFO O| Planning: Evaluating mediators ... Done |
| 4439 | 2025-08-26T21:21:41.640Z | [ host-image] Aug 26 21:21:41.620 INFO O| Aug 26 21:21:41.620 INFO O| Planning: Planning completed in 10.10 seconds |
| 4440 | 2025-08-26T21:21:41.640Z | [ host-image] Aug 26 21:21:41.621 INFO O| Aug 26 21:21:41.621 INFO O| Packages to install: 6 |
| 4441 | 2025-08-26T21:21:41.640Z | [ host-image] Aug 26 21:21:41.621 INFO O| Aug 26 21:21:41.621 INFO O| Mediators to change: 1 |
| 4442 | 2025-08-26T21:21:41.640Z | [ host-image] Aug 26 21:21:41.621 INFO O| Aug 26 21:21:41.621 INFO O| Services to change: 1 |
| 4443 | 2025-08-26T21:21:41.670Z | [ host-image] Aug 26 21:21:41.668 INFO O| Aug 26 21:21:41.668 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete |
| 4444 | 2025-08-26T21:21:45.247Z | [ recovery-image] Aug 26 21:21:45.245 INFO O| Aug 26 21:21:45.245 INFO O| Actions: Completed 26303 actions in 14.89 seconds. |
| 4445 | 2025-08-26T21:21:45.904Z | [ recovery-image] Aug 26 21:21:45.901 INFO O| Aug 26 21:21:45.900 INFO O| Done |
| 4446 | 2025-08-26T21:21:45.904Z | [ recovery-image] Aug 26 21:21:45.901 INFO O| Aug 26 21:21:45.901 INFO O| Done |
| 4447 | 2025-08-26T21:21:46.680Z | [ host-image] Aug 26 21:21:46.678 INFO O| Aug 26 21:21:46.678 INFO O| Download: 562/1140 items 2.7/7.7MB 34% complete (562k/s) |
| 4448 | 2025-08-26T21:21:47.860Z | [ recovery-image] Aug 26 21:21:47.858 INFO O| Aug 26 21:21:47.858 INFO O| Done |
| 4449 | 2025-08-26T21:21:50.181Z | [ recovery-image] Aug 26 21:21:50.179 INFO O| Aug 26 21:21:50.179 INFO O| Done |
| 4450 | 2025-08-26T21:21:50.207Z | [ recovery-image] Aug 26 21:21:50.205 INFO O| Aug 26 21:21:50.205 INFO O| Done |
| 4451 | 2025-08-26T21:21:50.642Z | [ host-image] Aug 26 21:21:50.640 INFO O| Aug 26 21:21:50.639 INFO O| Download: Completed 7.71 MB in 8.97 seconds (880k/s) |
| 4452 | 2025-08-26T21:21:50.813Z | [ host-image] Aug 26 21:21:50.811 INFO O| Aug 26 21:21:50.811 INFO O| Actions: 1/1361 actions (Installing new actions) |
| 4453 | 2025-08-26T21:21:51.552Z | [ host-image] Aug 26 21:21:51.550 INFO O| Aug 26 21:21:51.550 INFO O| Actions: Completed 1361 actions in 0.74 seconds. |
| 4454 | 2025-08-26T21:21:52.316Z | [ host-image] Aug 26 21:21:52.314 INFO O| Aug 26 21:21:52.313 INFO O| Done |
| 4455 | 2025-08-26T21:21:52.316Z | [ host-image] Aug 26 21:21:52.314 INFO O| Aug 26 21:21:52.313 INFO O| Done |
| 4456 | 2025-08-26T21:21:54.168Z | [ host-image] Aug 26 21:21:54.166 INFO O| Aug 26 21:21:54.166 INFO O| Done |
| 4457 | 2025-08-26T21:21:54.314Z | [ recovery-image] Aug 26 21:21:54.312 INFO O| Aug 26 21:21:54.312 INFO O| Done |
| 4458 | 2025-08-26T21:21:55.039Z | [ recovery-image] Aug 26 21:21:55.037 INFO O| Aug 26 21:21:55.037 INFO O| Done |
| 4459 | 2025-08-26T21:21:57.161Z | [ host-image] Aug 26 21:21:57.159 INFO O| Aug 26 21:21:57.159 INFO O| Done |
| 4460 | 2025-08-26T21:21:57.202Z | [ host-image] Aug 26 21:21:57.198 INFO O| Aug 26 21:21:57.198 INFO O| Done |
| 4461 | 2025-08-26T21:21:57.202Z | [ host-image] Aug 26 21:21:57.199 INFO O| Aug 26 21:21:57.198 INFO O| Done |
| 4462 | 2025-08-26T21:21:57.272Z | [ host-image] Aug 26 21:21:57.271 INFO O| Aug 26 21:21:57.270 INFO O| Done |
| 4463 | 2025-08-26T21:21:57.828Z | [ recovery-image] Aug 26 21:21:57.826 INFO O| Aug 26 21:21:57.826 INFO STEP 11 (pkg_install) COMPLETE |
| 4464 | 2025-08-26T21:21:57.828Z | [ recovery-image] Aug 26 21:21:57.826 INFO O| Aug 26 21:21:57.826 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4465 | 2025-08-26T21:21:57.828Z | [ recovery-image] Aug 26 21:21:57.826 INFO O| Aug 26 21:21:57.826 INFO skip step because feature "recovery" is enabled |
| 4466 | 2025-08-26T21:21:57.853Z | [ recovery-image] Aug 26 21:21:57.826 INFO O| Aug 26 21:21:57.826 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4467 | 2025-08-26T21:21:57.853Z | [ recovery-image] Aug 26 21:21:57.826 INFO O| Aug 26 21:21:57.826 INFO skip step because feature "omicron1" is not enabled |
| 4468 | 2025-08-26T21:21:57.853Z | [ recovery-image] Aug 26 21:21:57.826 INFO O| Aug 26 21:21:57.826 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4469 | 2025-08-26T21:21:57.853Z | [ recovery-image] Aug 26 21:21:57.843 INFO O| Aug 26 21:21:57.843 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.37.402"] |
| 4470 | 2025-08-26T21:21:58.886Z | [ host-image] Aug 26 21:21:58.884 INFO O| Aug 26 21:21:58.883 INFO STEP 13 (pkg_install) COMPLETE |
| 4471 | 2025-08-26T21:21:58.886Z | [ host-image] Aug 26 21:21:58.884 INFO O| Aug 26 21:21:58.884 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4472 | 2025-08-26T21:21:58.911Z | [ host-image] Aug 26 21:21:58.899 INFO O| Aug 26 21:21:58.898 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.37.402"] |
| 4473 | 2025-08-26T21:22:41.484Z | [ host-image] Aug 26 21:22:41.483 INFO O| Aug 26 21:22:41.483 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4474 | 2025-08-26T21:22:41.510Z | [ recovery-image] Aug 26 21:22:41.510 INFO O| Aug 26 21:22:41.510 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4475 | 2025-08-26T21:22:58.709Z | [ recovery-image] Aug 26 21:22:58.709 INFO O| Aug 26 21:22:58.708 INFO O| Startup: Caching catalogs ... Done |
| 4476 | 2025-08-26T21:22:58.807Z | [ host-image] Aug 26 21:22:58.806 INFO O| Aug 26 21:22:58.806 INFO O| Startup: Caching catalogs ... Done |
| 4477 | 2025-08-26T21:23:07.930Z | [ recovery-image] Aug 26 21:23:07.930 INFO O| Aug 26 21:23:07.930 INFO O| Planning: Solver setup ... Done |
| 4478 | 2025-08-26T21:23:07.958Z | [ recovery-image] Aug 26 21:23:07.958 INFO O| Aug 26 21:23:07.958 INFO O| Planning: Running solver ... Done |
| 4479 | 2025-08-26T21:23:08.084Z | [ recovery-image] Aug 26 21:23:08.085 INFO O| Aug 26 21:23:08.084 INFO O| Planning: Finding local manifests ... Done |
| 4480 | 2025-08-26T21:23:08.158Z | [ host-image] Aug 26 21:23:08.159 INFO O| Aug 26 21:23:08.159 INFO O| Planning: Solver setup ... Done |
| 4481 | 2025-08-26T21:23:08.185Z | [ host-image] Aug 26 21:23:08.171 INFO O| Aug 26 21:23:08.171 INFO O| Planning: Running solver ... Done |
| 4482 | 2025-08-26T21:23:08.241Z | [ recovery-image] Aug 26 21:23:08.240 INFO O| Aug 26 21:23:08.240 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 4483 | 2025-08-26T21:23:08.284Z | [ recovery-image] Aug 26 21:23:08.285 INFO O| Aug 26 21:23:08.285 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 4484 | 2025-08-26T21:23:08.331Z | [ host-image] Aug 26 21:23:08.331 INFO O| Aug 26 21:23:08.331 INFO O| Planning: Finding local manifests ... Done |
| 4485 | 2025-08-26T21:23:08.386Z | [ recovery-image] Aug 26 21:23:08.386 INFO O| Aug 26 21:23:08.386 INFO O| Planning: Package planning ... Done |
| 4486 | 2025-08-26T21:23:08.411Z | [ recovery-image] Aug 26 21:23:08.387 INFO O| Aug 26 21:23:08.386 INFO O| Planning: Merging actions ... Done |
| 4487 | 2025-08-26T21:23:08.436Z | [ recovery-image] Aug 26 21:23:08.432 INFO O| Aug 26 21:23:08.432 INFO O| Planning: Checking for conflicting actions ... Done |
| 4488 | 2025-08-26T21:23:08.436Z | [ recovery-image] Aug 26 21:23:08.433 INFO O| Aug 26 21:23:08.433 INFO O| Planning: Consolidating action changes ... Done |
| 4489 | 2025-08-26T21:23:08.461Z | [ host-image] Aug 26 21:23:08.462 INFO O| Aug 26 21:23:08.462 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 4490 | 2025-08-26T21:23:08.507Z | [ host-image] Aug 26 21:23:08.508 INFO O| Aug 26 21:23:08.507 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 4491 | 2025-08-26T21:23:08.553Z | [ host-image] Aug 26 21:23:08.545 INFO O| Aug 26 21:23:08.545 INFO O| Planning: Package planning ... Done |
| 4492 | 2025-08-26T21:23:08.578Z | [ host-image] Aug 26 21:23:08.546 INFO O| Aug 26 21:23:08.546 INFO O| Planning: Merging actions ... Done |
| 4493 | 2025-08-26T21:23:08.671Z | [ host-image] Aug 26 21:23:08.671 INFO O| Aug 26 21:23:08.671 INFO O| Planning: Checking for conflicting actions ... Done |
| 4494 | 2025-08-26T21:23:08.696Z | [ host-image] Aug 26 21:23:08.672 INFO O| Aug 26 21:23:08.672 INFO O| Planning: Consolidating action changes ... Done |
| 4495 | 2025-08-26T21:23:08.720Z | [ recovery-image] Aug 26 21:23:08.706 INFO O| Aug 26 21:23:08.706 INFO O| Planning: Evaluating mediators ... Done |
| 4496 | 2025-08-26T21:23:08.720Z | [ recovery-image] Aug 26 21:23:08.707 INFO O| Aug 26 21:23:08.707 INFO O| Planning: Planning completed in 9.88 seconds |
| 4497 | 2025-08-26T21:23:08.720Z | [ recovery-image] Aug 26 21:23:08.708 INFO O| Aug 26 21:23:08.708 INFO O| Packages to install: 1 |
| 4498 | 2025-08-26T21:23:08.751Z | [ recovery-image] Aug 26 21:23:08.751 INFO O| Aug 26 21:23:08.751 INFO O| Download: 0/4 items 0.0/10.1MB 0% complete |
| 4499 | 2025-08-26T21:23:09.008Z | [ host-image] Aug 26 21:23:09.007 INFO O| Aug 26 21:23:09.007 INFO O| Planning: Evaluating mediators ... Done |
| 4500 | 2025-08-26T21:23:09.032Z | [ host-image] Aug 26 21:23:09.009 INFO O| Aug 26 21:23:09.009 INFO O| Planning: Planning completed in 10.07 seconds |
| 4501 | 2025-08-26T21:23:09.032Z | [ host-image] Aug 26 21:23:09.009 INFO O| Aug 26 21:23:09.009 INFO O| Packages to install: 1 |
| 4502 | 2025-08-26T21:23:09.059Z | [ host-image] Aug 26 21:23:09.044 INFO O| Aug 26 21:23:09.043 INFO O| Download: 0/4 items 0.0/10.1MB 0% complete |
| 4503 | 2025-08-26T21:23:09.250Z | [ recovery-image] Aug 26 21:23:09.251 INFO O| Aug 26 21:23:09.251 INFO O| Download: Completed 10.09 MB in 0.50 seconds (20.2M/s) |
| 4504 | 2025-08-26T21:23:09.361Z | [ recovery-image] Aug 26 21:23:09.361 INFO O| Aug 26 21:23:09.361 INFO O| Actions: 1/22 actions (Installing new actions) |
| 4505 | 2025-08-26T21:23:09.611Z | [ host-image] Aug 26 21:23:09.612 INFO O| Aug 26 21:23:09.612 INFO O| Download: Completed 10.09 MB in 0.57 seconds (17.8M/s) |
| 4506 | 2025-08-26T21:23:09.707Z | [ host-image] Aug 26 21:23:09.707 INFO O| Aug 26 21:23:09.707 INFO O| Actions: 1/22 actions (Installing new actions) |
| 4507 | 2025-08-26T21:23:09.734Z | [ recovery-image] Aug 26 21:23:09.721 INFO O| Aug 26 21:23:09.721 INFO O| Actions: Completed 22 actions in 0.36 seconds. |
| 4508 | 2025-08-26T21:23:10.049Z | [ host-image] Aug 26 21:23:10.049 INFO O| Aug 26 21:23:10.049 INFO O| Actions: Completed 22 actions in 0.34 seconds. |
| 4509 | 2025-08-26T21:23:10.441Z | [ recovery-image] Aug 26 21:23:10.441 INFO O| Aug 26 21:23:10.441 INFO O| Done |
| 4510 | 2025-08-26T21:23:10.481Z | [ recovery-image] Aug 26 21:23:10.441 INFO O| Aug 26 21:23:10.441 INFO O| Done |
| 4511 | 2025-08-26T21:23:10.884Z | [ host-image] Aug 26 21:23:10.884 INFO O| Aug 26 21:23:10.884 INFO O| Done |
| 4512 | 2025-08-26T21:23:10.884Z | [ host-image] Aug 26 21:23:10.884 INFO O| Aug 26 21:23:10.884 INFO O| Done |
| 4513 | 2025-08-26T21:23:11.854Z | [ recovery-image] Aug 26 21:23:11.854 INFO O| Aug 26 21:23:11.854 INFO O| Done |
| 4514 | 2025-08-26T21:23:12.526Z | [ host-image] Aug 26 21:23:12.527 INFO O| Aug 26 21:23:12.526 INFO O| Done |
| 4515 | 2025-08-26T21:23:14.608Z | [ recovery-image] Aug 26 21:23:14.609 INFO O| Aug 26 21:23:14.609 INFO O| Done |
| 4516 | 2025-08-26T21:23:14.645Z | [ recovery-image] Aug 26 21:23:14.645 INFO O| Aug 26 21:23:14.645 INFO O| Done |
| 4517 | 2025-08-26T21:23:14.670Z | [ recovery-image] Aug 26 21:23:14.646 INFO O| Aug 26 21:23:14.646 INFO O| Done |
| 4518 | 2025-08-26T21:23:14.694Z | [ recovery-image] Aug 26 21:23:14.685 INFO O| Aug 26 21:23:14.685 INFO O| Done |
| 4519 | 2025-08-26T21:23:15.765Z | [ host-image] Aug 26 21:23:15.766 INFO O| Aug 26 21:23:15.766 INFO O| Done |
| 4520 | 2025-08-26T21:23:15.809Z | [ host-image] Aug 26 21:23:15.809 INFO O| Aug 26 21:23:15.809 INFO O| Done |
| 4521 | 2025-08-26T21:23:15.834Z | [ host-image] Aug 26 21:23:15.809 INFO O| Aug 26 21:23:15.809 INFO O| Done |
| 4522 | 2025-08-26T21:23:15.834Z | [ host-image] Aug 26 21:23:15.830 INFO O| Aug 26 21:23:15.830 INFO O| Done |
| 4523 | 2025-08-26T21:23:16.524Z | [ recovery-image] Aug 26 21:23:16.524 INFO O| Aug 26 21:23:16.524 INFO STEP 14 (pkg_install) COMPLETE |
| 4524 | 2025-08-26T21:23:16.524Z | [ recovery-image] Aug 26 21:23:16.524 INFO O| Aug 26 21:23:16.524 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4525 | 2025-08-26T21:23:16.524Z | [ recovery-image] Aug 26 21:23:16.524 INFO O| Aug 26 21:23:16.524 INFO skip step because feature "mfg" is not enabled |
| 4526 | 2025-08-26T21:23:16.550Z | [ recovery-image] Aug 26 21:23:16.524 INFO O| Aug 26 21:23:16.524 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4527 | 2025-08-26T21:23:16.550Z | [ recovery-image] Aug 26 21:23:16.524 INFO O| Aug 26 21:23:16.524 INFO skip step because feature "compliance" is not enabled |
| 4528 | 2025-08-26T21:23:16.550Z | [ recovery-image] Aug 26 21:23:16.524 INFO O| Aug 26 21:23:16.524 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4529 | 2025-08-26T21:23:16.550Z | [ recovery-image] Aug 26 21:23:16.524 INFO O| Aug 26 21:23:16.524 INFO skip step because feature "stress" is not enabled |
| 4530 | 2025-08-26T21:23:16.550Z | [ recovery-image] Aug 26 21:23:16.524 INFO O| Aug 26 21:23:16.524 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4531 | 2025-08-26T21:23:16.550Z | [ recovery-image] Aug 26 21:23:16.524 INFO O| Aug 26 21:23:16.524 INFO skip step because feature "compliance" is not enabled |
| 4532 | 2025-08-26T21:23:16.550Z | [ recovery-image] Aug 26 21:23:16.524 INFO O| Aug 26 21:23:16.524 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4533 | 2025-08-26T21:23:16.550Z | [ recovery-image] Aug 26 21:23:16.524 INFO O| Aug 26 21:23:16.524 INFO skip step because feature "nfs" is not enabled |
| 4534 | 2025-08-26T21:23:16.550Z | [ recovery-image] Aug 26 21:23:16.524 INFO O| Aug 26 21:23:16.524 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 4535 | 2025-08-26T21:23:16.550Z | [ recovery-image] Aug 26 21:23:16.524 INFO O| Aug 26 21:23:16.524 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 4536 | 2025-08-26T21:23:16.575Z | [ recovery-image] Aug 26 21:23:16.561 INFO O| Aug 26 21:23:16.561 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4537 | 2025-08-26T21:23:16.624Z | [ recovery-image] Aug 26 21:23:16.624 INFO O| Aug 26 21:23:16.624 INFO completed processing sled/ramdisk-01-os |
| 4538 | 2025-08-26T21:23:16.648Z | [ recovery-image] Aug 26 21:23:16.628 INFO image builder template: ramdisk-02-trim... |
| 4539 | 2025-08-26T21:23:16.648Z | [ recovery-image] Aug 26 21:23:16.628 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/.tmpQmIViS/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.37.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-02-trim"], pwd: None |
| 4540 | 2025-08-26T21:23:16.673Z | [ recovery-image] Aug 26 21:23:16.667 INFO O| Aug 26 21:23:16.667 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4541 | 2025-08-26T21:23:16.700Z | [ recovery-image] Aug 26 21:23:16.675 INFO O| Aug 26 21:23:16.675 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4542 | 2025-08-26T21:23:16.743Z | [ recovery-image] Aug 26 21:23:16.744 INFO O| Aug 26 21:23:16.744 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled |
| 4543 | 2025-08-26T21:23:16.784Z | [ recovery-image] Aug 26 21:23:16.785 INFO O| Aug 26 21:23:16.785 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4544 | 2025-08-26T21:23:16.784Z | [ recovery-image] Aug 26 21:23:16.785 INFO O| Aug 26 21:23:16.785 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4545 | 2025-08-26T21:23:16.809Z | [ recovery-image] Aug 26 21:23:16.796 INFO O| Aug 26 21:23:16.796 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4546 | 2025-08-26T21:23:16.809Z | [ recovery-image] Aug 26 21:23:16.804 INFO O| Aug 26 21:23:16.804 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 4547 | 2025-08-26T21:23:16.834Z | [ recovery-image] Aug 26 21:23:16.815 INFO O| Aug 26 21:23:16.815 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 4548 | 2025-08-26T21:23:17.165Z | [ recovery-image] Aug 26 21:23:17.166 INFO O| Aug 26 21:23:17.165 INFO rolled back to input snapshot; work may begin |
| 4549 | 2025-08-26T21:23:17.165Z | [ recovery-image] Aug 26 21:23:17.166 INFO O| Aug 26 21:23:17.165 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4550 | 2025-08-26T21:23:17.189Z | [ recovery-image] Aug 26 21:23:17.173 INFO O| Aug 26 21:23:17.173 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4551 | 2025-08-26T21:23:17.214Z | [ recovery-image] Aug 26 21:23:17.195 INFO O| Aug 26 21:23:17.194 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg" |
| 4552 | 2025-08-26T21:23:17.262Z | [ recovery-image] Aug 26 21:23:17.263 INFO O| Aug 26 21:23:17.263 INFO STEP 0 (remove_files) COMPLETE |
| 4553 | 2025-08-26T21:23:17.262Z | [ recovery-image] Aug 26 21:23:17.263 INFO O| Aug 26 21:23:17.263 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4554 | 2025-08-26T21:23:17.288Z | [ recovery-image] Aug 26 21:23:17.288 INFO O| Aug 26 21:23:17.288 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4" |
| 4555 | 2025-08-26T21:23:17.313Z | [ recovery-image] Aug 26 21:23:17.292 INFO O| Aug 26 21:23:17.291 INFO STEP 1 (remove_files) COMPLETE |
| 4556 | 2025-08-26T21:23:17.313Z | [ recovery-image] Aug 26 21:23:17.292 INFO O| Aug 26 21:23:17.292 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4557 | 2025-08-26T21:23:17.337Z | [ recovery-image] Aug 26 21:23:17.314 INFO O| Aug 26 21:23:17.313 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include" |
| 4558 | 2025-08-26T21:23:17.337Z | [ recovery-image] Aug 26 21:23:17.333 INFO O| Aug 26 21:23:17.333 INFO STEP 2 (remove_files) COMPLETE |
| 4559 | 2025-08-26T21:23:17.337Z | [ recovery-image] Aug 26 21:23:17.333 INFO O| Aug 26 21:23:17.333 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4560 | 2025-08-26T21:23:17.362Z | [ recovery-image] Aug 26 21:23:17.353 INFO O| Aug 26 21:23:17.353 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo" |
| 4561 | 2025-08-26T21:23:17.362Z | [ recovery-image] Aug 26 21:23:17.356 INFO O| Aug 26 21:23:17.355 INFO STEP 3 (remove_files) COMPLETE |
| 4562 | 2025-08-26T21:23:17.362Z | [ recovery-image] Aug 26 21:23:17.356 INFO O| Aug 26 21:23:17.355 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4563 | 2025-08-26T21:23:17.386Z | [ recovery-image] Aug 26 21:23:17.375 INFO O| Aug 26 21:23:17.374 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help" |
| 4564 | 2025-08-26T21:23:17.386Z | [ recovery-image] Aug 26 21:23:17.380 INFO O| Aug 26 21:23:17.380 INFO STEP 4 (remove_files) COMPLETE |
| 4565 | 2025-08-26T21:23:17.386Z | [ recovery-image] Aug 26 21:23:17.380 INFO O| Aug 26 21:23:17.380 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4566 | 2025-08-26T21:23:17.413Z | [ recovery-image] Aug 26 21:23:17.399 INFO O| Aug 26 21:23:17.399 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc" |
| 4567 | 2025-08-26T21:23:17.413Z | [ recovery-image] Aug 26 21:23:17.399 INFO O| Aug 26 21:23:17.399 INFO STEP 5 (remove_files) COMPLETE |
| 4568 | 2025-08-26T21:23:17.413Z | [ recovery-image] Aug 26 21:23:17.400 INFO O| Aug 26 21:23:17.399 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4569 | 2025-08-26T21:23:17.439Z | [ recovery-image] Aug 26 21:23:17.418 INFO O| Aug 26 21:23:17.418 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion" |
| 4570 | 2025-08-26T21:23:17.464Z | [ recovery-image] Aug 26 21:23:17.444 INFO O| Aug 26 21:23:17.443 INFO STEP 6 (remove_files) COMPLETE |
| 4571 | 2025-08-26T21:23:17.464Z | [ recovery-image] Aug 26 21:23:17.444 INFO O| Aug 26 21:23:17.443 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4572 | 2025-08-26T21:23:17.464Z | [ recovery-image] Aug 26 21:23:17.444 INFO O| Aug 26 21:23:17.443 INFO skip step because feature "recovery" is enabled |
| 4573 | 2025-08-26T21:23:17.464Z | [ recovery-image] Aug 26 21:23:17.444 INFO O| Aug 26 21:23:17.444 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4574 | 2025-08-26T21:23:17.464Z | [ recovery-image] Aug 26 21:23:17.444 INFO O| Aug 26 21:23:17.444 INFO skip step because feature "recovery" is enabled |
| 4575 | 2025-08-26T21:23:17.464Z | [ recovery-image] Aug 26 21:23:17.444 INFO O| Aug 26 21:23:17.444 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4576 | 2025-08-26T21:23:17.464Z | [ recovery-image] Aug 26 21:23:17.444 INFO O| Aug 26 21:23:17.444 INFO skip step because feature "recovery" is enabled |
| 4577 | 2025-08-26T21:23:17.464Z | [ recovery-image] Aug 26 21:23:17.444 INFO O| Aug 26 21:23:17.444 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4578 | 2025-08-26T21:23:17.490Z | [ recovery-image] Aug 26 21:23:17.484 INFO O| Aug 26 21:23:17.484 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp" |
| 4579 | 2025-08-26T21:23:17.490Z | [ recovery-image] Aug 26 21:23:17.489 INFO O| Aug 26 21:23:17.489 INFO STEP 10 (remove_files) COMPLETE |
| 4580 | 2025-08-26T21:23:17.490Z | [ recovery-image] Aug 26 21:23:17.489 INFO O| Aug 26 21:23:17.489 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4581 | 2025-08-26T21:23:17.549Z | [ recovery-image] Aug 26 21:23:17.549 INFO O| Aug 26 21:23:17.549 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386" |
| 4582 | 2025-08-26T21:23:17.574Z | [ recovery-image] Aug 26 21:23:17.551 INFO O| Aug 26 21:23:17.551 INFO STEP 11 (remove_files) COMPLETE |
| 4583 | 2025-08-26T21:23:17.574Z | [ recovery-image] Aug 26 21:23:17.551 INFO O| Aug 26 21:23:17.551 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4584 | 2025-08-26T21:23:17.599Z | [ recovery-image] Aug 26 21:23:17.589 INFO O| Aug 26 21:23:17.589 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv" |
| 4585 | 2025-08-26T21:23:17.599Z | [ recovery-image] Aug 26 21:23:17.591 INFO O| Aug 26 21:23:17.591 INFO STEP 12 (remove_files) COMPLETE |
| 4586 | 2025-08-26T21:23:17.599Z | [ recovery-image] Aug 26 21:23:17.591 INFO O| Aug 26 21:23:17.591 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4587 | 2025-08-26T21:23:17.647Z | [ host-image] Aug 26 21:23:17.648 INFO O| Aug 26 21:23:17.648 INFO STEP 14 (pkg_install) COMPLETE |
| 4588 | 2025-08-26T21:23:17.647Z | [ host-image] Aug 26 21:23:17.648 INFO O| Aug 26 21:23:17.648 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4589 | 2025-08-26T21:23:17.673Z | [ host-image] Aug 26 21:23:17.648 INFO O| Aug 26 21:23:17.648 INFO skip step because feature "mfg" is not enabled |
| 4590 | 2025-08-26T21:23:17.673Z | [ host-image] Aug 26 21:23:17.648 INFO O| Aug 26 21:23:17.648 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4591 | 2025-08-26T21:23:17.673Z | [ host-image] Aug 26 21:23:17.648 INFO O| Aug 26 21:23:17.648 INFO skip step because feature "compliance" is not enabled |
| 4592 | 2025-08-26T21:23:17.673Z | [ host-image] Aug 26 21:23:17.648 INFO O| Aug 26 21:23:17.648 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4593 | 2025-08-26T21:23:17.673Z | [ host-image] Aug 26 21:23:17.648 INFO O| Aug 26 21:23:17.648 INFO skip step because feature "stress" is not enabled |
| 4594 | 2025-08-26T21:23:17.673Z | [ host-image] Aug 26 21:23:17.648 INFO O| Aug 26 21:23:17.648 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4595 | 2025-08-26T21:23:17.673Z | [ host-image] Aug 26 21:23:17.648 INFO O| Aug 26 21:23:17.648 INFO skip step because feature "compliance" is not enabled |
| 4596 | 2025-08-26T21:23:17.673Z | [ host-image] Aug 26 21:23:17.648 INFO O| Aug 26 21:23:17.648 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4597 | 2025-08-26T21:23:17.673Z | [ host-image] Aug 26 21:23:17.648 INFO O| Aug 26 21:23:17.648 INFO skip step because feature "nfs" is not enabled |
| 4598 | 2025-08-26T21:23:17.673Z | [ host-image] Aug 26 21:23:17.648 INFO O| Aug 26 21:23:17.648 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 4599 | 2025-08-26T21:23:17.673Z | [ host-image] Aug 26 21:23:17.648 INFO O| Aug 26 21:23:17.648 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 4600 | 2025-08-26T21:23:17.698Z | [ host-image] Aug 26 21:23:17.692 INFO O| Aug 26 21:23:17.692 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 4601 | 2025-08-26T21:23:17.781Z | [ host-image] Aug 26 21:23:17.782 INFO O| Aug 26 21:23:17.782 INFO completed processing sled/ramdisk-01-os |
| 4602 | 2025-08-26T21:23:17.806Z | [ host-image] Aug 26 21:23:17.786 INFO omicron1 baseline generation... |
| 4603 | 2025-08-26T21:23:17.806Z | [ host-image] Aug 26 21:23:17.786 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
| 4604 | 2025-08-26T21:23:17.830Z | [ recovery-image] Aug 26 21:23:17.811 INFO O| Aug 26 21:23:17.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 4605 | 2025-08-26T21:23:17.830Z | [ recovery-image] Aug 26 21:23:17.816 INFO O| Aug 26 21:23:17.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a" |
| 4606 | 2025-08-26T21:23:17.830Z | [ recovery-image] Aug 26 21:23:17.817 INFO O| Aug 26 21:23:17.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a" |
| 4607 | 2025-08-26T21:23:17.830Z | [ recovery-image] Aug 26 21:23:17.820 INFO O| Aug 26 21:23:17.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a" |
| 4608 | 2025-08-26T21:23:17.958Z | [ recovery-image] Aug 26 21:23:17.958 INFO O| Aug 26 21:23:17.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
| 4609 | 2025-08-26T21:23:17.986Z | [ recovery-image] Aug 26 21:23:17.975 INFO O| Aug 26 21:23:17.975 INFO STEP 13 (remove_files) COMPLETE |
| 4610 | 2025-08-26T21:23:17.986Z | [ recovery-image] Aug 26 21:23:17.975 INFO O| Aug 26 21:23:17.975 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4611 | 2025-08-26T21:23:18.012Z | [ recovery-image] Aug 26 21:23:17.993 INFO O| Aug 26 21:23:17.993 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot" |
| 4612 | 2025-08-26T21:23:18.012Z | [ recovery-image] Aug 26 21:23:17.995 INFO O| Aug 26 21:23:17.995 INFO STEP 14 (remove_files) COMPLETE |
| 4613 | 2025-08-26T21:23:18.012Z | [ recovery-image] Aug 26 21:23:17.995 INFO O| Aug 26 21:23:17.995 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4614 | 2025-08-26T21:23:18.012Z | [ recovery-image] Aug 26 21:23:18.011 INFO O| Aug 26 21:23:18.011 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc" |
| 4615 | 2025-08-26T21:23:18.037Z | [ recovery-image] Aug 26 21:23:18.020 INFO O| Aug 26 21:23:18.020 INFO STEP 15 (remove_files) COMPLETE |
| 4616 | 2025-08-26T21:23:18.037Z | [ recovery-image] Aug 26 21:23:18.020 INFO O| Aug 26 21:23:18.020 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4617 | 2025-08-26T21:23:18.074Z | [ recovery-image] Aug 26 21:23:18.075 INFO O| Aug 26 21:23:18.075 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv" |
| 4618 | 2025-08-26T21:23:18.099Z | [ recovery-image] Aug 26 21:23:18.075 INFO O| Aug 26 21:23:18.075 INFO STEP 16 (remove_files) COMPLETE |
| 4619 | 2025-08-26T21:23:18.099Z | [ recovery-image] Aug 26 21:23:18.075 INFO O| Aug 26 21:23:18.075 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4620 | 2025-08-26T21:23:18.099Z | [ recovery-image] Aug 26 21:23:18.092 INFO O| Aug 26 21:23:18.092 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc" |
| 4621 | 2025-08-26T21:23:18.099Z | [ recovery-image] Aug 26 21:23:18.094 INFO O| Aug 26 21:23:18.093 INFO STEP 17 (remove_files) COMPLETE |
| 4622 | 2025-08-26T21:23:18.099Z | [ recovery-image] Aug 26 21:23:18.094 INFO O| Aug 26 21:23:18.094 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4623 | 2025-08-26T21:23:18.124Z | [ recovery-image] Aug 26 21:23:18.124 INFO O| Aug 26 21:23:18.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 4624 | 2025-08-26T21:23:18.124Z | [ recovery-image] Aug 26 21:23:18.124 INFO O| Aug 26 21:23:18.124 INFO STEP 18 (remove_files) COMPLETE |
| 4625 | 2025-08-26T21:23:18.124Z | [ recovery-image] Aug 26 21:23:18.124 INFO O| Aug 26 21:23:18.124 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4626 | 2025-08-26T21:23:18.148Z | [ recovery-image] Aug 26 21:23:18.139 INFO O| Aug 26 21:23:18.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 4627 | 2025-08-26T21:23:18.148Z | [ recovery-image] Aug 26 21:23:18.139 INFO O| Aug 26 21:23:18.139 INFO STEP 19 (remove_files) COMPLETE |
| 4628 | 2025-08-26T21:23:18.148Z | [ recovery-image] Aug 26 21:23:18.139 INFO O| Aug 26 21:23:18.139 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4629 | 2025-08-26T21:23:18.174Z | [ recovery-image] Aug 26 21:23:18.153 INFO O| Aug 26 21:23:18.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 4630 | 2025-08-26T21:23:18.174Z | [ recovery-image] Aug 26 21:23:18.153 INFO O| Aug 26 21:23:18.153 INFO STEP 20 (remove_files) COMPLETE |
| 4631 | 2025-08-26T21:23:18.174Z | [ recovery-image] Aug 26 21:23:18.153 INFO O| Aug 26 21:23:18.153 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4632 | 2025-08-26T21:23:18.174Z | [ recovery-image] Aug 26 21:23:18.165 INFO O| Aug 26 21:23:18.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 4633 | 2025-08-26T21:23:18.174Z | [ recovery-image] Aug 26 21:23:18.165 INFO O| Aug 26 21:23:18.165 INFO STEP 21 (remove_files) COMPLETE |
| 4634 | 2025-08-26T21:23:18.174Z | [ recovery-image] Aug 26 21:23:18.165 INFO O| Aug 26 21:23:18.165 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4635 | 2025-08-26T21:23:18.201Z | [ recovery-image] Aug 26 21:23:18.178 INFO O| Aug 26 21:23:18.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 4636 | 2025-08-26T21:23:18.201Z | [ recovery-image] Aug 26 21:23:18.178 INFO O| Aug 26 21:23:18.178 INFO STEP 22 (remove_files) COMPLETE |
| 4637 | 2025-08-26T21:23:18.202Z | [ recovery-image] Aug 26 21:23:18.178 INFO O| Aug 26 21:23:18.178 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4638 | 2025-08-26T21:23:18.226Z | [ recovery-image] Aug 26 21:23:18.215 INFO O| Aug 26 21:23:18.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 4639 | 2025-08-26T21:23:18.227Z | [ recovery-image] Aug 26 21:23:18.215 INFO O| Aug 26 21:23:18.215 INFO STEP 23 (remove_files) COMPLETE |
| 4640 | 2025-08-26T21:23:18.227Z | [ recovery-image] Aug 26 21:23:18.215 INFO O| Aug 26 21:23:18.215 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4641 | 2025-08-26T21:23:18.227Z | [ recovery-image] Aug 26 21:23:18.227 INFO O| Aug 26 21:23:18.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 4642 | 2025-08-26T21:23:18.227Z | [ recovery-image] Aug 26 21:23:18.227 INFO O| Aug 26 21:23:18.227 INFO STEP 24 (remove_files) COMPLETE |
| 4643 | 2025-08-26T21:23:18.258Z | [ recovery-image] Aug 26 21:23:18.227 INFO O| Aug 26 21:23:18.227 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4644 | 2025-08-26T21:23:18.258Z | [ recovery-image] Aug 26 21:23:18.239 INFO O| Aug 26 21:23:18.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power" |
| 4645 | 2025-08-26T21:23:18.258Z | [ recovery-image] Aug 26 21:23:18.239 INFO O| Aug 26 21:23:18.239 INFO STEP 25 (remove_files) COMPLETE |
| 4646 | 2025-08-26T21:23:18.258Z | [ recovery-image] Aug 26 21:23:18.239 INFO O| Aug 26 21:23:18.239 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4647 | 2025-08-26T21:23:18.258Z | [ recovery-image] Aug 26 21:23:18.251 INFO O| Aug 26 21:23:18.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 4648 | 2025-08-26T21:23:18.258Z | [ recovery-image] Aug 26 21:23:18.252 INFO O| Aug 26 21:23:18.252 INFO STEP 26 (remove_files) COMPLETE |
| 4649 | 2025-08-26T21:23:18.258Z | [ recovery-image] Aug 26 21:23:18.252 INFO O| Aug 26 21:23:18.252 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4650 | 2025-08-26T21:23:18.283Z | [ recovery-image] Aug 26 21:23:18.265 INFO O| Aug 26 21:23:18.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 4651 | 2025-08-26T21:23:18.283Z | [ recovery-image] Aug 26 21:23:18.265 INFO O| Aug 26 21:23:18.265 INFO STEP 27 (remove_files) COMPLETE |
| 4652 | 2025-08-26T21:23:18.283Z | [ recovery-image] Aug 26 21:23:18.265 INFO O| Aug 26 21:23:18.265 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4653 | 2025-08-26T21:23:18.283Z | [ recovery-image] Aug 26 21:23:18.278 INFO O| Aug 26 21:23:18.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 4654 | 2025-08-26T21:23:18.283Z | [ recovery-image] Aug 26 21:23:18.278 INFO O| Aug 26 21:23:18.278 INFO STEP 28 (remove_files) COMPLETE |
| 4655 | 2025-08-26T21:23:18.283Z | [ recovery-image] Aug 26 21:23:18.278 INFO O| Aug 26 21:23:18.278 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4656 | 2025-08-26T21:23:18.309Z | [ recovery-image] Aug 26 21:23:18.291 INFO O| Aug 26 21:23:18.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 4657 | 2025-08-26T21:23:18.309Z | [ recovery-image] Aug 26 21:23:18.291 INFO O| Aug 26 21:23:18.291 INFO STEP 29 (remove_files) COMPLETE |
| 4658 | 2025-08-26T21:23:18.309Z | [ recovery-image] Aug 26 21:23:18.291 INFO O| Aug 26 21:23:18.291 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4659 | 2025-08-26T21:23:18.309Z | [ recovery-image] Aug 26 21:23:18.304 INFO O| Aug 26 21:23:18.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 4660 | 2025-08-26T21:23:18.309Z | [ recovery-image] Aug 26 21:23:18.305 INFO O| Aug 26 21:23:18.305 INFO STEP 30 (remove_files) COMPLETE |
| 4661 | 2025-08-26T21:23:18.309Z | [ recovery-image] Aug 26 21:23:18.305 INFO O| Aug 26 21:23:18.305 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4662 | 2025-08-26T21:23:18.334Z | [ recovery-image] Aug 26 21:23:18.319 INFO O| Aug 26 21:23:18.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 4663 | 2025-08-26T21:23:18.334Z | [ recovery-image] Aug 26 21:23:18.319 INFO O| Aug 26 21:23:18.319 INFO STEP 31 (remove_files) COMPLETE |
| 4664 | 2025-08-26T21:23:18.334Z | [ recovery-image] Aug 26 21:23:18.319 INFO O| Aug 26 21:23:18.319 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4665 | 2025-08-26T21:23:18.358Z | [ recovery-image] Aug 26 21:23:18.336 INFO O| Aug 26 21:23:18.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 4666 | 2025-08-26T21:23:18.358Z | [ recovery-image] Aug 26 21:23:18.336 INFO O| Aug 26 21:23:18.336 INFO STEP 32 (remove_files) COMPLETE |
| 4667 | 2025-08-26T21:23:18.359Z | [ recovery-image] Aug 26 21:23:18.336 INFO O| Aug 26 21:23:18.336 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4668 | 2025-08-26T21:23:18.359Z | [ recovery-image] Aug 26 21:23:18.352 INFO O| Aug 26 21:23:18.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 4669 | 2025-08-26T21:23:18.359Z | [ recovery-image] Aug 26 21:23:18.352 INFO O| Aug 26 21:23:18.352 INFO STEP 33 (remove_files) COMPLETE |
| 4670 | 2025-08-26T21:23:18.359Z | [ recovery-image] Aug 26 21:23:18.352 INFO O| Aug 26 21:23:18.352 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4671 | 2025-08-26T21:23:18.383Z | [ recovery-image] Aug 26 21:23:18.367 INFO O| Aug 26 21:23:18.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 4672 | 2025-08-26T21:23:18.383Z | [ recovery-image] Aug 26 21:23:18.367 INFO O| Aug 26 21:23:18.367 INFO STEP 34 (remove_files) COMPLETE |
| 4673 | 2025-08-26T21:23:18.383Z | [ recovery-image] Aug 26 21:23:18.367 INFO O| Aug 26 21:23:18.367 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4674 | 2025-08-26T21:23:18.383Z | [ recovery-image] Aug 26 21:23:18.381 INFO O| Aug 26 21:23:18.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 4675 | 2025-08-26T21:23:18.383Z | [ recovery-image] Aug 26 21:23:18.381 INFO O| Aug 26 21:23:18.381 INFO STEP 35 (remove_files) COMPLETE |
| 4676 | 2025-08-26T21:23:18.383Z | [ recovery-image] Aug 26 21:23:18.381 INFO O| Aug 26 21:23:18.381 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4677 | 2025-08-26T21:23:18.408Z | [ recovery-image] Aug 26 21:23:18.398 INFO O| Aug 26 21:23:18.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 4678 | 2025-08-26T21:23:18.408Z | [ recovery-image] Aug 26 21:23:18.398 INFO O| Aug 26 21:23:18.398 INFO STEP 36 (remove_files) COMPLETE |
| 4679 | 2025-08-26T21:23:18.408Z | [ recovery-image] Aug 26 21:23:18.398 INFO O| Aug 26 21:23:18.398 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4680 | 2025-08-26T21:23:18.435Z | [ recovery-image] Aug 26 21:23:18.413 INFO O| Aug 26 21:23:18.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 4681 | 2025-08-26T21:23:18.436Z | [ recovery-image] Aug 26 21:23:18.413 INFO O| Aug 26 21:23:18.413 INFO STEP 37 (remove_files) COMPLETE |
| 4682 | 2025-08-26T21:23:18.436Z | [ recovery-image] Aug 26 21:23:18.413 INFO O| Aug 26 21:23:18.413 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4683 | 2025-08-26T21:23:18.436Z | [ recovery-image] Aug 26 21:23:18.427 INFO O| Aug 26 21:23:18.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 4684 | 2025-08-26T21:23:18.436Z | [ recovery-image] Aug 26 21:23:18.427 INFO O| Aug 26 21:23:18.427 INFO STEP 38 (remove_files) COMPLETE |
| 4685 | 2025-08-26T21:23:18.436Z | [ recovery-image] Aug 26 21:23:18.427 INFO O| Aug 26 21:23:18.427 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4686 | 2025-08-26T21:23:18.462Z | [ recovery-image] Aug 26 21:23:18.441 INFO O| Aug 26 21:23:18.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 4687 | 2025-08-26T21:23:18.462Z | [ recovery-image] Aug 26 21:23:18.441 INFO O| Aug 26 21:23:18.441 INFO STEP 39 (remove_files) COMPLETE |
| 4688 | 2025-08-26T21:23:18.462Z | [ recovery-image] Aug 26 21:23:18.441 INFO O| Aug 26 21:23:18.441 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4689 | 2025-08-26T21:23:18.462Z | [ recovery-image] Aug 26 21:23:18.455 INFO O| Aug 26 21:23:18.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 4690 | 2025-08-26T21:23:18.462Z | [ recovery-image] Aug 26 21:23:18.455 INFO O| Aug 26 21:23:18.455 INFO STEP 40 (remove_files) COMPLETE |
| 4691 | 2025-08-26T21:23:18.462Z | [ recovery-image] Aug 26 21:23:18.455 INFO O| Aug 26 21:23:18.455 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4692 | 2025-08-26T21:23:18.487Z | [ recovery-image] Aug 26 21:23:18.469 INFO O| Aug 26 21:23:18.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 4693 | 2025-08-26T21:23:18.487Z | [ recovery-image] Aug 26 21:23:18.469 INFO O| Aug 26 21:23:18.469 INFO STEP 41 (remove_files) COMPLETE |
| 4694 | 2025-08-26T21:23:18.487Z | [ recovery-image] Aug 26 21:23:18.469 INFO O| Aug 26 21:23:18.469 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4695 | 2025-08-26T21:23:18.487Z | [ recovery-image] Aug 26 21:23:18.483 INFO O| Aug 26 21:23:18.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 4696 | 2025-08-26T21:23:18.487Z | [ recovery-image] Aug 26 21:23:18.483 INFO O| Aug 26 21:23:18.483 INFO STEP 42 (remove_files) COMPLETE |
| 4697 | 2025-08-26T21:23:18.487Z | [ recovery-image] Aug 26 21:23:18.484 INFO O| Aug 26 21:23:18.483 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4698 | 2025-08-26T21:23:18.512Z | [ recovery-image] Aug 26 21:23:18.498 INFO O| Aug 26 21:23:18.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 4699 | 2025-08-26T21:23:18.512Z | [ recovery-image] Aug 26 21:23:18.498 INFO O| Aug 26 21:23:18.498 INFO STEP 43 (remove_files) COMPLETE |
| 4700 | 2025-08-26T21:23:18.512Z | [ recovery-image] Aug 26 21:23:18.498 INFO O| Aug 26 21:23:18.498 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4701 | 2025-08-26T21:23:18.512Z | [ recovery-image] Aug 26 21:23:18.512 INFO O| Aug 26 21:23:18.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 4702 | 2025-08-26T21:23:18.512Z | [ recovery-image] Aug 26 21:23:18.512 INFO O| Aug 26 21:23:18.512 INFO STEP 44 (remove_files) COMPLETE |
| 4703 | 2025-08-26T21:23:18.512Z | [ recovery-image] Aug 26 21:23:18.512 INFO O| Aug 26 21:23:18.512 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4704 | 2025-08-26T21:23:18.537Z | [ recovery-image] Aug 26 21:23:18.528 INFO O| Aug 26 21:23:18.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 4705 | 2025-08-26T21:23:18.537Z | [ recovery-image] Aug 26 21:23:18.528 INFO O| Aug 26 21:23:18.528 INFO STEP 45 (remove_files) COMPLETE |
| 4706 | 2025-08-26T21:23:18.537Z | [ recovery-image] Aug 26 21:23:18.528 INFO O| Aug 26 21:23:18.528 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4707 | 2025-08-26T21:23:18.562Z | [ recovery-image] Aug 26 21:23:18.546 INFO O| Aug 26 21:23:18.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 4708 | 2025-08-26T21:23:18.562Z | [ recovery-image] Aug 26 21:23:18.546 INFO O| Aug 26 21:23:18.546 INFO STEP 46 (remove_files) COMPLETE |
| 4709 | 2025-08-26T21:23:18.562Z | [ recovery-image] Aug 26 21:23:18.546 INFO O| Aug 26 21:23:18.546 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4710 | 2025-08-26T21:23:18.562Z | [ recovery-image] Aug 26 21:23:18.561 INFO O| Aug 26 21:23:18.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 4711 | 2025-08-26T21:23:18.562Z | [ recovery-image] Aug 26 21:23:18.562 INFO O| Aug 26 21:23:18.561 INFO STEP 47 (remove_files) COMPLETE |
| 4712 | 2025-08-26T21:23:18.562Z | [ recovery-image] Aug 26 21:23:18.562 INFO O| Aug 26 21:23:18.562 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4713 | 2025-08-26T21:23:18.600Z | [ recovery-image] Aug 26 21:23:18.601 INFO O| Aug 26 21:23:18.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 4714 | 2025-08-26T21:23:18.600Z | [ recovery-image] Aug 26 21:23:18.601 INFO O| Aug 26 21:23:18.601 INFO STEP 48 (remove_files) COMPLETE |
| 4715 | 2025-08-26T21:23:18.625Z | [ recovery-image] Aug 26 21:23:18.601 INFO O| Aug 26 21:23:18.601 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4716 | 2025-08-26T21:23:18.625Z | [ host-image] Aug 26 21:23:18.610 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23521:20250826T130129Z |
| 4717 | 2025-08-26T21:23:18.625Z | [ recovery-image] Aug 26 21:23:18.618 INFO O| Aug 26 21:23:18.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 4718 | 2025-08-26T21:23:18.625Z | [ recovery-image] Aug 26 21:23:18.619 INFO O| Aug 26 21:23:18.619 INFO STEP 49 (remove_files) COMPLETE |
| 4719 | 2025-08-26T21:23:18.625Z | [ recovery-image] Aug 26 21:23:18.619 INFO O| Aug 26 21:23:18.619 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4720 | 2025-08-26T21:23:18.650Z | [ recovery-image] Aug 26 21:23:18.636 INFO O| Aug 26 21:23:18.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 4721 | 2025-08-26T21:23:18.650Z | [ recovery-image] Aug 26 21:23:18.636 INFO O| Aug 26 21:23:18.636 INFO STEP 50 (remove_files) COMPLETE |
| 4722 | 2025-08-26T21:23:18.650Z | [ recovery-image] Aug 26 21:23:18.636 INFO O| Aug 26 21:23:18.636 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4723 | 2025-08-26T21:23:18.650Z | [ recovery-image] Aug 26 21:23:18.650 INFO O| Aug 26 21:23:18.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 4724 | 2025-08-26T21:23:18.650Z | [ recovery-image] Aug 26 21:23:18.650 INFO O| Aug 26 21:23:18.650 INFO STEP 51 (remove_files) COMPLETE |
| 4725 | 2025-08-26T21:23:18.675Z | [ recovery-image] Aug 26 21:23:18.650 INFO O| Aug 26 21:23:18.650 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4726 | 2025-08-26T21:23:18.675Z | [ recovery-image] Aug 26 21:23:18.665 INFO O| Aug 26 21:23:18.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 4727 | 2025-08-26T21:23:18.675Z | [ recovery-image] Aug 26 21:23:18.665 INFO O| Aug 26 21:23:18.665 INFO STEP 52 (remove_files) COMPLETE |
| 4728 | 2025-08-26T21:23:18.675Z | [ recovery-image] Aug 26 21:23:18.665 INFO O| Aug 26 21:23:18.665 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4729 | 2025-08-26T21:23:18.700Z | [ recovery-image] Aug 26 21:23:18.679 INFO O| Aug 26 21:23:18.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm" |
| 4730 | 2025-08-26T21:23:18.700Z | [ recovery-image] Aug 26 21:23:18.679 INFO O| Aug 26 21:23:18.679 INFO STEP 53 (remove_files) COMPLETE |
| 4731 | 2025-08-26T21:23:18.700Z | [ recovery-image] Aug 26 21:23:18.679 INFO O| Aug 26 21:23:18.679 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4732 | 2025-08-26T21:23:18.701Z | [ recovery-image] Aug 26 21:23:18.695 INFO O| Aug 26 21:23:18.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm" |
| 4733 | 2025-08-26T21:23:18.701Z | [ recovery-image] Aug 26 21:23:18.695 INFO O| Aug 26 21:23:18.695 INFO STEP 54 (remove_files) COMPLETE |
| 4734 | 2025-08-26T21:23:18.701Z | [ recovery-image] Aug 26 21:23:18.695 INFO O| Aug 26 21:23:18.695 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4735 | 2025-08-26T21:23:18.727Z | [ recovery-image] Aug 26 21:23:18.709 INFO O| Aug 26 21:23:18.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm" |
| 4736 | 2025-08-26T21:23:18.727Z | [ recovery-image] Aug 26 21:23:18.709 INFO O| Aug 26 21:23:18.709 INFO STEP 55 (remove_files) COMPLETE |
| 4737 | 2025-08-26T21:23:18.727Z | [ recovery-image] Aug 26 21:23:18.709 INFO O| Aug 26 21:23:18.709 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4738 | 2025-08-26T21:23:18.727Z | [ recovery-image] Aug 26 21:23:18.724 INFO O| Aug 26 21:23:18.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm" |
| 4739 | 2025-08-26T21:23:18.727Z | [ recovery-image] Aug 26 21:23:18.724 INFO O| Aug 26 21:23:18.724 INFO STEP 56 (remove_files) COMPLETE |
| 4740 | 2025-08-26T21:23:18.727Z | [ recovery-image] Aug 26 21:23:18.724 INFO O| Aug 26 21:23:18.724 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4741 | 2025-08-26T21:23:18.755Z | [ recovery-image] Aug 26 21:23:18.739 INFO O| Aug 26 21:23:18.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar" |
| 4742 | 2025-08-26T21:23:18.756Z | [ recovery-image] Aug 26 21:23:18.739 INFO O| Aug 26 21:23:18.739 INFO STEP 57 (remove_files) COMPLETE |
| 4743 | 2025-08-26T21:23:18.756Z | [ recovery-image] Aug 26 21:23:18.739 INFO O| Aug 26 21:23:18.739 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4744 | 2025-08-26T21:23:18.781Z | [ recovery-image] Aug 26 21:23:18.756 INFO O| Aug 26 21:23:18.755 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 4745 | 2025-08-26T21:23:18.781Z | [ recovery-image] Aug 26 21:23:18.756 INFO O| Aug 26 21:23:18.756 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ... |
| 4746 | 2025-08-26T21:23:18.781Z | [ recovery-image] Aug 26 21:23:18.756 INFO O| Aug 26 21:23:18.756 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4747 | 2025-08-26T21:23:18.781Z | [ recovery-image] Aug 26 21:23:18.756 INFO O| Aug 26 21:23:18.756 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4748 | 2025-08-26T21:23:18.781Z | [ recovery-image] Aug 26 21:23:18.756 INFO O| Aug 26 21:23:18.756 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4749 | 2025-08-26T21:23:18.781Z | [ recovery-image] Aug 26 21:23:18.756 INFO O| Aug 26 21:23:18.756 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4750 | 2025-08-26T21:23:18.781Z | [ recovery-image] Aug 26 21:23:18.756 INFO O| Aug 26 21:23:18.756 INFO ok! |
| 4751 | 2025-08-26T21:23:18.781Z | [ recovery-image] Aug 26 21:23:18.756 INFO O| Aug 26 21:23:18.756 INFO STEP 58 (ensure_file) COMPLETE |
| 4752 | 2025-08-26T21:23:18.781Z | [ recovery-image] Aug 26 21:23:18.756 INFO O| Aug 26 21:23:18.756 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4753 | 2025-08-26T21:23:18.808Z | [ recovery-image] Aug 26 21:23:18.809 INFO O| Aug 26 21:23:18.809 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 4754 | 2025-08-26T21:23:18.809Z | [ recovery-image] Aug 26 21:23:18.809 INFO O| Aug 26 21:23:18.809 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 4755 | 2025-08-26T21:23:18.833Z | [ recovery-image] Aug 26 21:23:18.810 INFO O| Aug 26 21:23:18.810 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4756 | 2025-08-26T21:23:18.833Z | [ recovery-image] Aug 26 21:23:18.810 INFO O| Aug 26 21:23:18.810 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4757 | 2025-08-26T21:23:18.833Z | [ recovery-image] Aug 26 21:23:18.810 INFO O| Aug 26 21:23:18.810 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4758 | 2025-08-26T21:23:18.833Z | [ recovery-image] Aug 26 21:23:18.810 INFO O| Aug 26 21:23:18.810 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4759 | 2025-08-26T21:23:18.833Z | [ recovery-image] Aug 26 21:23:18.810 INFO O| Aug 26 21:23:18.810 INFO ok! |
| 4760 | 2025-08-26T21:23:18.833Z | [ recovery-image] Aug 26 21:23:18.810 INFO O| Aug 26 21:23:18.810 INFO STEP 59 (ensure_file) COMPLETE |
| 4761 | 2025-08-26T21:23:18.833Z | [ recovery-image] Aug 26 21:23:18.810 INFO O| Aug 26 21:23:18.810 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4762 | 2025-08-26T21:23:18.833Z | [ recovery-image] Aug 26 21:23:18.828 INFO O| Aug 26 21:23:18.827 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist |
| 4763 | 2025-08-26T21:23:18.833Z | [ recovery-image] Aug 26 21:23:18.828 INFO O| Aug 26 21:23:18.828 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ... |
| 4764 | 2025-08-26T21:23:18.833Z | [ recovery-image] Aug 26 21:23:18.828 INFO O| Aug 26 21:23:18.828 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile |
| 4765 | 2025-08-26T21:23:18.833Z | [ recovery-image] Aug 26 21:23:18.828 INFO O| Aug 26 21:23:18.828 INFO ok! |
| 4766 | 2025-08-26T21:23:18.833Z | [ recovery-image] Aug 26 21:23:18.828 INFO O| Aug 26 21:23:18.828 INFO STEP 60 (ensure_file) COMPLETE |
| 4767 | 2025-08-26T21:23:18.833Z | [ recovery-image] Aug 26 21:23:18.828 INFO O| Aug 26 21:23:18.828 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4768 | 2025-08-26T21:23:18.861Z | [ recovery-image] Aug 26 21:23:18.846 INFO O| Aug 26 21:23:18.846 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 4769 | 2025-08-26T21:23:18.861Z | [ recovery-image] Aug 26 21:23:18.846 INFO O| Aug 26 21:23:18.846 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ... |
| 4770 | 2025-08-26T21:23:18.861Z | [ recovery-image] Aug 26 21:23:18.846 INFO O| Aug 26 21:23:18.846 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc |
| 4771 | 2025-08-26T21:23:18.861Z | [ recovery-image] Aug 26 21:23:18.846 INFO O| Aug 26 21:23:18.846 INFO ok! |
| 4772 | 2025-08-26T21:23:18.861Z | [ recovery-image] Aug 26 21:23:18.846 INFO O| Aug 26 21:23:18.846 INFO STEP 61 (ensure_file) COMPLETE |
| 4773 | 2025-08-26T21:23:18.861Z | [ recovery-image] Aug 26 21:23:18.846 INFO O| Aug 26 21:23:18.846 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4774 | 2025-08-26T21:23:18.886Z | [ recovery-image] Aug 26 21:23:18.868 INFO O| Aug 26 21:23:18.868 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 4775 | 2025-08-26T21:23:18.886Z | [ recovery-image] Aug 26 21:23:18.868 INFO O| Aug 26 21:23:18.868 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ... |
| 4776 | 2025-08-26T21:23:18.886Z | [ recovery-image] Aug 26 21:23:18.868 INFO O| Aug 26 21:23:18.868 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 4777 | 2025-08-26T21:23:18.886Z | [ recovery-image] Aug 26 21:23:18.868 INFO O| Aug 26 21:23:18.868 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 4778 | 2025-08-26T21:23:18.886Z | [ recovery-image] Aug 26 21:23:18.868 INFO O| Aug 26 21:23:18.868 INFO ok! |
| 4779 | 2025-08-26T21:23:18.886Z | [ recovery-image] Aug 26 21:23:18.868 INFO O| Aug 26 21:23:18.868 INFO STEP 62 (ensure_file) COMPLETE |
| 4780 | 2025-08-26T21:23:18.886Z | [ recovery-image] Aug 26 21:23:18.868 INFO O| Aug 26 21:23:18.868 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4781 | 2025-08-26T21:23:18.911Z | [ recovery-image] Aug 26 21:23:18.888 INFO O| Aug 26 21:23:18.888 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 4782 | 2025-08-26T21:23:18.911Z | [ recovery-image] Aug 26 21:23:18.888 INFO O| Aug 26 21:23:18.888 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 4783 | 2025-08-26T21:23:18.911Z | [ recovery-image] Aug 26 21:23:18.888 INFO O| Aug 26 21:23:18.888 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 4784 | 2025-08-26T21:23:18.911Z | [ recovery-image] Aug 26 21:23:18.888 INFO O| Aug 26 21:23:18.888 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 4785 | 2025-08-26T21:23:18.911Z | [ recovery-image] Aug 26 21:23:18.888 INFO O| Aug 26 21:23:18.888 INFO ok! |
| 4786 | 2025-08-26T21:23:18.911Z | [ recovery-image] Aug 26 21:23:18.888 INFO O| Aug 26 21:23:18.888 INFO STEP 63 (ensure_file) COMPLETE |
| 4787 | 2025-08-26T21:23:18.911Z | [ recovery-image] Aug 26 21:23:18.888 INFO O| Aug 26 21:23:18.888 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4788 | 2025-08-26T21:23:18.911Z | [ recovery-image] Aug 26 21:23:18.907 INFO O| Aug 26 21:23:18.907 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 4789 | 2025-08-26T21:23:18.911Z | [ recovery-image] Aug 26 21:23:18.907 INFO O| Aug 26 21:23:18.907 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 4790 | 2025-08-26T21:23:18.911Z | [ recovery-image] Aug 26 21:23:18.907 INFO O| Aug 26 21:23:18.907 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly |
| 4791 | 2025-08-26T21:23:18.911Z | [ recovery-image] Aug 26 21:23:18.907 INFO O| Aug 26 21:23:18.907 INFO ok! |
| 4792 | 2025-08-26T21:23:18.911Z | [ recovery-image] Aug 26 21:23:18.907 INFO O| Aug 26 21:23:18.907 INFO STEP 64 (assemble_files) COMPLETE |
| 4793 | 2025-08-26T21:23:18.911Z | [ recovery-image] Aug 26 21:23:18.907 INFO O| Aug 26 21:23:18.907 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4794 | 2025-08-26T21:23:18.941Z | [ recovery-image] Aug 26 21:23:18.924 INFO O| Aug 26 21:23:18.924 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 4795 | 2025-08-26T21:23:18.941Z | [ recovery-image] Aug 26 21:23:18.925 INFO O| Aug 26 21:23:18.924 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ... |
| 4796 | 2025-08-26T21:23:18.941Z | [ recovery-image] Aug 26 21:23:18.925 INFO O| Aug 26 21:23:18.925 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 4797 | 2025-08-26T21:23:18.941Z | [ recovery-image] Aug 26 21:23:18.925 INFO O| Aug 26 21:23:18.925 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 4798 | 2025-08-26T21:23:18.941Z | [ recovery-image] Aug 26 21:23:18.925 INFO O| Aug 26 21:23:18.925 INFO ok! |
| 4799 | 2025-08-26T21:23:18.941Z | [ recovery-image] Aug 26 21:23:18.925 INFO O| Aug 26 21:23:18.925 INFO STEP 65 (ensure_file) COMPLETE |
| 4800 | 2025-08-26T21:23:18.941Z | [ recovery-image] Aug 26 21:23:18.925 INFO O| Aug 26 21:23:18.925 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4801 | 2025-08-26T21:23:18.941Z | [ recovery-image] Aug 26 21:23:18.925 INFO O| Aug 26 21:23:18.925 INFO skip step because feature "omicron1" is not enabled |
| 4802 | 2025-08-26T21:23:18.941Z | [ recovery-image] Aug 26 21:23:18.925 INFO O| Aug 26 21:23:18.925 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4803 | 2025-08-26T21:23:18.941Z | [ recovery-image] Aug 26 21:23:18.925 INFO O| Aug 26 21:23:18.925 INFO skip step because feature "omicron1" is not enabled |
| 4804 | 2025-08-26T21:23:18.942Z | [ recovery-image] Aug 26 21:23:18.925 INFO O| Aug 26 21:23:18.925 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4805 | 2025-08-26T21:23:18.942Z | [ recovery-image] Aug 26 21:23:18.925 INFO O| Aug 26 21:23:18.925 INFO skip step because feature "omicron1" is not enabled |
| 4806 | 2025-08-26T21:23:18.942Z | [ recovery-image] Aug 26 21:23:18.925 INFO O| Aug 26 21:23:18.925 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4807 | 2025-08-26T21:23:18.966Z | [ recovery-image] Aug 26 21:23:18.948 INFO O| Aug 26 21:23:18.947 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal |
| 4808 | 2025-08-26T21:23:18.966Z | [ recovery-image] Aug 26 21:23:18.948 INFO O| Aug 26 21:23:18.948 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 4809 | 2025-08-26T21:23:21.774Z | [ recovery-image] Aug 26 21:23:21.775 INFO O| Aug 26 21:23:21.775 INFO STEP 69 (pack_tar) COMPLETE |
| 4810 | 2025-08-26T21:23:21.774Z | [ recovery-image] Aug 26 21:23:21.775 INFO O| Aug 26 21:23:21.775 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4811 | 2025-08-26T21:23:21.800Z | [ recovery-image] Aug 26 21:23:21.775 INFO O| Aug 26 21:23:21.775 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4812 | 2025-08-26T21:23:22.244Z | [ recovery-image] Aug 26 21:23:22.245 INFO O| Aug 26 21:23:22.245 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4813 | 2025-08-26T21:23:22.389Z | [ recovery-image] Aug 26 21:23:22.390 INFO O| Aug 26 21:23:22.390 INFO completed processing sled/ramdisk-02-trim |
| 4814 | 2025-08-26T21:23:22.414Z | [ recovery-image] Aug 26 21:23:22.394 INFO image builder template: ramdisk-03-recovery-trim... |
| 4815 | 2025-08-26T21:23:22.414Z | [ recovery-image] Aug 26 21:23:22.395 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/.tmpQmIViS/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.37.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None |
| 4816 | 2025-08-26T21:23:22.550Z | [ recovery-image] Aug 26 21:23:22.551 INFO O| Aug 26 21:23:22.550 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 4817 | 2025-08-26T21:23:22.576Z | [ recovery-image] Aug 26 21:23:22.557 INFO O| Aug 26 21:23:22.557 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 4818 | 2025-08-26T21:23:22.634Z | [ recovery-image] Aug 26 21:23:22.634 INFO O| Aug 26 21:23:22.634 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled |
| 4819 | 2025-08-26T21:23:22.684Z | [ recovery-image] Aug 26 21:23:22.684 INFO O| Aug 26 21:23:22.683 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 4820 | 2025-08-26T21:23:22.685Z | [ recovery-image] Aug 26 21:23:22.684 INFO O| Aug 26 21:23:22.684 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4821 | 2025-08-26T21:23:22.734Z | [ recovery-image] Aug 26 21:23:22.734 INFO O| Aug 26 21:23:22.734 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 4822 | 2025-08-26T21:23:22.760Z | [ recovery-image] Aug 26 21:23:22.743 INFO O| Aug 26 21:23:22.743 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4823 | 2025-08-26T21:23:22.760Z | [ recovery-image] Aug 26 21:23:22.753 INFO O| Aug 26 21:23:22.753 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4824 | 2025-08-26T21:23:23.186Z | [ recovery-image] Aug 26 21:23:23.187 INFO O| Aug 26 21:23:23.187 INFO rolled back to input snapshot; work may begin |
| 4825 | 2025-08-26T21:23:23.186Z | [ recovery-image] Aug 26 21:23:23.187 INFO O| Aug 26 21:23:23.187 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4826 | 2025-08-26T21:23:23.210Z | [ recovery-image] Aug 26 21:23:23.196 INFO O| Aug 26 21:23:23.196 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4827 | 2025-08-26T21:23:23.237Z | [ recovery-image] Aug 26 21:23:23.213 INFO O| Aug 26 21:23:23.213 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7" |
| 4828 | 2025-08-26T21:23:23.237Z | [ recovery-image] Aug 26 21:23:23.218 INFO O| Aug 26 21:23:23.218 INFO STEP 0 (remove_files) COMPLETE |
| 4829 | 2025-08-26T21:23:23.237Z | [ recovery-image] Aug 26 21:23:23.218 INFO O| Aug 26 21:23:23.218 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4830 | 2025-08-26T21:23:23.262Z | [ recovery-image] Aug 26 21:23:23.237 INFO O| Aug 26 21:23:23.237 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share" |
| 4831 | 2025-08-26T21:23:23.303Z | [ recovery-image] Aug 26 21:23:23.303 INFO O| Aug 26 21:23:23.303 INFO STEP 1 (remove_files) COMPLETE |
| 4832 | 2025-08-26T21:23:23.303Z | [ recovery-image] Aug 26 21:23:23.303 INFO O| Aug 26 21:23:23.303 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4833 | 2025-08-26T21:23:23.328Z | [ recovery-image] Aug 26 21:23:23.321 INFO O| Aug 26 21:23:23.321 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns" |
| 4834 | 2025-08-26T21:23:23.328Z | [ recovery-image] Aug 26 21:23:23.323 INFO O| Aug 26 21:23:23.323 INFO STEP 2 (remove_files) COMPLETE |
| 4835 | 2025-08-26T21:23:23.328Z | [ recovery-image] Aug 26 21:23:23.323 INFO O| Aug 26 21:23:23.323 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4836 | 2025-08-26T21:23:23.358Z | [ recovery-image] Aug 26 21:23:23.340 INFO O| Aug 26 21:23:23.340 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv" |
| 4837 | 2025-08-26T21:23:23.403Z | [ recovery-image] Aug 26 21:23:23.404 INFO O| Aug 26 21:23:23.404 INFO STEP 3 (remove_files) COMPLETE |
| 4838 | 2025-08-26T21:23:23.403Z | [ recovery-image] Aug 26 21:23:23.404 INFO O| Aug 26 21:23:23.404 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4839 | 2025-08-26T21:23:23.446Z | [ recovery-image] Aug 26 21:23:23.446 INFO O| Aug 26 21:23:23.446 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale" |
| 4840 | 2025-08-26T21:23:23.510Z | [ recovery-image] Aug 26 21:23:23.507 INFO O| Aug 26 21:23:23.507 INFO STEP 4 (remove_files) COMPLETE |
| 4841 | 2025-08-26T21:23:23.510Z | [ recovery-image] Aug 26 21:23:23.507 INFO O| Aug 26 21:23:23.507 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4842 | 2025-08-26T21:23:23.535Z | [ recovery-image] Aug 26 21:23:23.533 INFO O| Aug 26 21:23:23.533 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps" |
| 4843 | 2025-08-26T21:23:23.535Z | [ recovery-image] Aug 26 21:23:23.535 INFO O| Aug 26 21:23:23.535 INFO STEP 5 (remove_files) COMPLETE |
| 4844 | 2025-08-26T21:23:23.536Z | [ recovery-image] Aug 26 21:23:23.535 INFO O| Aug 26 21:23:23.535 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4845 | 2025-08-26T21:23:23.606Z | [ recovery-image] Aug 26 21:23:23.607 INFO O| Aug 26 21:23:23.607 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig" |
| 4846 | 2025-08-26T21:23:23.631Z | [ recovery-image] Aug 26 21:23:23.612 INFO O| Aug 26 21:23:23.612 INFO STEP 6 (remove_files) COMPLETE |
| 4847 | 2025-08-26T21:23:23.631Z | [ recovery-image] Aug 26 21:23:23.612 INFO O| Aug 26 21:23:23.612 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4848 | 2025-08-26T21:23:23.631Z | [ recovery-image] Aug 26 21:23:23.632 INFO O| Aug 26 21:23:23.631 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi" |
| 4849 | 2025-08-26T21:23:23.656Z | [ recovery-image] Aug 26 21:23:23.651 INFO O| Aug 26 21:23:23.650 INFO STEP 7 (remove_files) COMPLETE |
| 4850 | 2025-08-26T21:23:23.656Z | [ recovery-image] Aug 26 21:23:23.651 INFO O| Aug 26 21:23:23.651 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4851 | 2025-08-26T21:23:23.680Z | [ recovery-image] Aug 26 21:23:23.670 INFO O| Aug 26 21:23:23.669 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs" |
| 4852 | 2025-08-26T21:23:23.680Z | [ recovery-image] Aug 26 21:23:23.670 INFO O| Aug 26 21:23:23.670 INFO STEP 8 (remove_files) COMPLETE |
| 4853 | 2025-08-26T21:23:23.680Z | [ recovery-image] Aug 26 21:23:23.670 INFO O| Aug 26 21:23:23.670 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4854 | 2025-08-26T21:23:23.706Z | [ recovery-image] Aug 26 21:23:23.685 INFO O| Aug 26 21:23:23.685 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv" |
| 4855 | 2025-08-26T21:23:23.733Z | [ recovery-image] Aug 26 21:23:23.710 INFO O| Aug 26 21:23:23.710 INFO STEP 9 (remove_files) COMPLETE |
| 4856 | 2025-08-26T21:23:23.733Z | [ recovery-image] Aug 26 21:23:23.710 INFO O| Aug 26 21:23:23.710 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4857 | 2025-08-26T21:23:23.733Z | [ recovery-image] Aug 26 21:23:23.730 INFO O| Aug 26 21:23:23.730 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5" |
| 4858 | 2025-08-26T21:23:23.863Z | [ recovery-image] Aug 26 21:23:23.864 INFO O| Aug 26 21:23:23.864 INFO STEP 10 (remove_files) COMPLETE |
| 4859 | 2025-08-26T21:23:23.863Z | [ recovery-image] Aug 26 21:23:23.864 INFO O| Aug 26 21:23:23.864 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4860 | 2025-08-26T21:23:23.888Z | [ recovery-image] Aug 26 21:23:23.881 INFO O| Aug 26 21:23:23.881 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash" |
| 4861 | 2025-08-26T21:23:23.888Z | [ recovery-image] Aug 26 21:23:23.884 INFO O| Aug 26 21:23:23.884 INFO STEP 11 (remove_files) COMPLETE |
| 4862 | 2025-08-26T21:23:23.888Z | [ recovery-image] Aug 26 21:23:23.884 INFO O| Aug 26 21:23:23.884 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4863 | 2025-08-26T21:23:23.913Z | [ recovery-image] Aug 26 21:23:23.901 INFO O| Aug 26 21:23:23.901 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve" |
| 4864 | 2025-08-26T21:23:23.913Z | [ recovery-image] Aug 26 21:23:23.904 INFO O| Aug 26 21:23:23.904 INFO STEP 12 (remove_files) COMPLETE |
| 4865 | 2025-08-26T21:23:23.913Z | [ recovery-image] Aug 26 21:23:23.904 INFO O| Aug 26 21:23:23.904 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4866 | 2025-08-26T21:23:23.937Z | [ recovery-image] Aug 26 21:23:23.921 INFO O| Aug 26 21:23:23.921 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs" |
| 4867 | 2025-08-26T21:23:23.937Z | [ recovery-image] Aug 26 21:23:23.922 INFO O| Aug 26 21:23:23.921 INFO STEP 13 (remove_files) COMPLETE |
| 4868 | 2025-08-26T21:23:23.937Z | [ recovery-image] Aug 26 21:23:23.922 INFO O| Aug 26 21:23:23.921 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4869 | 2025-08-26T21:23:23.937Z | [ recovery-image] Aug 26 21:23:23.938 INFO O| Aug 26 21:23:23.938 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons" |
| 4870 | 2025-08-26T21:23:23.961Z | [ recovery-image] Aug 26 21:23:23.940 INFO O| Aug 26 21:23:23.940 INFO STEP 14 (remove_files) COMPLETE |
| 4871 | 2025-08-26T21:23:23.961Z | [ recovery-image] Aug 26 21:23:23.940 INFO O| Aug 26 21:23:23.940 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4872 | 2025-08-26T21:23:23.961Z | [ recovery-image] Aug 26 21:23:23.955 INFO O| Aug 26 21:23:23.955 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale" |
| 4873 | 2025-08-26T21:23:23.986Z | [ recovery-image] Aug 26 21:23:23.964 INFO O| Aug 26 21:23:23.964 INFO STEP 15 (remove_files) COMPLETE |
| 4874 | 2025-08-26T21:23:23.986Z | [ recovery-image] Aug 26 21:23:23.964 INFO O| Aug 26 21:23:23.964 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4875 | 2025-08-26T21:23:23.986Z | [ recovery-image] Aug 26 21:23:23.981 INFO O| Aug 26 21:23:23.981 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src" |
| 4876 | 2025-08-26T21:23:23.986Z | [ recovery-image] Aug 26 21:23:23.981 INFO O| Aug 26 21:23:23.981 INFO STEP 16 (remove_files) COMPLETE |
| 4877 | 2025-08-26T21:23:23.986Z | [ recovery-image] Aug 26 21:23:23.981 INFO O| Aug 26 21:23:23.981 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4878 | 2025-08-26T21:23:24.010Z | [ recovery-image] Aug 26 21:23:24.001 INFO O| Aug 26 21:23:24.001 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo" |
| 4879 | 2025-08-26T21:23:24.036Z | [ recovery-image] Aug 26 21:23:24.025 INFO O| Aug 26 21:23:24.025 INFO STEP 17 (remove_files) COMPLETE |
| 4880 | 2025-08-26T21:23:24.036Z | [ recovery-image] Aug 26 21:23:24.025 INFO O| Aug 26 21:23:24.025 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4881 | 2025-08-26T21:23:24.073Z | [ recovery-image] Aug 26 21:23:24.054 INFO O| Aug 26 21:23:24.054 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim" |
| 4882 | 2025-08-26T21:23:24.191Z | [ recovery-image] Aug 26 21:23:24.192 INFO O| Aug 26 21:23:24.192 INFO STEP 18 (remove_files) COMPLETE |
| 4883 | 2025-08-26T21:23:24.191Z | [ recovery-image] Aug 26 21:23:24.192 INFO O| Aug 26 21:23:24.192 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4884 | 2025-08-26T21:23:24.245Z | [ recovery-image] Aug 26 21:23:24.245 INFO O| Aug 26 21:23:24.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml" |
| 4885 | 2025-08-26T21:23:24.310Z | [ recovery-image] Aug 26 21:23:24.311 INFO O| Aug 26 21:23:24.311 INFO STEP 19 (remove_files) COMPLETE |
| 4886 | 2025-08-26T21:23:24.310Z | [ recovery-image] Aug 26 21:23:24.311 INFO O| Aug 26 21:23:24.311 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4887 | 2025-08-26T21:23:24.335Z | [ recovery-image] Aug 26 21:23:24.330 INFO O| Aug 26 21:23:24.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml" |
| 4888 | 2025-08-26T21:23:24.335Z | [ recovery-image] Aug 26 21:23:24.330 INFO O| Aug 26 21:23:24.330 INFO STEP 20 (remove_files) COMPLETE |
| 4889 | 2025-08-26T21:23:24.335Z | [ recovery-image] Aug 26 21:23:24.330 INFO O| Aug 26 21:23:24.330 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4890 | 2025-08-26T21:23:24.360Z | [ recovery-image] Aug 26 21:23:24.354 INFO O| Aug 26 21:23:24.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb" |
| 4891 | 2025-08-26T21:23:24.360Z | [ recovery-image] Aug 26 21:23:24.355 INFO O| Aug 26 21:23:24.355 INFO STEP 21 (remove_files) COMPLETE |
| 4892 | 2025-08-26T21:23:24.360Z | [ recovery-image] Aug 26 21:23:24.355 INFO O| Aug 26 21:23:24.355 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4893 | 2025-08-26T21:23:24.384Z | [ recovery-image] Aug 26 21:23:24.378 INFO O| Aug 26 21:23:24.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec" |
| 4894 | 2025-08-26T21:23:24.384Z | [ recovery-image] Aug 26 21:23:24.378 INFO O| Aug 26 21:23:24.378 INFO STEP 22 (remove_files) COMPLETE |
| 4895 | 2025-08-26T21:23:24.384Z | [ recovery-image] Aug 26 21:23:24.378 INFO O| Aug 26 21:23:24.378 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4896 | 2025-08-26T21:23:24.409Z | [ recovery-image] Aug 26 21:23:24.395 INFO O| Aug 26 21:23:24.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap" |
| 4897 | 2025-08-26T21:23:24.409Z | [ recovery-image] Aug 26 21:23:24.395 INFO O| Aug 26 21:23:24.395 INFO STEP 23 (remove_files) COMPLETE |
| 4898 | 2025-08-26T21:23:24.409Z | [ recovery-image] Aug 26 21:23:24.395 INFO O| Aug 26 21:23:24.395 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4899 | 2025-08-26T21:23:24.434Z | [ recovery-image] Aug 26 21:23:24.410 INFO O| Aug 26 21:23:24.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias" |
| 4900 | 2025-08-26T21:23:24.434Z | [ recovery-image] Aug 26 21:23:24.410 INFO O| Aug 26 21:23:24.410 INFO STEP 24 (remove_files) COMPLETE |
| 4901 | 2025-08-26T21:23:24.434Z | [ recovery-image] Aug 26 21:23:24.410 INFO O| Aug 26 21:23:24.410 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4902 | 2025-08-26T21:23:24.434Z | [ recovery-image] Aug 26 21:23:24.425 INFO O| Aug 26 21:23:24.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb" |
| 4903 | 2025-08-26T21:23:24.434Z | [ recovery-image] Aug 26 21:23:24.425 INFO O| Aug 26 21:23:24.425 INFO STEP 25 (remove_files) COMPLETE |
| 4904 | 2025-08-26T21:23:24.434Z | [ recovery-image] Aug 26 21:23:24.425 INFO O| Aug 26 21:23:24.425 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4905 | 2025-08-26T21:23:24.460Z | [ recovery-image] Aug 26 21:23:24.440 INFO O| Aug 26 21:23:24.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt" |
| 4906 | 2025-08-26T21:23:24.460Z | [ recovery-image] Aug 26 21:23:24.440 INFO O| Aug 26 21:23:24.440 INFO STEP 26 (remove_files) COMPLETE |
| 4907 | 2025-08-26T21:23:24.460Z | [ recovery-image] Aug 26 21:23:24.440 INFO O| Aug 26 21:23:24.440 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4908 | 2025-08-26T21:23:24.460Z | [ recovery-image] Aug 26 21:23:24.456 INFO O| Aug 26 21:23:24.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack" |
| 4909 | 2025-08-26T21:23:24.460Z | [ recovery-image] Aug 26 21:23:24.456 INFO O| Aug 26 21:23:24.456 INFO STEP 27 (remove_files) COMPLETE |
| 4910 | 2025-08-26T21:23:24.460Z | [ recovery-image] Aug 26 21:23:24.456 INFO O| Aug 26 21:23:24.456 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4911 | 2025-08-26T21:23:24.491Z | [ recovery-image] Aug 26 21:23:24.492 INFO O| Aug 26 21:23:24.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle" |
| 4912 | 2025-08-26T21:23:24.491Z | [ recovery-image] Aug 26 21:23:24.492 INFO O| Aug 26 21:23:24.492 INFO STEP 28 (remove_files) COMPLETE |
| 4913 | 2025-08-26T21:23:24.491Z | [ recovery-image] Aug 26 21:23:24.492 INFO O| Aug 26 21:23:24.492 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4914 | 2025-08-26T21:23:24.518Z | [ recovery-image] Aug 26 21:23:24.510 INFO O| Aug 26 21:23:24.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl" |
| 4915 | 2025-08-26T21:23:24.544Z | [ recovery-image] Aug 26 21:23:24.521 INFO O| Aug 26 21:23:24.521 INFO STEP 29 (remove_files) COMPLETE |
| 4916 | 2025-08-26T21:23:24.544Z | [ recovery-image] Aug 26 21:23:24.521 INFO O| Aug 26 21:23:24.521 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4917 | 2025-08-26T21:23:24.544Z | [ recovery-image] Aug 26 21:23:24.539 INFO O| Aug 26 21:23:24.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config" |
| 4918 | 2025-08-26T21:23:24.544Z | [ recovery-image] Aug 26 21:23:24.539 INFO O| Aug 26 21:23:24.539 INFO STEP 30 (remove_files) COMPLETE |
| 4919 | 2025-08-26T21:23:24.544Z | [ recovery-image] Aug 26 21:23:24.539 INFO O| Aug 26 21:23:24.539 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4920 | 2025-08-26T21:23:24.571Z | [ recovery-image] Aug 26 21:23:24.555 INFO O| Aug 26 21:23:24.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt" |
| 4921 | 2025-08-26T21:23:24.571Z | [ recovery-image] Aug 26 21:23:24.563 INFO O| Aug 26 21:23:24.563 INFO STEP 31 (remove_files) COMPLETE |
| 4922 | 2025-08-26T21:23:24.571Z | [ recovery-image] Aug 26 21:23:24.563 INFO O| Aug 26 21:23:24.563 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4923 | 2025-08-26T21:23:24.596Z | [ recovery-image] Aug 26 21:23:24.585 INFO O| Aug 26 21:23:24.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest" |
| 4924 | 2025-08-26T21:23:24.621Z | [ recovery-image] Aug 26 21:23:24.606 INFO O| Aug 26 21:23:24.606 INFO STEP 32 (remove_files) COMPLETE |
| 4925 | 2025-08-26T21:23:24.621Z | [ recovery-image] Aug 26 21:23:24.606 INFO O| Aug 26 21:23:24.606 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4926 | 2025-08-26T21:23:24.645Z | [ recovery-image] Aug 26 21:23:24.628 INFO O| Aug 26 21:23:24.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap" |
| 4927 | 2025-08-26T21:23:24.645Z | [ recovery-image] Aug 26 21:23:24.629 INFO O| Aug 26 21:23:24.629 INFO STEP 33 (remove_files) COMPLETE |
| 4928 | 2025-08-26T21:23:24.645Z | [ recovery-image] Aug 26 21:23:24.629 INFO O| Aug 26 21:23:24.629 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4929 | 2025-08-26T21:23:24.671Z | [ recovery-image] Aug 26 21:23:24.661 INFO O| Aug 26 21:23:24.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt" |
| 4930 | 2025-08-26T21:23:24.671Z | [ recovery-image] Aug 26 21:23:24.661 INFO O| Aug 26 21:23:24.661 INFO STEP 34 (remove_files) COMPLETE |
| 4931 | 2025-08-26T21:23:24.671Z | [ recovery-image] Aug 26 21:23:24.661 INFO O| Aug 26 21:23:24.661 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4932 | 2025-08-26T21:23:24.696Z | [ recovery-image] Aug 26 21:23:24.676 INFO O| Aug 26 21:23:24.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear" |
| 4933 | 2025-08-26T21:23:24.696Z | [ recovery-image] Aug 26 21:23:24.676 INFO O| Aug 26 21:23:24.676 INFO STEP 35 (remove_files) COMPLETE |
| 4934 | 2025-08-26T21:23:24.696Z | [ recovery-image] Aug 26 21:23:24.676 INFO O| Aug 26 21:23:24.676 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4935 | 2025-08-26T21:23:24.696Z | [ recovery-image] Aug 26 21:23:24.695 INFO O| Aug 26 21:23:24.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp" |
| 4936 | 2025-08-26T21:23:24.696Z | [ recovery-image] Aug 26 21:23:24.695 INFO O| Aug 26 21:23:24.695 INFO STEP 36 (remove_files) COMPLETE |
| 4937 | 2025-08-26T21:23:24.696Z | [ recovery-image] Aug 26 21:23:24.695 INFO O| Aug 26 21:23:24.695 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4938 | 2025-08-26T21:23:24.721Z | [ recovery-image] Aug 26 21:23:24.718 INFO O| Aug 26 21:23:24.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs" |
| 4939 | 2025-08-26T21:23:24.721Z | [ recovery-image] Aug 26 21:23:24.718 INFO O| Aug 26 21:23:24.718 INFO STEP 37 (remove_files) COMPLETE |
| 4940 | 2025-08-26T21:23:24.746Z | [ recovery-image] Aug 26 21:23:24.718 INFO O| Aug 26 21:23:24.718 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4941 | 2025-08-26T21:23:24.778Z | [ recovery-image] Aug 26 21:23:24.777 INFO O| Aug 26 21:23:24.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic" |
| 4942 | 2025-08-26T21:23:24.778Z | [ recovery-image] Aug 26 21:23:24.777 INFO O| Aug 26 21:23:24.777 INFO STEP 38 (remove_files) COMPLETE |
| 4943 | 2025-08-26T21:23:24.778Z | [ recovery-image] Aug 26 21:23:24.777 INFO O| Aug 26 21:23:24.777 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4944 | 2025-08-26T21:23:24.803Z | [ recovery-image] Aug 26 21:23:24.804 INFO O| Aug 26 21:23:24.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe" |
| 4945 | 2025-08-26T21:23:24.804Z | [ recovery-image] Aug 26 21:23:24.804 INFO O| Aug 26 21:23:24.804 INFO STEP 39 (remove_files) COMPLETE |
| 4946 | 2025-08-26T21:23:24.831Z | [ recovery-image] Aug 26 21:23:24.804 INFO O| Aug 26 21:23:24.804 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4947 | 2025-08-26T21:23:24.831Z | [ recovery-image] Aug 26 21:23:24.828 INFO O| Aug 26 21:23:24.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput" |
| 4948 | 2025-08-26T21:23:24.831Z | [ recovery-image] Aug 26 21:23:24.828 INFO O| Aug 26 21:23:24.828 INFO STEP 40 (remove_files) COMPLETE |
| 4949 | 2025-08-26T21:23:24.831Z | [ recovery-image] Aug 26 21:23:24.828 INFO O| Aug 26 21:23:24.828 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4950 | 2025-08-26T21:23:24.856Z | [ recovery-image] Aug 26 21:23:24.850 INFO O| Aug 26 21:23:24.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset" |
| 4951 | 2025-08-26T21:23:24.856Z | [ recovery-image] Aug 26 21:23:24.850 INFO O| Aug 26 21:23:24.850 INFO STEP 41 (remove_files) COMPLETE |
| 4952 | 2025-08-26T21:23:24.856Z | [ recovery-image] Aug 26 21:23:24.850 INFO O| Aug 26 21:23:24.850 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4953 | 2025-08-26T21:23:24.882Z | [ recovery-image] Aug 26 21:23:24.873 INFO O| Aug 26 21:23:24.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn" |
| 4954 | 2025-08-26T21:23:24.882Z | [ recovery-image] Aug 26 21:23:24.873 INFO O| Aug 26 21:23:24.873 INFO STEP 42 (remove_files) COMPLETE |
| 4955 | 2025-08-26T21:23:24.882Z | [ recovery-image] Aug 26 21:23:24.873 INFO O| Aug 26 21:23:24.873 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4956 | 2025-08-26T21:23:24.906Z | [ recovery-image] Aug 26 21:23:24.894 INFO O| Aug 26 21:23:24.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93" |
| 4957 | 2025-08-26T21:23:24.906Z | [ recovery-image] Aug 26 21:23:24.895 INFO O| Aug 26 21:23:24.894 INFO STEP 43 (remove_files) COMPLETE |
| 4958 | 2025-08-26T21:23:24.906Z | [ recovery-image] Aug 26 21:23:24.895 INFO O| Aug 26 21:23:24.895 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4959 | 2025-08-26T21:23:24.931Z | [ recovery-image] Aug 26 21:23:24.914 INFO O| Aug 26 21:23:24.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls" |
| 4960 | 2025-08-26T21:23:24.931Z | [ recovery-image] Aug 26 21:23:24.914 INFO O| Aug 26 21:23:24.914 INFO STEP 44 (remove_files) COMPLETE |
| 4961 | 2025-08-26T21:23:24.931Z | [ recovery-image] Aug 26 21:23:24.914 INFO O| Aug 26 21:23:24.914 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4962 | 2025-08-26T21:23:24.931Z | [ recovery-image] Aug 26 21:23:24.931 INFO O| Aug 26 21:23:24.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac" |
| 4963 | 2025-08-26T21:23:24.931Z | [ recovery-image] Aug 26 21:23:24.932 INFO O| Aug 26 21:23:24.932 INFO STEP 45 (remove_files) COMPLETE |
| 4964 | 2025-08-26T21:23:24.931Z | [ recovery-image] Aug 26 21:23:24.932 INFO O| Aug 26 21:23:24.932 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4965 | 2025-08-26T21:23:24.956Z | [ recovery-image] Aug 26 21:23:24.949 INFO O| Aug 26 21:23:24.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe" |
| 4966 | 2025-08-26T21:23:24.956Z | [ recovery-image] Aug 26 21:23:24.949 INFO O| Aug 26 21:23:24.949 INFO STEP 46 (remove_files) COMPLETE |
| 4967 | 2025-08-26T21:23:24.956Z | [ recovery-image] Aug 26 21:23:24.949 INFO O| Aug 26 21:23:24.949 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4968 | 2025-08-26T21:23:24.981Z | [ recovery-image] Aug 26 21:23:24.964 INFO O| Aug 26 21:23:24.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config" |
| 4969 | 2025-08-26T21:23:24.981Z | [ recovery-image] Aug 26 21:23:24.964 INFO O| Aug 26 21:23:24.964 INFO STEP 47 (remove_files) COMPLETE |
| 4970 | 2025-08-26T21:23:24.981Z | [ recovery-image] Aug 26 21:23:24.964 INFO O| Aug 26 21:23:24.964 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4971 | 2025-08-26T21:23:24.981Z | [ recovery-image] Aug 26 21:23:24.980 INFO O| Aug 26 21:23:24.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask" |
| 4972 | 2025-08-26T21:23:24.981Z | [ recovery-image] Aug 26 21:23:24.981 INFO O| Aug 26 21:23:24.981 INFO STEP 48 (remove_files) COMPLETE |
| 4973 | 2025-08-26T21:23:24.981Z | [ recovery-image] Aug 26 21:23:24.981 INFO O| Aug 26 21:23:24.981 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4974 | 2025-08-26T21:23:25.007Z | [ recovery-image] Aug 26 21:23:24.995 INFO O| Aug 26 21:23:24.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup" |
| 4975 | 2025-08-26T21:23:25.007Z | [ recovery-image] Aug 26 21:23:24.995 INFO O| Aug 26 21:23:24.995 INFO STEP 49 (remove_files) COMPLETE |
| 4976 | 2025-08-26T21:23:25.007Z | [ recovery-image] Aug 26 21:23:24.995 INFO O| Aug 26 21:23:24.995 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4977 | 2025-08-26T21:23:25.032Z | [ recovery-image] Aug 26 21:23:25.009 INFO O| Aug 26 21:23:25.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs" |
| 4978 | 2025-08-26T21:23:25.032Z | [ recovery-image] Aug 26 21:23:25.009 INFO O| Aug 26 21:23:25.009 INFO STEP 50 (remove_files) COMPLETE |
| 4979 | 2025-08-26T21:23:25.033Z | [ recovery-image] Aug 26 21:23:25.009 INFO O| Aug 26 21:23:25.009 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4980 | 2025-08-26T21:23:25.033Z | [ recovery-image] Aug 26 21:23:25.025 INFO O| Aug 26 21:23:25.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv" |
| 4981 | 2025-08-26T21:23:25.033Z | [ recovery-image] Aug 26 21:23:25.025 INFO O| Aug 26 21:23:25.025 INFO STEP 51 (remove_files) COMPLETE |
| 4982 | 2025-08-26T21:23:25.033Z | [ recovery-image] Aug 26 21:23:25.025 INFO O| Aug 26 21:23:25.025 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4983 | 2025-08-26T21:23:25.059Z | [ recovery-image] Aug 26 21:23:25.042 INFO O| Aug 26 21:23:25.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config" |
| 4984 | 2025-08-26T21:23:25.059Z | [ recovery-image] Aug 26 21:23:25.042 INFO O| Aug 26 21:23:25.042 INFO STEP 52 (remove_files) COMPLETE |
| 4985 | 2025-08-26T21:23:25.059Z | [ recovery-image] Aug 26 21:23:25.042 INFO O| Aug 26 21:23:25.042 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4986 | 2025-08-26T21:23:25.085Z | [ recovery-image] Aug 26 21:23:25.059 INFO O| Aug 26 21:23:25.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config" |
| 4987 | 2025-08-26T21:23:25.085Z | [ recovery-image] Aug 26 21:23:25.059 INFO O| Aug 26 21:23:25.059 INFO STEP 53 (remove_files) COMPLETE |
| 4988 | 2025-08-26T21:23:25.085Z | [ recovery-image] Aug 26 21:23:25.059 INFO O| Aug 26 21:23:25.059 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4989 | 2025-08-26T21:23:25.085Z | [ recovery-image] Aug 26 21:23:25.077 INFO O| Aug 26 21:23:25.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config" |
| 4990 | 2025-08-26T21:23:25.085Z | [ recovery-image] Aug 26 21:23:25.077 INFO O| Aug 26 21:23:25.077 INFO STEP 54 (remove_files) COMPLETE |
| 4991 | 2025-08-26T21:23:25.085Z | [ recovery-image] Aug 26 21:23:25.077 INFO O| Aug 26 21:23:25.077 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4992 | 2025-08-26T21:23:25.110Z | [ recovery-image] Aug 26 21:23:25.098 INFO O| Aug 26 21:23:25.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep" |
| 4993 | 2025-08-26T21:23:25.110Z | [ recovery-image] Aug 26 21:23:25.098 INFO O| Aug 26 21:23:25.098 INFO STEP 55 (remove_files) COMPLETE |
| 4994 | 2025-08-26T21:23:25.110Z | [ recovery-image] Aug 26 21:23:25.098 INFO O| Aug 26 21:23:25.098 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4995 | 2025-08-26T21:23:26.166Z | [ recovery-image] Aug 26 21:23:25.117 INFO O| Aug 26 21:23:25.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test" |
| 4996 | 2025-08-26T21:23:26.166Z | [ recovery-image] Aug 26 21:23:25.118 INFO O| Aug 26 21:23:25.117 INFO STEP 56 (remove_files) COMPLETE |
| 4997 | 2025-08-26T21:23:26.166Z | [ recovery-image] Aug 26 21:23:25.118 INFO O| Aug 26 21:23:25.117 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4998 | 2025-08-26T21:23:26.166Z | [ recovery-image] Aug 26 21:23:25.133 INFO O| Aug 26 21:23:25.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred" |
| 4999 | 2025-08-26T21:23:26.166Z | [ recovery-image] Aug 26 21:23:25.134 INFO O| Aug 26 21:23:25.134 INFO STEP 57 (remove_files) COMPLETE |
| 5000 | 2025-08-26T21:23:26.166Z | [ recovery-image] Aug 26 21:23:25.134 INFO O| Aug 26 21:23:25.134 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5001 | 2025-08-26T21:23:26.293Z | [ recovery-image] Aug 26 21:23:25.150 INFO O| Aug 26 21:23:25.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep" |
| 5002 | 2025-08-26T21:23:26.293Z | [ recovery-image] Aug 26 21:23:25.150 INFO O| Aug 26 21:23:25.150 INFO STEP 58 (remove_files) COMPLETE |
| 5003 | 2025-08-26T21:23:26.293Z | [ recovery-image] Aug 26 21:23:25.150 INFO O| Aug 26 21:23:25.150 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5004 | 2025-08-26T21:23:26.293Z | [ recovery-image] Aug 26 21:23:25.169 INFO O| Aug 26 21:23:25.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest" |
| 5005 | 2025-08-26T21:23:26.293Z | [ recovery-image] Aug 26 21:23:25.169 INFO O| Aug 26 21:23:25.169 INFO STEP 59 (remove_files) COMPLETE |
| 5006 | 2025-08-26T21:23:26.293Z | [ recovery-image] Aug 26 21:23:25.169 INFO O| Aug 26 21:23:25.169 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5007 | 2025-08-26T21:23:26.293Z | [ recovery-image] Aug 26 21:23:25.188 INFO O| Aug 26 21:23:25.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv" |
| 5008 | 2025-08-26T21:23:26.293Z | [ recovery-image] Aug 26 21:23:25.188 INFO O| Aug 26 21:23:25.188 INFO STEP 60 (remove_files) COMPLETE |
| 5009 | 2025-08-26T21:23:26.293Z | [ recovery-image] Aug 26 21:23:25.188 INFO O| Aug 26 21:23:25.188 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5010 | 2025-08-26T21:23:26.293Z | [ recovery-image] Aug 26 21:23:25.207 INFO O| Aug 26 21:23:25.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles" |
| 5011 | 2025-08-26T21:23:26.293Z | [ recovery-image] Aug 26 21:23:25.207 INFO O| Aug 26 21:23:25.207 INFO STEP 61 (remove_files) COMPLETE |
| 5012 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.207 INFO O| Aug 26 21:23:25.207 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5013 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.229 INFO O| Aug 26 21:23:25.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags" |
| 5014 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.229 INFO O| Aug 26 21:23:25.229 INFO STEP 62 (remove_files) COMPLETE |
| 5015 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.229 INFO O| Aug 26 21:23:25.229 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5016 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.252 INFO O| Aug 26 21:23:25.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd" |
| 5017 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.252 INFO O| Aug 26 21:23:25.252 INFO STEP 63 (remove_files) COMPLETE |
| 5018 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.252 INFO O| Aug 26 21:23:25.252 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5019 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.270 INFO O| Aug 26 21:23:25.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp" |
| 5020 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.270 INFO O| Aug 26 21:23:25.270 INFO STEP 64 (remove_files) COMPLETE |
| 5021 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.270 INFO O| Aug 26 21:23:25.270 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5022 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.289 INFO O| Aug 26 21:23:25.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit" |
| 5023 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.289 INFO O| Aug 26 21:23:25.289 INFO STEP 65 (remove_files) COMPLETE |
| 5024 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.290 INFO O| Aug 26 21:23:25.289 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5025 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.307 INFO O| Aug 26 21:23:25.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise" |
| 5026 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.307 INFO O| Aug 26 21:23:25.307 INFO STEP 66 (remove_files) COMPLETE |
| 5027 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.307 INFO O| Aug 26 21:23:25.307 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5028 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.325 INFO O| Aug 26 21:23:25.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap" |
| 5029 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.325 INFO O| Aug 26 21:23:25.325 INFO STEP 67 (remove_files) COMPLETE |
| 5030 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.325 INFO O| Aug 26 21:23:25.325 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5031 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.348 INFO O| Aug 26 21:23:25.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz" |
| 5032 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.348 INFO O| Aug 26 21:23:25.348 INFO STEP 68 (remove_files) COMPLETE |
| 5033 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.348 INFO O| Aug 26 21:23:25.348 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5034 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.368 INFO O| Aug 26 21:23:25.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv" |
| 5035 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.369 INFO O| Aug 26 21:23:25.369 INFO STEP 69 (remove_files) COMPLETE |
| 5036 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.369 INFO O| Aug 26 21:23:25.369 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5037 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.392 INFO O| Aug 26 21:23:25.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl" |
| 5038 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.392 INFO O| Aug 26 21:23:25.392 INFO STEP 70 (remove_files) COMPLETE |
| 5039 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.392 INFO O| Aug 26 21:23:25.392 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5040 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.411 INFO O| Aug 26 21:23:25.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap" |
| 5041 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.411 INFO O| Aug 26 21:23:25.411 INFO STEP 71 (remove_files) COMPLETE |
| 5042 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.411 INFO O| Aug 26 21:23:25.411 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5043 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.431 INFO O| Aug 26 21:23:25.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat" |
| 5044 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.431 INFO O| Aug 26 21:23:25.431 INFO STEP 72 (remove_files) COMPLETE |
| 5045 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.431 INFO O| Aug 26 21:23:25.431 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5046 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.447 INFO O| Aug 26 21:23:25.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun" |
| 5047 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.447 INFO O| Aug 26 21:23:25.447 INFO STEP 73 (remove_files) COMPLETE |
| 5048 | 2025-08-26T21:23:26.294Z | [ recovery-image] Aug 26 21:23:25.447 INFO O| Aug 26 21:23:25.447 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5049 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.468 INFO O| Aug 26 21:23:25.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags" |
| 5050 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.468 INFO O| Aug 26 21:23:25.468 INFO STEP 74 (remove_files) COMPLETE |
| 5051 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.468 INFO O| Aug 26 21:23:25.468 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5052 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.482 INFO O| Aug 26 21:23:25.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig" |
| 5053 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.482 INFO O| Aug 26 21:23:25.482 INFO STEP 75 (remove_files) COMPLETE |
| 5054 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.482 INFO O| Aug 26 21:23:25.482 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5055 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.495 INFO O| Aug 26 21:23:25.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack" |
| 5056 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.495 INFO O| Aug 26 21:23:25.495 INFO STEP 76 (remove_files) COMPLETE |
| 5057 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.495 INFO O| Aug 26 21:23:25.495 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5058 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.514 INFO O| Aug 26 21:23:25.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop" |
| 5059 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.514 INFO O| Aug 26 21:23:25.514 INFO STEP 77 (remove_files) COMPLETE |
| 5060 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.514 INFO O| Aug 26 21:23:25.514 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5061 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.528 INFO O| Aug 26 21:23:25.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime" |
| 5062 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.528 INFO O| Aug 26 21:23:25.528 INFO STEP 78 (remove_files) COMPLETE |
| 5063 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.528 INFO O| Aug 26 21:23:25.528 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5064 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.541 INFO O| Aug 26 21:23:25.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree" |
| 5065 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.541 INFO O| Aug 26 21:23:25.541 INFO STEP 79 (remove_files) COMPLETE |
| 5066 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.541 INFO O| Aug 26 21:23:25.541 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5067 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.554 INFO O| Aug 26 21:23:25.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait" |
| 5068 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.554 INFO O| Aug 26 21:23:25.554 INFO STEP 80 (remove_files) COMPLETE |
| 5069 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.554 INFO O| Aug 26 21:23:25.554 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5070 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.568 INFO O| Aug 26 21:23:25.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx" |
| 5071 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.568 INFO O| Aug 26 21:23:25.568 INFO STEP 81 (remove_files) COMPLETE |
| 5072 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.568 INFO O| Aug 26 21:23:25.568 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5073 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.586 INFO O| Aug 26 21:23:25.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh" |
| 5074 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.587 INFO O| Aug 26 21:23:25.587 INFO STEP 82 (remove_files) COMPLETE |
| 5075 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.587 INFO O| Aug 26 21:23:25.587 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5076 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.603 INFO O| Aug 26 21:23:25.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93" |
| 5077 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.604 INFO O| Aug 26 21:23:25.604 INFO STEP 83 (remove_files) COMPLETE |
| 5078 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.604 INFO O| Aug 26 21:23:25.604 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5079 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.624 INFO O| Aug 26 21:23:25.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3" |
| 5080 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.624 INFO O| Aug 26 21:23:25.624 INFO STEP 84 (remove_files) COMPLETE |
| 5081 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.624 INFO O| Aug 26 21:23:25.624 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5082 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.638 INFO O| Aug 26 21:23:25.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings" |
| 5083 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.638 INFO O| Aug 26 21:23:25.638 INFO STEP 85 (remove_files) COMPLETE |
| 5084 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.638 INFO O| Aug 26 21:23:25.638 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5085 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.650 INFO O| Aug 26 21:23:25.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config" |
| 5086 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.650 INFO O| Aug 26 21:23:25.650 INFO STEP 86 (remove_files) COMPLETE |
| 5087 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.650 INFO O| Aug 26 21:23:25.650 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5088 | 2025-08-26T21:23:26.295Z | [ recovery-image] Aug 26 21:23:25.664 INFO O| Aug 26 21:23:25.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog" |
| 5089 | 2025-08-26T21:23:26.296Z | [ recovery-image] Aug 26 21:23:25.664 INFO O| Aug 26 21:23:25.664 INFO STEP 87 (remove_files) COMPLETE |
| 5090 | 2025-08-26T21:23:26.296Z | [ recovery-image] Aug 26 21:23:25.664 INFO O| Aug 26 21:23:25.664 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5091 | 2025-08-26T21:23:26.296Z | [ recovery-image] Aug 26 21:23:25.678 INFO O| Aug 26 21:23:25.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint" |
| 5092 | 2025-08-26T21:23:26.296Z | [ recovery-image] Aug 26 21:23:25.698 INFO O| Aug 26 21:23:25.698 INFO STEP 88 (remove_files) COMPLETE |
| 5093 | 2025-08-26T21:23:26.296Z | [ recovery-image] Aug 26 21:23:25.698 INFO O| Aug 26 21:23:25.698 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5094 | 2025-08-26T21:23:26.296Z | [ recovery-image] Aug 26 21:23:25.715 INFO O| Aug 26 21:23:25.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt" |
| 5095 | 2025-08-26T21:23:26.296Z | [ recovery-image] Aug 26 21:23:25.715 INFO O| Aug 26 21:23:25.715 INFO STEP 89 (remove_files) COMPLETE |
| 5096 | 2025-08-26T21:23:26.296Z | [ recovery-image] Aug 26 21:23:25.715 INFO O| Aug 26 21:23:25.715 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5097 | 2025-08-26T21:23:26.296Z | [ recovery-image] Aug 26 21:23:25.731 INFO O| Aug 26 21:23:25.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch" |
| 5098 | 2025-08-26T21:23:26.296Z | [ recovery-image] Aug 26 21:23:25.731 INFO O| Aug 26 21:23:25.731 INFO STEP 90 (remove_files) COMPLETE |
| 5099 | 2025-08-26T21:23:26.296Z | [ recovery-image] Aug 26 21:23:25.731 INFO O| Aug 26 21:23:25.731 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5100 | 2025-08-26T21:23:26.296Z | [ recovery-image] Aug 26 21:23:25.746 INFO O| Aug 26 21:23:25.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa" |
| 5101 | 2025-08-26T21:23:26.322Z | [ recovery-image] Aug 26 21:23:25.746 INFO O| Aug 26 21:23:25.746 INFO STEP 91 (remove_files) COMPLETE |
| 5102 | 2025-08-26T21:23:26.322Z | [ recovery-image] Aug 26 21:23:25.746 INFO O| Aug 26 21:23:25.746 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5103 | 2025-08-26T21:23:26.322Z | [ recovery-image] Aug 26 21:23:25.761 INFO O| Aug 26 21:23:25.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at" |
| 5104 | 2025-08-26T21:23:26.322Z | [ recovery-image] Aug 26 21:23:25.761 INFO O| Aug 26 21:23:25.761 INFO STEP 92 (remove_files) COMPLETE |
| 5105 | 2025-08-26T21:23:26.322Z | [ recovery-image] Aug 26 21:23:25.761 INFO O| Aug 26 21:23:25.761 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5106 | 2025-08-26T21:23:26.322Z | [ recovery-image] Aug 26 21:23:25.776 INFO O| Aug 26 21:23:25.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq" |
| 5107 | 2025-08-26T21:23:26.322Z | [ recovery-image] Aug 26 21:23:25.776 INFO O| Aug 26 21:23:25.776 INFO STEP 93 (remove_files) COMPLETE |
| 5108 | 2025-08-26T21:23:26.322Z | [ recovery-image] Aug 26 21:23:25.776 INFO O| Aug 26 21:23:25.776 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5109 | 2025-08-26T21:23:26.322Z | [ recovery-image] Aug 26 21:23:25.792 INFO O| Aug 26 21:23:25.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm" |
| 5110 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.793 INFO O| Aug 26 21:23:25.793 INFO STEP 94 (remove_files) COMPLETE |
| 5111 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.793 INFO O| Aug 26 21:23:25.793 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5112 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.813 INFO O| Aug 26 21:23:25.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths" |
| 5113 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.813 INFO O| Aug 26 21:23:25.813 INFO STEP 95 (remove_files) COMPLETE |
| 5114 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.813 INFO O| Aug 26 21:23:25.813 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5115 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.831 INFO O| Aug 26 21:23:25.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner" |
| 5116 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.831 INFO O| Aug 26 21:23:25.831 INFO STEP 96 (remove_files) COMPLETE |
| 5117 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.831 INFO O| Aug 26 21:23:25.831 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5118 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.849 INFO O| Aug 26 21:23:25.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug" |
| 5119 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.850 INFO O| Aug 26 21:23:25.850 INFO STEP 97 (remove_files) COMPLETE |
| 5120 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.850 INFO O| Aug 26 21:23:25.850 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5121 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.867 INFO O| Aug 26 21:23:25.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch" |
| 5122 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.867 INFO O| Aug 26 21:23:25.867 INFO STEP 98 (remove_files) COMPLETE |
| 5123 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.867 INFO O| Aug 26 21:23:25.867 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5124 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.888 INFO O| Aug 26 21:23:25.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc" |
| 5125 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.888 INFO O| Aug 26 21:23:25.888 INFO STEP 99 (remove_files) COMPLETE |
| 5126 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.888 INFO O| Aug 26 21:23:25.888 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5127 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.903 INFO O| Aug 26 21:23:25.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff" |
| 5128 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.903 INFO O| Aug 26 21:23:25.903 INFO STEP 100 (remove_files) COMPLETE |
| 5129 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.903 INFO O| Aug 26 21:23:25.903 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5130 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.919 INFO O| Aug 26 21:23:25.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg" |
| 5131 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.919 INFO O| Aug 26 21:23:25.919 INFO STEP 101 (remove_files) COMPLETE |
| 5132 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.919 INFO O| Aug 26 21:23:25.919 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5133 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.938 INFO O| Aug 26 21:23:25.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli" |
| 5134 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.939 INFO O| Aug 26 21:23:25.938 INFO STEP 102 (remove_files) COMPLETE |
| 5135 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.939 INFO O| Aug 26 21:23:25.938 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5136 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.953 INFO O| Aug 26 21:23:25.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2" |
| 5137 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.953 INFO O| Aug 26 21:23:25.953 INFO STEP 103 (remove_files) COMPLETE |
| 5138 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.953 INFO O| Aug 26 21:23:25.953 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5139 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.972 INFO O| Aug 26 21:23:25.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat" |
| 5140 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.972 INFO O| Aug 26 21:23:25.972 INFO STEP 104 (remove_files) COMPLETE |
| 5141 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.972 INFO O| Aug 26 21:23:25.972 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5142 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.991 INFO O| Aug 26 21:23:25.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat" |
| 5143 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.991 INFO O| Aug 26 21:23:25.991 INFO STEP 105 (remove_files) COMPLETE |
| 5144 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:25.991 INFO O| Aug 26 21:23:25.991 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5145 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:26.009 INFO O| Aug 26 21:23:26.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff" |
| 5146 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:26.009 INFO O| Aug 26 21:23:26.009 INFO STEP 106 (remove_files) COMPLETE |
| 5147 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:26.009 INFO O| Aug 26 21:23:26.009 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5148 | 2025-08-26T21:23:26.323Z | [ recovery-image] Aug 26 21:23:26.030 INFO O| Aug 26 21:23:26.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep" |
| 5149 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.031 INFO O| Aug 26 21:23:26.031 INFO STEP 107 (remove_files) COMPLETE |
| 5150 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.031 INFO O| Aug 26 21:23:26.031 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5151 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.043 INFO O| Aug 26 21:23:26.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2" |
| 5152 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.043 INFO O| Aug 26 21:23:26.043 INFO STEP 108 (remove_files) COMPLETE |
| 5153 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.043 INFO O| Aug 26 21:23:26.043 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5154 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.055 INFO O| Aug 26 21:23:26.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover" |
| 5155 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.055 INFO O| Aug 26 21:23:26.055 INFO STEP 109 (remove_files) COMPLETE |
| 5156 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.055 INFO O| Aug 26 21:23:26.055 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5157 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.067 INFO O| Aug 26 21:23:26.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore" |
| 5158 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.067 INFO O| Aug 26 21:23:26.067 INFO STEP 110 (remove_files) COMPLETE |
| 5159 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.067 INFO O| Aug 26 21:23:26.067 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5160 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.078 INFO O| Aug 26 21:23:26.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal" |
| 5161 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.078 INFO O| Aug 26 21:23:26.078 INFO STEP 111 (remove_files) COMPLETE |
| 5162 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.078 INFO O| Aug 26 21:23:26.078 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5163 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.090 INFO O| Aug 26 21:23:26.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo" |
| 5164 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.091 INFO O| Aug 26 21:23:26.091 INFO STEP 112 (remove_files) COMPLETE |
| 5165 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.091 INFO O| Aug 26 21:23:26.091 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5166 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.104 INFO O| Aug 26 21:23:26.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd" |
| 5167 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.104 INFO O| Aug 26 21:23:26.104 INFO STEP 113 (remove_files) COMPLETE |
| 5168 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.104 INFO O| Aug 26 21:23:26.104 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5169 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.118 INFO O| Aug 26 21:23:26.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil" |
| 5170 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.119 INFO O| Aug 26 21:23:26.118 INFO STEP 114 (remove_files) COMPLETE |
| 5171 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.119 INFO O| Aug 26 21:23:26.118 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5172 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.134 INFO O| Aug 26 21:23:26.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth" |
| 5173 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.134 INFO O| Aug 26 21:23:26.134 INFO STEP 115 (remove_files) COMPLETE |
| 5174 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.134 INFO O| Aug 26 21:23:26.134 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5175 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.153 INFO O| Aug 26 21:23:26.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp" |
| 5176 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.154 INFO O| Aug 26 21:23:26.154 INFO STEP 116 (remove_files) COMPLETE |
| 5177 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.154 INFO O| Aug 26 21:23:26.154 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5178 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.173 INFO O| Aug 26 21:23:26.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc" |
| 5179 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.173 INFO O| Aug 26 21:23:26.173 INFO STEP 117 (remove_files) COMPLETE |
| 5180 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.173 INFO O| Aug 26 21:23:26.173 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5181 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.193 INFO O| Aug 26 21:23:26.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate" |
| 5182 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.193 INFO O| Aug 26 21:23:26.193 INFO STEP 118 (remove_files) COMPLETE |
| 5183 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.193 INFO O| Aug 26 21:23:26.193 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5184 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.213 INFO O| Aug 26 21:23:26.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid" |
| 5185 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.213 INFO O| Aug 26 21:23:26.213 INFO STEP 119 (remove_files) COMPLETE |
| 5186 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.213 INFO O| Aug 26 21:23:26.213 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5187 | 2025-08-26T21:23:26.324Z | [ recovery-image] Aug 26 21:23:26.231 INFO O| Aug 26 21:23:26.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint" |
| 5188 | 2025-08-26T21:23:26.325Z | [ recovery-image] Aug 26 21:23:26.231 INFO O| Aug 26 21:23:26.231 INFO STEP 120 (remove_files) COMPLETE |
| 5189 | 2025-08-26T21:23:26.325Z | [ recovery-image] Aug 26 21:23:26.232 INFO O| Aug 26 21:23:26.231 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5190 | 2025-08-26T21:23:26.325Z | [ recovery-image] Aug 26 21:23:26.251 INFO O| Aug 26 21:23:26.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem" |
| 5191 | 2025-08-26T21:23:26.325Z | [ recovery-image] Aug 26 21:23:26.251 INFO O| Aug 26 21:23:26.251 INFO STEP 121 (remove_files) COMPLETE |
| 5192 | 2025-08-26T21:23:26.325Z | [ recovery-image] Aug 26 21:23:26.251 INFO O| Aug 26 21:23:26.251 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5193 | 2025-08-26T21:23:26.325Z | [ recovery-image] Aug 26 21:23:26.269 INFO O| Aug 26 21:23:26.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd" |
| 5194 | 2025-08-26T21:23:26.325Z | [ recovery-image] Aug 26 21:23:26.269 INFO O| Aug 26 21:23:26.269 INFO STEP 122 (remove_files) COMPLETE |
| 5195 | 2025-08-26T21:23:26.325Z | [ recovery-image] Aug 26 21:23:26.269 INFO O| Aug 26 21:23:26.269 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5196 | 2025-08-26T21:23:26.325Z | [ recovery-image] Aug 26 21:23:26.288 INFO O| Aug 26 21:23:26.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath" |
| 5197 | 2025-08-26T21:23:26.325Z | [ recovery-image] Aug 26 21:23:26.288 INFO O| Aug 26 21:23:26.288 INFO STEP 123 (remove_files) COMPLETE |
| 5198 | 2025-08-26T21:23:26.325Z | [ recovery-image] Aug 26 21:23:26.288 INFO O| Aug 26 21:23:26.288 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5199 | 2025-08-26T21:23:26.325Z | [ recovery-image] Aug 26 21:23:26.307 INFO O| Aug 26 21:23:26.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange" |
| 5200 | 2025-08-26T21:23:26.325Z | [ recovery-image] Aug 26 21:23:26.307 INFO O| Aug 26 21:23:26.307 INFO STEP 124 (remove_files) COMPLETE |
| 5201 | 2025-08-26T21:23:26.371Z | [ recovery-image] Aug 26 21:23:26.307 INFO O| Aug 26 21:23:26.307 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5202 | 2025-08-26T21:23:26.371Z | [ recovery-image] Aug 26 21:23:26.321 INFO O| Aug 26 21:23:26.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr" |
| 5203 | 2025-08-26T21:23:26.371Z | [ recovery-image] Aug 26 21:23:26.321 INFO O| Aug 26 21:23:26.321 INFO STEP 125 (remove_files) COMPLETE |
| 5204 | 2025-08-26T21:23:26.371Z | [ recovery-image] Aug 26 21:23:26.321 INFO O| Aug 26 21:23:26.321 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5205 | 2025-08-26T21:23:26.371Z | [ recovery-image] Aug 26 21:23:26.339 INFO O| Aug 26 21:23:26.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum" |
| 5206 | 2025-08-26T21:23:26.371Z | [ recovery-image] Aug 26 21:23:26.339 INFO O| Aug 26 21:23:26.339 INFO STEP 126 (remove_files) COMPLETE |
| 5207 | 2025-08-26T21:23:26.371Z | [ recovery-image] Aug 26 21:23:26.339 INFO O| Aug 26 21:23:26.339 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5208 | 2025-08-26T21:23:26.397Z | [ recovery-image] Aug 26 21:23:26.357 INFO O| Aug 26 21:23:26.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime" |
| 5209 | 2025-08-26T21:23:26.397Z | [ recovery-image] Aug 26 21:23:26.357 INFO O| Aug 26 21:23:26.357 INFO STEP 127 (remove_files) COMPLETE |
| 5210 | 2025-08-26T21:23:26.397Z | [ recovery-image] Aug 26 21:23:26.357 INFO O| Aug 26 21:23:26.357 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5211 | 2025-08-26T21:23:26.397Z | [ recovery-image] Aug 26 21:23:26.376 INFO O| Aug 26 21:23:26.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid" |
| 5212 | 2025-08-26T21:23:26.397Z | [ recovery-image] Aug 26 21:23:26.376 INFO O| Aug 26 21:23:26.376 INFO STEP 128 (remove_files) COMPLETE |
| 5213 | 2025-08-26T21:23:26.397Z | [ recovery-image] Aug 26 21:23:26.376 INFO O| Aug 26 21:23:26.376 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5214 | 2025-08-26T21:23:26.397Z | [ recovery-image] Aug 26 21:23:26.396 INFO O| Aug 26 21:23:26.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn" |
| 5215 | 2025-08-26T21:23:26.397Z | [ recovery-image] Aug 26 21:23:26.396 INFO O| Aug 26 21:23:26.396 INFO STEP 129 (remove_files) COMPLETE |
| 5216 | 2025-08-26T21:23:26.397Z | [ recovery-image] Aug 26 21:23:26.396 INFO O| Aug 26 21:23:26.396 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5217 | 2025-08-26T21:23:26.424Z | [ recovery-image] Aug 26 21:23:26.409 INFO O| Aug 26 21:23:26.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear" |
| 5218 | 2025-08-26T21:23:26.424Z | [ recovery-image] Aug 26 21:23:26.409 INFO O| Aug 26 21:23:26.409 INFO STEP 130 (remove_files) COMPLETE |
| 5219 | 2025-08-26T21:23:26.424Z | [ recovery-image] Aug 26 21:23:26.409 INFO O| Aug 26 21:23:26.409 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5220 | 2025-08-26T21:23:26.424Z | [ recovery-image] Aug 26 21:23:26.422 INFO O| Aug 26 21:23:26.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp" |
| 5221 | 2025-08-26T21:23:26.424Z | [ recovery-image] Aug 26 21:23:26.422 INFO O| Aug 26 21:23:26.422 INFO STEP 131 (remove_files) COMPLETE |
| 5222 | 2025-08-26T21:23:26.425Z | [ recovery-image] Aug 26 21:23:26.422 INFO O| Aug 26 21:23:26.422 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5223 | 2025-08-26T21:23:26.453Z | [ recovery-image] Aug 26 21:23:26.436 INFO O| Aug 26 21:23:26.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col" |
| 5224 | 2025-08-26T21:23:26.454Z | [ recovery-image] Aug 26 21:23:26.436 INFO O| Aug 26 21:23:26.436 INFO STEP 132 (remove_files) COMPLETE |
| 5225 | 2025-08-26T21:23:26.454Z | [ recovery-image] Aug 26 21:23:26.436 INFO O| Aug 26 21:23:26.436 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5226 | 2025-08-26T21:23:26.483Z | [ recovery-image] Aug 26 21:23:26.451 INFO O| Aug 26 21:23:26.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm" |
| 5227 | 2025-08-26T21:23:26.483Z | [ recovery-image] Aug 26 21:23:26.451 INFO O| Aug 26 21:23:26.451 INFO STEP 133 (remove_files) COMPLETE |
| 5228 | 2025-08-26T21:23:26.483Z | [ recovery-image] Aug 26 21:23:26.451 INFO O| Aug 26 21:23:26.451 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5229 | 2025-08-26T21:23:26.483Z | [ recovery-image] Aug 26 21:23:26.465 INFO O| Aug 26 21:23:26.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command" |
| 5230 | 2025-08-26T21:23:26.483Z | [ recovery-image] Aug 26 21:23:26.465 INFO O| Aug 26 21:23:26.465 INFO STEP 134 (remove_files) COMPLETE |
| 5231 | 2025-08-26T21:23:26.483Z | [ recovery-image] Aug 26 21:23:26.465 INFO O| Aug 26 21:23:26.465 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5232 | 2025-08-26T21:23:26.483Z | [ recovery-image] Aug 26 21:23:26.479 INFO O| Aug 26 21:23:26.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress" |
| 5233 | 2025-08-26T21:23:26.483Z | [ recovery-image] Aug 26 21:23:26.479 INFO O| Aug 26 21:23:26.479 INFO STEP 135 (remove_files) COMPLETE |
| 5234 | 2025-08-26T21:23:26.483Z | [ recovery-image] Aug 26 21:23:26.479 INFO O| Aug 26 21:23:26.479 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5235 | 2025-08-26T21:23:26.509Z | [ recovery-image] Aug 26 21:23:26.492 INFO O| Aug 26 21:23:26.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat" |
| 5236 | 2025-08-26T21:23:26.509Z | [ recovery-image] Aug 26 21:23:26.492 INFO O| Aug 26 21:23:26.492 INFO STEP 136 (remove_files) COMPLETE |
| 5237 | 2025-08-26T21:23:26.509Z | [ recovery-image] Aug 26 21:23:26.492 INFO O| Aug 26 21:23:26.492 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5238 | 2025-08-26T21:23:26.509Z | [ recovery-image] Aug 26 21:23:26.505 INFO O| Aug 26 21:23:26.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio" |
| 5239 | 2025-08-26T21:23:26.509Z | [ recovery-image] Aug 26 21:23:26.505 INFO O| Aug 26 21:23:26.505 INFO STEP 137 (remove_files) COMPLETE |
| 5240 | 2025-08-26T21:23:26.509Z | [ recovery-image] Aug 26 21:23:26.505 INFO O| Aug 26 21:23:26.505 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5241 | 2025-08-26T21:23:26.534Z | [ recovery-image] Aug 26 21:23:26.520 INFO O| Aug 26 21:23:26.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack" |
| 5242 | 2025-08-26T21:23:26.535Z | [ recovery-image] Aug 26 21:23:26.520 INFO O| Aug 26 21:23:26.520 INFO STEP 138 (remove_files) COMPLETE |
| 5243 | 2025-08-26T21:23:26.535Z | [ recovery-image] Aug 26 21:23:26.520 INFO O| Aug 26 21:23:26.520 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5244 | 2025-08-26T21:23:26.535Z | [ recovery-image] Aug 26 21:23:26.535 INFO O| Aug 26 21:23:26.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle" |
| 5245 | 2025-08-26T21:23:26.535Z | [ recovery-image] Aug 26 21:23:26.535 INFO O| Aug 26 21:23:26.535 INFO STEP 139 (remove_files) COMPLETE |
| 5246 | 2025-08-26T21:23:26.535Z | [ recovery-image] Aug 26 21:23:26.535 INFO O| Aug 26 21:23:26.535 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5247 | 2025-08-26T21:23:26.560Z | [ recovery-image] Aug 26 21:23:26.549 INFO O| Aug 26 21:23:26.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab" |
| 5248 | 2025-08-26T21:23:26.560Z | [ recovery-image] Aug 26 21:23:26.550 INFO O| Aug 26 21:23:26.550 INFO STEP 140 (remove_files) COMPLETE |
| 5249 | 2025-08-26T21:23:26.560Z | [ recovery-image] Aug 26 21:23:26.550 INFO O| Aug 26 21:23:26.550 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5250 | 2025-08-26T21:23:26.586Z | [ recovery-image] Aug 26 21:23:26.564 INFO O| Aug 26 21:23:26.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt" |
| 5251 | 2025-08-26T21:23:26.586Z | [ recovery-image] Aug 26 21:23:26.564 INFO O| Aug 26 21:23:26.564 INFO STEP 141 (remove_files) COMPLETE |
| 5252 | 2025-08-26T21:23:26.586Z | [ recovery-image] Aug 26 21:23:26.564 INFO O| Aug 26 21:23:26.564 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5253 | 2025-08-26T21:23:26.586Z | [ recovery-image] Aug 26 21:23:26.583 INFO O| Aug 26 21:23:26.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh" |
| 5254 | 2025-08-26T21:23:26.586Z | [ recovery-image] Aug 26 21:23:26.583 INFO O| Aug 26 21:23:26.583 INFO STEP 142 (remove_files) COMPLETE |
| 5255 | 2025-08-26T21:23:26.586Z | [ recovery-image] Aug 26 21:23:26.583 INFO O| Aug 26 21:23:26.583 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5256 | 2025-08-26T21:23:26.612Z | [ recovery-image] Aug 26 21:23:26.602 INFO O| Aug 26 21:23:26.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit" |
| 5257 | 2025-08-26T21:23:26.612Z | [ recovery-image] Aug 26 21:23:26.602 INFO O| Aug 26 21:23:26.602 INFO STEP 143 (remove_files) COMPLETE |
| 5258 | 2025-08-26T21:23:26.612Z | [ recovery-image] Aug 26 21:23:26.602 INFO O| Aug 26 21:23:26.602 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5259 | 2025-08-26T21:23:26.638Z | [ recovery-image] Aug 26 21:23:26.619 INFO O| Aug 26 21:23:26.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl" |
| 5260 | 2025-08-26T21:23:26.638Z | [ recovery-image] Aug 26 21:23:26.620 INFO O| Aug 26 21:23:26.620 INFO STEP 144 (remove_files) COMPLETE |
| 5261 | 2025-08-26T21:23:26.638Z | [ recovery-image] Aug 26 21:23:26.620 INFO O| Aug 26 21:23:26.620 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5262 | 2025-08-26T21:23:26.666Z | [ recovery-image] Aug 26 21:23:26.640 INFO O| Aug 26 21:23:26.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config" |
| 5263 | 2025-08-26T21:23:26.666Z | [ recovery-image] Aug 26 21:23:26.641 INFO O| Aug 26 21:23:26.640 INFO STEP 145 (remove_files) COMPLETE |
| 5264 | 2025-08-26T21:23:26.666Z | [ recovery-image] Aug 26 21:23:26.641 INFO O| Aug 26 21:23:26.640 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5265 | 2025-08-26T21:23:26.691Z | [ recovery-image] Aug 26 21:23:26.669 INFO O| Aug 26 21:23:26.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc" |
| 5266 | 2025-08-26T21:23:26.691Z | [ recovery-image] Aug 26 21:23:26.669 INFO O| Aug 26 21:23:26.669 INFO STEP 146 (remove_files) COMPLETE |
| 5267 | 2025-08-26T21:23:26.691Z | [ recovery-image] Aug 26 21:23:26.669 INFO O| Aug 26 21:23:26.669 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5268 | 2025-08-26T21:23:26.718Z | [ recovery-image] Aug 26 21:23:26.704 INFO O| Aug 26 21:23:26.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt" |
| 5269 | 2025-08-26T21:23:26.718Z | [ recovery-image] Aug 26 21:23:26.704 INFO O| Aug 26 21:23:26.704 INFO STEP 147 (remove_files) COMPLETE |
| 5270 | 2025-08-26T21:23:26.718Z | [ recovery-image] Aug 26 21:23:26.704 INFO O| Aug 26 21:23:26.704 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5271 | 2025-08-26T21:23:26.745Z | [ recovery-image] Aug 26 21:23:26.719 INFO O| Aug 26 21:23:26.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr" |
| 5272 | 2025-08-26T21:23:26.745Z | [ recovery-image] Aug 26 21:23:26.740 INFO O| Aug 26 21:23:26.740 INFO STEP 148 (remove_files) COMPLETE |
| 5273 | 2025-08-26T21:23:26.745Z | [ recovery-image] Aug 26 21:23:26.740 INFO O| Aug 26 21:23:26.740 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5274 | 2025-08-26T21:23:26.772Z | [ recovery-image] Aug 26 21:23:26.756 INFO O| Aug 26 21:23:26.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree" |
| 5275 | 2025-08-26T21:23:26.772Z | [ recovery-image] Aug 26 21:23:26.756 INFO O| Aug 26 21:23:26.756 INFO STEP 149 (remove_files) COMPLETE |
| 5276 | 2025-08-26T21:23:26.772Z | [ recovery-image] Aug 26 21:23:26.756 INFO O| Aug 26 21:23:26.756 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5277 | 2025-08-26T21:23:26.772Z | [ recovery-image] Aug 26 21:23:26.769 INFO O| Aug 26 21:23:26.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv" |
| 5278 | 2025-08-26T21:23:26.772Z | [ recovery-image] Aug 26 21:23:26.769 INFO O| Aug 26 21:23:26.769 INFO STEP 150 (remove_files) COMPLETE |
| 5279 | 2025-08-26T21:23:26.772Z | [ recovery-image] Aug 26 21:23:26.769 INFO O| Aug 26 21:23:26.769 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5280 | 2025-08-26T21:23:26.825Z | [ recovery-image] Aug 26 21:23:26.783 INFO O| Aug 26 21:23:26.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3" |
| 5281 | 2025-08-26T21:23:26.825Z | [ recovery-image] Aug 26 21:23:26.783 INFO O| Aug 26 21:23:26.783 INFO STEP 151 (remove_files) COMPLETE |
| 5282 | 2025-08-26T21:23:26.826Z | [ recovery-image] Aug 26 21:23:26.783 INFO O| Aug 26 21:23:26.783 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5283 | 2025-08-26T21:23:26.826Z | [ recovery-image] Aug 26 21:23:26.797 INFO O| Aug 26 21:23:26.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest" |
| 5284 | 2025-08-26T21:23:26.826Z | [ recovery-image] Aug 26 21:23:26.797 INFO O| Aug 26 21:23:26.797 INFO STEP 152 (remove_files) COMPLETE |
| 5285 | 2025-08-26T21:23:26.826Z | [ recovery-image] Aug 26 21:23:26.797 INFO O| Aug 26 21:23:26.797 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5286 | 2025-08-26T21:23:26.826Z | [ recovery-image] Aug 26 21:23:26.817 INFO O| Aug 26 21:23:26.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp" |
| 5287 | 2025-08-26T21:23:26.826Z | [ recovery-image] Aug 26 21:23:26.817 INFO O| Aug 26 21:23:26.817 INFO STEP 153 (remove_files) COMPLETE |
| 5288 | 2025-08-26T21:23:26.826Z | [ recovery-image] Aug 26 21:23:26.817 INFO O| Aug 26 21:23:26.817 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5289 | 2025-08-26T21:23:26.852Z | [ recovery-image] Aug 26 21:23:26.836 INFO O| Aug 26 21:23:26.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname" |
| 5290 | 2025-08-26T21:23:26.852Z | [ recovery-image] Aug 26 21:23:26.836 INFO O| Aug 26 21:23:26.836 INFO STEP 154 (remove_files) COMPLETE |
| 5291 | 2025-08-26T21:23:26.852Z | [ recovery-image] Aug 26 21:23:26.836 INFO O| Aug 26 21:23:26.836 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5292 | 2025-08-26T21:23:26.878Z | [ recovery-image] Aug 26 21:23:26.854 INFO O| Aug 26 21:23:26.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan" |
| 5293 | 2025-08-26T21:23:26.878Z | [ recovery-image] Aug 26 21:23:26.854 INFO O| Aug 26 21:23:26.854 INFO STEP 155 (remove_files) COMPLETE |
| 5294 | 2025-08-26T21:23:26.878Z | [ recovery-image] Aug 26 21:23:26.854 INFO O| Aug 26 21:23:26.854 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5295 | 2025-08-26T21:23:26.878Z | [ recovery-image] Aug 26 21:23:26.877 INFO O| Aug 26 21:23:26.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid" |
| 5296 | 2025-08-26T21:23:26.878Z | [ recovery-image] Aug 26 21:23:26.877 INFO O| Aug 26 21:23:26.877 INFO STEP 156 (remove_files) COMPLETE |
| 5297 | 2025-08-26T21:23:26.878Z | [ recovery-image] Aug 26 21:23:26.877 INFO O| Aug 26 21:23:26.877 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5298 | 2025-08-26T21:23:26.904Z | [ recovery-image] Aug 26 21:23:26.897 INFO O| Aug 26 21:23:26.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid" |
| 5299 | 2025-08-26T21:23:26.904Z | [ recovery-image] Aug 26 21:23:26.897 INFO O| Aug 26 21:23:26.897 INFO STEP 157 (remove_files) COMPLETE |
| 5300 | 2025-08-26T21:23:26.904Z | [ recovery-image] Aug 26 21:23:26.897 INFO O| Aug 26 21:23:26.897 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5301 | 2025-08-26T21:23:26.930Z | [ recovery-image] Aug 26 21:23:26.914 INFO O| Aug 26 21:23:26.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix" |
| 5302 | 2025-08-26T21:23:26.930Z | [ recovery-image] Aug 26 21:23:26.914 INFO O| Aug 26 21:23:26.914 INFO STEP 158 (remove_files) COMPLETE |
| 5303 | 2025-08-26T21:23:26.930Z | [ recovery-image] Aug 26 21:23:26.914 INFO O| Aug 26 21:23:26.914 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5304 | 2025-08-26T21:23:26.930Z | [ recovery-image] Aug 26 21:23:26.929 INFO O| Aug 26 21:23:26.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du" |
| 5305 | 2025-08-26T21:23:26.930Z | [ recovery-image] Aug 26 21:23:26.929 INFO O| Aug 26 21:23:26.929 INFO STEP 159 (remove_files) COMPLETE |
| 5306 | 2025-08-26T21:23:26.930Z | [ recovery-image] Aug 26 21:23:26.929 INFO O| Aug 26 21:23:26.929 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5307 | 2025-08-26T21:23:26.956Z | [ recovery-image] Aug 26 21:23:26.943 INFO O| Aug 26 21:23:26.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs" |
| 5308 | 2025-08-26T21:23:26.956Z | [ recovery-image] Aug 26 21:23:26.943 INFO O| Aug 26 21:23:26.943 INFO STEP 160 (remove_files) COMPLETE |
| 5309 | 2025-08-26T21:23:26.956Z | [ recovery-image] Aug 26 21:23:26.943 INFO O| Aug 26 21:23:26.943 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5310 | 2025-08-26T21:23:26.983Z | [ recovery-image] Aug 26 21:23:26.957 INFO O| Aug 26 21:23:26.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys" |
| 5311 | 2025-08-26T21:23:26.983Z | [ recovery-image] Aug 26 21:23:26.957 INFO O| Aug 26 21:23:26.957 INFO STEP 161 (remove_files) COMPLETE |
| 5312 | 2025-08-26T21:23:26.983Z | [ recovery-image] Aug 26 21:23:26.957 INFO O| Aug 26 21:23:26.957 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5313 | 2025-08-26T21:23:26.983Z | [ recovery-image] Aug 26 21:23:26.976 INFO O| Aug 26 21:23:26.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit" |
| 5314 | 2025-08-26T21:23:26.983Z | [ recovery-image] Aug 26 21:23:26.977 INFO O| Aug 26 21:23:26.977 INFO STEP 162 (remove_files) COMPLETE |
| 5315 | 2025-08-26T21:23:26.983Z | [ recovery-image] Aug 26 21:23:26.977 INFO O| Aug 26 21:23:26.977 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5316 | 2025-08-26T21:23:27.009Z | [ recovery-image] Aug 26 21:23:26.992 INFO O| Aug 26 21:23:26.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject" |
| 5317 | 2025-08-26T21:23:27.009Z | [ recovery-image] Aug 26 21:23:26.992 INFO O| Aug 26 21:23:26.992 INFO STEP 163 (remove_files) COMPLETE |
| 5318 | 2025-08-26T21:23:27.009Z | [ recovery-image] Aug 26 21:23:26.992 INFO O| Aug 26 21:23:26.992 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5319 | 2025-08-26T21:23:27.009Z | [ recovery-image] Aug 26 21:23:27.008 INFO O| Aug 26 21:23:27.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign" |
| 5320 | 2025-08-26T21:23:27.009Z | [ recovery-image] Aug 26 21:23:27.009 INFO O| Aug 26 21:23:27.009 INFO STEP 164 (remove_files) COMPLETE |
| 5321 | 2025-08-26T21:23:27.009Z | [ recovery-image] Aug 26 21:23:27.009 INFO O| Aug 26 21:23:27.009 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5322 | 2025-08-26T21:23:27.035Z | [ recovery-image] Aug 26 21:23:27.027 INFO O| Aug 26 21:23:27.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap" |
| 5323 | 2025-08-26T21:23:27.035Z | [ recovery-image] Aug 26 21:23:27.027 INFO O| Aug 26 21:23:27.027 INFO STEP 165 (remove_files) COMPLETE |
| 5324 | 2025-08-26T21:23:27.035Z | [ recovery-image] Aug 26 21:23:27.027 INFO O| Aug 26 21:23:27.027 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5325 | 2025-08-26T21:23:27.061Z | [ recovery-image] Aug 26 21:23:27.045 INFO O| Aug 26 21:23:27.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange" |
| 5326 | 2025-08-26T21:23:27.061Z | [ recovery-image] Aug 26 21:23:27.046 INFO O| Aug 26 21:23:27.046 INFO STEP 166 (remove_files) COMPLETE |
| 5327 | 2025-08-26T21:23:27.061Z | [ recovery-image] Aug 26 21:23:27.046 INFO O| Aug 26 21:23:27.046 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5328 | 2025-08-26T21:23:27.086Z | [ recovery-image] Aug 26 21:23:27.067 INFO O| Aug 26 21:23:27.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt" |
| 5329 | 2025-08-26T21:23:27.086Z | [ recovery-image] Aug 26 21:23:27.067 INFO O| Aug 26 21:23:27.067 INFO STEP 167 (remove_files) COMPLETE |
| 5330 | 2025-08-26T21:23:27.086Z | [ recovery-image] Aug 26 21:23:27.067 INFO O| Aug 26 21:23:27.067 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5331 | 2025-08-26T21:23:27.086Z | [ recovery-image] Aug 26 21:23:27.083 INFO O| Aug 26 21:23:27.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance" |
| 5332 | 2025-08-26T21:23:27.086Z | [ recovery-image] Aug 26 21:23:27.084 INFO O| Aug 26 21:23:27.083 INFO STEP 168 (remove_files) COMPLETE |
| 5333 | 2025-08-26T21:23:27.086Z | [ recovery-image] Aug 26 21:23:27.084 INFO O| Aug 26 21:23:27.084 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5334 | 2025-08-26T21:23:27.112Z | [ recovery-image] Aug 26 21:23:27.100 INFO O| Aug 26 21:23:27.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env" |
| 5335 | 2025-08-26T21:23:27.112Z | [ recovery-image] Aug 26 21:23:27.100 INFO O| Aug 26 21:23:27.100 INFO STEP 169 (remove_files) COMPLETE |
| 5336 | 2025-08-26T21:23:27.112Z | [ recovery-image] Aug 26 21:23:27.100 INFO O| Aug 26 21:23:27.100 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5337 | 2025-08-26T21:23:27.137Z | [ recovery-image] Aug 26 21:23:27.117 INFO O| Aug 26 21:23:27.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump" |
| 5338 | 2025-08-26T21:23:27.137Z | [ recovery-image] Aug 26 21:23:27.117 INFO O| Aug 26 21:23:27.117 INFO STEP 170 (remove_files) COMPLETE |
| 5339 | 2025-08-26T21:23:27.137Z | [ recovery-image] Aug 26 21:23:27.117 INFO O| Aug 26 21:23:27.117 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5340 | 2025-08-26T21:23:27.137Z | [ recovery-image] Aug 26 21:23:27.134 INFO O| Aug 26 21:23:27.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand" |
| 5341 | 2025-08-26T21:23:27.137Z | [ recovery-image] Aug 26 21:23:27.135 INFO O| Aug 26 21:23:27.135 INFO STEP 171 (remove_files) COMPLETE |
| 5342 | 2025-08-26T21:23:27.137Z | [ recovery-image] Aug 26 21:23:27.135 INFO O| Aug 26 21:23:27.135 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5343 | 2025-08-26T21:23:27.163Z | [ recovery-image] Aug 26 21:23:27.152 INFO O| Aug 26 21:23:27.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr" |
| 5344 | 2025-08-26T21:23:27.163Z | [ recovery-image] Aug 26 21:23:27.152 INFO O| Aug 26 21:23:27.152 INFO STEP 172 (remove_files) COMPLETE |
| 5345 | 2025-08-26T21:23:27.163Z | [ recovery-image] Aug 26 21:23:27.152 INFO O| Aug 26 21:23:27.152 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5346 | 2025-08-26T21:23:27.192Z | [ recovery-image] Aug 26 21:23:27.172 INFO O| Aug 26 21:23:27.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor" |
| 5347 | 2025-08-26T21:23:27.192Z | [ recovery-image] Aug 26 21:23:27.172 INFO O| Aug 26 21:23:27.172 INFO STEP 173 (remove_files) COMPLETE |
| 5348 | 2025-08-26T21:23:27.192Z | [ recovery-image] Aug 26 21:23:27.172 INFO O| Aug 26 21:23:27.172 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5349 | 2025-08-26T21:23:27.192Z | [ recovery-image] Aug 26 21:23:27.188 INFO O| Aug 26 21:23:27.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false" |
| 5350 | 2025-08-26T21:23:27.192Z | [ recovery-image] Aug 26 21:23:27.188 INFO O| Aug 26 21:23:27.188 INFO STEP 174 (remove_files) COMPLETE |
| 5351 | 2025-08-26T21:23:27.192Z | [ recovery-image] Aug 26 21:23:27.188 INFO O| Aug 26 21:23:27.188 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5352 | 2025-08-26T21:23:27.218Z | [ recovery-image] Aug 26 21:23:27.210 INFO O| Aug 26 21:23:27.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc" |
| 5353 | 2025-08-26T21:23:27.218Z | [ recovery-image] Aug 26 21:23:27.210 INFO O| Aug 26 21:23:27.210 INFO STEP 175 (remove_files) COMPLETE |
| 5354 | 2025-08-26T21:23:27.218Z | [ recovery-image] Aug 26 21:23:27.210 INFO O| Aug 26 21:23:27.210 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5355 | 2025-08-26T21:23:27.246Z | [ recovery-image] Aug 26 21:23:27.231 INFO O| Aug 26 21:23:27.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach" |
| 5356 | 2025-08-26T21:23:27.246Z | [ recovery-image] Aug 26 21:23:27.231 INFO O| Aug 26 21:23:27.231 INFO STEP 176 (remove_files) COMPLETE |
| 5357 | 2025-08-26T21:23:27.246Z | [ recovery-image] Aug 26 21:23:27.231 INFO O| Aug 26 21:23:27.231 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5358 | 2025-08-26T21:23:27.272Z | [ recovery-image] Aug 26 21:23:27.250 INFO O| Aug 26 21:23:27.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat" |
| 5359 | 2025-08-26T21:23:27.272Z | [ recovery-image] Aug 26 21:23:27.250 INFO O| Aug 26 21:23:27.250 INFO STEP 177 (remove_files) COMPLETE |
| 5360 | 2025-08-26T21:23:27.272Z | [ recovery-image] Aug 26 21:23:27.250 INFO O| Aug 26 21:23:27.250 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5361 | 2025-08-26T21:23:27.272Z | [ recovery-image] Aug 26 21:23:27.265 INFO O| Aug 26 21:23:27.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg" |
| 5362 | 2025-08-26T21:23:27.272Z | [ recovery-image] Aug 26 21:23:27.265 INFO O| Aug 26 21:23:27.265 INFO STEP 178 (remove_files) COMPLETE |
| 5363 | 2025-08-26T21:23:27.272Z | [ recovery-image] Aug 26 21:23:27.265 INFO O| Aug 26 21:23:27.265 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5364 | 2025-08-26T21:23:27.297Z | [ recovery-image] Aug 26 21:23:27.279 INFO O| Aug 26 21:23:27.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep" |
| 5365 | 2025-08-26T21:23:27.297Z | [ recovery-image] Aug 26 21:23:27.280 INFO O| Aug 26 21:23:27.280 INFO STEP 179 (remove_files) COMPLETE |
| 5366 | 2025-08-26T21:23:27.297Z | [ recovery-image] Aug 26 21:23:27.280 INFO O| Aug 26 21:23:27.280 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5367 | 2025-08-26T21:23:27.297Z | [ recovery-image] Aug 26 21:23:27.294 INFO O| Aug 26 21:23:27.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file" |
| 5368 | 2025-08-26T21:23:27.297Z | [ recovery-image] Aug 26 21:23:27.295 INFO O| Aug 26 21:23:27.295 INFO STEP 180 (remove_files) COMPLETE |
| 5369 | 2025-08-26T21:23:27.297Z | [ recovery-image] Aug 26 21:23:27.295 INFO O| Aug 26 21:23:27.295 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5370 | 2025-08-26T21:23:27.323Z | [ recovery-image] Aug 26 21:23:27.317 INFO O| Aug 26 21:23:27.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc" |
| 5371 | 2025-08-26T21:23:27.323Z | [ recovery-image] Aug 26 21:23:27.317 INFO O| Aug 26 21:23:27.317 INFO STEP 181 (remove_files) COMPLETE |
| 5372 | 2025-08-26T21:23:27.323Z | [ recovery-image] Aug 26 21:23:27.317 INFO O| Aug 26 21:23:27.317 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5373 | 2025-08-26T21:23:27.349Z | [ recovery-image] Aug 26 21:23:27.350 INFO O| Aug 26 21:23:27.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt" |
| 5374 | 2025-08-26T21:23:27.349Z | [ recovery-image] Aug 26 21:23:27.350 INFO O| Aug 26 21:23:27.350 INFO STEP 182 (remove_files) COMPLETE |
| 5375 | 2025-08-26T21:23:27.349Z | [ recovery-image] Aug 26 21:23:27.350 INFO O| Aug 26 21:23:27.350 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5376 | 2025-08-26T21:23:27.377Z | [ recovery-image] Aug 26 21:23:27.373 INFO O| Aug 26 21:23:27.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg" |
| 5377 | 2025-08-26T21:23:27.377Z | [ recovery-image] Aug 26 21:23:27.374 INFO O| Aug 26 21:23:27.373 INFO STEP 183 (remove_files) COMPLETE |
| 5378 | 2025-08-26T21:23:27.377Z | [ recovery-image] Aug 26 21:23:27.374 INFO O| Aug 26 21:23:27.374 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5379 | 2025-08-26T21:23:27.404Z | [ recovery-image] Aug 26 21:23:27.398 INFO O| Aug 26 21:23:27.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold" |
| 5380 | 2025-08-26T21:23:27.404Z | [ recovery-image] Aug 26 21:23:27.398 INFO O| Aug 26 21:23:27.398 INFO STEP 184 (remove_files) COMPLETE |
| 5381 | 2025-08-26T21:23:27.404Z | [ recovery-image] Aug 26 21:23:27.398 INFO O| Aug 26 21:23:27.398 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5382 | 2025-08-26T21:23:27.869Z | [ recovery-image] Aug 26 21:23:27.420 INFO O| Aug 26 21:23:27.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat" |
| 5383 | 2025-08-26T21:23:27.869Z | [ recovery-image] Aug 26 21:23:27.421 INFO O| Aug 26 21:23:27.420 INFO STEP 185 (remove_files) COMPLETE |
| 5384 | 2025-08-26T21:23:27.869Z | [ recovery-image] Aug 26 21:23:27.421 INFO O| Aug 26 21:23:27.421 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5385 | 2025-08-26T21:23:28.042Z | [ recovery-image] Aug 26 21:23:27.443 INFO O| Aug 26 21:23:27.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear" |
| 5386 | 2025-08-26T21:23:28.042Z | [ recovery-image] Aug 26 21:23:27.444 INFO O| Aug 26 21:23:27.444 INFO STEP 186 (remove_files) COMPLETE |
| 5387 | 2025-08-26T21:23:28.042Z | [ recovery-image] Aug 26 21:23:27.444 INFO O| Aug 26 21:23:27.444 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5388 | 2025-08-26T21:23:28.042Z | [ recovery-image] Aug 26 21:23:27.466 INFO O| Aug 26 21:23:27.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl" |
| 5389 | 2025-08-26T21:23:28.042Z | [ recovery-image] Aug 26 21:23:27.466 INFO O| Aug 26 21:23:27.466 INFO STEP 187 (remove_files) COMPLETE |
| 5390 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.466 INFO O| Aug 26 21:23:27.466 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5391 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.488 INFO O| Aug 26 21:23:27.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf" |
| 5392 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.488 INFO O| Aug 26 21:23:27.488 INFO STEP 188 (remove_files) COMPLETE |
| 5393 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.488 INFO O| Aug 26 21:23:27.488 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5394 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.511 INFO O| Aug 26 21:23:27.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev" |
| 5395 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.511 INFO O| Aug 26 21:23:27.511 INFO STEP 189 (remove_files) COMPLETE |
| 5396 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.511 INFO O| Aug 26 21:23:27.511 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5397 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.556 INFO O| Aug 26 21:23:27.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp" |
| 5398 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.557 INFO O| Aug 26 21:23:27.557 INFO STEP 190 (remove_files) COMPLETE |
| 5399 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.557 INFO O| Aug 26 21:23:27.557 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5400 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.577 INFO O| Aug 26 21:23:27.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent" |
| 5401 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.578 INFO O| Aug 26 21:23:27.577 INFO STEP 191 (remove_files) COMPLETE |
| 5402 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.578 INFO O| Aug 26 21:23:27.578 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5403 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.592 INFO O| Aug 26 21:23:27.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl" |
| 5404 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.592 INFO O| Aug 26 21:23:27.592 INFO STEP 192 (remove_files) COMPLETE |
| 5405 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.592 INFO O| Aug 26 21:23:27.592 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5406 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.606 INFO O| Aug 26 21:23:27.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt" |
| 5407 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.606 INFO O| Aug 26 21:23:27.606 INFO STEP 193 (remove_files) COMPLETE |
| 5408 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.606 INFO O| Aug 26 21:23:27.606 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5409 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.621 INFO O| Aug 26 21:23:27.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts" |
| 5410 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.621 INFO O| Aug 26 21:23:27.621 INFO STEP 194 (remove_files) COMPLETE |
| 5411 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.622 INFO O| Aug 26 21:23:27.621 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5412 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.637 INFO O| Aug 26 21:23:27.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext" |
| 5413 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.637 INFO O| Aug 26 21:23:27.637 INFO STEP 195 (remove_files) COMPLETE |
| 5414 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.637 INFO O| Aug 26 21:23:27.637 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5415 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.653 INFO O| Aug 26 21:23:27.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol" |
| 5416 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.654 INFO O| Aug 26 21:23:27.653 INFO STEP 196 (remove_files) COMPLETE |
| 5417 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.654 INFO O| Aug 26 21:23:27.654 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5418 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.670 INFO O| Aug 26 21:23:27.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp" |
| 5419 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.670 INFO O| Aug 26 21:23:27.670 INFO STEP 197 (remove_files) COMPLETE |
| 5420 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.670 INFO O| Aug 26 21:23:27.670 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5421 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.729 INFO O| Aug 26 21:23:27.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups" |
| 5422 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.729 INFO O| Aug 26 21:23:27.729 INFO STEP 198 (remove_files) COMPLETE |
| 5423 | 2025-08-26T21:23:28.043Z | [ recovery-image] Aug 26 21:23:27.729 INFO O| Aug 26 21:23:27.729 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5424 | 2025-08-26T21:23:28.044Z | [ recovery-image] Aug 26 21:23:27.744 INFO O| Aug 26 21:23:27.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs" |
| 5425 | 2025-08-26T21:23:28.044Z | [ recovery-image] Aug 26 21:23:27.745 INFO O| Aug 26 21:23:27.745 INFO STEP 199 (remove_files) COMPLETE |
| 5426 | 2025-08-26T21:23:28.044Z | [ recovery-image] Aug 26 21:23:27.745 INFO O| Aug 26 21:23:27.745 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5427 | 2025-08-26T21:23:28.044Z | [ recovery-image] Aug 26 21:23:27.770 INFO O| Aug 26 21:23:27.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic" |
| 5428 | 2025-08-26T21:23:28.044Z | [ recovery-image] Aug 26 21:23:27.770 INFO O| Aug 26 21:23:27.770 INFO STEP 200 (remove_files) COMPLETE |
| 5429 | 2025-08-26T21:23:28.044Z | [ recovery-image] Aug 26 21:23:27.771 INFO O| Aug 26 21:23:27.771 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5430 | 2025-08-26T21:23:28.044Z | [ recovery-image] Aug 26 21:23:27.806 INFO O| Aug 26 21:23:27.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe" |
| 5431 | 2025-08-26T21:23:28.044Z | [ recovery-image] Aug 26 21:23:27.806 INFO O| Aug 26 21:23:27.806 INFO STEP 201 (remove_files) COMPLETE |
| 5432 | 2025-08-26T21:23:28.044Z | [ recovery-image] Aug 26 21:23:27.806 INFO O| Aug 26 21:23:27.806 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5433 | 2025-08-26T21:23:28.044Z | [ recovery-image] Aug 26 21:23:27.826 INFO O| Aug 26 21:23:27.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput" |
| 5434 | 2025-08-26T21:23:28.044Z | [ recovery-image] Aug 26 21:23:27.826 INFO O| Aug 26 21:23:27.826 INFO STEP 202 (remove_files) COMPLETE |
| 5435 | 2025-08-26T21:23:28.044Z | [ recovery-image] Aug 26 21:23:27.826 INFO O| Aug 26 21:23:27.826 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5436 | 2025-08-26T21:23:28.045Z | [ recovery-image] Aug 26 21:23:27.847 INFO O| Aug 26 21:23:27.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset" |
| 5437 | 2025-08-26T21:23:28.045Z | [ recovery-image] Aug 26 21:23:27.848 INFO O| Aug 26 21:23:27.847 INFO STEP 203 (remove_files) COMPLETE |
| 5438 | 2025-08-26T21:23:28.045Z | [ recovery-image] Aug 26 21:23:27.848 INFO O| Aug 26 21:23:27.848 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5439 | 2025-08-26T21:23:28.045Z | [ recovery-image] Aug 26 21:23:27.870 INFO O| Aug 26 21:23:27.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip" |
| 5440 | 2025-08-26T21:23:28.045Z | [ recovery-image] Aug 26 21:23:27.870 INFO O| Aug 26 21:23:27.870 INFO STEP 204 (remove_files) COMPLETE |
| 5441 | 2025-08-26T21:23:28.045Z | [ recovery-image] Aug 26 21:23:27.870 INFO O| Aug 26 21:23:27.870 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5442 | 2025-08-26T21:23:28.045Z | [ recovery-image] Aug 26 21:23:27.886 INFO O| Aug 26 21:23:27.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat" |
| 5443 | 2025-08-26T21:23:28.045Z | [ recovery-image] Aug 26 21:23:27.887 INFO O| Aug 26 21:23:27.886 INFO STEP 205 (remove_files) COMPLETE |
| 5444 | 2025-08-26T21:23:28.045Z | [ recovery-image] Aug 26 21:23:27.887 INFO O| Aug 26 21:23:27.887 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5445 | 2025-08-26T21:23:28.073Z | [ recovery-image] Aug 26 21:23:27.902 INFO O| Aug 26 21:23:27.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp" |
| 5446 | 2025-08-26T21:23:28.073Z | [ recovery-image] Aug 26 21:23:27.903 INFO O| Aug 26 21:23:27.903 INFO STEP 206 (remove_files) COMPLETE |
| 5447 | 2025-08-26T21:23:28.073Z | [ recovery-image] Aug 26 21:23:27.903 INFO O| Aug 26 21:23:27.903 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5448 | 2025-08-26T21:23:28.073Z | [ recovery-image] Aug 26 21:23:27.919 INFO O| Aug 26 21:23:27.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff" |
| 5449 | 2025-08-26T21:23:28.073Z | [ recovery-image] Aug 26 21:23:27.919 INFO O| Aug 26 21:23:27.919 INFO STEP 207 (remove_files) COMPLETE |
| 5450 | 2025-08-26T21:23:28.073Z | [ recovery-image] Aug 26 21:23:27.919 INFO O| Aug 26 21:23:27.919 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5451 | 2025-08-26T21:23:28.073Z | [ recovery-image] Aug 26 21:23:27.939 INFO O| Aug 26 21:23:27.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep" |
| 5452 | 2025-08-26T21:23:28.073Z | [ recovery-image] Aug 26 21:23:27.939 INFO O| Aug 26 21:23:27.939 INFO STEP 208 (remove_files) COMPLETE |
| 5453 | 2025-08-26T21:23:28.073Z | [ recovery-image] Aug 26 21:23:27.939 INFO O| Aug 26 21:23:27.939 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5454 | 2025-08-26T21:23:28.073Z | [ recovery-image] Aug 26 21:23:27.954 INFO O| Aug 26 21:23:27.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe" |
| 5455 | 2025-08-26T21:23:28.073Z | [ recovery-image] Aug 26 21:23:27.955 INFO O| Aug 26 21:23:27.955 INFO STEP 209 (remove_files) COMPLETE |
| 5456 | 2025-08-26T21:23:28.073Z | [ recovery-image] Aug 26 21:23:27.955 INFO O| Aug 26 21:23:27.955 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5457 | 2025-08-26T21:23:28.073Z | [ recovery-image] Aug 26 21:23:27.969 INFO O| Aug 26 21:23:27.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep" |
| 5458 | 2025-08-26T21:23:28.074Z | [ recovery-image] Aug 26 21:23:27.970 INFO O| Aug 26 21:23:27.970 INFO STEP 210 (remove_files) COMPLETE |
| 5459 | 2025-08-26T21:23:28.074Z | [ recovery-image] Aug 26 21:23:27.970 INFO O| Aug 26 21:23:27.970 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5460 | 2025-08-26T21:23:28.074Z | [ recovery-image] Aug 26 21:23:27.984 INFO O| Aug 26 21:23:27.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce" |
| 5461 | 2025-08-26T21:23:28.074Z | [ recovery-image] Aug 26 21:23:27.984 INFO O| Aug 26 21:23:27.984 INFO STEP 211 (remove_files) COMPLETE |
| 5462 | 2025-08-26T21:23:28.074Z | [ recovery-image] Aug 26 21:23:27.984 INFO O| Aug 26 21:23:27.984 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5463 | 2025-08-26T21:23:28.074Z | [ recovery-image] Aug 26 21:23:28.004 INFO O| Aug 26 21:23:28.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep" |
| 5464 | 2025-08-26T21:23:28.074Z | [ recovery-image] Aug 26 21:23:28.004 INFO O| Aug 26 21:23:28.004 INFO STEP 212 (remove_files) COMPLETE |
| 5465 | 2025-08-26T21:23:28.074Z | [ recovery-image] Aug 26 21:23:28.004 INFO O| Aug 26 21:23:28.004 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5466 | 2025-08-26T21:23:28.074Z | [ recovery-image] Aug 26 21:23:28.020 INFO O| Aug 26 21:23:28.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip" |
| 5467 | 2025-08-26T21:23:28.074Z | [ recovery-image] Aug 26 21:23:28.020 INFO O| Aug 26 21:23:28.020 INFO STEP 213 (remove_files) COMPLETE |
| 5468 | 2025-08-26T21:23:28.074Z | [ recovery-image] Aug 26 21:23:28.020 INFO O| Aug 26 21:23:28.020 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5469 | 2025-08-26T21:23:28.074Z | [ recovery-image] Aug 26 21:23:28.042 INFO O| Aug 26 21:23:28.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless" |
| 5470 | 2025-08-26T21:23:28.074Z | [ recovery-image] Aug 26 21:23:28.043 INFO O| Aug 26 21:23:28.042 INFO STEP 214 (remove_files) COMPLETE |
| 5471 | 2025-08-26T21:23:28.074Z | [ recovery-image] Aug 26 21:23:28.043 INFO O| Aug 26 21:23:28.043 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5472 | 2025-08-26T21:23:28.074Z | [ recovery-image] Aug 26 21:23:28.066 INFO O| Aug 26 21:23:28.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore" |
| 5473 | 2025-08-26T21:23:28.074Z | [ recovery-image] Aug 26 21:23:28.066 INFO O| Aug 26 21:23:28.066 INFO STEP 215 (remove_files) COMPLETE |
| 5474 | 2025-08-26T21:23:28.074Z | [ recovery-image] Aug 26 21:23:28.066 INFO O| Aug 26 21:23:28.066 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5475 | 2025-08-26T21:23:28.099Z | [ recovery-image] Aug 26 21:23:28.090 INFO O| Aug 26 21:23:28.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew" |
| 5476 | 2025-08-26T21:23:28.099Z | [ recovery-image] Aug 26 21:23:28.090 INFO O| Aug 26 21:23:28.090 INFO STEP 216 (remove_files) COMPLETE |
| 5477 | 2025-08-26T21:23:28.099Z | [ recovery-image] Aug 26 21:23:28.090 INFO O| Aug 26 21:23:28.090 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5478 | 2025-08-26T21:23:28.125Z | [ recovery-image] Aug 26 21:23:28.114 INFO O| Aug 26 21:23:28.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash" |
| 5479 | 2025-08-26T21:23:28.125Z | [ recovery-image] Aug 26 21:23:28.114 INFO O| Aug 26 21:23:28.114 INFO STEP 217 (remove_files) COMPLETE |
| 5480 | 2025-08-26T21:23:28.125Z | [ recovery-image] Aug 26 21:23:28.114 INFO O| Aug 26 21:23:28.114 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5481 | 2025-08-26T21:23:28.151Z | [ recovery-image] Aug 26 21:23:28.137 INFO O| Aug 26 21:23:28.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid" |
| 5482 | 2025-08-26T21:23:28.151Z | [ recovery-image] Aug 26 21:23:28.137 INFO O| Aug 26 21:23:28.137 INFO STEP 218 (remove_files) COMPLETE |
| 5483 | 2025-08-26T21:23:28.151Z | [ recovery-image] Aug 26 21:23:28.137 INFO O| Aug 26 21:23:28.137 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5484 | 2025-08-26T21:23:28.177Z | [ recovery-image] Aug 26 21:23:28.159 INFO O| Aug 26 21:23:28.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname" |
| 5485 | 2025-08-26T21:23:28.177Z | [ recovery-image] Aug 26 21:23:28.160 INFO O| Aug 26 21:23:28.159 INFO STEP 219 (remove_files) COMPLETE |
| 5486 | 2025-08-26T21:23:28.177Z | [ recovery-image] Aug 26 21:23:28.160 INFO O| Aug 26 21:23:28.160 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5487 | 2025-08-26T21:23:28.208Z | [ recovery-image] Aug 26 21:23:28.182 INFO O| Aug 26 21:23:28.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb" |
| 5488 | 2025-08-26T21:23:28.208Z | [ recovery-image] Aug 26 21:23:28.182 INFO O| Aug 26 21:23:28.182 INFO STEP 220 (remove_files) COMPLETE |
| 5489 | 2025-08-26T21:23:28.208Z | [ recovery-image] Aug 26 21:23:28.182 INFO O| Aug 26 21:23:28.182 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5490 | 2025-08-26T21:23:28.234Z | [ recovery-image] Aug 26 21:23:28.204 INFO O| Aug 26 21:23:28.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt" |
| 5491 | 2025-08-26T21:23:28.234Z | [ recovery-image] Aug 26 21:23:28.204 INFO O| Aug 26 21:23:28.204 INFO STEP 221 (remove_files) COMPLETE |
| 5492 | 2025-08-26T21:23:28.234Z | [ recovery-image] Aug 26 21:23:28.204 INFO O| Aug 26 21:23:28.204 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5493 | 2025-08-26T21:23:28.234Z | [ recovery-image] Aug 26 21:23:28.225 INFO O| Aug 26 21:23:28.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh" |
| 5494 | 2025-08-26T21:23:28.234Z | [ recovery-image] Aug 26 21:23:28.226 INFO O| Aug 26 21:23:28.226 INFO STEP 222 (remove_files) COMPLETE |
| 5495 | 2025-08-26T21:23:28.234Z | [ recovery-image] Aug 26 21:23:28.226 INFO O| Aug 26 21:23:28.226 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5496 | 2025-08-26T21:23:28.263Z | [ recovery-image] Aug 26 21:23:28.247 INFO O| Aug 26 21:23:28.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb" |
| 5497 | 2025-08-26T21:23:28.263Z | [ recovery-image] Aug 26 21:23:28.248 INFO O| Aug 26 21:23:28.247 INFO STEP 223 (remove_files) COMPLETE |
| 5498 | 2025-08-26T21:23:28.263Z | [ recovery-image] Aug 26 21:23:28.248 INFO O| Aug 26 21:23:28.248 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5499 | 2025-08-26T21:23:28.289Z | [ recovery-image] Aug 26 21:23:28.269 INFO O| Aug 26 21:23:28.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh" |
| 5500 | 2025-08-26T21:23:28.289Z | [ recovery-image] Aug 26 21:23:28.269 INFO O| Aug 26 21:23:28.269 INFO STEP 224 (remove_files) COMPLETE |
| 5501 | 2025-08-26T21:23:28.289Z | [ recovery-image] Aug 26 21:23:28.269 INFO O| Aug 26 21:23:28.269 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5502 | 2025-08-26T21:23:28.315Z | [ recovery-image] Aug 26 21:23:28.291 INFO O| Aug 26 21:23:28.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93" |
| 5503 | 2025-08-26T21:23:28.315Z | [ recovery-image] Aug 26 21:23:28.291 INFO O| Aug 26 21:23:28.291 INFO STEP 225 (remove_files) COMPLETE |
| 5504 | 2025-08-26T21:23:28.315Z | [ recovery-image] Aug 26 21:23:28.291 INFO O| Aug 26 21:23:28.291 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5505 | 2025-08-26T21:23:28.315Z | [ recovery-image] Aug 26 21:23:28.313 INFO O| Aug 26 21:23:28.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv" |
| 5506 | 2025-08-26T21:23:28.315Z | [ recovery-image] Aug 26 21:23:28.313 INFO O| Aug 26 21:23:28.313 INFO STEP 226 (remove_files) COMPLETE |
| 5507 | 2025-08-26T21:23:28.315Z | [ recovery-image] Aug 26 21:23:28.313 INFO O| Aug 26 21:23:28.313 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5508 | 2025-08-26T21:23:28.342Z | [ recovery-image] Aug 26 21:23:28.334 INFO O| Aug 26 21:23:28.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id" |
| 5509 | 2025-08-26T21:23:28.342Z | [ recovery-image] Aug 26 21:23:28.334 INFO O| Aug 26 21:23:28.334 INFO STEP 227 (remove_files) COMPLETE |
| 5510 | 2025-08-26T21:23:28.342Z | [ recovery-image] Aug 26 21:23:28.334 INFO O| Aug 26 21:23:28.334 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5511 | 2025-08-26T21:23:28.368Z | [ recovery-image] Aug 26 21:23:28.356 INFO O| Aug 26 21:23:28.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn" |
| 5512 | 2025-08-26T21:23:28.368Z | [ recovery-image] Aug 26 21:23:28.357 INFO O| Aug 26 21:23:28.357 INFO STEP 228 (remove_files) COMPLETE |
| 5513 | 2025-08-26T21:23:28.368Z | [ recovery-image] Aug 26 21:23:28.357 INFO O| Aug 26 21:23:28.357 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5514 | 2025-08-26T21:23:28.394Z | [ recovery-image] Aug 26 21:23:28.379 INFO O| Aug 26 21:23:28.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp" |
| 5515 | 2025-08-26T21:23:28.394Z | [ recovery-image] Aug 26 21:23:28.379 INFO O| Aug 26 21:23:28.379 INFO STEP 229 (remove_files) COMPLETE |
| 5516 | 2025-08-26T21:23:28.394Z | [ recovery-image] Aug 26 21:23:28.380 INFO O| Aug 26 21:23:28.379 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5517 | 2025-08-26T21:23:28.419Z | [ recovery-image] Aug 26 21:23:28.401 INFO O| Aug 26 21:23:28.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat" |
| 5518 | 2025-08-26T21:23:28.419Z | [ recovery-image] Aug 26 21:23:28.401 INFO O| Aug 26 21:23:28.401 INFO STEP 230 (remove_files) COMPLETE |
| 5519 | 2025-08-26T21:23:28.419Z | [ recovery-image] Aug 26 21:23:28.401 INFO O| Aug 26 21:23:28.401 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5520 | 2025-08-26T21:23:28.419Z | [ recovery-image] Aug 26 21:23:28.419 INFO O| Aug 26 21:23:28.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl" |
| 5521 | 2025-08-26T21:23:28.419Z | [ recovery-image] Aug 26 21:23:28.419 INFO O| Aug 26 21:23:28.419 INFO STEP 231 (remove_files) COMPLETE |
| 5522 | 2025-08-26T21:23:28.419Z | [ recovery-image] Aug 26 21:23:28.419 INFO O| Aug 26 21:23:28.419 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5523 | 2025-08-26T21:23:28.445Z | [ recovery-image] Aug 26 21:23:28.438 INFO O| Aug 26 21:23:28.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo" |
| 5524 | 2025-08-26T21:23:28.445Z | [ recovery-image] Aug 26 21:23:28.439 INFO O| Aug 26 21:23:28.439 INFO STEP 232 (remove_files) COMPLETE |
| 5525 | 2025-08-26T21:23:28.445Z | [ recovery-image] Aug 26 21:23:28.439 INFO O| Aug 26 21:23:28.439 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5526 | 2025-08-26T21:23:28.470Z | [ recovery-image] Aug 26 21:23:28.460 INFO O| Aug 26 21:23:28.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist" |
| 5527 | 2025-08-26T21:23:28.470Z | [ recovery-image] Aug 26 21:23:28.461 INFO O| Aug 26 21:23:28.461 INFO STEP 233 (remove_files) COMPLETE |
| 5528 | 2025-08-26T21:23:28.470Z | [ recovery-image] Aug 26 21:23:28.461 INFO O| Aug 26 21:23:28.461 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5529 | 2025-08-26T21:23:28.497Z | [ recovery-image] Aug 26 21:23:28.479 INFO O| Aug 26 21:23:28.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs" |
| 5530 | 2025-08-26T21:23:28.497Z | [ recovery-image] Aug 26 21:23:28.479 INFO O| Aug 26 21:23:28.479 INFO STEP 234 (remove_files) COMPLETE |
| 5531 | 2025-08-26T21:23:28.497Z | [ recovery-image] Aug 26 21:23:28.479 INFO O| Aug 26 21:23:28.479 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5532 | 2025-08-26T21:23:28.522Z | [ recovery-image] Aug 26 21:23:28.496 INFO O| Aug 26 21:23:28.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join" |
| 5533 | 2025-08-26T21:23:28.522Z | [ recovery-image] Aug 26 21:23:28.497 INFO O| Aug 26 21:23:28.496 INFO STEP 235 (remove_files) COMPLETE |
| 5534 | 2025-08-26T21:23:28.522Z | [ recovery-image] Aug 26 21:23:28.497 INFO O| Aug 26 21:23:28.497 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5535 | 2025-08-26T21:23:28.522Z | [ recovery-image] Aug 26 21:23:28.512 INFO O| Aug 26 21:23:28.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd" |
| 5536 | 2025-08-26T21:23:28.522Z | [ recovery-image] Aug 26 21:23:28.513 INFO O| Aug 26 21:23:28.513 INFO STEP 236 (remove_files) COMPLETE |
| 5537 | 2025-08-26T21:23:28.522Z | [ recovery-image] Aug 26 21:23:28.513 INFO O| Aug 26 21:23:28.513 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5538 | 2025-08-26T21:23:28.548Z | [ recovery-image] Aug 26 21:23:28.530 INFO O| Aug 26 21:23:28.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy" |
| 5539 | 2025-08-26T21:23:28.548Z | [ recovery-image] Aug 26 21:23:28.530 INFO O| Aug 26 21:23:28.530 INFO STEP 237 (remove_files) COMPLETE |
| 5540 | 2025-08-26T21:23:28.548Z | [ recovery-image] Aug 26 21:23:28.530 INFO O| Aug 26 21:23:28.530 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5541 | 2025-08-26T21:23:28.548Z | [ recovery-image] Aug 26 21:23:28.547 INFO O| Aug 26 21:23:28.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin" |
| 5542 | 2025-08-26T21:23:28.548Z | [ recovery-image] Aug 26 21:23:28.547 INFO O| Aug 26 21:23:28.547 INFO STEP 238 (remove_files) COMPLETE |
| 5543 | 2025-08-26T21:23:28.548Z | [ recovery-image] Aug 26 21:23:28.547 INFO O| Aug 26 21:23:28.547 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5544 | 2025-08-26T21:23:28.573Z | [ recovery-image] Aug 26 21:23:28.568 INFO O| Aug 26 21:23:28.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout" |
| 5545 | 2025-08-26T21:23:28.573Z | [ recovery-image] Aug 26 21:23:28.568 INFO O| Aug 26 21:23:28.568 INFO STEP 239 (remove_files) COMPLETE |
| 5546 | 2025-08-26T21:23:28.573Z | [ recovery-image] Aug 26 21:23:28.568 INFO O| Aug 26 21:23:28.568 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5547 | 2025-08-26T21:23:28.598Z | [ recovery-image] Aug 26 21:23:28.588 INFO O| Aug 26 21:23:28.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill" |
| 5548 | 2025-08-26T21:23:28.598Z | [ recovery-image] Aug 26 21:23:28.589 INFO O| Aug 26 21:23:28.589 INFO STEP 240 (remove_files) COMPLETE |
| 5549 | 2025-08-26T21:23:28.598Z | [ recovery-image] Aug 26 21:23:28.589 INFO O| Aug 26 21:23:28.589 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5550 | 2025-08-26T21:23:28.625Z | [ recovery-image] Aug 26 21:23:28.611 INFO O| Aug 26 21:23:28.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit" |
| 5551 | 2025-08-26T21:23:28.625Z | [ recovery-image] Aug 26 21:23:28.612 INFO O| Aug 26 21:23:28.612 INFO STEP 241 (remove_files) COMPLETE |
| 5552 | 2025-08-26T21:23:28.625Z | [ recovery-image] Aug 26 21:23:28.612 INFO O| Aug 26 21:23:28.612 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5553 | 2025-08-26T21:23:28.650Z | [ recovery-image] Aug 26 21:23:28.636 INFO O| Aug 26 21:23:28.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist" |
| 5554 | 2025-08-26T21:23:28.650Z | [ recovery-image] Aug 26 21:23:28.636 INFO O| Aug 26 21:23:28.636 INFO STEP 242 (remove_files) COMPLETE |
| 5555 | 2025-08-26T21:23:28.650Z | [ recovery-image] Aug 26 21:23:28.636 INFO O| Aug 26 21:23:28.636 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5556 | 2025-08-26T21:23:28.679Z | [ recovery-image] Aug 26 21:23:28.658 INFO O| Aug 26 21:23:28.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg" |
| 5557 | 2025-08-26T21:23:28.679Z | [ recovery-image] Aug 26 21:23:28.658 INFO O| Aug 26 21:23:28.658 INFO STEP 243 (remove_files) COMPLETE |
| 5558 | 2025-08-26T21:23:28.679Z | [ recovery-image] Aug 26 21:23:28.658 INFO O| Aug 26 21:23:28.658 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5559 | 2025-08-26T21:23:28.705Z | [ recovery-image] Aug 26 21:23:28.680 INFO O| Aug 26 21:23:28.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd" |
| 5560 | 2025-08-26T21:23:28.705Z | [ recovery-image] Aug 26 21:23:28.680 INFO O| Aug 26 21:23:28.680 INFO STEP 244 (remove_files) COMPLETE |
| 5561 | 2025-08-26T21:23:28.705Z | [ recovery-image] Aug 26 21:23:28.680 INFO O| Aug 26 21:23:28.680 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5562 | 2025-08-26T21:23:28.705Z | [ recovery-image] Aug 26 21:23:28.699 INFO O| Aug 26 21:23:28.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config" |
| 5563 | 2025-08-26T21:23:28.705Z | [ recovery-image] Aug 26 21:23:28.699 INFO O| Aug 26 21:23:28.699 INFO STEP 245 (remove_files) COMPLETE |
| 5564 | 2025-08-26T21:23:28.705Z | [ recovery-image] Aug 26 21:23:28.699 INFO O| Aug 26 21:23:28.699 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5565 | 2025-08-26T21:23:28.730Z | [ recovery-image] Aug 26 21:23:28.718 INFO O| Aug 26 21:23:28.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93" |
| 5566 | 2025-08-26T21:23:28.730Z | [ recovery-image] Aug 26 21:23:28.718 INFO O| Aug 26 21:23:28.718 INFO STEP 246 (remove_files) COMPLETE |
| 5567 | 2025-08-26T21:23:28.730Z | [ recovery-image] Aug 26 21:23:28.718 INFO O| Aug 26 21:23:28.718 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5568 | 2025-08-26T21:23:28.755Z | [ recovery-image] Aug 26 21:23:28.754 INFO O| Aug 26 21:23:28.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil" |
| 5569 | 2025-08-26T21:23:28.755Z | [ recovery-image] Aug 26 21:23:28.754 INFO O| Aug 26 21:23:28.754 INFO STEP 247 (remove_files) COMPLETE |
| 5570 | 2025-08-26T21:23:28.755Z | [ recovery-image] Aug 26 21:23:28.754 INFO O| Aug 26 21:23:28.754 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5571 | 2025-08-26T21:23:28.781Z | [ recovery-image] Aug 26 21:23:28.778 INFO O| Aug 26 21:23:28.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat" |
| 5572 | 2025-08-26T21:23:28.781Z | [ recovery-image] Aug 26 21:23:28.778 INFO O| Aug 26 21:23:28.778 INFO STEP 248 (remove_files) COMPLETE |
| 5573 | 2025-08-26T21:23:28.781Z | [ recovery-image] Aug 26 21:23:28.778 INFO O| Aug 26 21:23:28.778 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5574 | 2025-08-26T21:23:28.806Z | [ recovery-image] Aug 26 21:23:28.805 INFO O| Aug 26 21:23:28.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last" |
| 5575 | 2025-08-26T21:23:28.806Z | [ recovery-image] Aug 26 21:23:28.805 INFO O| Aug 26 21:23:28.805 INFO STEP 249 (remove_files) COMPLETE |
| 5576 | 2025-08-26T21:23:28.806Z | [ recovery-image] Aug 26 21:23:28.805 INFO O| Aug 26 21:23:28.805 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5577 | 2025-08-26T21:23:28.832Z | [ recovery-image] Aug 26 21:23:28.824 INFO O| Aug 26 21:23:28.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm" |
| 5578 | 2025-08-26T21:23:28.832Z | [ recovery-image] Aug 26 21:23:28.824 INFO O| Aug 26 21:23:28.824 INFO STEP 250 (remove_files) COMPLETE |
| 5579 | 2025-08-26T21:23:28.832Z | [ recovery-image] Aug 26 21:23:28.824 INFO O| Aug 26 21:23:28.824 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5580 | 2025-08-26T21:23:28.857Z | [ recovery-image] Aug 26 21:23:28.846 INFO O| Aug 26 21:23:28.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld" |
| 5581 | 2025-08-26T21:23:28.857Z | [ recovery-image] Aug 26 21:23:28.846 INFO O| Aug 26 21:23:28.846 INFO STEP 251 (remove_files) COMPLETE |
| 5582 | 2025-08-26T21:23:28.857Z | [ recovery-image] Aug 26 21:23:28.846 INFO O| Aug 26 21:23:28.846 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5583 | 2025-08-26T21:23:28.883Z | [ recovery-image] Aug 26 21:23:28.866 INFO O| Aug 26 21:23:28.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd" |
| 5584 | 2025-08-26T21:23:28.883Z | [ recovery-image] Aug 26 21:23:28.867 INFO O| Aug 26 21:23:28.867 INFO STEP 252 (remove_files) COMPLETE |
| 5585 | 2025-08-26T21:23:28.883Z | [ recovery-image] Aug 26 21:23:28.867 INFO O| Aug 26 21:23:28.867 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5586 | 2025-08-26T21:23:28.909Z | [ recovery-image] Aug 26 21:23:28.887 INFO O| Aug 26 21:23:28.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less" |
| 5587 | 2025-08-26T21:23:28.909Z | [ recovery-image] Aug 26 21:23:28.888 INFO O| Aug 26 21:23:28.888 INFO STEP 253 (remove_files) COMPLETE |
| 5588 | 2025-08-26T21:23:28.909Z | [ recovery-image] Aug 26 21:23:28.888 INFO O| Aug 26 21:23:28.888 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5589 | 2025-08-26T21:23:28.936Z | [ recovery-image] Aug 26 21:23:28.909 INFO O| Aug 26 21:23:28.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho" |
| 5590 | 2025-08-26T21:23:28.936Z | [ recovery-image] Aug 26 21:23:28.909 INFO O| Aug 26 21:23:28.909 INFO STEP 254 (remove_files) COMPLETE |
| 5591 | 2025-08-26T21:23:28.936Z | [ recovery-image] Aug 26 21:23:28.909 INFO O| Aug 26 21:23:28.909 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5592 | 2025-08-26T21:23:28.936Z | [ recovery-image] Aug 26 21:23:28.930 INFO O| Aug 26 21:23:28.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey" |
| 5593 | 2025-08-26T21:23:28.936Z | [ recovery-image] Aug 26 21:23:28.930 INFO O| Aug 26 21:23:28.930 INFO STEP 255 (remove_files) COMPLETE |
| 5594 | 2025-08-26T21:23:28.936Z | [ recovery-image] Aug 26 21:23:28.930 INFO O| Aug 26 21:23:28.930 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5595 | 2025-08-26T21:23:28.961Z | [ recovery-image] Aug 26 21:23:28.951 INFO O| Aug 26 21:23:28.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo" |
| 5596 | 2025-08-26T21:23:28.961Z | [ recovery-image] Aug 26 21:23:28.952 INFO O| Aug 26 21:23:28.952 INFO STEP 256 (remove_files) COMPLETE |
| 5597 | 2025-08-26T21:23:28.961Z | [ recovery-image] Aug 26 21:23:28.952 INFO O| Aug 26 21:23:28.952 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5598 | 2025-08-26T21:23:28.992Z | [ recovery-image] Aug 26 21:23:28.966 INFO O| Aug 26 21:23:28.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line" |
| 5599 | 2025-08-26T21:23:28.992Z | [ recovery-image] Aug 26 21:23:28.966 INFO O| Aug 26 21:23:28.966 INFO STEP 257 (remove_files) COMPLETE |
| 5600 | 2025-08-26T21:23:28.992Z | [ recovery-image] Aug 26 21:23:28.966 INFO O| Aug 26 21:23:28.966 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5601 | 2025-08-26T21:23:28.992Z | [ recovery-image] Aug 26 21:23:28.980 INFO O| Aug 26 21:23:28.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp" |
| 5602 | 2025-08-26T21:23:28.992Z | [ recovery-image] Aug 26 21:23:28.980 INFO O| Aug 26 21:23:28.980 INFO STEP 258 (remove_files) COMPLETE |
| 5603 | 2025-08-26T21:23:28.992Z | [ recovery-image] Aug 26 21:23:28.980 INFO O| Aug 26 21:23:28.980 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5604 | 2025-08-26T21:23:29.018Z | [ recovery-image] Aug 26 21:23:28.999 INFO O| Aug 26 21:23:28.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers" |
| 5605 | 2025-08-26T21:23:29.018Z | [ recovery-image] Aug 26 21:23:28.999 INFO O| Aug 26 21:23:28.999 INFO STEP 259 (remove_files) COMPLETE |
| 5606 | 2025-08-26T21:23:29.018Z | [ recovery-image] Aug 26 21:23:28.999 INFO O| Aug 26 21:23:28.999 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5607 | 2025-08-26T21:23:29.018Z | [ recovery-image] Aug 26 21:23:29.018 INFO O| Aug 26 21:23:29.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys" |
| 5608 | 2025-08-26T21:23:29.018Z | [ recovery-image] Aug 26 21:23:29.018 INFO O| Aug 26 21:23:29.018 INFO STEP 260 (remove_files) COMPLETE |
| 5609 | 2025-08-26T21:23:29.018Z | [ recovery-image] Aug 26 21:23:29.018 INFO O| Aug 26 21:23:29.018 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5610 | 2025-08-26T21:23:29.044Z | [ recovery-image] Aug 26 21:23:29.037 INFO O| Aug 26 21:23:29.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger" |
| 5611 | 2025-08-26T21:23:29.044Z | [ recovery-image] Aug 26 21:23:29.038 INFO O| Aug 26 21:23:29.038 INFO STEP 261 (remove_files) COMPLETE |
| 5612 | 2025-08-26T21:23:29.044Z | [ recovery-image] Aug 26 21:23:29.038 INFO O| Aug 26 21:23:29.038 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5613 | 2025-08-26T21:23:29.069Z | [ recovery-image] Aug 26 21:23:29.059 INFO O| Aug 26 21:23:29.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins" |
| 5614 | 2025-08-26T21:23:29.069Z | [ recovery-image] Aug 26 21:23:29.059 INFO O| Aug 26 21:23:29.059 INFO STEP 262 (remove_files) COMPLETE |
| 5615 | 2025-08-26T21:23:29.069Z | [ recovery-image] Aug 26 21:23:29.059 INFO O| Aug 26 21:23:29.059 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5616 | 2025-08-26T21:23:29.095Z | [ recovery-image] Aug 26 21:23:29.082 INFO O| Aug 26 21:23:29.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname" |
| 5617 | 2025-08-26T21:23:29.095Z | [ recovery-image] Aug 26 21:23:29.082 INFO O| Aug 26 21:23:29.082 INFO STEP 263 (remove_files) COMPLETE |
| 5618 | 2025-08-26T21:23:29.095Z | [ recovery-image] Aug 26 21:23:29.082 INFO O| Aug 26 21:23:29.082 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5619 | 2025-08-26T21:23:29.121Z | [ recovery-image] Aug 26 21:23:29.103 INFO O| Aug 26 21:23:29.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look" |
| 5620 | 2025-08-26T21:23:29.121Z | [ recovery-image] Aug 26 21:23:29.103 INFO O| Aug 26 21:23:29.103 INFO STEP 264 (remove_files) COMPLETE |
| 5621 | 2025-08-26T21:23:29.121Z | [ recovery-image] Aug 26 21:23:29.103 INFO O| Aug 26 21:23:29.103 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5622 | 2025-08-26T21:23:29.146Z | [ recovery-image] Aug 26 21:23:29.128 INFO O| Aug 26 21:23:29.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker" |
| 5623 | 2025-08-26T21:23:29.146Z | [ recovery-image] Aug 26 21:23:29.128 INFO O| Aug 26 21:23:29.128 INFO STEP 265 (remove_files) COMPLETE |
| 5624 | 2025-08-26T21:23:29.146Z | [ recovery-image] Aug 26 21:23:29.128 INFO O| Aug 26 21:23:29.128 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5625 | 2025-08-26T21:23:29.171Z | [ recovery-image] Aug 26 21:23:29.152 INFO O| Aug 26 21:23:29.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4" |
| 5626 | 2025-08-26T21:23:29.171Z | [ recovery-image] Aug 26 21:23:29.153 INFO O| Aug 26 21:23:29.153 INFO STEP 266 (remove_files) COMPLETE |
| 5627 | 2025-08-26T21:23:29.171Z | [ recovery-image] Aug 26 21:23:29.153 INFO O| Aug 26 21:23:29.153 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5628 | 2025-08-26T21:23:29.171Z | [ recovery-image] Aug 26 21:23:29.170 INFO O| Aug 26 21:23:29.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec" |
| 5629 | 2025-08-26T21:23:29.171Z | [ recovery-image] Aug 26 21:23:29.170 INFO O| Aug 26 21:23:29.170 INFO STEP 267 (remove_files) COMPLETE |
| 5630 | 2025-08-26T21:23:29.171Z | [ recovery-image] Aug 26 21:23:29.170 INFO O| Aug 26 21:23:29.170 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5631 | 2025-08-26T21:23:29.196Z | [ recovery-image] Aug 26 21:23:29.187 INFO O| Aug 26 21:23:29.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo" |
| 5632 | 2025-08-26T21:23:29.196Z | [ recovery-image] Aug 26 21:23:29.187 INFO O| Aug 26 21:23:29.187 INFO STEP 268 (remove_files) COMPLETE |
| 5633 | 2025-08-26T21:23:29.196Z | [ recovery-image] Aug 26 21:23:29.187 INFO O| Aug 26 21:23:29.187 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5634 | 2025-08-26T21:23:29.221Z | [ recovery-image] Aug 26 21:23:29.203 INFO O| Aug 26 21:23:29.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac" |
| 5635 | 2025-08-26T21:23:29.221Z | [ recovery-image] Aug 26 21:23:29.203 INFO O| Aug 26 21:23:29.203 INFO STEP 269 (remove_files) COMPLETE |
| 5636 | 2025-08-26T21:23:29.221Z | [ recovery-image] Aug 26 21:23:29.203 INFO O| Aug 26 21:23:29.203 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5637 | 2025-08-26T21:23:29.221Z | [ recovery-image] Aug 26 21:23:29.220 INFO O| Aug 26 21:23:29.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach" |
| 5638 | 2025-08-26T21:23:29.221Z | [ recovery-image] Aug 26 21:23:29.220 INFO O| Aug 26 21:23:29.220 INFO STEP 270 (remove_files) COMPLETE |
| 5639 | 2025-08-26T21:23:29.221Z | [ recovery-image] Aug 26 21:23:29.220 INFO O| Aug 26 21:23:29.220 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5640 | 2025-08-26T21:23:29.246Z | [ recovery-image] Aug 26 21:23:29.237 INFO O| Aug 26 21:23:29.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx" |
| 5641 | 2025-08-26T21:23:29.246Z | [ recovery-image] Aug 26 21:23:29.238 INFO O| Aug 26 21:23:29.238 INFO STEP 271 (remove_files) COMPLETE |
| 5642 | 2025-08-26T21:23:29.246Z | [ recovery-image] Aug 26 21:23:29.238 INFO O| Aug 26 21:23:29.238 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5643 | 2025-08-26T21:23:29.272Z | [ recovery-image] Aug 26 21:23:29.254 INFO O| Aug 26 21:23:29.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev" |
| 5644 | 2025-08-26T21:23:29.272Z | [ recovery-image] Aug 26 21:23:29.255 INFO O| Aug 26 21:23:29.255 INFO STEP 272 (remove_files) COMPLETE |
| 5645 | 2025-08-26T21:23:29.272Z | [ recovery-image] Aug 26 21:23:29.255 INFO O| Aug 26 21:23:29.255 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5646 | 2025-08-26T21:23:29.272Z | [ recovery-image] Aug 26 21:23:29.272 INFO O| Aug 26 21:23:29.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg" |
| 5647 | 2025-08-26T21:23:29.272Z | [ recovery-image] Aug 26 21:23:29.273 INFO O| Aug 26 21:23:29.272 INFO STEP 273 (remove_files) COMPLETE |
| 5648 | 2025-08-26T21:23:29.272Z | [ recovery-image] Aug 26 21:23:29.273 INFO O| Aug 26 21:23:29.272 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5649 | 2025-08-26T21:23:29.298Z | [ recovery-image] Aug 26 21:23:29.289 INFO O| Aug 26 21:23:29.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c" |
| 5650 | 2025-08-26T21:23:29.298Z | [ recovery-image] Aug 26 21:23:29.290 INFO O| Aug 26 21:23:29.289 INFO STEP 274 (remove_files) COMPLETE |
| 5651 | 2025-08-26T21:23:29.298Z | [ recovery-image] Aug 26 21:23:29.290 INFO O| Aug 26 21:23:29.290 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5652 | 2025-08-26T21:23:29.324Z | [ recovery-image] Aug 26 21:23:29.320 INFO O| Aug 26 21:23:29.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update" |
| 5653 | 2025-08-26T21:23:29.324Z | [ recovery-image] Aug 26 21:23:29.320 INFO O| Aug 26 21:23:29.320 INFO STEP 275 (remove_files) COMPLETE |
| 5654 | 2025-08-26T21:23:29.324Z | [ recovery-image] Aug 26 21:23:29.320 INFO O| Aug 26 21:23:29.320 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5655 | 2025-08-26T21:23:29.350Z | [ recovery-image] Aug 26 21:23:29.345 INFO O| Aug 26 21:23:29.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo" |
| 5656 | 2025-08-26T21:23:29.350Z | [ recovery-image] Aug 26 21:23:29.345 INFO O| Aug 26 21:23:29.345 INFO STEP 276 (remove_files) COMPLETE |
| 5657 | 2025-08-26T21:23:29.350Z | [ recovery-image] Aug 26 21:23:29.345 INFO O| Aug 26 21:23:29.345 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5658 | 2025-08-26T21:23:29.377Z | [ recovery-image] Aug 26 21:23:29.370 INFO O| Aug 26 21:23:29.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict" |
| 5659 | 2025-08-26T21:23:29.377Z | [ recovery-image] Aug 26 21:23:29.370 INFO O| Aug 26 21:23:29.370 INFO STEP 277 (remove_files) COMPLETE |
| 5660 | 2025-08-26T21:23:29.377Z | [ recovery-image] Aug 26 21:23:29.370 INFO O| Aug 26 21:23:29.370 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5661 | 2025-08-26T21:23:29.403Z | [ recovery-image] Aug 26 21:23:29.387 INFO O| Aug 26 21:23:29.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe" |
| 5662 | 2025-08-26T21:23:29.403Z | [ recovery-image] Aug 26 21:23:29.387 INFO O| Aug 26 21:23:29.387 INFO STEP 278 (remove_files) COMPLETE |
| 5663 | 2025-08-26T21:23:29.403Z | [ recovery-image] Aug 26 21:23:29.387 INFO O| Aug 26 21:23:29.387 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5664 | 2025-08-26T21:23:29.428Z | [ recovery-image] Aug 26 21:23:29.408 INFO O| Aug 26 21:23:29.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat" |
| 5665 | 2025-08-26T21:23:29.428Z | [ recovery-image] Aug 26 21:23:29.408 INFO O| Aug 26 21:23:29.408 INFO STEP 279 (remove_files) COMPLETE |
| 5666 | 2025-08-26T21:23:29.428Z | [ recovery-image] Aug 26 21:23:29.408 INFO O| Aug 26 21:23:29.408 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5667 | 2025-08-26T21:23:29.453Z | [ recovery-image] Aug 26 21:23:29.432 INFO O| Aug 26 21:23:29.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt" |
| 5668 | 2025-08-26T21:23:29.453Z | [ recovery-image] Aug 26 21:23:29.432 INFO O| Aug 26 21:23:29.432 INFO STEP 280 (remove_files) COMPLETE |
| 5669 | 2025-08-26T21:23:29.453Z | [ recovery-image] Aug 26 21:23:29.433 INFO O| Aug 26 21:23:29.432 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5670 | 2025-08-26T21:23:29.453Z | [ recovery-image] Aug 26 21:23:29.449 INFO O| Aug 26 21:23:29.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config" |
| 5671 | 2025-08-26T21:23:29.453Z | [ recovery-image] Aug 26 21:23:29.449 INFO O| Aug 26 21:23:29.449 INFO STEP 281 (remove_files) COMPLETE |
| 5672 | 2025-08-26T21:23:29.453Z | [ recovery-image] Aug 26 21:23:29.449 INFO O| Aug 26 21:23:29.449 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5673 | 2025-08-26T21:23:29.479Z | [ recovery-image] Aug 26 21:23:29.479 INFO O| Aug 26 21:23:29.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert" |
| 5674 | 2025-08-26T21:23:29.504Z | [ recovery-image] Aug 26 21:23:29.499 INFO O| Aug 26 21:23:29.499 INFO STEP 282 (remove_files) COMPLETE |
| 5675 | 2025-08-26T21:23:29.504Z | [ recovery-image] Aug 26 21:23:29.499 INFO O| Aug 26 21:23:29.499 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5676 | 2025-08-26T21:23:29.533Z | [ recovery-image] Aug 26 21:23:29.518 INFO O| Aug 26 21:23:29.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config" |
| 5677 | 2025-08-26T21:23:29.533Z | [ recovery-image] Aug 26 21:23:29.519 INFO O| Aug 26 21:23:29.519 INFO STEP 283 (remove_files) COMPLETE |
| 5678 | 2025-08-26T21:23:29.534Z | [ recovery-image] Aug 26 21:23:29.519 INFO O| Aug 26 21:23:29.519 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5679 | 2025-08-26T21:23:29.559Z | [ recovery-image] Aug 26 21:23:29.534 INFO O| Aug 26 21:23:29.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user" |
| 5680 | 2025-08-26T21:23:29.559Z | [ recovery-image] Aug 26 21:23:29.534 INFO O| Aug 26 21:23:29.534 INFO STEP 284 (remove_files) COMPLETE |
| 5681 | 2025-08-26T21:23:29.559Z | [ recovery-image] Aug 26 21:23:29.534 INFO O| Aug 26 21:23:29.534 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5682 | 2025-08-26T21:23:29.559Z | [ recovery-image] Aug 26 21:23:29.548 INFO O| Aug 26 21:23:29.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform" |
| 5683 | 2025-08-26T21:23:29.559Z | [ recovery-image] Aug 26 21:23:29.548 INFO O| Aug 26 21:23:29.548 INFO STEP 285 (remove_files) COMPLETE |
| 5684 | 2025-08-26T21:23:29.559Z | [ recovery-image] Aug 26 21:23:29.548 INFO O| Aug 26 21:23:29.548 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5685 | 2025-08-26T21:23:29.586Z | [ recovery-image] Aug 26 21:23:29.565 INFO O| Aug 26 21:23:29.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp" |
| 5686 | 2025-08-26T21:23:29.586Z | [ recovery-image] Aug 26 21:23:29.565 INFO O| Aug 26 21:23:29.565 INFO STEP 286 (remove_files) COMPLETE |
| 5687 | 2025-08-26T21:23:29.586Z | [ recovery-image] Aug 26 21:23:29.565 INFO O| Aug 26 21:23:29.565 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5688 | 2025-08-26T21:23:29.586Z | [ recovery-image] Aug 26 21:23:29.582 INFO O| Aug 26 21:23:29.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news" |
| 5689 | 2025-08-26T21:23:29.586Z | [ recovery-image] Aug 26 21:23:29.582 INFO O| Aug 26 21:23:29.582 INFO STEP 287 (remove_files) COMPLETE |
| 5690 | 2025-08-26T21:23:29.587Z | [ recovery-image] Aug 26 21:23:29.582 INFO O| Aug 26 21:23:29.582 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5691 | 2025-08-26T21:23:29.612Z | [ recovery-image] Aug 26 21:23:29.601 INFO O| Aug 26 21:23:29.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask" |
| 5692 | 2025-08-26T21:23:29.612Z | [ recovery-image] Aug 26 21:23:29.601 INFO O| Aug 26 21:23:29.601 INFO STEP 288 (remove_files) COMPLETE |
| 5693 | 2025-08-26T21:23:29.612Z | [ recovery-image] Aug 26 21:23:29.601 INFO O| Aug 26 21:23:29.601 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5694 | 2025-08-26T21:23:29.639Z | [ recovery-image] Aug 26 21:23:29.618 INFO O| Aug 26 21:23:29.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice" |
| 5695 | 2025-08-26T21:23:29.639Z | [ recovery-image] Aug 26 21:23:29.618 INFO O| Aug 26 21:23:29.618 INFO STEP 289 (remove_files) COMPLETE |
| 5696 | 2025-08-26T21:23:29.639Z | [ recovery-image] Aug 26 21:23:29.618 INFO O| Aug 26 21:23:29.618 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5697 | 2025-08-26T21:23:29.639Z | [ recovery-image] Aug 26 21:23:29.636 INFO O| Aug 26 21:23:29.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl" |
| 5698 | 2025-08-26T21:23:29.639Z | [ recovery-image] Aug 26 21:23:29.636 INFO O| Aug 26 21:23:29.636 INFO STEP 290 (remove_files) COMPLETE |
| 5699 | 2025-08-26T21:23:29.639Z | [ recovery-image] Aug 26 21:23:29.636 INFO O| Aug 26 21:23:29.636 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5700 | 2025-08-26T21:23:29.667Z | [ recovery-image] Aug 26 21:23:29.652 INFO O| Aug 26 21:23:29.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk" |
| 5701 | 2025-08-26T21:23:29.667Z | [ recovery-image] Aug 26 21:23:29.652 INFO O| Aug 26 21:23:29.652 INFO STEP 291 (remove_files) COMPLETE |
| 5702 | 2025-08-26T21:23:29.667Z | [ recovery-image] Aug 26 21:23:29.652 INFO O| Aug 26 21:23:29.652 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5703 | 2025-08-26T21:23:29.693Z | [ recovery-image] Aug 26 21:23:29.667 INFO O| Aug 26 21:23:29.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od" |
| 5704 | 2025-08-26T21:23:29.693Z | [ recovery-image] Aug 26 21:23:29.667 INFO O| Aug 26 21:23:29.667 INFO STEP 292 (remove_files) COMPLETE |
| 5705 | 2025-08-26T21:23:29.693Z | [ recovery-image] Aug 26 21:23:29.667 INFO O| Aug 26 21:23:29.667 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5706 | 2025-08-26T21:23:29.693Z | [ recovery-image] Aug 26 21:23:29.685 INFO O| Aug 26 21:23:29.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa" |
| 5707 | 2025-08-26T21:23:29.693Z | [ recovery-image] Aug 26 21:23:29.686 INFO O| Aug 26 21:23:29.686 INFO STEP 293 (remove_files) COMPLETE |
| 5708 | 2025-08-26T21:23:29.693Z | [ recovery-image] Aug 26 21:23:29.686 INFO O| Aug 26 21:23:29.686 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5709 | 2025-08-26T21:23:29.719Z | [ recovery-image] Aug 26 21:23:29.703 INFO O| Aug 26 21:23:29.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack" |
| 5710 | 2025-08-26T21:23:29.719Z | [ recovery-image] Aug 26 21:23:29.703 INFO O| Aug 26 21:23:29.703 INFO STEP 294 (remove_files) COMPLETE |
| 5711 | 2025-08-26T21:23:29.719Z | [ recovery-image] Aug 26 21:23:29.703 INFO O| Aug 26 21:23:29.703 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5712 | 2025-08-26T21:23:29.745Z | [ recovery-image] Aug 26 21:23:29.720 INFO O| Aug 26 21:23:29.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page" |
| 5713 | 2025-08-26T21:23:29.745Z | [ recovery-image] Aug 26 21:23:29.720 INFO O| Aug 26 21:23:29.720 INFO STEP 295 (remove_files) COMPLETE |
| 5714 | 2025-08-26T21:23:29.745Z | [ recovery-image] Aug 26 21:23:29.720 INFO O| Aug 26 21:23:29.720 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5715 | 2025-08-26T21:23:29.745Z | [ recovery-image] Aug 26 21:23:29.739 INFO O| Aug 26 21:23:29.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize" |
| 5716 | 2025-08-26T21:23:29.745Z | [ recovery-image] Aug 26 21:23:29.739 INFO O| Aug 26 21:23:29.739 INFO STEP 296 (remove_files) COMPLETE |
| 5717 | 2025-08-26T21:23:29.745Z | [ recovery-image] Aug 26 21:23:29.739 INFO O| Aug 26 21:23:29.739 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5718 | 2025-08-26T21:23:29.771Z | [ recovery-image] Aug 26 21:23:29.768 INFO O| Aug 26 21:23:29.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd" |
| 5719 | 2025-08-26T21:23:29.771Z | [ recovery-image] Aug 26 21:23:29.768 INFO O| Aug 26 21:23:29.768 INFO STEP 297 (remove_files) COMPLETE |
| 5720 | 2025-08-26T21:23:29.771Z | [ recovery-image] Aug 26 21:23:29.768 INFO O| Aug 26 21:23:29.768 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5721 | 2025-08-26T21:23:29.796Z | [ recovery-image] Aug 26 21:23:29.790 INFO O| Aug 26 21:23:29.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste" |
| 5722 | 2025-08-26T21:23:29.796Z | [ recovery-image] Aug 26 21:23:29.790 INFO O| Aug 26 21:23:29.790 INFO STEP 298 (remove_files) COMPLETE |
| 5723 | 2025-08-26T21:23:29.796Z | [ recovery-image] Aug 26 21:23:29.790 INFO O| Aug 26 21:23:29.790 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5724 | 2025-08-26T21:23:29.821Z | [ recovery-image] Aug 26 21:23:29.814 INFO O| Aug 26 21:23:29.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk" |
| 5725 | 2025-08-26T21:23:29.821Z | [ recovery-image] Aug 26 21:23:29.814 INFO O| Aug 26 21:23:29.814 INFO STEP 299 (remove_files) COMPLETE |
| 5726 | 2025-08-26T21:23:29.821Z | [ recovery-image] Aug 26 21:23:29.815 INFO O| Aug 26 21:23:29.814 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5727 | 2025-08-26T21:23:29.847Z | [ recovery-image] Aug 26 21:23:29.835 INFO O| Aug 26 21:23:29.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax" |
| 5728 | 2025-08-26T21:23:29.847Z | [ recovery-image] Aug 26 21:23:29.835 INFO O| Aug 26 21:23:29.835 INFO STEP 300 (remove_files) COMPLETE |
| 5729 | 2025-08-26T21:23:29.847Z | [ recovery-image] Aug 26 21:23:29.835 INFO O| Aug 26 21:23:29.835 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5730 | 2025-08-26T21:23:29.874Z | [ recovery-image] Aug 26 21:23:29.857 INFO O| Aug 26 21:23:29.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config" |
| 5731 | 2025-08-26T21:23:29.874Z | [ recovery-image] Aug 26 21:23:29.858 INFO O| Aug 26 21:23:29.858 INFO STEP 301 (remove_files) COMPLETE |
| 5732 | 2025-08-26T21:23:29.874Z | [ recovery-image] Aug 26 21:23:29.858 INFO O| Aug 26 21:23:29.858 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5733 | 2025-08-26T21:23:29.901Z | [ recovery-image] Aug 26 21:23:29.880 INFO O| Aug 26 21:23:29.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config" |
| 5734 | 2025-08-26T21:23:29.901Z | [ recovery-image] Aug 26 21:23:29.880 INFO O| Aug 26 21:23:29.880 INFO STEP 302 (remove_files) COMPLETE |
| 5735 | 2025-08-26T21:23:29.901Z | [ recovery-image] Aug 26 21:23:29.880 INFO O| Aug 26 21:23:29.880 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5736 | 2025-08-26T21:23:29.901Z | [ recovery-image] Aug 26 21:23:29.898 INFO O| Aug 26 21:23:29.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config" |
| 5737 | 2025-08-26T21:23:29.901Z | [ recovery-image] Aug 26 21:23:29.898 INFO O| Aug 26 21:23:29.898 INFO STEP 303 (remove_files) COMPLETE |
| 5738 | 2025-08-26T21:23:29.901Z | [ recovery-image] Aug 26 21:23:29.898 INFO O| Aug 26 21:23:29.898 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5739 | 2025-08-26T21:23:29.927Z | [ recovery-image] Aug 26 21:23:29.914 INFO O| Aug 26 21:23:29.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep" |
| 5740 | 2025-08-26T21:23:29.927Z | [ recovery-image] Aug 26 21:23:29.915 INFO O| Aug 26 21:23:29.914 INFO STEP 304 (remove_files) COMPLETE |
| 5741 | 2025-08-26T21:23:29.927Z | [ recovery-image] Aug 26 21:23:29.915 INFO O| Aug 26 21:23:29.915 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5742 | 2025-08-26T21:23:29.954Z | [ recovery-image] Aug 26 21:23:29.936 INFO O| Aug 26 21:23:29.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test" |
| 5743 | 2025-08-26T21:23:29.954Z | [ recovery-image] Aug 26 21:23:29.936 INFO O| Aug 26 21:23:29.936 INFO STEP 305 (remove_files) COMPLETE |
| 5744 | 2025-08-26T21:23:29.954Z | [ recovery-image] Aug 26 21:23:29.936 INFO O| Aug 26 21:23:29.936 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5745 | 2025-08-26T21:23:29.982Z | [ recovery-image] Aug 26 21:23:29.959 INFO O| Aug 26 21:23:29.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep" |
| 5746 | 2025-08-26T21:23:29.982Z | [ recovery-image] Aug 26 21:23:29.959 INFO O| Aug 26 21:23:29.959 INFO STEP 306 (remove_files) COMPLETE |
| 5747 | 2025-08-26T21:23:29.982Z | [ recovery-image] Aug 26 21:23:29.959 INFO O| Aug 26 21:23:29.959 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5748 | 2025-08-26T21:23:30.009Z | [ recovery-image] Aug 26 21:23:29.982 INFO O| Aug 26 21:23:29.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest" |
| 5749 | 2025-08-26T21:23:30.009Z | [ recovery-image] Aug 26 21:23:29.982 INFO O| Aug 26 21:23:29.982 INFO STEP 307 (remove_files) COMPLETE |
| 5750 | 2025-08-26T21:23:30.009Z | [ recovery-image] Aug 26 21:23:29.982 INFO O| Aug 26 21:23:29.982 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5751 | 2025-08-26T21:23:30.009Z | [ recovery-image] Aug 26 21:23:30.002 INFO O| Aug 26 21:23:30.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash" |
| 5752 | 2025-08-26T21:23:30.009Z | [ recovery-image] Aug 26 21:23:30.002 INFO O| Aug 26 21:23:30.002 INFO STEP 308 (remove_files) COMPLETE |
| 5753 | 2025-08-26T21:23:30.009Z | [ recovery-image] Aug 26 21:23:30.002 INFO O| Aug 26 21:23:30.002 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5754 | 2025-08-26T21:23:30.035Z | [ recovery-image] Aug 26 21:23:30.019 INFO O| Aug 26 21:23:30.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh" |
| 5755 | 2025-08-26T21:23:30.035Z | [ recovery-image] Aug 26 21:23:30.019 INFO O| Aug 26 21:23:30.019 INFO STEP 309 (remove_files) COMPLETE |
| 5756 | 2025-08-26T21:23:30.035Z | [ recovery-image] Aug 26 21:23:30.019 INFO O| Aug 26 21:23:30.019 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5757 | 2025-08-26T21:23:30.060Z | [ recovery-image] Aug 26 21:23:30.036 INFO O| Aug 26 21:23:30.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh" |
| 5758 | 2025-08-26T21:23:30.060Z | [ recovery-image] Aug 26 21:23:30.036 INFO O| Aug 26 21:23:30.036 INFO STEP 310 (remove_files) COMPLETE |
| 5759 | 2025-08-26T21:23:30.060Z | [ recovery-image] Aug 26 21:23:30.036 INFO O| Aug 26 21:23:30.036 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5760 | 2025-08-26T21:23:30.060Z | [ recovery-image] Aug 26 21:23:30.053 INFO O| Aug 26 21:23:30.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93" |
| 5761 | 2025-08-26T21:23:30.060Z | [ recovery-image] Aug 26 21:23:30.053 INFO O| Aug 26 21:23:30.053 INFO STEP 311 (remove_files) COMPLETE |
| 5762 | 2025-08-26T21:23:30.060Z | [ recovery-image] Aug 26 21:23:30.053 INFO O| Aug 26 21:23:30.053 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5763 | 2025-08-26T21:23:30.109Z | [ recovery-image] Aug 26 21:23:30.073 INFO O| Aug 26 21:23:30.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh" |
| 5764 | 2025-08-26T21:23:30.109Z | [ recovery-image] Aug 26 21:23:30.073 INFO O| Aug 26 21:23:30.073 INFO STEP 312 (remove_files) COMPLETE |
| 5765 | 2025-08-26T21:23:30.109Z | [ recovery-image] Aug 26 21:23:30.073 INFO O| Aug 26 21:23:30.073 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5766 | 2025-08-26T21:23:30.109Z | [ recovery-image] Aug 26 21:23:30.090 INFO O| Aug 26 21:23:30.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93" |
| 5767 | 2025-08-26T21:23:30.109Z | [ recovery-image] Aug 26 21:23:30.091 INFO O| Aug 26 21:23:30.091 INFO STEP 313 (remove_files) COMPLETE |
| 5768 | 2025-08-26T21:23:30.109Z | [ recovery-image] Aug 26 21:23:30.091 INFO O| Aug 26 21:23:30.091 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5769 | 2025-08-26T21:23:30.135Z | [ recovery-image] Aug 26 21:23:30.112 INFO O| Aug 26 21:23:30.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh" |
| 5770 | 2025-08-26T21:23:30.135Z | [ recovery-image] Aug 26 21:23:30.113 INFO O| Aug 26 21:23:30.112 INFO STEP 314 (remove_files) COMPLETE |
| 5771 | 2025-08-26T21:23:30.135Z | [ recovery-image] Aug 26 21:23:30.113 INFO O| Aug 26 21:23:30.112 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5772 | 2025-08-26T21:23:30.135Z | [ recovery-image] Aug 26 21:23:30.132 INFO O| Aug 26 21:23:30.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh" |
| 5773 | 2025-08-26T21:23:30.135Z | [ recovery-image] Aug 26 21:23:30.132 INFO O| Aug 26 21:23:30.132 INFO STEP 315 (remove_files) COMPLETE |
| 5774 | 2025-08-26T21:23:30.135Z | [ recovery-image] Aug 26 21:23:30.132 INFO O| Aug 26 21:23:30.132 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5775 | 2025-08-26T21:23:30.163Z | [ recovery-image] Aug 26 21:23:30.152 INFO O| Aug 26 21:23:30.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh" |
| 5776 | 2025-08-26T21:23:30.163Z | [ recovery-image] Aug 26 21:23:30.153 INFO O| Aug 26 21:23:30.152 INFO STEP 316 (remove_files) COMPLETE |
| 5777 | 2025-08-26T21:23:30.163Z | [ recovery-image] Aug 26 21:23:30.153 INFO O| Aug 26 21:23:30.152 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5778 | 2025-08-26T21:23:30.189Z | [ recovery-image] Aug 26 21:23:30.172 INFO O| Aug 26 21:23:30.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg" |
| 5779 | 2025-08-26T21:23:30.189Z | [ recovery-image] Aug 26 21:23:30.173 INFO O| Aug 26 21:23:30.172 INFO STEP 317 (remove_files) COMPLETE |
| 5780 | 2025-08-26T21:23:30.189Z | [ recovery-image] Aug 26 21:23:30.173 INFO O| Aug 26 21:23:30.173 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5781 | 2025-08-26T21:23:30.215Z | [ recovery-image] Aug 26 21:23:30.196 INFO O| Aug 26 21:23:30.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo" |
| 5782 | 2025-08-26T21:23:30.215Z | [ recovery-image] Aug 26 21:23:30.196 INFO O| Aug 26 21:23:30.196 INFO STEP 318 (remove_files) COMPLETE |
| 5783 | 2025-08-26T21:23:30.215Z | [ recovery-image] Aug 26 21:23:30.196 INFO O| Aug 26 21:23:30.196 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5784 | 2025-08-26T21:23:30.242Z | [ recovery-image] Aug 26 21:23:30.219 INFO O| Aug 26 21:23:30.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat" |
| 5785 | 2025-08-26T21:23:30.242Z | [ recovery-image] Aug 26 21:23:30.219 INFO O| Aug 26 21:23:30.219 INFO STEP 319 (remove_files) COMPLETE |
| 5786 | 2025-08-26T21:23:30.242Z | [ recovery-image] Aug 26 21:23:30.219 INFO O| Aug 26 21:23:30.219 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5787 | 2025-08-26T21:23:30.242Z | [ recovery-image] Aug 26 21:23:30.240 INFO O| Aug 26 21:23:30.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm" |
| 5788 | 2025-08-26T21:23:30.242Z | [ recovery-image] Aug 26 21:23:30.241 INFO O| Aug 26 21:23:30.240 INFO STEP 320 (remove_files) COMPLETE |
| 5789 | 2025-08-26T21:23:30.243Z | [ recovery-image] Aug 26 21:23:30.241 INFO O| Aug 26 21:23:30.241 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5790 | 2025-08-26T21:23:30.269Z | [ recovery-image] Aug 26 21:23:30.263 INFO O| Aug 26 21:23:30.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond" |
| 5791 | 2025-08-26T21:23:30.269Z | [ recovery-image] Aug 26 21:23:30.263 INFO O| Aug 26 21:23:30.263 INFO STEP 321 (remove_files) COMPLETE |
| 5792 | 2025-08-26T21:23:30.269Z | [ recovery-image] Aug 26 21:23:30.263 INFO O| Aug 26 21:23:30.263 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5793 | 2025-08-26T21:23:30.294Z | [ recovery-image] Aug 26 21:23:30.283 INFO O| Aug 26 21:23:30.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo" |
| 5794 | 2025-08-26T21:23:30.294Z | [ recovery-image] Aug 26 21:23:30.283 INFO O| Aug 26 21:23:30.283 INFO STEP 322 (remove_files) COMPLETE |
| 5795 | 2025-08-26T21:23:30.294Z | [ recovery-image] Aug 26 21:23:30.283 INFO O| Aug 26 21:23:30.283 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5796 | 2025-08-26T21:23:30.319Z | [ recovery-image] Aug 26 21:23:30.307 INFO O| Aug 26 21:23:30.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk" |
| 5797 | 2025-08-26T21:23:30.319Z | [ recovery-image] Aug 26 21:23:30.308 INFO O| Aug 26 21:23:30.307 INFO STEP 323 (remove_files) COMPLETE |
| 5798 | 2025-08-26T21:23:30.319Z | [ recovery-image] Aug 26 21:23:30.308 INFO O| Aug 26 21:23:30.308 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5799 | 2025-08-26T21:23:30.344Z | [ recovery-image] Aug 26 21:23:30.326 INFO O| Aug 26 21:23:30.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam" |
| 5800 | 2025-08-26T21:23:30.344Z | [ recovery-image] Aug 26 21:23:30.326 INFO O| Aug 26 21:23:30.326 INFO STEP 324 (remove_files) COMPLETE |
| 5801 | 2025-08-26T21:23:30.344Z | [ recovery-image] Aug 26 21:23:30.326 INFO O| Aug 26 21:23:30.326 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5802 | 2025-08-26T21:23:30.344Z | [ recovery-image] Aug 26 21:23:30.340 INFO O| Aug 26 21:23:30.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto" |
| 5803 | 2025-08-26T21:23:30.344Z | [ recovery-image] Aug 26 21:23:30.340 INFO O| Aug 26 21:23:30.340 INFO STEP 325 (remove_files) COMPLETE |
| 5804 | 2025-08-26T21:23:30.344Z | [ recovery-image] Aug 26 21:23:30.340 INFO O| Aug 26 21:23:30.340 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5805 | 2025-08-26T21:23:30.370Z | [ recovery-image] Aug 26 21:23:30.363 INFO O| Aug 26 21:23:30.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans" |
| 5806 | 2025-08-26T21:23:30.370Z | [ recovery-image] Aug 26 21:23:30.363 INFO O| Aug 26 21:23:30.363 INFO STEP 326 (remove_files) COMPLETE |
| 5807 | 2025-08-26T21:23:30.370Z | [ recovery-image] Aug 26 21:23:30.363 INFO O| Aug 26 21:23:30.363 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5808 | 2025-08-26T21:23:30.411Z | [ recovery-image] Aug 26 21:23:30.381 INFO O| Aug 26 21:23:30.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool" |
| 5809 | 2025-08-26T21:23:30.411Z | [ recovery-image] Aug 26 21:23:30.381 INFO O| Aug 26 21:23:30.381 INFO STEP 327 (remove_files) COMPLETE |
| 5810 | 2025-08-26T21:23:30.411Z | [ recovery-image] Aug 26 21:23:30.381 INFO O| Aug 26 21:23:30.381 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5811 | 2025-08-26T21:23:30.439Z | [ recovery-image] Aug 26 21:23:30.394 INFO O| Aug 26 21:23:30.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp" |
| 5812 | 2025-08-26T21:23:30.439Z | [ recovery-image] Aug 26 21:23:30.394 INFO O| Aug 26 21:23:30.394 INFO STEP 328 (remove_files) COMPLETE |
| 5813 | 2025-08-26T21:23:30.439Z | [ recovery-image] Aug 26 21:23:30.394 INFO O| Aug 26 21:23:30.394 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5814 | 2025-08-26T21:23:30.439Z | [ recovery-image] Aug 26 21:23:30.408 INFO O| Aug 26 21:23:30.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise" |
| 5815 | 2025-08-26T21:23:30.439Z | [ recovery-image] Aug 26 21:23:30.408 INFO O| Aug 26 21:23:30.408 INFO STEP 329 (remove_files) COMPLETE |
| 5816 | 2025-08-26T21:23:30.439Z | [ recovery-image] Aug 26 21:23:30.408 INFO O| Aug 26 21:23:30.408 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5817 | 2025-08-26T21:23:30.439Z | [ recovery-image] Aug 26 21:23:30.422 INFO O| Aug 26 21:23:30.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat" |
| 5818 | 2025-08-26T21:23:30.439Z | [ recovery-image] Aug 26 21:23:30.422 INFO O| Aug 26 21:23:30.422 INFO STEP 330 (remove_files) COMPLETE |
| 5819 | 2025-08-26T21:23:30.439Z | [ recovery-image] Aug 26 21:23:30.422 INFO O| Aug 26 21:23:30.422 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5820 | 2025-08-26T21:23:30.439Z | [ recovery-image] Aug 26 21:23:30.435 INFO O| Aug 26 21:23:30.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz" |
| 5821 | 2025-08-26T21:23:30.439Z | [ recovery-image] Aug 26 21:23:30.435 INFO O| Aug 26 21:23:30.435 INFO STEP 331 (remove_files) COMPLETE |
| 5822 | 2025-08-26T21:23:30.439Z | [ recovery-image] Aug 26 21:23:30.435 INFO O| Aug 26 21:23:30.435 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5823 | 2025-08-26T21:23:30.466Z | [ recovery-image] Aug 26 21:23:30.448 INFO O| Aug 26 21:23:30.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr" |
| 5824 | 2025-08-26T21:23:30.466Z | [ recovery-image] Aug 26 21:23:30.449 INFO O| Aug 26 21:23:30.448 INFO STEP 332 (remove_files) COMPLETE |
| 5825 | 2025-08-26T21:23:30.466Z | [ recovery-image] Aug 26 21:23:30.449 INFO O| Aug 26 21:23:30.449 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5826 | 2025-08-26T21:23:30.466Z | [ recovery-image] Aug 26 21:23:30.462 INFO O| Aug 26 21:23:30.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print" |
| 5827 | 2025-08-26T21:23:30.466Z | [ recovery-image] Aug 26 21:23:30.462 INFO O| Aug 26 21:23:30.462 INFO STEP 333 (remove_files) COMPLETE |
| 5828 | 2025-08-26T21:23:30.466Z | [ recovery-image] Aug 26 21:23:30.462 INFO O| Aug 26 21:23:30.462 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5829 | 2025-08-26T21:23:30.493Z | [ recovery-image] Aug 26 21:23:30.476 INFO O| Aug 26 21:23:30.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf" |
| 5830 | 2025-08-26T21:23:30.493Z | [ recovery-image] Aug 26 21:23:30.476 INFO O| Aug 26 21:23:30.476 INFO STEP 334 (remove_files) COMPLETE |
| 5831 | 2025-08-26T21:23:30.493Z | [ recovery-image] Aug 26 21:23:30.476 INFO O| Aug 26 21:23:30.476 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5832 | 2025-08-26T21:23:30.493Z | [ recovery-image] Aug 26 21:23:30.490 INFO O| Aug 26 21:23:30.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl" |
| 5833 | 2025-08-26T21:23:30.493Z | [ recovery-image] Aug 26 21:23:30.490 INFO O| Aug 26 21:23:30.490 INFO STEP 335 (remove_files) COMPLETE |
| 5834 | 2025-08-26T21:23:30.493Z | [ recovery-image] Aug 26 21:23:30.490 INFO O| Aug 26 21:23:30.490 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5835 | 2025-08-26T21:23:30.518Z | [ recovery-image] Aug 26 21:23:30.503 INFO O| Aug 26 21:23:30.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles" |
| 5836 | 2025-08-26T21:23:30.518Z | [ recovery-image] Aug 26 21:23:30.504 INFO O| Aug 26 21:23:30.504 INFO STEP 336 (remove_files) COMPLETE |
| 5837 | 2025-08-26T21:23:30.518Z | [ recovery-image] Aug 26 21:23:30.504 INFO O| Aug 26 21:23:30.504 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5838 | 2025-08-26T21:23:30.518Z | [ recovery-image] Aug 26 21:23:30.516 INFO O| Aug 26 21:23:30.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects" |
| 5839 | 2025-08-26T21:23:30.518Z | [ recovery-image] Aug 26 21:23:30.516 INFO O| Aug 26 21:23:30.516 INFO STEP 337 (remove_files) COMPLETE |
| 5840 | 2025-08-26T21:23:30.519Z | [ recovery-image] Aug 26 21:23:30.516 INFO O| Aug 26 21:23:30.516 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5841 | 2025-08-26T21:23:30.550Z | [ recovery-image] Aug 26 21:23:30.529 INFO O| Aug 26 21:23:30.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags" |
| 5842 | 2025-08-26T21:23:30.550Z | [ recovery-image] Aug 26 21:23:30.529 INFO O| Aug 26 21:23:30.529 INFO STEP 338 (remove_files) COMPLETE |
| 5843 | 2025-08-26T21:23:30.550Z | [ recovery-image] Aug 26 21:23:30.529 INFO O| Aug 26 21:23:30.529 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5844 | 2025-08-26T21:23:30.550Z | [ recovery-image] Aug 26 21:23:30.541 INFO O| Aug 26 21:23:30.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev" |
| 5845 | 2025-08-26T21:23:30.550Z | [ recovery-image] Aug 26 21:23:30.542 INFO O| Aug 26 21:23:30.541 INFO STEP 339 (remove_files) COMPLETE |
| 5846 | 2025-08-26T21:23:30.550Z | [ recovery-image] Aug 26 21:23:30.542 INFO O| Aug 26 21:23:30.542 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5847 | 2025-08-26T21:23:30.576Z | [ recovery-image] Aug 26 21:23:30.555 INFO O| Aug 26 21:23:30.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp" |
| 5848 | 2025-08-26T21:23:30.576Z | [ recovery-image] Aug 26 21:23:30.555 INFO O| Aug 26 21:23:30.555 INFO STEP 340 (remove_files) COMPLETE |
| 5849 | 2025-08-26T21:23:30.576Z | [ recovery-image] Aug 26 21:23:30.555 INFO O| Aug 26 21:23:30.555 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5850 | 2025-08-26T21:23:30.576Z | [ recovery-image] Aug 26 21:23:30.567 INFO O| Aug 26 21:23:30.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs" |
| 5851 | 2025-08-26T21:23:30.576Z | [ recovery-image] Aug 26 21:23:30.568 INFO O| Aug 26 21:23:30.568 INFO STEP 341 (remove_files) COMPLETE |
| 5852 | 2025-08-26T21:23:30.576Z | [ recovery-image] Aug 26 21:23:30.568 INFO O| Aug 26 21:23:30.568 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5853 | 2025-08-26T21:23:30.602Z | [ recovery-image] Aug 26 21:23:30.581 INFO O| Aug 26 21:23:30.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait" |
| 5854 | 2025-08-26T21:23:30.602Z | [ recovery-image] Aug 26 21:23:30.581 INFO O| Aug 26 21:23:30.581 INFO STEP 342 (remove_files) COMPLETE |
| 5855 | 2025-08-26T21:23:30.602Z | [ recovery-image] Aug 26 21:23:30.581 INFO O| Aug 26 21:23:30.581 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5856 | 2025-08-26T21:23:30.602Z | [ recovery-image] Aug 26 21:23:30.595 INFO O| Aug 26 21:23:30.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd" |
| 5857 | 2025-08-26T21:23:30.602Z | [ recovery-image] Aug 26 21:23:30.595 INFO O| Aug 26 21:23:30.595 INFO STEP 343 (remove_files) COMPLETE |
| 5858 | 2025-08-26T21:23:30.602Z | [ recovery-image] Aug 26 21:23:30.595 INFO O| Aug 26 21:23:30.595 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5859 | 2025-08-26T21:23:30.628Z | [ recovery-image] Aug 26 21:23:30.608 INFO O| Aug 26 21:23:30.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read" |
| 5860 | 2025-08-26T21:23:30.629Z | [ recovery-image] Aug 26 21:23:30.608 INFO O| Aug 26 21:23:30.608 INFO STEP 344 (remove_files) COMPLETE |
| 5861 | 2025-08-26T21:23:30.629Z | [ recovery-image] Aug 26 21:23:30.608 INFO O| Aug 26 21:23:30.608 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5862 | 2025-08-26T21:23:30.629Z | [ recovery-image] Aug 26 21:23:30.620 INFO O| Aug 26 21:23:30.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red" |
| 5863 | 2025-08-26T21:23:30.629Z | [ recovery-image] Aug 26 21:23:30.620 INFO O| Aug 26 21:23:30.620 INFO STEP 345 (remove_files) COMPLETE |
| 5864 | 2025-08-26T21:23:30.629Z | [ recovery-image] Aug 26 21:23:30.620 INFO O| Aug 26 21:23:30.620 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5865 | 2025-08-26T21:23:30.654Z | [ recovery-image] Aug 26 21:23:30.632 INFO O| Aug 26 21:23:30.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp" |
| 5866 | 2025-08-26T21:23:30.654Z | [ recovery-image] Aug 26 21:23:30.632 INFO O| Aug 26 21:23:30.632 INFO STEP 346 (remove_files) COMPLETE |
| 5867 | 2025-08-26T21:23:30.654Z | [ recovery-image] Aug 26 21:23:30.632 INFO O| Aug 26 21:23:30.632 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5868 | 2025-08-26T21:23:30.654Z | [ recovery-image] Aug 26 21:23:30.645 INFO O| Aug 26 21:23:30.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice" |
| 5869 | 2025-08-26T21:23:30.654Z | [ recovery-image] Aug 26 21:23:30.645 INFO O| Aug 26 21:23:30.645 INFO STEP 347 (remove_files) COMPLETE |
| 5870 | 2025-08-26T21:23:30.654Z | [ recovery-image] Aug 26 21:23:30.645 INFO O| Aug 26 21:23:30.645 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5871 | 2025-08-26T21:23:30.680Z | [ recovery-image] Aug 26 21:23:30.657 INFO O| Aug 26 21:23:30.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize" |
| 5872 | 2025-08-26T21:23:30.680Z | [ recovery-image] Aug 26 21:23:30.658 INFO O| Aug 26 21:23:30.658 INFO STEP 348 (remove_files) COMPLETE |
| 5873 | 2025-08-26T21:23:30.680Z | [ recovery-image] Aug 26 21:23:30.658 INFO O| Aug 26 21:23:30.658 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5874 | 2025-08-26T21:23:30.680Z | [ recovery-image] Aug 26 21:23:30.670 INFO O| Aug 26 21:23:30.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev" |
| 5875 | 2025-08-26T21:23:30.680Z | [ recovery-image] Aug 26 21:23:30.670 INFO O| Aug 26 21:23:30.670 INFO STEP 349 (remove_files) COMPLETE |
| 5876 | 2025-08-26T21:23:30.680Z | [ recovery-image] Aug 26 21:23:30.670 INFO O| Aug 26 21:23:30.670 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5877 | 2025-08-26T21:23:30.705Z | [ recovery-image] Aug 26 21:23:30.681 INFO O| Aug 26 21:23:30.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh" |
| 5878 | 2025-08-26T21:23:30.705Z | [ recovery-image] Aug 26 21:23:30.682 INFO O| Aug 26 21:23:30.682 INFO STEP 350 (remove_files) COMPLETE |
| 5879 | 2025-08-26T21:23:30.706Z | [ recovery-image] Aug 26 21:23:30.682 INFO O| Aug 26 21:23:30.682 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5880 | 2025-08-26T21:23:30.706Z | [ recovery-image] Aug 26 21:23:30.693 INFO O| Aug 26 21:23:30.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93" |
| 5881 | 2025-08-26T21:23:30.706Z | [ recovery-image] Aug 26 21:23:30.693 INFO O| Aug 26 21:23:30.693 INFO STEP 351 (remove_files) COMPLETE |
| 5882 | 2025-08-26T21:23:30.706Z | [ recovery-image] Aug 26 21:23:30.693 INFO O| Aug 26 21:23:30.693 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5883 | 2025-08-26T21:23:30.706Z | [ recovery-image] Aug 26 21:23:30.706 INFO O| Aug 26 21:23:30.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles" |
| 5884 | 2025-08-26T21:23:30.706Z | [ recovery-image] Aug 26 21:23:30.706 INFO O| Aug 26 21:23:30.706 INFO STEP 352 (remove_files) COMPLETE |
| 5885 | 2025-08-26T21:23:30.706Z | [ recovery-image] Aug 26 21:23:30.706 INFO O| Aug 26 21:23:30.706 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5886 | 2025-08-26T21:23:30.731Z | [ recovery-image] Aug 26 21:23:30.718 INFO O| Aug 26 21:23:30.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo" |
| 5887 | 2025-08-26T21:23:30.731Z | [ recovery-image] Aug 26 21:23:30.718 INFO O| Aug 26 21:23:30.718 INFO STEP 353 (remove_files) COMPLETE |
| 5888 | 2025-08-26T21:23:30.732Z | [ recovery-image] Aug 26 21:23:30.718 INFO O| Aug 26 21:23:30.718 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5889 | 2025-08-26T21:23:30.732Z | [ recovery-image] Aug 26 21:23:30.731 INFO O| Aug 26 21:23:30.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync" |
| 5890 | 2025-08-26T21:23:30.732Z | [ recovery-image] Aug 26 21:23:30.731 INFO O| Aug 26 21:23:30.731 INFO STEP 354 (remove_files) COMPLETE |
| 5891 | 2025-08-26T21:23:30.732Z | [ recovery-image] Aug 26 21:23:30.731 INFO O| Aug 26 21:23:30.731 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5892 | 2025-08-26T21:23:30.757Z | [ recovery-image] Aug 26 21:23:30.743 INFO O| Aug 26 21:23:30.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl" |
| 5893 | 2025-08-26T21:23:30.758Z | [ recovery-image] Aug 26 21:23:30.743 INFO O| Aug 26 21:23:30.743 INFO STEP 355 (remove_files) COMPLETE |
| 5894 | 2025-08-26T21:23:30.758Z | [ recovery-image] Aug 26 21:23:30.743 INFO O| Aug 26 21:23:30.743 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5895 | 2025-08-26T21:23:30.758Z | [ recovery-image] Aug 26 21:23:30.755 INFO O| Aug 26 21:23:30.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat" |
| 5896 | 2025-08-26T21:23:30.758Z | [ recovery-image] Aug 26 21:23:30.755 INFO O| Aug 26 21:23:30.755 INFO STEP 356 (remove_files) COMPLETE |
| 5897 | 2025-08-26T21:23:30.758Z | [ recovery-image] Aug 26 21:23:30.755 INFO O| Aug 26 21:23:30.755 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5898 | 2025-08-26T21:23:30.784Z | [ recovery-image] Aug 26 21:23:30.767 INFO O| Aug 26 21:23:30.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp" |
| 5899 | 2025-08-26T21:23:30.784Z | [ recovery-image] Aug 26 21:23:30.767 INFO O| Aug 26 21:23:30.767 INFO STEP 357 (remove_files) COMPLETE |
| 5900 | 2025-08-26T21:23:30.784Z | [ recovery-image] Aug 26 21:23:30.767 INFO O| Aug 26 21:23:30.767 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5901 | 2025-08-26T21:23:30.784Z | [ recovery-image] Aug 26 21:23:30.780 INFO O| Aug 26 21:23:30.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script" |
| 5902 | 2025-08-26T21:23:30.784Z | [ recovery-image] Aug 26 21:23:30.781 INFO O| Aug 26 21:23:30.780 INFO STEP 358 (remove_files) COMPLETE |
| 5903 | 2025-08-26T21:23:30.784Z | [ recovery-image] Aug 26 21:23:30.781 INFO O| Aug 26 21:23:30.781 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5904 | 2025-08-26T21:23:30.809Z | [ recovery-image] Aug 26 21:23:30.798 INFO O| Aug 26 21:23:30.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff" |
| 5905 | 2025-08-26T21:23:30.809Z | [ recovery-image] Aug 26 21:23:30.798 INFO O| Aug 26 21:23:30.798 INFO STEP 359 (remove_files) COMPLETE |
| 5906 | 2025-08-26T21:23:30.809Z | [ recovery-image] Aug 26 21:23:30.798 INFO O| Aug 26 21:23:30.798 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5907 | 2025-08-26T21:23:30.835Z | [ recovery-image] Aug 26 21:23:30.816 INFO O| Aug 26 21:23:30.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp" |
| 5908 | 2025-08-26T21:23:30.835Z | [ recovery-image] Aug 26 21:23:30.816 INFO O| Aug 26 21:23:30.816 INFO STEP 360 (remove_files) COMPLETE |
| 5909 | 2025-08-26T21:23:30.835Z | [ recovery-image] Aug 26 21:23:30.816 INFO O| Aug 26 21:23:30.816 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5910 | 2025-08-26T21:23:30.861Z | [ recovery-image] Aug 26 21:23:30.836 INFO O| Aug 26 21:23:30.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp" |
| 5911 | 2025-08-26T21:23:30.861Z | [ recovery-image] Aug 26 21:23:30.836 INFO O| Aug 26 21:23:30.836 INFO STEP 361 (remove_files) COMPLETE |
| 5912 | 2025-08-26T21:23:30.861Z | [ recovery-image] Aug 26 21:23:30.836 INFO O| Aug 26 21:23:30.836 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5913 | 2025-08-26T21:23:30.861Z | [ recovery-image] Aug 26 21:23:30.853 INFO O| Aug 26 21:23:30.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp" |
| 5914 | 2025-08-26T21:23:30.861Z | [ recovery-image] Aug 26 21:23:30.853 INFO O| Aug 26 21:23:30.853 INFO STEP 362 (remove_files) COMPLETE |
| 5915 | 2025-08-26T21:23:30.861Z | [ recovery-image] Aug 26 21:23:30.853 INFO O| Aug 26 21:23:30.853 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5916 | 2025-08-26T21:23:30.886Z | [ recovery-image] Aug 26 21:23:30.867 INFO O| Aug 26 21:23:30.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil" |
| 5917 | 2025-08-26T21:23:30.886Z | [ recovery-image] Aug 26 21:23:30.868 INFO O| Aug 26 21:23:30.868 INFO STEP 363 (remove_files) COMPLETE |
| 5918 | 2025-08-26T21:23:30.886Z | [ recovery-image] Aug 26 21:23:30.868 INFO O| Aug 26 21:23:30.868 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5919 | 2025-08-26T21:23:30.886Z | [ recovery-image] Aug 26 21:23:30.880 INFO O| Aug 26 21:23:30.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib" |
| 5920 | 2025-08-26T21:23:30.886Z | [ recovery-image] Aug 26 21:23:30.880 INFO O| Aug 26 21:23:30.880 INFO STEP 364 (remove_files) COMPLETE |
| 5921 | 2025-08-26T21:23:30.887Z | [ recovery-image] Aug 26 21:23:30.880 INFO O| Aug 26 21:23:30.880 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5922 | 2025-08-26T21:23:30.912Z | [ recovery-image] Aug 26 21:23:30.899 INFO O| Aug 26 21:23:30.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget" |
| 5923 | 2025-08-26T21:23:30.912Z | [ recovery-image] Aug 26 21:23:30.899 INFO O| Aug 26 21:23:30.899 INFO STEP 365 (remove_files) COMPLETE |
| 5924 | 2025-08-26T21:23:30.912Z | [ recovery-image] Aug 26 21:23:30.899 INFO O| Aug 26 21:23:30.899 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5925 | 2025-08-26T21:23:30.937Z | [ recovery-image] Aug 26 21:23:30.916 INFO O| Aug 26 21:23:30.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk" |
| 5926 | 2025-08-26T21:23:30.937Z | [ recovery-image] Aug 26 21:23:30.917 INFO O| Aug 26 21:23:30.916 INFO STEP 366 (remove_files) COMPLETE |
| 5927 | 2025-08-26T21:23:30.937Z | [ recovery-image] Aug 26 21:23:30.917 INFO O| Aug 26 21:23:30.917 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5928 | 2025-08-26T21:23:30.937Z | [ recovery-image] Aug 26 21:23:30.931 INFO O| Aug 26 21:23:30.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck" |
| 5929 | 2025-08-26T21:23:30.937Z | [ recovery-image] Aug 26 21:23:30.932 INFO O| Aug 26 21:23:30.931 INFO STEP 367 (remove_files) COMPLETE |
| 5930 | 2025-08-26T21:23:30.937Z | [ recovery-image] Aug 26 21:23:30.932 INFO O| Aug 26 21:23:30.932 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5931 | 2025-08-26T21:23:30.962Z | [ recovery-image] Aug 26 21:23:30.943 INFO O| Aug 26 21:23:30.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf" |
| 5932 | 2025-08-26T21:23:30.962Z | [ recovery-image] Aug 26 21:23:30.944 INFO O| Aug 26 21:23:30.943 INFO STEP 368 (remove_files) COMPLETE |
| 5933 | 2025-08-26T21:23:30.962Z | [ recovery-image] Aug 26 21:23:30.944 INFO O| Aug 26 21:23:30.944 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5934 | 2025-08-26T21:23:30.962Z | [ recovery-image] Aug 26 21:23:30.955 INFO O| Aug 26 21:23:30.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta" |
| 5935 | 2025-08-26T21:23:30.963Z | [ recovery-image] Aug 26 21:23:30.955 INFO O| Aug 26 21:23:30.955 INFO STEP 369 (remove_files) COMPLETE |
| 5936 | 2025-08-26T21:23:30.963Z | [ recovery-image] Aug 26 21:23:30.955 INFO O| Aug 26 21:23:30.955 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5937 | 2025-08-26T21:23:30.996Z | [ recovery-image] Aug 26 21:23:30.972 INFO O| Aug 26 21:23:30.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf" |
| 5938 | 2025-08-26T21:23:30.996Z | [ recovery-image] Aug 26 21:23:30.973 INFO O| Aug 26 21:23:30.973 INFO STEP 370 (remove_files) COMPLETE |
| 5939 | 2025-08-26T21:23:30.996Z | [ recovery-image] Aug 26 21:23:30.973 INFO O| Aug 26 21:23:30.973 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5940 | 2025-08-26T21:23:30.996Z | [ recovery-image] Aug 26 21:23:30.986 INFO O| Aug 26 21:23:30.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget" |
| 5941 | 2025-08-26T21:23:30.996Z | [ recovery-image] Aug 26 21:23:30.987 INFO O| Aug 26 21:23:30.986 INFO STEP 371 (remove_files) COMPLETE |
| 5942 | 2025-08-26T21:23:30.996Z | [ recovery-image] Aug 26 21:23:30.987 INFO O| Aug 26 21:23:30.986 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5943 | 2025-08-26T21:23:31.021Z | [ recovery-image] Aug 26 21:23:31.005 INFO O| Aug 26 21:23:31.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext" |
| 5944 | 2025-08-26T21:23:31.022Z | [ recovery-image] Aug 26 21:23:31.006 INFO O| Aug 26 21:23:31.006 INFO STEP 372 (remove_files) COMPLETE |
| 5945 | 2025-08-26T21:23:31.022Z | [ recovery-image] Aug 26 21:23:31.006 INFO O| Aug 26 21:23:31.006 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5946 | 2025-08-26T21:23:31.047Z | [ recovery-image] Aug 26 21:23:31.025 INFO O| Aug 26 21:23:31.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat" |
| 5947 | 2025-08-26T21:23:31.047Z | [ recovery-image] Aug 26 21:23:31.025 INFO O| Aug 26 21:23:31.025 INFO STEP 373 (remove_files) COMPLETE |
| 5948 | 2025-08-26T21:23:31.047Z | [ recovery-image] Aug 26 21:23:31.025 INFO O| Aug 26 21:23:31.025 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5949 | 2025-08-26T21:23:31.047Z | [ recovery-image] Aug 26 21:23:31.040 INFO O| Aug 26 21:23:31.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap" |
| 5950 | 2025-08-26T21:23:31.047Z | [ recovery-image] Aug 26 21:23:31.040 INFO O| Aug 26 21:23:31.040 INFO STEP 374 (remove_files) COMPLETE |
| 5951 | 2025-08-26T21:23:31.047Z | [ recovery-image] Aug 26 21:23:31.040 INFO O| Aug 26 21:23:31.040 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5952 | 2025-08-26T21:23:31.072Z | [ recovery-image] Aug 26 21:23:31.054 INFO O| Aug 26 21:23:31.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping" |
| 5953 | 2025-08-26T21:23:31.072Z | [ recovery-image] Aug 26 21:23:31.054 INFO O| Aug 26 21:23:31.054 INFO STEP 375 (remove_files) COMPLETE |
| 5954 | 2025-08-26T21:23:31.072Z | [ recovery-image] Aug 26 21:23:31.054 INFO O| Aug 26 21:23:31.054 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5955 | 2025-08-26T21:23:31.072Z | [ recovery-image] Aug 26 21:23:31.067 INFO O| Aug 26 21:23:31.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps" |
| 5956 | 2025-08-26T21:23:31.072Z | [ recovery-image] Aug 26 21:23:31.067 INFO O| Aug 26 21:23:31.067 INFO STEP 376 (remove_files) COMPLETE |
| 5957 | 2025-08-26T21:23:31.073Z | [ recovery-image] Aug 26 21:23:31.067 INFO O| Aug 26 21:23:31.067 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5958 | 2025-08-26T21:23:31.098Z | [ recovery-image] Aug 26 21:23:31.080 INFO O| Aug 26 21:23:31.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset" |
| 5959 | 2025-08-26T21:23:31.098Z | [ recovery-image] Aug 26 21:23:31.080 INFO O| Aug 26 21:23:31.080 INFO STEP 377 (remove_files) COMPLETE |
| 5960 | 2025-08-26T21:23:31.098Z | [ recovery-image] Aug 26 21:23:31.080 INFO O| Aug 26 21:23:31.080 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5961 | 2025-08-26T21:23:31.098Z | [ recovery-image] Aug 26 21:23:31.091 INFO O| Aug 26 21:23:31.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus" |
| 5962 | 2025-08-26T21:23:31.098Z | [ recovery-image] Aug 26 21:23:31.091 INFO O| Aug 26 21:23:31.091 INFO STEP 378 (remove_files) COMPLETE |
| 5963 | 2025-08-26T21:23:31.098Z | [ recovery-image] Aug 26 21:23:31.091 INFO O| Aug 26 21:23:31.091 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5964 | 2025-08-26T21:23:31.123Z | [ recovery-image] Aug 26 21:23:31.108 INFO O| Aug 26 21:23:31.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable" |
| 5965 | 2025-08-26T21:23:31.123Z | [ recovery-image] Aug 26 21:23:31.108 INFO O| Aug 26 21:23:31.108 INFO STEP 379 (remove_files) COMPLETE |
| 5966 | 2025-08-26T21:23:31.123Z | [ recovery-image] Aug 26 21:23:31.108 INFO O| Aug 26 21:23:31.108 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5967 | 2025-08-26T21:23:31.148Z | [ recovery-image] Aug 26 21:23:31.125 INFO O| Aug 26 21:23:31.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest" |
| 5968 | 2025-08-26T21:23:31.149Z | [ recovery-image] Aug 26 21:23:31.125 INFO O| Aug 26 21:23:31.125 INFO STEP 380 (remove_files) COMPLETE |
| 5969 | 2025-08-26T21:23:31.149Z | [ recovery-image] Aug 26 21:23:31.125 INFO O| Aug 26 21:23:31.125 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5970 | 2025-08-26T21:23:31.149Z | [ recovery-image] Aug 26 21:23:31.143 INFO O| Aug 26 21:23:31.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate" |
| 5971 | 2025-08-26T21:23:31.149Z | [ recovery-image] Aug 26 21:23:31.143 INFO O| Aug 26 21:23:31.143 INFO STEP 381 (remove_files) COMPLETE |
| 5972 | 2025-08-26T21:23:31.149Z | [ recovery-image] Aug 26 21:23:31.143 INFO O| Aug 26 21:23:31.143 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5973 | 2025-08-26T21:23:31.174Z | [ recovery-image] Aug 26 21:23:31.162 INFO O| Aug 26 21:23:31.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap" |
| 5974 | 2025-08-26T21:23:31.174Z | [ recovery-image] Aug 26 21:23:31.162 INFO O| Aug 26 21:23:31.162 INFO STEP 382 (remove_files) COMPLETE |
| 5975 | 2025-08-26T21:23:31.174Z | [ recovery-image] Aug 26 21:23:31.162 INFO O| Aug 26 21:23:31.162 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5976 | 2025-08-26T21:23:31.220Z | [ recovery-image] Aug 26 21:23:31.179 INFO O| Aug 26 21:23:31.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm" |
| 5977 | 2025-08-26T21:23:31.220Z | [ recovery-image] Aug 26 21:23:31.180 INFO O| Aug 26 21:23:31.179 INFO STEP 383 (remove_files) COMPLETE |
| 5978 | 2025-08-26T21:23:31.220Z | [ recovery-image] Aug 26 21:23:31.180 INFO O| Aug 26 21:23:31.180 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5979 | 2025-08-26T21:23:31.220Z | [ recovery-image] Aug 26 21:23:31.197 INFO O| Aug 26 21:23:31.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm" |
| 5980 | 2025-08-26T21:23:31.220Z | [ recovery-image] Aug 26 21:23:31.197 INFO O| Aug 26 21:23:31.197 INFO STEP 384 (remove_files) COMPLETE |
| 5981 | 2025-08-26T21:23:31.220Z | [ recovery-image] Aug 26 21:23:31.197 INFO O| Aug 26 21:23:31.197 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5982 | 2025-08-26T21:23:31.220Z | [ recovery-image] Aug 26 21:23:31.215 INFO O| Aug 26 21:23:31.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk" |
| 5983 | 2025-08-26T21:23:31.220Z | [ recovery-image] Aug 26 21:23:31.215 INFO O| Aug 26 21:23:31.215 INFO STEP 385 (remove_files) COMPLETE |
| 5984 | 2025-08-26T21:23:31.220Z | [ recovery-image] Aug 26 21:23:31.215 INFO O| Aug 26 21:23:31.215 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5985 | 2025-08-26T21:23:31.246Z | [ recovery-image] Aug 26 21:23:31.231 INFO O| Aug 26 21:23:31.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss" |
| 5986 | 2025-08-26T21:23:31.246Z | [ recovery-image] Aug 26 21:23:31.231 INFO O| Aug 26 21:23:31.231 INFO STEP 386 (remove_files) COMPLETE |
| 5987 | 2025-08-26T21:23:31.246Z | [ recovery-image] Aug 26 21:23:31.231 INFO O| Aug 26 21:23:31.231 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5988 | 2025-08-26T21:23:31.246Z | [ recovery-image] Aug 26 21:23:31.244 INFO O| Aug 26 21:23:31.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell" |
| 5989 | 2025-08-26T21:23:31.246Z | [ recovery-image] Aug 26 21:23:31.244 INFO O| Aug 26 21:23:31.244 INFO STEP 387 (remove_files) COMPLETE |
| 5990 | 2025-08-26T21:23:31.246Z | [ recovery-image] Aug 26 21:23:31.244 INFO O| Aug 26 21:23:31.244 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5991 | 2025-08-26T21:23:31.271Z | [ recovery-image] Aug 26 21:23:31.256 INFO O| Aug 26 21:23:31.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split" |
| 5992 | 2025-08-26T21:23:31.271Z | [ recovery-image] Aug 26 21:23:31.256 INFO O| Aug 26 21:23:31.256 INFO STEP 388 (remove_files) COMPLETE |
| 5993 | 2025-08-26T21:23:31.271Z | [ recovery-image] Aug 26 21:23:31.256 INFO O| Aug 26 21:23:31.256 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5994 | 2025-08-26T21:23:31.271Z | [ recovery-image] Aug 26 21:23:31.268 INFO O| Aug 26 21:23:31.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3" |
| 5995 | 2025-08-26T21:23:31.271Z | [ recovery-image] Aug 26 21:23:31.268 INFO O| Aug 26 21:23:31.268 INFO STEP 389 (remove_files) COMPLETE |
| 5996 | 2025-08-26T21:23:31.271Z | [ recovery-image] Aug 26 21:23:31.268 INFO O| Aug 26 21:23:31.268 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5997 | 2025-08-26T21:23:31.296Z | [ recovery-image] Aug 26 21:23:31.286 INFO O| Aug 26 21:23:31.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh" |
| 5998 | 2025-08-26T21:23:31.296Z | [ recovery-image] Aug 26 21:23:31.286 INFO O| Aug 26 21:23:31.286 INFO STEP 390 (remove_files) COMPLETE |
| 5999 | 2025-08-26T21:23:31.296Z | [ recovery-image] Aug 26 21:23:31.286 INFO O| Aug 26 21:23:31.286 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6000 | 2025-08-26T21:23:31.321Z | [ recovery-image] Aug 26 21:23:31.299 INFO O| Aug 26 21:23:31.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add" |
| 6001 | 2025-08-26T21:23:31.321Z | [ recovery-image] Aug 26 21:23:31.299 INFO O| Aug 26 21:23:31.299 INFO STEP 391 (remove_files) COMPLETE |
| 6002 | 2025-08-26T21:23:31.321Z | [ recovery-image] Aug 26 21:23:31.299 INFO O| Aug 26 21:23:31.299 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6003 | 2025-08-26T21:23:31.321Z | [ recovery-image] Aug 26 21:23:31.312 INFO O| Aug 26 21:23:31.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent" |
| 6004 | 2025-08-26T21:23:31.321Z | [ recovery-image] Aug 26 21:23:31.312 INFO O| Aug 26 21:23:31.312 INFO STEP 392 (remove_files) COMPLETE |
| 6005 | 2025-08-26T21:23:31.321Z | [ recovery-image] Aug 26 21:23:31.312 INFO O| Aug 26 21:23:31.312 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6006 | 2025-08-26T21:23:31.348Z | [ recovery-image] Aug 26 21:23:31.330 INFO O| Aug 26 21:23:31.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id" |
| 6007 | 2025-08-26T21:23:31.348Z | [ recovery-image] Aug 26 21:23:31.330 INFO O| Aug 26 21:23:31.330 INFO STEP 393 (remove_files) COMPLETE |
| 6008 | 2025-08-26T21:23:31.348Z | [ recovery-image] Aug 26 21:23:31.330 INFO O| Aug 26 21:23:31.330 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6009 | 2025-08-26T21:23:31.374Z | [ recovery-image] Aug 26 21:23:31.351 INFO O| Aug 26 21:23:31.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan" |
| 6010 | 2025-08-26T21:23:31.374Z | [ recovery-image] Aug 26 21:23:31.351 INFO O| Aug 26 21:23:31.351 INFO STEP 394 (remove_files) COMPLETE |
| 6011 | 2025-08-26T21:23:31.374Z | [ recovery-image] Aug 26 21:23:31.351 INFO O| Aug 26 21:23:31.351 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6012 | 2025-08-26T21:23:31.374Z | [ recovery-image] Aug 26 21:23:31.371 INFO O| Aug 26 21:23:31.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings" |
| 6013 | 2025-08-26T21:23:31.374Z | [ recovery-image] Aug 26 21:23:31.371 INFO O| Aug 26 21:23:31.371 INFO STEP 395 (remove_files) COMPLETE |
| 6014 | 2025-08-26T21:23:31.374Z | [ recovery-image] Aug 26 21:23:31.371 INFO O| Aug 26 21:23:31.371 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6015 | 2025-08-26T21:23:31.400Z | [ recovery-image] Aug 26 21:23:31.389 INFO O| Aug 26 21:23:31.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum" |
| 6016 | 2025-08-26T21:23:31.400Z | [ recovery-image] Aug 26 21:23:31.389 INFO O| Aug 26 21:23:31.389 INFO STEP 396 (remove_files) COMPLETE |
| 6017 | 2025-08-26T21:23:31.400Z | [ recovery-image] Aug 26 21:23:31.389 INFO O| Aug 26 21:23:31.389 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6018 | 2025-08-26T21:23:31.425Z | [ recovery-image] Aug 26 21:23:31.404 INFO O| Aug 26 21:23:31.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs" |
| 6019 | 2025-08-26T21:23:31.425Z | [ recovery-image] Aug 26 21:23:31.404 INFO O| Aug 26 21:23:31.404 INFO STEP 397 (remove_files) COMPLETE |
| 6020 | 2025-08-26T21:23:31.425Z | [ recovery-image] Aug 26 21:23:31.404 INFO O| Aug 26 21:23:31.404 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6021 | 2025-08-26T21:23:31.425Z | [ recovery-image] Aug 26 21:23:31.415 INFO O| Aug 26 21:23:31.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy" |
| 6022 | 2025-08-26T21:23:31.425Z | [ recovery-image] Aug 26 21:23:31.415 INFO O| Aug 26 21:23:31.415 INFO STEP 398 (remove_files) COMPLETE |
| 6023 | 2025-08-26T21:23:31.425Z | [ recovery-image] Aug 26 21:23:31.415 INFO O| Aug 26 21:23:31.415 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6024 | 2025-08-26T21:23:31.451Z | [ recovery-image] Aug 26 21:23:31.426 INFO O| Aug 26 21:23:31.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test" |
| 6025 | 2025-08-26T21:23:31.451Z | [ recovery-image] Aug 26 21:23:31.426 INFO O| Aug 26 21:23:31.426 INFO STEP 399 (remove_files) COMPLETE |
| 6026 | 2025-08-26T21:23:31.451Z | [ recovery-image] Aug 26 21:23:31.426 INFO O| Aug 26 21:23:31.426 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6027 | 2025-08-26T21:23:31.452Z | [ recovery-image] Aug 26 21:23:31.437 INFO O| Aug 26 21:23:31.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic" |
| 6028 | 2025-08-26T21:23:31.452Z | [ recovery-image] Aug 26 21:23:31.437 INFO O| Aug 26 21:23:31.437 INFO STEP 400 (remove_files) COMPLETE |
| 6029 | 2025-08-26T21:23:31.452Z | [ recovery-image] Aug 26 21:23:31.437 INFO O| Aug 26 21:23:31.437 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6030 | 2025-08-26T21:23:31.477Z | [ recovery-image] Aug 26 21:23:31.454 INFO O| Aug 26 21:23:31.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time" |
| 6031 | 2025-08-26T21:23:31.478Z | [ recovery-image] Aug 26 21:23:31.454 INFO O| Aug 26 21:23:31.454 INFO STEP 401 (remove_files) COMPLETE |
| 6032 | 2025-08-26T21:23:31.478Z | [ recovery-image] Aug 26 21:23:31.454 INFO O| Aug 26 21:23:31.454 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6033 | 2025-08-26T21:23:31.478Z | [ recovery-image] Aug 26 21:23:31.466 INFO O| Aug 26 21:23:31.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip" |
| 6034 | 2025-08-26T21:23:31.478Z | [ recovery-image] Aug 26 21:23:31.466 INFO O| Aug 26 21:23:31.466 INFO STEP 402 (remove_files) COMPLETE |
| 6035 | 2025-08-26T21:23:31.478Z | [ recovery-image] Aug 26 21:23:31.466 INFO O| Aug 26 21:23:31.466 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6036 | 2025-08-26T21:23:31.478Z | [ recovery-image] Aug 26 21:23:31.477 INFO O| Aug 26 21:23:31.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib" |
| 6037 | 2025-08-26T21:23:31.478Z | [ recovery-image] Aug 26 21:23:31.478 INFO O| Aug 26 21:23:31.478 INFO STEP 403 (remove_files) COMPLETE |
| 6038 | 2025-08-26T21:23:31.478Z | [ recovery-image] Aug 26 21:23:31.478 INFO O| Aug 26 21:23:31.478 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6039 | 2025-08-26T21:23:31.503Z | [ recovery-image] Aug 26 21:23:31.489 INFO O| Aug 26 21:23:31.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm" |
| 6040 | 2025-08-26T21:23:31.503Z | [ recovery-image] Aug 26 21:23:31.489 INFO O| Aug 26 21:23:31.489 INFO STEP 404 (remove_files) COMPLETE |
| 6041 | 2025-08-26T21:23:31.503Z | [ recovery-image] Aug 26 21:23:31.489 INFO O| Aug 26 21:23:31.489 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6042 | 2025-08-26T21:23:31.503Z | [ recovery-image] Aug 26 21:23:31.500 INFO O| Aug 26 21:23:31.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail" |
| 6043 | 2025-08-26T21:23:31.503Z | [ recovery-image] Aug 26 21:23:31.500 INFO O| Aug 26 21:23:31.500 INFO STEP 405 (remove_files) COMPLETE |
| 6044 | 2025-08-26T21:23:31.503Z | [ recovery-image] Aug 26 21:23:31.500 INFO O| Aug 26 21:23:31.500 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6045 | 2025-08-26T21:23:31.529Z | [ recovery-image] Aug 26 21:23:31.516 INFO O| Aug 26 21:23:31.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true" |
| 6046 | 2025-08-26T21:23:31.529Z | [ recovery-image] Aug 26 21:23:31.516 INFO O| Aug 26 21:23:31.516 INFO STEP 406 (remove_files) COMPLETE |
| 6047 | 2025-08-26T21:23:31.529Z | [ recovery-image] Aug 26 21:23:31.516 INFO O| Aug 26 21:23:31.516 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6048 | 2025-08-26T21:23:31.555Z | [ recovery-image] Aug 26 21:23:31.532 INFO O| Aug 26 21:23:31.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty" |
| 6049 | 2025-08-26T21:23:31.555Z | [ recovery-image] Aug 26 21:23:31.532 INFO O| Aug 26 21:23:31.532 INFO STEP 407 (remove_files) COMPLETE |
| 6050 | 2025-08-26T21:23:31.555Z | [ recovery-image] Aug 26 21:23:31.532 INFO O| Aug 26 21:23:31.532 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6051 | 2025-08-26T21:23:31.555Z | [ recovery-image] Aug 26 21:23:31.549 INFO O| Aug 26 21:23:31.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type" |
| 6052 | 2025-08-26T21:23:31.555Z | [ recovery-image] Aug 26 21:23:31.549 INFO O| Aug 26 21:23:31.549 INFO STEP 408 (remove_files) COMPLETE |
| 6053 | 2025-08-26T21:23:31.555Z | [ recovery-image] Aug 26 21:23:31.549 INFO O| Aug 26 21:23:31.549 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6054 | 2025-08-26T21:23:31.580Z | [ recovery-image] Aug 26 21:23:31.564 INFO O| Aug 26 21:23:31.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect" |
| 6055 | 2025-08-26T21:23:31.580Z | [ recovery-image] Aug 26 21:23:31.564 INFO O| Aug 26 21:23:31.564 INFO STEP 409 (remove_files) COMPLETE |
| 6056 | 2025-08-26T21:23:31.580Z | [ recovery-image] Aug 26 21:23:31.564 INFO O| Aug 26 21:23:31.564 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6057 | 2025-08-26T21:23:31.580Z | [ recovery-image] Aug 26 21:23:31.575 INFO O| Aug 26 21:23:31.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit" |
| 6058 | 2025-08-26T21:23:31.580Z | [ recovery-image] Aug 26 21:23:31.575 INFO O| Aug 26 21:23:31.575 INFO STEP 410 (remove_files) COMPLETE |
| 6059 | 2025-08-26T21:23:31.580Z | [ recovery-image] Aug 26 21:23:31.575 INFO O| Aug 26 21:23:31.575 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6060 | 2025-08-26T21:23:31.605Z | [ recovery-image] Aug 26 21:23:31.586 INFO O| Aug 26 21:23:31.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask" |
| 6061 | 2025-08-26T21:23:31.605Z | [ recovery-image] Aug 26 21:23:31.586 INFO O| Aug 26 21:23:31.586 INFO STEP 411 (remove_files) COMPLETE |
| 6062 | 2025-08-26T21:23:31.605Z | [ recovery-image] Aug 26 21:23:31.586 INFO O| Aug 26 21:23:31.586 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6063 | 2025-08-26T21:23:31.605Z | [ recovery-image] Aug 26 21:23:31.596 INFO O| Aug 26 21:23:31.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias" |
| 6064 | 2025-08-26T21:23:31.605Z | [ recovery-image] Aug 26 21:23:31.596 INFO O| Aug 26 21:23:31.596 INFO STEP 412 (remove_files) COMPLETE |
| 6065 | 2025-08-26T21:23:31.605Z | [ recovery-image] Aug 26 21:23:31.596 INFO O| Aug 26 21:23:31.596 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6066 | 2025-08-26T21:23:31.631Z | [ recovery-image] Aug 26 21:23:31.606 INFO O| Aug 26 21:23:31.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress" |
| 6067 | 2025-08-26T21:23:31.631Z | [ recovery-image] Aug 26 21:23:31.606 INFO O| Aug 26 21:23:31.606 INFO STEP 413 (remove_files) COMPLETE |
| 6068 | 2025-08-26T21:23:31.631Z | [ recovery-image] Aug 26 21:23:31.606 INFO O| Aug 26 21:23:31.606 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6069 | 2025-08-26T21:23:31.657Z | [ recovery-image] Aug 26 21:23:31.632 INFO O| Aug 26 21:23:31.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand" |
| 6070 | 2025-08-26T21:23:31.657Z | [ recovery-image] Aug 26 21:23:31.632 INFO O| Aug 26 21:23:31.617 INFO STEP 414 (remove_files) COMPLETE |
| 6071 | 2025-08-26T21:23:31.657Z | [ recovery-image] Aug 26 21:23:31.632 INFO O| Aug 26 21:23:31.617 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6072 | 2025-08-26T21:23:31.657Z | [ recovery-image] Aug 26 21:23:31.632 INFO O| Aug 26 21:23:31.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq" |
| 6073 | 2025-08-26T21:23:31.657Z | [ recovery-image] Aug 26 21:23:31.632 INFO O| Aug 26 21:23:31.629 INFO STEP 415 (remove_files) COMPLETE |
| 6074 | 2025-08-26T21:23:31.657Z | [ recovery-image] Aug 26 21:23:31.632 INFO O| Aug 26 21:23:31.629 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6075 | 2025-08-26T21:23:31.657Z | [ recovery-image] Aug 26 21:23:31.641 INFO O| Aug 26 21:23:31.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units" |
| 6076 | 2025-08-26T21:23:31.657Z | [ recovery-image] Aug 26 21:23:31.641 INFO O| Aug 26 21:23:31.641 INFO STEP 416 (remove_files) COMPLETE |
| 6077 | 2025-08-26T21:23:31.657Z | [ recovery-image] Aug 26 21:23:31.641 INFO O| Aug 26 21:23:31.641 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6078 | 2025-08-26T21:23:31.682Z | [ recovery-image] Aug 26 21:23:31.657 INFO O| Aug 26 21:23:31.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos" |
| 6079 | 2025-08-26T21:23:31.682Z | [ recovery-image] Aug 26 21:23:31.657 INFO O| Aug 26 21:23:31.657 INFO STEP 417 (remove_files) COMPLETE |
| 6080 | 2025-08-26T21:23:31.682Z | [ recovery-image] Aug 26 21:23:31.657 INFO O| Aug 26 21:23:31.657 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6081 | 2025-08-26T21:23:31.682Z | [ recovery-image] Aug 26 21:23:31.669 INFO O| Aug 26 21:23:31.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack" |
| 6082 | 2025-08-26T21:23:31.682Z | [ recovery-image] Aug 26 21:23:31.669 INFO O| Aug 26 21:23:31.669 INFO STEP 418 (remove_files) COMPLETE |
| 6083 | 2025-08-26T21:23:31.682Z | [ recovery-image] Aug 26 21:23:31.669 INFO O| Aug 26 21:23:31.669 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6084 | 2025-08-26T21:23:31.682Z | [ recovery-image] Aug 26 21:23:31.681 INFO O| Aug 26 21:23:31.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr" |
| 6085 | 2025-08-26T21:23:31.682Z | [ recovery-image] Aug 26 21:23:31.681 INFO O| Aug 26 21:23:31.681 INFO STEP 419 (remove_files) COMPLETE |
| 6086 | 2025-08-26T21:23:31.682Z | [ recovery-image] Aug 26 21:23:31.681 INFO O| Aug 26 21:23:31.681 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6087 | 2025-08-26T21:23:31.710Z | [ recovery-image] Aug 26 21:23:31.692 INFO O| Aug 26 21:23:31.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode" |
| 6088 | 2025-08-26T21:23:31.710Z | [ recovery-image] Aug 26 21:23:31.692 INFO O| Aug 26 21:23:31.692 INFO STEP 420 (remove_files) COMPLETE |
| 6089 | 2025-08-26T21:23:31.710Z | [ recovery-image] Aug 26 21:23:31.692 INFO O| Aug 26 21:23:31.692 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6090 | 2025-08-26T21:23:31.737Z | [ recovery-image] Aug 26 21:23:31.712 INFO O| Aug 26 21:23:31.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode" |
| 6091 | 2025-08-26T21:23:31.737Z | [ recovery-image] Aug 26 21:23:31.713 INFO O| Aug 26 21:23:31.713 INFO STEP 421 (remove_files) COMPLETE |
| 6092 | 2025-08-26T21:23:31.737Z | [ recovery-image] Aug 26 21:23:31.713 INFO O| Aug 26 21:23:31.713 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6093 | 2025-08-26T21:23:31.737Z | [ recovery-image] Aug 26 21:23:31.729 INFO O| Aug 26 21:23:31.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen" |
| 6094 | 2025-08-26T21:23:31.737Z | [ recovery-image] Aug 26 21:23:31.729 INFO O| Aug 26 21:23:31.729 INFO STEP 422 (remove_files) COMPLETE |
| 6095 | 2025-08-26T21:23:31.737Z | [ recovery-image] Aug 26 21:23:31.729 INFO O| Aug 26 21:23:31.729 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6096 | 2025-08-26T21:23:31.764Z | [ recovery-image] Aug 26 21:23:31.742 INFO O| Aug 26 21:23:31.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit" |
| 6097 | 2025-08-26T21:23:31.764Z | [ recovery-image] Aug 26 21:23:31.742 INFO O| Aug 26 21:23:31.742 INFO STEP 423 (remove_files) COMPLETE |
| 6098 | 2025-08-26T21:23:31.764Z | [ recovery-image] Aug 26 21:23:31.742 INFO O| Aug 26 21:23:31.742 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6099 | 2025-08-26T21:23:31.764Z | [ recovery-image] Aug 26 21:23:31.754 INFO O| Aug 26 21:23:31.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim" |
| 6100 | 2025-08-26T21:23:31.764Z | [ recovery-image] Aug 26 21:23:31.754 INFO O| Aug 26 21:23:31.754 INFO STEP 424 (remove_files) COMPLETE |
| 6101 | 2025-08-26T21:23:31.764Z | [ recovery-image] Aug 26 21:23:31.754 INFO O| Aug 26 21:23:31.754 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6102 | 2025-08-26T21:23:31.801Z | [ recovery-image] Aug 26 21:23:31.766 INFO O| Aug 26 21:23:31.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor" |
| 6103 | 2025-08-26T21:23:31.801Z | [ recovery-image] Aug 26 21:23:31.766 INFO O| Aug 26 21:23:31.766 INFO STEP 425 (remove_files) COMPLETE |
| 6104 | 2025-08-26T21:23:31.801Z | [ recovery-image] Aug 26 21:23:31.766 INFO O| Aug 26 21:23:31.766 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6105 | 2025-08-26T21:23:31.801Z | [ recovery-image] Aug 26 21:23:31.778 INFO O| Aug 26 21:23:31.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat" |
| 6106 | 2025-08-26T21:23:31.801Z | [ recovery-image] Aug 26 21:23:31.778 INFO O| Aug 26 21:23:31.778 INFO STEP 426 (remove_files) COMPLETE |
| 6107 | 2025-08-26T21:23:31.802Z | [ recovery-image] Aug 26 21:23:31.778 INFO O| Aug 26 21:23:31.778 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6108 | 2025-08-26T21:23:31.830Z | [ recovery-image] Aug 26 21:23:31.799 INFO O| Aug 26 21:23:31.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt" |
| 6109 | 2025-08-26T21:23:31.830Z | [ recovery-image] Aug 26 21:23:31.799 INFO O| Aug 26 21:23:31.799 INFO STEP 427 (remove_files) COMPLETE |
| 6110 | 2025-08-26T21:23:31.830Z | [ recovery-image] Aug 26 21:23:31.799 INFO O| Aug 26 21:23:31.799 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6111 | 2025-08-26T21:23:31.830Z | [ recovery-image] Aug 26 21:23:31.817 INFO O| Aug 26 21:23:31.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w" |
| 6112 | 2025-08-26T21:23:31.830Z | [ recovery-image] Aug 26 21:23:31.817 INFO O| Aug 26 21:23:31.817 INFO STEP 428 (remove_files) COMPLETE |
| 6113 | 2025-08-26T21:23:31.830Z | [ recovery-image] Aug 26 21:23:31.817 INFO O| Aug 26 21:23:31.817 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6114 | 2025-08-26T21:23:31.857Z | [ recovery-image] Aug 26 21:23:31.836 INFO O| Aug 26 21:23:31.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait" |
| 6115 | 2025-08-26T21:23:31.857Z | [ recovery-image] Aug 26 21:23:31.837 INFO O| Aug 26 21:23:31.837 INFO STEP 429 (remove_files) COMPLETE |
| 6116 | 2025-08-26T21:23:31.857Z | [ recovery-image] Aug 26 21:23:31.837 INFO O| Aug 26 21:23:31.837 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6117 | 2025-08-26T21:23:31.857Z | [ recovery-image] Aug 26 21:23:31.855 INFO O| Aug 26 21:23:31.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch" |
| 6118 | 2025-08-26T21:23:31.858Z | [ recovery-image] Aug 26 21:23:31.855 INFO O| Aug 26 21:23:31.855 INFO STEP 430 (remove_files) COMPLETE |
| 6119 | 2025-08-26T21:23:31.858Z | [ recovery-image] Aug 26 21:23:31.855 INFO O| Aug 26 21:23:31.855 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6120 | 2025-08-26T21:23:31.883Z | [ recovery-image] Aug 26 21:23:31.872 INFO O| Aug 26 21:23:31.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc" |
| 6121 | 2025-08-26T21:23:31.883Z | [ recovery-image] Aug 26 21:23:31.872 INFO O| Aug 26 21:23:31.872 INFO STEP 431 (remove_files) COMPLETE |
| 6122 | 2025-08-26T21:23:31.883Z | [ recovery-image] Aug 26 21:23:31.872 INFO O| Aug 26 21:23:31.872 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6123 | 2025-08-26T21:23:31.909Z | [ recovery-image] Aug 26 21:23:31.890 INFO O| Aug 26 21:23:31.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which" |
| 6124 | 2025-08-26T21:23:31.909Z | [ recovery-image] Aug 26 21:23:31.890 INFO O| Aug 26 21:23:31.890 INFO STEP 432 (remove_files) COMPLETE |
| 6125 | 2025-08-26T21:23:31.909Z | [ recovery-image] Aug 26 21:23:31.890 INFO O| Aug 26 21:23:31.890 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6126 | 2025-08-26T21:23:31.909Z | [ recovery-image] Aug 26 21:23:31.908 INFO O| Aug 26 21:23:31.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls" |
| 6127 | 2025-08-26T21:23:31.909Z | [ recovery-image] Aug 26 21:23:31.908 INFO O| Aug 26 21:23:31.908 INFO STEP 433 (remove_files) COMPLETE |
| 6128 | 2025-08-26T21:23:31.909Z | [ recovery-image] Aug 26 21:23:31.908 INFO O| Aug 26 21:23:31.908 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6129 | 2025-08-26T21:23:31.935Z | [ recovery-image] Aug 26 21:23:31.925 INFO O| Aug 26 21:23:31.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct" |
| 6130 | 2025-08-26T21:23:31.935Z | [ recovery-image] Aug 26 21:23:31.926 INFO O| Aug 26 21:23:31.925 INFO STEP 434 (remove_files) COMPLETE |
| 6131 | 2025-08-26T21:23:31.935Z | [ recovery-image] Aug 26 21:23:31.926 INFO O| Aug 26 21:23:31.925 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6132 | 2025-08-26T21:23:31.961Z | [ recovery-image] Aug 26 21:23:31.942 INFO O| Aug 26 21:23:31.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write" |
| 6133 | 2025-08-26T21:23:31.961Z | [ recovery-image] Aug 26 21:23:31.942 INFO O| Aug 26 21:23:31.942 INFO STEP 435 (remove_files) COMPLETE |
| 6134 | 2025-08-26T21:23:31.961Z | [ recovery-image] Aug 26 21:23:31.942 INFO O| Aug 26 21:23:31.942 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6135 | 2025-08-26T21:23:31.961Z | [ recovery-image] Aug 26 21:23:31.958 INFO O| Aug 26 21:23:31.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs" |
| 6136 | 2025-08-26T21:23:31.961Z | [ recovery-image] Aug 26 21:23:31.958 INFO O| Aug 26 21:23:31.958 INFO STEP 436 (remove_files) COMPLETE |
| 6137 | 2025-08-26T21:23:31.961Z | [ recovery-image] Aug 26 21:23:31.958 INFO O| Aug 26 21:23:31.958 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6138 | 2025-08-26T21:23:31.986Z | [ recovery-image] Aug 26 21:23:31.970 INFO O| Aug 26 21:23:31.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config" |
| 6139 | 2025-08-26T21:23:31.986Z | [ recovery-image] Aug 26 21:23:31.970 INFO O| Aug 26 21:23:31.970 INFO STEP 437 (remove_files) COMPLETE |
| 6140 | 2025-08-26T21:23:31.986Z | [ recovery-image] Aug 26 21:23:31.970 INFO O| Aug 26 21:23:31.970 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6141 | 2025-08-26T21:23:31.986Z | [ recovery-image] Aug 26 21:23:31.981 INFO O| Aug 26 21:23:31.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog" |
| 6142 | 2025-08-26T21:23:31.986Z | [ recovery-image] Aug 26 21:23:31.981 INFO O| Aug 26 21:23:31.981 INFO STEP 438 (remove_files) COMPLETE |
| 6143 | 2025-08-26T21:23:31.986Z | [ recovery-image] Aug 26 21:23:31.981 INFO O| Aug 26 21:23:31.981 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6144 | 2025-08-26T21:23:32.011Z | [ recovery-image] Aug 26 21:23:31.993 INFO O| Aug 26 21:23:31.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint" |
| 6145 | 2025-08-26T21:23:32.011Z | [ recovery-image] Aug 26 21:23:31.993 INFO O| Aug 26 21:23:31.993 INFO STEP 439 (remove_files) COMPLETE |
| 6146 | 2025-08-26T21:23:32.011Z | [ recovery-image] Aug 26 21:23:31.993 INFO O| Aug 26 21:23:31.993 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6147 | 2025-08-26T21:23:32.011Z | [ recovery-image] Aug 26 21:23:32.005 INFO O| Aug 26 21:23:32.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf" |
| 6148 | 2025-08-26T21:23:32.011Z | [ recovery-image] Aug 26 21:23:32.005 INFO O| Aug 26 21:23:32.005 INFO STEP 440 (remove_files) COMPLETE |
| 6149 | 2025-08-26T21:23:32.011Z | [ recovery-image] Aug 26 21:23:32.005 INFO O| Aug 26 21:23:32.005 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6150 | 2025-08-26T21:23:32.037Z | [ recovery-image] Aug 26 21:23:32.017 INFO O| Aug 26 21:23:32.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr" |
| 6151 | 2025-08-26T21:23:32.037Z | [ recovery-image] Aug 26 21:23:32.017 INFO O| Aug 26 21:23:32.017 INFO STEP 441 (remove_files) COMPLETE |
| 6152 | 2025-08-26T21:23:32.037Z | [ recovery-image] Aug 26 21:23:32.017 INFO O| Aug 26 21:23:32.017 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6153 | 2025-08-26T21:23:32.037Z | [ recovery-image] Aug 26 21:23:32.029 INFO O| Aug 26 21:23:32.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd" |
| 6154 | 2025-08-26T21:23:32.037Z | [ recovery-image] Aug 26 21:23:32.030 INFO O| Aug 26 21:23:32.029 INFO STEP 442 (remove_files) COMPLETE |
| 6155 | 2025-08-26T21:23:32.037Z | [ recovery-image] Aug 26 21:23:32.030 INFO O| Aug 26 21:23:32.030 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6156 | 2025-08-26T21:23:32.063Z | [ recovery-image] Aug 26 21:23:32.042 INFO O| Aug 26 21:23:32.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz" |
| 6157 | 2025-08-26T21:23:32.063Z | [ recovery-image] Aug 26 21:23:32.042 INFO O| Aug 26 21:23:32.042 INFO STEP 443 (remove_files) COMPLETE |
| 6158 | 2025-08-26T21:23:32.063Z | [ recovery-image] Aug 26 21:23:32.042 INFO O| Aug 26 21:23:32.042 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6159 | 2025-08-26T21:23:32.063Z | [ recovery-image] Aug 26 21:23:32.054 INFO O| Aug 26 21:23:32.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec" |
| 6160 | 2025-08-26T21:23:32.063Z | [ recovery-image] Aug 26 21:23:32.055 INFO O| Aug 26 21:23:32.054 INFO STEP 444 (remove_files) COMPLETE |
| 6161 | 2025-08-26T21:23:32.063Z | [ recovery-image] Aug 26 21:23:32.055 INFO O| Aug 26 21:23:32.055 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6162 | 2025-08-26T21:23:32.088Z | [ recovery-image] Aug 26 21:23:32.067 INFO O| Aug 26 21:23:32.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff" |
| 6163 | 2025-08-26T21:23:32.088Z | [ recovery-image] Aug 26 21:23:32.067 INFO O| Aug 26 21:23:32.067 INFO STEP 445 (remove_files) COMPLETE |
| 6164 | 2025-08-26T21:23:32.088Z | [ recovery-image] Aug 26 21:23:32.067 INFO O| Aug 26 21:23:32.067 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6165 | 2025-08-26T21:23:32.088Z | [ recovery-image] Aug 26 21:23:32.080 INFO O| Aug 26 21:23:32.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep" |
| 6166 | 2025-08-26T21:23:32.088Z | [ recovery-image] Aug 26 21:23:32.080 INFO O| Aug 26 21:23:32.080 INFO STEP 446 (remove_files) COMPLETE |
| 6167 | 2025-08-26T21:23:32.088Z | [ recovery-image] Aug 26 21:23:32.080 INFO O| Aug 26 21:23:32.080 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6168 | 2025-08-26T21:23:32.116Z | [ recovery-image] Aug 26 21:23:32.094 INFO O| Aug 26 21:23:32.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless" |
| 6169 | 2025-08-26T21:23:32.116Z | [ recovery-image] Aug 26 21:23:32.094 INFO O| Aug 26 21:23:32.094 INFO STEP 447 (remove_files) COMPLETE |
| 6170 | 2025-08-26T21:23:32.116Z | [ recovery-image] Aug 26 21:23:32.094 INFO O| Aug 26 21:23:32.094 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6171 | 2025-08-26T21:23:32.116Z | [ recovery-image] Aug 26 21:23:32.106 INFO O| Aug 26 21:23:32.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore" |
| 6172 | 2025-08-26T21:23:32.116Z | [ recovery-image] Aug 26 21:23:32.106 INFO O| Aug 26 21:23:32.106 INFO STEP 448 (remove_files) COMPLETE |
| 6173 | 2025-08-26T21:23:32.116Z | [ recovery-image] Aug 26 21:23:32.106 INFO O| Aug 26 21:23:32.106 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6174 | 2025-08-26T21:23:32.141Z | [ recovery-image] Aug 26 21:23:32.118 INFO O| Aug 26 21:23:32.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes" |
| 6175 | 2025-08-26T21:23:32.141Z | [ recovery-image] Aug 26 21:23:32.118 INFO O| Aug 26 21:23:32.118 INFO STEP 449 (remove_files) COMPLETE |
| 6176 | 2025-08-26T21:23:32.141Z | [ recovery-image] Aug 26 21:23:32.118 INFO O| Aug 26 21:23:32.118 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6177 | 2025-08-26T21:23:32.141Z | [ recovery-image] Aug 26 21:23:32.131 INFO O| Aug 26 21:23:32.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat" |
| 6178 | 2025-08-26T21:23:32.141Z | [ recovery-image] Aug 26 21:23:32.131 INFO O| Aug 26 21:23:32.131 INFO STEP 450 (remove_files) COMPLETE |
| 6179 | 2025-08-26T21:23:32.141Z | [ recovery-image] Aug 26 21:23:32.131 INFO O| Aug 26 21:23:32.131 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6180 | 2025-08-26T21:23:32.166Z | [ recovery-image] Aug 26 21:23:32.142 INFO O| Aug 26 21:23:32.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat" |
| 6181 | 2025-08-26T21:23:32.166Z | [ recovery-image] Aug 26 21:23:32.143 INFO O| Aug 26 21:23:32.143 INFO STEP 451 (remove_files) COMPLETE |
| 6182 | 2025-08-26T21:23:32.166Z | [ recovery-image] Aug 26 21:23:32.143 INFO O| Aug 26 21:23:32.143 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6183 | 2025-08-26T21:23:32.166Z | [ recovery-image] Aug 26 21:23:32.155 INFO O| Aug 26 21:23:32.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd" |
| 6184 | 2025-08-26T21:23:32.166Z | [ recovery-image] Aug 26 21:23:32.155 INFO O| Aug 26 21:23:32.155 INFO STEP 452 (remove_files) COMPLETE |
| 6185 | 2025-08-26T21:23:32.166Z | [ recovery-image] Aug 26 21:23:32.155 INFO O| Aug 26 21:23:32.155 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6186 | 2025-08-26T21:23:32.191Z | [ recovery-image] Aug 26 21:23:32.168 INFO O| Aug 26 21:23:32.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep" |
| 6187 | 2025-08-26T21:23:32.191Z | [ recovery-image] Aug 26 21:23:32.168 INFO O| Aug 26 21:23:32.168 INFO STEP 453 (remove_files) COMPLETE |
| 6188 | 2025-08-26T21:23:32.191Z | [ recovery-image] Aug 26 21:23:32.168 INFO O| Aug 26 21:23:32.168 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6189 | 2025-08-26T21:23:32.191Z | [ recovery-image] Aug 26 21:23:32.184 INFO O| Aug 26 21:23:32.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless" |
| 6190 | 2025-08-26T21:23:32.191Z | [ recovery-image] Aug 26 21:23:32.184 INFO O| Aug 26 21:23:32.184 INFO STEP 454 (remove_files) COMPLETE |
| 6191 | 2025-08-26T21:23:32.191Z | [ recovery-image] Aug 26 21:23:32.184 INFO O| Aug 26 21:23:32.184 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6192 | 2025-08-26T21:23:32.217Z | [ recovery-image] Aug 26 21:23:32.198 INFO O| Aug 26 21:23:32.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
| 6193 | 2025-08-26T21:23:32.217Z | [ recovery-image] Aug 26 21:23:32.198 INFO O| Aug 26 21:23:32.198 INFO STEP 455 (remove_files) COMPLETE |
| 6194 | 2025-08-26T21:23:32.217Z | [ recovery-image] Aug 26 21:23:32.198 INFO O| Aug 26 21:23:32.198 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6195 | 2025-08-26T21:23:32.217Z | [ recovery-image] Aug 26 21:23:32.210 INFO O| Aug 26 21:23:32.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
| 6196 | 2025-08-26T21:23:32.217Z | [ recovery-image] Aug 26 21:23:32.210 INFO O| Aug 26 21:23:32.210 INFO STEP 456 (remove_files) COMPLETE |
| 6197 | 2025-08-26T21:23:32.217Z | [ recovery-image] Aug 26 21:23:32.210 INFO O| Aug 26 21:23:32.210 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6198 | 2025-08-26T21:23:32.242Z | [ recovery-image] Aug 26 21:23:32.222 INFO O| Aug 26 21:23:32.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
| 6199 | 2025-08-26T21:23:32.242Z | [ recovery-image] Aug 26 21:23:32.222 INFO O| Aug 26 21:23:32.222 INFO STEP 457 (remove_files) COMPLETE |
| 6200 | 2025-08-26T21:23:32.242Z | [ recovery-image] Aug 26 21:23:32.222 INFO O| Aug 26 21:23:32.222 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6201 | 2025-08-26T21:23:32.242Z | [ recovery-image] Aug 26 21:23:32.234 INFO O| Aug 26 21:23:32.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
| 6202 | 2025-08-26T21:23:32.242Z | [ recovery-image] Aug 26 21:23:32.234 INFO O| Aug 26 21:23:32.234 INFO STEP 458 (remove_files) COMPLETE |
| 6203 | 2025-08-26T21:23:32.242Z | [ recovery-image] Aug 26 21:23:32.234 INFO O| Aug 26 21:23:32.234 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6204 | 2025-08-26T21:23:32.267Z | [ recovery-image] Aug 26 21:23:32.246 INFO O| Aug 26 21:23:32.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
| 6205 | 2025-08-26T21:23:32.292Z | [ recovery-image] Aug 26 21:23:32.246 INFO O| Aug 26 21:23:32.246 INFO STEP 459 (remove_files) COMPLETE |
| 6206 | 2025-08-26T21:23:32.292Z | [ recovery-image] Aug 26 21:23:32.246 INFO O| Aug 26 21:23:32.246 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6207 | 2025-08-26T21:23:32.292Z | [ recovery-image] Aug 26 21:23:32.261 INFO O| Aug 26 21:23:32.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
| 6208 | 2025-08-26T21:23:32.292Z | [ recovery-image] Aug 26 21:23:32.261 INFO O| Aug 26 21:23:32.261 INFO STEP 460 (remove_files) COMPLETE |
| 6209 | 2025-08-26T21:23:32.292Z | [ recovery-image] Aug 26 21:23:32.261 INFO O| Aug 26 21:23:32.261 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6210 | 2025-08-26T21:23:32.292Z | [ recovery-image] Aug 26 21:23:32.276 INFO O| Aug 26 21:23:32.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
| 6211 | 2025-08-26T21:23:32.292Z | [ recovery-image] Aug 26 21:23:32.276 INFO O| Aug 26 21:23:32.276 INFO STEP 461 (remove_files) COMPLETE |
| 6212 | 2025-08-26T21:23:32.292Z | [ recovery-image] Aug 26 21:23:32.276 INFO O| Aug 26 21:23:32.276 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6213 | 2025-08-26T21:23:32.292Z | [ recovery-image] Aug 26 21:23:32.292 INFO O| Aug 26 21:23:32.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
| 6214 | 2025-08-26T21:23:32.293Z | [ recovery-image] Aug 26 21:23:32.292 INFO O| Aug 26 21:23:32.292 INFO STEP 462 (remove_files) COMPLETE |
| 6215 | 2025-08-26T21:23:32.293Z | [ recovery-image] Aug 26 21:23:32.292 INFO O| Aug 26 21:23:32.292 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6216 | 2025-08-26T21:23:32.318Z | [ recovery-image] Aug 26 21:23:32.309 INFO O| Aug 26 21:23:32.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
| 6217 | 2025-08-26T21:23:32.318Z | [ recovery-image] Aug 26 21:23:32.310 INFO O| Aug 26 21:23:32.310 INFO STEP 463 (remove_files) COMPLETE |
| 6218 | 2025-08-26T21:23:32.318Z | [ recovery-image] Aug 26 21:23:32.310 INFO O| Aug 26 21:23:32.310 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6219 | 2025-08-26T21:23:32.343Z | [ recovery-image] Aug 26 21:23:32.327 INFO O| Aug 26 21:23:32.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
| 6220 | 2025-08-26T21:23:32.343Z | [ recovery-image] Aug 26 21:23:32.327 INFO O| Aug 26 21:23:32.327 INFO STEP 464 (remove_files) COMPLETE |
| 6221 | 2025-08-26T21:23:32.343Z | [ recovery-image] Aug 26 21:23:32.327 INFO O| Aug 26 21:23:32.327 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6222 | 2025-08-26T21:23:32.343Z | [ recovery-image] Aug 26 21:23:32.343 INFO O| Aug 26 21:23:32.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
| 6223 | 2025-08-26T21:23:32.343Z | [ recovery-image] Aug 26 21:23:32.343 INFO O| Aug 26 21:23:32.343 INFO STEP 465 (remove_files) COMPLETE |
| 6224 | 2025-08-26T21:23:32.343Z | [ recovery-image] Aug 26 21:23:32.343 INFO O| Aug 26 21:23:32.343 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6225 | 2025-08-26T21:23:32.368Z | [ recovery-image] Aug 26 21:23:32.361 INFO O| Aug 26 21:23:32.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
| 6226 | 2025-08-26T21:23:32.368Z | [ recovery-image] Aug 26 21:23:32.361 INFO O| Aug 26 21:23:32.361 INFO STEP 466 (remove_files) COMPLETE |
| 6227 | 2025-08-26T21:23:32.368Z | [ recovery-image] Aug 26 21:23:32.361 INFO O| Aug 26 21:23:32.361 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6228 | 2025-08-26T21:23:32.394Z | [ recovery-image] Aug 26 21:23:32.380 INFO O| Aug 26 21:23:32.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9" |
| 6229 | 2025-08-26T21:23:32.394Z | [ recovery-image] Aug 26 21:23:32.380 INFO O| Aug 26 21:23:32.380 INFO STEP 467 (remove_files) COMPLETE |
| 6230 | 2025-08-26T21:23:32.394Z | [ recovery-image] Aug 26 21:23:32.380 INFO O| Aug 26 21:23:32.380 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6231 | 2025-08-26T21:23:32.420Z | [ recovery-image] Aug 26 21:23:32.398 INFO O| Aug 26 21:23:32.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
| 6232 | 2025-08-26T21:23:32.420Z | [ recovery-image] Aug 26 21:23:32.398 INFO O| Aug 26 21:23:32.398 INFO STEP 468 (remove_files) COMPLETE |
| 6233 | 2025-08-26T21:23:32.420Z | [ recovery-image] Aug 26 21:23:32.398 INFO O| Aug 26 21:23:32.398 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6234 | 2025-08-26T21:23:32.420Z | [ recovery-image] Aug 26 21:23:32.416 INFO O| Aug 26 21:23:32.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
| 6235 | 2025-08-26T21:23:32.420Z | [ recovery-image] Aug 26 21:23:32.416 INFO O| Aug 26 21:23:32.416 INFO STEP 469 (remove_files) COMPLETE |
| 6236 | 2025-08-26T21:23:32.420Z | [ recovery-image] Aug 26 21:23:32.416 INFO O| Aug 26 21:23:32.416 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6237 | 2025-08-26T21:23:32.485Z | [ recovery-image] Aug 26 21:23:32.432 INFO O| Aug 26 21:23:32.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags" |
| 6238 | 2025-08-26T21:23:32.486Z | [ recovery-image] Aug 26 21:23:32.432 INFO O| Aug 26 21:23:32.432 INFO STEP 470 (remove_files) COMPLETE |
| 6239 | 2025-08-26T21:23:32.486Z | [ recovery-image] Aug 26 21:23:32.432 INFO O| Aug 26 21:23:32.432 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6240 | 2025-08-26T21:23:32.486Z | [ recovery-image] Aug 26 21:23:32.446 INFO O| Aug 26 21:23:32.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit" |
| 6241 | 2025-08-26T21:23:32.486Z | [ recovery-image] Aug 26 21:23:32.446 INFO O| Aug 26 21:23:32.446 INFO STEP 471 (remove_files) COMPLETE |
| 6242 | 2025-08-26T21:23:32.486Z | [ recovery-image] Aug 26 21:23:32.446 INFO O| Aug 26 21:23:32.446 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6243 | 2025-08-26T21:23:32.518Z | [ recovery-image] Aug 26 21:23:32.460 INFO O| Aug 26 21:23:32.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex" |
| 6244 | 2025-08-26T21:23:32.518Z | [ recovery-image] Aug 26 21:23:32.460 INFO O| Aug 26 21:23:32.460 INFO STEP 472 (remove_files) COMPLETE |
| 6245 | 2025-08-26T21:23:32.518Z | [ recovery-image] Aug 26 21:23:32.460 INFO O| Aug 26 21:23:32.460 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6246 | 2025-08-26T21:23:32.518Z | [ recovery-image] Aug 26 21:23:32.474 INFO O| Aug 26 21:23:32.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh" |
| 6247 | 2025-08-26T21:23:32.518Z | [ recovery-image] Aug 26 21:23:32.474 INFO O| Aug 26 21:23:32.474 INFO STEP 473 (remove_files) COMPLETE |
| 6248 | 2025-08-26T21:23:32.518Z | [ recovery-image] Aug 26 21:23:32.474 INFO O| Aug 26 21:23:32.474 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6249 | 2025-08-26T21:23:32.518Z | [ recovery-image] Aug 26 21:23:32.488 INFO O| Aug 26 21:23:32.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh" |
| 6250 | 2025-08-26T21:23:32.518Z | [ recovery-image] Aug 26 21:23:32.489 INFO O| Aug 26 21:23:32.489 INFO STEP 474 (remove_files) COMPLETE |
| 6251 | 2025-08-26T21:23:32.518Z | [ recovery-image] Aug 26 21:23:32.489 INFO O| Aug 26 21:23:32.489 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6252 | 2025-08-26T21:23:32.518Z | [ recovery-image] Aug 26 21:23:32.503 INFO O| Aug 26 21:23:32.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit" |
| 6253 | 2025-08-26T21:23:32.518Z | [ recovery-image] Aug 26 21:23:32.503 INFO O| Aug 26 21:23:32.503 INFO STEP 475 (remove_files) COMPLETE |
| 6254 | 2025-08-26T21:23:32.518Z | [ recovery-image] Aug 26 21:23:32.503 INFO O| Aug 26 21:23:32.503 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6255 | 2025-08-26T21:23:32.544Z | [ recovery-image] Aug 26 21:23:32.516 INFO O| Aug 26 21:23:32.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi" |
| 6256 | 2025-08-26T21:23:32.544Z | [ recovery-image] Aug 26 21:23:32.516 INFO O| Aug 26 21:23:32.516 INFO STEP 476 (remove_files) COMPLETE |
| 6257 | 2025-08-26T21:23:32.544Z | [ recovery-image] Aug 26 21:23:32.516 INFO O| Aug 26 21:23:32.516 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6258 | 2025-08-26T21:23:32.544Z | [ recovery-image] Aug 26 21:23:32.528 INFO O| Aug 26 21:23:32.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view" |
| 6259 | 2025-08-26T21:23:32.544Z | [ recovery-image] Aug 26 21:23:32.528 INFO O| Aug 26 21:23:32.528 INFO STEP 477 (remove_files) COMPLETE |
| 6260 | 2025-08-26T21:23:32.544Z | [ recovery-image] Aug 26 21:23:32.528 INFO O| Aug 26 21:23:32.528 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6261 | 2025-08-26T21:23:32.544Z | [ recovery-image] Aug 26 21:23:32.540 INFO O| Aug 26 21:23:32.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux" |
| 6262 | 2025-08-26T21:23:32.544Z | [ recovery-image] Aug 26 21:23:32.540 INFO O| Aug 26 21:23:32.540 INFO STEP 478 (remove_files) COMPLETE |
| 6263 | 2025-08-26T21:23:32.544Z | [ recovery-image] Aug 26 21:23:32.540 INFO O| Aug 26 21:23:32.540 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6264 | 2025-08-26T21:23:32.569Z | [ recovery-image] Aug 26 21:23:32.554 INFO O| Aug 26 21:23:32.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool" |
| 6265 | 2025-08-26T21:23:32.569Z | [ recovery-image] Aug 26 21:23:32.554 INFO O| Aug 26 21:23:32.554 INFO STEP 479 (remove_files) COMPLETE |
| 6266 | 2025-08-26T21:23:32.569Z | [ recovery-image] Aug 26 21:23:32.554 INFO O| Aug 26 21:23:32.554 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6267 | 2025-08-26T21:23:32.569Z | [ recovery-image] Aug 26 21:23:32.565 INFO O| Aug 26 21:23:32.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt" |
| 6268 | 2025-08-26T21:23:32.569Z | [ recovery-image] Aug 26 21:23:32.566 INFO O| Aug 26 21:23:32.566 INFO STEP 480 (remove_files) COMPLETE |
| 6269 | 2025-08-26T21:23:32.569Z | [ recovery-image] Aug 26 21:23:32.566 INFO O| Aug 26 21:23:32.566 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6270 | 2025-08-26T21:23:32.594Z | [ recovery-image] Aug 26 21:23:32.585 INFO O| Aug 26 21:23:32.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm" |
| 6271 | 2025-08-26T21:23:32.594Z | [ recovery-image] Aug 26 21:23:32.585 INFO O| Aug 26 21:23:32.585 INFO STEP 481 (remove_files) COMPLETE |
| 6272 | 2025-08-26T21:23:32.594Z | [ recovery-image] Aug 26 21:23:32.585 INFO O| Aug 26 21:23:32.585 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6273 | 2025-08-26T21:23:32.620Z | [ recovery-image] Aug 26 21:23:32.600 INFO O| Aug 26 21:23:32.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts" |
| 6274 | 2025-08-26T21:23:32.620Z | [ recovery-image] Aug 26 21:23:32.600 INFO O| Aug 26 21:23:32.600 INFO STEP 482 (remove_files) COMPLETE |
| 6275 | 2025-08-26T21:23:32.620Z | [ recovery-image] Aug 26 21:23:32.600 INFO O| Aug 26 21:23:32.600 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6276 | 2025-08-26T21:23:32.620Z | [ recovery-image] Aug 26 21:23:32.612 INFO O| Aug 26 21:23:32.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm" |
| 6277 | 2025-08-26T21:23:32.620Z | [ recovery-image] Aug 26 21:23:32.613 INFO O| Aug 26 21:23:32.613 INFO STEP 483 (remove_files) COMPLETE |
| 6278 | 2025-08-26T21:23:32.620Z | [ recovery-image] Aug 26 21:23:32.613 INFO O| Aug 26 21:23:32.613 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6279 | 2025-08-26T21:23:32.646Z | [ recovery-image] Aug 26 21:23:32.624 INFO O| Aug 26 21:23:32.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons" |
| 6280 | 2025-08-26T21:23:32.646Z | [ recovery-image] Aug 26 21:23:32.624 INFO O| Aug 26 21:23:32.624 INFO STEP 484 (remove_files) COMPLETE |
| 6281 | 2025-08-26T21:23:32.646Z | [ recovery-image] Aug 26 21:23:32.624 INFO O| Aug 26 21:23:32.624 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6282 | 2025-08-26T21:23:32.646Z | [ recovery-image] Aug 26 21:23:32.634 INFO O| Aug 26 21:23:32.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf" |
| 6283 | 2025-08-26T21:23:32.646Z | [ recovery-image] Aug 26 21:23:32.634 INFO O| Aug 26 21:23:32.634 INFO STEP 485 (remove_files) COMPLETE |
| 6284 | 2025-08-26T21:23:32.646Z | [ recovery-image] Aug 26 21:23:32.635 INFO O| Aug 26 21:23:32.634 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6285 | 2025-08-26T21:23:32.646Z | [ recovery-image] Aug 26 21:23:32.645 INFO O| Aug 26 21:23:32.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf" |
| 6286 | 2025-08-26T21:23:32.646Z | [ recovery-image] Aug 26 21:23:32.645 INFO O| Aug 26 21:23:32.645 INFO STEP 486 (remove_files) COMPLETE |
| 6287 | 2025-08-26T21:23:32.646Z | [ recovery-image] Aug 26 21:23:32.645 INFO O| Aug 26 21:23:32.645 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6288 | 2025-08-26T21:23:32.672Z | [ recovery-image] Aug 26 21:23:32.656 INFO O| Aug 26 21:23:32.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf" |
| 6289 | 2025-08-26T21:23:32.672Z | [ recovery-image] Aug 26 21:23:32.656 INFO O| Aug 26 21:23:32.656 INFO STEP 487 (remove_files) COMPLETE |
| 6290 | 2025-08-26T21:23:32.672Z | [ recovery-image] Aug 26 21:23:32.656 INFO O| Aug 26 21:23:32.656 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6291 | 2025-08-26T21:23:32.672Z | [ recovery-image] Aug 26 21:23:32.668 INFO O| Aug 26 21:23:32.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf" |
| 6292 | 2025-08-26T21:23:32.672Z | [ recovery-image] Aug 26 21:23:32.668 INFO O| Aug 26 21:23:32.668 INFO STEP 488 (remove_files) COMPLETE |
| 6293 | 2025-08-26T21:23:32.672Z | [ recovery-image] Aug 26 21:23:32.668 INFO O| Aug 26 21:23:32.668 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6294 | 2025-08-26T21:23:32.698Z | [ recovery-image] Aug 26 21:23:32.680 INFO O| Aug 26 21:23:32.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf" |
| 6295 | 2025-08-26T21:23:32.698Z | [ recovery-image] Aug 26 21:23:32.680 INFO O| Aug 26 21:23:32.680 INFO STEP 489 (remove_files) COMPLETE |
| 6296 | 2025-08-26T21:23:32.698Z | [ recovery-image] Aug 26 21:23:32.680 INFO O| Aug 26 21:23:32.680 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6297 | 2025-08-26T21:23:32.699Z | [ recovery-image] Aug 26 21:23:32.691 INFO O| Aug 26 21:23:32.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf" |
| 6298 | 2025-08-26T21:23:32.699Z | [ recovery-image] Aug 26 21:23:32.691 INFO O| Aug 26 21:23:32.691 INFO STEP 490 (remove_files) COMPLETE |
| 6299 | 2025-08-26T21:23:32.699Z | [ recovery-image] Aug 26 21:23:32.691 INFO O| Aug 26 21:23:32.691 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6300 | 2025-08-26T21:23:32.724Z | [ recovery-image] Aug 26 21:23:32.702 INFO O| Aug 26 21:23:32.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf" |
| 6301 | 2025-08-26T21:23:32.724Z | [ recovery-image] Aug 26 21:23:32.702 INFO O| Aug 26 21:23:32.702 INFO STEP 491 (remove_files) COMPLETE |
| 6302 | 2025-08-26T21:23:32.724Z | [ recovery-image] Aug 26 21:23:32.702 INFO O| Aug 26 21:23:32.702 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6303 | 2025-08-26T21:23:32.724Z | [ recovery-image] Aug 26 21:23:32.713 INFO O| Aug 26 21:23:32.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf" |
| 6304 | 2025-08-26T21:23:32.724Z | [ recovery-image] Aug 26 21:23:32.713 INFO O| Aug 26 21:23:32.713 INFO STEP 492 (remove_files) COMPLETE |
| 6305 | 2025-08-26T21:23:32.724Z | [ recovery-image] Aug 26 21:23:32.713 INFO O| Aug 26 21:23:32.713 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6306 | 2025-08-26T21:23:32.751Z | [ recovery-image] Aug 26 21:23:32.735 INFO O| Aug 26 21:23:32.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec" |
| 6307 | 2025-08-26T21:23:32.751Z | [ recovery-image] Aug 26 21:23:32.735 INFO O| Aug 26 21:23:32.735 INFO STEP 493 (remove_files) COMPLETE |
| 6308 | 2025-08-26T21:23:32.751Z | [ recovery-image] Aug 26 21:23:32.735 INFO O| Aug 26 21:23:32.735 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6309 | 2025-08-26T21:23:32.776Z | [ recovery-image] Aug 26 21:23:32.755 INFO O| Aug 26 21:23:32.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec" |
| 6310 | 2025-08-26T21:23:32.776Z | [ recovery-image] Aug 26 21:23:32.755 INFO O| Aug 26 21:23:32.755 INFO STEP 494 (remove_files) COMPLETE |
| 6311 | 2025-08-26T21:23:32.776Z | [ recovery-image] Aug 26 21:23:32.755 INFO O| Aug 26 21:23:32.755 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6312 | 2025-08-26T21:23:32.776Z | [ recovery-image] Aug 26 21:23:32.773 INFO O| Aug 26 21:23:32.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs" |
| 6313 | 2025-08-26T21:23:32.776Z | [ recovery-image] Aug 26 21:23:32.773 INFO O| Aug 26 21:23:32.773 INFO STEP 495 (remove_files) COMPLETE |
| 6314 | 2025-08-26T21:23:32.776Z | [ recovery-image] Aug 26 21:23:32.773 INFO O| Aug 26 21:23:32.773 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6315 | 2025-08-26T21:23:33.237Z | [ recovery-image] Aug 26 21:23:32.795 INFO O| Aug 26 21:23:32.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs" |
| 6316 | 2025-08-26T21:23:33.237Z | [ recovery-image] Aug 26 21:23:32.795 INFO O| Aug 26 21:23:32.795 INFO STEP 496 (remove_files) COMPLETE |
| 6317 | 2025-08-26T21:23:33.237Z | [ recovery-image] Aug 26 21:23:32.795 INFO O| Aug 26 21:23:32.795 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6318 | 2025-08-26T21:23:33.432Z | [ recovery-image] Aug 26 21:23:32.814 INFO O| Aug 26 21:23:32.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
| 6319 | 2025-08-26T21:23:33.432Z | [ recovery-image] Aug 26 21:23:32.814 INFO O| Aug 26 21:23:32.814 INFO STEP 497 (remove_files) COMPLETE |
| 6320 | 2025-08-26T21:23:33.432Z | [ recovery-image] Aug 26 21:23:32.814 INFO O| Aug 26 21:23:32.814 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6321 | 2025-08-26T21:23:33.432Z | [ recovery-image] Aug 26 21:23:32.831 INFO O| Aug 26 21:23:32.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
| 6322 | 2025-08-26T21:23:33.432Z | [ recovery-image] Aug 26 21:23:32.831 INFO O| Aug 26 21:23:32.831 INFO STEP 498 (remove_files) COMPLETE |
| 6323 | 2025-08-26T21:23:33.432Z | [ recovery-image] Aug 26 21:23:32.831 INFO O| Aug 26 21:23:32.831 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6324 | 2025-08-26T21:23:33.432Z | [ recovery-image] Aug 26 21:23:32.853 INFO O| Aug 26 21:23:32.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
| 6325 | 2025-08-26T21:23:33.432Z | [ recovery-image] Aug 26 21:23:32.854 INFO O| Aug 26 21:23:32.853 INFO STEP 499 (remove_files) COMPLETE |
| 6326 | 2025-08-26T21:23:33.432Z | [ recovery-image] Aug 26 21:23:32.854 INFO O| Aug 26 21:23:32.854 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6327 | 2025-08-26T21:23:33.432Z | [ recovery-image] Aug 26 21:23:32.876 INFO O| Aug 26 21:23:32.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
| 6328 | 2025-08-26T21:23:33.432Z | [ recovery-image] Aug 26 21:23:32.876 INFO O| Aug 26 21:23:32.876 INFO STEP 500 (remove_files) COMPLETE |
| 6329 | 2025-08-26T21:23:33.432Z | [ recovery-image] Aug 26 21:23:32.876 INFO O| Aug 26 21:23:32.876 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6330 | 2025-08-26T21:23:33.432Z | [ recovery-image] Aug 26 21:23:32.895 INFO O| Aug 26 21:23:32.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
| 6331 | 2025-08-26T21:23:33.432Z | [ recovery-image] Aug 26 21:23:32.896 INFO O| Aug 26 21:23:32.896 INFO STEP 501 (remove_files) COMPLETE |
| 6332 | 2025-08-26T21:23:33.432Z | [ recovery-image] Aug 26 21:23:32.896 INFO O| Aug 26 21:23:32.896 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6333 | 2025-08-26T21:23:33.433Z | [ recovery-image] Aug 26 21:23:32.912 INFO O| Aug 26 21:23:32.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
| 6334 | 2025-08-26T21:23:33.433Z | [ recovery-image] Aug 26 21:23:32.912 INFO O| Aug 26 21:23:32.912 INFO STEP 502 (remove_files) COMPLETE |
| 6335 | 2025-08-26T21:23:33.433Z | [ recovery-image] Aug 26 21:23:32.912 INFO O| Aug 26 21:23:32.912 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6336 | 2025-08-26T21:23:33.433Z | [ recovery-image] Aug 26 21:23:32.929 INFO O| Aug 26 21:23:32.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA" |
| 6337 | 2025-08-26T21:23:33.433Z | [ recovery-image] Aug 26 21:23:32.930 INFO O| Aug 26 21:23:32.930 INFO STEP 503 (remove_files) COMPLETE |
| 6338 | 2025-08-26T21:23:33.433Z | [ recovery-image] Aug 26 21:23:32.930 INFO O| Aug 26 21:23:32.930 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6339 | 2025-08-26T21:23:33.433Z | [ recovery-image] Aug 26 21:23:32.942 INFO O| Aug 26 21:23:32.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT" |
| 6340 | 2025-08-26T21:23:33.433Z | [ recovery-image] Aug 26 21:23:32.942 INFO O| Aug 26 21:23:32.942 INFO STEP 504 (remove_files) COMPLETE |
| 6341 | 2025-08-26T21:23:33.433Z | [ recovery-image] Aug 26 21:23:32.942 INFO O| Aug 26 21:23:32.942 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6342 | 2025-08-26T21:23:33.433Z | [ recovery-image] Aug 26 21:23:32.963 INFO O| Aug 26 21:23:32.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
| 6343 | 2025-08-26T21:23:33.433Z | [ recovery-image] Aug 26 21:23:32.963 INFO O| Aug 26 21:23:32.963 INFO STEP 505 (remove_files) COMPLETE |
| 6344 | 2025-08-26T21:23:33.433Z | [ recovery-image] Aug 26 21:23:32.963 INFO O| Aug 26 21:23:32.963 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6345 | 2025-08-26T21:23:33.433Z | [ recovery-image] Aug 26 21:23:32.976 INFO O| Aug 26 21:23:32.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
| 6346 | 2025-08-26T21:23:33.433Z | [ recovery-image] Aug 26 21:23:32.976 INFO O| Aug 26 21:23:32.976 INFO STEP 506 (remove_files) COMPLETE |
| 6347 | 2025-08-26T21:23:33.433Z | [ recovery-image] Aug 26 21:23:32.976 INFO O| Aug 26 21:23:32.976 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6348 | 2025-08-26T21:23:33.433Z | [ recovery-image] Aug 26 21:23:32.989 INFO O| Aug 26 21:23:32.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod" |
| 6349 | 2025-08-26T21:23:33.433Z | [ recovery-image] Aug 26 21:23:32.989 INFO O| Aug 26 21:23:32.989 INFO STEP 507 (remove_files) COMPLETE |
| 6350 | 2025-08-26T21:23:33.433Z | [ recovery-image] Aug 26 21:23:32.989 INFO O| Aug 26 21:23:32.989 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6351 | 2025-08-26T21:23:33.433Z | [ recovery-image] Aug 26 21:23:33.001 INFO O| Aug 26 21:23:33.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod" |
| 6352 | 2025-08-26T21:23:33.433Z | [ recovery-image] Aug 26 21:23:33.002 INFO O| Aug 26 21:23:33.002 INFO STEP 508 (remove_files) COMPLETE |
| 6353 | 2025-08-26T21:23:33.433Z | [ recovery-image] Aug 26 21:23:33.002 INFO O| Aug 26 21:23:33.002 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6354 | 2025-08-26T21:23:33.433Z | [ recovery-image] Aug 26 21:23:33.014 INFO O| Aug 26 21:23:33.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl" |
| 6355 | 2025-08-26T21:23:33.433Z | [ recovery-image] Aug 26 21:23:33.014 INFO O| Aug 26 21:23:33.014 INFO STEP 509 (remove_files) COMPLETE |
| 6356 | 2025-08-26T21:23:33.433Z | [ recovery-image] Aug 26 21:23:33.014 INFO O| Aug 26 21:23:33.014 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6357 | 2025-08-26T21:23:33.433Z | [ recovery-image] Aug 26 21:23:33.026 INFO O| Aug 26 21:23:33.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys" |
| 6358 | 2025-08-26T21:23:33.433Z | [ recovery-image] Aug 26 21:23:33.026 INFO O| Aug 26 21:23:33.026 INFO STEP 510 (remove_files) COMPLETE |
| 6359 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.026 INFO O| Aug 26 21:23:33.026 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6360 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.040 INFO O| Aug 26 21:23:33.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct" |
| 6361 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.040 INFO O| Aug 26 21:23:33.040 INFO STEP 511 (remove_files) COMPLETE |
| 6362 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.040 INFO O| Aug 26 21:23:33.040 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6363 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.060 INFO O| Aug 26 21:23:33.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README" |
| 6364 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.060 INFO O| Aug 26 21:23:33.060 INFO STEP 512 (remove_files) COMPLETE |
| 6365 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.060 INFO O| Aug 26 21:23:33.060 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6366 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.073 INFO O| Aug 26 21:23:33.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map" |
| 6367 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.073 INFO O| Aug 26 21:23:33.073 INFO STEP 513 (remove_files) COMPLETE |
| 6368 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.073 INFO O| Aug 26 21:23:33.073 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6369 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.085 INFO O| Aug 26 21:23:33.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace" |
| 6370 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.085 INFO O| Aug 26 21:23:33.085 INFO STEP 514 (remove_files) COMPLETE |
| 6371 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.085 INFO O| Aug 26 21:23:33.085 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6372 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.098 INFO O| Aug 26 21:23:33.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen" |
| 6373 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.098 INFO O| Aug 26 21:23:33.098 INFO STEP 515 (remove_files) COMPLETE |
| 6374 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.098 INFO O| Aug 26 21:23:33.098 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6375 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.111 INFO O| Aug 26 21:23:33.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1" |
| 6376 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.111 INFO O| Aug 26 21:23:33.111 INFO STEP 516 (remove_files) COMPLETE |
| 6377 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.111 INFO O| Aug 26 21:23:33.111 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6378 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.124 INFO O| Aug 26 21:23:33.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3" |
| 6379 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.124 INFO O| Aug 26 21:23:33.124 INFO STEP 517 (remove_files) COMPLETE |
| 6380 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.124 INFO O| Aug 26 21:23:33.124 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6381 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.140 INFO O| Aug 26 21:23:33.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4" |
| 6382 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.140 INFO O| Aug 26 21:23:33.140 INFO STEP 518 (remove_files) COMPLETE |
| 6383 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.140 INFO O| Aug 26 21:23:33.140 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6384 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.156 INFO O| Aug 26 21:23:33.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o" |
| 6385 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.156 INFO O| Aug 26 21:23:33.156 INFO STEP 519 (remove_files) COMPLETE |
| 6386 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.156 INFO O| Aug 26 21:23:33.156 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6387 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.195 INFO O| Aug 26 21:23:33.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o" |
| 6388 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.195 INFO O| Aug 26 21:23:33.195 INFO STEP 520 (remove_files) COMPLETE |
| 6389 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.195 INFO O| Aug 26 21:23:33.195 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6390 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.209 INFO O| Aug 26 21:23:33.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1" |
| 6391 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.209 INFO O| Aug 26 21:23:33.209 INFO STEP 521 (remove_files) COMPLETE |
| 6392 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.209 INFO O| Aug 26 21:23:33.209 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6393 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.224 INFO O| Aug 26 21:23:33.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
| 6394 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.224 INFO O| Aug 26 21:23:33.224 INFO STEP 522 (remove_files) COMPLETE |
| 6395 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.224 INFO O| Aug 26 21:23:33.224 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6396 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.238 INFO O| Aug 26 21:23:33.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept" |
| 6397 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.238 INFO O| Aug 26 21:23:33.238 INFO STEP 523 (remove_files) COMPLETE |
| 6398 | 2025-08-26T21:23:33.434Z | [ recovery-image] Aug 26 21:23:33.238 INFO O| Aug 26 21:23:33.238 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6399 | 2025-08-26T21:23:33.435Z | [ recovery-image] Aug 26 21:23:33.252 INFO O| Aug 26 21:23:33.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename" |
| 6400 | 2025-08-26T21:23:33.435Z | [ recovery-image] Aug 26 21:23:33.252 INFO O| Aug 26 21:23:33.252 INFO STEP 524 (remove_files) COMPLETE |
| 6401 | 2025-08-26T21:23:33.435Z | [ recovery-image] Aug 26 21:23:33.252 INFO O| Aug 26 21:23:33.252 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6402 | 2025-08-26T21:23:33.461Z | [ recovery-image] Aug 26 21:23:33.271 INFO O| Aug 26 21:23:33.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv" |
| 6403 | 2025-08-26T21:23:33.461Z | [ recovery-image] Aug 26 21:23:33.271 INFO O| Aug 26 21:23:33.271 INFO STEP 525 (remove_files) COMPLETE |
| 6404 | 2025-08-26T21:23:33.461Z | [ recovery-image] Aug 26 21:23:33.271 INFO O| Aug 26 21:23:33.271 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6405 | 2025-08-26T21:23:33.461Z | [ recovery-image] Aug 26 21:23:33.285 INFO O| Aug 26 21:23:33.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut" |
| 6406 | 2025-08-26T21:23:33.461Z | [ recovery-image] Aug 26 21:23:33.286 INFO O| Aug 26 21:23:33.285 INFO STEP 526 (remove_files) COMPLETE |
| 6407 | 2025-08-26T21:23:33.461Z | [ recovery-image] Aug 26 21:23:33.286 INFO O| Aug 26 21:23:33.286 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6408 | 2025-08-26T21:23:33.461Z | [ recovery-image] Aug 26 21:23:33.299 INFO O| Aug 26 21:23:33.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname" |
| 6409 | 2025-08-26T21:23:33.461Z | [ recovery-image] Aug 26 21:23:33.299 INFO O| Aug 26 21:23:33.299 INFO STEP 527 (remove_files) COMPLETE |
| 6410 | 2025-08-26T21:23:33.461Z | [ recovery-image] Aug 26 21:23:33.299 INFO O| Aug 26 21:23:33.299 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6411 | 2025-08-26T21:23:33.461Z | [ recovery-image] Aug 26 21:23:33.312 INFO O| Aug 26 21:23:33.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags" |
| 6412 | 2025-08-26T21:23:33.461Z | [ recovery-image] Aug 26 21:23:33.312 INFO O| Aug 26 21:23:33.312 INFO STEP 528 (remove_files) COMPLETE |
| 6413 | 2025-08-26T21:23:33.461Z | [ recovery-image] Aug 26 21:23:33.312 INFO O| Aug 26 21:23:33.312 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6414 | 2025-08-26T21:23:33.461Z | [ recovery-image] Aug 26 21:23:33.326 INFO O| Aug 26 21:23:33.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo" |
| 6415 | 2025-08-26T21:23:33.461Z | [ recovery-image] Aug 26 21:23:33.326 INFO O| Aug 26 21:23:33.326 INFO STEP 529 (remove_files) COMPLETE |
| 6416 | 2025-08-26T21:23:33.461Z | [ recovery-image] Aug 26 21:23:33.326 INFO O| Aug 26 21:23:33.326 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6417 | 2025-08-26T21:23:33.461Z | [ recovery-image] Aug 26 21:23:33.339 INFO O| Aug 26 21:23:33.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head" |
| 6418 | 2025-08-26T21:23:33.461Z | [ recovery-image] Aug 26 21:23:33.339 INFO O| Aug 26 21:23:33.339 INFO STEP 530 (remove_files) COMPLETE |
| 6419 | 2025-08-26T21:23:33.461Z | [ recovery-image] Aug 26 21:23:33.339 INFO O| Aug 26 21:23:33.339 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6420 | 2025-08-26T21:23:33.461Z | [ recovery-image] Aug 26 21:23:33.353 INFO O| Aug 26 21:23:33.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id" |
| 6421 | 2025-08-26T21:23:33.461Z | [ recovery-image] Aug 26 21:23:33.353 INFO O| Aug 26 21:23:33.353 INFO STEP 531 (remove_files) COMPLETE |
| 6422 | 2025-08-26T21:23:33.461Z | [ recovery-image] Aug 26 21:23:33.353 INFO O| Aug 26 21:23:33.353 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6423 | 2025-08-26T21:23:33.462Z | [ recovery-image] Aug 26 21:23:33.365 INFO O| Aug 26 21:23:33.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln" |
| 6424 | 2025-08-26T21:23:33.462Z | [ recovery-image] Aug 26 21:23:33.366 INFO O| Aug 26 21:23:33.365 INFO STEP 532 (remove_files) COMPLETE |
| 6425 | 2025-08-26T21:23:33.462Z | [ recovery-image] Aug 26 21:23:33.366 INFO O| Aug 26 21:23:33.366 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6426 | 2025-08-26T21:23:33.462Z | [ recovery-image] Aug 26 21:23:33.378 INFO O| Aug 26 21:23:33.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h" |
| 6427 | 2025-08-26T21:23:33.462Z | [ recovery-image] Aug 26 21:23:33.378 INFO O| Aug 26 21:23:33.378 INFO STEP 533 (remove_files) COMPLETE |
| 6428 | 2025-08-26T21:23:33.462Z | [ recovery-image] Aug 26 21:23:33.378 INFO O| Aug 26 21:23:33.378 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6429 | 2025-08-26T21:23:33.462Z | [ recovery-image] Aug 26 21:23:33.392 INFO O| Aug 26 21:23:33.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname" |
| 6430 | 2025-08-26T21:23:33.462Z | [ recovery-image] Aug 26 21:23:33.392 INFO O| Aug 26 21:23:33.392 INFO STEP 534 (remove_files) COMPLETE |
| 6431 | 2025-08-26T21:23:33.462Z | [ recovery-image] Aug 26 21:23:33.392 INFO O| Aug 26 21:23:33.392 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6432 | 2025-08-26T21:23:33.462Z | [ recovery-image] Aug 26 21:23:33.411 INFO O| Aug 26 21:23:33.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir" |
| 6433 | 2025-08-26T21:23:33.462Z | [ recovery-image] Aug 26 21:23:33.411 INFO O| Aug 26 21:23:33.411 INFO STEP 535 (remove_files) COMPLETE |
| 6434 | 2025-08-26T21:23:33.462Z | [ recovery-image] Aug 26 21:23:33.411 INFO O| Aug 26 21:23:33.411 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6435 | 2025-08-26T21:23:33.462Z | [ recovery-image] Aug 26 21:23:33.432 INFO O| Aug 26 21:23:33.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo" |
| 6436 | 2025-08-26T21:23:33.462Z | [ recovery-image] Aug 26 21:23:33.432 INFO O| Aug 26 21:23:33.432 INFO STEP 536 (remove_files) COMPLETE |
| 6437 | 2025-08-26T21:23:33.462Z | [ recovery-image] Aug 26 21:23:33.432 INFO O| Aug 26 21:23:33.432 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6438 | 2025-08-26T21:23:33.489Z | [ recovery-image] Aug 26 21:23:33.447 INFO O| Aug 26 21:23:33.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp" |
| 6439 | 2025-08-26T21:23:33.489Z | [ recovery-image] Aug 26 21:23:33.447 INFO O| Aug 26 21:23:33.447 INFO STEP 537 (remove_files) COMPLETE |
| 6440 | 2025-08-26T21:23:33.489Z | [ recovery-image] Aug 26 21:23:33.447 INFO O| Aug 26 21:23:33.447 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6441 | 2025-08-26T21:23:33.489Z | [ recovery-image] Aug 26 21:23:33.463 INFO O| Aug 26 21:23:33.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid" |
| 6442 | 2025-08-26T21:23:33.489Z | [ recovery-image] Aug 26 21:23:33.463 INFO O| Aug 26 21:23:33.463 INFO STEP 538 (remove_files) COMPLETE |
| 6443 | 2025-08-26T21:23:33.489Z | [ recovery-image] Aug 26 21:23:33.463 INFO O| Aug 26 21:23:33.463 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6444 | 2025-08-26T21:23:33.489Z | [ recovery-image] Aug 26 21:23:33.481 INFO O| Aug 26 21:23:33.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk" |
| 6445 | 2025-08-26T21:23:33.489Z | [ recovery-image] Aug 26 21:23:33.481 INFO O| Aug 26 21:23:33.481 INFO STEP 539 (remove_files) COMPLETE |
| 6446 | 2025-08-26T21:23:33.489Z | [ recovery-image] Aug 26 21:23:33.481 INFO O| Aug 26 21:23:33.481 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6447 | 2025-08-26T21:23:33.516Z | [ recovery-image] Aug 26 21:23:33.503 INFO O| Aug 26 21:23:33.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print" |
| 6448 | 2025-08-26T21:23:33.516Z | [ recovery-image] Aug 26 21:23:33.503 INFO O| Aug 26 21:23:33.503 INFO STEP 540 (remove_files) COMPLETE |
| 6449 | 2025-08-26T21:23:33.516Z | [ recovery-image] Aug 26 21:23:33.503 INFO O| Aug 26 21:23:33.503 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6450 | 2025-08-26T21:23:33.541Z | [ recovery-image] Aug 26 21:23:33.522 INFO O| Aug 26 21:23:33.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv" |
| 6451 | 2025-08-26T21:23:33.542Z | [ recovery-image] Aug 26 21:23:33.522 INFO O| Aug 26 21:23:33.522 INFO STEP 541 (remove_files) COMPLETE |
| 6452 | 2025-08-26T21:23:33.542Z | [ recovery-image] Aug 26 21:23:33.522 INFO O| Aug 26 21:23:33.522 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6453 | 2025-08-26T21:23:33.542Z | [ recovery-image] Aug 26 21:23:33.539 INFO O| Aug 26 21:23:33.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push" |
| 6454 | 2025-08-26T21:23:33.542Z | [ recovery-image] Aug 26 21:23:33.539 INFO O| Aug 26 21:23:33.539 INFO STEP 542 (remove_files) COMPLETE |
| 6455 | 2025-08-26T21:23:33.542Z | [ recovery-image] Aug 26 21:23:33.539 INFO O| Aug 26 21:23:33.539 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6456 | 2025-08-26T21:23:33.571Z | [ recovery-image] Aug 26 21:23:33.557 INFO O| Aug 26 21:23:33.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath" |
| 6457 | 2025-08-26T21:23:33.571Z | [ recovery-image] Aug 26 21:23:33.557 INFO O| Aug 26 21:23:33.557 INFO STEP 543 (remove_files) COMPLETE |
| 6458 | 2025-08-26T21:23:33.571Z | [ recovery-image] Aug 26 21:23:33.557 INFO O| Aug 26 21:23:33.557 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6459 | 2025-08-26T21:23:33.597Z | [ recovery-image] Aug 26 21:23:33.575 INFO O| Aug 26 21:23:33.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm" |
| 6460 | 2025-08-26T21:23:33.597Z | [ recovery-image] Aug 26 21:23:33.576 INFO O| Aug 26 21:23:33.575 INFO STEP 544 (remove_files) COMPLETE |
| 6461 | 2025-08-26T21:23:33.597Z | [ recovery-image] Aug 26 21:23:33.576 INFO O| Aug 26 21:23:33.575 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6462 | 2025-08-26T21:23:33.597Z | [ recovery-image] Aug 26 21:23:33.594 INFO O| Aug 26 21:23:33.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir" |
| 6463 | 2025-08-26T21:23:33.597Z | [ recovery-image] Aug 26 21:23:33.594 INFO O| Aug 26 21:23:33.594 INFO STEP 545 (remove_files) COMPLETE |
| 6464 | 2025-08-26T21:23:33.597Z | [ recovery-image] Aug 26 21:23:33.594 INFO O| Aug 26 21:23:33.594 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6465 | 2025-08-26T21:23:33.624Z | [ recovery-image] Aug 26 21:23:33.611 INFO O| Aug 26 21:23:33.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq" |
| 6466 | 2025-08-26T21:23:33.624Z | [ recovery-image] Aug 26 21:23:33.611 INFO O| Aug 26 21:23:33.611 INFO STEP 546 (remove_files) COMPLETE |
| 6467 | 2025-08-26T21:23:33.624Z | [ recovery-image] Aug 26 21:23:33.611 INFO O| Aug 26 21:23:33.611 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6468 | 2025-08-26T21:23:33.649Z | [ recovery-image] Aug 26 21:23:33.625 INFO O| Aug 26 21:23:33.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid" |
| 6469 | 2025-08-26T21:23:33.649Z | [ recovery-image] Aug 26 21:23:33.625 INFO O| Aug 26 21:23:33.625 INFO STEP 547 (remove_files) COMPLETE |
| 6470 | 2025-08-26T21:23:33.649Z | [ recovery-image] Aug 26 21:23:33.625 INFO O| Aug 26 21:23:33.625 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6471 | 2025-08-26T21:23:33.649Z | [ recovery-image] Aug 26 21:23:33.639 INFO O| Aug 26 21:23:33.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep" |
| 6472 | 2025-08-26T21:23:33.649Z | [ recovery-image] Aug 26 21:23:33.639 INFO O| Aug 26 21:23:33.639 INFO STEP 548 (remove_files) COMPLETE |
| 6473 | 2025-08-26T21:23:33.649Z | [ recovery-image] Aug 26 21:23:33.639 INFO O| Aug 26 21:23:33.639 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6474 | 2025-08-26T21:23:33.674Z | [ recovery-image] Aug 26 21:23:33.654 INFO O| Aug 26 21:23:33.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime" |
| 6475 | 2025-08-26T21:23:33.674Z | [ recovery-image] Aug 26 21:23:33.654 INFO O| Aug 26 21:23:33.654 INFO STEP 549 (remove_files) COMPLETE |
| 6476 | 2025-08-26T21:23:33.674Z | [ recovery-image] Aug 26 21:23:33.654 INFO O| Aug 26 21:23:33.654 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6477 | 2025-08-26T21:23:33.674Z | [ recovery-image] Aug 26 21:23:33.672 INFO O| Aug 26 21:23:33.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync" |
| 6478 | 2025-08-26T21:23:33.674Z | [ recovery-image] Aug 26 21:23:33.672 INFO O| Aug 26 21:23:33.672 INFO STEP 550 (remove_files) COMPLETE |
| 6479 | 2025-08-26T21:23:33.674Z | [ recovery-image] Aug 26 21:23:33.672 INFO O| Aug 26 21:23:33.672 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6480 | 2025-08-26T21:23:33.699Z | [ recovery-image] Aug 26 21:23:33.689 INFO O| Aug 26 21:23:33.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee" |
| 6481 | 2025-08-26T21:23:33.699Z | [ recovery-image] Aug 26 21:23:33.689 INFO O| Aug 26 21:23:33.689 INFO STEP 551 (remove_files) COMPLETE |
| 6482 | 2025-08-26T21:23:33.699Z | [ recovery-image] Aug 26 21:23:33.689 INFO O| Aug 26 21:23:33.689 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6483 | 2025-08-26T21:23:33.724Z | [ recovery-image] Aug 26 21:23:33.707 INFO O| Aug 26 21:23:33.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse" |
| 6484 | 2025-08-26T21:23:33.724Z | [ recovery-image] Aug 26 21:23:33.708 INFO O| Aug 26 21:23:33.708 INFO STEP 552 (remove_files) COMPLETE |
| 6485 | 2025-08-26T21:23:33.724Z | [ recovery-image] Aug 26 21:23:33.708 INFO O| Aug 26 21:23:33.708 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6486 | 2025-08-26T21:23:33.751Z | [ recovery-image] Aug 26 21:23:33.731 INFO O| Aug 26 21:23:33.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty" |
| 6487 | 2025-08-26T21:23:33.751Z | [ recovery-image] Aug 26 21:23:33.732 INFO O| Aug 26 21:23:33.732 INFO STEP 553 (remove_files) COMPLETE |
| 6488 | 2025-08-26T21:23:33.751Z | [ recovery-image] Aug 26 21:23:33.732 INFO O| Aug 26 21:23:33.732 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6489 | 2025-08-26T21:23:33.776Z | [ recovery-image] Aug 26 21:23:33.752 INFO O| Aug 26 21:23:33.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname" |
| 6490 | 2025-08-26T21:23:33.776Z | [ recovery-image] Aug 26 21:23:33.752 INFO O| Aug 26 21:23:33.752 INFO STEP 554 (remove_files) COMPLETE |
| 6491 | 2025-08-26T21:23:33.776Z | [ recovery-image] Aug 26 21:23:33.753 INFO O| Aug 26 21:23:33.752 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6492 | 2025-08-26T21:23:33.776Z | [ recovery-image] Aug 26 21:23:33.768 INFO O| Aug 26 21:23:33.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink" |
| 6493 | 2025-08-26T21:23:33.776Z | [ recovery-image] Aug 26 21:23:33.768 INFO O| Aug 26 21:23:33.768 INFO STEP 555 (remove_files) COMPLETE |
| 6494 | 2025-08-26T21:23:33.776Z | [ recovery-image] Aug 26 21:23:33.768 INFO O| Aug 26 21:23:33.768 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6495 | 2025-08-26T21:23:33.801Z | [ recovery-image] Aug 26 21:23:33.787 INFO O| Aug 26 21:23:33.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami" |
| 6496 | 2025-08-26T21:23:33.801Z | [ recovery-image] Aug 26 21:23:33.787 INFO O| Aug 26 21:23:33.787 INFO STEP 556 (remove_files) COMPLETE |
| 6497 | 2025-08-26T21:23:33.801Z | [ recovery-image] Aug 26 21:23:33.787 INFO O| Aug 26 21:23:33.787 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6498 | 2025-08-26T21:23:33.828Z | [ recovery-image] Aug 26 21:23:33.805 INFO O| Aug 26 21:23:33.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
| 6499 | 2025-08-26T21:23:33.829Z | [ recovery-image] Aug 26 21:23:33.805 INFO O| Aug 26 21:23:33.805 INFO STEP 557 (remove_files) COMPLETE |
| 6500 | 2025-08-26T21:23:33.829Z | [ recovery-image] Aug 26 21:23:33.805 INFO O| Aug 26 21:23:33.805 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6501 | 2025-08-26T21:23:33.829Z | [ recovery-image] Aug 26 21:23:33.822 INFO O| Aug 26 21:23:33.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 6502 | 2025-08-26T21:23:33.829Z | [ recovery-image] Aug 26 21:23:33.823 INFO O| Aug 26 21:23:33.822 INFO STEP 558 (remove_files) COMPLETE |
| 6503 | 2025-08-26T21:23:33.829Z | [ recovery-image] Aug 26 21:23:33.823 INFO O| Aug 26 21:23:33.822 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6504 | 2025-08-26T21:23:33.854Z | [ recovery-image] Aug 26 21:23:33.839 INFO O| Aug 26 21:23:33.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1" |
| 6505 | 2025-08-26T21:23:33.854Z | [ recovery-image] Aug 26 21:23:33.839 INFO O| Aug 26 21:23:33.839 INFO STEP 559 (remove_files) COMPLETE |
| 6506 | 2025-08-26T21:23:33.854Z | [ recovery-image] Aug 26 21:23:33.839 INFO O| Aug 26 21:23:33.839 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6507 | 2025-08-26T21:23:33.878Z | [ recovery-image] Aug 26 21:23:33.857 INFO O| Aug 26 21:23:33.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
| 6508 | 2025-08-26T21:23:33.878Z | [ recovery-image] Aug 26 21:23:33.857 INFO O| Aug 26 21:23:33.857 INFO STEP 560 (remove_files) COMPLETE |
| 6509 | 2025-08-26T21:23:33.879Z | [ recovery-image] Aug 26 21:23:33.857 INFO O| Aug 26 21:23:33.857 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6510 | 2025-08-26T21:23:33.879Z | [ recovery-image] Aug 26 21:23:33.875 INFO O| Aug 26 21:23:33.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
| 6511 | 2025-08-26T21:23:33.879Z | [ recovery-image] Aug 26 21:23:33.875 INFO O| Aug 26 21:23:33.875 INFO STEP 561 (remove_files) COMPLETE |
| 6512 | 2025-08-26T21:23:33.879Z | [ recovery-image] Aug 26 21:23:33.875 INFO O| Aug 26 21:23:33.875 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6513 | 2025-08-26T21:23:33.904Z | [ recovery-image] Aug 26 21:23:33.893 INFO O| Aug 26 21:23:33.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
| 6514 | 2025-08-26T21:23:33.904Z | [ recovery-image] Aug 26 21:23:33.893 INFO O| Aug 26 21:23:33.893 INFO STEP 562 (remove_files) COMPLETE |
| 6515 | 2025-08-26T21:23:33.904Z | [ recovery-image] Aug 26 21:23:33.893 INFO O| Aug 26 21:23:33.893 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6516 | 2025-08-26T21:23:33.930Z | [ recovery-image] Aug 26 21:23:33.909 INFO O| Aug 26 21:23:33.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
| 6517 | 2025-08-26T21:23:33.930Z | [ recovery-image] Aug 26 21:23:33.909 INFO O| Aug 26 21:23:33.909 INFO STEP 563 (remove_files) COMPLETE |
| 6518 | 2025-08-26T21:23:33.930Z | [ recovery-image] Aug 26 21:23:33.909 INFO O| Aug 26 21:23:33.909 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6519 | 2025-08-26T21:23:33.930Z | [ recovery-image] Aug 26 21:23:33.927 INFO O| Aug 26 21:23:33.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub" |
| 6520 | 2025-08-26T21:23:33.930Z | [ recovery-image] Aug 26 21:23:33.928 INFO O| Aug 26 21:23:33.927 INFO STEP 564 (remove_files) COMPLETE |
| 6521 | 2025-08-26T21:23:33.930Z | [ recovery-image] Aug 26 21:23:33.928 INFO O| Aug 26 21:23:33.928 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6522 | 2025-08-26T21:23:33.956Z | [ recovery-image] Aug 26 21:23:33.943 INFO O| Aug 26 21:23:33.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1" |
| 6523 | 2025-08-26T21:23:33.956Z | [ recovery-image] Aug 26 21:23:33.943 INFO O| Aug 26 21:23:33.943 INFO STEP 565 (remove_files) COMPLETE |
| 6524 | 2025-08-26T21:23:33.956Z | [ recovery-image] Aug 26 21:23:33.943 INFO O| Aug 26 21:23:33.943 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6525 | 2025-08-26T21:23:33.956Z | [ recovery-image] Aug 26 21:23:33.956 INFO O| Aug 26 21:23:33.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1" |
| 6526 | 2025-08-26T21:23:33.956Z | [ recovery-image] Aug 26 21:23:33.956 INFO O| Aug 26 21:23:33.956 INFO STEP 566 (remove_files) COMPLETE |
| 6527 | 2025-08-26T21:23:33.956Z | [ recovery-image] Aug 26 21:23:33.956 INFO O| Aug 26 21:23:33.956 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6528 | 2025-08-26T21:23:33.981Z | [ recovery-image] Aug 26 21:23:33.969 INFO O| Aug 26 21:23:33.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1" |
| 6529 | 2025-08-26T21:23:33.981Z | [ recovery-image] Aug 26 21:23:33.969 INFO O| Aug 26 21:23:33.969 INFO STEP 567 (remove_files) COMPLETE |
| 6530 | 2025-08-26T21:23:33.981Z | [ recovery-image] Aug 26 21:23:33.969 INFO O| Aug 26 21:23:33.969 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6531 | 2025-08-26T21:23:34.006Z | [ recovery-image] Aug 26 21:23:33.984 INFO O| Aug 26 21:23:33.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1" |
| 6532 | 2025-08-26T21:23:34.006Z | [ recovery-image] Aug 26 21:23:33.984 INFO O| Aug 26 21:23:33.984 INFO STEP 568 (remove_files) COMPLETE |
| 6533 | 2025-08-26T21:23:34.007Z | [ recovery-image] Aug 26 21:23:33.984 INFO O| Aug 26 21:23:33.984 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6534 | 2025-08-26T21:23:34.007Z | [ recovery-image] Aug 26 21:23:34.000 INFO O| Aug 26 21:23:34.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1" |
| 6535 | 2025-08-26T21:23:34.007Z | [ recovery-image] Aug 26 21:23:34.000 INFO O| Aug 26 21:23:34.000 INFO STEP 569 (remove_files) COMPLETE |
| 6536 | 2025-08-26T21:23:34.007Z | [ recovery-image] Aug 26 21:23:34.000 INFO O| Aug 26 21:23:34.000 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6537 | 2025-08-26T21:23:34.033Z | [ recovery-image] Aug 26 21:23:34.016 INFO O| Aug 26 21:23:34.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
| 6538 | 2025-08-26T21:23:34.033Z | [ recovery-image] Aug 26 21:23:34.017 INFO O| Aug 26 21:23:34.016 INFO STEP 570 (remove_files) COMPLETE |
| 6539 | 2025-08-26T21:23:34.033Z | [ recovery-image] Aug 26 21:23:34.017 INFO O| Aug 26 21:23:34.016 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6540 | 2025-08-26T21:23:34.058Z | [ recovery-image] Aug 26 21:23:34.035 INFO O| Aug 26 21:23:34.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
| 6541 | 2025-08-26T21:23:34.058Z | [ recovery-image] Aug 26 21:23:34.035 INFO O| Aug 26 21:23:34.035 INFO STEP 571 (remove_files) COMPLETE |
| 6542 | 2025-08-26T21:23:34.058Z | [ recovery-image] Aug 26 21:23:34.035 INFO O| Aug 26 21:23:34.035 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6543 | 2025-08-26T21:23:34.058Z | [ recovery-image] Aug 26 21:23:34.049 INFO O| Aug 26 21:23:34.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
| 6544 | 2025-08-26T21:23:34.058Z | [ recovery-image] Aug 26 21:23:34.049 INFO O| Aug 26 21:23:34.049 INFO STEP 572 (remove_files) COMPLETE |
| 6545 | 2025-08-26T21:23:34.058Z | [ recovery-image] Aug 26 21:23:34.049 INFO O| Aug 26 21:23:34.049 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6546 | 2025-08-26T21:23:34.087Z | [ recovery-image] Aug 26 21:23:34.062 INFO O| Aug 26 21:23:34.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
| 6547 | 2025-08-26T21:23:34.087Z | [ recovery-image] Aug 26 21:23:34.062 INFO O| Aug 26 21:23:34.062 INFO STEP 573 (remove_files) COMPLETE |
| 6548 | 2025-08-26T21:23:34.087Z | [ recovery-image] Aug 26 21:23:34.062 INFO O| Aug 26 21:23:34.062 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6549 | 2025-08-26T21:23:34.087Z | [ recovery-image] Aug 26 21:23:34.075 INFO O| Aug 26 21:23:34.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
| 6550 | 2025-08-26T21:23:34.088Z | [ recovery-image] Aug 26 21:23:34.075 INFO O| Aug 26 21:23:34.075 INFO STEP 574 (remove_files) COMPLETE |
| 6551 | 2025-08-26T21:23:34.088Z | [ recovery-image] Aug 26 21:23:34.075 INFO O| Aug 26 21:23:34.075 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6552 | 2025-08-26T21:23:34.114Z | [ recovery-image] Aug 26 21:23:34.088 INFO O| Aug 26 21:23:34.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1" |
| 6553 | 2025-08-26T21:23:34.114Z | [ recovery-image] Aug 26 21:23:34.089 INFO O| Aug 26 21:23:34.089 INFO STEP 575 (remove_files) COMPLETE |
| 6554 | 2025-08-26T21:23:34.114Z | [ recovery-image] Aug 26 21:23:34.089 INFO O| Aug 26 21:23:34.089 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6555 | 2025-08-26T21:23:34.114Z | [ recovery-image] Aug 26 21:23:34.101 INFO O| Aug 26 21:23:34.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1" |
| 6556 | 2025-08-26T21:23:34.114Z | [ recovery-image] Aug 26 21:23:34.101 INFO O| Aug 26 21:23:34.101 INFO STEP 576 (remove_files) COMPLETE |
| 6557 | 2025-08-26T21:23:34.114Z | [ recovery-image] Aug 26 21:23:34.101 INFO O| Aug 26 21:23:34.101 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6558 | 2025-08-26T21:23:34.114Z | [ recovery-image] Aug 26 21:23:34.113 INFO O| Aug 26 21:23:34.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1" |
| 6559 | 2025-08-26T21:23:34.114Z | [ recovery-image] Aug 26 21:23:34.114 INFO O| Aug 26 21:23:34.114 INFO STEP 577 (remove_files) COMPLETE |
| 6560 | 2025-08-26T21:23:34.114Z | [ recovery-image] Aug 26 21:23:34.114 INFO O| Aug 26 21:23:34.114 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6561 | 2025-08-26T21:23:34.141Z | [ recovery-image] Aug 26 21:23:34.131 INFO O| Aug 26 21:23:34.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1" |
| 6562 | 2025-08-26T21:23:34.141Z | [ recovery-image] Aug 26 21:23:34.132 INFO O| Aug 26 21:23:34.132 INFO STEP 578 (remove_files) COMPLETE |
| 6563 | 2025-08-26T21:23:34.141Z | [ recovery-image] Aug 26 21:23:34.132 INFO O| Aug 26 21:23:34.132 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6564 | 2025-08-26T21:23:34.166Z | [ recovery-image] Aug 26 21:23:34.146 INFO O| Aug 26 21:23:34.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
| 6565 | 2025-08-26T21:23:34.166Z | [ recovery-image] Aug 26 21:23:34.147 INFO O| Aug 26 21:23:34.147 INFO STEP 579 (remove_files) COMPLETE |
| 6566 | 2025-08-26T21:23:34.167Z | [ recovery-image] Aug 26 21:23:34.147 INFO O| Aug 26 21:23:34.147 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6567 | 2025-08-26T21:23:34.167Z | [ recovery-image] Aug 26 21:23:34.165 INFO O| Aug 26 21:23:34.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
| 6568 | 2025-08-26T21:23:34.167Z | [ recovery-image] Aug 26 21:23:34.165 INFO O| Aug 26 21:23:34.165 INFO STEP 580 (remove_files) COMPLETE |
| 6569 | 2025-08-26T21:23:34.167Z | [ recovery-image] Aug 26 21:23:34.165 INFO O| Aug 26 21:23:34.165 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6570 | 2025-08-26T21:23:34.191Z | [ recovery-image] Aug 26 21:23:34.178 INFO O| Aug 26 21:23:34.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1" |
| 6571 | 2025-08-26T21:23:34.191Z | [ recovery-image] Aug 26 21:23:34.178 INFO O| Aug 26 21:23:34.178 INFO STEP 581 (remove_files) COMPLETE |
| 6572 | 2025-08-26T21:23:34.191Z | [ recovery-image] Aug 26 21:23:34.178 INFO O| Aug 26 21:23:34.178 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6573 | 2025-08-26T21:23:34.191Z | [ recovery-image] Aug 26 21:23:34.191 INFO O| Aug 26 21:23:34.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
| 6574 | 2025-08-26T21:23:34.191Z | [ recovery-image] Aug 26 21:23:34.191 INFO O| Aug 26 21:23:34.191 INFO STEP 582 (remove_files) COMPLETE |
| 6575 | 2025-08-26T21:23:34.191Z | [ recovery-image] Aug 26 21:23:34.191 INFO O| Aug 26 21:23:34.191 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6576 | 2025-08-26T21:23:34.216Z | [ recovery-image] Aug 26 21:23:34.211 INFO O| Aug 26 21:23:34.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1" |
| 6577 | 2025-08-26T21:23:34.216Z | [ recovery-image] Aug 26 21:23:34.212 INFO O| Aug 26 21:23:34.212 INFO STEP 583 (remove_files) COMPLETE |
| 6578 | 2025-08-26T21:23:34.216Z | [ recovery-image] Aug 26 21:23:34.212 INFO O| Aug 26 21:23:34.212 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6579 | 2025-08-26T21:23:34.241Z | [ recovery-image] Aug 26 21:23:34.226 INFO O| Aug 26 21:23:34.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1" |
| 6580 | 2025-08-26T21:23:34.241Z | [ recovery-image] Aug 26 21:23:34.227 INFO O| Aug 26 21:23:34.227 INFO STEP 584 (remove_files) COMPLETE |
| 6581 | 2025-08-26T21:23:34.241Z | [ recovery-image] Aug 26 21:23:34.227 INFO O| Aug 26 21:23:34.227 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6582 | 2025-08-26T21:23:34.242Z | [ recovery-image] Aug 26 21:23:34.242 INFO O| Aug 26 21:23:34.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1" |
| 6583 | 2025-08-26T21:23:34.242Z | [ recovery-image] Aug 26 21:23:34.242 INFO O| Aug 26 21:23:34.242 INFO STEP 585 (remove_files) COMPLETE |
| 6584 | 2025-08-26T21:23:34.242Z | [ recovery-image] Aug 26 21:23:34.242 INFO O| Aug 26 21:23:34.242 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6585 | 2025-08-26T21:23:34.267Z | [ recovery-image] Aug 26 21:23:34.259 INFO O| Aug 26 21:23:34.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1" |
| 6586 | 2025-08-26T21:23:34.267Z | [ recovery-image] Aug 26 21:23:34.259 INFO O| Aug 26 21:23:34.259 INFO STEP 586 (remove_files) COMPLETE |
| 6587 | 2025-08-26T21:23:34.267Z | [ recovery-image] Aug 26 21:23:34.259 INFO O| Aug 26 21:23:34.259 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6588 | 2025-08-26T21:23:34.292Z | [ recovery-image] Aug 26 21:23:34.275 INFO O| Aug 26 21:23:34.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1" |
| 6589 | 2025-08-26T21:23:34.292Z | [ recovery-image] Aug 26 21:23:34.276 INFO O| Aug 26 21:23:34.275 INFO STEP 587 (remove_files) COMPLETE |
| 6590 | 2025-08-26T21:23:34.292Z | [ recovery-image] Aug 26 21:23:34.276 INFO O| Aug 26 21:23:34.275 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6591 | 2025-08-26T21:23:34.317Z | [ recovery-image] Aug 26 21:23:34.295 INFO O| Aug 26 21:23:34.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1" |
| 6592 | 2025-08-26T21:23:34.318Z | [ recovery-image] Aug 26 21:23:34.296 INFO O| Aug 26 21:23:34.296 INFO STEP 588 (remove_files) COMPLETE |
| 6593 | 2025-08-26T21:23:34.318Z | [ recovery-image] Aug 26 21:23:34.296 INFO O| Aug 26 21:23:34.296 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6594 | 2025-08-26T21:23:34.318Z | [ recovery-image] Aug 26 21:23:34.312 INFO O| Aug 26 21:23:34.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1" |
| 6595 | 2025-08-26T21:23:34.318Z | [ recovery-image] Aug 26 21:23:34.312 INFO O| Aug 26 21:23:34.312 INFO STEP 589 (remove_files) COMPLETE |
| 6596 | 2025-08-26T21:23:34.318Z | [ recovery-image] Aug 26 21:23:34.312 INFO O| Aug 26 21:23:34.312 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6597 | 2025-08-26T21:23:34.344Z | [ recovery-image] Aug 26 21:23:34.328 INFO O| Aug 26 21:23:34.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
| 6598 | 2025-08-26T21:23:34.344Z | [ recovery-image] Aug 26 21:23:34.328 INFO O| Aug 26 21:23:34.328 INFO STEP 590 (remove_files) COMPLETE |
| 6599 | 2025-08-26T21:23:34.344Z | [ recovery-image] Aug 26 21:23:34.328 INFO O| Aug 26 21:23:34.328 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6600 | 2025-08-26T21:23:34.344Z | [ recovery-image] Aug 26 21:23:34.342 INFO O| Aug 26 21:23:34.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1" |
| 6601 | 2025-08-26T21:23:34.344Z | [ recovery-image] Aug 26 21:23:34.343 INFO O| Aug 26 21:23:34.343 INFO STEP 591 (remove_files) COMPLETE |
| 6602 | 2025-08-26T21:23:34.344Z | [ recovery-image] Aug 26 21:23:34.343 INFO O| Aug 26 21:23:34.343 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6603 | 2025-08-26T21:23:34.369Z | [ recovery-image] Aug 26 21:23:34.357 INFO O| Aug 26 21:23:34.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1" |
| 6604 | 2025-08-26T21:23:34.369Z | [ recovery-image] Aug 26 21:23:34.357 INFO O| Aug 26 21:23:34.357 INFO STEP 592 (remove_files) COMPLETE |
| 6605 | 2025-08-26T21:23:34.369Z | [ recovery-image] Aug 26 21:23:34.357 INFO O| Aug 26 21:23:34.357 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6606 | 2025-08-26T21:23:34.394Z | [ recovery-image] Aug 26 21:23:34.372 INFO O| Aug 26 21:23:34.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5" |
| 6607 | 2025-08-26T21:23:34.394Z | [ recovery-image] Aug 26 21:23:34.373 INFO O| Aug 26 21:23:34.372 INFO STEP 593 (remove_files) COMPLETE |
| 6608 | 2025-08-26T21:23:34.394Z | [ recovery-image] Aug 26 21:23:34.373 INFO O| Aug 26 21:23:34.372 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6609 | 2025-08-26T21:23:34.394Z | [ recovery-image] Aug 26 21:23:34.391 INFO O| Aug 26 21:23:34.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1" |
| 6610 | 2025-08-26T21:23:34.394Z | [ recovery-image] Aug 26 21:23:34.392 INFO O| Aug 26 21:23:34.392 INFO STEP 594 (remove_files) COMPLETE |
| 6611 | 2025-08-26T21:23:34.394Z | [ recovery-image] Aug 26 21:23:34.392 INFO O| Aug 26 21:23:34.392 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6612 | 2025-08-26T21:23:34.419Z | [ recovery-image] Aug 26 21:23:34.410 INFO O| Aug 26 21:23:34.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1" |
| 6613 | 2025-08-26T21:23:34.419Z | [ recovery-image] Aug 26 21:23:34.411 INFO O| Aug 26 21:23:34.411 INFO STEP 595 (remove_files) COMPLETE |
| 6614 | 2025-08-26T21:23:34.419Z | [ recovery-image] Aug 26 21:23:34.411 INFO O| Aug 26 21:23:34.411 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6615 | 2025-08-26T21:23:34.445Z | [ recovery-image] Aug 26 21:23:34.428 INFO O| Aug 26 21:23:34.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1" |
| 6616 | 2025-08-26T21:23:34.445Z | [ recovery-image] Aug 26 21:23:34.428 INFO O| Aug 26 21:23:34.428 INFO STEP 596 (remove_files) COMPLETE |
| 6617 | 2025-08-26T21:23:34.445Z | [ recovery-image] Aug 26 21:23:34.428 INFO O| Aug 26 21:23:34.428 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6618 | 2025-08-26T21:23:34.470Z | [ recovery-image] Aug 26 21:23:34.447 INFO O| Aug 26 21:23:34.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1" |
| 6619 | 2025-08-26T21:23:34.470Z | [ recovery-image] Aug 26 21:23:34.447 INFO O| Aug 26 21:23:34.447 INFO STEP 597 (remove_files) COMPLETE |
| 6620 | 2025-08-26T21:23:34.470Z | [ recovery-image] Aug 26 21:23:34.447 INFO O| Aug 26 21:23:34.447 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6621 | 2025-08-26T21:23:34.470Z | [ recovery-image] Aug 26 21:23:34.467 INFO O| Aug 26 21:23:34.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1" |
| 6622 | 2025-08-26T21:23:34.470Z | [ recovery-image] Aug 26 21:23:34.467 INFO O| Aug 26 21:23:34.467 INFO STEP 598 (remove_files) COMPLETE |
| 6623 | 2025-08-26T21:23:34.470Z | [ recovery-image] Aug 26 21:23:34.467 INFO O| Aug 26 21:23:34.467 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6624 | 2025-08-26T21:23:34.496Z | [ recovery-image] Aug 26 21:23:34.483 INFO O| Aug 26 21:23:34.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
| 6625 | 2025-08-26T21:23:34.496Z | [ recovery-image] Aug 26 21:23:34.484 INFO O| Aug 26 21:23:34.483 INFO STEP 599 (remove_files) COMPLETE |
| 6626 | 2025-08-26T21:23:34.497Z | [ recovery-image] Aug 26 21:23:34.484 INFO O| Aug 26 21:23:34.484 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6627 | 2025-08-26T21:23:34.523Z | [ recovery-image] Aug 26 21:23:34.499 INFO O| Aug 26 21:23:34.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1" |
| 6628 | 2025-08-26T21:23:34.523Z | [ recovery-image] Aug 26 21:23:34.499 INFO O| Aug 26 21:23:34.499 INFO STEP 600 (remove_files) COMPLETE |
| 6629 | 2025-08-26T21:23:34.523Z | [ recovery-image] Aug 26 21:23:34.499 INFO O| Aug 26 21:23:34.499 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6630 | 2025-08-26T21:23:34.523Z | [ recovery-image] Aug 26 21:23:34.515 INFO O| Aug 26 21:23:34.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
| 6631 | 2025-08-26T21:23:34.523Z | [ recovery-image] Aug 26 21:23:34.515 INFO O| Aug 26 21:23:34.515 INFO STEP 601 (remove_files) COMPLETE |
| 6632 | 2025-08-26T21:23:34.523Z | [ recovery-image] Aug 26 21:23:34.515 INFO O| Aug 26 21:23:34.515 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6633 | 2025-08-26T21:23:34.551Z | [ recovery-image] Aug 26 21:23:34.532 INFO O| Aug 26 21:23:34.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
| 6634 | 2025-08-26T21:23:34.551Z | [ recovery-image] Aug 26 21:23:34.532 INFO O| Aug 26 21:23:34.532 INFO STEP 602 (remove_files) COMPLETE |
| 6635 | 2025-08-26T21:23:34.551Z | [ recovery-image] Aug 26 21:23:34.532 INFO O| Aug 26 21:23:34.532 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6636 | 2025-08-26T21:23:34.551Z | [ recovery-image] Aug 26 21:23:34.549 INFO O| Aug 26 21:23:34.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1" |
| 6637 | 2025-08-26T21:23:34.551Z | [ recovery-image] Aug 26 21:23:34.549 INFO O| Aug 26 21:23:34.549 INFO STEP 603 (remove_files) COMPLETE |
| 6638 | 2025-08-26T21:23:34.551Z | [ recovery-image] Aug 26 21:23:34.549 INFO O| Aug 26 21:23:34.549 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6639 | 2025-08-26T21:23:34.578Z | [ recovery-image] Aug 26 21:23:34.568 INFO O| Aug 26 21:23:34.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1" |
| 6640 | 2025-08-26T21:23:34.578Z | [ recovery-image] Aug 26 21:23:34.568 INFO O| Aug 26 21:23:34.568 INFO STEP 604 (remove_files) COMPLETE |
| 6641 | 2025-08-26T21:23:34.578Z | [ recovery-image] Aug 26 21:23:34.568 INFO O| Aug 26 21:23:34.568 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6642 | 2025-08-26T21:23:34.604Z | [ recovery-image] Aug 26 21:23:34.588 INFO O| Aug 26 21:23:34.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
| 6643 | 2025-08-26T21:23:34.604Z | [ recovery-image] Aug 26 21:23:34.588 INFO O| Aug 26 21:23:34.588 INFO STEP 605 (remove_files) COMPLETE |
| 6644 | 2025-08-26T21:23:34.605Z | [ recovery-image] Aug 26 21:23:34.588 INFO O| Aug 26 21:23:34.588 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6645 | 2025-08-26T21:23:34.631Z | [ recovery-image] Aug 26 21:23:34.607 INFO O| Aug 26 21:23:34.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
| 6646 | 2025-08-26T21:23:34.631Z | [ recovery-image] Aug 26 21:23:34.607 INFO O| Aug 26 21:23:34.607 INFO STEP 606 (remove_files) COMPLETE |
| 6647 | 2025-08-26T21:23:34.631Z | [ recovery-image] Aug 26 21:23:34.607 INFO O| Aug 26 21:23:34.607 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6648 | 2025-08-26T21:23:34.631Z | [ recovery-image] Aug 26 21:23:34.622 INFO O| Aug 26 21:23:34.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1" |
| 6649 | 2025-08-26T21:23:34.631Z | [ recovery-image] Aug 26 21:23:34.622 INFO O| Aug 26 21:23:34.622 INFO STEP 607 (remove_files) COMPLETE |
| 6650 | 2025-08-26T21:23:34.631Z | [ recovery-image] Aug 26 21:23:34.622 INFO O| Aug 26 21:23:34.622 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6651 | 2025-08-26T21:23:34.657Z | [ recovery-image] Aug 26 21:23:34.636 INFO O| Aug 26 21:23:34.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1" |
| 6652 | 2025-08-26T21:23:34.657Z | [ recovery-image] Aug 26 21:23:34.637 INFO O| Aug 26 21:23:34.637 INFO STEP 608 (remove_files) COMPLETE |
| 6653 | 2025-08-26T21:23:34.657Z | [ recovery-image] Aug 26 21:23:34.637 INFO O| Aug 26 21:23:34.637 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6654 | 2025-08-26T21:23:34.657Z | [ recovery-image] Aug 26 21:23:34.651 INFO O| Aug 26 21:23:34.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1" |
| 6655 | 2025-08-26T21:23:34.657Z | [ recovery-image] Aug 26 21:23:34.651 INFO O| Aug 26 21:23:34.651 INFO STEP 609 (remove_files) COMPLETE |
| 6656 | 2025-08-26T21:23:34.657Z | [ recovery-image] Aug 26 21:23:34.651 INFO O| Aug 26 21:23:34.651 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6657 | 2025-08-26T21:23:34.693Z | [ recovery-image] Aug 26 21:23:34.670 INFO O| Aug 26 21:23:34.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
| 6658 | 2025-08-26T21:23:34.694Z | [ recovery-image] Aug 26 21:23:34.670 INFO O| Aug 26 21:23:34.670 INFO STEP 610 (remove_files) COMPLETE |
| 6659 | 2025-08-26T21:23:34.694Z | [ recovery-image] Aug 26 21:23:34.670 INFO O| Aug 26 21:23:34.670 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6660 | 2025-08-26T21:23:34.719Z | [ recovery-image] Aug 26 21:23:34.689 INFO O| Aug 26 21:23:34.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1" |
| 6661 | 2025-08-26T21:23:34.720Z | [ recovery-image] Aug 26 21:23:34.689 INFO O| Aug 26 21:23:34.689 INFO STEP 611 (remove_files) COMPLETE |
| 6662 | 2025-08-26T21:23:34.720Z | [ recovery-image] Aug 26 21:23:34.689 INFO O| Aug 26 21:23:34.689 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6663 | 2025-08-26T21:23:34.720Z | [ recovery-image] Aug 26 21:23:34.704 INFO O| Aug 26 21:23:34.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1" |
| 6664 | 2025-08-26T21:23:34.720Z | [ recovery-image] Aug 26 21:23:34.704 INFO O| Aug 26 21:23:34.704 INFO STEP 612 (remove_files) COMPLETE |
| 6665 | 2025-08-26T21:23:34.720Z | [ recovery-image] Aug 26 21:23:34.704 INFO O| Aug 26 21:23:34.704 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6666 | 2025-08-26T21:23:34.720Z | [ recovery-image] Aug 26 21:23:34.718 INFO O| Aug 26 21:23:34.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1" |
| 6667 | 2025-08-26T21:23:34.720Z | [ recovery-image] Aug 26 21:23:34.718 INFO O| Aug 26 21:23:34.718 INFO STEP 613 (remove_files) COMPLETE |
| 6668 | 2025-08-26T21:23:34.720Z | [ recovery-image] Aug 26 21:23:34.718 INFO O| Aug 26 21:23:34.718 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6669 | 2025-08-26T21:23:34.746Z | [ recovery-image] Aug 26 21:23:34.733 INFO O| Aug 26 21:23:34.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1" |
| 6670 | 2025-08-26T21:23:34.746Z | [ recovery-image] Aug 26 21:23:34.733 INFO O| Aug 26 21:23:34.733 INFO STEP 614 (remove_files) COMPLETE |
| 6671 | 2025-08-26T21:23:34.746Z | [ recovery-image] Aug 26 21:23:34.733 INFO O| Aug 26 21:23:34.733 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6672 | 2025-08-26T21:23:34.772Z | [ recovery-image] Aug 26 21:23:34.747 INFO O| Aug 26 21:23:34.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1" |
| 6673 | 2025-08-26T21:23:34.772Z | [ recovery-image] Aug 26 21:23:34.747 INFO O| Aug 26 21:23:34.747 INFO STEP 615 (remove_files) COMPLETE |
| 6674 | 2025-08-26T21:23:34.772Z | [ recovery-image] Aug 26 21:23:34.747 INFO O| Aug 26 21:23:34.747 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6675 | 2025-08-26T21:23:34.772Z | [ recovery-image] Aug 26 21:23:34.762 INFO O| Aug 26 21:23:34.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1" |
| 6676 | 2025-08-26T21:23:34.772Z | [ recovery-image] Aug 26 21:23:34.762 INFO O| Aug 26 21:23:34.762 INFO STEP 616 (remove_files) COMPLETE |
| 6677 | 2025-08-26T21:23:34.772Z | [ recovery-image] Aug 26 21:23:34.762 INFO O| Aug 26 21:23:34.762 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6678 | 2025-08-26T21:23:34.797Z | [ recovery-image] Aug 26 21:23:34.782 INFO O| Aug 26 21:23:34.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1" |
| 6679 | 2025-08-26T21:23:34.798Z | [ recovery-image] Aug 26 21:23:34.782 INFO O| Aug 26 21:23:34.782 INFO STEP 617 (remove_files) COMPLETE |
| 6680 | 2025-08-26T21:23:34.798Z | [ recovery-image] Aug 26 21:23:34.782 INFO O| Aug 26 21:23:34.782 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6681 | 2025-08-26T21:23:34.859Z | [ recovery-image] Aug 26 21:23:34.859 INFO O| Aug 26 21:23:34.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1" |
| 6682 | 2025-08-26T21:23:34.859Z | [ recovery-image] Aug 26 21:23:34.859 INFO O| Aug 26 21:23:34.859 INFO STEP 618 (remove_files) COMPLETE |
| 6683 | 2025-08-26T21:23:34.887Z | [ recovery-image] Aug 26 21:23:34.859 INFO O| Aug 26 21:23:34.859 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6684 | 2025-08-26T21:23:34.888Z | [ recovery-image] Aug 26 21:23:34.880 INFO O| Aug 26 21:23:34.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
| 6685 | 2025-08-26T21:23:34.888Z | [ recovery-image] Aug 26 21:23:34.880 INFO O| Aug 26 21:23:34.880 INFO STEP 619 (remove_files) COMPLETE |
| 6686 | 2025-08-26T21:23:34.888Z | [ recovery-image] Aug 26 21:23:34.880 INFO O| Aug 26 21:23:34.880 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6687 | 2025-08-26T21:23:34.913Z | [ recovery-image] Aug 26 21:23:34.898 INFO O| Aug 26 21:23:34.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
| 6688 | 2025-08-26T21:23:34.913Z | [ recovery-image] Aug 26 21:23:34.899 INFO O| Aug 26 21:23:34.898 INFO STEP 620 (remove_files) COMPLETE |
| 6689 | 2025-08-26T21:23:34.913Z | [ recovery-image] Aug 26 21:23:34.899 INFO O| Aug 26 21:23:34.899 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6690 | 2025-08-26T21:23:34.942Z | [ recovery-image] Aug 26 21:23:34.917 INFO O| Aug 26 21:23:34.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
| 6691 | 2025-08-26T21:23:34.942Z | [ recovery-image] Aug 26 21:23:34.917 INFO O| Aug 26 21:23:34.917 INFO STEP 621 (remove_files) COMPLETE |
| 6692 | 2025-08-26T21:23:34.942Z | [ recovery-image] Aug 26 21:23:34.917 INFO O| Aug 26 21:23:34.917 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6693 | 2025-08-26T21:23:34.942Z | [ recovery-image] Aug 26 21:23:34.934 INFO O| Aug 26 21:23:34.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1" |
| 6694 | 2025-08-26T21:23:34.942Z | [ recovery-image] Aug 26 21:23:34.934 INFO O| Aug 26 21:23:34.934 INFO STEP 622 (remove_files) COMPLETE |
| 6695 | 2025-08-26T21:23:34.942Z | [ recovery-image] Aug 26 21:23:34.934 INFO O| Aug 26 21:23:34.934 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6696 | 2025-08-26T21:23:34.969Z | [ recovery-image] Aug 26 21:23:34.953 INFO O| Aug 26 21:23:34.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1" |
| 6697 | 2025-08-26T21:23:34.969Z | [ recovery-image] Aug 26 21:23:34.953 INFO O| Aug 26 21:23:34.953 INFO STEP 623 (remove_files) COMPLETE |
| 6698 | 2025-08-26T21:23:34.969Z | [ recovery-image] Aug 26 21:23:34.953 INFO O| Aug 26 21:23:34.953 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6699 | 2025-08-26T21:23:34.994Z | [ recovery-image] Aug 26 21:23:34.971 INFO O| Aug 26 21:23:34.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
| 6700 | 2025-08-26T21:23:34.994Z | [ recovery-image] Aug 26 21:23:34.972 INFO O| Aug 26 21:23:34.971 INFO STEP 624 (remove_files) COMPLETE |
| 6701 | 2025-08-26T21:23:34.994Z | [ recovery-image] Aug 26 21:23:34.972 INFO O| Aug 26 21:23:34.972 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6702 | 2025-08-26T21:23:34.994Z | [ recovery-image] Aug 26 21:23:34.990 INFO O| Aug 26 21:23:34.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
| 6703 | 2025-08-26T21:23:34.994Z | [ recovery-image] Aug 26 21:23:34.991 INFO O| Aug 26 21:23:34.991 INFO STEP 625 (remove_files) COMPLETE |
| 6704 | 2025-08-26T21:23:34.994Z | [ recovery-image] Aug 26 21:23:34.991 INFO O| Aug 26 21:23:34.991 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6705 | 2025-08-26T21:23:35.019Z | [ recovery-image] Aug 26 21:23:35.008 INFO O| Aug 26 21:23:35.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1" |
| 6706 | 2025-08-26T21:23:35.019Z | [ recovery-image] Aug 26 21:23:35.008 INFO O| Aug 26 21:23:35.008 INFO STEP 626 (remove_files) COMPLETE |
| 6707 | 2025-08-26T21:23:35.019Z | [ recovery-image] Aug 26 21:23:35.008 INFO O| Aug 26 21:23:35.008 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6708 | 2025-08-26T21:23:35.045Z | [ recovery-image] Aug 26 21:23:35.029 INFO O| Aug 26 21:23:35.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
| 6709 | 2025-08-26T21:23:35.045Z | [ recovery-image] Aug 26 21:23:35.029 INFO O| Aug 26 21:23:35.029 INFO STEP 627 (remove_files) COMPLETE |
| 6710 | 2025-08-26T21:23:35.045Z | [ recovery-image] Aug 26 21:23:35.029 INFO O| Aug 26 21:23:35.029 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6711 | 2025-08-26T21:23:35.045Z | [ recovery-image] Aug 26 21:23:35.044 INFO O| Aug 26 21:23:35.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
| 6712 | 2025-08-26T21:23:35.045Z | [ recovery-image] Aug 26 21:23:35.044 INFO O| Aug 26 21:23:35.044 INFO STEP 628 (remove_files) COMPLETE |
| 6713 | 2025-08-26T21:23:35.045Z | [ recovery-image] Aug 26 21:23:35.044 INFO O| Aug 26 21:23:35.044 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6714 | 2025-08-26T21:23:35.070Z | [ recovery-image] Aug 26 21:23:35.063 INFO O| Aug 26 21:23:35.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
| 6715 | 2025-08-26T21:23:35.070Z | [ recovery-image] Aug 26 21:23:35.064 INFO O| Aug 26 21:23:35.064 INFO STEP 629 (remove_files) COMPLETE |
| 6716 | 2025-08-26T21:23:35.070Z | [ recovery-image] Aug 26 21:23:35.064 INFO O| Aug 26 21:23:35.064 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6717 | 2025-08-26T21:23:35.096Z | [ recovery-image] Aug 26 21:23:35.079 INFO O| Aug 26 21:23:35.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
| 6718 | 2025-08-26T21:23:35.097Z | [ recovery-image] Aug 26 21:23:35.079 INFO O| Aug 26 21:23:35.079 INFO STEP 630 (remove_files) COMPLETE |
| 6719 | 2025-08-26T21:23:35.097Z | [ recovery-image] Aug 26 21:23:35.079 INFO O| Aug 26 21:23:35.079 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6720 | 2025-08-26T21:23:35.097Z | [ recovery-image] Aug 26 21:23:35.094 INFO O| Aug 26 21:23:35.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1" |
| 6721 | 2025-08-26T21:23:35.097Z | [ recovery-image] Aug 26 21:23:35.095 INFO O| Aug 26 21:23:35.095 INFO STEP 631 (remove_files) COMPLETE |
| 6722 | 2025-08-26T21:23:35.097Z | [ recovery-image] Aug 26 21:23:35.095 INFO O| Aug 26 21:23:35.095 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6723 | 2025-08-26T21:23:35.123Z | [ recovery-image] Aug 26 21:23:35.111 INFO O| Aug 26 21:23:35.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1" |
| 6724 | 2025-08-26T21:23:35.123Z | [ recovery-image] Aug 26 21:23:35.111 INFO O| Aug 26 21:23:35.111 INFO STEP 632 (remove_files) COMPLETE |
| 6725 | 2025-08-26T21:23:35.123Z | [ recovery-image] Aug 26 21:23:35.111 INFO O| Aug 26 21:23:35.111 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6726 | 2025-08-26T21:23:35.148Z | [ recovery-image] Aug 26 21:23:35.127 INFO O| Aug 26 21:23:35.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1" |
| 6727 | 2025-08-26T21:23:35.148Z | [ recovery-image] Aug 26 21:23:35.127 INFO O| Aug 26 21:23:35.127 INFO STEP 633 (remove_files) COMPLETE |
| 6728 | 2025-08-26T21:23:35.148Z | [ recovery-image] Aug 26 21:23:35.127 INFO O| Aug 26 21:23:35.127 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6729 | 2025-08-26T21:23:35.148Z | [ recovery-image] Aug 26 21:23:35.143 INFO O| Aug 26 21:23:35.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1" |
| 6730 | 2025-08-26T21:23:35.148Z | [ recovery-image] Aug 26 21:23:35.143 INFO O| Aug 26 21:23:35.143 INFO STEP 634 (remove_files) COMPLETE |
| 6731 | 2025-08-26T21:23:35.148Z | [ recovery-image] Aug 26 21:23:35.143 INFO O| Aug 26 21:23:35.143 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6732 | 2025-08-26T21:23:35.174Z | [ recovery-image] Aug 26 21:23:35.164 INFO O| Aug 26 21:23:35.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1" |
| 6733 | 2025-08-26T21:23:35.174Z | [ recovery-image] Aug 26 21:23:35.164 INFO O| Aug 26 21:23:35.164 INFO STEP 635 (remove_files) COMPLETE |
| 6734 | 2025-08-26T21:23:35.174Z | [ recovery-image] Aug 26 21:23:35.164 INFO O| Aug 26 21:23:35.164 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6735 | 2025-08-26T21:23:35.199Z | [ recovery-image] Aug 26 21:23:35.184 INFO O| Aug 26 21:23:35.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
| 6736 | 2025-08-26T21:23:35.199Z | [ recovery-image] Aug 26 21:23:35.184 INFO O| Aug 26 21:23:35.184 INFO STEP 636 (remove_files) COMPLETE |
| 6737 | 2025-08-26T21:23:35.199Z | [ recovery-image] Aug 26 21:23:35.184 INFO O| Aug 26 21:23:35.184 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6738 | 2025-08-26T21:23:35.228Z | [ recovery-image] Aug 26 21:23:35.204 INFO O| Aug 26 21:23:35.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1" |
| 6739 | 2025-08-26T21:23:35.228Z | [ recovery-image] Aug 26 21:23:35.204 INFO O| Aug 26 21:23:35.204 INFO STEP 637 (remove_files) COMPLETE |
| 6740 | 2025-08-26T21:23:35.228Z | [ recovery-image] Aug 26 21:23:35.204 INFO O| Aug 26 21:23:35.204 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6741 | 2025-08-26T21:23:35.228Z | [ recovery-image] Aug 26 21:23:35.223 INFO O| Aug 26 21:23:35.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
| 6742 | 2025-08-26T21:23:35.228Z | [ recovery-image] Aug 26 21:23:35.223 INFO O| Aug 26 21:23:35.223 INFO STEP 638 (remove_files) COMPLETE |
| 6743 | 2025-08-26T21:23:35.228Z | [ recovery-image] Aug 26 21:23:35.223 INFO O| Aug 26 21:23:35.223 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6744 | 2025-08-26T21:23:35.253Z | [ recovery-image] Aug 26 21:23:35.244 INFO O| Aug 26 21:23:35.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
| 6745 | 2025-08-26T21:23:35.253Z | [ recovery-image] Aug 26 21:23:35.244 INFO O| Aug 26 21:23:35.244 INFO STEP 639 (remove_files) COMPLETE |
| 6746 | 2025-08-26T21:23:35.253Z | [ recovery-image] Aug 26 21:23:35.244 INFO O| Aug 26 21:23:35.244 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6747 | 2025-08-26T21:23:35.279Z | [ recovery-image] Aug 26 21:23:35.261 INFO O| Aug 26 21:23:35.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
| 6748 | 2025-08-26T21:23:35.279Z | [ recovery-image] Aug 26 21:23:35.261 INFO O| Aug 26 21:23:35.261 INFO STEP 640 (remove_files) COMPLETE |
| 6749 | 2025-08-26T21:23:35.279Z | [ recovery-image] Aug 26 21:23:35.261 INFO O| Aug 26 21:23:35.261 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6750 | 2025-08-26T21:23:35.279Z | [ recovery-image] Aug 26 21:23:35.276 INFO O| Aug 26 21:23:35.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
| 6751 | 2025-08-26T21:23:35.279Z | [ recovery-image] Aug 26 21:23:35.277 INFO O| Aug 26 21:23:35.276 INFO STEP 641 (remove_files) COMPLETE |
| 6752 | 2025-08-26T21:23:35.280Z | [ recovery-image] Aug 26 21:23:35.277 INFO O| Aug 26 21:23:35.277 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6753 | 2025-08-26T21:23:35.305Z | [ recovery-image] Aug 26 21:23:35.291 INFO O| Aug 26 21:23:35.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
| 6754 | 2025-08-26T21:23:35.305Z | [ recovery-image] Aug 26 21:23:35.291 INFO O| Aug 26 21:23:35.291 INFO STEP 642 (remove_files) COMPLETE |
| 6755 | 2025-08-26T21:23:35.305Z | [ recovery-image] Aug 26 21:23:35.291 INFO O| Aug 26 21:23:35.291 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6756 | 2025-08-26T21:23:35.305Z | [ recovery-image] Aug 26 21:23:35.304 INFO O| Aug 26 21:23:35.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
| 6757 | 2025-08-26T21:23:35.305Z | [ recovery-image] Aug 26 21:23:35.304 INFO O| Aug 26 21:23:35.304 INFO STEP 643 (remove_files) COMPLETE |
| 6758 | 2025-08-26T21:23:35.305Z | [ recovery-image] Aug 26 21:23:35.304 INFO O| Aug 26 21:23:35.304 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6759 | 2025-08-26T21:23:35.331Z | [ recovery-image] Aug 26 21:23:35.327 INFO O| Aug 26 21:23:35.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
| 6760 | 2025-08-26T21:23:35.331Z | [ recovery-image] Aug 26 21:23:35.327 INFO O| Aug 26 21:23:35.327 INFO STEP 644 (remove_files) COMPLETE |
| 6761 | 2025-08-26T21:23:35.331Z | [ recovery-image] Aug 26 21:23:35.327 INFO O| Aug 26 21:23:35.327 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6762 | 2025-08-26T21:23:35.356Z | [ recovery-image] Aug 26 21:23:35.346 INFO O| Aug 26 21:23:35.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
| 6763 | 2025-08-26T21:23:35.356Z | [ recovery-image] Aug 26 21:23:35.346 INFO O| Aug 26 21:23:35.346 INFO STEP 645 (remove_files) COMPLETE |
| 6764 | 2025-08-26T21:23:35.356Z | [ recovery-image] Aug 26 21:23:35.346 INFO O| Aug 26 21:23:35.346 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6765 | 2025-08-26T21:23:35.382Z | [ recovery-image] Aug 26 21:23:35.363 INFO O| Aug 26 21:23:35.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
| 6766 | 2025-08-26T21:23:35.382Z | [ recovery-image] Aug 26 21:23:35.363 INFO O| Aug 26 21:23:35.363 INFO STEP 646 (remove_files) COMPLETE |
| 6767 | 2025-08-26T21:23:35.382Z | [ recovery-image] Aug 26 21:23:35.363 INFO O| Aug 26 21:23:35.363 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6768 | 2025-08-26T21:23:35.382Z | [ recovery-image] Aug 26 21:23:35.380 INFO O| Aug 26 21:23:35.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
| 6769 | 2025-08-26T21:23:35.382Z | [ recovery-image] Aug 26 21:23:35.380 INFO O| Aug 26 21:23:35.380 INFO STEP 647 (remove_files) COMPLETE |
| 6770 | 2025-08-26T21:23:35.382Z | [ recovery-image] Aug 26 21:23:35.380 INFO O| Aug 26 21:23:35.380 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6771 | 2025-08-26T21:23:35.407Z | [ recovery-image] Aug 26 21:23:35.399 INFO O| Aug 26 21:23:35.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
| 6772 | 2025-08-26T21:23:35.407Z | [ recovery-image] Aug 26 21:23:35.399 INFO O| Aug 26 21:23:35.399 INFO STEP 648 (remove_files) COMPLETE |
| 6773 | 2025-08-26T21:23:35.407Z | [ recovery-image] Aug 26 21:23:35.399 INFO O| Aug 26 21:23:35.399 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6774 | 2025-08-26T21:23:35.441Z | [ recovery-image] Aug 26 21:23:35.418 INFO O| Aug 26 21:23:35.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
| 6775 | 2025-08-26T21:23:35.441Z | [ recovery-image] Aug 26 21:23:35.418 INFO O| Aug 26 21:23:35.418 INFO STEP 649 (remove_files) COMPLETE |
| 6776 | 2025-08-26T21:23:35.441Z | [ recovery-image] Aug 26 21:23:35.418 INFO O| Aug 26 21:23:35.418 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6777 | 2025-08-26T21:23:35.441Z | [ recovery-image] Aug 26 21:23:35.438 INFO O| Aug 26 21:23:35.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
| 6778 | 2025-08-26T21:23:35.441Z | [ recovery-image] Aug 26 21:23:35.438 INFO O| Aug 26 21:23:35.438 INFO STEP 650 (remove_files) COMPLETE |
| 6779 | 2025-08-26T21:23:35.441Z | [ recovery-image] Aug 26 21:23:35.438 INFO O| Aug 26 21:23:35.438 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6780 | 2025-08-26T21:23:35.469Z | [ recovery-image] Aug 26 21:23:35.455 INFO O| Aug 26 21:23:35.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
| 6781 | 2025-08-26T21:23:35.469Z | [ recovery-image] Aug 26 21:23:35.455 INFO O| Aug 26 21:23:35.455 INFO STEP 651 (remove_files) COMPLETE |
| 6782 | 2025-08-26T21:23:35.469Z | [ recovery-image] Aug 26 21:23:35.455 INFO O| Aug 26 21:23:35.455 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6783 | 2025-08-26T21:23:35.494Z | [ recovery-image] Aug 26 21:23:35.470 INFO O| Aug 26 21:23:35.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
| 6784 | 2025-08-26T21:23:35.495Z | [ recovery-image] Aug 26 21:23:35.471 INFO O| Aug 26 21:23:35.471 INFO STEP 652 (remove_files) COMPLETE |
| 6785 | 2025-08-26T21:23:35.495Z | [ recovery-image] Aug 26 21:23:35.471 INFO O| Aug 26 21:23:35.471 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6786 | 2025-08-26T21:23:35.495Z | [ recovery-image] Aug 26 21:23:35.489 INFO O| Aug 26 21:23:35.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
| 6787 | 2025-08-26T21:23:35.495Z | [ recovery-image] Aug 26 21:23:35.489 INFO O| Aug 26 21:23:35.489 INFO STEP 653 (remove_files) COMPLETE |
| 6788 | 2025-08-26T21:23:35.495Z | [ recovery-image] Aug 26 21:23:35.489 INFO O| Aug 26 21:23:35.489 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6789 | 2025-08-26T21:23:35.521Z | [ recovery-image] Aug 26 21:23:35.503 INFO O| Aug 26 21:23:35.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
| 6790 | 2025-08-26T21:23:35.521Z | [ recovery-image] Aug 26 21:23:35.503 INFO O| Aug 26 21:23:35.503 INFO STEP 654 (remove_files) COMPLETE |
| 6791 | 2025-08-26T21:23:35.521Z | [ recovery-image] Aug 26 21:23:35.503 INFO O| Aug 26 21:23:35.503 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6792 | 2025-08-26T21:23:35.521Z | [ recovery-image] Aug 26 21:23:35.516 INFO O| Aug 26 21:23:35.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
| 6793 | 2025-08-26T21:23:35.521Z | [ recovery-image] Aug 26 21:23:35.517 INFO O| Aug 26 21:23:35.517 INFO STEP 655 (remove_files) COMPLETE |
| 6794 | 2025-08-26T21:23:35.521Z | [ recovery-image] Aug 26 21:23:35.517 INFO O| Aug 26 21:23:35.517 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6795 | 2025-08-26T21:23:35.548Z | [ recovery-image] Aug 26 21:23:35.539 INFO O| Aug 26 21:23:35.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
| 6796 | 2025-08-26T21:23:35.549Z | [ recovery-image] Aug 26 21:23:35.539 INFO O| Aug 26 21:23:35.539 INFO STEP 656 (remove_files) COMPLETE |
| 6797 | 2025-08-26T21:23:35.549Z | [ recovery-image] Aug 26 21:23:35.539 INFO O| Aug 26 21:23:35.539 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6798 | 2025-08-26T21:23:35.597Z | [ recovery-image] Aug 26 21:23:35.561 INFO O| Aug 26 21:23:35.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
| 6799 | 2025-08-26T21:23:35.597Z | [ recovery-image] Aug 26 21:23:35.562 INFO O| Aug 26 21:23:35.562 INFO STEP 657 (remove_files) COMPLETE |
| 6800 | 2025-08-26T21:23:35.597Z | [ recovery-image] Aug 26 21:23:35.562 INFO O| Aug 26 21:23:35.562 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6801 | 2025-08-26T21:23:35.597Z | [ recovery-image] Aug 26 21:23:35.583 INFO O| Aug 26 21:23:35.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
| 6802 | 2025-08-26T21:23:35.597Z | [ recovery-image] Aug 26 21:23:35.583 INFO O| Aug 26 21:23:35.583 INFO STEP 658 (remove_files) COMPLETE |
| 6803 | 2025-08-26T21:23:35.597Z | [ recovery-image] Aug 26 21:23:35.583 INFO O| Aug 26 21:23:35.583 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6804 | 2025-08-26T21:23:35.624Z | [ recovery-image] Aug 26 21:23:35.604 INFO O| Aug 26 21:23:35.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
| 6805 | 2025-08-26T21:23:35.624Z | [ recovery-image] Aug 26 21:23:35.604 INFO O| Aug 26 21:23:35.604 INFO STEP 659 (remove_files) COMPLETE |
| 6806 | 2025-08-26T21:23:35.624Z | [ recovery-image] Aug 26 21:23:35.604 INFO O| Aug 26 21:23:35.604 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6807 | 2025-08-26T21:23:35.624Z | [ recovery-image] Aug 26 21:23:35.621 INFO O| Aug 26 21:23:35.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
| 6808 | 2025-08-26T21:23:35.624Z | [ recovery-image] Aug 26 21:23:35.622 INFO O| Aug 26 21:23:35.622 INFO STEP 660 (remove_files) COMPLETE |
| 6809 | 2025-08-26T21:23:35.624Z | [ recovery-image] Aug 26 21:23:35.622 INFO O| Aug 26 21:23:35.622 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6810 | 2025-08-26T21:23:35.650Z | [ recovery-image] Aug 26 21:23:35.635 INFO O| Aug 26 21:23:35.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
| 6811 | 2025-08-26T21:23:35.650Z | [ recovery-image] Aug 26 21:23:35.635 INFO O| Aug 26 21:23:35.635 INFO STEP 661 (remove_files) COMPLETE |
| 6812 | 2025-08-26T21:23:35.651Z | [ recovery-image] Aug 26 21:23:35.635 INFO O| Aug 26 21:23:35.635 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6813 | 2025-08-26T21:23:35.651Z | [ recovery-image] Aug 26 21:23:35.648 INFO O| Aug 26 21:23:35.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
| 6814 | 2025-08-26T21:23:35.651Z | [ recovery-image] Aug 26 21:23:35.649 INFO O| Aug 26 21:23:35.649 INFO STEP 662 (remove_files) COMPLETE |
| 6815 | 2025-08-26T21:23:35.651Z | [ recovery-image] Aug 26 21:23:35.649 INFO O| Aug 26 21:23:35.649 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6816 | 2025-08-26T21:23:35.676Z | [ recovery-image] Aug 26 21:23:35.668 INFO O| Aug 26 21:23:35.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
| 6817 | 2025-08-26T21:23:35.676Z | [ recovery-image] Aug 26 21:23:35.668 INFO O| Aug 26 21:23:35.668 INFO STEP 663 (remove_files) COMPLETE |
| 6818 | 2025-08-26T21:23:35.676Z | [ recovery-image] Aug 26 21:23:35.668 INFO O| Aug 26 21:23:35.668 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6819 | 2025-08-26T21:23:35.703Z | [ recovery-image] Aug 26 21:23:35.687 INFO O| Aug 26 21:23:35.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
| 6820 | 2025-08-26T21:23:35.703Z | [ recovery-image] Aug 26 21:23:35.687 INFO O| Aug 26 21:23:35.687 INFO STEP 664 (remove_files) COMPLETE |
| 6821 | 2025-08-26T21:23:35.703Z | [ recovery-image] Aug 26 21:23:35.687 INFO O| Aug 26 21:23:35.687 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6822 | 2025-08-26T21:23:35.730Z | [ recovery-image] Aug 26 21:23:35.705 INFO O| Aug 26 21:23:35.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
| 6823 | 2025-08-26T21:23:35.730Z | [ recovery-image] Aug 26 21:23:35.705 INFO O| Aug 26 21:23:35.705 INFO STEP 665 (remove_files) COMPLETE |
| 6824 | 2025-08-26T21:23:35.730Z | [ recovery-image] Aug 26 21:23:35.705 INFO O| Aug 26 21:23:35.705 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6825 | 2025-08-26T21:23:35.730Z | [ recovery-image] Aug 26 21:23:35.720 INFO O| Aug 26 21:23:35.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
| 6826 | 2025-08-26T21:23:35.730Z | [ recovery-image] Aug 26 21:23:35.720 INFO O| Aug 26 21:23:35.720 INFO STEP 666 (remove_files) COMPLETE |
| 6827 | 2025-08-26T21:23:35.730Z | [ recovery-image] Aug 26 21:23:35.720 INFO O| Aug 26 21:23:35.720 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6828 | 2025-08-26T21:23:35.760Z | [ recovery-image] Aug 26 21:23:35.735 INFO O| Aug 26 21:23:35.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
| 6829 | 2025-08-26T21:23:35.760Z | [ recovery-image] Aug 26 21:23:35.735 INFO O| Aug 26 21:23:35.735 INFO STEP 667 (remove_files) COMPLETE |
| 6830 | 2025-08-26T21:23:35.760Z | [ recovery-image] Aug 26 21:23:35.735 INFO O| Aug 26 21:23:35.735 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6831 | 2025-08-26T21:23:35.760Z | [ recovery-image] Aug 26 21:23:35.754 INFO O| Aug 26 21:23:35.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2" |
| 6832 | 2025-08-26T21:23:35.760Z | [ recovery-image] Aug 26 21:23:35.754 INFO O| Aug 26 21:23:35.754 INFO STEP 668 (remove_files) COMPLETE |
| 6833 | 2025-08-26T21:23:35.760Z | [ recovery-image] Aug 26 21:23:35.754 INFO O| Aug 26 21:23:35.754 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6834 | 2025-08-26T21:23:35.785Z | [ recovery-image] Aug 26 21:23:35.770 INFO O| Aug 26 21:23:35.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
| 6835 | 2025-08-26T21:23:35.785Z | [ recovery-image] Aug 26 21:23:35.770 INFO O| Aug 26 21:23:35.770 INFO STEP 669 (remove_files) COMPLETE |
| 6836 | 2025-08-26T21:23:35.785Z | [ recovery-image] Aug 26 21:23:35.770 INFO O| Aug 26 21:23:35.770 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6837 | 2025-08-26T21:23:35.811Z | [ recovery-image] Aug 26 21:23:35.799 INFO O| Aug 26 21:23:35.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr" |
| 6838 | 2025-08-26T21:23:35.811Z | [ recovery-image] Aug 26 21:23:35.799 INFO O| Aug 26 21:23:35.799 INFO STEP 670 (remove_files) COMPLETE |
| 6839 | 2025-08-26T21:23:35.811Z | [ recovery-image] Aug 26 21:23:35.799 INFO O| Aug 26 21:23:35.799 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6840 | 2025-08-26T21:23:35.836Z | [ recovery-image] Aug 26 21:23:35.817 INFO O| Aug 26 21:23:35.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh" |
| 6841 | 2025-08-26T21:23:35.836Z | [ recovery-image] Aug 26 21:23:35.818 INFO O| Aug 26 21:23:35.818 INFO STEP 671 (remove_files) COMPLETE |
| 6842 | 2025-08-26T21:23:35.837Z | [ recovery-image] Aug 26 21:23:35.818 INFO O| Aug 26 21:23:35.818 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6843 | 2025-08-26T21:23:35.863Z | [ recovery-image] Aug 26 21:23:35.837 INFO O| Aug 26 21:23:35.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query" |
| 6844 | 2025-08-26T21:23:35.863Z | [ recovery-image] Aug 26 21:23:35.838 INFO O| Aug 26 21:23:35.837 INFO STEP 672 (remove_files) COMPLETE |
| 6845 | 2025-08-26T21:23:35.863Z | [ recovery-image] Aug 26 21:23:35.838 INFO O| Aug 26 21:23:35.837 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6846 | 2025-08-26T21:23:35.863Z | [ recovery-image] Aug 26 21:23:35.857 INFO O| Aug 26 21:23:35.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
| 6847 | 2025-08-26T21:23:35.863Z | [ recovery-image] Aug 26 21:23:35.857 INFO O| Aug 26 21:23:35.857 INFO STEP 673 (remove_files) COMPLETE |
| 6848 | 2025-08-26T21:23:35.863Z | [ recovery-image] Aug 26 21:23:35.857 INFO O| Aug 26 21:23:35.857 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6849 | 2025-08-26T21:23:35.893Z | [ recovery-image] Aug 26 21:23:35.874 INFO O| Aug 26 21:23:35.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
| 6850 | 2025-08-26T21:23:35.894Z | [ recovery-image] Aug 26 21:23:35.875 INFO O| Aug 26 21:23:35.875 INFO STEP 674 (remove_files) COMPLETE |
| 6851 | 2025-08-26T21:23:35.894Z | [ recovery-image] Aug 26 21:23:35.875 INFO O| Aug 26 21:23:35.875 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6852 | 2025-08-26T21:23:35.894Z | [ recovery-image] Aug 26 21:23:35.889 INFO O| Aug 26 21:23:35.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
| 6853 | 2025-08-26T21:23:35.894Z | [ recovery-image] Aug 26 21:23:35.889 INFO O| Aug 26 21:23:35.889 INFO STEP 675 (remove_files) COMPLETE |
| 6854 | 2025-08-26T21:23:35.894Z | [ recovery-image] Aug 26 21:23:35.889 INFO O| Aug 26 21:23:35.889 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6855 | 2025-08-26T21:23:35.922Z | [ recovery-image] Aug 26 21:23:35.904 INFO O| Aug 26 21:23:35.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
| 6856 | 2025-08-26T21:23:35.922Z | [ recovery-image] Aug 26 21:23:35.904 INFO O| Aug 26 21:23:35.904 INFO STEP 676 (remove_files) COMPLETE |
| 6857 | 2025-08-26T21:23:35.922Z | [ recovery-image] Aug 26 21:23:35.904 INFO O| Aug 26 21:23:35.904 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6858 | 2025-08-26T21:23:35.922Z | [ recovery-image] Aug 26 21:23:35.918 INFO O| Aug 26 21:23:35.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
| 6859 | 2025-08-26T21:23:35.922Z | [ recovery-image] Aug 26 21:23:35.918 INFO O| Aug 26 21:23:35.918 INFO STEP 677 (remove_files) COMPLETE |
| 6860 | 2025-08-26T21:23:35.922Z | [ recovery-image] Aug 26 21:23:35.918 INFO O| Aug 26 21:23:35.918 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6861 | 2025-08-26T21:23:35.949Z | [ recovery-image] Aug 26 21:23:35.932 INFO O| Aug 26 21:23:35.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
| 6862 | 2025-08-26T21:23:35.949Z | [ recovery-image] Aug 26 21:23:35.932 INFO O| Aug 26 21:23:35.932 INFO STEP 678 (remove_files) COMPLETE |
| 6863 | 2025-08-26T21:23:35.949Z | [ recovery-image] Aug 26 21:23:35.932 INFO O| Aug 26 21:23:35.932 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6864 | 2025-08-26T21:23:35.949Z | [ recovery-image] Aug 26 21:23:35.946 INFO O| Aug 26 21:23:35.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1" |
| 6865 | 2025-08-26T21:23:35.949Z | [ recovery-image] Aug 26 21:23:35.947 INFO O| Aug 26 21:23:35.947 INFO STEP 679 (remove_files) COMPLETE |
| 6866 | 2025-08-26T21:23:35.949Z | [ recovery-image] Aug 26 21:23:35.947 INFO O| Aug 26 21:23:35.947 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6867 | 2025-08-26T21:23:35.975Z | [ recovery-image] Aug 26 21:23:35.965 INFO O| Aug 26 21:23:35.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1" |
| 6868 | 2025-08-26T21:23:35.975Z | [ recovery-image] Aug 26 21:23:35.966 INFO O| Aug 26 21:23:35.966 INFO STEP 680 (remove_files) COMPLETE |
| 6869 | 2025-08-26T21:23:35.975Z | [ recovery-image] Aug 26 21:23:35.966 INFO O| Aug 26 21:23:35.966 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6870 | 2025-08-26T21:23:36.001Z | [ recovery-image] Aug 26 21:23:35.984 INFO O| Aug 26 21:23:35.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1" |
| 6871 | 2025-08-26T21:23:36.001Z | [ recovery-image] Aug 26 21:23:35.984 INFO O| Aug 26 21:23:35.984 INFO STEP 681 (remove_files) COMPLETE |
| 6872 | 2025-08-26T21:23:36.001Z | [ recovery-image] Aug 26 21:23:35.984 INFO O| Aug 26 21:23:35.984 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6873 | 2025-08-26T21:23:36.001Z | [ recovery-image] Aug 26 21:23:35.999 INFO O| Aug 26 21:23:35.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1" |
| 6874 | 2025-08-26T21:23:36.001Z | [ recovery-image] Aug 26 21:23:35.999 INFO O| Aug 26 21:23:35.999 INFO STEP 682 (remove_files) COMPLETE |
| 6875 | 2025-08-26T21:23:36.001Z | [ recovery-image] Aug 26 21:23:35.999 INFO O| Aug 26 21:23:35.999 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6876 | 2025-08-26T21:23:36.027Z | [ recovery-image] Aug 26 21:23:36.014 INFO O| Aug 26 21:23:36.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1" |
| 6877 | 2025-08-26T21:23:36.027Z | [ recovery-image] Aug 26 21:23:36.015 INFO O| Aug 26 21:23:36.015 INFO STEP 683 (remove_files) COMPLETE |
| 6878 | 2025-08-26T21:23:36.027Z | [ recovery-image] Aug 26 21:23:36.015 INFO O| Aug 26 21:23:36.015 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6879 | 2025-08-26T21:23:36.052Z | [ recovery-image] Aug 26 21:23:36.029 INFO O| Aug 26 21:23:36.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1" |
| 6880 | 2025-08-26T21:23:36.052Z | [ recovery-image] Aug 26 21:23:36.030 INFO O| Aug 26 21:23:36.030 INFO STEP 684 (remove_files) COMPLETE |
| 6881 | 2025-08-26T21:23:36.052Z | [ recovery-image] Aug 26 21:23:36.030 INFO O| Aug 26 21:23:36.030 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6882 | 2025-08-26T21:23:36.052Z | [ recovery-image] Aug 26 21:23:36.045 INFO O| Aug 26 21:23:36.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin" |
| 6883 | 2025-08-26T21:23:36.052Z | [ recovery-image] Aug 26 21:23:36.045 INFO O| Aug 26 21:23:36.045 INFO STEP 685 (remove_files) COMPLETE |
| 6884 | 2025-08-26T21:23:36.052Z | [ recovery-image] Aug 26 21:23:36.045 INFO O| Aug 26 21:23:36.045 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6885 | 2025-08-26T21:23:36.078Z | [ recovery-image] Aug 26 21:23:36.068 INFO O| Aug 26 21:23:36.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl" |
| 6886 | 2025-08-26T21:23:36.078Z | [ recovery-image] Aug 26 21:23:36.069 INFO O| Aug 26 21:23:36.069 INFO STEP 686 (remove_files) COMPLETE |
| 6887 | 2025-08-26T21:23:36.078Z | [ recovery-image] Aug 26 21:23:36.069 INFO O| Aug 26 21:23:36.069 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6888 | 2025-08-26T21:23:36.104Z | [ recovery-image] Aug 26 21:23:36.090 INFO O| Aug 26 21:23:36.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin" |
| 6889 | 2025-08-26T21:23:36.104Z | [ recovery-image] Aug 26 21:23:36.091 INFO O| Aug 26 21:23:36.091 INFO STEP 687 (remove_files) COMPLETE |
| 6890 | 2025-08-26T21:23:36.104Z | [ recovery-image] Aug 26 21:23:36.091 INFO O| Aug 26 21:23:36.091 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6891 | 2025-08-26T21:23:36.130Z | [ recovery-image] Aug 26 21:23:36.110 INFO O| Aug 26 21:23:36.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl" |
| 6892 | 2025-08-26T21:23:36.130Z | [ recovery-image] Aug 26 21:23:36.110 INFO O| Aug 26 21:23:36.110 INFO STEP 688 (remove_files) COMPLETE |
| 6893 | 2025-08-26T21:23:36.130Z | [ recovery-image] Aug 26 21:23:36.110 INFO O| Aug 26 21:23:36.110 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6894 | 2025-08-26T21:23:36.131Z | [ recovery-image] Aug 26 21:23:36.128 INFO O| Aug 26 21:23:36.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin" |
| 6895 | 2025-08-26T21:23:36.131Z | [ recovery-image] Aug 26 21:23:36.129 INFO O| Aug 26 21:23:36.129 INFO STEP 689 (remove_files) COMPLETE |
| 6896 | 2025-08-26T21:23:36.131Z | [ recovery-image] Aug 26 21:23:36.129 INFO O| Aug 26 21:23:36.129 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6897 | 2025-08-26T21:23:36.156Z | [ recovery-image] Aug 26 21:23:36.143 INFO O| Aug 26 21:23:36.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl" |
| 6898 | 2025-08-26T21:23:36.157Z | [ recovery-image] Aug 26 21:23:36.143 INFO O| Aug 26 21:23:36.143 INFO STEP 690 (remove_files) COMPLETE |
| 6899 | 2025-08-26T21:23:36.157Z | [ recovery-image] Aug 26 21:23:36.143 INFO O| Aug 26 21:23:36.143 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6900 | 2025-08-26T21:23:36.182Z | [ recovery-image] Aug 26 21:23:36.159 INFO O| Aug 26 21:23:36.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
| 6901 | 2025-08-26T21:23:36.183Z | [ recovery-image] Aug 26 21:23:36.159 INFO O| Aug 26 21:23:36.159 INFO STEP 691 (remove_files) COMPLETE |
| 6902 | 2025-08-26T21:23:36.183Z | [ recovery-image] Aug 26 21:23:36.159 INFO O| Aug 26 21:23:36.159 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6903 | 2025-08-26T21:23:36.208Z | [ recovery-image] Aug 26 21:23:36.177 INFO O| Aug 26 21:23:36.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
| 6904 | 2025-08-26T21:23:36.208Z | [ recovery-image] Aug 26 21:23:36.177 INFO O| Aug 26 21:23:36.177 INFO STEP 692 (remove_files) COMPLETE |
| 6905 | 2025-08-26T21:23:36.208Z | [ recovery-image] Aug 26 21:23:36.177 INFO O| Aug 26 21:23:36.177 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6906 | 2025-08-26T21:23:36.208Z | [ recovery-image] Aug 26 21:23:36.196 INFO O| Aug 26 21:23:36.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin" |
| 6907 | 2025-08-26T21:23:36.208Z | [ recovery-image] Aug 26 21:23:36.196 INFO O| Aug 26 21:23:36.196 INFO STEP 693 (remove_files) COMPLETE |
| 6908 | 2025-08-26T21:23:36.208Z | [ recovery-image] Aug 26 21:23:36.196 INFO O| Aug 26 21:23:36.196 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6909 | 2025-08-26T21:23:36.233Z | [ recovery-image] Aug 26 21:23:36.212 INFO O| Aug 26 21:23:36.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl" |
| 6910 | 2025-08-26T21:23:36.233Z | [ recovery-image] Aug 26 21:23:36.212 INFO O| Aug 26 21:23:36.212 INFO STEP 694 (remove_files) COMPLETE |
| 6911 | 2025-08-26T21:23:36.233Z | [ recovery-image] Aug 26 21:23:36.212 INFO O| Aug 26 21:23:36.212 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6912 | 2025-08-26T21:23:36.233Z | [ recovery-image] Aug 26 21:23:36.230 INFO O| Aug 26 21:23:36.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
| 6913 | 2025-08-26T21:23:36.233Z | [ recovery-image] Aug 26 21:23:36.231 INFO O| Aug 26 21:23:36.231 INFO STEP 695 (remove_files) COMPLETE |
| 6914 | 2025-08-26T21:23:36.233Z | [ recovery-image] Aug 26 21:23:36.231 INFO O| Aug 26 21:23:36.231 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6915 | 2025-08-26T21:23:36.258Z | [ recovery-image] Aug 26 21:23:36.249 INFO O| Aug 26 21:23:36.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 6916 | 2025-08-26T21:23:36.258Z | [ recovery-image] Aug 26 21:23:36.250 INFO O| Aug 26 21:23:36.250 INFO STEP 696 (remove_files) COMPLETE |
| 6917 | 2025-08-26T21:23:36.258Z | [ recovery-image] Aug 26 21:23:36.250 INFO O| Aug 26 21:23:36.250 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6918 | 2025-08-26T21:23:36.283Z | [ recovery-image] Aug 26 21:23:36.266 INFO O| Aug 26 21:23:36.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled" |
| 6919 | 2025-08-26T21:23:36.284Z | [ recovery-image] Aug 26 21:23:36.266 INFO O| Aug 26 21:23:36.266 INFO STEP 697 (remove_files) COMPLETE |
| 6920 | 2025-08-26T21:23:36.284Z | [ recovery-image] Aug 26 21:23:36.266 INFO O| Aug 26 21:23:36.266 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6921 | 2025-08-26T21:23:36.284Z | [ recovery-image] Aug 26 21:23:36.281 INFO O| Aug 26 21:23:36.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv" |
| 6922 | 2025-08-26T21:23:36.284Z | [ recovery-image] Aug 26 21:23:36.282 INFO O| Aug 26 21:23:36.281 INFO STEP 698 (remove_files) COMPLETE |
| 6923 | 2025-08-26T21:23:36.284Z | [ recovery-image] Aug 26 21:23:36.282 INFO O| Aug 26 21:23:36.282 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6924 | 2025-08-26T21:23:36.309Z | [ recovery-image] Aug 26 21:23:36.296 INFO O| Aug 26 21:23:36.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend" |
| 6925 | 2025-08-26T21:23:36.309Z | [ recovery-image] Aug 26 21:23:36.296 INFO O| Aug 26 21:23:36.296 INFO STEP 699 (remove_files) COMPLETE |
| 6926 | 2025-08-26T21:23:36.309Z | [ recovery-image] Aug 26 21:23:36.296 INFO O| Aug 26 21:23:36.296 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6927 | 2025-08-26T21:23:36.334Z | [ recovery-image] Aug 26 21:23:36.311 INFO O| Aug 26 21:23:36.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo" |
| 6928 | 2025-08-26T21:23:36.334Z | [ recovery-image] Aug 26 21:23:36.312 INFO O| Aug 26 21:23:36.312 INFO STEP 700 (remove_files) COMPLETE |
| 6929 | 2025-08-26T21:23:36.334Z | [ recovery-image] Aug 26 21:23:36.312 INFO O| Aug 26 21:23:36.312 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6930 | 2025-08-26T21:23:36.334Z | [ recovery-image] Aug 26 21:23:36.326 INFO O| Aug 26 21:23:36.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o" |
| 6931 | 2025-08-26T21:23:36.334Z | [ recovery-image] Aug 26 21:23:36.326 INFO O| Aug 26 21:23:36.326 INFO STEP 701 (remove_files) COMPLETE |
| 6932 | 2025-08-26T21:23:36.334Z | [ recovery-image] Aug 26 21:23:36.326 INFO O| Aug 26 21:23:36.326 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6933 | 2025-08-26T21:23:36.360Z | [ recovery-image] Aug 26 21:23:36.342 INFO O| Aug 26 21:23:36.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
| 6934 | 2025-08-26T21:23:36.361Z | [ recovery-image] Aug 26 21:23:36.343 INFO O| Aug 26 21:23:36.343 INFO STEP 702 (remove_files) COMPLETE |
| 6935 | 2025-08-26T21:23:36.361Z | [ recovery-image] Aug 26 21:23:36.343 INFO O| Aug 26 21:23:36.343 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6936 | 2025-08-26T21:23:36.361Z | [ recovery-image] Aug 26 21:23:36.358 INFO O| Aug 26 21:23:36.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d" |
| 6937 | 2025-08-26T21:23:36.361Z | [ recovery-image] Aug 26 21:23:36.358 INFO O| Aug 26 21:23:36.358 INFO STEP 703 (remove_files) COMPLETE |
| 6938 | 2025-08-26T21:23:36.361Z | [ recovery-image] Aug 26 21:23:36.358 INFO O| Aug 26 21:23:36.358 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6939 | 2025-08-26T21:23:36.386Z | [ recovery-image] Aug 26 21:23:36.373 INFO O| Aug 26 21:23:36.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o" |
| 6940 | 2025-08-26T21:23:36.386Z | [ recovery-image] Aug 26 21:23:36.373 INFO O| Aug 26 21:23:36.373 INFO STEP 704 (remove_files) COMPLETE |
| 6941 | 2025-08-26T21:23:36.386Z | [ recovery-image] Aug 26 21:23:36.373 INFO O| Aug 26 21:23:36.373 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6942 | 2025-08-26T21:23:36.411Z | [ recovery-image] Aug 26 21:23:36.389 INFO O| Aug 26 21:23:36.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
| 6943 | 2025-08-26T21:23:36.411Z | [ recovery-image] Aug 26 21:23:36.390 INFO O| Aug 26 21:23:36.390 INFO STEP 705 (remove_files) COMPLETE |
| 6944 | 2025-08-26T21:23:36.411Z | [ recovery-image] Aug 26 21:23:36.390 INFO O| Aug 26 21:23:36.390 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6945 | 2025-08-26T21:23:36.411Z | [ recovery-image] Aug 26 21:23:36.410 INFO O| Aug 26 21:23:36.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
| 6946 | 2025-08-26T21:23:36.411Z | [ recovery-image] Aug 26 21:23:36.410 INFO O| Aug 26 21:23:36.410 INFO STEP 706 (remove_files) COMPLETE |
| 6947 | 2025-08-26T21:23:36.411Z | [ recovery-image] Aug 26 21:23:36.410 INFO O| Aug 26 21:23:36.410 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6948 | 2025-08-26T21:23:36.453Z | [ recovery-image] Aug 26 21:23:36.426 INFO O| Aug 26 21:23:36.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
| 6949 | 2025-08-26T21:23:36.453Z | [ recovery-image] Aug 26 21:23:36.427 INFO O| Aug 26 21:23:36.426 INFO STEP 707 (remove_files) COMPLETE |
| 6950 | 2025-08-26T21:23:36.478Z | [ recovery-image] Aug 26 21:23:36.427 INFO O| Aug 26 21:23:36.427 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6951 | 2025-08-26T21:23:36.478Z | [ recovery-image] Aug 26 21:23:36.444 INFO O| Aug 26 21:23:36.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
| 6952 | 2025-08-26T21:23:36.478Z | [ recovery-image] Aug 26 21:23:36.444 INFO O| Aug 26 21:23:36.444 INFO STEP 708 (remove_files) COMPLETE |
| 6953 | 2025-08-26T21:23:36.478Z | [ recovery-image] Aug 26 21:23:36.444 INFO O| Aug 26 21:23:36.444 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6954 | 2025-08-26T21:23:36.478Z | [ recovery-image] Aug 26 21:23:36.463 INFO O| Aug 26 21:23:36.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
| 6955 | 2025-08-26T21:23:36.478Z | [ recovery-image] Aug 26 21:23:36.463 INFO O| Aug 26 21:23:36.463 INFO STEP 709 (remove_files) COMPLETE |
| 6956 | 2025-08-26T21:23:36.478Z | [ recovery-image] Aug 26 21:23:36.463 INFO O| Aug 26 21:23:36.463 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6957 | 2025-08-26T21:23:36.478Z | [ recovery-image] Aug 26 21:23:36.478 INFO O| Aug 26 21:23:36.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
| 6958 | 2025-08-26T21:23:36.478Z | [ recovery-image] Aug 26 21:23:36.478 INFO O| Aug 26 21:23:36.478 INFO STEP 710 (remove_files) COMPLETE |
| 6959 | 2025-08-26T21:23:36.478Z | [ recovery-image] Aug 26 21:23:36.478 INFO O| Aug 26 21:23:36.478 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6960 | 2025-08-26T21:23:36.503Z | [ recovery-image] Aug 26 21:23:36.493 INFO O| Aug 26 21:23:36.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
| 6961 | 2025-08-26T21:23:36.503Z | [ recovery-image] Aug 26 21:23:36.493 INFO O| Aug 26 21:23:36.493 INFO STEP 711 (remove_files) COMPLETE |
| 6962 | 2025-08-26T21:23:36.503Z | [ recovery-image] Aug 26 21:23:36.493 INFO O| Aug 26 21:23:36.493 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6963 | 2025-08-26T21:23:36.528Z | [ recovery-image] Aug 26 21:23:36.508 INFO O| Aug 26 21:23:36.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
| 6964 | 2025-08-26T21:23:36.528Z | [ recovery-image] Aug 26 21:23:36.509 INFO O| Aug 26 21:23:36.509 INFO STEP 712 (remove_files) COMPLETE |
| 6965 | 2025-08-26T21:23:36.528Z | [ recovery-image] Aug 26 21:23:36.509 INFO O| Aug 26 21:23:36.509 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6966 | 2025-08-26T21:23:36.528Z | [ recovery-image] Aug 26 21:23:36.523 INFO O| Aug 26 21:23:36.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
| 6967 | 2025-08-26T21:23:36.528Z | [ recovery-image] Aug 26 21:23:36.524 INFO O| Aug 26 21:23:36.524 INFO STEP 713 (remove_files) COMPLETE |
| 6968 | 2025-08-26T21:23:36.528Z | [ recovery-image] Aug 26 21:23:36.524 INFO O| Aug 26 21:23:36.524 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6969 | 2025-08-26T21:23:36.553Z | [ recovery-image] Aug 26 21:23:36.543 INFO O| Aug 26 21:23:36.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
| 6970 | 2025-08-26T21:23:36.554Z | [ recovery-image] Aug 26 21:23:36.543 INFO O| Aug 26 21:23:36.543 INFO STEP 714 (remove_files) COMPLETE |
| 6971 | 2025-08-26T21:23:36.554Z | [ recovery-image] Aug 26 21:23:36.543 INFO O| Aug 26 21:23:36.543 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6972 | 2025-08-26T21:23:36.579Z | [ recovery-image] Aug 26 21:23:36.562 INFO O| Aug 26 21:23:36.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict" |
| 6973 | 2025-08-26T21:23:36.579Z | [ recovery-image] Aug 26 21:23:36.562 INFO O| Aug 26 21:23:36.562 INFO STEP 715 (remove_files) COMPLETE |
| 6974 | 2025-08-26T21:23:36.579Z | [ recovery-image] Aug 26 21:23:36.562 INFO O| Aug 26 21:23:36.562 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6975 | 2025-08-26T21:23:36.579Z | [ recovery-image] Aug 26 21:23:36.579 INFO O| Aug 26 21:23:36.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
| 6976 | 2025-08-26T21:23:36.579Z | [ recovery-image] Aug 26 21:23:36.580 INFO O| Aug 26 21:23:36.580 INFO STEP 716 (remove_files) COMPLETE |
| 6977 | 2025-08-26T21:23:36.579Z | [ recovery-image] Aug 26 21:23:36.580 INFO O| Aug 26 21:23:36.580 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6978 | 2025-08-26T21:23:36.604Z | [ recovery-image] Aug 26 21:23:36.598 INFO O| Aug 26 21:23:36.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict" |
| 6979 | 2025-08-26T21:23:36.604Z | [ recovery-image] Aug 26 21:23:36.598 INFO O| Aug 26 21:23:36.598 INFO STEP 717 (remove_files) COMPLETE |
| 6980 | 2025-08-26T21:23:36.605Z | [ recovery-image] Aug 26 21:23:36.598 INFO O| Aug 26 21:23:36.598 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6981 | 2025-08-26T21:23:36.630Z | [ recovery-image] Aug 26 21:23:36.615 INFO O| Aug 26 21:23:36.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict" |
| 6982 | 2025-08-26T21:23:36.630Z | [ recovery-image] Aug 26 21:23:36.615 INFO O| Aug 26 21:23:36.615 INFO STEP 718 (remove_files) COMPLETE |
| 6983 | 2025-08-26T21:23:36.630Z | [ recovery-image] Aug 26 21:23:36.615 INFO O| Aug 26 21:23:36.615 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6984 | 2025-08-26T21:23:36.630Z | [ recovery-image] Aug 26 21:23:36.631 INFO O| Aug 26 21:23:36.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject" |
| 6985 | 2025-08-26T21:23:36.630Z | [ recovery-image] Aug 26 21:23:36.631 INFO O| Aug 26 21:23:36.631 INFO STEP 719 (remove_files) COMPLETE |
| 6986 | 2025-08-26T21:23:36.630Z | [ recovery-image] Aug 26 21:23:36.631 INFO O| Aug 26 21:23:36.631 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6987 | 2025-08-26T21:23:36.656Z | [ recovery-image] Aug 26 21:23:36.645 INFO O| Aug 26 21:23:36.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim" |
| 6988 | 2025-08-26T21:23:36.656Z | [ recovery-image] Aug 26 21:23:36.645 INFO O| Aug 26 21:23:36.645 INFO STEP 720 (remove_files) COMPLETE |
| 6989 | 2025-08-26T21:23:36.656Z | [ recovery-image] Aug 26 21:23:36.645 INFO O| Aug 26 21:23:36.645 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6990 | 2025-08-26T21:23:36.695Z | [ recovery-image] Aug 26 21:23:36.660 INFO O| Aug 26 21:23:36.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo" |
| 6991 | 2025-08-26T21:23:36.695Z | [ recovery-image] Aug 26 21:23:36.661 INFO O| Aug 26 21:23:36.661 INFO STEP 721 (remove_files) COMPLETE |
| 6992 | 2025-08-26T21:23:36.695Z | [ recovery-image] Aug 26 21:23:36.661 INFO O| Aug 26 21:23:36.661 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6993 | 2025-08-26T21:23:36.695Z | [ recovery-image] Aug 26 21:23:36.675 INFO O| Aug 26 21:23:36.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo" |
| 6994 | 2025-08-26T21:23:36.695Z | [ recovery-image] Aug 26 21:23:36.675 INFO O| Aug 26 21:23:36.675 INFO STEP 722 (remove_files) COMPLETE |
| 6995 | 2025-08-26T21:23:36.696Z | [ recovery-image] Aug 26 21:23:36.675 INFO O| Aug 26 21:23:36.675 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6996 | 2025-08-26T21:23:36.726Z | [ recovery-image] Aug 26 21:23:36.691 INFO O| Aug 26 21:23:36.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode" |
| 6997 | 2025-08-26T21:23:36.726Z | [ recovery-image] Aug 26 21:23:36.691 INFO O| Aug 26 21:23:36.691 INFO STEP 723 (remove_files) COMPLETE |
| 6998 | 2025-08-26T21:23:36.726Z | [ recovery-image] Aug 26 21:23:36.691 INFO O| Aug 26 21:23:36.691 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6999 | 2025-08-26T21:23:36.726Z | [ recovery-image] Aug 26 21:23:36.709 INFO O| Aug 26 21:23:36.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
| 7000 | 2025-08-26T21:23:36.726Z | [ recovery-image] Aug 26 21:23:36.709 INFO O| Aug 26 21:23:36.709 INFO STEP 724 (remove_files) COMPLETE |
| 7001 | 2025-08-26T21:23:36.726Z | [ recovery-image] Aug 26 21:23:36.709 INFO O| Aug 26 21:23:36.709 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7002 | 2025-08-26T21:23:36.726Z | [ recovery-image] Aug 26 21:23:36.723 INFO O| Aug 26 21:23:36.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
| 7003 | 2025-08-26T21:23:36.726Z | [ recovery-image] Aug 26 21:23:36.724 INFO O| Aug 26 21:23:36.723 INFO STEP 725 (remove_files) COMPLETE |
| 7004 | 2025-08-26T21:23:36.726Z | [ recovery-image] Aug 26 21:23:36.724 INFO O| Aug 26 21:23:36.724 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7005 | 2025-08-26T21:23:36.753Z | [ recovery-image] Aug 26 21:23:36.739 INFO O| Aug 26 21:23:36.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
| 7006 | 2025-08-26T21:23:36.753Z | [ recovery-image] Aug 26 21:23:36.739 INFO O| Aug 26 21:23:36.739 INFO STEP 726 (remove_files) COMPLETE |
| 7007 | 2025-08-26T21:23:36.753Z | [ recovery-image] Aug 26 21:23:36.739 INFO O| Aug 26 21:23:36.739 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7008 | 2025-08-26T21:23:36.780Z | [ recovery-image] Aug 26 21:23:36.755 INFO O| Aug 26 21:23:36.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
| 7009 | 2025-08-26T21:23:36.780Z | [ recovery-image] Aug 26 21:23:36.755 INFO O| Aug 26 21:23:36.755 INFO STEP 727 (remove_files) COMPLETE |
| 7010 | 2025-08-26T21:23:36.780Z | [ recovery-image] Aug 26 21:23:36.755 INFO O| Aug 26 21:23:36.755 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7011 | 2025-08-26T21:23:36.780Z | [ recovery-image] Aug 26 21:23:36.771 INFO O| Aug 26 21:23:36.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
| 7012 | 2025-08-26T21:23:36.780Z | [ recovery-image] Aug 26 21:23:36.771 INFO O| Aug 26 21:23:36.771 INFO STEP 728 (remove_files) COMPLETE |
| 7013 | 2025-08-26T21:23:36.780Z | [ recovery-image] Aug 26 21:23:36.771 INFO O| Aug 26 21:23:36.771 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7014 | 2025-08-26T21:23:36.809Z | [ recovery-image] Aug 26 21:23:36.792 INFO O| Aug 26 21:23:36.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
| 7015 | 2025-08-26T21:23:36.809Z | [ recovery-image] Aug 26 21:23:36.792 INFO O| Aug 26 21:23:36.792 INFO STEP 729 (remove_files) COMPLETE |
| 7016 | 2025-08-26T21:23:36.809Z | [ recovery-image] Aug 26 21:23:36.792 INFO O| Aug 26 21:23:36.792 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7017 | 2025-08-26T21:23:36.835Z | [ recovery-image] Aug 26 21:23:36.809 INFO O| Aug 26 21:23:36.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
| 7018 | 2025-08-26T21:23:36.835Z | [ recovery-image] Aug 26 21:23:36.809 INFO O| Aug 26 21:23:36.809 INFO STEP 730 (remove_files) COMPLETE |
| 7019 | 2025-08-26T21:23:36.835Z | [ recovery-image] Aug 26 21:23:36.809 INFO O| Aug 26 21:23:36.809 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7020 | 2025-08-26T21:23:36.835Z | [ recovery-image] Aug 26 21:23:36.828 INFO O| Aug 26 21:23:36.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
| 7021 | 2025-08-26T21:23:36.835Z | [ recovery-image] Aug 26 21:23:36.828 INFO O| Aug 26 21:23:36.828 INFO STEP 731 (remove_files) COMPLETE |
| 7022 | 2025-08-26T21:23:36.835Z | [ recovery-image] Aug 26 21:23:36.828 INFO O| Aug 26 21:23:36.828 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7023 | 2025-08-26T21:23:36.860Z | [ recovery-image] Aug 26 21:23:36.847 INFO O| Aug 26 21:23:36.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
| 7024 | 2025-08-26T21:23:36.860Z | [ recovery-image] Aug 26 21:23:36.847 INFO O| Aug 26 21:23:36.847 INFO STEP 732 (remove_files) COMPLETE |
| 7025 | 2025-08-26T21:23:36.860Z | [ recovery-image] Aug 26 21:23:36.848 INFO O| Aug 26 21:23:36.847 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7026 | 2025-08-26T21:23:36.885Z | [ recovery-image] Aug 26 21:23:36.866 INFO O| Aug 26 21:23:36.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
| 7027 | 2025-08-26T21:23:36.886Z | [ recovery-image] Aug 26 21:23:36.866 INFO O| Aug 26 21:23:36.866 INFO STEP 733 (remove_files) COMPLETE |
| 7028 | 2025-08-26T21:23:36.886Z | [ recovery-image] Aug 26 21:23:36.866 INFO O| Aug 26 21:23:36.866 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7029 | 2025-08-26T21:23:36.886Z | [ recovery-image] Aug 26 21:23:36.885 INFO O| Aug 26 21:23:36.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
| 7030 | 2025-08-26T21:23:36.886Z | [ recovery-image] Aug 26 21:23:36.885 INFO O| Aug 26 21:23:36.885 INFO STEP 734 (remove_files) COMPLETE |
| 7031 | 2025-08-26T21:23:36.886Z | [ recovery-image] Aug 26 21:23:36.885 INFO O| Aug 26 21:23:36.885 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7032 | 2025-08-26T21:23:36.912Z | [ recovery-image] Aug 26 21:23:36.901 INFO O| Aug 26 21:23:36.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
| 7033 | 2025-08-26T21:23:36.912Z | [ recovery-image] Aug 26 21:23:36.902 INFO O| Aug 26 21:23:36.902 INFO STEP 735 (remove_files) COMPLETE |
| 7034 | 2025-08-26T21:23:36.912Z | [ recovery-image] Aug 26 21:23:36.902 INFO O| Aug 26 21:23:36.902 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7035 | 2025-08-26T21:23:36.938Z | [ recovery-image] Aug 26 21:23:36.917 INFO O| Aug 26 21:23:36.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
| 7036 | 2025-08-26T21:23:36.938Z | [ recovery-image] Aug 26 21:23:36.917 INFO O| Aug 26 21:23:36.917 INFO STEP 736 (remove_files) COMPLETE |
| 7037 | 2025-08-26T21:23:36.938Z | [ recovery-image] Aug 26 21:23:36.917 INFO O| Aug 26 21:23:36.917 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7038 | 2025-08-26T21:23:36.938Z | [ recovery-image] Aug 26 21:23:36.931 INFO O| Aug 26 21:23:36.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
| 7039 | 2025-08-26T21:23:36.938Z | [ recovery-image] Aug 26 21:23:36.931 INFO O| Aug 26 21:23:36.931 INFO STEP 737 (remove_files) COMPLETE |
| 7040 | 2025-08-26T21:23:36.938Z | [ recovery-image] Aug 26 21:23:36.931 INFO O| Aug 26 21:23:36.931 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7041 | 2025-08-26T21:23:36.964Z | [ recovery-image] Aug 26 21:23:36.945 INFO O| Aug 26 21:23:36.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
| 7042 | 2025-08-26T21:23:36.964Z | [ recovery-image] Aug 26 21:23:36.946 INFO O| Aug 26 21:23:36.945 INFO STEP 738 (remove_files) COMPLETE |
| 7043 | 2025-08-26T21:23:36.964Z | [ recovery-image] Aug 26 21:23:36.946 INFO O| Aug 26 21:23:36.946 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7044 | 2025-08-26T21:23:36.964Z | [ recovery-image] Aug 26 21:23:36.961 INFO O| Aug 26 21:23:36.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
| 7045 | 2025-08-26T21:23:36.964Z | [ recovery-image] Aug 26 21:23:36.961 INFO O| Aug 26 21:23:36.961 INFO STEP 739 (remove_files) COMPLETE |
| 7046 | 2025-08-26T21:23:36.964Z | [ recovery-image] Aug 26 21:23:36.961 INFO O| Aug 26 21:23:36.961 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7047 | 2025-08-26T21:23:36.990Z | [ recovery-image] Aug 26 21:23:36.975 INFO O| Aug 26 21:23:36.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
| 7048 | 2025-08-26T21:23:36.990Z | [ recovery-image] Aug 26 21:23:36.975 INFO O| Aug 26 21:23:36.975 INFO STEP 740 (remove_files) COMPLETE |
| 7049 | 2025-08-26T21:23:36.990Z | [ recovery-image] Aug 26 21:23:36.975 INFO O| Aug 26 21:23:36.975 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7050 | 2025-08-26T21:23:36.990Z | [ recovery-image] Aug 26 21:23:36.989 INFO O| Aug 26 21:23:36.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
| 7051 | 2025-08-26T21:23:36.990Z | [ recovery-image] Aug 26 21:23:36.990 INFO O| Aug 26 21:23:36.990 INFO STEP 741 (remove_files) COMPLETE |
| 7052 | 2025-08-26T21:23:36.990Z | [ recovery-image] Aug 26 21:23:36.990 INFO O| Aug 26 21:23:36.990 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7053 | 2025-08-26T21:23:37.015Z | [ recovery-image] Aug 26 21:23:37.007 INFO O| Aug 26 21:23:37.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
| 7054 | 2025-08-26T21:23:37.015Z | [ recovery-image] Aug 26 21:23:37.007 INFO O| Aug 26 21:23:37.007 INFO STEP 742 (remove_files) COMPLETE |
| 7055 | 2025-08-26T21:23:37.016Z | [ recovery-image] Aug 26 21:23:37.007 INFO O| Aug 26 21:23:37.007 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7056 | 2025-08-26T21:23:37.043Z | [ recovery-image] Aug 26 21:23:37.025 INFO O| Aug 26 21:23:37.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
| 7057 | 2025-08-26T21:23:37.043Z | [ recovery-image] Aug 26 21:23:37.025 INFO O| Aug 26 21:23:37.025 INFO STEP 743 (remove_files) COMPLETE |
| 7058 | 2025-08-26T21:23:37.043Z | [ recovery-image] Aug 26 21:23:37.025 INFO O| Aug 26 21:23:37.025 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7059 | 2025-08-26T21:23:37.043Z | [ recovery-image] Aug 26 21:23:37.040 INFO O| Aug 26 21:23:37.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
| 7060 | 2025-08-26T21:23:37.043Z | [ recovery-image] Aug 26 21:23:37.040 INFO O| Aug 26 21:23:37.040 INFO STEP 744 (remove_files) COMPLETE |
| 7061 | 2025-08-26T21:23:37.043Z | [ recovery-image] Aug 26 21:23:37.040 INFO O| Aug 26 21:23:37.040 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7062 | 2025-08-26T21:23:37.068Z | [ recovery-image] Aug 26 21:23:37.059 INFO O| Aug 26 21:23:37.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
| 7063 | 2025-08-26T21:23:37.068Z | [ recovery-image] Aug 26 21:23:37.059 INFO O| Aug 26 21:23:37.059 INFO STEP 745 (remove_files) COMPLETE |
| 7064 | 2025-08-26T21:23:37.068Z | [ recovery-image] Aug 26 21:23:37.059 INFO O| Aug 26 21:23:37.059 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7065 | 2025-08-26T21:23:37.093Z | [ recovery-image] Aug 26 21:23:37.076 INFO O| Aug 26 21:23:37.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
| 7066 | 2025-08-26T21:23:37.093Z | [ recovery-image] Aug 26 21:23:37.076 INFO O| Aug 26 21:23:37.076 INFO STEP 746 (remove_files) COMPLETE |
| 7067 | 2025-08-26T21:23:37.094Z | [ recovery-image] Aug 26 21:23:37.076 INFO O| Aug 26 21:23:37.076 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7068 | 2025-08-26T21:23:37.094Z | [ recovery-image] Aug 26 21:23:37.092 INFO O| Aug 26 21:23:37.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1" |
| 7069 | 2025-08-26T21:23:37.094Z | [ recovery-image] Aug 26 21:23:37.092 INFO O| Aug 26 21:23:37.092 INFO STEP 747 (remove_files) COMPLETE |
| 7070 | 2025-08-26T21:23:37.094Z | [ recovery-image] Aug 26 21:23:37.092 INFO O| Aug 26 21:23:37.092 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7071 | 2025-08-26T21:23:37.119Z | [ recovery-image] Aug 26 21:23:37.111 INFO O| Aug 26 21:23:37.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
| 7072 | 2025-08-26T21:23:37.120Z | [ recovery-image] Aug 26 21:23:37.111 INFO O| Aug 26 21:23:37.111 INFO STEP 748 (remove_files) COMPLETE |
| 7073 | 2025-08-26T21:23:37.120Z | [ recovery-image] Aug 26 21:23:37.111 INFO O| Aug 26 21:23:37.111 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7074 | 2025-08-26T21:23:37.153Z | [ recovery-image] Aug 26 21:23:37.154 INFO O| Aug 26 21:23:37.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1" |
| 7075 | 2025-08-26T21:23:37.153Z | [ recovery-image] Aug 26 21:23:37.154 INFO O| Aug 26 21:23:37.154 INFO STEP 749 (remove_files) COMPLETE |
| 7076 | 2025-08-26T21:23:37.154Z | [ recovery-image] Aug 26 21:23:37.154 INFO O| Aug 26 21:23:37.154 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7077 | 2025-08-26T21:23:37.180Z | [ recovery-image] Aug 26 21:23:37.174 INFO O| Aug 26 21:23:37.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1" |
| 7078 | 2025-08-26T21:23:37.180Z | [ recovery-image] Aug 26 21:23:37.174 INFO O| Aug 26 21:23:37.174 INFO STEP 750 (remove_files) COMPLETE |
| 7079 | 2025-08-26T21:23:37.180Z | [ recovery-image] Aug 26 21:23:37.174 INFO O| Aug 26 21:23:37.174 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7080 | 2025-08-26T21:23:37.205Z | [ recovery-image] Aug 26 21:23:37.193 INFO O| Aug 26 21:23:37.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
| 7081 | 2025-08-26T21:23:37.205Z | [ recovery-image] Aug 26 21:23:37.193 INFO O| Aug 26 21:23:37.193 INFO STEP 751 (remove_files) COMPLETE |
| 7082 | 2025-08-26T21:23:37.205Z | [ recovery-image] Aug 26 21:23:37.193 INFO O| Aug 26 21:23:37.193 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7083 | 2025-08-26T21:23:37.230Z | [ recovery-image] Aug 26 21:23:37.212 INFO O| Aug 26 21:23:37.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
| 7084 | 2025-08-26T21:23:37.230Z | [ recovery-image] Aug 26 21:23:37.212 INFO O| Aug 26 21:23:37.212 INFO STEP 752 (remove_files) COMPLETE |
| 7085 | 2025-08-26T21:23:37.230Z | [ recovery-image] Aug 26 21:23:37.212 INFO O| Aug 26 21:23:37.212 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7086 | 2025-08-26T21:23:37.230Z | [ recovery-image] Aug 26 21:23:37.228 INFO O| Aug 26 21:23:37.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
| 7087 | 2025-08-26T21:23:37.230Z | [ recovery-image] Aug 26 21:23:37.228 INFO O| Aug 26 21:23:37.228 INFO STEP 753 (remove_files) COMPLETE |
| 7088 | 2025-08-26T21:23:37.230Z | [ recovery-image] Aug 26 21:23:37.228 INFO O| Aug 26 21:23:37.228 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7089 | 2025-08-26T21:23:37.255Z | [ recovery-image] Aug 26 21:23:37.247 INFO O| Aug 26 21:23:37.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
| 7090 | 2025-08-26T21:23:37.255Z | [ recovery-image] Aug 26 21:23:37.247 INFO O| Aug 26 21:23:37.247 INFO STEP 754 (remove_files) COMPLETE |
| 7091 | 2025-08-26T21:23:37.255Z | [ recovery-image] Aug 26 21:23:37.247 INFO O| Aug 26 21:23:37.247 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7092 | 2025-08-26T21:23:37.281Z | [ recovery-image] Aug 26 21:23:37.262 INFO O| Aug 26 21:23:37.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
| 7093 | 2025-08-26T21:23:37.281Z | [ recovery-image] Aug 26 21:23:37.262 INFO O| Aug 26 21:23:37.262 INFO STEP 755 (remove_files) COMPLETE |
| 7094 | 2025-08-26T21:23:37.281Z | [ recovery-image] Aug 26 21:23:37.262 INFO O| Aug 26 21:23:37.262 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7095 | 2025-08-26T21:23:37.281Z | [ recovery-image] Aug 26 21:23:37.277 INFO O| Aug 26 21:23:37.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
| 7096 | 2025-08-26T21:23:37.281Z | [ recovery-image] Aug 26 21:23:37.277 INFO O| Aug 26 21:23:37.277 INFO STEP 756 (remove_files) COMPLETE |
| 7097 | 2025-08-26T21:23:37.281Z | [ recovery-image] Aug 26 21:23:37.277 INFO O| Aug 26 21:23:37.277 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7098 | 2025-08-26T21:23:37.307Z | [ recovery-image] Aug 26 21:23:37.293 INFO O| Aug 26 21:23:37.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
| 7099 | 2025-08-26T21:23:37.307Z | [ recovery-image] Aug 26 21:23:37.293 INFO O| Aug 26 21:23:37.293 INFO STEP 757 (remove_files) COMPLETE |
| 7100 | 2025-08-26T21:23:37.307Z | [ recovery-image] Aug 26 21:23:37.293 INFO O| Aug 26 21:23:37.293 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7101 | 2025-08-26T21:23:37.307Z | [ recovery-image] Aug 26 21:23:37.308 INFO O| Aug 26 21:23:37.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
| 7102 | 2025-08-26T21:23:37.332Z | [ recovery-image] Aug 26 21:23:37.308 INFO O| Aug 26 21:23:37.308 INFO STEP 758 (remove_files) COMPLETE |
| 7103 | 2025-08-26T21:23:37.332Z | [ recovery-image] Aug 26 21:23:37.308 INFO O| Aug 26 21:23:37.308 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7104 | 2025-08-26T21:23:37.332Z | [ recovery-image] Aug 26 21:23:37.321 INFO O| Aug 26 21:23:37.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
| 7105 | 2025-08-26T21:23:37.332Z | [ recovery-image] Aug 26 21:23:37.322 INFO O| Aug 26 21:23:37.321 INFO STEP 759 (remove_files) COMPLETE |
| 7106 | 2025-08-26T21:23:37.332Z | [ recovery-image] Aug 26 21:23:37.322 INFO O| Aug 26 21:23:37.321 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7107 | 2025-08-26T21:23:37.360Z | [ recovery-image] Aug 26 21:23:37.336 INFO O| Aug 26 21:23:37.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
| 7108 | 2025-08-26T21:23:37.360Z | [ recovery-image] Aug 26 21:23:37.336 INFO O| Aug 26 21:23:37.336 INFO STEP 760 (remove_files) COMPLETE |
| 7109 | 2025-08-26T21:23:37.360Z | [ recovery-image] Aug 26 21:23:37.336 INFO O| Aug 26 21:23:37.336 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7110 | 2025-08-26T21:23:37.360Z | [ recovery-image] Aug 26 21:23:37.355 INFO O| Aug 26 21:23:37.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
| 7111 | 2025-08-26T21:23:37.360Z | [ recovery-image] Aug 26 21:23:37.355 INFO O| Aug 26 21:23:37.355 INFO STEP 761 (remove_files) COMPLETE |
| 7112 | 2025-08-26T21:23:37.360Z | [ recovery-image] Aug 26 21:23:37.355 INFO O| Aug 26 21:23:37.355 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7113 | 2025-08-26T21:23:37.386Z | [ recovery-image] Aug 26 21:23:37.373 INFO O| Aug 26 21:23:37.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount" |
| 7114 | 2025-08-26T21:23:37.386Z | [ recovery-image] Aug 26 21:23:37.373 INFO O| Aug 26 21:23:37.373 INFO STEP 762 (remove_files) COMPLETE |
| 7115 | 2025-08-26T21:23:37.386Z | [ recovery-image] Aug 26 21:23:37.373 INFO O| Aug 26 21:23:37.373 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7116 | 2025-08-26T21:23:37.411Z | [ recovery-image] Aug 26 21:23:37.389 INFO O| Aug 26 21:23:37.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp" |
| 7117 | 2025-08-26T21:23:37.411Z | [ recovery-image] Aug 26 21:23:37.389 INFO O| Aug 26 21:23:37.389 INFO STEP 763 (remove_files) COMPLETE |
| 7118 | 2025-08-26T21:23:37.412Z | [ recovery-image] Aug 26 21:23:37.389 INFO O| Aug 26 21:23:37.389 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7119 | 2025-08-26T21:23:37.412Z | [ recovery-image] Aug 26 21:23:37.408 INFO O| Aug 26 21:23:37.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
| 7120 | 2025-08-26T21:23:37.412Z | [ recovery-image] Aug 26 21:23:37.408 INFO O| Aug 26 21:23:37.408 INFO STEP 764 (remove_files) COMPLETE |
| 7121 | 2025-08-26T21:23:37.412Z | [ recovery-image] Aug 26 21:23:37.408 INFO O| Aug 26 21:23:37.408 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7122 | 2025-08-26T21:23:37.443Z | [ recovery-image] Aug 26 21:23:37.423 INFO O| Aug 26 21:23:37.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit" |
| 7123 | 2025-08-26T21:23:37.443Z | [ recovery-image] Aug 26 21:23:37.423 INFO O| Aug 26 21:23:37.423 INFO STEP 765 (remove_files) COMPLETE |
| 7124 | 2025-08-26T21:23:37.443Z | [ recovery-image] Aug 26 21:23:37.423 INFO O| Aug 26 21:23:37.423 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7125 | 2025-08-26T21:23:37.443Z | [ recovery-image] Aug 26 21:23:37.443 INFO O| Aug 26 21:23:37.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount" |
| 7126 | 2025-08-26T21:23:37.443Z | [ recovery-image] Aug 26 21:23:37.443 INFO O| Aug 26 21:23:37.443 INFO STEP 766 (remove_files) COMPLETE |
| 7127 | 2025-08-26T21:23:37.443Z | [ recovery-image] Aug 26 21:23:37.443 INFO O| Aug 26 21:23:37.443 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7128 | 2025-08-26T21:23:37.468Z | [ recovery-image] Aug 26 21:23:37.462 INFO O| Aug 26 21:23:37.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount" |
| 7129 | 2025-08-26T21:23:37.468Z | [ recovery-image] Aug 26 21:23:37.463 INFO O| Aug 26 21:23:37.462 INFO STEP 767 (remove_files) COMPLETE |
| 7130 | 2025-08-26T21:23:37.468Z | [ recovery-image] Aug 26 21:23:37.463 INFO O| Aug 26 21:23:37.463 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7131 | 2025-08-26T21:23:37.493Z | [ recovery-image] Aug 26 21:23:37.484 INFO O| Aug 26 21:23:37.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck" |
| 7132 | 2025-08-26T21:23:37.493Z | [ recovery-image] Aug 26 21:23:37.485 INFO O| Aug 26 21:23:37.485 INFO STEP 768 (remove_files) COMPLETE |
| 7133 | 2025-08-26T21:23:37.494Z | [ recovery-image] Aug 26 21:23:37.485 INFO O| Aug 26 21:23:37.485 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7134 | 2025-08-26T21:23:37.518Z | [ recovery-image] Aug 26 21:23:37.499 INFO O| Aug 26 21:23:37.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp" |
| 7135 | 2025-08-26T21:23:37.518Z | [ recovery-image] Aug 26 21:23:37.500 INFO O| Aug 26 21:23:37.499 INFO STEP 769 (remove_files) COMPLETE |
| 7136 | 2025-08-26T21:23:37.518Z | [ recovery-image] Aug 26 21:23:37.500 INFO O| Aug 26 21:23:37.499 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7137 | 2025-08-26T21:23:37.518Z | [ recovery-image] Aug 26 21:23:37.514 INFO O| Aug 26 21:23:37.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
| 7138 | 2025-08-26T21:23:37.518Z | [ recovery-image] Aug 26 21:23:37.514 INFO O| Aug 26 21:23:37.514 INFO STEP 770 (remove_files) COMPLETE |
| 7139 | 2025-08-26T21:23:37.518Z | [ recovery-image] Aug 26 21:23:37.514 INFO O| Aug 26 21:23:37.514 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7140 | 2025-08-26T21:23:37.547Z | [ recovery-image] Aug 26 21:23:37.529 INFO O| Aug 26 21:23:37.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs" |
| 7141 | 2025-08-26T21:23:37.547Z | [ recovery-image] Aug 26 21:23:37.529 INFO O| Aug 26 21:23:37.529 INFO STEP 771 (remove_files) COMPLETE |
| 7142 | 2025-08-26T21:23:37.547Z | [ recovery-image] Aug 26 21:23:37.529 INFO O| Aug 26 21:23:37.529 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7143 | 2025-08-26T21:23:37.547Z | [ recovery-image] Aug 26 21:23:37.543 INFO O| Aug 26 21:23:37.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount" |
| 7144 | 2025-08-26T21:23:37.547Z | [ recovery-image] Aug 26 21:23:37.543 INFO O| Aug 26 21:23:37.543 INFO STEP 772 (remove_files) COMPLETE |
| 7145 | 2025-08-26T21:23:37.547Z | [ recovery-image] Aug 26 21:23:37.544 INFO O| Aug 26 21:23:37.543 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7146 | 2025-08-26T21:23:37.572Z | [ recovery-image] Aug 26 21:23:37.557 INFO O| Aug 26 21:23:37.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount" |
| 7147 | 2025-08-26T21:23:37.572Z | [ recovery-image] Aug 26 21:23:37.557 INFO O| Aug 26 21:23:37.557 INFO STEP 773 (remove_files) COMPLETE |
| 7148 | 2025-08-26T21:23:37.572Z | [ recovery-image] Aug 26 21:23:37.557 INFO O| Aug 26 21:23:37.557 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7149 | 2025-08-26T21:23:37.597Z | [ recovery-image] Aug 26 21:23:37.576 INFO O| Aug 26 21:23:37.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
| 7150 | 2025-08-26T21:23:37.598Z | [ recovery-image] Aug 26 21:23:37.576 INFO O| Aug 26 21:23:37.576 INFO STEP 774 (remove_files) COMPLETE |
| 7151 | 2025-08-26T21:23:37.598Z | [ recovery-image] Aug 26 21:23:37.576 INFO O| Aug 26 21:23:37.576 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7152 | 2025-08-26T21:23:37.598Z | [ recovery-image] Aug 26 21:23:37.592 INFO O| Aug 26 21:23:37.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
| 7153 | 2025-08-26T21:23:37.598Z | [ recovery-image] Aug 26 21:23:37.592 INFO O| Aug 26 21:23:37.592 INFO STEP 775 (remove_files) COMPLETE |
| 7154 | 2025-08-26T21:23:37.598Z | [ recovery-image] Aug 26 21:23:37.592 INFO O| Aug 26 21:23:37.592 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7155 | 2025-08-26T21:23:37.623Z | [ recovery-image] Aug 26 21:23:37.607 INFO O| Aug 26 21:23:37.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
| 7156 | 2025-08-26T21:23:37.623Z | [ recovery-image] Aug 26 21:23:37.608 INFO O| Aug 26 21:23:37.608 INFO STEP 776 (remove_files) COMPLETE |
| 7157 | 2025-08-26T21:23:37.623Z | [ recovery-image] Aug 26 21:23:37.608 INFO O| Aug 26 21:23:37.608 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7158 | 2025-08-26T21:23:37.649Z | [ recovery-image] Aug 26 21:23:37.624 INFO O| Aug 26 21:23:37.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares" |
| 7159 | 2025-08-26T21:23:37.649Z | [ recovery-image] Aug 26 21:23:37.624 INFO O| Aug 26 21:23:37.624 INFO STEP 777 (remove_files) COMPLETE |
| 7160 | 2025-08-26T21:23:37.649Z | [ recovery-image] Aug 26 21:23:37.624 INFO O| Aug 26 21:23:37.624 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7161 | 2025-08-26T21:23:37.649Z | [ recovery-image] Aug 26 21:23:37.644 INFO O| Aug 26 21:23:37.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
| 7162 | 2025-08-26T21:23:37.649Z | [ recovery-image] Aug 26 21:23:37.644 INFO O| Aug 26 21:23:37.644 INFO STEP 778 (remove_files) COMPLETE |
| 7163 | 2025-08-26T21:23:37.649Z | [ recovery-image] Aug 26 21:23:37.644 INFO O| Aug 26 21:23:37.644 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7164 | 2025-08-26T21:23:37.674Z | [ recovery-image] Aug 26 21:23:37.662 INFO O| Aug 26 21:23:37.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount" |
| 7165 | 2025-08-26T21:23:37.674Z | [ recovery-image] Aug 26 21:23:37.663 INFO O| Aug 26 21:23:37.663 INFO STEP 779 (remove_files) COMPLETE |
| 7166 | 2025-08-26T21:23:37.674Z | [ recovery-image] Aug 26 21:23:37.663 INFO O| Aug 26 21:23:37.663 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7167 | 2025-08-26T21:23:37.699Z | [ recovery-image] Aug 26 21:23:37.679 INFO O| Aug 26 21:23:37.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share" |
| 7168 | 2025-08-26T21:23:37.699Z | [ recovery-image] Aug 26 21:23:37.679 INFO O| Aug 26 21:23:37.679 INFO STEP 780 (remove_files) COMPLETE |
| 7169 | 2025-08-26T21:23:37.699Z | [ recovery-image] Aug 26 21:23:37.679 INFO O| Aug 26 21:23:37.679 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7170 | 2025-08-26T21:23:37.699Z | [ recovery-image] Aug 26 21:23:37.695 INFO O| Aug 26 21:23:37.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount" |
| 7171 | 2025-08-26T21:23:37.699Z | [ recovery-image] Aug 26 21:23:37.695 INFO O| Aug 26 21:23:37.695 INFO STEP 781 (remove_files) COMPLETE |
| 7172 | 2025-08-26T21:23:37.699Z | [ recovery-image] Aug 26 21:23:37.695 INFO O| Aug 26 21:23:37.695 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7173 | 2025-08-26T21:23:37.726Z | [ recovery-image] Aug 26 21:23:37.711 INFO O| Aug 26 21:23:37.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare" |
| 7174 | 2025-08-26T21:23:37.726Z | [ recovery-image] Aug 26 21:23:37.712 INFO O| Aug 26 21:23:37.712 INFO STEP 782 (remove_files) COMPLETE |
| 7175 | 2025-08-26T21:23:37.726Z | [ recovery-image] Aug 26 21:23:37.712 INFO O| Aug 26 21:23:37.712 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7176 | 2025-08-26T21:23:37.726Z | [ recovery-image] Aug 26 21:23:37.727 INFO O| Aug 26 21:23:37.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri" |
| 7177 | 2025-08-26T21:23:37.751Z | [ recovery-image] Aug 26 21:23:37.727 INFO O| Aug 26 21:23:37.727 INFO STEP 783 (remove_files) COMPLETE |
| 7178 | 2025-08-26T21:23:37.752Z | [ recovery-image] Aug 26 21:23:37.728 INFO O| Aug 26 21:23:37.727 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7179 | 2025-08-26T21:23:37.752Z | [ recovery-image] Aug 26 21:23:37.748 INFO O| Aug 26 21:23:37.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy" |
| 7180 | 2025-08-26T21:23:37.752Z | [ recovery-image] Aug 26 21:23:37.749 INFO O| Aug 26 21:23:37.749 INFO STEP 784 (remove_files) COMPLETE |
| 7181 | 2025-08-26T21:23:37.752Z | [ recovery-image] Aug 26 21:23:37.749 INFO O| Aug 26 21:23:37.749 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7182 | 2025-08-26T21:23:37.778Z | [ recovery-image] Aug 26 21:23:37.766 INFO O| Aug 26 21:23:37.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df" |
| 7183 | 2025-08-26T21:23:37.778Z | [ recovery-image] Aug 26 21:23:37.766 INFO O| Aug 26 21:23:37.766 INFO STEP 785 (remove_files) COMPLETE |
| 7184 | 2025-08-26T21:23:37.778Z | [ recovery-image] Aug 26 21:23:37.766 INFO O| Aug 26 21:23:37.766 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7185 | 2025-08-26T21:23:37.804Z | [ recovery-image] Aug 26 21:23:37.796 INFO O| Aug 26 21:23:37.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota" |
| 7186 | 2025-08-26T21:23:37.804Z | [ recovery-image] Aug 26 21:23:37.797 INFO O| Aug 26 21:23:37.796 INFO STEP 786 (remove_files) COMPLETE |
| 7187 | 2025-08-26T21:23:37.804Z | [ recovery-image] Aug 26 21:23:37.797 INFO O| Aug 26 21:23:37.796 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7188 | 2025-08-26T21:23:37.830Z | [ recovery-image] Aug 26 21:23:37.815 INFO O| Aug 26 21:23:37.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff" |
| 7189 | 2025-08-26T21:23:37.830Z | [ recovery-image] Aug 26 21:23:37.815 INFO O| Aug 26 21:23:37.815 INFO STEP 787 (remove_files) COMPLETE |
| 7190 | 2025-08-26T21:23:37.830Z | [ recovery-image] Aug 26 21:23:37.815 INFO O| Aug 26 21:23:37.815 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7191 | 2025-08-26T21:23:37.855Z | [ recovery-image] Aug 26 21:23:37.834 INFO O| Aug 26 21:23:37.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck" |
| 7192 | 2025-08-26T21:23:37.855Z | [ recovery-image] Aug 26 21:23:37.834 INFO O| Aug 26 21:23:37.834 INFO STEP 788 (remove_files) COMPLETE |
| 7193 | 2025-08-26T21:23:37.855Z | [ recovery-image] Aug 26 21:23:37.834 INFO O| Aug 26 21:23:37.834 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7194 | 2025-08-26T21:23:37.855Z | [ recovery-image] Aug 26 21:23:37.850 INFO O| Aug 26 21:23:37.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall" |
| 7195 | 2025-08-26T21:23:37.855Z | [ recovery-image] Aug 26 21:23:37.850 INFO O| Aug 26 21:23:37.850 INFO STEP 789 (remove_files) COMPLETE |
| 7196 | 2025-08-26T21:23:37.855Z | [ recovery-image] Aug 26 21:23:37.850 INFO O| Aug 26 21:23:37.850 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7197 | 2025-08-26T21:23:37.879Z | [ recovery-image] Aug 26 21:23:37.868 INFO O| Aug 26 21:23:37.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb" |
| 7198 | 2025-08-26T21:23:37.879Z | [ recovery-image] Aug 26 21:23:37.869 INFO O| Aug 26 21:23:37.869 INFO STEP 790 (remove_files) COMPLETE |
| 7199 | 2025-08-26T21:23:37.880Z | [ recovery-image] Aug 26 21:23:37.869 INFO O| Aug 26 21:23:37.869 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7200 | 2025-08-26T21:23:37.906Z | [ recovery-image] Aug 26 21:23:37.886 INFO O| Aug 26 21:23:37.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand" |
| 7201 | 2025-08-26T21:23:37.906Z | [ recovery-image] Aug 26 21:23:37.887 INFO O| Aug 26 21:23:37.887 INFO STEP 791 (remove_files) COMPLETE |
| 7202 | 2025-08-26T21:23:37.906Z | [ recovery-image] Aug 26 21:23:37.887 INFO O| Aug 26 21:23:37.887 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7203 | 2025-08-26T21:23:37.906Z | [ recovery-image] Aug 26 21:23:37.905 INFO O| Aug 26 21:23:37.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap" |
| 7204 | 2025-08-26T21:23:37.906Z | [ recovery-image] Aug 26 21:23:37.905 INFO O| Aug 26 21:23:37.905 INFO STEP 792 (remove_files) COMPLETE |
| 7205 | 2025-08-26T21:23:37.906Z | [ recovery-image] Aug 26 21:23:37.905 INFO O| Aug 26 21:23:37.905 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7206 | 2025-08-26T21:23:37.932Z | [ recovery-image] Aug 26 21:23:37.921 INFO O| Aug 26 21:23:37.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp" |
| 7207 | 2025-08-26T21:23:37.933Z | [ recovery-image] Aug 26 21:23:37.921 INFO O| Aug 26 21:23:37.921 INFO STEP 793 (remove_files) COMPLETE |
| 7208 | 2025-08-26T21:23:37.933Z | [ recovery-image] Aug 26 21:23:37.921 INFO O| Aug 26 21:23:37.921 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7209 | 2025-08-26T21:23:37.961Z | [ recovery-image] Aug 26 21:23:37.942 INFO O| Aug 26 21:23:37.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
| 7210 | 2025-08-26T21:23:37.961Z | [ recovery-image] Aug 26 21:23:37.943 INFO O| Aug 26 21:23:37.942 INFO STEP 794 (remove_files) COMPLETE |
| 7211 | 2025-08-26T21:23:37.961Z | [ recovery-image] Aug 26 21:23:37.943 INFO O| Aug 26 21:23:37.943 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7212 | 2025-08-26T21:23:37.988Z | [ recovery-image] Aug 26 21:23:37.960 INFO O| Aug 26 21:23:37.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit" |
| 7213 | 2025-08-26T21:23:37.988Z | [ recovery-image] Aug 26 21:23:37.960 INFO O| Aug 26 21:23:37.960 INFO STEP 795 (remove_files) COMPLETE |
| 7214 | 2025-08-26T21:23:37.988Z | [ recovery-image] Aug 26 21:23:37.960 INFO O| Aug 26 21:23:37.960 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7215 | 2025-08-26T21:23:37.988Z | [ recovery-image] Aug 26 21:23:37.976 INFO O| Aug 26 21:23:37.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs" |
| 7216 | 2025-08-26T21:23:37.988Z | [ recovery-image] Aug 26 21:23:37.976 INFO O| Aug 26 21:23:37.976 INFO STEP 796 (remove_files) COMPLETE |
| 7217 | 2025-08-26T21:23:37.988Z | [ recovery-image] Aug 26 21:23:37.976 INFO O| Aug 26 21:23:37.976 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7218 | 2025-08-26T21:23:38.015Z | [ recovery-image] Aug 26 21:23:37.994 INFO O| Aug 26 21:23:37.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs" |
| 7219 | 2025-08-26T21:23:38.015Z | [ recovery-image] Aug 26 21:23:37.995 INFO O| Aug 26 21:23:37.995 INFO STEP 797 (remove_files) COMPLETE |
| 7220 | 2025-08-26T21:23:38.015Z | [ recovery-image] Aug 26 21:23:37.995 INFO O| Aug 26 21:23:37.995 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7221 | 2025-08-26T21:23:38.015Z | [ recovery-image] Aug 26 21:23:38.013 INFO O| Aug 26 21:23:38.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck" |
| 7222 | 2025-08-26T21:23:38.015Z | [ recovery-image] Aug 26 21:23:38.013 INFO O| Aug 26 21:23:38.013 INFO STEP 798 (remove_files) COMPLETE |
| 7223 | 2025-08-26T21:23:38.015Z | [ recovery-image] Aug 26 21:23:38.013 INFO O| Aug 26 21:23:38.013 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7224 | 2025-08-26T21:23:38.040Z | [ recovery-image] Aug 26 21:23:38.030 INFO O| Aug 26 21:23:38.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs" |
| 7225 | 2025-08-26T21:23:38.040Z | [ recovery-image] Aug 26 21:23:38.030 INFO O| Aug 26 21:23:38.030 INFO STEP 799 (remove_files) COMPLETE |
| 7226 | 2025-08-26T21:23:38.040Z | [ recovery-image] Aug 26 21:23:38.030 INFO O| Aug 26 21:23:38.030 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7227 | 2025-08-26T21:23:38.066Z | [ recovery-image] Aug 26 21:23:38.051 INFO O| Aug 26 21:23:38.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot" |
| 7228 | 2025-08-26T21:23:38.066Z | [ recovery-image] Aug 26 21:23:38.052 INFO O| Aug 26 21:23:38.052 INFO STEP 800 (remove_files) COMPLETE |
| 7229 | 2025-08-26T21:23:38.066Z | [ recovery-image] Aug 26 21:23:38.052 INFO O| Aug 26 21:23:38.052 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7230 | 2025-08-26T21:23:38.091Z | [ recovery-image] Aug 26 21:23:38.067 INFO O| Aug 26 21:23:38.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck" |
| 7231 | 2025-08-26T21:23:38.091Z | [ recovery-image] Aug 26 21:23:38.067 INFO O| Aug 26 21:23:38.067 INFO STEP 801 (remove_files) COMPLETE |
| 7232 | 2025-08-26T21:23:38.091Z | [ recovery-image] Aug 26 21:23:38.067 INFO O| Aug 26 21:23:38.067 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7233 | 2025-08-26T21:23:38.094Z | [ recovery-image] Aug 26 21:23:38.081 INFO O| Aug 26 21:23:38.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff" |
| 7234 | 2025-08-26T21:23:38.094Z | [ recovery-image] Aug 26 21:23:38.082 INFO O| Aug 26 21:23:38.081 INFO STEP 802 (remove_files) COMPLETE |
| 7235 | 2025-08-26T21:23:38.095Z | [ recovery-image] Aug 26 21:23:38.082 INFO O| Aug 26 21:23:38.081 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7236 | 2025-08-26T21:23:38.123Z | [ recovery-image] Aug 26 21:23:38.095 INFO O| Aug 26 21:23:38.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon" |
| 7237 | 2025-08-26T21:23:38.123Z | [ recovery-image] Aug 26 21:23:38.095 INFO O| Aug 26 21:23:38.095 INFO STEP 803 (remove_files) COMPLETE |
| 7238 | 2025-08-26T21:23:38.123Z | [ recovery-image] Aug 26 21:23:38.095 INFO O| Aug 26 21:23:38.095 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7239 | 2025-08-26T21:23:38.123Z | [ recovery-image] Aug 26 21:23:38.110 INFO O| Aug 26 21:23:38.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota" |
| 7240 | 2025-08-26T21:23:38.123Z | [ recovery-image] Aug 26 21:23:38.110 INFO O| Aug 26 21:23:38.110 INFO STEP 804 (remove_files) COMPLETE |
| 7241 | 2025-08-26T21:23:38.123Z | [ recovery-image] Aug 26 21:23:38.110 INFO O| Aug 26 21:23:38.110 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7242 | 2025-08-26T21:23:38.150Z | [ recovery-image] Aug 26 21:23:38.129 INFO O| Aug 26 21:23:38.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs" |
| 7243 | 2025-08-26T21:23:38.150Z | [ recovery-image] Aug 26 21:23:38.129 INFO O| Aug 26 21:23:38.129 INFO STEP 805 (remove_files) COMPLETE |
| 7244 | 2025-08-26T21:23:38.150Z | [ recovery-image] Aug 26 21:23:38.129 INFO O| Aug 26 21:23:38.129 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7245 | 2025-08-26T21:23:38.150Z | [ recovery-image] Aug 26 21:23:38.147 INFO O| Aug 26 21:23:38.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump" |
| 7246 | 2025-08-26T21:23:38.150Z | [ recovery-image] Aug 26 21:23:38.148 INFO O| Aug 26 21:23:38.148 INFO STEP 806 (remove_files) COMPLETE |
| 7247 | 2025-08-26T21:23:38.150Z | [ recovery-image] Aug 26 21:23:38.148 INFO O| Aug 26 21:23:38.148 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7248 | 2025-08-26T21:23:38.177Z | [ recovery-image] Aug 26 21:23:38.166 INFO O| Aug 26 21:23:38.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore" |
| 7249 | 2025-08-26T21:23:38.177Z | [ recovery-image] Aug 26 21:23:38.166 INFO O| Aug 26 21:23:38.166 INFO STEP 807 (remove_files) COMPLETE |
| 7250 | 2025-08-26T21:23:38.177Z | [ recovery-image] Aug 26 21:23:38.166 INFO O| Aug 26 21:23:38.166 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7251 | 2025-08-26T21:23:38.205Z | [ recovery-image] Aug 26 21:23:38.184 INFO O| Aug 26 21:23:38.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy" |
| 7252 | 2025-08-26T21:23:38.205Z | [ recovery-image] Aug 26 21:23:38.184 INFO O| Aug 26 21:23:38.184 INFO STEP 808 (remove_files) COMPLETE |
| 7253 | 2025-08-26T21:23:38.205Z | [ recovery-image] Aug 26 21:23:38.184 INFO O| Aug 26 21:23:38.184 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7254 | 2025-08-26T21:23:38.205Z | [ recovery-image] Aug 26 21:23:38.203 INFO O| Aug 26 21:23:38.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1" |
| 7255 | 2025-08-26T21:23:38.205Z | [ recovery-image] Aug 26 21:23:38.203 INFO O| Aug 26 21:23:38.203 INFO STEP 809 (remove_files) COMPLETE |
| 7256 | 2025-08-26T21:23:38.205Z | [ recovery-image] Aug 26 21:23:38.203 INFO O| Aug 26 21:23:38.203 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7257 | 2025-08-26T21:23:38.231Z | [ recovery-image] Aug 26 21:23:38.223 INFO O| Aug 26 21:23:38.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1" |
| 7258 | 2025-08-26T21:23:38.231Z | [ recovery-image] Aug 26 21:23:38.223 INFO O| Aug 26 21:23:38.223 INFO STEP 810 (remove_files) COMPLETE |
| 7259 | 2025-08-26T21:23:38.231Z | [ recovery-image] Aug 26 21:23:38.223 INFO O| Aug 26 21:23:38.223 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7260 | 2025-08-26T21:23:38.256Z | [ recovery-image] Aug 26 21:23:38.242 INFO O| Aug 26 21:23:38.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean" |
| 7261 | 2025-08-26T21:23:38.256Z | [ recovery-image] Aug 26 21:23:38.242 INFO O| Aug 26 21:23:38.242 INFO STEP 811 (remove_files) COMPLETE |
| 7262 | 2025-08-26T21:23:38.256Z | [ recovery-image] Aug 26 21:23:38.242 INFO O| Aug 26 21:23:38.242 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7263 | 2025-08-26T21:23:38.281Z | [ recovery-image] Aug 26 21:23:38.258 INFO O| Aug 26 21:23:38.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd" |
| 7264 | 2025-08-26T21:23:38.281Z | [ recovery-image] Aug 26 21:23:38.258 INFO O| Aug 26 21:23:38.258 INFO STEP 812 (remove_files) COMPLETE |
| 7265 | 2025-08-26T21:23:38.281Z | [ recovery-image] Aug 26 21:23:38.258 INFO O| Aug 26 21:23:38.258 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7266 | 2025-08-26T21:23:38.281Z | [ recovery-image] Aug 26 21:23:38.276 INFO O| Aug 26 21:23:38.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1" |
| 7267 | 2025-08-26T21:23:38.281Z | [ recovery-image] Aug 26 21:23:38.276 INFO O| Aug 26 21:23:38.276 INFO STEP 813 (remove_files) COMPLETE |
| 7268 | 2025-08-26T21:23:38.281Z | [ recovery-image] Aug 26 21:23:38.276 INFO O| Aug 26 21:23:38.276 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7269 | 2025-08-26T21:23:38.307Z | [ recovery-image] Aug 26 21:23:38.295 INFO O| Aug 26 21:23:38.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1" |
| 7270 | 2025-08-26T21:23:38.307Z | [ recovery-image] Aug 26 21:23:38.295 INFO O| Aug 26 21:23:38.295 INFO STEP 814 (remove_files) COMPLETE |
| 7271 | 2025-08-26T21:23:38.307Z | [ recovery-image] Aug 26 21:23:38.295 INFO O| Aug 26 21:23:38.295 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7272 | 2025-08-26T21:23:38.332Z | [ recovery-image] Aug 26 21:23:38.313 INFO O| Aug 26 21:23:38.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1" |
| 7273 | 2025-08-26T21:23:38.332Z | [ recovery-image] Aug 26 21:23:38.314 INFO O| Aug 26 21:23:38.314 INFO STEP 815 (remove_files) COMPLETE |
| 7274 | 2025-08-26T21:23:38.332Z | [ recovery-image] Aug 26 21:23:38.314 INFO O| Aug 26 21:23:38.314 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7275 | 2025-08-26T21:23:38.378Z | [ recovery-image] Aug 26 21:23:38.333 INFO O| Aug 26 21:23:38.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked" |
| 7276 | 2025-08-26T21:23:38.378Z | [ recovery-image] Aug 26 21:23:38.334 INFO O| Aug 26 21:23:38.334 INFO STEP 816 (remove_files) COMPLETE |
| 7277 | 2025-08-26T21:23:38.378Z | [ recovery-image] Aug 26 21:23:38.334 INFO O| Aug 26 21:23:38.334 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7278 | 2025-08-26T21:23:38.378Z | [ recovery-image] Aug 26 21:23:38.352 INFO O| Aug 26 21:23:38.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb" |
| 7279 | 2025-08-26T21:23:38.378Z | [ recovery-image] Aug 26 21:23:38.352 INFO O| Aug 26 21:23:38.352 INFO STEP 817 (remove_files) COMPLETE |
| 7280 | 2025-08-26T21:23:38.378Z | [ recovery-image] Aug 26 21:23:38.352 INFO O| Aug 26 21:23:38.352 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7281 | 2025-08-26T21:23:38.378Z | [ recovery-image] Aug 26 21:23:38.371 INFO O| Aug 26 21:23:38.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal" |
| 7282 | 2025-08-26T21:23:38.378Z | [ recovery-image] Aug 26 21:23:38.372 INFO O| Aug 26 21:23:38.371 INFO STEP 818 (remove_files) COMPLETE |
| 7283 | 2025-08-26T21:23:38.378Z | [ recovery-image] Aug 26 21:23:38.372 INFO O| Aug 26 21:23:38.371 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7284 | 2025-08-26T21:23:38.406Z | [ recovery-image] Aug 26 21:23:38.391 INFO O| Aug 26 21:23:38.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb" |
| 7285 | 2025-08-26T21:23:38.406Z | [ recovery-image] Aug 26 21:23:38.391 INFO O| Aug 26 21:23:38.391 INFO STEP 819 (remove_files) COMPLETE |
| 7286 | 2025-08-26T21:23:38.406Z | [ recovery-image] Aug 26 21:23:38.391 INFO O| Aug 26 21:23:38.391 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7287 | 2025-08-26T21:23:38.432Z | [ recovery-image] Aug 26 21:23:38.410 INFO O| Aug 26 21:23:38.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked" |
| 7288 | 2025-08-26T21:23:38.432Z | [ recovery-image] Aug 26 21:23:38.410 INFO O| Aug 26 21:23:38.410 INFO STEP 820 (remove_files) COMPLETE |
| 7289 | 2025-08-26T21:23:38.432Z | [ recovery-image] Aug 26 21:23:38.410 INFO O| Aug 26 21:23:38.410 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7290 | 2025-08-26T21:23:38.432Z | [ recovery-image] Aug 26 21:23:38.426 INFO O| Aug 26 21:23:38.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd" |
| 7291 | 2025-08-26T21:23:38.432Z | [ recovery-image] Aug 26 21:23:38.426 INFO O| Aug 26 21:23:38.426 INFO STEP 821 (remove_files) COMPLETE |
| 7292 | 2025-08-26T21:23:38.432Z | [ recovery-image] Aug 26 21:23:38.426 INFO O| Aug 26 21:23:38.426 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7293 | 2025-08-26T21:23:38.458Z | [ recovery-image] Aug 26 21:23:38.440 INFO O| Aug 26 21:23:38.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd" |
| 7294 | 2025-08-26T21:23:38.459Z | [ recovery-image] Aug 26 21:23:38.440 INFO O| Aug 26 21:23:38.440 INFO STEP 822 (remove_files) COMPLETE |
| 7295 | 2025-08-26T21:23:38.459Z | [ recovery-image] Aug 26 21:23:38.440 INFO O| Aug 26 21:23:38.440 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7296 | 2025-08-26T21:23:38.484Z | [ recovery-image] Aug 26 21:23:38.463 INFO O| Aug 26 21:23:38.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
| 7297 | 2025-08-26T21:23:38.484Z | [ recovery-image] Aug 26 21:23:38.463 INFO O| Aug 26 21:23:38.463 INFO STEP 823 (remove_files) COMPLETE |
| 7298 | 2025-08-26T21:23:38.484Z | [ recovery-image] Aug 26 21:23:38.463 INFO O| Aug 26 21:23:38.463 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7299 | 2025-08-26T21:23:38.484Z | [ recovery-image] Aug 26 21:23:38.484 INFO O| Aug 26 21:23:38.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd" |
| 7300 | 2025-08-26T21:23:38.484Z | [ recovery-image] Aug 26 21:23:38.484 INFO O| Aug 26 21:23:38.484 INFO STEP 824 (remove_files) COMPLETE |
| 7301 | 2025-08-26T21:23:38.484Z | [ recovery-image] Aug 26 21:23:38.484 INFO O| Aug 26 21:23:38.484 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7302 | 2025-08-26T21:23:38.509Z | [ recovery-image] Aug 26 21:23:38.502 INFO O| Aug 26 21:23:38.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
| 7303 | 2025-08-26T21:23:38.509Z | [ recovery-image] Aug 26 21:23:38.502 INFO O| Aug 26 21:23:38.502 INFO STEP 825 (remove_files) COMPLETE |
| 7304 | 2025-08-26T21:23:38.509Z | [ recovery-image] Aug 26 21:23:38.502 INFO O| Aug 26 21:23:38.502 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7305 | 2025-08-26T21:23:38.539Z | [ recovery-image] Aug 26 21:23:38.519 INFO O| Aug 26 21:23:38.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1" |
| 7306 | 2025-08-26T21:23:38.539Z | [ recovery-image] Aug 26 21:23:38.519 INFO O| Aug 26 21:23:38.519 INFO STEP 826 (remove_files) COMPLETE |
| 7307 | 2025-08-26T21:23:38.539Z | [ recovery-image] Aug 26 21:23:38.519 INFO O| Aug 26 21:23:38.519 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7308 | 2025-08-26T21:23:38.539Z | [ recovery-image] Aug 26 21:23:38.535 INFO O| Aug 26 21:23:38.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
| 7309 | 2025-08-26T21:23:38.539Z | [ recovery-image] Aug 26 21:23:38.535 INFO O| Aug 26 21:23:38.535 INFO STEP 827 (remove_files) COMPLETE |
| 7310 | 2025-08-26T21:23:38.539Z | [ recovery-image] Aug 26 21:23:38.535 INFO O| Aug 26 21:23:38.535 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7311 | 2025-08-26T21:23:38.565Z | [ recovery-image] Aug 26 21:23:38.552 INFO O| Aug 26 21:23:38.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G" |
| 7312 | 2025-08-26T21:23:38.565Z | [ recovery-image] Aug 26 21:23:38.552 INFO O| Aug 26 21:23:38.552 INFO STEP 828 (remove_files) COMPLETE |
| 7313 | 2025-08-26T21:23:38.565Z | [ recovery-image] Aug 26 21:23:38.552 INFO O| Aug 26 21:23:38.552 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7314 | 2025-08-26T21:23:38.593Z | [ recovery-image] Aug 26 21:23:38.571 INFO O| Aug 26 21:23:38.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G" |
| 7315 | 2025-08-26T21:23:38.593Z | [ recovery-image] Aug 26 21:23:38.572 INFO O| Aug 26 21:23:38.571 INFO STEP 829 (remove_files) COMPLETE |
| 7316 | 2025-08-26T21:23:38.593Z | [ recovery-image] Aug 26 21:23:38.572 INFO O| Aug 26 21:23:38.571 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7317 | 2025-08-26T21:23:38.618Z | [ recovery-image] Aug 26 21:23:38.614 INFO O| Aug 26 21:23:38.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign" |
| 7318 | 2025-08-26T21:23:38.619Z | [ recovery-image] Aug 26 21:23:38.614 INFO O| Aug 26 21:23:38.614 INFO STEP 830 (remove_files) COMPLETE |
| 7319 | 2025-08-26T21:23:38.619Z | [ recovery-image] Aug 26 21:23:38.614 INFO O| Aug 26 21:23:38.614 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7320 | 2025-08-26T21:23:38.644Z | [ recovery-image] Aug 26 21:23:38.630 INFO O| Aug 26 21:23:38.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default" |
| 7321 | 2025-08-26T21:23:38.644Z | [ recovery-image] Aug 26 21:23:38.631 INFO O| Aug 26 21:23:38.631 INFO STEP 831 (remove_files) COMPLETE |
| 7322 | 2025-08-26T21:23:38.644Z | [ recovery-image] Aug 26 21:23:38.631 INFO O| Aug 26 21:23:38.631 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7323 | 2025-08-26T21:23:38.692Z | [ recovery-image] Aug 26 21:23:38.693 INFO O| Aug 26 21:23:38.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata" |
| 7324 | 2025-08-26T21:23:38.693Z | [ recovery-image] Aug 26 21:23:38.693 INFO O| Aug 26 21:23:38.693 INFO STEP 832 (remove_files) COMPLETE |
| 7325 | 2025-08-26T21:23:38.718Z | [ recovery-image] Aug 26 21:23:38.693 INFO O| Aug 26 21:23:38.693 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7326 | 2025-08-26T21:23:38.718Z | [ recovery-image] Aug 26 21:23:38.707 INFO O| Aug 26 21:23:38.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter" |
| 7327 | 2025-08-26T21:23:38.718Z | [ recovery-image] Aug 26 21:23:38.707 INFO O| Aug 26 21:23:38.707 INFO STEP 833 (remove_files) COMPLETE |
| 7328 | 2025-08-26T21:23:38.718Z | [ recovery-image] Aug 26 21:23:38.707 INFO O| Aug 26 21:23:38.707 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7329 | 2025-08-26T21:23:38.744Z | [ recovery-image] Aug 26 21:23:38.731 INFO O| Aug 26 21:23:38.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss" |
| 7330 | 2025-08-26T21:23:38.744Z | [ recovery-image] Aug 26 21:23:38.732 INFO O| Aug 26 21:23:38.732 INFO STEP 834 (remove_files) COMPLETE |
| 7331 | 2025-08-26T21:23:38.744Z | [ recovery-image] Aug 26 21:23:38.732 INFO O| Aug 26 21:23:38.732 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7332 | 2025-08-26T21:23:38.770Z | [ recovery-image] Aug 26 21:23:38.750 INFO O| Aug 26 21:23:38.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata" |
| 7333 | 2025-08-26T21:23:38.770Z | [ recovery-image] Aug 26 21:23:38.750 INFO O| Aug 26 21:23:38.750 INFO STEP 835 (remove_files) COMPLETE |
| 7334 | 2025-08-26T21:23:38.770Z | [ recovery-image] Aug 26 21:23:38.750 INFO O| Aug 26 21:23:38.750 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7335 | 2025-08-26T21:23:38.770Z | [ recovery-image] Aug 26 21:23:38.768 INFO O| Aug 26 21:23:38.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk" |
| 7336 | 2025-08-26T21:23:38.770Z | [ recovery-image] Aug 26 21:23:38.768 INFO O| Aug 26 21:23:38.768 INFO STEP 836 (remove_files) COMPLETE |
| 7337 | 2025-08-26T21:23:38.770Z | [ recovery-image] Aug 26 21:23:38.768 INFO O| Aug 26 21:23:38.768 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7338 | 2025-08-26T21:23:38.796Z | [ recovery-image] Aug 26 21:23:38.787 INFO O| Aug 26 21:23:38.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign" |
| 7339 | 2025-08-26T21:23:38.797Z | [ recovery-image] Aug 26 21:23:38.787 INFO O| Aug 26 21:23:38.787 INFO STEP 837 (remove_files) COMPLETE |
| 7340 | 2025-08-26T21:23:38.797Z | [ recovery-image] Aug 26 21:23:38.787 INFO O| Aug 26 21:23:38.787 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7341 | 2025-08-26T21:23:38.821Z | [ recovery-image] Aug 26 21:23:38.803 INFO O| Aug 26 21:23:38.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
| 7342 | 2025-08-26T21:23:38.822Z | [ recovery-image] Aug 26 21:23:38.804 INFO O| Aug 26 21:23:38.804 INFO STEP 838 (remove_files) COMPLETE |
| 7343 | 2025-08-26T21:23:38.822Z | [ recovery-image] Aug 26 21:23:38.804 INFO O| Aug 26 21:23:38.804 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7344 | 2025-08-26T21:23:38.822Z | [ recovery-image] Aug 26 21:23:38.820 INFO O| Aug 26 21:23:38.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
| 7345 | 2025-08-26T21:23:38.822Z | [ recovery-image] Aug 26 21:23:38.820 INFO O| Aug 26 21:23:38.820 INFO STEP 839 (remove_files) COMPLETE |
| 7346 | 2025-08-26T21:23:38.822Z | [ recovery-image] Aug 26 21:23:38.820 INFO O| Aug 26 21:23:38.820 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7347 | 2025-08-26T21:23:38.847Z | [ recovery-image] Aug 26 21:23:38.836 INFO O| Aug 26 21:23:38.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
| 7348 | 2025-08-26T21:23:38.847Z | [ recovery-image] Aug 26 21:23:38.837 INFO O| Aug 26 21:23:38.836 INFO STEP 840 (remove_files) COMPLETE |
| 7349 | 2025-08-26T21:23:38.847Z | [ recovery-image] Aug 26 21:23:38.837 INFO O| Aug 26 21:23:38.837 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7350 | 2025-08-26T21:23:38.872Z | [ recovery-image] Aug 26 21:23:38.855 INFO O| Aug 26 21:23:38.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
| 7351 | 2025-08-26T21:23:38.872Z | [ recovery-image] Aug 26 21:23:38.856 INFO O| Aug 26 21:23:38.856 INFO STEP 841 (remove_files) COMPLETE |
| 7352 | 2025-08-26T21:23:38.872Z | [ recovery-image] Aug 26 21:23:38.856 INFO O| Aug 26 21:23:38.856 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7353 | 2025-08-26T21:23:38.898Z | [ recovery-image] Aug 26 21:23:38.878 INFO O| Aug 26 21:23:38.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
| 7354 | 2025-08-26T21:23:38.898Z | [ recovery-image] Aug 26 21:23:38.879 INFO O| Aug 26 21:23:38.879 INFO STEP 842 (remove_files) COMPLETE |
| 7355 | 2025-08-26T21:23:38.898Z | [ recovery-image] Aug 26 21:23:38.879 INFO O| Aug 26 21:23:38.879 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7356 | 2025-08-26T21:23:38.925Z | [ recovery-image] Aug 26 21:23:38.899 INFO O| Aug 26 21:23:38.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1" |
| 7357 | 2025-08-26T21:23:38.925Z | [ recovery-image] Aug 26 21:23:38.899 INFO O| Aug 26 21:23:38.899 INFO STEP 843 (remove_files) COMPLETE |
| 7358 | 2025-08-26T21:23:38.925Z | [ recovery-image] Aug 26 21:23:38.899 INFO O| Aug 26 21:23:38.899 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7359 | 2025-08-26T21:23:38.925Z | [ recovery-image] Aug 26 21:23:38.915 INFO O| Aug 26 21:23:38.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1" |
| 7360 | 2025-08-26T21:23:38.925Z | [ recovery-image] Aug 26 21:23:38.916 INFO O| Aug 26 21:23:38.915 INFO STEP 844 (remove_files) COMPLETE |
| 7361 | 2025-08-26T21:23:38.925Z | [ recovery-image] Aug 26 21:23:38.916 INFO O| Aug 26 21:23:38.915 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7362 | 2025-08-26T21:23:38.951Z | [ recovery-image] Aug 26 21:23:38.936 INFO O| Aug 26 21:23:38.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1" |
| 7363 | 2025-08-26T21:23:38.951Z | [ recovery-image] Aug 26 21:23:38.936 INFO O| Aug 26 21:23:38.936 INFO STEP 845 (remove_files) COMPLETE |
| 7364 | 2025-08-26T21:23:38.951Z | [ recovery-image] Aug 26 21:23:38.936 INFO O| Aug 26 21:23:38.936 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7365 | 2025-08-26T21:23:38.976Z | [ recovery-image] Aug 26 21:23:38.953 INFO O| Aug 26 21:23:38.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb" |
| 7366 | 2025-08-26T21:23:38.976Z | [ recovery-image] Aug 26 21:23:38.953 INFO O| Aug 26 21:23:38.953 INFO STEP 846 (remove_files) COMPLETE |
| 7367 | 2025-08-26T21:23:38.976Z | [ recovery-image] Aug 26 21:23:38.953 INFO O| Aug 26 21:23:38.953 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7368 | 2025-08-26T21:23:38.976Z | [ recovery-image] Aug 26 21:23:38.970 INFO O| Aug 26 21:23:38.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so" |
| 7369 | 2025-08-26T21:23:38.976Z | [ recovery-image] Aug 26 21:23:38.970 INFO O| Aug 26 21:23:38.970 INFO STEP 847 (remove_files) COMPLETE |
| 7370 | 2025-08-26T21:23:38.976Z | [ recovery-image] Aug 26 21:23:38.970 INFO O| Aug 26 21:23:38.970 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7371 | 2025-08-26T21:23:39.002Z | [ recovery-image] Aug 26 21:23:38.989 INFO O| Aug 26 21:23:38.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb" |
| 7372 | 2025-08-26T21:23:39.002Z | [ recovery-image] Aug 26 21:23:38.989 INFO O| Aug 26 21:23:38.989 INFO STEP 848 (remove_files) COMPLETE |
| 7373 | 2025-08-26T21:23:39.002Z | [ recovery-image] Aug 26 21:23:38.989 INFO O| Aug 26 21:23:38.989 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7374 | 2025-08-26T21:23:39.027Z | [ recovery-image] Aug 26 21:23:39.005 INFO O| Aug 26 21:23:39.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
| 7375 | 2025-08-26T21:23:39.027Z | [ recovery-image] Aug 26 21:23:39.005 INFO O| Aug 26 21:23:39.005 INFO STEP 849 (remove_files) COMPLETE |
| 7376 | 2025-08-26T21:23:39.027Z | [ recovery-image] Aug 26 21:23:39.005 INFO O| Aug 26 21:23:39.005 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7377 | 2025-08-26T21:23:39.027Z | [ recovery-image] Aug 26 21:23:39.025 INFO O| Aug 26 21:23:39.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1" |
| 7378 | 2025-08-26T21:23:39.027Z | [ recovery-image] Aug 26 21:23:39.026 INFO O| Aug 26 21:23:39.026 INFO STEP 850 (remove_files) COMPLETE |
| 7379 | 2025-08-26T21:23:39.028Z | [ recovery-image] Aug 26 21:23:39.026 INFO O| Aug 26 21:23:39.026 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7380 | 2025-08-26T21:23:39.053Z | [ recovery-image] Aug 26 21:23:39.050 INFO O| Aug 26 21:23:39.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
| 7381 | 2025-08-26T21:23:39.053Z | [ recovery-image] Aug 26 21:23:39.050 INFO O| Aug 26 21:23:39.050 INFO STEP 851 (remove_files) COMPLETE |
| 7382 | 2025-08-26T21:23:39.053Z | [ recovery-image] Aug 26 21:23:39.050 INFO O| Aug 26 21:23:39.050 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7383 | 2025-08-26T21:23:39.078Z | [ recovery-image] Aug 26 21:23:39.070 INFO O| Aug 26 21:23:39.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed" |
| 7384 | 2025-08-26T21:23:39.078Z | [ recovery-image] Aug 26 21:23:39.070 INFO O| Aug 26 21:23:39.070 INFO STEP 852 (remove_files) COMPLETE |
| 7385 | 2025-08-26T21:23:39.078Z | [ recovery-image] Aug 26 21:23:39.070 INFO O| Aug 26 21:23:39.070 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7386 | 2025-08-26T21:23:39.104Z | [ recovery-image] Aug 26 21:23:39.090 INFO O| Aug 26 21:23:39.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen" |
| 7387 | 2025-08-26T21:23:39.104Z | [ recovery-image] Aug 26 21:23:39.091 INFO O| Aug 26 21:23:39.091 INFO STEP 853 (remove_files) COMPLETE |
| 7388 | 2025-08-26T21:23:39.104Z | [ recovery-image] Aug 26 21:23:39.091 INFO O| Aug 26 21:23:39.091 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7389 | 2025-08-26T21:23:39.130Z | [ recovery-image] Aug 26 21:23:39.107 INFO O| Aug 26 21:23:39.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server" |
| 7390 | 2025-08-26T21:23:39.130Z | [ recovery-image] Aug 26 21:23:39.107 INFO O| Aug 26 21:23:39.107 INFO STEP 854 (remove_files) COMPLETE |
| 7391 | 2025-08-26T21:23:39.130Z | [ recovery-image] Aug 26 21:23:39.107 INFO O| Aug 26 21:23:39.107 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7392 | 2025-08-26T21:23:39.130Z | [ recovery-image] Aug 26 21:23:39.122 INFO O| Aug 26 21:23:39.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
| 7393 | 2025-08-26T21:23:39.130Z | [ recovery-image] Aug 26 21:23:39.122 INFO O| Aug 26 21:23:39.122 INFO STEP 855 (remove_files) COMPLETE |
| 7394 | 2025-08-26T21:23:39.131Z | [ recovery-image] Aug 26 21:23:39.122 INFO O| Aug 26 21:23:39.122 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7395 | 2025-08-26T21:23:39.157Z | [ recovery-image] Aug 26 21:23:39.147 INFO O| Aug 26 21:23:39.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
| 7396 | 2025-08-26T21:23:39.157Z | [ recovery-image] Aug 26 21:23:39.147 INFO O| Aug 26 21:23:39.147 INFO STEP 856 (remove_files) COMPLETE |
| 7397 | 2025-08-26T21:23:39.157Z | [ recovery-image] Aug 26 21:23:39.147 INFO O| Aug 26 21:23:39.147 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7398 | 2025-08-26T21:23:39.182Z | [ recovery-image] Aug 26 21:23:39.168 INFO O| Aug 26 21:23:39.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
| 7399 | 2025-08-26T21:23:39.182Z | [ recovery-image] Aug 26 21:23:39.168 INFO O| Aug 26 21:23:39.168 INFO STEP 857 (remove_files) COMPLETE |
| 7400 | 2025-08-26T21:23:39.182Z | [ recovery-image] Aug 26 21:23:39.168 INFO O| Aug 26 21:23:39.168 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7401 | 2025-08-26T21:23:39.207Z | [ recovery-image] Aug 26 21:23:39.187 INFO O| Aug 26 21:23:39.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1" |
| 7402 | 2025-08-26T21:23:39.207Z | [ recovery-image] Aug 26 21:23:39.187 INFO O| Aug 26 21:23:39.187 INFO STEP 858 (remove_files) COMPLETE |
| 7403 | 2025-08-26T21:23:39.207Z | [ recovery-image] Aug 26 21:23:39.187 INFO O| Aug 26 21:23:39.187 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7404 | 2025-08-26T21:23:39.233Z | [ recovery-image] Aug 26 21:23:39.209 INFO O| Aug 26 21:23:39.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
| 7405 | 2025-08-26T21:23:39.233Z | [ recovery-image] Aug 26 21:23:39.209 INFO O| Aug 26 21:23:39.209 INFO STEP 859 (remove_files) COMPLETE |
| 7406 | 2025-08-26T21:23:39.233Z | [ recovery-image] Aug 26 21:23:39.209 INFO O| Aug 26 21:23:39.209 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7407 | 2025-08-26T21:23:39.233Z | [ recovery-image] Aug 26 21:23:39.233 INFO O| Aug 26 21:23:39.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1" |
| 7408 | 2025-08-26T21:23:39.233Z | [ recovery-image] Aug 26 21:23:39.234 INFO O| Aug 26 21:23:39.234 INFO STEP 860 (remove_files) COMPLETE |
| 7409 | 2025-08-26T21:23:39.234Z | [ recovery-image] Aug 26 21:23:39.234 INFO O| Aug 26 21:23:39.234 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7410 | 2025-08-26T21:23:39.264Z | [ recovery-image] Aug 26 21:23:39.257 INFO O| Aug 26 21:23:39.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1" |
| 7411 | 2025-08-26T21:23:39.264Z | [ recovery-image] Aug 26 21:23:39.258 INFO O| Aug 26 21:23:39.258 INFO STEP 861 (remove_files) COMPLETE |
| 7412 | 2025-08-26T21:23:39.264Z | [ recovery-image] Aug 26 21:23:39.258 INFO O| Aug 26 21:23:39.258 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7413 | 2025-08-26T21:23:39.289Z | [ recovery-image] Aug 26 21:23:39.280 INFO O| Aug 26 21:23:39.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1" |
| 7414 | 2025-08-26T21:23:39.289Z | [ recovery-image] Aug 26 21:23:39.281 INFO O| Aug 26 21:23:39.281 INFO STEP 862 (remove_files) COMPLETE |
| 7415 | 2025-08-26T21:23:39.289Z | [ recovery-image] Aug 26 21:23:39.281 INFO O| Aug 26 21:23:39.281 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7416 | 2025-08-26T21:23:39.317Z | [ recovery-image] Aug 26 21:23:39.301 INFO O| Aug 26 21:23:39.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1" |
| 7417 | 2025-08-26T21:23:39.318Z | [ recovery-image] Aug 26 21:23:39.301 INFO O| Aug 26 21:23:39.301 INFO STEP 863 (remove_files) COMPLETE |
| 7418 | 2025-08-26T21:23:39.318Z | [ recovery-image] Aug 26 21:23:39.301 INFO O| Aug 26 21:23:39.301 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7419 | 2025-08-26T21:23:39.318Z | [ recovery-image] Aug 26 21:23:39.317 INFO O| Aug 26 21:23:39.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1" |
| 7420 | 2025-08-26T21:23:39.318Z | [ recovery-image] Aug 26 21:23:39.317 INFO O| Aug 26 21:23:39.317 INFO STEP 864 (remove_files) COMPLETE |
| 7421 | 2025-08-26T21:23:39.318Z | [ recovery-image] Aug 26 21:23:39.317 INFO O| Aug 26 21:23:39.317 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7422 | 2025-08-26T21:23:39.351Z | [ recovery-image] Aug 26 21:23:39.332 INFO O| Aug 26 21:23:39.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
| 7423 | 2025-08-26T21:23:39.351Z | [ recovery-image] Aug 26 21:23:39.333 INFO O| Aug 26 21:23:39.332 INFO STEP 865 (remove_files) COMPLETE |
| 7424 | 2025-08-26T21:23:39.351Z | [ recovery-image] Aug 26 21:23:39.333 INFO O| Aug 26 21:23:39.333 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7425 | 2025-08-26T21:23:39.379Z | [ recovery-image] Aug 26 21:23:39.353 INFO O| Aug 26 21:23:39.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
| 7426 | 2025-08-26T21:23:39.379Z | [ recovery-image] Aug 26 21:23:39.353 INFO O| Aug 26 21:23:39.353 INFO STEP 866 (remove_files) COMPLETE |
| 7427 | 2025-08-26T21:23:39.379Z | [ recovery-image] Aug 26 21:23:39.353 INFO O| Aug 26 21:23:39.353 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7428 | 2025-08-26T21:23:39.379Z | [ recovery-image] Aug 26 21:23:39.373 INFO O| Aug 26 21:23:39.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
| 7429 | 2025-08-26T21:23:39.379Z | [ recovery-image] Aug 26 21:23:39.374 INFO O| Aug 26 21:23:39.374 INFO STEP 867 (remove_files) COMPLETE |
| 7430 | 2025-08-26T21:23:39.379Z | [ recovery-image] Aug 26 21:23:39.374 INFO O| Aug 26 21:23:39.374 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7431 | 2025-08-26T21:23:39.405Z | [ recovery-image] Aug 26 21:23:39.398 INFO O| Aug 26 21:23:39.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
| 7432 | 2025-08-26T21:23:39.405Z | [ recovery-image] Aug 26 21:23:39.398 INFO O| Aug 26 21:23:39.398 INFO STEP 868 (remove_files) COMPLETE |
| 7433 | 2025-08-26T21:23:39.405Z | [ recovery-image] Aug 26 21:23:39.398 INFO O| Aug 26 21:23:39.398 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7434 | 2025-08-26T21:23:39.430Z | [ recovery-image] Aug 26 21:23:39.419 INFO O| Aug 26 21:23:39.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
| 7435 | 2025-08-26T21:23:39.430Z | [ recovery-image] Aug 26 21:23:39.420 INFO O| Aug 26 21:23:39.420 INFO STEP 869 (remove_files) COMPLETE |
| 7436 | 2025-08-26T21:23:39.430Z | [ recovery-image] Aug 26 21:23:39.420 INFO O| Aug 26 21:23:39.420 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7437 | 2025-08-26T21:23:39.456Z | [ recovery-image] Aug 26 21:23:39.440 INFO O| Aug 26 21:23:39.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
| 7438 | 2025-08-26T21:23:39.456Z | [ recovery-image] Aug 26 21:23:39.441 INFO O| Aug 26 21:23:39.441 INFO STEP 870 (remove_files) COMPLETE |
| 7439 | 2025-08-26T21:23:39.456Z | [ recovery-image] Aug 26 21:23:39.441 INFO O| Aug 26 21:23:39.441 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7440 | 2025-08-26T21:23:39.482Z | [ recovery-image] Aug 26 21:23:39.458 INFO O| Aug 26 21:23:39.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
| 7441 | 2025-08-26T21:23:39.482Z | [ recovery-image] Aug 26 21:23:39.459 INFO O| Aug 26 21:23:39.458 INFO STEP 871 (remove_files) COMPLETE |
| 7442 | 2025-08-26T21:23:39.482Z | [ recovery-image] Aug 26 21:23:39.459 INFO O| Aug 26 21:23:39.458 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7443 | 2025-08-26T21:23:39.482Z | [ recovery-image] Aug 26 21:23:39.475 INFO O| Aug 26 21:23:39.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
| 7444 | 2025-08-26T21:23:39.482Z | [ recovery-image] Aug 26 21:23:39.476 INFO O| Aug 26 21:23:39.475 INFO STEP 872 (remove_files) COMPLETE |
| 7445 | 2025-08-26T21:23:39.482Z | [ recovery-image] Aug 26 21:23:39.476 INFO O| Aug 26 21:23:39.475 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7446 | 2025-08-26T21:23:39.514Z | [ recovery-image] Aug 26 21:23:39.515 INFO O| Aug 26 21:23:39.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
| 7447 | 2025-08-26T21:23:39.515Z | [ recovery-image] Aug 26 21:23:39.515 INFO O| Aug 26 21:23:39.515 INFO STEP 873 (remove_files) COMPLETE |
| 7448 | 2025-08-26T21:23:39.515Z | [ recovery-image] Aug 26 21:23:39.515 INFO O| Aug 26 21:23:39.515 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7449 | 2025-08-26T21:23:39.540Z | [ recovery-image] Aug 26 21:23:39.531 INFO O| Aug 26 21:23:39.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
| 7450 | 2025-08-26T21:23:39.540Z | [ recovery-image] Aug 26 21:23:39.532 INFO O| Aug 26 21:23:39.531 INFO STEP 874 (remove_files) COMPLETE |
| 7451 | 2025-08-26T21:23:39.540Z | [ recovery-image] Aug 26 21:23:39.532 INFO O| Aug 26 21:23:39.532 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7452 | 2025-08-26T21:23:39.570Z | [ recovery-image] Aug 26 21:23:39.548 INFO O| Aug 26 21:23:39.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
| 7453 | 2025-08-26T21:23:39.570Z | [ recovery-image] Aug 26 21:23:39.548 INFO O| Aug 26 21:23:39.548 INFO STEP 875 (remove_files) COMPLETE |
| 7454 | 2025-08-26T21:23:39.570Z | [ recovery-image] Aug 26 21:23:39.548 INFO O| Aug 26 21:23:39.548 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7455 | 2025-08-26T21:23:39.570Z | [ recovery-image] Aug 26 21:23:39.563 INFO O| Aug 26 21:23:39.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
| 7456 | 2025-08-26T21:23:39.570Z | [ recovery-image] Aug 26 21:23:39.564 INFO O| Aug 26 21:23:39.564 INFO STEP 876 (remove_files) COMPLETE |
| 7457 | 2025-08-26T21:23:39.570Z | [ recovery-image] Aug 26 21:23:39.564 INFO O| Aug 26 21:23:39.564 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7458 | 2025-08-26T21:23:39.595Z | [ recovery-image] Aug 26 21:23:39.582 INFO O| Aug 26 21:23:39.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
| 7459 | 2025-08-26T21:23:39.595Z | [ recovery-image] Aug 26 21:23:39.582 INFO O| Aug 26 21:23:39.582 INFO STEP 877 (remove_files) COMPLETE |
| 7460 | 2025-08-26T21:23:39.596Z | [ recovery-image] Aug 26 21:23:39.582 INFO O| Aug 26 21:23:39.582 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7461 | 2025-08-26T21:23:39.621Z | [ recovery-image] Aug 26 21:23:39.603 INFO O| Aug 26 21:23:39.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
| 7462 | 2025-08-26T21:23:39.621Z | [ recovery-image] Aug 26 21:23:39.603 INFO O| Aug 26 21:23:39.603 INFO STEP 878 (remove_files) COMPLETE |
| 7463 | 2025-08-26T21:23:39.621Z | [ recovery-image] Aug 26 21:23:39.603 INFO O| Aug 26 21:23:39.603 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7464 | 2025-08-26T21:23:39.647Z | [ recovery-image] Aug 26 21:23:39.644 INFO O| Aug 26 21:23:39.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
| 7465 | 2025-08-26T21:23:39.647Z | [ recovery-image] Aug 26 21:23:39.644 INFO O| Aug 26 21:23:39.644 INFO STEP 879 (remove_files) COMPLETE |
| 7466 | 2025-08-26T21:23:39.647Z | [ recovery-image] Aug 26 21:23:39.644 INFO O| Aug 26 21:23:39.644 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7467 | 2025-08-26T21:23:39.672Z | [ recovery-image] Aug 26 21:23:39.667 INFO O| Aug 26 21:23:39.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
| 7468 | 2025-08-26T21:23:39.672Z | [ recovery-image] Aug 26 21:23:39.667 INFO O| Aug 26 21:23:39.667 INFO STEP 880 (remove_files) COMPLETE |
| 7469 | 2025-08-26T21:23:39.672Z | [ recovery-image] Aug 26 21:23:39.667 INFO O| Aug 26 21:23:39.667 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7470 | 2025-08-26T21:23:39.700Z | [ recovery-image] Aug 26 21:23:39.692 INFO O| Aug 26 21:23:39.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
| 7471 | 2025-08-26T21:23:39.700Z | [ recovery-image] Aug 26 21:23:39.692 INFO O| Aug 26 21:23:39.692 INFO STEP 881 (remove_files) COMPLETE |
| 7472 | 2025-08-26T21:23:39.700Z | [ recovery-image] Aug 26 21:23:39.692 INFO O| Aug 26 21:23:39.692 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7473 | 2025-08-26T21:23:39.725Z | [ recovery-image] Aug 26 21:23:39.716 INFO O| Aug 26 21:23:39.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
| 7474 | 2025-08-26T21:23:39.725Z | [ recovery-image] Aug 26 21:23:39.716 INFO O| Aug 26 21:23:39.716 INFO STEP 882 (remove_files) COMPLETE |
| 7475 | 2025-08-26T21:23:39.725Z | [ recovery-image] Aug 26 21:23:39.716 INFO O| Aug 26 21:23:39.716 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7476 | 2025-08-26T21:23:39.772Z | [ recovery-image] Aug 26 21:23:39.773 INFO O| Aug 26 21:23:39.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
| 7477 | 2025-08-26T21:23:39.772Z | [ recovery-image] Aug 26 21:23:39.773 INFO O| Aug 26 21:23:39.773 INFO STEP 883 (remove_files) COMPLETE |
| 7478 | 2025-08-26T21:23:39.797Z | [ recovery-image] Aug 26 21:23:39.773 INFO O| Aug 26 21:23:39.773 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7479 | 2025-08-26T21:23:39.822Z | [ recovery-image] Aug 26 21:23:39.804 INFO O| Aug 26 21:23:39.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
| 7480 | 2025-08-26T21:23:39.822Z | [ recovery-image] Aug 26 21:23:39.804 INFO O| Aug 26 21:23:39.804 INFO STEP 884 (remove_files) COMPLETE |
| 7481 | 2025-08-26T21:23:39.822Z | [ recovery-image] Aug 26 21:23:39.804 INFO O| Aug 26 21:23:39.804 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7482 | 2025-08-26T21:23:39.847Z | [ recovery-image] Aug 26 21:23:39.824 INFO O| Aug 26 21:23:39.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
| 7483 | 2025-08-26T21:23:39.847Z | [ recovery-image] Aug 26 21:23:39.824 INFO O| Aug 26 21:23:39.824 INFO STEP 885 (remove_files) COMPLETE |
| 7484 | 2025-08-26T21:23:39.847Z | [ recovery-image] Aug 26 21:23:39.824 INFO O| Aug 26 21:23:39.824 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7485 | 2025-08-26T21:23:39.847Z | [ recovery-image] Aug 26 21:23:39.845 INFO O| Aug 26 21:23:39.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
| 7486 | 2025-08-26T21:23:39.847Z | [ recovery-image] Aug 26 21:23:39.845 INFO O| Aug 26 21:23:39.845 INFO STEP 886 (remove_files) COMPLETE |
| 7487 | 2025-08-26T21:23:39.847Z | [ recovery-image] Aug 26 21:23:39.845 INFO O| Aug 26 21:23:39.845 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7488 | 2025-08-26T21:23:39.873Z | [ recovery-image] Aug 26 21:23:39.864 INFO O| Aug 26 21:23:39.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
| 7489 | 2025-08-26T21:23:39.873Z | [ recovery-image] Aug 26 21:23:39.865 INFO O| Aug 26 21:23:39.864 INFO STEP 887 (remove_files) COMPLETE |
| 7490 | 2025-08-26T21:23:39.873Z | [ recovery-image] Aug 26 21:23:39.865 INFO O| Aug 26 21:23:39.864 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7491 | 2025-08-26T21:23:39.898Z | [ recovery-image] Aug 26 21:23:39.882 INFO O| Aug 26 21:23:39.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
| 7492 | 2025-08-26T21:23:39.898Z | [ recovery-image] Aug 26 21:23:39.882 INFO O| Aug 26 21:23:39.882 INFO STEP 888 (remove_files) COMPLETE |
| 7493 | 2025-08-26T21:23:39.898Z | [ recovery-image] Aug 26 21:23:39.882 INFO O| Aug 26 21:23:39.882 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7494 | 2025-08-26T21:23:39.898Z | [ recovery-image] Aug 26 21:23:39.898 INFO O| Aug 26 21:23:39.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
| 7495 | 2025-08-26T21:23:39.898Z | [ recovery-image] Aug 26 21:23:39.898 INFO O| Aug 26 21:23:39.898 INFO STEP 889 (remove_files) COMPLETE |
| 7496 | 2025-08-26T21:23:39.898Z | [ recovery-image] Aug 26 21:23:39.898 INFO O| Aug 26 21:23:39.898 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7497 | 2025-08-26T21:23:39.924Z | [ recovery-image] Aug 26 21:23:39.918 INFO O| Aug 26 21:23:39.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
| 7498 | 2025-08-26T21:23:39.924Z | [ recovery-image] Aug 26 21:23:39.918 INFO O| Aug 26 21:23:39.918 INFO STEP 890 (remove_files) COMPLETE |
| 7499 | 2025-08-26T21:23:39.924Z | [ recovery-image] Aug 26 21:23:39.918 INFO O| Aug 26 21:23:39.918 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7500 | 2025-08-26T21:23:39.949Z | [ recovery-image] Aug 26 21:23:39.938 INFO O| Aug 26 21:23:39.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
| 7501 | 2025-08-26T21:23:39.950Z | [ recovery-image] Aug 26 21:23:39.938 INFO O| Aug 26 21:23:39.938 INFO STEP 891 (remove_files) COMPLETE |
| 7502 | 2025-08-26T21:23:39.950Z | [ recovery-image] Aug 26 21:23:39.938 INFO O| Aug 26 21:23:39.938 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7503 | 2025-08-26T21:23:39.975Z | [ recovery-image] Aug 26 21:23:39.959 INFO O| Aug 26 21:23:39.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
| 7504 | 2025-08-26T21:23:39.975Z | [ recovery-image] Aug 26 21:23:39.960 INFO O| Aug 26 21:23:39.959 INFO STEP 892 (remove_files) COMPLETE |
| 7505 | 2025-08-26T21:23:39.975Z | [ recovery-image] Aug 26 21:23:39.960 INFO O| Aug 26 21:23:39.959 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7506 | 2025-08-26T21:23:39.975Z | [ recovery-image] Aug 26 21:23:39.974 INFO O| Aug 26 21:23:39.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
| 7507 | 2025-08-26T21:23:39.975Z | [ recovery-image] Aug 26 21:23:39.975 INFO O| Aug 26 21:23:39.974 INFO STEP 893 (remove_files) COMPLETE |
| 7508 | 2025-08-26T21:23:39.975Z | [ recovery-image] Aug 26 21:23:39.975 INFO O| Aug 26 21:23:39.975 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7509 | 2025-08-26T21:23:40.001Z | [ recovery-image] Aug 26 21:23:39.996 INFO O| Aug 26 21:23:39.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
| 7510 | 2025-08-26T21:23:40.001Z | [ recovery-image] Aug 26 21:23:39.996 INFO O| Aug 26 21:23:39.996 INFO STEP 894 (remove_files) COMPLETE |
| 7511 | 2025-08-26T21:23:40.001Z | [ recovery-image] Aug 26 21:23:39.996 INFO O| Aug 26 21:23:39.996 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7512 | 2025-08-26T21:23:40.026Z | [ recovery-image] Aug 26 21:23:40.016 INFO O| Aug 26 21:23:40.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
| 7513 | 2025-08-26T21:23:40.026Z | [ recovery-image] Aug 26 21:23:40.016 INFO O| Aug 26 21:23:40.016 INFO STEP 895 (remove_files) COMPLETE |
| 7514 | 2025-08-26T21:23:40.026Z | [ recovery-image] Aug 26 21:23:40.016 INFO O| Aug 26 21:23:40.016 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7515 | 2025-08-26T21:23:40.051Z | [ recovery-image] Aug 26 21:23:40.037 INFO O| Aug 26 21:23:40.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1" |
| 7516 | 2025-08-26T21:23:40.051Z | [ recovery-image] Aug 26 21:23:40.037 INFO O| Aug 26 21:23:40.037 INFO STEP 896 (remove_files) COMPLETE |
| 7517 | 2025-08-26T21:23:40.051Z | [ recovery-image] Aug 26 21:23:40.037 INFO O| Aug 26 21:23:40.037 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7518 | 2025-08-26T21:23:40.076Z | [ recovery-image] Aug 26 21:23:40.053 INFO O| Aug 26 21:23:40.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1" |
| 7519 | 2025-08-26T21:23:40.076Z | [ recovery-image] Aug 26 21:23:40.053 INFO O| Aug 26 21:23:40.053 INFO STEP 897 (remove_files) COMPLETE |
| 7520 | 2025-08-26T21:23:40.076Z | [ recovery-image] Aug 26 21:23:40.053 INFO O| Aug 26 21:23:40.053 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7521 | 2025-08-26T21:23:40.076Z | [ recovery-image] Aug 26 21:23:40.069 INFO O| Aug 26 21:23:40.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1" |
| 7522 | 2025-08-26T21:23:40.076Z | [ recovery-image] Aug 26 21:23:40.069 INFO O| Aug 26 21:23:40.069 INFO STEP 898 (remove_files) COMPLETE |
| 7523 | 2025-08-26T21:23:40.076Z | [ recovery-image] Aug 26 21:23:40.069 INFO O| Aug 26 21:23:40.069 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7524 | 2025-08-26T21:23:40.102Z | [ recovery-image] Aug 26 21:23:40.095 INFO O| Aug 26 21:23:40.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
| 7525 | 2025-08-26T21:23:40.102Z | [ recovery-image] Aug 26 21:23:40.095 INFO O| Aug 26 21:23:40.095 INFO STEP 899 (remove_files) COMPLETE |
| 7526 | 2025-08-26T21:23:40.102Z | [ recovery-image] Aug 26 21:23:40.095 INFO O| Aug 26 21:23:40.095 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7527 | 2025-08-26T21:23:40.127Z | [ recovery-image] Aug 26 21:23:40.112 INFO O| Aug 26 21:23:40.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
| 7528 | 2025-08-26T21:23:40.127Z | [ recovery-image] Aug 26 21:23:40.112 INFO O| Aug 26 21:23:40.112 INFO STEP 900 (remove_files) COMPLETE |
| 7529 | 2025-08-26T21:23:40.127Z | [ recovery-image] Aug 26 21:23:40.112 INFO O| Aug 26 21:23:40.112 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7530 | 2025-08-26T21:23:40.153Z | [ recovery-image] Aug 26 21:23:40.133 INFO O| Aug 26 21:23:40.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1" |
| 7531 | 2025-08-26T21:23:40.153Z | [ recovery-image] Aug 26 21:23:40.133 INFO O| Aug 26 21:23:40.133 INFO STEP 901 (remove_files) COMPLETE |
| 7532 | 2025-08-26T21:23:40.154Z | [ recovery-image] Aug 26 21:23:40.133 INFO O| Aug 26 21:23:40.133 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7533 | 2025-08-26T21:23:40.154Z | [ recovery-image] Aug 26 21:23:40.153 INFO O| Aug 26 21:23:40.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1" |
| 7534 | 2025-08-26T21:23:40.154Z | [ recovery-image] Aug 26 21:23:40.153 INFO O| Aug 26 21:23:40.153 INFO STEP 902 (remove_files) COMPLETE |
| 7535 | 2025-08-26T21:23:40.154Z | [ recovery-image] Aug 26 21:23:40.153 INFO O| Aug 26 21:23:40.153 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7536 | 2025-08-26T21:23:40.179Z | [ recovery-image] Aug 26 21:23:40.172 INFO O| Aug 26 21:23:40.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
| 7537 | 2025-08-26T21:23:40.179Z | [ recovery-image] Aug 26 21:23:40.172 INFO O| Aug 26 21:23:40.172 INFO STEP 903 (remove_files) COMPLETE |
| 7538 | 2025-08-26T21:23:40.179Z | [ recovery-image] Aug 26 21:23:40.172 INFO O| Aug 26 21:23:40.172 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7539 | 2025-08-26T21:23:40.205Z | [ recovery-image] Aug 26 21:23:40.187 INFO O| Aug 26 21:23:40.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1" |
| 7540 | 2025-08-26T21:23:40.205Z | [ recovery-image] Aug 26 21:23:40.187 INFO O| Aug 26 21:23:40.187 INFO STEP 904 (remove_files) COMPLETE |
| 7541 | 2025-08-26T21:23:40.205Z | [ recovery-image] Aug 26 21:23:40.187 INFO O| Aug 26 21:23:40.187 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7542 | 2025-08-26T21:23:40.231Z | [ recovery-image] Aug 26 21:23:40.201 INFO O| Aug 26 21:23:40.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
| 7543 | 2025-08-26T21:23:40.231Z | [ recovery-image] Aug 26 21:23:40.201 INFO O| Aug 26 21:23:40.201 INFO STEP 905 (remove_files) COMPLETE |
| 7544 | 2025-08-26T21:23:40.257Z | [ recovery-image] Aug 26 21:23:40.201 INFO O| Aug 26 21:23:40.201 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7545 | 2025-08-26T21:23:40.257Z | [ recovery-image] Aug 26 21:23:40.216 INFO O| Aug 26 21:23:40.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
| 7546 | 2025-08-26T21:23:40.257Z | [ recovery-image] Aug 26 21:23:40.216 INFO O| Aug 26 21:23:40.216 INFO STEP 906 (remove_files) COMPLETE |
| 7547 | 2025-08-26T21:23:40.257Z | [ recovery-image] Aug 26 21:23:40.216 INFO O| Aug 26 21:23:40.216 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7548 | 2025-08-26T21:23:40.257Z | [ recovery-image] Aug 26 21:23:40.237 INFO O| Aug 26 21:23:40.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1" |
| 7549 | 2025-08-26T21:23:40.257Z | [ recovery-image] Aug 26 21:23:40.237 INFO O| Aug 26 21:23:40.237 INFO STEP 907 (remove_files) COMPLETE |
| 7550 | 2025-08-26T21:23:40.257Z | [ recovery-image] Aug 26 21:23:40.237 INFO O| Aug 26 21:23:40.237 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7551 | 2025-08-26T21:23:40.284Z | [ recovery-image] Aug 26 21:23:40.262 INFO O| Aug 26 21:23:40.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1" |
| 7552 | 2025-08-26T21:23:40.284Z | [ recovery-image] Aug 26 21:23:40.262 INFO O| Aug 26 21:23:40.262 INFO STEP 908 (remove_files) COMPLETE |
| 7553 | 2025-08-26T21:23:40.284Z | [ recovery-image] Aug 26 21:23:40.262 INFO O| Aug 26 21:23:40.262 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7554 | 2025-08-26T21:23:40.284Z | [ recovery-image] Aug 26 21:23:40.281 INFO O| Aug 26 21:23:40.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
| 7555 | 2025-08-26T21:23:40.284Z | [ recovery-image] Aug 26 21:23:40.282 INFO O| Aug 26 21:23:40.281 INFO STEP 909 (remove_files) COMPLETE |
| 7556 | 2025-08-26T21:23:40.284Z | [ recovery-image] Aug 26 21:23:40.282 INFO O| Aug 26 21:23:40.281 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7557 | 2025-08-26T21:23:40.310Z | [ recovery-image] Aug 26 21:23:40.301 INFO O| Aug 26 21:23:40.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1" |
| 7558 | 2025-08-26T21:23:40.310Z | [ recovery-image] Aug 26 21:23:40.302 INFO O| Aug 26 21:23:40.302 INFO STEP 910 (remove_files) COMPLETE |
| 7559 | 2025-08-26T21:23:40.310Z | [ recovery-image] Aug 26 21:23:40.302 INFO O| Aug 26 21:23:40.302 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7560 | 2025-08-26T21:23:40.335Z | [ recovery-image] Aug 26 21:23:40.321 INFO O| Aug 26 21:23:40.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1" |
| 7561 | 2025-08-26T21:23:40.335Z | [ recovery-image] Aug 26 21:23:40.322 INFO O| Aug 26 21:23:40.321 INFO STEP 911 (remove_files) COMPLETE |
| 7562 | 2025-08-26T21:23:40.335Z | [ recovery-image] Aug 26 21:23:40.322 INFO O| Aug 26 21:23:40.321 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7563 | 2025-08-26T21:23:40.335Z | [ recovery-image] Aug 26 21:23:40.335 INFO O| Aug 26 21:23:40.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
| 7564 | 2025-08-26T21:23:40.335Z | [ recovery-image] Aug 26 21:23:40.336 INFO O| Aug 26 21:23:40.336 INFO STEP 912 (remove_files) COMPLETE |
| 7565 | 2025-08-26T21:23:40.335Z | [ recovery-image] Aug 26 21:23:40.336 INFO O| Aug 26 21:23:40.336 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7566 | 2025-08-26T21:23:40.360Z | [ recovery-image] Aug 26 21:23:40.349 INFO O| Aug 26 21:23:40.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
| 7567 | 2025-08-26T21:23:40.385Z | [ recovery-image] Aug 26 21:23:40.368 INFO O| Aug 26 21:23:40.368 INFO STEP 913 (remove_files) COMPLETE |
| 7568 | 2025-08-26T21:23:40.385Z | [ recovery-image] Aug 26 21:23:40.368 INFO O| Aug 26 21:23:40.368 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7569 | 2025-08-26T21:23:40.413Z | [ recovery-image] Aug 26 21:23:40.390 INFO O| Aug 26 21:23:40.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1" |
| 7570 | 2025-08-26T21:23:40.413Z | [ recovery-image] Aug 26 21:23:40.390 INFO O| Aug 26 21:23:40.390 INFO STEP 914 (remove_files) COMPLETE |
| 7571 | 2025-08-26T21:23:40.413Z | [ recovery-image] Aug 26 21:23:40.391 INFO O| Aug 26 21:23:40.391 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7572 | 2025-08-26T21:23:40.413Z | [ recovery-image] Aug 26 21:23:40.406 INFO O| Aug 26 21:23:40.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
| 7573 | 2025-08-26T21:23:40.413Z | [ recovery-image] Aug 26 21:23:40.406 INFO O| Aug 26 21:23:40.406 INFO STEP 915 (remove_files) COMPLETE |
| 7574 | 2025-08-26T21:23:40.413Z | [ recovery-image] Aug 26 21:23:40.406 INFO O| Aug 26 21:23:40.406 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7575 | 2025-08-26T21:23:40.439Z | [ recovery-image] Aug 26 21:23:40.421 INFO O| Aug 26 21:23:40.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
| 7576 | 2025-08-26T21:23:40.439Z | [ recovery-image] Aug 26 21:23:40.421 INFO O| Aug 26 21:23:40.421 INFO STEP 916 (remove_files) COMPLETE |
| 7577 | 2025-08-26T21:23:40.439Z | [ recovery-image] Aug 26 21:23:40.422 INFO O| Aug 26 21:23:40.422 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7578 | 2025-08-26T21:23:40.439Z | [ recovery-image] Aug 26 21:23:40.437 INFO O| Aug 26 21:23:40.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1" |
| 7579 | 2025-08-26T21:23:40.439Z | [ recovery-image] Aug 26 21:23:40.437 INFO O| Aug 26 21:23:40.437 INFO STEP 917 (remove_files) COMPLETE |
| 7580 | 2025-08-26T21:23:40.439Z | [ recovery-image] Aug 26 21:23:40.437 INFO O| Aug 26 21:23:40.437 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7581 | 2025-08-26T21:23:40.465Z | [ recovery-image] Aug 26 21:23:40.452 INFO O| Aug 26 21:23:40.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
| 7582 | 2025-08-26T21:23:40.465Z | [ recovery-image] Aug 26 21:23:40.453 INFO O| Aug 26 21:23:40.453 INFO STEP 918 (remove_files) COMPLETE |
| 7583 | 2025-08-26T21:23:40.465Z | [ recovery-image] Aug 26 21:23:40.453 INFO O| Aug 26 21:23:40.453 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7584 | 2025-08-26T21:23:40.490Z | [ recovery-image] Aug 26 21:23:40.468 INFO O| Aug 26 21:23:40.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
| 7585 | 2025-08-26T21:23:40.490Z | [ recovery-image] Aug 26 21:23:40.468 INFO O| Aug 26 21:23:40.468 INFO STEP 919 (remove_files) COMPLETE |
| 7586 | 2025-08-26T21:23:40.490Z | [ recovery-image] Aug 26 21:23:40.468 INFO O| Aug 26 21:23:40.468 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7587 | 2025-08-26T21:23:40.490Z | [ recovery-image] Aug 26 21:23:40.483 INFO O| Aug 26 21:23:40.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
| 7588 | 2025-08-26T21:23:40.490Z | [ recovery-image] Aug 26 21:23:40.483 INFO O| Aug 26 21:23:40.483 INFO STEP 920 (remove_files) COMPLETE |
| 7589 | 2025-08-26T21:23:40.490Z | [ recovery-image] Aug 26 21:23:40.483 INFO O| Aug 26 21:23:40.483 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7590 | 2025-08-26T21:23:40.516Z | [ recovery-image] Aug 26 21:23:40.497 INFO O| Aug 26 21:23:40.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
| 7591 | 2025-08-26T21:23:40.516Z | [ recovery-image] Aug 26 21:23:40.497 INFO O| Aug 26 21:23:40.497 INFO STEP 921 (remove_files) COMPLETE |
| 7592 | 2025-08-26T21:23:40.516Z | [ recovery-image] Aug 26 21:23:40.497 INFO O| Aug 26 21:23:40.497 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7593 | 2025-08-26T21:23:40.516Z | [ recovery-image] Aug 26 21:23:40.511 INFO O| Aug 26 21:23:40.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress" |
| 7594 | 2025-08-26T21:23:40.516Z | [ recovery-image] Aug 26 21:23:40.512 INFO O| Aug 26 21:23:40.512 INFO STEP 922 (remove_files) COMPLETE |
| 7595 | 2025-08-26T21:23:40.516Z | [ recovery-image] Aug 26 21:23:40.512 INFO O| Aug 26 21:23:40.512 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7596 | 2025-08-26T21:23:40.542Z | [ recovery-image] Aug 26 21:23:40.531 INFO O| Aug 26 21:23:40.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck" |
| 7597 | 2025-08-26T21:23:40.542Z | [ recovery-image] Aug 26 21:23:40.532 INFO O| Aug 26 21:23:40.532 INFO STEP 923 (remove_files) COMPLETE |
| 7598 | 2025-08-26T21:23:40.542Z | [ recovery-image] Aug 26 21:23:40.532 INFO O| Aug 26 21:23:40.532 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7599 | 2025-08-26T21:23:40.570Z | [ recovery-image] Aug 26 21:23:40.551 INFO O| Aug 26 21:23:40.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake" |
| 7600 | 2025-08-26T21:23:40.570Z | [ recovery-image] Aug 26 21:23:40.552 INFO O| Aug 26 21:23:40.551 INFO STEP 924 (remove_files) COMPLETE |
| 7601 | 2025-08-26T21:23:40.570Z | [ recovery-image] Aug 26 21:23:40.552 INFO O| Aug 26 21:23:40.552 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7602 | 2025-08-26T21:23:40.596Z | [ recovery-image] Aug 26 21:23:40.571 INFO O| Aug 26 21:23:40.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista" |
| 7603 | 2025-08-26T21:23:40.596Z | [ recovery-image] Aug 26 21:23:40.572 INFO O| Aug 26 21:23:40.572 INFO STEP 925 (remove_files) COMPLETE |
| 7604 | 2025-08-26T21:23:40.596Z | [ recovery-image] Aug 26 21:23:40.572 INFO O| Aug 26 21:23:40.572 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7605 | 2025-08-26T21:23:40.596Z | [ recovery-image] Aug 26 21:23:40.590 INFO O| Aug 26 21:23:40.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb" |
| 7606 | 2025-08-26T21:23:40.622Z | [ recovery-image] Aug 26 21:23:40.612 INFO O| Aug 26 21:23:40.612 INFO STEP 926 (remove_files) COMPLETE |
| 7607 | 2025-08-26T21:23:40.622Z | [ recovery-image] Aug 26 21:23:40.612 INFO O| Aug 26 21:23:40.612 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7608 | 2025-08-26T21:23:40.647Z | [ recovery-image] Aug 26 21:23:40.629 INFO O| Aug 26 21:23:40.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop" |
| 7609 | 2025-08-26T21:23:40.647Z | [ recovery-image] Aug 26 21:23:40.629 INFO O| Aug 26 21:23:40.629 INFO STEP 927 (remove_files) COMPLETE |
| 7610 | 2025-08-26T21:23:40.647Z | [ recovery-image] Aug 26 21:23:40.629 INFO O| Aug 26 21:23:40.629 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7611 | 2025-08-26T21:23:40.647Z | [ recovery-image] Aug 26 21:23:40.644 INFO O| Aug 26 21:23:40.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin" |
| 7612 | 2025-08-26T21:23:40.647Z | [ recovery-image] Aug 26 21:23:40.644 INFO O| Aug 26 21:23:40.644 INFO STEP 928 (remove_files) COMPLETE |
| 7613 | 2025-08-26T21:23:40.647Z | [ recovery-image] Aug 26 21:23:40.644 INFO O| Aug 26 21:23:40.644 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7614 | 2025-08-26T21:23:40.673Z | [ recovery-image] Aug 26 21:23:40.658 INFO O| Aug 26 21:23:40.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog" |
| 7615 | 2025-08-26T21:23:40.673Z | [ recovery-image] Aug 26 21:23:40.659 INFO O| Aug 26 21:23:40.658 INFO STEP 929 (remove_files) COMPLETE |
| 7616 | 2025-08-26T21:23:40.673Z | [ recovery-image] Aug 26 21:23:40.659 INFO O| Aug 26 21:23:40.658 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7617 | 2025-08-26T21:23:40.673Z | [ recovery-image] Aug 26 21:23:40.674 INFO O| Aug 26 21:23:40.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd" |
| 7618 | 2025-08-26T21:23:40.673Z | [ recovery-image] Aug 26 21:23:40.674 INFO O| Aug 26 21:23:40.674 INFO STEP 930 (remove_files) COMPLETE |
| 7619 | 2025-08-26T21:23:40.673Z | [ recovery-image] Aug 26 21:23:40.674 INFO O| Aug 26 21:23:40.674 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7620 | 2025-08-26T21:23:40.698Z | [ recovery-image] Aug 26 21:23:40.688 INFO O| Aug 26 21:23:40.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
| 7621 | 2025-08-26T21:23:40.698Z | [ recovery-image] Aug 26 21:23:40.688 INFO O| Aug 26 21:23:40.688 INFO STEP 931 (remove_files) COMPLETE |
| 7622 | 2025-08-26T21:23:40.698Z | [ recovery-image] Aug 26 21:23:40.688 INFO O| Aug 26 21:23:40.688 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7623 | 2025-08-26T21:23:40.724Z | [ recovery-image] Aug 26 21:23:40.702 INFO O| Aug 26 21:23:40.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
| 7624 | 2025-08-26T21:23:40.724Z | [ recovery-image] Aug 26 21:23:40.702 INFO O| Aug 26 21:23:40.702 INFO STEP 932 (remove_files) COMPLETE |
| 7625 | 2025-08-26T21:23:40.724Z | [ recovery-image] Aug 26 21:23:40.702 INFO O| Aug 26 21:23:40.702 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7626 | 2025-08-26T21:23:40.724Z | [ recovery-image] Aug 26 21:23:40.716 INFO O| Aug 26 21:23:40.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
| 7627 | 2025-08-26T21:23:40.724Z | [ recovery-image] Aug 26 21:23:40.716 INFO O| Aug 26 21:23:40.716 INFO STEP 933 (remove_files) COMPLETE |
| 7628 | 2025-08-26T21:23:40.724Z | [ recovery-image] Aug 26 21:23:40.717 INFO O| Aug 26 21:23:40.716 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7629 | 2025-08-26T21:23:40.749Z | [ recovery-image] Aug 26 21:23:40.731 INFO O| Aug 26 21:23:40.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
| 7630 | 2025-08-26T21:23:40.749Z | [ recovery-image] Aug 26 21:23:40.731 INFO O| Aug 26 21:23:40.731 INFO STEP 934 (remove_files) COMPLETE |
| 7631 | 2025-08-26T21:23:40.749Z | [ recovery-image] Aug 26 21:23:40.731 INFO O| Aug 26 21:23:40.731 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7632 | 2025-08-26T21:23:40.749Z | [ recovery-image] Aug 26 21:23:40.746 INFO O| Aug 26 21:23:40.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd" |
| 7633 | 2025-08-26T21:23:40.749Z | [ recovery-image] Aug 26 21:23:40.746 INFO O| Aug 26 21:23:40.746 INFO STEP 935 (remove_files) COMPLETE |
| 7634 | 2025-08-26T21:23:40.749Z | [ recovery-image] Aug 26 21:23:40.746 INFO O| Aug 26 21:23:40.746 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7635 | 2025-08-26T21:23:40.775Z | [ recovery-image] Aug 26 21:23:40.760 INFO O| Aug 26 21:23:40.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc" |
| 7636 | 2025-08-26T21:23:40.776Z | [ recovery-image] Aug 26 21:23:40.760 INFO O| Aug 26 21:23:40.760 INFO STEP 936 (remove_files) COMPLETE |
| 7637 | 2025-08-26T21:23:40.776Z | [ recovery-image] Aug 26 21:23:40.760 INFO O| Aug 26 21:23:40.760 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7638 | 2025-08-26T21:23:40.776Z | [ recovery-image] Aug 26 21:23:40.775 INFO O| Aug 26 21:23:40.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs" |
| 7639 | 2025-08-26T21:23:40.776Z | [ recovery-image] Aug 26 21:23:40.775 INFO O| Aug 26 21:23:40.775 INFO STEP 937 (remove_files) COMPLETE |
| 7640 | 2025-08-26T21:23:40.776Z | [ recovery-image] Aug 26 21:23:40.775 INFO O| Aug 26 21:23:40.775 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7641 | 2025-08-26T21:23:40.801Z | [ recovery-image] Aug 26 21:23:40.789 INFO O| Aug 26 21:23:40.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd" |
| 7642 | 2025-08-26T21:23:40.801Z | [ recovery-image] Aug 26 21:23:40.789 INFO O| Aug 26 21:23:40.789 INFO STEP 938 (remove_files) COMPLETE |
| 7643 | 2025-08-26T21:23:40.801Z | [ recovery-image] Aug 26 21:23:40.789 INFO O| Aug 26 21:23:40.789 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7644 | 2025-08-26T21:23:40.828Z | [ recovery-image] Aug 26 21:23:40.803 INFO O| Aug 26 21:23:40.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server" |
| 7645 | 2025-08-26T21:23:40.828Z | [ recovery-image] Aug 26 21:23:40.803 INFO O| Aug 26 21:23:40.803 INFO STEP 939 (remove_files) COMPLETE |
| 7646 | 2025-08-26T21:23:40.828Z | [ recovery-image] Aug 26 21:23:40.803 INFO O| Aug 26 21:23:40.803 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7647 | 2025-08-26T21:23:40.828Z | [ recovery-image] Aug 26 21:23:40.818 INFO O| Aug 26 21:23:40.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign" |
| 7648 | 2025-08-26T21:23:40.828Z | [ recovery-image] Aug 26 21:23:40.818 INFO O| Aug 26 21:23:40.818 INFO STEP 940 (remove_files) COMPLETE |
| 7649 | 2025-08-26T21:23:40.828Z | [ recovery-image] Aug 26 21:23:40.818 INFO O| Aug 26 21:23:40.818 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7650 | 2025-08-26T21:23:40.853Z | [ recovery-image] Aug 26 21:23:40.837 INFO O| Aug 26 21:23:40.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
| 7651 | 2025-08-26T21:23:40.853Z | [ recovery-image] Aug 26 21:23:40.837 INFO O| Aug 26 21:23:40.837 INFO STEP 941 (remove_files) COMPLETE |
| 7652 | 2025-08-26T21:23:40.853Z | [ recovery-image] Aug 26 21:23:40.837 INFO O| Aug 26 21:23:40.837 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7653 | 2025-08-26T21:23:40.880Z | [ recovery-image] Aug 26 21:23:40.857 INFO O| Aug 26 21:23:40.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
| 7654 | 2025-08-26T21:23:40.880Z | [ recovery-image] Aug 26 21:23:40.857 INFO O| Aug 26 21:23:40.857 INFO STEP 942 (remove_files) COMPLETE |
| 7655 | 2025-08-26T21:23:40.880Z | [ recovery-image] Aug 26 21:23:40.857 INFO O| Aug 26 21:23:40.857 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7656 | 2025-08-26T21:23:40.906Z | [ recovery-image] Aug 26 21:23:40.876 INFO O| Aug 26 21:23:40.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid" |
| 7657 | 2025-08-26T21:23:40.906Z | [ recovery-image] Aug 26 21:23:40.876 INFO O| Aug 26 21:23:40.876 INFO STEP 943 (remove_files) COMPLETE |
| 7658 | 2025-08-26T21:23:40.906Z | [ recovery-image] Aug 26 21:23:40.876 INFO O| Aug 26 21:23:40.876 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7659 | 2025-08-26T21:23:40.906Z | [ recovery-image] Aug 26 21:23:40.895 INFO O| Aug 26 21:23:40.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid" |
| 7660 | 2025-08-26T21:23:40.906Z | [ recovery-image] Aug 26 21:23:40.895 INFO O| Aug 26 21:23:40.895 INFO STEP 944 (remove_files) COMPLETE |
| 7661 | 2025-08-26T21:23:40.906Z | [ recovery-image] Aug 26 21:23:40.895 INFO O| Aug 26 21:23:40.895 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7662 | 2025-08-26T21:23:40.937Z | [ recovery-image] Aug 26 21:23:40.910 INFO O| Aug 26 21:23:40.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange" |
| 7663 | 2025-08-26T21:23:40.937Z | [ recovery-image] Aug 26 21:23:40.910 INFO O| Aug 26 21:23:40.910 INFO STEP 945 (remove_files) COMPLETE |
| 7664 | 2025-08-26T21:23:40.937Z | [ recovery-image] Aug 26 21:23:40.910 INFO O| Aug 26 21:23:40.910 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7665 | 2025-08-26T21:23:40.937Z | [ recovery-image] Aug 26 21:23:40.931 INFO O| Aug 26 21:23:40.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate" |
| 7666 | 2025-08-26T21:23:40.937Z | [ recovery-image] Aug 26 21:23:40.931 INFO O| Aug 26 21:23:40.931 INFO STEP 946 (remove_files) COMPLETE |
| 7667 | 2025-08-26T21:23:40.937Z | [ recovery-image] Aug 26 21:23:40.931 INFO O| Aug 26 21:23:40.931 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7668 | 2025-08-26T21:23:40.965Z | [ recovery-image] Aug 26 21:23:40.950 INFO O| Aug 26 21:23:40.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid" |
| 7669 | 2025-08-26T21:23:40.965Z | [ recovery-image] Aug 26 21:23:40.950 INFO O| Aug 26 21:23:40.950 INFO STEP 947 (remove_files) COMPLETE |
| 7670 | 2025-08-26T21:23:40.965Z | [ recovery-image] Aug 26 21:23:40.950 INFO O| Aug 26 21:23:40.950 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7671 | 2025-08-26T21:23:40.990Z | [ recovery-image] Aug 26 21:23:40.966 INFO O| Aug 26 21:23:40.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint" |
| 7672 | 2025-08-26T21:23:40.990Z | [ recovery-image] Aug 26 21:23:40.967 INFO O| Aug 26 21:23:40.967 INFO STEP 948 (remove_files) COMPLETE |
| 7673 | 2025-08-26T21:23:40.990Z | [ recovery-image] Aug 26 21:23:40.967 INFO O| Aug 26 21:23:40.967 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7674 | 2025-08-26T21:23:40.991Z | [ recovery-image] Aug 26 21:23:40.985 INFO O| Aug 26 21:23:40.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem" |
| 7675 | 2025-08-26T21:23:40.991Z | [ recovery-image] Aug 26 21:23:40.985 INFO O| Aug 26 21:23:40.985 INFO STEP 949 (remove_files) COMPLETE |
| 7676 | 2025-08-26T21:23:40.991Z | [ recovery-image] Aug 26 21:23:40.985 INFO O| Aug 26 21:23:40.985 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7677 | 2025-08-26T21:23:41.025Z | [ recovery-image] Aug 26 21:23:41.001 INFO O| Aug 26 21:23:41.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath" |
| 7678 | 2025-08-26T21:23:41.025Z | [ recovery-image] Aug 26 21:23:41.001 INFO O| Aug 26 21:23:41.001 INFO STEP 950 (remove_files) COMPLETE |
| 7679 | 2025-08-26T21:23:41.025Z | [ recovery-image] Aug 26 21:23:41.001 INFO O| Aug 26 21:23:41.001 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7680 | 2025-08-26T21:23:41.050Z | [ recovery-image] Aug 26 21:23:41.015 INFO O| Aug 26 21:23:41.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr" |
| 7681 | 2025-08-26T21:23:41.050Z | [ recovery-image] Aug 26 21:23:41.016 INFO O| Aug 26 21:23:41.015 INFO STEP 951 (remove_files) COMPLETE |
| 7682 | 2025-08-26T21:23:41.050Z | [ recovery-image] Aug 26 21:23:41.016 INFO O| Aug 26 21:23:41.016 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7683 | 2025-08-26T21:23:41.050Z | [ recovery-image] Aug 26 21:23:41.030 INFO O| Aug 26 21:23:41.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime" |
| 7684 | 2025-08-26T21:23:41.050Z | [ recovery-image] Aug 26 21:23:41.030 INFO O| Aug 26 21:23:41.030 INFO STEP 952 (remove_files) COMPLETE |
| 7685 | 2025-08-26T21:23:41.050Z | [ recovery-image] Aug 26 21:23:41.030 INFO O| Aug 26 21:23:41.030 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7686 | 2025-08-26T21:23:41.050Z | [ recovery-image] Aug 26 21:23:41.044 INFO O| Aug 26 21:23:41.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid" |
| 7687 | 2025-08-26T21:23:41.050Z | [ recovery-image] Aug 26 21:23:41.045 INFO O| Aug 26 21:23:41.045 INFO STEP 953 (remove_files) COMPLETE |
| 7688 | 2025-08-26T21:23:41.050Z | [ recovery-image] Aug 26 21:23:41.045 INFO O| Aug 26 21:23:41.045 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7689 | 2025-08-26T21:23:41.076Z | [ recovery-image] Aug 26 21:23:41.059 INFO O| Aug 26 21:23:41.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn" |
| 7690 | 2025-08-26T21:23:41.076Z | [ recovery-image] Aug 26 21:23:41.059 INFO O| Aug 26 21:23:41.059 INFO STEP 954 (remove_files) COMPLETE |
| 7691 | 2025-08-26T21:23:41.076Z | [ recovery-image] Aug 26 21:23:41.059 INFO O| Aug 26 21:23:41.059 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7692 | 2025-08-26T21:23:41.076Z | [ recovery-image] Aug 26 21:23:41.073 INFO O| Aug 26 21:23:41.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate" |
| 7693 | 2025-08-26T21:23:41.076Z | [ recovery-image] Aug 26 21:23:41.073 INFO O| Aug 26 21:23:41.073 INFO STEP 955 (remove_files) COMPLETE |
| 7694 | 2025-08-26T21:23:41.076Z | [ recovery-image] Aug 26 21:23:41.073 INFO O| Aug 26 21:23:41.073 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7695 | 2025-08-26T21:23:41.101Z | [ recovery-image] Aug 26 21:23:41.087 INFO O| Aug 26 21:23:41.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid" |
| 7696 | 2025-08-26T21:23:41.101Z | [ recovery-image] Aug 26 21:23:41.087 INFO O| Aug 26 21:23:41.087 INFO STEP 956 (remove_files) COMPLETE |
| 7697 | 2025-08-26T21:23:41.101Z | [ recovery-image] Aug 26 21:23:41.087 INFO O| Aug 26 21:23:41.087 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7698 | 2025-08-26T21:23:41.102Z | [ recovery-image] Aug 26 21:23:41.102 INFO O| Aug 26 21:23:41.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint" |
| 7699 | 2025-08-26T21:23:41.102Z | [ recovery-image] Aug 26 21:23:41.102 INFO O| Aug 26 21:23:41.102 INFO STEP 957 (remove_files) COMPLETE |
| 7700 | 2025-08-26T21:23:41.102Z | [ recovery-image] Aug 26 21:23:41.102 INFO O| Aug 26 21:23:41.102 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7701 | 2025-08-26T21:23:41.127Z | [ recovery-image] Aug 26 21:23:41.117 INFO O| Aug 26 21:23:41.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem" |
| 7702 | 2025-08-26T21:23:41.127Z | [ recovery-image] Aug 26 21:23:41.118 INFO O| Aug 26 21:23:41.118 INFO STEP 958 (remove_files) COMPLETE |
| 7703 | 2025-08-26T21:23:41.127Z | [ recovery-image] Aug 26 21:23:41.118 INFO O| Aug 26 21:23:41.118 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7704 | 2025-08-26T21:23:41.152Z | [ recovery-image] Aug 26 21:23:41.131 INFO O| Aug 26 21:23:41.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath" |
| 7705 | 2025-08-26T21:23:41.152Z | [ recovery-image] Aug 26 21:23:41.131 INFO O| Aug 26 21:23:41.131 INFO STEP 959 (remove_files) COMPLETE |
| 7706 | 2025-08-26T21:23:41.152Z | [ recovery-image] Aug 26 21:23:41.131 INFO O| Aug 26 21:23:41.131 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7707 | 2025-08-26T21:23:41.152Z | [ recovery-image] Aug 26 21:23:41.144 INFO O| Aug 26 21:23:41.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange" |
| 7708 | 2025-08-26T21:23:41.152Z | [ recovery-image] Aug 26 21:23:41.145 INFO O| Aug 26 21:23:41.145 INFO STEP 960 (remove_files) COMPLETE |
| 7709 | 2025-08-26T21:23:41.152Z | [ recovery-image] Aug 26 21:23:41.145 INFO O| Aug 26 21:23:41.145 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7710 | 2025-08-26T21:23:41.178Z | [ recovery-image] Aug 26 21:23:41.163 INFO O| Aug 26 21:23:41.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr" |
| 7711 | 2025-08-26T21:23:41.178Z | [ recovery-image] Aug 26 21:23:41.163 INFO O| Aug 26 21:23:41.163 INFO STEP 961 (remove_files) COMPLETE |
| 7712 | 2025-08-26T21:23:41.178Z | [ recovery-image] Aug 26 21:23:41.163 INFO O| Aug 26 21:23:41.163 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7713 | 2025-08-26T21:23:41.203Z | [ recovery-image] Aug 26 21:23:41.177 INFO O| Aug 26 21:23:41.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime" |
| 7714 | 2025-08-26T21:23:41.203Z | [ recovery-image] Aug 26 21:23:41.177 INFO O| Aug 26 21:23:41.177 INFO STEP 962 (remove_files) COMPLETE |
| 7715 | 2025-08-26T21:23:41.203Z | [ recovery-image] Aug 26 21:23:41.177 INFO O| Aug 26 21:23:41.177 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7716 | 2025-08-26T21:23:41.203Z | [ recovery-image] Aug 26 21:23:41.195 INFO O| Aug 26 21:23:41.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid" |
| 7717 | 2025-08-26T21:23:41.203Z | [ recovery-image] Aug 26 21:23:41.195 INFO O| Aug 26 21:23:41.195 INFO STEP 963 (remove_files) COMPLETE |
| 7718 | 2025-08-26T21:23:41.203Z | [ recovery-image] Aug 26 21:23:41.195 INFO O| Aug 26 21:23:41.195 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7719 | 2025-08-26T21:23:41.228Z | [ recovery-image] Aug 26 21:23:41.213 INFO O| Aug 26 21:23:41.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn" |
| 7720 | 2025-08-26T21:23:41.228Z | [ recovery-image] Aug 26 21:23:41.213 INFO O| Aug 26 21:23:41.213 INFO STEP 964 (remove_files) COMPLETE |
| 7721 | 2025-08-26T21:23:41.228Z | [ recovery-image] Aug 26 21:23:41.214 INFO O| Aug 26 21:23:41.213 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7722 | 2025-08-26T21:23:41.228Z | [ recovery-image] Aug 26 21:23:41.228 INFO O| Aug 26 21:23:41.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext" |
| 7723 | 2025-08-26T21:23:41.229Z | [ recovery-image] Aug 26 21:23:41.228 INFO O| Aug 26 21:23:41.228 INFO STEP 965 (remove_files) COMPLETE |
| 7724 | 2025-08-26T21:23:41.229Z | [ recovery-image] Aug 26 21:23:41.228 INFO O| Aug 26 21:23:41.228 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7725 | 2025-08-26T21:23:41.255Z | [ recovery-image] Aug 26 21:23:41.243 INFO O| Aug 26 21:23:41.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate" |
| 7726 | 2025-08-26T21:23:41.255Z | [ recovery-image] Aug 26 21:23:41.243 INFO O| Aug 26 21:23:41.243 INFO STEP 966 (remove_files) COMPLETE |
| 7727 | 2025-08-26T21:23:41.255Z | [ recovery-image] Aug 26 21:23:41.243 INFO O| Aug 26 21:23:41.243 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7728 | 2025-08-26T21:23:41.280Z | [ recovery-image] Aug 26 21:23:41.262 INFO O| Aug 26 21:23:41.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid" |
| 7729 | 2025-08-26T21:23:41.280Z | [ recovery-image] Aug 26 21:23:41.262 INFO O| Aug 26 21:23:41.262 INFO STEP 967 (remove_files) COMPLETE |
| 7730 | 2025-08-26T21:23:41.280Z | [ recovery-image] Aug 26 21:23:41.263 INFO O| Aug 26 21:23:41.262 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7731 | 2025-08-26T21:23:41.280Z | [ recovery-image] Aug 26 21:23:41.280 INFO O| Aug 26 21:23:41.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint" |
| 7732 | 2025-08-26T21:23:41.280Z | [ recovery-image] Aug 26 21:23:41.280 INFO O| Aug 26 21:23:41.280 INFO STEP 968 (remove_files) COMPLETE |
| 7733 | 2025-08-26T21:23:41.280Z | [ recovery-image] Aug 26 21:23:41.280 INFO O| Aug 26 21:23:41.280 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7734 | 2025-08-26T21:23:41.305Z | [ recovery-image] Aug 26 21:23:41.298 INFO O| Aug 26 21:23:41.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath" |
| 7735 | 2025-08-26T21:23:41.305Z | [ recovery-image] Aug 26 21:23:41.298 INFO O| Aug 26 21:23:41.298 INFO STEP 969 (remove_files) COMPLETE |
| 7736 | 2025-08-26T21:23:41.305Z | [ recovery-image] Aug 26 21:23:41.299 INFO O| Aug 26 21:23:41.298 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7737 | 2025-08-26T21:23:41.330Z | [ recovery-image] Aug 26 21:23:41.313 INFO O| Aug 26 21:23:41.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange" |
| 7738 | 2025-08-26T21:23:41.330Z | [ recovery-image] Aug 26 21:23:41.313 INFO O| Aug 26 21:23:41.313 INFO STEP 970 (remove_files) COMPLETE |
| 7739 | 2025-08-26T21:23:41.330Z | [ recovery-image] Aug 26 21:23:41.313 INFO O| Aug 26 21:23:41.313 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7740 | 2025-08-26T21:23:41.330Z | [ recovery-image] Aug 26 21:23:41.326 INFO O| Aug 26 21:23:41.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr" |
| 7741 | 2025-08-26T21:23:41.330Z | [ recovery-image] Aug 26 21:23:41.326 INFO O| Aug 26 21:23:41.326 INFO STEP 971 (remove_files) COMPLETE |
| 7742 | 2025-08-26T21:23:41.330Z | [ recovery-image] Aug 26 21:23:41.326 INFO O| Aug 26 21:23:41.326 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7743 | 2025-08-26T21:23:41.355Z | [ recovery-image] Aug 26 21:23:41.345 INFO O| Aug 26 21:23:41.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime" |
| 7744 | 2025-08-26T21:23:41.355Z | [ recovery-image] Aug 26 21:23:41.345 INFO O| Aug 26 21:23:41.345 INFO STEP 972 (remove_files) COMPLETE |
| 7745 | 2025-08-26T21:23:41.355Z | [ recovery-image] Aug 26 21:23:41.345 INFO O| Aug 26 21:23:41.345 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7746 | 2025-08-26T21:23:41.380Z | [ recovery-image] Aug 26 21:23:41.363 INFO O| Aug 26 21:23:41.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid" |
| 7747 | 2025-08-26T21:23:41.381Z | [ recovery-image] Aug 26 21:23:41.364 INFO O| Aug 26 21:23:41.363 INFO STEP 973 (remove_files) COMPLETE |
| 7748 | 2025-08-26T21:23:41.381Z | [ recovery-image] Aug 26 21:23:41.364 INFO O| Aug 26 21:23:41.364 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7749 | 2025-08-26T21:23:41.381Z | [ recovery-image] Aug 26 21:23:41.377 INFO O| Aug 26 21:23:41.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn" |
| 7750 | 2025-08-26T21:23:41.381Z | [ recovery-image] Aug 26 21:23:41.377 INFO O| Aug 26 21:23:41.377 INFO STEP 974 (remove_files) COMPLETE |
| 7751 | 2025-08-26T21:23:41.381Z | [ recovery-image] Aug 26 21:23:41.377 INFO O| Aug 26 21:23:41.377 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7752 | 2025-08-26T21:23:41.407Z | [ recovery-image] Aug 26 21:23:41.396 INFO O| Aug 26 21:23:41.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall" |
| 7753 | 2025-08-26T21:23:41.407Z | [ recovery-image] Aug 26 21:23:41.396 INFO O| Aug 26 21:23:41.396 INFO STEP 975 (remove_files) COMPLETE |
| 7754 | 2025-08-26T21:23:41.407Z | [ recovery-image] Aug 26 21:23:41.396 INFO O| Aug 26 21:23:41.396 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7755 | 2025-08-26T21:23:41.432Z | [ recovery-image] Aug 26 21:23:41.411 INFO O| Aug 26 21:23:41.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname" |
| 7756 | 2025-08-26T21:23:41.432Z | [ recovery-image] Aug 26 21:23:41.411 INFO O| Aug 26 21:23:41.411 INFO STEP 976 (remove_files) COMPLETE |
| 7757 | 2025-08-26T21:23:41.432Z | [ recovery-image] Aug 26 21:23:41.411 INFO O| Aug 26 21:23:41.411 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7758 | 2025-08-26T21:23:41.432Z | [ recovery-image] Aug 26 21:23:41.425 INFO O| Aug 26 21:23:41.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove" |
| 7759 | 2025-08-26T21:23:41.432Z | [ recovery-image] Aug 26 21:23:41.426 INFO O| Aug 26 21:23:41.426 INFO STEP 977 (remove_files) COMPLETE |
| 7760 | 2025-08-26T21:23:41.432Z | [ recovery-image] Aug 26 21:23:41.426 INFO O| Aug 26 21:23:41.426 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7761 | 2025-08-26T21:23:41.457Z | [ recovery-image] Aug 26 21:23:41.444 INFO O| Aug 26 21:23:41.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv" |
| 7762 | 2025-08-26T21:23:41.457Z | [ recovery-image] Aug 26 21:23:41.444 INFO O| Aug 26 21:23:41.444 INFO STEP 978 (remove_files) COMPLETE |
| 7763 | 2025-08-26T21:23:41.457Z | [ recovery-image] Aug 26 21:23:41.444 INFO O| Aug 26 21:23:41.444 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7764 | 2025-08-26T21:23:41.482Z | [ recovery-image] Aug 26 21:23:41.463 INFO O| Aug 26 21:23:41.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db" |
| 7765 | 2025-08-26T21:23:41.482Z | [ recovery-image] Aug 26 21:23:41.463 INFO O| Aug 26 21:23:41.463 INFO STEP 979 (remove_files) COMPLETE |
| 7766 | 2025-08-26T21:23:41.482Z | [ recovery-image] Aug 26 21:23:41.463 INFO O| Aug 26 21:23:41.463 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7767 | 2025-08-26T21:23:41.482Z | [ recovery-image] Aug 26 21:23:41.482 INFO O| Aug 26 21:23:41.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve" |
| 7768 | 2025-08-26T21:23:41.482Z | [ recovery-image] Aug 26 21:23:41.482 INFO O| Aug 26 21:23:41.482 INFO STEP 980 (remove_files) COMPLETE |
| 7769 | 2025-08-26T21:23:41.482Z | [ recovery-image] Aug 26 21:23:41.482 INFO O| Aug 26 21:23:41.482 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7770 | 2025-08-26T21:23:41.508Z | [ recovery-image] Aug 26 21:23:41.496 INFO O| Aug 26 21:23:41.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates" |
| 7771 | 2025-08-26T21:23:41.508Z | [ recovery-image] Aug 26 21:23:41.497 INFO O| Aug 26 21:23:41.496 INFO STEP 981 (remove_files) COMPLETE |
| 7772 | 2025-08-26T21:23:41.508Z | [ recovery-image] Aug 26 21:23:41.497 INFO O| Aug 26 21:23:41.497 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7773 | 2025-08-26T21:23:41.533Z | [ recovery-image] Aug 26 21:23:41.511 INFO O| Aug 26 21:23:41.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay" |
| 7774 | 2025-08-26T21:23:41.533Z | [ recovery-image] Aug 26 21:23:41.511 INFO O| Aug 26 21:23:41.511 INFO STEP 982 (remove_files) COMPLETE |
| 7775 | 2025-08-26T21:23:41.533Z | [ recovery-image] Aug 26 21:23:41.511 INFO O| Aug 26 21:23:41.511 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7776 | 2025-08-26T21:23:41.533Z | [ recovery-image] Aug 26 21:23:41.530 INFO O| Aug 26 21:23:41.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm" |
| 7777 | 2025-08-26T21:23:41.533Z | [ recovery-image] Aug 26 21:23:41.530 INFO O| Aug 26 21:23:41.530 INFO STEP 983 (remove_files) COMPLETE |
| 7778 | 2025-08-26T21:23:41.533Z | [ recovery-image] Aug 26 21:23:41.530 INFO O| Aug 26 21:23:41.530 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7779 | 2025-08-26T21:23:41.558Z | [ recovery-image] Aug 26 21:23:41.550 INFO O| Aug 26 21:23:41.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump" |
| 7780 | 2025-08-26T21:23:41.558Z | [ recovery-image] Aug 26 21:23:41.550 INFO O| Aug 26 21:23:41.550 INFO STEP 984 (remove_files) COMPLETE |
| 7781 | 2025-08-26T21:23:41.558Z | [ recovery-image] Aug 26 21:23:41.550 INFO O| Aug 26 21:23:41.550 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7782 | 2025-08-26T21:23:41.583Z | [ recovery-image] Aug 26 21:23:41.566 INFO O| Aug 26 21:23:41.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract" |
| 7783 | 2025-08-26T21:23:41.583Z | [ recovery-image] Aug 26 21:23:41.582 INFO O| Aug 26 21:23:41.582 INFO STEP 985 (remove_files) COMPLETE |
| 7784 | 2025-08-26T21:23:41.583Z | [ recovery-image] Aug 26 21:23:41.582 INFO O| Aug 26 21:23:41.582 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7785 | 2025-08-26T21:23:41.615Z | [ recovery-image] Aug 26 21:23:41.600 INFO O| Aug 26 21:23:41.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv" |
| 7786 | 2025-08-26T21:23:41.615Z | [ recovery-image] Aug 26 21:23:41.600 INFO O| Aug 26 21:23:41.600 INFO STEP 986 (remove_files) COMPLETE |
| 7787 | 2025-08-26T21:23:41.615Z | [ recovery-image] Aug 26 21:23:41.600 INFO O| Aug 26 21:23:41.600 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7788 | 2025-08-26T21:23:41.615Z | [ recovery-image] Aug 26 21:23:41.616 INFO O| Aug 26 21:23:41.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate" |
| 7789 | 2025-08-26T21:23:41.640Z | [ recovery-image] Aug 26 21:23:41.616 INFO O| Aug 26 21:23:41.616 INFO STEP 987 (remove_files) COMPLETE |
| 7790 | 2025-08-26T21:23:41.640Z | [ recovery-image] Aug 26 21:23:41.616 INFO O| Aug 26 21:23:41.616 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7791 | 2025-08-26T21:23:41.640Z | [ recovery-image] Aug 26 21:23:41.633 INFO O| Aug 26 21:23:41.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat" |
| 7792 | 2025-08-26T21:23:41.640Z | [ recovery-image] Aug 26 21:23:41.633 INFO O| Aug 26 21:23:41.633 INFO STEP 988 (remove_files) COMPLETE |
| 7793 | 2025-08-26T21:23:41.640Z | [ recovery-image] Aug 26 21:23:41.633 INFO O| Aug 26 21:23:41.633 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7794 | 2025-08-26T21:23:41.666Z | [ recovery-image] Aug 26 21:23:41.664 INFO O| Aug 26 21:23:41.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat" |
| 7795 | 2025-08-26T21:23:41.691Z | [ recovery-image] Aug 26 21:23:41.688 INFO O| Aug 26 21:23:41.688 INFO STEP 989 (remove_files) COMPLETE |
| 7796 | 2025-08-26T21:23:41.691Z | [ recovery-image] Aug 26 21:23:41.688 INFO O| Aug 26 21:23:41.688 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7797 | 2025-08-26T21:23:41.716Z | [ recovery-image] Aug 26 21:23:41.705 INFO O| Aug 26 21:23:41.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat" |
| 7798 | 2025-08-26T21:23:41.716Z | [ recovery-image] Aug 26 21:23:41.705 INFO O| Aug 26 21:23:41.705 INFO STEP 990 (remove_files) COMPLETE |
| 7799 | 2025-08-26T21:23:41.716Z | [ recovery-image] Aug 26 21:23:41.705 INFO O| Aug 26 21:23:41.705 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7800 | 2025-08-26T21:23:41.742Z | [ recovery-image] Aug 26 21:23:41.722 INFO O| Aug 26 21:23:41.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp" |
| 7801 | 2025-08-26T21:23:41.742Z | [ recovery-image] Aug 26 21:23:41.722 INFO O| Aug 26 21:23:41.722 INFO STEP 991 (remove_files) COMPLETE |
| 7802 | 2025-08-26T21:23:41.742Z | [ recovery-image] Aug 26 21:23:41.722 INFO O| Aug 26 21:23:41.722 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7803 | 2025-08-26T21:23:41.742Z | [ recovery-image] Aug 26 21:23:41.739 INFO O| Aug 26 21:23:41.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit" |
| 7804 | 2025-08-26T21:23:41.742Z | [ recovery-image] Aug 26 21:23:41.739 INFO O| Aug 26 21:23:41.739 INFO STEP 992 (remove_files) COMPLETE |
| 7805 | 2025-08-26T21:23:41.742Z | [ recovery-image] Aug 26 21:23:41.739 INFO O| Aug 26 21:23:41.739 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7806 | 2025-08-26T21:23:41.769Z | [ recovery-image] Aug 26 21:23:41.755 INFO O| Aug 26 21:23:41.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig" |
| 7807 | 2025-08-26T21:23:41.769Z | [ recovery-image] Aug 26 21:23:41.755 INFO O| Aug 26 21:23:41.755 INFO STEP 993 (remove_files) COMPLETE |
| 7808 | 2025-08-26T21:23:41.769Z | [ recovery-image] Aug 26 21:23:41.755 INFO O| Aug 26 21:23:41.755 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7809 | 2025-08-26T21:23:41.794Z | [ recovery-image] Aug 26 21:23:41.772 INFO O| Aug 26 21:23:41.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd" |
| 7810 | 2025-08-26T21:23:41.794Z | [ recovery-image] Aug 26 21:23:41.772 INFO O| Aug 26 21:23:41.772 INFO STEP 994 (remove_files) COMPLETE |
| 7811 | 2025-08-26T21:23:41.794Z | [ recovery-image] Aug 26 21:23:41.772 INFO O| Aug 26 21:23:41.772 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7812 | 2025-08-26T21:23:41.794Z | [ recovery-image] Aug 26 21:23:41.789 INFO O| Aug 26 21:23:41.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord" |
| 7813 | 2025-08-26T21:23:41.794Z | [ recovery-image] Aug 26 21:23:41.789 INFO O| Aug 26 21:23:41.789 INFO STEP 995 (remove_files) COMPLETE |
| 7814 | 2025-08-26T21:23:41.794Z | [ recovery-image] Aug 26 21:23:41.789 INFO O| Aug 26 21:23:41.789 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7815 | 2025-08-26T21:23:41.819Z | [ recovery-image] Aug 26 21:23:41.805 INFO O| Aug 26 21:23:41.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce" |
| 7816 | 2025-08-26T21:23:41.819Z | [ recovery-image] Aug 26 21:23:41.805 INFO O| Aug 26 21:23:41.805 INFO STEP 996 (remove_files) COMPLETE |
| 7817 | 2025-08-26T21:23:41.819Z | [ recovery-image] Aug 26 21:23:41.805 INFO O| Aug 26 21:23:41.805 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7818 | 2025-08-26T21:23:41.845Z | [ recovery-image] Aug 26 21:23:41.821 INFO O| Aug 26 21:23:41.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat" |
| 7819 | 2025-08-26T21:23:41.845Z | [ recovery-image] Aug 26 21:23:41.821 INFO O| Aug 26 21:23:41.821 INFO STEP 997 (remove_files) COMPLETE |
| 7820 | 2025-08-26T21:23:41.845Z | [ recovery-image] Aug 26 21:23:41.821 INFO O| Aug 26 21:23:41.821 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7821 | 2025-08-26T21:23:41.845Z | [ recovery-image] Aug 26 21:23:41.837 INFO O| Aug 26 21:23:41.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks" |
| 7822 | 2025-08-26T21:23:41.845Z | [ recovery-image] Aug 26 21:23:41.837 INFO O| Aug 26 21:23:41.837 INFO STEP 998 (remove_files) COMPLETE |
| 7823 | 2025-08-26T21:23:41.845Z | [ recovery-image] Aug 26 21:23:41.837 INFO O| Aug 26 21:23:41.837 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7824 | 2025-08-26T21:23:41.870Z | [ recovery-image] Aug 26 21:23:41.854 INFO O| Aug 26 21:23:41.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve" |
| 7825 | 2025-08-26T21:23:41.870Z | [ recovery-image] Aug 26 21:23:41.854 INFO O| Aug 26 21:23:41.854 INFO STEP 999 (remove_files) COMPLETE |
| 7826 | 2025-08-26T21:23:41.870Z | [ recovery-image] Aug 26 21:23:41.854 INFO O| Aug 26 21:23:41.854 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7827 | 2025-08-26T21:23:41.896Z | [ recovery-image] Aug 26 21:23:41.873 INFO O| Aug 26 21:23:41.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl" |
| 7828 | 2025-08-26T21:23:41.896Z | [ recovery-image] Aug 26 21:23:41.874 INFO O| Aug 26 21:23:41.873 INFO STEP 1000 (remove_files) COMPLETE |
| 7829 | 2025-08-26T21:23:41.896Z | [ recovery-image] Aug 26 21:23:41.874 INFO O| Aug 26 21:23:41.873 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7830 | 2025-08-26T21:23:41.896Z | [ recovery-image] Aug 26 21:23:41.892 INFO O| Aug 26 21:23:41.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm" |
| 7831 | 2025-08-26T21:23:41.896Z | [ recovery-image] Aug 26 21:23:41.892 INFO O| Aug 26 21:23:41.892 INFO STEP 1001 (remove_files) COMPLETE |
| 7832 | 2025-08-26T21:23:41.896Z | [ recovery-image] Aug 26 21:23:41.892 INFO O| Aug 26 21:23:41.892 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7833 | 2025-08-26T21:23:41.921Z | [ recovery-image] Aug 26 21:23:41.907 INFO O| Aug 26 21:23:41.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd" |
| 7834 | 2025-08-26T21:23:41.921Z | [ recovery-image] Aug 26 21:23:41.908 INFO O| Aug 26 21:23:41.908 INFO STEP 1002 (remove_files) COMPLETE |
| 7835 | 2025-08-26T21:23:41.921Z | [ recovery-image] Aug 26 21:23:41.908 INFO O| Aug 26 21:23:41.908 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7836 | 2025-08-26T21:23:41.947Z | [ recovery-image] Aug 26 21:23:41.924 INFO O| Aug 26 21:23:41.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot" |
| 7837 | 2025-08-26T21:23:41.947Z | [ recovery-image] Aug 26 21:23:41.924 INFO O| Aug 26 21:23:41.924 INFO STEP 1003 (remove_files) COMPLETE |
| 7838 | 2025-08-26T21:23:41.947Z | [ recovery-image] Aug 26 21:23:41.924 INFO O| Aug 26 21:23:41.924 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7839 | 2025-08-26T21:23:41.947Z | [ recovery-image] Aug 26 21:23:41.941 INFO O| Aug 26 21:23:41.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks" |
| 7840 | 2025-08-26T21:23:41.947Z | [ recovery-image] Aug 26 21:23:41.941 INFO O| Aug 26 21:23:41.941 INFO STEP 1004 (remove_files) COMPLETE |
| 7841 | 2025-08-26T21:23:41.947Z | [ recovery-image] Aug 26 21:23:41.941 INFO O| Aug 26 21:23:41.941 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7842 | 2025-08-26T21:23:41.972Z | [ recovery-image] Aug 26 21:23:41.956 INFO O| Aug 26 21:23:41.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo" |
| 7843 | 2025-08-26T21:23:41.972Z | [ recovery-image] Aug 26 21:23:41.956 INFO O| Aug 26 21:23:41.956 INFO STEP 1005 (remove_files) COMPLETE |
| 7844 | 2025-08-26T21:23:41.972Z | [ recovery-image] Aug 26 21:23:41.956 INFO O| Aug 26 21:23:41.956 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7845 | 2025-08-26T21:23:41.972Z | [ recovery-image] Aug 26 21:23:41.973 INFO O| Aug 26 21:23:41.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri" |
| 7846 | 2025-08-26T21:23:41.972Z | [ recovery-image] Aug 26 21:23:41.973 INFO O| Aug 26 21:23:41.973 INFO STEP 1006 (remove_files) COMPLETE |
| 7847 | 2025-08-26T21:23:41.972Z | [ recovery-image] Aug 26 21:23:41.973 INFO O| Aug 26 21:23:41.973 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7848 | 2025-08-26T21:23:41.998Z | [ recovery-image] Aug 26 21:23:41.992 INFO O| Aug 26 21:23:41.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm" |
| 7849 | 2025-08-26T21:23:41.998Z | [ recovery-image] Aug 26 21:23:41.992 INFO O| Aug 26 21:23:41.992 INFO STEP 1007 (remove_files) COMPLETE |
| 7850 | 2025-08-26T21:23:41.998Z | [ recovery-image] Aug 26 21:23:41.992 INFO O| Aug 26 21:23:41.992 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7851 | 2025-08-26T21:23:42.023Z | [ recovery-image] Aug 26 21:23:42.010 INFO O| Aug 26 21:23:42.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd" |
| 7852 | 2025-08-26T21:23:42.023Z | [ recovery-image] Aug 26 21:23:42.010 INFO O| Aug 26 21:23:42.010 INFO STEP 1008 (remove_files) COMPLETE |
| 7853 | 2025-08-26T21:23:42.023Z | [ recovery-image] Aug 26 21:23:42.010 INFO O| Aug 26 21:23:42.010 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7854 | 2025-08-26T21:23:42.048Z | [ recovery-image] Aug 26 21:23:42.025 INFO O| Aug 26 21:23:42.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat" |
| 7855 | 2025-08-26T21:23:42.048Z | [ recovery-image] Aug 26 21:23:42.026 INFO O| Aug 26 21:23:42.026 INFO STEP 1009 (remove_files) COMPLETE |
| 7856 | 2025-08-26T21:23:42.048Z | [ recovery-image] Aug 26 21:23:42.026 INFO O| Aug 26 21:23:42.026 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7857 | 2025-08-26T21:23:42.048Z | [ recovery-image] Aug 26 21:23:42.040 INFO O| Aug 26 21:23:42.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate" |
| 7858 | 2025-08-26T21:23:42.048Z | [ recovery-image] Aug 26 21:23:42.040 INFO O| Aug 26 21:23:42.040 INFO STEP 1010 (remove_files) COMPLETE |
| 7859 | 2025-08-26T21:23:42.048Z | [ recovery-image] Aug 26 21:23:42.040 INFO O| Aug 26 21:23:42.040 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7860 | 2025-08-26T21:23:42.074Z | [ recovery-image] Aug 26 21:23:42.061 INFO O| Aug 26 21:23:42.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo" |
| 7861 | 2025-08-26T21:23:42.074Z | [ recovery-image] Aug 26 21:23:42.061 INFO O| Aug 26 21:23:42.061 INFO STEP 1011 (remove_files) COMPLETE |
| 7862 | 2025-08-26T21:23:42.074Z | [ recovery-image] Aug 26 21:23:42.062 INFO O| Aug 26 21:23:42.061 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7863 | 2025-08-26T21:23:42.099Z | [ recovery-image] Aug 26 21:23:42.075 INFO O| Aug 26 21:23:42.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks" |
| 7864 | 2025-08-26T21:23:42.100Z | [ recovery-image] Aug 26 21:23:42.076 INFO O| Aug 26 21:23:42.075 INFO STEP 1012 (remove_files) COMPLETE |
| 7865 | 2025-08-26T21:23:42.100Z | [ recovery-image] Aug 26 21:23:42.076 INFO O| Aug 26 21:23:42.075 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7866 | 2025-08-26T21:23:42.100Z | [ recovery-image] Aug 26 21:23:42.089 INFO O| Aug 26 21:23:42.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df" |
| 7867 | 2025-08-26T21:23:42.100Z | [ recovery-image] Aug 26 21:23:42.089 INFO O| Aug 26 21:23:42.089 INFO STEP 1013 (remove_files) COMPLETE |
| 7868 | 2025-08-26T21:23:42.100Z | [ recovery-image] Aug 26 21:23:42.089 INFO O| Aug 26 21:23:42.089 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7869 | 2025-08-26T21:23:42.125Z | [ recovery-image] Aug 26 21:23:42.104 INFO O| Aug 26 21:23:42.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts" |
| 7870 | 2025-08-26T21:23:42.125Z | [ recovery-image] Aug 26 21:23:42.104 INFO O| Aug 26 21:23:42.104 INFO STEP 1014 (remove_files) COMPLETE |
| 7871 | 2025-08-26T21:23:42.125Z | [ recovery-image] Aug 26 21:23:42.104 INFO O| Aug 26 21:23:42.104 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7872 | 2025-08-26T21:23:42.151Z | [ recovery-image] Aug 26 21:23:42.129 INFO O| Aug 26 21:23:42.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares" |
| 7873 | 2025-08-26T21:23:42.151Z | [ recovery-image] Aug 26 21:23:42.129 INFO O| Aug 26 21:23:42.129 INFO STEP 1015 (remove_files) COMPLETE |
| 7874 | 2025-08-26T21:23:42.151Z | [ recovery-image] Aug 26 21:23:42.129 INFO O| Aug 26 21:23:42.129 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7875 | 2025-08-26T21:23:42.151Z | [ recovery-image] Aug 26 21:23:42.148 INFO O| Aug 26 21:23:42.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks" |
| 7876 | 2025-08-26T21:23:42.151Z | [ recovery-image] Aug 26 21:23:42.148 INFO O| Aug 26 21:23:42.148 INFO STEP 1016 (remove_files) COMPLETE |
| 7877 | 2025-08-26T21:23:42.151Z | [ recovery-image] Aug 26 21:23:42.148 INFO O| Aug 26 21:23:42.148 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7878 | 2025-08-26T21:23:42.176Z | [ recovery-image] Aug 26 21:23:42.169 INFO O| Aug 26 21:23:42.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin" |
| 7879 | 2025-08-26T21:23:42.176Z | [ recovery-image] Aug 26 21:23:42.169 INFO O| Aug 26 21:23:42.169 INFO STEP 1017 (remove_files) COMPLETE |
| 7880 | 2025-08-26T21:23:42.176Z | [ recovery-image] Aug 26 21:23:42.169 INFO O| Aug 26 21:23:42.169 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7881 | 2025-08-26T21:23:42.201Z | [ recovery-image] Aug 26 21:23:42.188 INFO O| Aug 26 21:23:42.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo" |
| 7882 | 2025-08-26T21:23:42.201Z | [ recovery-image] Aug 26 21:23:42.188 INFO O| Aug 26 21:23:42.188 INFO STEP 1018 (remove_files) COMPLETE |
| 7883 | 2025-08-26T21:23:42.201Z | [ recovery-image] Aug 26 21:23:42.188 INFO O| Aug 26 21:23:42.188 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7884 | 2025-08-26T21:23:42.226Z | [ recovery-image] Aug 26 21:23:42.203 INFO O| Aug 26 21:23:42.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig" |
| 7885 | 2025-08-26T21:23:42.226Z | [ recovery-image] Aug 26 21:23:42.203 INFO O| Aug 26 21:23:42.203 INFO STEP 1019 (remove_files) COMPLETE |
| 7886 | 2025-08-26T21:23:42.226Z | [ recovery-image] Aug 26 21:23:42.203 INFO O| Aug 26 21:23:42.203 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7887 | 2025-08-26T21:23:42.226Z | [ recovery-image] Aug 26 21:23:42.217 INFO O| Aug 26 21:23:42.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom" |
| 7888 | 2025-08-26T21:23:42.226Z | [ recovery-image] Aug 26 21:23:42.217 INFO O| Aug 26 21:23:42.217 INFO STEP 1020 (remove_files) COMPLETE |
| 7889 | 2025-08-26T21:23:42.226Z | [ recovery-image] Aug 26 21:23:42.217 INFO O| Aug 26 21:23:42.217 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7890 | 2025-08-26T21:23:42.263Z | [ recovery-image] Aug 26 21:23:42.235 INFO O| Aug 26 21:23:42.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff" |
| 7891 | 2025-08-26T21:23:42.263Z | [ recovery-image] Aug 26 21:23:42.235 INFO O| Aug 26 21:23:42.235 INFO STEP 1021 (remove_files) COMPLETE |
| 7892 | 2025-08-26T21:23:42.263Z | [ recovery-image] Aug 26 21:23:42.235 INFO O| Aug 26 21:23:42.235 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7893 | 2025-08-26T21:23:42.263Z | [ recovery-image] Aug 26 21:23:42.252 INFO O| Aug 26 21:23:42.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm" |
| 7894 | 2025-08-26T21:23:42.288Z | [ recovery-image] Aug 26 21:23:42.252 INFO O| Aug 26 21:23:42.252 INFO STEP 1022 (remove_files) COMPLETE |
| 7895 | 2025-08-26T21:23:42.289Z | [ recovery-image] Aug 26 21:23:42.252 INFO O| Aug 26 21:23:42.252 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7896 | 2025-08-26T21:23:42.289Z | [ recovery-image] Aug 26 21:23:42.269 INFO O| Aug 26 21:23:42.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump" |
| 7897 | 2025-08-26T21:23:42.289Z | [ recovery-image] Aug 26 21:23:42.269 INFO O| Aug 26 21:23:42.269 INFO STEP 1023 (remove_files) COMPLETE |
| 7898 | 2025-08-26T21:23:42.289Z | [ recovery-image] Aug 26 21:23:42.269 INFO O| Aug 26 21:23:42.269 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7899 | 2025-08-26T21:23:42.289Z | [ recovery-image] Aug 26 21:23:42.288 INFO O| Aug 26 21:23:42.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat" |
| 7900 | 2025-08-26T21:23:42.289Z | [ recovery-image] Aug 26 21:23:42.288 INFO O| Aug 26 21:23:42.288 INFO STEP 1024 (remove_files) COMPLETE |
| 7901 | 2025-08-26T21:23:42.289Z | [ recovery-image] Aug 26 21:23:42.288 INFO O| Aug 26 21:23:42.288 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7902 | 2025-08-26T21:23:42.314Z | [ recovery-image] Aug 26 21:23:42.305 INFO O| Aug 26 21:23:42.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard" |
| 7903 | 2025-08-26T21:23:42.314Z | [ recovery-image] Aug 26 21:23:42.305 INFO O| Aug 26 21:23:42.305 INFO STEP 1025 (remove_files) COMPLETE |
| 7904 | 2025-08-26T21:23:42.314Z | [ recovery-image] Aug 26 21:23:42.305 INFO O| Aug 26 21:23:42.305 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7905 | 2025-08-26T21:23:42.340Z | [ recovery-image] Aug 26 21:23:42.324 INFO O| Aug 26 21:23:42.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format" |
| 7906 | 2025-08-26T21:23:42.341Z | [ recovery-image] Aug 26 21:23:42.324 INFO O| Aug 26 21:23:42.324 INFO STEP 1026 (remove_files) COMPLETE |
| 7907 | 2025-08-26T21:23:42.341Z | [ recovery-image] Aug 26 21:23:42.324 INFO O| Aug 26 21:23:42.324 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7908 | 2025-08-26T21:23:42.341Z | [ recovery-image] Aug 26 21:23:42.340 INFO O| Aug 26 21:23:42.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck" |
| 7909 | 2025-08-26T21:23:42.341Z | [ recovery-image] Aug 26 21:23:42.340 INFO O| Aug 26 21:23:42.340 INFO STEP 1027 (remove_files) COMPLETE |
| 7910 | 2025-08-26T21:23:42.341Z | [ recovery-image] Aug 26 21:23:42.340 INFO O| Aug 26 21:23:42.340 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7911 | 2025-08-26T21:23:42.367Z | [ recovery-image] Aug 26 21:23:42.360 INFO O| Aug 26 21:23:42.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser" |
| 7912 | 2025-08-26T21:23:42.367Z | [ recovery-image] Aug 26 21:23:42.360 INFO O| Aug 26 21:23:42.360 INFO STEP 1028 (remove_files) COMPLETE |
| 7913 | 2025-08-26T21:23:42.367Z | [ recovery-image] Aug 26 21:23:42.360 INFO O| Aug 26 21:23:42.360 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7914 | 2025-08-26T21:23:42.393Z | [ recovery-image] Aug 26 21:23:42.379 INFO O| Aug 26 21:23:42.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy" |
| 7915 | 2025-08-26T21:23:42.394Z | [ recovery-image] Aug 26 21:23:42.379 INFO O| Aug 26 21:23:42.379 INFO STEP 1029 (remove_files) COMPLETE |
| 7916 | 2025-08-26T21:23:42.394Z | [ recovery-image] Aug 26 21:23:42.379 INFO O| Aug 26 21:23:42.379 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7917 | 2025-08-26T21:23:42.394Z | [ recovery-image] Aug 26 21:23:42.393 INFO O| Aug 26 21:23:42.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor" |
| 7918 | 2025-08-26T21:23:42.394Z | [ recovery-image] Aug 26 21:23:42.393 INFO O| Aug 26 21:23:42.393 INFO STEP 1030 (remove_files) COMPLETE |
| 7919 | 2025-08-26T21:23:42.394Z | [ recovery-image] Aug 26 21:23:42.393 INFO O| Aug 26 21:23:42.393 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7920 | 2025-08-26T21:23:42.419Z | [ recovery-image] Aug 26 21:23:42.407 INFO O| Aug 26 21:23:42.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd" |
| 7921 | 2025-08-26T21:23:42.419Z | [ recovery-image] Aug 26 21:23:42.407 INFO O| Aug 26 21:23:42.407 INFO STEP 1031 (remove_files) COMPLETE |
| 7922 | 2025-08-26T21:23:42.419Z | [ recovery-image] Aug 26 21:23:42.407 INFO O| Aug 26 21:23:42.407 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7923 | 2025-08-26T21:23:42.444Z | [ recovery-image] Aug 26 21:23:42.422 INFO O| Aug 26 21:23:42.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel" |
| 7924 | 2025-08-26T21:23:42.444Z | [ recovery-image] Aug 26 21:23:42.423 INFO O| Aug 26 21:23:42.423 INFO STEP 1032 (remove_files) COMPLETE |
| 7925 | 2025-08-26T21:23:42.444Z | [ recovery-image] Aug 26 21:23:42.423 INFO O| Aug 26 21:23:42.423 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7926 | 2025-08-26T21:23:42.444Z | [ recovery-image] Aug 26 21:23:42.436 INFO O| Aug 26 21:23:42.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod" |
| 7927 | 2025-08-26T21:23:42.444Z | [ recovery-image] Aug 26 21:23:42.437 INFO O| Aug 26 21:23:42.437 INFO STEP 1033 (remove_files) COMPLETE |
| 7928 | 2025-08-26T21:23:42.444Z | [ recovery-image] Aug 26 21:23:42.437 INFO O| Aug 26 21:23:42.437 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7929 | 2025-08-26T21:23:42.469Z | [ recovery-image] Aug 26 21:23:42.449 INFO O| Aug 26 21:23:42.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs" |
| 7930 | 2025-08-26T21:23:42.469Z | [ recovery-image] Aug 26 21:23:42.450 INFO O| Aug 26 21:23:42.450 INFO STEP 1034 (remove_files) COMPLETE |
| 7931 | 2025-08-26T21:23:42.469Z | [ recovery-image] Aug 26 21:23:42.450 INFO O| Aug 26 21:23:42.450 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7932 | 2025-08-26T21:23:42.469Z | [ recovery-image] Aug 26 21:23:42.462 INFO O| Aug 26 21:23:42.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck" |
| 7933 | 2025-08-26T21:23:42.469Z | [ recovery-image] Aug 26 21:23:42.462 INFO O| Aug 26 21:23:42.462 INFO STEP 1035 (remove_files) COMPLETE |
| 7934 | 2025-08-26T21:23:42.469Z | [ recovery-image] Aug 26 21:23:42.462 INFO O| Aug 26 21:23:42.462 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7935 | 2025-08-26T21:23:42.495Z | [ recovery-image] Aug 26 21:23:42.475 INFO O| Aug 26 21:23:42.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred" |
| 7936 | 2025-08-26T21:23:42.495Z | [ recovery-image] Aug 26 21:23:42.475 INFO O| Aug 26 21:23:42.475 INFO STEP 1036 (remove_files) COMPLETE |
| 7937 | 2025-08-26T21:23:42.495Z | [ recovery-image] Aug 26 21:23:42.475 INFO O| Aug 26 21:23:42.475 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7938 | 2025-08-26T21:23:42.495Z | [ recovery-image] Aug 26 21:23:42.488 INFO O| Aug 26 21:23:42.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt" |
| 7939 | 2025-08-26T21:23:42.495Z | [ recovery-image] Aug 26 21:23:42.489 INFO O| Aug 26 21:23:42.488 INFO STEP 1037 (remove_files) COMPLETE |
| 7940 | 2025-08-26T21:23:42.495Z | [ recovery-image] Aug 26 21:23:42.489 INFO O| Aug 26 21:23:42.489 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7941 | 2025-08-26T21:23:42.521Z | [ recovery-image] Aug 26 21:23:42.502 INFO O| Aug 26 21:23:42.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug" |
| 7942 | 2025-08-26T21:23:42.521Z | [ recovery-image] Aug 26 21:23:42.502 INFO O| Aug 26 21:23:42.502 INFO STEP 1038 (remove_files) COMPLETE |
| 7943 | 2025-08-26T21:23:42.521Z | [ recovery-image] Aug 26 21:23:42.502 INFO O| Aug 26 21:23:42.502 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7944 | 2025-08-26T21:23:42.521Z | [ recovery-image] Aug 26 21:23:42.516 INFO O| Aug 26 21:23:42.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl" |
| 7945 | 2025-08-26T21:23:42.521Z | [ recovery-image] Aug 26 21:23:42.516 INFO O| Aug 26 21:23:42.516 INFO STEP 1039 (remove_files) COMPLETE |
| 7946 | 2025-08-26T21:23:42.521Z | [ recovery-image] Aug 26 21:23:42.516 INFO O| Aug 26 21:23:42.516 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7947 | 2025-08-26T21:23:42.548Z | [ recovery-image] Aug 26 21:23:42.529 INFO O| Aug 26 21:23:42.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap" |
| 7948 | 2025-08-26T21:23:42.548Z | [ recovery-image] Aug 26 21:23:42.529 INFO O| Aug 26 21:23:42.529 INFO STEP 1040 (remove_files) COMPLETE |
| 7949 | 2025-08-26T21:23:42.548Z | [ recovery-image] Aug 26 21:23:42.529 INFO O| Aug 26 21:23:42.529 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7950 | 2025-08-26T21:23:42.548Z | [ recovery-image] Aug 26 21:23:42.542 INFO O| Aug 26 21:23:42.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm" |
| 7951 | 2025-08-26T21:23:42.548Z | [ recovery-image] Aug 26 21:23:42.542 INFO O| Aug 26 21:23:42.542 INFO STEP 1041 (remove_files) COMPLETE |
| 7952 | 2025-08-26T21:23:42.548Z | [ recovery-image] Aug 26 21:23:42.542 INFO O| Aug 26 21:23:42.542 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7953 | 2025-08-26T21:23:42.573Z | [ recovery-image] Aug 26 21:23:42.557 INFO O| Aug 26 21:23:42.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm" |
| 7954 | 2025-08-26T21:23:42.573Z | [ recovery-image] Aug 26 21:23:42.557 INFO O| Aug 26 21:23:42.557 INFO STEP 1042 (remove_files) COMPLETE |
| 7955 | 2025-08-26T21:23:42.573Z | [ recovery-image] Aug 26 21:23:42.557 INFO O| Aug 26 21:23:42.557 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7956 | 2025-08-26T21:23:42.598Z | [ recovery-image] Aug 26 21:23:42.577 INFO O| Aug 26 21:23:42.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert" |
| 7957 | 2025-08-26T21:23:42.598Z | [ recovery-image] Aug 26 21:23:42.577 INFO O| Aug 26 21:23:42.577 INFO STEP 1043 (remove_files) COMPLETE |
| 7958 | 2025-08-26T21:23:42.598Z | [ recovery-image] Aug 26 21:23:42.577 INFO O| Aug 26 21:23:42.577 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7959 | 2025-08-26T21:23:42.598Z | [ recovery-image] Aug 26 21:23:42.598 INFO O| Aug 26 21:23:42.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc" |
| 7960 | 2025-08-26T21:23:42.598Z | [ recovery-image] Aug 26 21:23:42.598 INFO O| Aug 26 21:23:42.598 INFO STEP 1044 (remove_files) COMPLETE |
| 7961 | 2025-08-26T21:23:42.598Z | [ recovery-image] Aug 26 21:23:42.598 INFO O| Aug 26 21:23:42.598 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7962 | 2025-08-26T21:23:42.623Z | [ recovery-image] Aug 26 21:23:42.621 INFO O| Aug 26 21:23:42.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed" |
| 7963 | 2025-08-26T21:23:42.623Z | [ recovery-image] Aug 26 21:23:42.622 INFO O| Aug 26 21:23:42.622 INFO STEP 1045 (remove_files) COMPLETE |
| 7964 | 2025-08-26T21:23:42.624Z | [ recovery-image] Aug 26 21:23:42.622 INFO O| Aug 26 21:23:42.622 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7965 | 2025-08-26T21:23:42.650Z | [ recovery-image] Aug 26 21:23:42.643 INFO O| Aug 26 21:23:42.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm" |
| 7966 | 2025-08-26T21:23:42.650Z | [ recovery-image] Aug 26 21:23:42.643 INFO O| Aug 26 21:23:42.643 INFO STEP 1046 (remove_files) COMPLETE |
| 7967 | 2025-08-26T21:23:42.650Z | [ recovery-image] Aug 26 21:23:42.643 INFO O| Aug 26 21:23:42.643 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7968 | 2025-08-26T21:23:42.677Z | [ recovery-image] Aug 26 21:23:42.665 INFO O| Aug 26 21:23:42.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv" |
| 7969 | 2025-08-26T21:23:42.677Z | [ recovery-image] Aug 26 21:23:42.665 INFO O| Aug 26 21:23:42.665 INFO STEP 1047 (remove_files) COMPLETE |
| 7970 | 2025-08-26T21:23:42.677Z | [ recovery-image] Aug 26 21:23:42.665 INFO O| Aug 26 21:23:42.665 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7971 | 2025-08-26T21:23:42.724Z | [ recovery-image] Aug 26 21:23:42.687 INFO O| Aug 26 21:23:42.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install" |
| 7972 | 2025-08-26T21:23:42.724Z | [ recovery-image] Aug 26 21:23:42.687 INFO O| Aug 26 21:23:42.687 INFO STEP 1048 (remove_files) COMPLETE |
| 7973 | 2025-08-26T21:23:42.724Z | [ recovery-image] Aug 26 21:23:42.687 INFO O| Aug 26 21:23:42.687 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7974 | 2025-08-26T21:23:42.724Z | [ recovery-image] Aug 26 21:23:42.708 INFO O| Aug 26 21:23:42.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot" |
| 7975 | 2025-08-26T21:23:42.724Z | [ recovery-image] Aug 26 21:23:42.709 INFO O| Aug 26 21:23:42.709 INFO STEP 1049 (remove_files) COMPLETE |
| 7976 | 2025-08-26T21:23:42.724Z | [ recovery-image] Aug 26 21:23:42.709 INFO O| Aug 26 21:23:42.709 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7977 | 2025-08-26T21:23:42.756Z | [ recovery-image] Aug 26 21:23:42.731 INFO O| Aug 26 21:23:42.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf" |
| 7978 | 2025-08-26T21:23:42.756Z | [ recovery-image] Aug 26 21:23:42.731 INFO O| Aug 26 21:23:42.731 INFO STEP 1050 (remove_files) COMPLETE |
| 7979 | 2025-08-26T21:23:42.756Z | [ recovery-image] Aug 26 21:23:42.731 INFO O| Aug 26 21:23:42.731 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7980 | 2025-08-26T21:23:42.756Z | [ recovery-image] Aug 26 21:23:42.751 INFO O| Aug 26 21:23:42.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat" |
| 7981 | 2025-08-26T21:23:42.756Z | [ recovery-image] Aug 26 21:23:42.751 INFO O| Aug 26 21:23:42.751 INFO STEP 1051 (remove_files) COMPLETE |
| 7982 | 2025-08-26T21:23:42.756Z | [ recovery-image] Aug 26 21:23:42.751 INFO O| Aug 26 21:23:42.751 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7983 | 2025-08-26T21:23:42.782Z | [ recovery-image] Aug 26 21:23:42.773 INFO O| Aug 26 21:23:42.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs" |
| 7984 | 2025-08-26T21:23:42.782Z | [ recovery-image] Aug 26 21:23:42.773 INFO O| Aug 26 21:23:42.773 INFO STEP 1052 (remove_files) COMPLETE |
| 7985 | 2025-08-26T21:23:42.782Z | [ recovery-image] Aug 26 21:23:42.773 INFO O| Aug 26 21:23:42.773 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7986 | 2025-08-26T21:23:42.807Z | [ recovery-image] Aug 26 21:23:42.802 INFO O| Aug 26 21:23:42.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf" |
| 7987 | 2025-08-26T21:23:42.807Z | [ recovery-image] Aug 26 21:23:42.802 INFO O| Aug 26 21:23:42.802 INFO STEP 1053 (remove_files) COMPLETE |
| 7988 | 2025-08-26T21:23:42.807Z | [ recovery-image] Aug 26 21:23:42.802 INFO O| Aug 26 21:23:42.802 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7989 | 2025-08-26T21:23:42.832Z | [ recovery-image] Aug 26 21:23:42.818 INFO O| Aug 26 21:23:42.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey" |
| 7990 | 2025-08-26T21:23:42.832Z | [ recovery-image] Aug 26 21:23:42.818 INFO O| Aug 26 21:23:42.818 INFO STEP 1054 (remove_files) COMPLETE |
| 7991 | 2025-08-26T21:23:42.832Z | [ recovery-image] Aug 26 21:23:42.818 INFO O| Aug 26 21:23:42.818 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7992 | 2025-08-26T21:23:42.874Z | [ recovery-image] Aug 26 21:23:42.836 INFO O| Aug 26 21:23:42.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv" |
| 7993 | 2025-08-26T21:23:42.874Z | [ recovery-image] Aug 26 21:23:42.836 INFO O| Aug 26 21:23:42.836 INFO STEP 1055 (remove_files) COMPLETE |
| 7994 | 2025-08-26T21:23:42.874Z | [ recovery-image] Aug 26 21:23:42.836 INFO O| Aug 26 21:23:42.836 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7995 | 2025-08-26T21:23:42.874Z | [ recovery-image] Aug 26 21:23:42.859 INFO O| Aug 26 21:23:42.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall" |
| 7996 | 2025-08-26T21:23:42.874Z | [ recovery-image] Aug 26 21:23:42.859 INFO O| Aug 26 21:23:42.859 INFO STEP 1056 (remove_files) COMPLETE |
| 7997 | 2025-08-26T21:23:42.874Z | [ recovery-image] Aug 26 21:23:42.859 INFO O| Aug 26 21:23:42.859 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7998 | 2025-08-26T21:23:42.900Z | [ recovery-image] Aug 26 21:23:42.878 INFO O| Aug 26 21:23:42.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link" |
| 7999 | 2025-08-26T21:23:42.900Z | [ recovery-image] Aug 26 21:23:42.878 INFO O| Aug 26 21:23:42.878 INFO STEP 1057 (remove_files) COMPLETE |
| 8000 | 2025-08-26T21:23:42.900Z | [ recovery-image] Aug 26 21:23:42.878 INFO O| Aug 26 21:23:42.878 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8001 | 2025-08-26T21:23:42.900Z | [ recovery-image] Aug 26 21:23:42.897 INFO O| Aug 26 21:23:42.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices" |
| 8002 | 2025-08-26T21:23:42.900Z | [ recovery-image] Aug 26 21:23:42.897 INFO O| Aug 26 21:23:42.897 INFO STEP 1058 (remove_files) COMPLETE |
| 8003 | 2025-08-26T21:23:42.900Z | [ recovery-image] Aug 26 21:23:42.897 INFO O| Aug 26 21:23:42.897 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8004 | 2025-08-26T21:23:42.925Z | [ recovery-image] Aug 26 21:23:42.913 INFO O| Aug 26 21:23:42.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator" |
| 8005 | 2025-08-26T21:23:42.925Z | [ recovery-image] Aug 26 21:23:42.913 INFO O| Aug 26 21:23:42.913 INFO STEP 1059 (remove_files) COMPLETE |
| 8006 | 2025-08-26T21:23:42.925Z | [ recovery-image] Aug 26 21:23:42.913 INFO O| Aug 26 21:23:42.913 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8007 | 2025-08-26T21:23:42.950Z | [ recovery-image] Aug 26 21:23:42.928 INFO O| Aug 26 21:23:42.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat" |
| 8008 | 2025-08-26T21:23:42.950Z | [ recovery-image] Aug 26 21:23:42.928 INFO O| Aug 26 21:23:42.928 INFO STEP 1060 (remove_files) COMPLETE |
| 8009 | 2025-08-26T21:23:42.950Z | [ recovery-image] Aug 26 21:23:42.928 INFO O| Aug 26 21:23:42.928 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8010 | 2025-08-26T21:23:42.950Z | [ recovery-image] Aug 26 21:23:42.947 INFO O| Aug 26 21:23:42.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm" |
| 8011 | 2025-08-26T21:23:42.950Z | [ recovery-image] Aug 26 21:23:42.947 INFO O| Aug 26 21:23:42.947 INFO STEP 1061 (remove_files) COMPLETE |
| 8012 | 2025-08-26T21:23:42.950Z | [ recovery-image] Aug 26 21:23:42.947 INFO O| Aug 26 21:23:42.947 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8013 | 2025-08-26T21:23:42.975Z | [ recovery-image] Aug 26 21:23:42.962 INFO O| Aug 26 21:23:42.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm" |
| 8014 | 2025-08-26T21:23:42.975Z | [ recovery-image] Aug 26 21:23:42.962 INFO O| Aug 26 21:23:42.962 INFO STEP 1062 (remove_files) COMPLETE |
| 8015 | 2025-08-26T21:23:42.975Z | [ recovery-image] Aug 26 21:23:42.962 INFO O| Aug 26 21:23:42.962 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8016 | 2025-08-26T21:23:43.000Z | [ recovery-image] Aug 26 21:23:42.976 INFO O| Aug 26 21:23:42.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm" |
| 8017 | 2025-08-26T21:23:43.000Z | [ recovery-image] Aug 26 21:23:42.977 INFO O| Aug 26 21:23:42.977 INFO STEP 1063 (remove_files) COMPLETE |
| 8018 | 2025-08-26T21:23:43.000Z | [ recovery-image] Aug 26 21:23:42.977 INFO O| Aug 26 21:23:42.977 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8019 | 2025-08-26T21:23:43.000Z | [ recovery-image] Aug 26 21:23:42.990 INFO O| Aug 26 21:23:42.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc" |
| 8020 | 2025-08-26T21:23:43.000Z | [ recovery-image] Aug 26 21:23:42.991 INFO O| Aug 26 21:23:42.991 INFO STEP 1064 (remove_files) COMPLETE |
| 8021 | 2025-08-26T21:23:43.001Z | [ recovery-image] Aug 26 21:23:42.991 INFO O| Aug 26 21:23:42.991 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8022 | 2025-08-26T21:23:43.027Z | [ recovery-image] Aug 26 21:23:43.013 INFO O| Aug 26 21:23:43.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps" |
| 8023 | 2025-08-26T21:23:43.027Z | [ recovery-image] Aug 26 21:23:43.013 INFO O| Aug 26 21:23:43.013 INFO STEP 1065 (remove_files) COMPLETE |
| 8024 | 2025-08-26T21:23:43.027Z | [ recovery-image] Aug 26 21:23:43.013 INFO O| Aug 26 21:23:43.013 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8025 | 2025-08-26T21:23:43.052Z | [ recovery-image] Aug 26 21:23:43.030 INFO O| Aug 26 21:23:43.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile" |
| 8026 | 2025-08-26T21:23:43.052Z | [ recovery-image] Aug 26 21:23:43.031 INFO O| Aug 26 21:23:43.031 INFO STEP 1066 (remove_files) COMPLETE |
| 8027 | 2025-08-26T21:23:43.052Z | [ recovery-image] Aug 26 21:23:43.031 INFO O| Aug 26 21:23:43.031 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8028 | 2025-08-26T21:23:43.052Z | [ recovery-image] Aug 26 21:23:43.051 INFO O| Aug 26 21:23:43.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod" |
| 8029 | 2025-08-26T21:23:43.052Z | [ recovery-image] Aug 26 21:23:43.051 INFO O| Aug 26 21:23:43.051 INFO STEP 1067 (remove_files) COMPLETE |
| 8030 | 2025-08-26T21:23:43.052Z | [ recovery-image] Aug 26 21:23:43.051 INFO O| Aug 26 21:23:43.051 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8031 | 2025-08-26T21:23:43.077Z | [ recovery-image] Aug 26 21:23:43.069 INFO O| Aug 26 21:23:43.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo" |
| 8032 | 2025-08-26T21:23:43.077Z | [ recovery-image] Aug 26 21:23:43.069 INFO O| Aug 26 21:23:43.069 INFO STEP 1068 (remove_files) COMPLETE |
| 8033 | 2025-08-26T21:23:43.077Z | [ recovery-image] Aug 26 21:23:43.069 INFO O| Aug 26 21:23:43.069 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8034 | 2025-08-26T21:23:43.104Z | [ recovery-image] Aug 26 21:23:43.084 INFO O| Aug 26 21:23:43.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload" |
| 8035 | 2025-08-26T21:23:43.104Z | [ recovery-image] Aug 26 21:23:43.085 INFO O| Aug 26 21:23:43.085 INFO STEP 1069 (remove_files) COMPLETE |
| 8036 | 2025-08-26T21:23:43.104Z | [ recovery-image] Aug 26 21:23:43.085 INFO O| Aug 26 21:23:43.085 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8037 | 2025-08-26T21:23:43.104Z | [ recovery-image] Aug 26 21:23:43.099 INFO O| Aug 26 21:23:43.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall" |
| 8038 | 2025-08-26T21:23:43.104Z | [ recovery-image] Aug 26 21:23:43.099 INFO O| Aug 26 21:23:43.099 INFO STEP 1070 (remove_files) COMPLETE |
| 8039 | 2025-08-26T21:23:43.104Z | [ recovery-image] Aug 26 21:23:43.099 INFO O| Aug 26 21:23:43.099 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8040 | 2025-08-26T21:23:43.129Z | [ recovery-image] Aug 26 21:23:43.114 INFO O| Aug 26 21:23:43.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid" |
| 8041 | 2025-08-26T21:23:43.129Z | [ recovery-image] Aug 26 21:23:43.114 INFO O| Aug 26 21:23:43.114 INFO STEP 1071 (remove_files) COMPLETE |
| 8042 | 2025-08-26T21:23:43.129Z | [ recovery-image] Aug 26 21:23:43.114 INFO O| Aug 26 21:23:43.114 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8043 | 2025-08-26T21:23:43.130Z | [ recovery-image] Aug 26 21:23:43.129 INFO O| Aug 26 21:23:43.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir" |
| 8044 | 2025-08-26T21:23:43.130Z | [ recovery-image] Aug 26 21:23:43.129 INFO O| Aug 26 21:23:43.129 INFO STEP 1072 (remove_files) COMPLETE |
| 8045 | 2025-08-26T21:23:43.130Z | [ recovery-image] Aug 26 21:23:43.129 INFO O| Aug 26 21:23:43.129 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8046 | 2025-08-26T21:23:43.155Z | [ recovery-image] Aug 26 21:23:43.143 INFO O| Aug 26 21:23:43.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp" |
| 8047 | 2025-08-26T21:23:43.155Z | [ recovery-image] Aug 26 21:23:43.143 INFO O| Aug 26 21:23:43.143 INFO STEP 1073 (remove_files) COMPLETE |
| 8048 | 2025-08-26T21:23:43.155Z | [ recovery-image] Aug 26 21:23:43.143 INFO O| Aug 26 21:23:43.143 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8049 | 2025-08-26T21:23:43.181Z | [ recovery-image] Aug 26 21:23:43.156 INFO O| Aug 26 21:23:43.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin" |
| 8050 | 2025-08-26T21:23:43.181Z | [ recovery-image] Aug 26 21:23:43.156 INFO O| Aug 26 21:23:43.156 INFO STEP 1074 (remove_files) COMPLETE |
| 8051 | 2025-08-26T21:23:43.181Z | [ recovery-image] Aug 26 21:23:43.156 INFO O| Aug 26 21:23:43.156 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8052 | 2025-08-26T21:23:43.181Z | [ recovery-image] Aug 26 21:23:43.174 INFO O| Aug 26 21:23:43.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest" |
| 8053 | 2025-08-26T21:23:43.181Z | [ recovery-image] Aug 26 21:23:43.174 INFO O| Aug 26 21:23:43.174 INFO STEP 1075 (remove_files) COMPLETE |
| 8054 | 2025-08-26T21:23:43.181Z | [ recovery-image] Aug 26 21:23:43.174 INFO O| Aug 26 21:23:43.174 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8055 | 2025-08-26T21:23:43.209Z | [ recovery-image] Aug 26 21:23:43.191 INFO O| Aug 26 21:23:43.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm" |
| 8056 | 2025-08-26T21:23:43.209Z | [ recovery-image] Aug 26 21:23:43.191 INFO O| Aug 26 21:23:43.191 INFO STEP 1076 (remove_files) COMPLETE |
| 8057 | 2025-08-26T21:23:43.209Z | [ recovery-image] Aug 26 21:23:43.191 INFO O| Aug 26 21:23:43.191 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8058 | 2025-08-26T21:23:43.234Z | [ recovery-image] Aug 26 21:23:43.212 INFO O| Aug 26 21:23:43.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg" |
| 8059 | 2025-08-26T21:23:43.234Z | [ recovery-image] Aug 26 21:23:43.213 INFO O| Aug 26 21:23:43.213 INFO STEP 1077 (remove_files) COMPLETE |
| 8060 | 2025-08-26T21:23:43.234Z | [ recovery-image] Aug 26 21:23:43.213 INFO O| Aug 26 21:23:43.213 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8061 | 2025-08-26T21:23:43.234Z | [ recovery-image] Aug 26 21:23:43.232 INFO O| Aug 26 21:23:43.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind" |
| 8062 | 2025-08-26T21:23:43.234Z | [ recovery-image] Aug 26 21:23:43.232 INFO O| Aug 26 21:23:43.232 INFO STEP 1078 (remove_files) COMPLETE |
| 8063 | 2025-08-26T21:23:43.234Z | [ recovery-image] Aug 26 21:23:43.232 INFO O| Aug 26 21:23:43.232 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8064 | 2025-08-26T21:23:43.259Z | [ recovery-image] Aug 26 21:23:43.249 INFO O| Aug 26 21:23:43.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping" |
| 8065 | 2025-08-26T21:23:43.259Z | [ recovery-image] Aug 26 21:23:43.250 INFO O| Aug 26 21:23:43.249 INFO STEP 1079 (remove_files) COMPLETE |
| 8066 | 2025-08-26T21:23:43.259Z | [ recovery-image] Aug 26 21:23:43.250 INFO O| Aug 26 21:23:43.250 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8067 | 2025-08-26T21:23:43.289Z | [ recovery-image] Aug 26 21:23:43.267 INFO O| Aug 26 21:23:43.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd" |
| 8068 | 2025-08-26T21:23:43.289Z | [ recovery-image] Aug 26 21:23:43.267 INFO O| Aug 26 21:23:43.267 INFO STEP 1080 (remove_files) COMPLETE |
| 8069 | 2025-08-26T21:23:43.289Z | [ recovery-image] Aug 26 21:23:43.267 INFO O| Aug 26 21:23:43.267 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8070 | 2025-08-26T21:23:43.289Z | [ recovery-image] Aug 26 21:23:43.284 INFO O| Aug 26 21:23:43.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask" |
| 8071 | 2025-08-26T21:23:43.289Z | [ recovery-image] Aug 26 21:23:43.285 INFO O| Aug 26 21:23:43.284 INFO STEP 1081 (remove_files) COMPLETE |
| 8072 | 2025-08-26T21:23:43.289Z | [ recovery-image] Aug 26 21:23:43.285 INFO O| Aug 26 21:23:43.284 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8073 | 2025-08-26T21:23:43.315Z | [ recovery-image] Aug 26 21:23:43.302 INFO O| Aug 26 21:23:43.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk" |
| 8074 | 2025-08-26T21:23:43.315Z | [ recovery-image] Aug 26 21:23:43.302 INFO O| Aug 26 21:23:43.302 INFO STEP 1082 (remove_files) COMPLETE |
| 8075 | 2025-08-26T21:23:43.315Z | [ recovery-image] Aug 26 21:23:43.302 INFO O| Aug 26 21:23:43.302 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8076 | 2025-08-26T21:23:43.315Z | [ recovery-image] Aug 26 21:23:43.316 INFO O| Aug 26 21:23:43.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm" |
| 8077 | 2025-08-26T21:23:43.315Z | [ recovery-image] Aug 26 21:23:43.316 INFO O| Aug 26 21:23:43.316 INFO STEP 1083 (remove_files) COMPLETE |
| 8078 | 2025-08-26T21:23:43.315Z | [ recovery-image] Aug 26 21:23:43.316 INFO O| Aug 26 21:23:43.316 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8079 | 2025-08-26T21:23:43.341Z | [ recovery-image] Aug 26 21:23:43.334 INFO O| Aug 26 21:23:43.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat" |
| 8080 | 2025-08-26T21:23:43.341Z | [ recovery-image] Aug 26 21:23:43.335 INFO O| Aug 26 21:23:43.334 INFO STEP 1084 (remove_files) COMPLETE |
| 8081 | 2025-08-26T21:23:43.341Z | [ recovery-image] Aug 26 21:23:43.335 INFO O| Aug 26 21:23:43.334 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8082 | 2025-08-26T21:23:43.365Z | [ recovery-image] Aug 26 21:23:43.352 INFO O| Aug 26 21:23:43.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm" |
| 8083 | 2025-08-26T21:23:43.365Z | [ recovery-image] Aug 26 21:23:43.352 INFO O| Aug 26 21:23:43.352 INFO STEP 1085 (remove_files) COMPLETE |
| 8084 | 2025-08-26T21:23:43.366Z | [ recovery-image] Aug 26 21:23:43.352 INFO O| Aug 26 21:23:43.352 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8085 | 2025-08-26T21:23:43.391Z | [ recovery-image] Aug 26 21:23:43.370 INFO O| Aug 26 21:23:43.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind" |
| 8086 | 2025-08-26T21:23:43.391Z | [ recovery-image] Aug 26 21:23:43.371 INFO O| Aug 26 21:23:43.371 INFO STEP 1086 (remove_files) COMPLETE |
| 8087 | 2025-08-26T21:23:43.391Z | [ recovery-image] Aug 26 21:23:43.371 INFO O| Aug 26 21:23:43.371 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8088 | 2025-08-26T21:23:43.391Z | [ recovery-image] Aug 26 21:23:43.388 INFO O| Aug 26 21:23:43.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg" |
| 8089 | 2025-08-26T21:23:43.391Z | [ recovery-image] Aug 26 21:23:43.388 INFO O| Aug 26 21:23:43.388 INFO STEP 1087 (remove_files) COMPLETE |
| 8090 | 2025-08-26T21:23:43.391Z | [ recovery-image] Aug 26 21:23:43.388 INFO O| Aug 26 21:23:43.388 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8091 | 2025-08-26T21:23:43.416Z | [ recovery-image] Aug 26 21:23:43.402 INFO O| Aug 26 21:23:43.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports" |
| 8092 | 2025-08-26T21:23:43.416Z | [ recovery-image] Aug 26 21:23:43.402 INFO O| Aug 26 21:23:43.402 INFO STEP 1088 (remove_files) COMPLETE |
| 8093 | 2025-08-26T21:23:43.416Z | [ recovery-image] Aug 26 21:23:43.402 INFO O| Aug 26 21:23:43.402 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8094 | 2025-08-26T21:23:43.441Z | [ recovery-image] Aug 26 21:23:43.422 INFO O| Aug 26 21:23:43.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff" |
| 8095 | 2025-08-26T21:23:43.441Z | [ recovery-image] Aug 26 21:23:43.422 INFO O| Aug 26 21:23:43.422 INFO STEP 1089 (remove_files) COMPLETE |
| 8096 | 2025-08-26T21:23:43.441Z | [ recovery-image] Aug 26 21:23:43.422 INFO O| Aug 26 21:23:43.422 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8097 | 2025-08-26T21:23:43.475Z | [ recovery-image] Aug 26 21:23:43.475 INFO O| Aug 26 21:23:43.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm" |
| 8098 | 2025-08-26T21:23:43.475Z | [ recovery-image] Aug 26 21:23:43.475 INFO O| Aug 26 21:23:43.475 INFO STEP 1090 (remove_files) COMPLETE |
| 8099 | 2025-08-26T21:23:43.502Z | [ recovery-image] Aug 26 21:23:43.475 INFO O| Aug 26 21:23:43.475 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8100 | 2025-08-26T21:23:43.527Z | [ recovery-image] Aug 26 21:23:43.520 INFO O| Aug 26 21:23:43.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit" |
| 8101 | 2025-08-26T21:23:43.528Z | [ recovery-image] Aug 26 21:23:43.521 INFO O| Aug 26 21:23:43.521 INFO STEP 1091 (remove_files) COMPLETE |
| 8102 | 2025-08-26T21:23:43.528Z | [ recovery-image] Aug 26 21:23:43.521 INFO O| Aug 26 21:23:43.521 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8103 | 2025-08-26T21:23:43.553Z | [ recovery-image] Aug 26 21:23:43.537 INFO O| Aug 26 21:23:43.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd" |
| 8104 | 2025-08-26T21:23:43.553Z | [ recovery-image] Aug 26 21:23:43.537 INFO O| Aug 26 21:23:43.537 INFO STEP 1092 (remove_files) COMPLETE |
| 8105 | 2025-08-26T21:23:43.553Z | [ recovery-image] Aug 26 21:23:43.537 INFO O| Aug 26 21:23:43.537 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8106 | 2025-08-26T21:23:43.553Z | [ recovery-image] Aug 26 21:23:43.552 INFO O| Aug 26 21:23:43.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel" |
| 8107 | 2025-08-26T21:23:43.553Z | [ recovery-image] Aug 26 21:23:43.552 INFO O| Aug 26 21:23:43.552 INFO STEP 1093 (remove_files) COMPLETE |
| 8108 | 2025-08-26T21:23:43.553Z | [ recovery-image] Aug 26 21:23:43.552 INFO O| Aug 26 21:23:43.552 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8109 | 2025-08-26T21:23:43.578Z | [ recovery-image] Aug 26 21:23:43.568 INFO O| Aug 26 21:23:43.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod" |
| 8110 | 2025-08-26T21:23:43.578Z | [ recovery-image] Aug 26 21:23:43.568 INFO O| Aug 26 21:23:43.568 INFO STEP 1094 (remove_files) COMPLETE |
| 8111 | 2025-08-26T21:23:43.578Z | [ recovery-image] Aug 26 21:23:43.568 INFO O| Aug 26 21:23:43.568 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8112 | 2025-08-26T21:23:43.603Z | [ recovery-image] Aug 26 21:23:43.584 INFO O| Aug 26 21:23:43.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag" |
| 8113 | 2025-08-26T21:23:43.604Z | [ recovery-image] Aug 26 21:23:43.584 INFO O| Aug 26 21:23:43.584 INFO STEP 1095 (remove_files) COMPLETE |
| 8114 | 2025-08-26T21:23:43.604Z | [ recovery-image] Aug 26 21:23:43.584 INFO O| Aug 26 21:23:43.584 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8115 | 2025-08-26T21:23:43.604Z | [ recovery-image] Aug 26 21:23:43.599 INFO O| Aug 26 21:23:43.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl" |
| 8116 | 2025-08-26T21:23:43.604Z | [ recovery-image] Aug 26 21:23:43.599 INFO O| Aug 26 21:23:43.599 INFO STEP 1096 (remove_files) COMPLETE |
| 8117 | 2025-08-26T21:23:43.604Z | [ recovery-image] Aug 26 21:23:43.599 INFO O| Aug 26 21:23:43.599 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8118 | 2025-08-26T21:23:43.629Z | [ recovery-image] Aug 26 21:23:43.614 INFO O| Aug 26 21:23:43.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc" |
| 8119 | 2025-08-26T21:23:43.629Z | [ recovery-image] Aug 26 21:23:43.614 INFO O| Aug 26 21:23:43.614 INFO STEP 1097 (remove_files) COMPLETE |
| 8120 | 2025-08-26T21:23:43.629Z | [ recovery-image] Aug 26 21:23:43.614 INFO O| Aug 26 21:23:43.614 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8121 | 2025-08-26T21:23:43.629Z | [ recovery-image] Aug 26 21:23:43.628 INFO O| Aug 26 21:23:43.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm" |
| 8122 | 2025-08-26T21:23:43.629Z | [ recovery-image] Aug 26 21:23:43.628 INFO O| Aug 26 21:23:43.628 INFO STEP 1098 (remove_files) COMPLETE |
| 8123 | 2025-08-26T21:23:43.629Z | [ recovery-image] Aug 26 21:23:43.628 INFO O| Aug 26 21:23:43.628 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8124 | 2025-08-26T21:23:43.669Z | [ recovery-image] Aug 26 21:23:43.641 INFO O| Aug 26 21:23:43.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo" |
| 8125 | 2025-08-26T21:23:43.669Z | [ recovery-image] Aug 26 21:23:43.641 INFO O| Aug 26 21:23:43.641 INFO STEP 1099 (remove_files) COMPLETE |
| 8126 | 2025-08-26T21:23:43.669Z | [ recovery-image] Aug 26 21:23:43.641 INFO O| Aug 26 21:23:43.641 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8127 | 2025-08-26T21:23:43.700Z | [ recovery-image] Aug 26 21:23:43.654 INFO O| Aug 26 21:23:43.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset" |
| 8128 | 2025-08-26T21:23:43.700Z | [ recovery-image] Aug 26 21:23:43.654 INFO O| Aug 26 21:23:43.654 INFO STEP 1100 (remove_files) COMPLETE |
| 8129 | 2025-08-26T21:23:43.700Z | [ recovery-image] Aug 26 21:23:43.654 INFO O| Aug 26 21:23:43.654 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8130 | 2025-08-26T21:23:43.700Z | [ recovery-image] Aug 26 21:23:43.669 INFO O| Aug 26 21:23:43.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck" |
| 8131 | 2025-08-26T21:23:43.700Z | [ recovery-image] Aug 26 21:23:43.669 INFO O| Aug 26 21:23:43.669 INFO STEP 1101 (remove_files) COMPLETE |
| 8132 | 2025-08-26T21:23:43.700Z | [ recovery-image] Aug 26 21:23:43.669 INFO O| Aug 26 21:23:43.669 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8133 | 2025-08-26T21:23:43.700Z | [ recovery-image] Aug 26 21:23:43.683 INFO O| Aug 26 21:23:43.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv" |
| 8134 | 2025-08-26T21:23:43.700Z | [ recovery-image] Aug 26 21:23:43.683 INFO O| Aug 26 21:23:43.683 INFO STEP 1102 (remove_files) COMPLETE |
| 8135 | 2025-08-26T21:23:43.700Z | [ recovery-image] Aug 26 21:23:43.683 INFO O| Aug 26 21:23:43.683 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8136 | 2025-08-26T21:23:43.700Z | [ recovery-image] Aug 26 21:23:43.698 INFO O| Aug 26 21:23:43.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl" |
| 8137 | 2025-08-26T21:23:43.700Z | [ recovery-image] Aug 26 21:23:43.699 INFO O| Aug 26 21:23:43.698 INFO STEP 1103 (remove_files) COMPLETE |
| 8138 | 2025-08-26T21:23:43.700Z | [ recovery-image] Aug 26 21:23:43.699 INFO O| Aug 26 21:23:43.698 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8139 | 2025-08-26T21:23:43.726Z | [ recovery-image] Aug 26 21:23:43.713 INFO O| Aug 26 21:23:43.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm" |
| 8140 | 2025-08-26T21:23:43.726Z | [ recovery-image] Aug 26 21:23:43.713 INFO O| Aug 26 21:23:43.713 INFO STEP 1104 (remove_files) COMPLETE |
| 8141 | 2025-08-26T21:23:43.726Z | [ recovery-image] Aug 26 21:23:43.713 INFO O| Aug 26 21:23:43.713 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8142 | 2025-08-26T21:23:43.751Z | [ recovery-image] Aug 26 21:23:43.727 INFO O| Aug 26 21:23:43.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm" |
| 8143 | 2025-08-26T21:23:43.751Z | [ recovery-image] Aug 26 21:23:43.727 INFO O| Aug 26 21:23:43.727 INFO STEP 1105 (remove_files) COMPLETE |
| 8144 | 2025-08-26T21:23:43.751Z | [ recovery-image] Aug 26 21:23:43.727 INFO O| Aug 26 21:23:43.727 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8145 | 2025-08-26T21:23:43.751Z | [ recovery-image] Aug 26 21:23:43.742 INFO O| Aug 26 21:23:43.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr" |
| 8146 | 2025-08-26T21:23:43.751Z | [ recovery-image] Aug 26 21:23:43.742 INFO O| Aug 26 21:23:43.742 INFO STEP 1106 (remove_files) COMPLETE |
| 8147 | 2025-08-26T21:23:43.751Z | [ recovery-image] Aug 26 21:23:43.742 INFO O| Aug 26 21:23:43.742 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8148 | 2025-08-26T21:23:43.777Z | [ recovery-image] Aug 26 21:23:43.755 INFO O| Aug 26 21:23:43.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot" |
| 8149 | 2025-08-26T21:23:43.777Z | [ recovery-image] Aug 26 21:23:43.755 INFO O| Aug 26 21:23:43.755 INFO STEP 1107 (remove_files) COMPLETE |
| 8150 | 2025-08-26T21:23:43.777Z | [ recovery-image] Aug 26 21:23:43.756 INFO O| Aug 26 21:23:43.755 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8151 | 2025-08-26T21:23:43.777Z | [ recovery-image] Aug 26 21:23:43.769 INFO O| Aug 26 21:23:43.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv" |
| 8152 | 2025-08-26T21:23:43.777Z | [ recovery-image] Aug 26 21:23:43.769 INFO O| Aug 26 21:23:43.769 INFO STEP 1108 (remove_files) COMPLETE |
| 8153 | 2025-08-26T21:23:43.777Z | [ recovery-image] Aug 26 21:23:43.769 INFO O| Aug 26 21:23:43.769 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8154 | 2025-08-26T21:23:43.802Z | [ recovery-image] Aug 26 21:23:43.783 INFO O| Aug 26 21:23:43.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef" |
| 8155 | 2025-08-26T21:23:43.802Z | [ recovery-image] Aug 26 21:23:43.783 INFO O| Aug 26 21:23:43.783 INFO STEP 1109 (remove_files) COMPLETE |
| 8156 | 2025-08-26T21:23:43.802Z | [ recovery-image] Aug 26 21:23:43.783 INFO O| Aug 26 21:23:43.783 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8157 | 2025-08-26T21:23:43.802Z | [ recovery-image] Aug 26 21:23:43.797 INFO O| Aug 26 21:23:43.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd" |
| 8158 | 2025-08-26T21:23:43.802Z | [ recovery-image] Aug 26 21:23:43.798 INFO O| Aug 26 21:23:43.798 INFO STEP 1110 (remove_files) COMPLETE |
| 8159 | 2025-08-26T21:23:43.802Z | [ recovery-image] Aug 26 21:23:43.798 INFO O| Aug 26 21:23:43.798 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8160 | 2025-08-26T21:23:43.827Z | [ recovery-image] Aug 26 21:23:43.812 INFO O| Aug 26 21:23:43.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel" |
| 8161 | 2025-08-26T21:23:43.827Z | [ recovery-image] Aug 26 21:23:43.812 INFO O| Aug 26 21:23:43.812 INFO STEP 1111 (remove_files) COMPLETE |
| 8162 | 2025-08-26T21:23:43.827Z | [ recovery-image] Aug 26 21:23:43.812 INFO O| Aug 26 21:23:43.812 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8163 | 2025-08-26T21:23:43.857Z | [ recovery-image] Aug 26 21:23:43.832 INFO O| Aug 26 21:23:43.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod" |
| 8164 | 2025-08-26T21:23:43.857Z | [ recovery-image] Aug 26 21:23:43.832 INFO O| Aug 26 21:23:43.832 INFO STEP 1112 (remove_files) COMPLETE |
| 8165 | 2025-08-26T21:23:43.857Z | [ recovery-image] Aug 26 21:23:43.832 INFO O| Aug 26 21:23:43.832 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8166 | 2025-08-26T21:23:43.857Z | [ recovery-image] Aug 26 21:23:43.850 INFO O| Aug 26 21:23:43.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive" |
| 8167 | 2025-08-26T21:23:43.857Z | [ recovery-image] Aug 26 21:23:43.850 INFO O| Aug 26 21:23:43.850 INFO STEP 1113 (remove_files) COMPLETE |
| 8168 | 2025-08-26T21:23:43.857Z | [ recovery-image] Aug 26 21:23:43.850 INFO O| Aug 26 21:23:43.850 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8169 | 2025-08-26T21:23:43.882Z | [ recovery-image] Aug 26 21:23:43.869 INFO O| Aug 26 21:23:43.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind" |
| 8170 | 2025-08-26T21:23:43.882Z | [ recovery-image] Aug 26 21:23:43.869 INFO O| Aug 26 21:23:43.869 INFO STEP 1114 (remove_files) COMPLETE |
| 8171 | 2025-08-26T21:23:43.882Z | [ recovery-image] Aug 26 21:23:43.869 INFO O| Aug 26 21:23:43.869 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8172 | 2025-08-26T21:23:43.908Z | [ recovery-image] Aug 26 21:23:43.888 INFO O| Aug 26 21:23:43.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc" |
| 8173 | 2025-08-26T21:23:43.908Z | [ recovery-image] Aug 26 21:23:43.888 INFO O| Aug 26 21:23:43.888 INFO STEP 1115 (remove_files) COMPLETE |
| 8174 | 2025-08-26T21:23:43.908Z | [ recovery-image] Aug 26 21:23:43.888 INFO O| Aug 26 21:23:43.888 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8175 | 2025-08-26T21:23:43.908Z | [ recovery-image] Aug 26 21:23:43.906 INFO O| Aug 26 21:23:43.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery" |
| 8176 | 2025-08-26T21:23:43.908Z | [ recovery-image] Aug 26 21:23:43.907 INFO O| Aug 26 21:23:43.907 INFO STEP 1116 (remove_files) COMPLETE |
| 8177 | 2025-08-26T21:23:43.908Z | [ recovery-image] Aug 26 21:23:43.907 INFO O| Aug 26 21:23:43.907 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8178 | 2025-08-26T21:23:43.933Z | [ recovery-image] Aug 26 21:23:43.929 INFO O| Aug 26 21:23:43.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt" |
| 8179 | 2025-08-26T21:23:43.933Z | [ recovery-image] Aug 26 21:23:43.929 INFO O| Aug 26 21:23:43.929 INFO STEP 1117 (remove_files) COMPLETE |
| 8180 | 2025-08-26T21:23:43.933Z | [ recovery-image] Aug 26 21:23:43.929 INFO O| Aug 26 21:23:43.929 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8181 | 2025-08-26T21:23:43.959Z | [ recovery-image] Aug 26 21:23:43.945 INFO O| Aug 26 21:23:43.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share" |
| 8182 | 2025-08-26T21:23:43.959Z | [ recovery-image] Aug 26 21:23:43.945 INFO O| Aug 26 21:23:43.945 INFO STEP 1118 (remove_files) COMPLETE |
| 8183 | 2025-08-26T21:23:43.959Z | [ recovery-image] Aug 26 21:23:43.945 INFO O| Aug 26 21:23:43.945 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8184 | 2025-08-26T21:23:43.984Z | [ recovery-image] Aug 26 21:23:43.961 INFO O| Aug 26 21:23:43.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall" |
| 8185 | 2025-08-26T21:23:43.984Z | [ recovery-image] Aug 26 21:23:43.961 INFO O| Aug 26 21:23:43.961 INFO STEP 1119 (remove_files) COMPLETE |
| 8186 | 2025-08-26T21:23:43.984Z | [ recovery-image] Aug 26 21:23:43.961 INFO O| Aug 26 21:23:43.961 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8187 | 2025-08-26T21:23:43.984Z | [ recovery-image] Aug 26 21:23:43.978 INFO O| Aug 26 21:23:43.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl" |
| 8188 | 2025-08-26T21:23:43.984Z | [ recovery-image] Aug 26 21:23:43.979 INFO O| Aug 26 21:23:43.979 INFO STEP 1120 (remove_files) COMPLETE |
| 8189 | 2025-08-26T21:23:43.984Z | [ recovery-image] Aug 26 21:23:43.979 INFO O| Aug 26 21:23:43.979 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8190 | 2025-08-26T21:23:44.009Z | [ recovery-image] Aug 26 21:23:43.998 INFO O| Aug 26 21:23:43.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr" |
| 8191 | 2025-08-26T21:23:44.010Z | [ recovery-image] Aug 26 21:23:43.998 INFO O| Aug 26 21:23:43.998 INFO STEP 1121 (remove_files) COMPLETE |
| 8192 | 2025-08-26T21:23:44.010Z | [ recovery-image] Aug 26 21:23:43.998 INFO O| Aug 26 21:23:43.998 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8193 | 2025-08-26T21:23:44.036Z | [ recovery-image] Aug 26 21:23:44.015 INFO O| Aug 26 21:23:44.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown" |
| 8194 | 2025-08-26T21:23:44.036Z | [ recovery-image] Aug 26 21:23:44.016 INFO O| Aug 26 21:23:44.016 INFO STEP 1122 (remove_files) COMPLETE |
| 8195 | 2025-08-26T21:23:44.036Z | [ recovery-image] Aug 26 21:23:44.016 INFO O| Aug 26 21:23:44.016 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8196 | 2025-08-26T21:23:44.062Z | [ recovery-image] Aug 26 21:23:44.036 INFO O| Aug 26 21:23:44.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm" |
| 8197 | 2025-08-26T21:23:44.062Z | [ recovery-image] Aug 26 21:23:44.036 INFO O| Aug 26 21:23:44.036 INFO STEP 1123 (remove_files) COMPLETE |
| 8198 | 2025-08-26T21:23:44.062Z | [ recovery-image] Aug 26 21:23:44.036 INFO O| Aug 26 21:23:44.036 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8199 | 2025-08-26T21:23:44.062Z | [ recovery-image] Aug 26 21:23:44.056 INFO O| Aug 26 21:23:44.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios" |
| 8200 | 2025-08-26T21:23:44.062Z | [ recovery-image] Aug 26 21:23:44.056 INFO O| Aug 26 21:23:44.056 INFO STEP 1124 (remove_files) COMPLETE |
| 8201 | 2025-08-26T21:23:44.062Z | [ recovery-image] Aug 26 21:23:44.056 INFO O| Aug 26 21:23:44.056 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8202 | 2025-08-26T21:23:44.088Z | [ recovery-image] Aug 26 21:23:44.074 INFO O| Aug 26 21:23:44.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat" |
| 8203 | 2025-08-26T21:23:44.088Z | [ recovery-image] Aug 26 21:23:44.074 INFO O| Aug 26 21:23:44.074 INFO STEP 1125 (remove_files) COMPLETE |
| 8204 | 2025-08-26T21:23:44.088Z | [ recovery-image] Aug 26 21:23:44.074 INFO O| Aug 26 21:23:44.074 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8205 | 2025-08-26T21:23:44.113Z | [ recovery-image] Aug 26 21:23:44.094 INFO O| Aug 26 21:23:44.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd" |
| 8206 | 2025-08-26T21:23:44.113Z | [ recovery-image] Aug 26 21:23:44.095 INFO O| Aug 26 21:23:44.094 INFO STEP 1126 (remove_files) COMPLETE |
| 8207 | 2025-08-26T21:23:44.113Z | [ recovery-image] Aug 26 21:23:44.095 INFO O| Aug 26 21:23:44.095 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8208 | 2025-08-26T21:23:44.113Z | [ recovery-image] Aug 26 21:23:44.112 INFO O| Aug 26 21:23:44.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd" |
| 8209 | 2025-08-26T21:23:44.113Z | [ recovery-image] Aug 26 21:23:44.112 INFO O| Aug 26 21:23:44.112 INFO STEP 1127 (remove_files) COMPLETE |
| 8210 | 2025-08-26T21:23:44.113Z | [ recovery-image] Aug 26 21:23:44.112 INFO O| Aug 26 21:23:44.112 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8211 | 2025-08-26T21:23:44.138Z | [ recovery-image] Aug 26 21:23:44.129 INFO O| Aug 26 21:23:44.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop" |
| 8212 | 2025-08-26T21:23:44.138Z | [ recovery-image] Aug 26 21:23:44.129 INFO O| Aug 26 21:23:44.129 INFO STEP 1128 (remove_files) COMPLETE |
| 8213 | 2025-08-26T21:23:44.138Z | [ recovery-image] Aug 26 21:23:44.129 INFO O| Aug 26 21:23:44.129 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8214 | 2025-08-26T21:23:44.166Z | [ recovery-image] Aug 26 21:23:44.148 INFO O| Aug 26 21:23:44.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd" |
| 8215 | 2025-08-26T21:23:44.166Z | [ recovery-image] Aug 26 21:23:44.148 INFO O| Aug 26 21:23:44.148 INFO STEP 1129 (remove_files) COMPLETE |
| 8216 | 2025-08-26T21:23:44.166Z | [ recovery-image] Aug 26 21:23:44.148 INFO O| Aug 26 21:23:44.148 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8217 | 2025-08-26T21:23:44.194Z | [ recovery-image] Aug 26 21:23:44.165 INFO O| Aug 26 21:23:44.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot" |
| 8218 | 2025-08-26T21:23:44.194Z | [ recovery-image] Aug 26 21:23:44.166 INFO O| Aug 26 21:23:44.166 INFO STEP 1130 (remove_files) COMPLETE |
| 8219 | 2025-08-26T21:23:44.194Z | [ recovery-image] Aug 26 21:23:44.166 INFO O| Aug 26 21:23:44.166 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8220 | 2025-08-26T21:23:44.194Z | [ recovery-image] Aug 26 21:23:44.183 INFO O| Aug 26 21:23:44.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace" |
| 8221 | 2025-08-26T21:23:44.194Z | [ recovery-image] Aug 26 21:23:44.184 INFO O| Aug 26 21:23:44.184 INFO STEP 1131 (remove_files) COMPLETE |
| 8222 | 2025-08-26T21:23:44.194Z | [ recovery-image] Aug 26 21:23:44.184 INFO O| Aug 26 21:23:44.184 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8223 | 2025-08-26T21:23:44.222Z | [ recovery-image] Aug 26 21:23:44.200 INFO O| Aug 26 21:23:44.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean" |
| 8224 | 2025-08-26T21:23:44.222Z | [ recovery-image] Aug 26 21:23:44.200 INFO O| Aug 26 21:23:44.200 INFO STEP 1132 (remove_files) COMPLETE |
| 8225 | 2025-08-26T21:23:44.223Z | [ recovery-image] Aug 26 21:23:44.200 INFO O| Aug 26 21:23:44.200 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8226 | 2025-08-26T21:23:44.223Z | [ recovery-image] Aug 26 21:23:44.216 INFO O| Aug 26 21:23:44.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr" |
| 8227 | 2025-08-26T21:23:44.223Z | [ recovery-image] Aug 26 21:23:44.216 INFO O| Aug 26 21:23:44.216 INFO STEP 1133 (remove_files) COMPLETE |
| 8228 | 2025-08-26T21:23:44.223Z | [ recovery-image] Aug 26 21:23:44.216 INFO O| Aug 26 21:23:44.216 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8229 | 2025-08-26T21:23:44.249Z | [ recovery-image] Aug 26 21:23:44.236 INFO O| Aug 26 21:23:44.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs" |
| 8230 | 2025-08-26T21:23:44.249Z | [ recovery-image] Aug 26 21:23:44.236 INFO O| Aug 26 21:23:44.236 INFO STEP 1134 (remove_files) COMPLETE |
| 8231 | 2025-08-26T21:23:44.249Z | [ recovery-image] Aug 26 21:23:44.236 INFO O| Aug 26 21:23:44.236 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8232 | 2025-08-26T21:23:44.276Z | [ recovery-image] Aug 26 21:23:44.254 INFO O| Aug 26 21:23:44.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit" |
| 8233 | 2025-08-26T21:23:44.276Z | [ recovery-image] Aug 26 21:23:44.255 INFO O| Aug 26 21:23:44.255 INFO STEP 1135 (remove_files) COMPLETE |
| 8234 | 2025-08-26T21:23:44.276Z | [ recovery-image] Aug 26 21:23:44.255 INFO O| Aug 26 21:23:44.255 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8235 | 2025-08-26T21:23:44.276Z | [ recovery-image] Aug 26 21:23:44.271 INFO O| Aug 26 21:23:44.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop" |
| 8236 | 2025-08-26T21:23:44.276Z | [ recovery-image] Aug 26 21:23:44.272 INFO O| Aug 26 21:23:44.271 INFO STEP 1136 (remove_files) COMPLETE |
| 8237 | 2025-08-26T21:23:44.276Z | [ recovery-image] Aug 26 21:23:44.272 INFO O| Aug 26 21:23:44.272 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8238 | 2025-08-26T21:23:44.302Z | [ recovery-image] Aug 26 21:23:44.287 INFO O| Aug 26 21:23:44.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat" |
| 8239 | 2025-08-26T21:23:44.302Z | [ recovery-image] Aug 26 21:23:44.288 INFO O| Aug 26 21:23:44.288 INFO STEP 1137 (remove_files) COMPLETE |
| 8240 | 2025-08-26T21:23:44.302Z | [ recovery-image] Aug 26 21:23:44.288 INFO O| Aug 26 21:23:44.288 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8241 | 2025-08-26T21:23:44.328Z | [ recovery-image] Aug 26 21:23:44.307 INFO O| Aug 26 21:23:44.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef" |
| 8242 | 2025-08-26T21:23:44.328Z | [ recovery-image] Aug 26 21:23:44.308 INFO O| Aug 26 21:23:44.308 INFO STEP 1138 (remove_files) COMPLETE |
| 8243 | 2025-08-26T21:23:44.328Z | [ recovery-image] Aug 26 21:23:44.308 INFO O| Aug 26 21:23:44.308 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8244 | 2025-08-26T21:23:44.328Z | [ recovery-image] Aug 26 21:23:44.324 INFO O| Aug 26 21:23:44.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm" |
| 8245 | 2025-08-26T21:23:44.328Z | [ recovery-image] Aug 26 21:23:44.325 INFO O| Aug 26 21:23:44.324 INFO STEP 1139 (remove_files) COMPLETE |
| 8246 | 2025-08-26T21:23:44.328Z | [ recovery-image] Aug 26 21:23:44.325 INFO O| Aug 26 21:23:44.324 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8247 | 2025-08-26T21:23:44.353Z | [ recovery-image] Aug 26 21:23:44.342 INFO O| Aug 26 21:23:44.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm" |
| 8248 | 2025-08-26T21:23:44.353Z | [ recovery-image] Aug 26 21:23:44.342 INFO O| Aug 26 21:23:44.342 INFO STEP 1140 (remove_files) COMPLETE |
| 8249 | 2025-08-26T21:23:44.353Z | [ recovery-image] Aug 26 21:23:44.342 INFO O| Aug 26 21:23:44.342 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8250 | 2025-08-26T21:23:44.381Z | [ recovery-image] Aug 26 21:23:44.357 INFO O| Aug 26 21:23:44.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes" |
| 8251 | 2025-08-26T21:23:44.381Z | [ recovery-image] Aug 26 21:23:44.357 INFO O| Aug 26 21:23:44.357 INFO STEP 1141 (remove_files) COMPLETE |
| 8252 | 2025-08-26T21:23:44.381Z | [ recovery-image] Aug 26 21:23:44.357 INFO O| Aug 26 21:23:44.357 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8253 | 2025-08-26T21:23:44.381Z | [ recovery-image] Aug 26 21:23:44.373 INFO O| Aug 26 21:23:44.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar" |
| 8254 | 2025-08-26T21:23:44.381Z | [ recovery-image] Aug 26 21:23:44.373 INFO O| Aug 26 21:23:44.373 INFO STEP 1142 (remove_files) COMPLETE |
| 8255 | 2025-08-26T21:23:44.381Z | [ recovery-image] Aug 26 21:23:44.373 INFO O| Aug 26 21:23:44.373 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8256 | 2025-08-26T21:23:44.406Z | [ recovery-image] Aug 26 21:23:44.388 INFO O| Aug 26 21:23:44.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd" |
| 8257 | 2025-08-26T21:23:44.406Z | [ recovery-image] Aug 26 21:23:44.389 INFO O| Aug 26 21:23:44.389 INFO STEP 1143 (remove_files) COMPLETE |
| 8258 | 2025-08-26T21:23:44.406Z | [ recovery-image] Aug 26 21:23:44.389 INFO O| Aug 26 21:23:44.389 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8259 | 2025-08-26T21:23:44.406Z | [ recovery-image] Aug 26 21:23:44.404 INFO O| Aug 26 21:23:44.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute" |
| 8260 | 2025-08-26T21:23:44.406Z | [ recovery-image] Aug 26 21:23:44.404 INFO O| Aug 26 21:23:44.404 INFO STEP 1144 (remove_files) COMPLETE |
| 8261 | 2025-08-26T21:23:44.406Z | [ recovery-image] Aug 26 21:23:44.404 INFO O| Aug 26 21:23:44.404 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8262 | 2025-08-26T21:23:44.432Z | [ recovery-image] Aug 26 21:23:44.420 INFO O| Aug 26 21:23:44.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat" |
| 8263 | 2025-08-26T21:23:44.432Z | [ recovery-image] Aug 26 21:23:44.420 INFO O| Aug 26 21:23:44.420 INFO STEP 1145 (remove_files) COMPLETE |
| 8264 | 2025-08-26T21:23:44.432Z | [ recovery-image] Aug 26 21:23:44.420 INFO O| Aug 26 21:23:44.420 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8265 | 2025-08-26T21:23:44.459Z | [ recovery-image] Aug 26 21:23:44.434 INFO O| Aug 26 21:23:44.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm" |
| 8266 | 2025-08-26T21:23:44.459Z | [ recovery-image] Aug 26 21:23:44.434 INFO O| Aug 26 21:23:44.434 INFO STEP 1146 (remove_files) COMPLETE |
| 8267 | 2025-08-26T21:23:44.459Z | [ recovery-image] Aug 26 21:23:44.434 INFO O| Aug 26 21:23:44.434 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8268 | 2025-08-26T21:23:44.459Z | [ recovery-image] Aug 26 21:23:44.448 INFO O| Aug 26 21:23:44.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm" |
| 8269 | 2025-08-26T21:23:44.459Z | [ recovery-image] Aug 26 21:23:44.448 INFO O| Aug 26 21:23:44.448 INFO STEP 1147 (remove_files) COMPLETE |
| 8270 | 2025-08-26T21:23:44.459Z | [ recovery-image] Aug 26 21:23:44.448 INFO O| Aug 26 21:23:44.448 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8271 | 2025-08-26T21:23:44.484Z | [ recovery-image] Aug 26 21:23:44.466 INFO O| Aug 26 21:23:44.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall" |
| 8272 | 2025-08-26T21:23:44.484Z | [ recovery-image] Aug 26 21:23:44.466 INFO O| Aug 26 21:23:44.466 INFO STEP 1148 (remove_files) COMPLETE |
| 8273 | 2025-08-26T21:23:44.484Z | [ recovery-image] Aug 26 21:23:44.466 INFO O| Aug 26 21:23:44.466 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8274 | 2025-08-26T21:23:44.484Z | [ recovery-image] Aug 26 21:23:44.480 INFO O| Aug 26 21:23:44.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink" |
| 8275 | 2025-08-26T21:23:44.484Z | [ recovery-image] Aug 26 21:23:44.480 INFO O| Aug 26 21:23:44.480 INFO STEP 1149 (remove_files) COMPLETE |
| 8276 | 2025-08-26T21:23:44.484Z | [ recovery-image] Aug 26 21:23:44.480 INFO O| Aug 26 21:23:44.480 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8277 | 2025-08-26T21:23:44.510Z | [ recovery-image] Aug 26 21:23:44.495 INFO O| Aug 26 21:23:44.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare" |
| 8278 | 2025-08-26T21:23:44.510Z | [ recovery-image] Aug 26 21:23:44.495 INFO O| Aug 26 21:23:44.495 INFO STEP 1150 (remove_files) COMPLETE |
| 8279 | 2025-08-26T21:23:44.510Z | [ recovery-image] Aug 26 21:23:44.495 INFO O| Aug 26 21:23:44.495 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8280 | 2025-08-26T21:23:44.510Z | [ recovery-image] Aug 26 21:23:44.510 INFO O| Aug 26 21:23:44.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall" |
| 8281 | 2025-08-26T21:23:44.510Z | [ recovery-image] Aug 26 21:23:44.510 INFO O| Aug 26 21:23:44.510 INFO STEP 1151 (remove_files) COMPLETE |
| 8282 | 2025-08-26T21:23:44.510Z | [ recovery-image] Aug 26 21:23:44.510 INFO O| Aug 26 21:23:44.510 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8283 | 2025-08-26T21:23:44.538Z | [ recovery-image] Aug 26 21:23:44.526 INFO O| Aug 26 21:23:44.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv" |
| 8284 | 2025-08-26T21:23:44.538Z | [ recovery-image] Aug 26 21:23:44.526 INFO O| Aug 26 21:23:44.526 INFO STEP 1152 (remove_files) COMPLETE |
| 8285 | 2025-08-26T21:23:44.538Z | [ recovery-image] Aug 26 21:23:44.526 INFO O| Aug 26 21:23:44.526 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8286 | 2025-08-26T21:23:44.563Z | [ recovery-image] Aug 26 21:23:44.546 INFO O| Aug 26 21:23:44.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd" |
| 8287 | 2025-08-26T21:23:44.563Z | [ recovery-image] Aug 26 21:23:44.547 INFO O| Aug 26 21:23:44.546 INFO STEP 1153 (remove_files) COMPLETE |
| 8288 | 2025-08-26T21:23:44.563Z | [ recovery-image] Aug 26 21:23:44.560 INFO O| Aug 26 21:23:44.547 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8289 | 2025-08-26T21:23:44.623Z | [ recovery-image] Aug 26 21:23:44.624 INFO O| Aug 26 21:23:44.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel" |
| 8290 | 2025-08-26T21:23:44.623Z | [ recovery-image] Aug 26 21:23:44.624 INFO O| Aug 26 21:23:44.624 INFO STEP 1154 (remove_files) COMPLETE |
| 8291 | 2025-08-26T21:23:44.623Z | [ recovery-image] Aug 26 21:23:44.624 INFO O| Aug 26 21:23:44.624 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8292 | 2025-08-26T21:23:44.650Z | [ recovery-image] Aug 26 21:23:44.642 INFO O| Aug 26 21:23:44.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod" |
| 8293 | 2025-08-26T21:23:44.650Z | [ recovery-image] Aug 26 21:23:44.642 INFO O| Aug 26 21:23:44.642 INFO STEP 1155 (remove_files) COMPLETE |
| 8294 | 2025-08-26T21:23:44.650Z | [ recovery-image] Aug 26 21:23:44.642 INFO O| Aug 26 21:23:44.642 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8295 | 2025-08-26T21:23:44.675Z | [ recovery-image] Aug 26 21:23:44.660 INFO O| Aug 26 21:23:44.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy" |
| 8296 | 2025-08-26T21:23:44.675Z | [ recovery-image] Aug 26 21:23:44.660 INFO O| Aug 26 21:23:44.660 INFO STEP 1156 (remove_files) COMPLETE |
| 8297 | 2025-08-26T21:23:44.675Z | [ recovery-image] Aug 26 21:23:44.660 INFO O| Aug 26 21:23:44.660 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8298 | 2025-08-26T21:23:44.701Z | [ recovery-image] Aug 26 21:23:44.677 INFO O| Aug 26 21:23:44.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall" |
| 8299 | 2025-08-26T21:23:44.702Z | [ recovery-image] Aug 26 21:23:44.677 INFO O| Aug 26 21:23:44.677 INFO STEP 1157 (remove_files) COMPLETE |
| 8300 | 2025-08-26T21:23:44.702Z | [ recovery-image] Aug 26 21:23:44.677 INFO O| Aug 26 21:23:44.677 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8301 | 2025-08-26T21:23:44.702Z | [ recovery-image] Aug 26 21:23:44.694 INFO O| Aug 26 21:23:44.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo" |
| 8302 | 2025-08-26T21:23:44.702Z | [ recovery-image] Aug 26 21:23:44.694 INFO O| Aug 26 21:23:44.694 INFO STEP 1158 (remove_files) COMPLETE |
| 8303 | 2025-08-26T21:23:44.702Z | [ recovery-image] Aug 26 21:23:44.694 INFO O| Aug 26 21:23:44.694 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8304 | 2025-08-26T21:23:44.728Z | [ recovery-image] Aug 26 21:23:44.710 INFO O| Aug 26 21:23:44.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb" |
| 8305 | 2025-08-26T21:23:44.728Z | [ recovery-image] Aug 26 21:23:44.710 INFO O| Aug 26 21:23:44.710 INFO STEP 1159 (remove_files) COMPLETE |
| 8306 | 2025-08-26T21:23:44.728Z | [ recovery-image] Aug 26 21:23:44.710 INFO O| Aug 26 21:23:44.710 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8307 | 2025-08-26T21:23:44.728Z | [ recovery-image] Aug 26 21:23:44.724 INFO O| Aug 26 21:23:44.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump" |
| 8308 | 2025-08-26T21:23:44.728Z | [ recovery-image] Aug 26 21:23:44.724 INFO O| Aug 26 21:23:44.724 INFO STEP 1160 (remove_files) COMPLETE |
| 8309 | 2025-08-26T21:23:44.728Z | [ recovery-image] Aug 26 21:23:44.724 INFO O| Aug 26 21:23:44.724 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8310 | 2025-08-26T21:23:44.759Z | [ recovery-image] Aug 26 21:23:44.739 INFO O| Aug 26 21:23:44.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic" |
| 8311 | 2025-08-26T21:23:44.759Z | [ recovery-image] Aug 26 21:23:44.740 INFO O| Aug 26 21:23:44.739 INFO STEP 1161 (remove_files) COMPLETE |
| 8312 | 2025-08-26T21:23:44.759Z | [ recovery-image] Aug 26 21:23:44.740 INFO O| Aug 26 21:23:44.740 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8313 | 2025-08-26T21:23:44.759Z | [ recovery-image] Aug 26 21:23:44.756 INFO O| Aug 26 21:23:44.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin" |
| 8314 | 2025-08-26T21:23:44.759Z | [ recovery-image] Aug 26 21:23:44.757 INFO O| Aug 26 21:23:44.757 INFO STEP 1162 (remove_files) COMPLETE |
| 8315 | 2025-08-26T21:23:44.759Z | [ recovery-image] Aug 26 21:23:44.757 INFO O| Aug 26 21:23:44.757 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8316 | 2025-08-26T21:23:44.784Z | [ recovery-image] Aug 26 21:23:44.774 INFO O| Aug 26 21:23:44.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm" |
| 8317 | 2025-08-26T21:23:44.784Z | [ recovery-image] Aug 26 21:23:44.774 INFO O| Aug 26 21:23:44.774 INFO STEP 1163 (remove_files) COMPLETE |
| 8318 | 2025-08-26T21:23:44.784Z | [ recovery-image] Aug 26 21:23:44.774 INFO O| Aug 26 21:23:44.774 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8319 | 2025-08-26T21:23:44.810Z | [ recovery-image] Aug 26 21:23:44.791 INFO O| Aug 26 21:23:44.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg" |
| 8320 | 2025-08-26T21:23:44.810Z | [ recovery-image] Aug 26 21:23:44.792 INFO O| Aug 26 21:23:44.792 INFO STEP 1164 (remove_files) COMPLETE |
| 8321 | 2025-08-26T21:23:44.810Z | [ recovery-image] Aug 26 21:23:44.792 INFO O| Aug 26 21:23:44.792 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8322 | 2025-08-26T21:23:44.810Z | [ recovery-image] Aug 26 21:23:44.809 INFO O| Aug 26 21:23:44.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump" |
| 8323 | 2025-08-26T21:23:44.810Z | [ recovery-image] Aug 26 21:23:44.809 INFO O| Aug 26 21:23:44.809 INFO STEP 1165 (remove_files) COMPLETE |
| 8324 | 2025-08-26T21:23:44.810Z | [ recovery-image] Aug 26 21:23:44.809 INFO O| Aug 26 21:23:44.809 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json |
| 8325 | 2025-08-26T21:23:44.835Z | [ recovery-image] Aug 26 21:23:44.835 INFO O| Aug 26 21:23:44.835 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal |
| 8326 | 2025-08-26T21:23:44.835Z | [ recovery-image] Aug 26 21:23:44.835 INFO O| Aug 26 21:23:44.835 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 8327 | 2025-08-26T21:23:46.221Z | [ recovery-image] Aug 26 21:23:46.222 INFO O| Aug 26 21:23:46.222 INFO STEP 1166 (pack_tar) COMPLETE |
| 8328 | 2025-08-26T21:23:46.221Z | [ recovery-image] Aug 26 21:23:46.222 INFO O| Aug 26 21:23:46.222 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 8329 | 2025-08-26T21:23:46.221Z | [ recovery-image] Aug 26 21:23:46.222 INFO O| Aug 26 21:23:46.222 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 8330 | 2025-08-26T21:23:46.467Z | [ recovery-image] Aug 26 21:23:46.468 INFO O| Aug 26 21:23:46.468 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 8331 | 2025-08-26T21:23:46.547Z | [ recovery-image] Aug 26 21:23:46.548 INFO O| Aug 26 21:23:46.548 INFO completed processing sled/ramdisk-03-recovery-trim |
| 8332 | 2025-08-26T21:23:46.573Z | [ recovery-image] Aug 26 21:23:46.555 INFO image builder template: zfs-recovery... |
| 8333 | 2025-08-26T21:23:46.573Z | [ recovery-image] Aug 26 21:23:46.555 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/.tmpQmIViS/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.37.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "zfs-recovery"], pwd: None |
| 8334 | 2025-08-26T21:23:46.603Z | [ recovery-image] Aug 26 21:23:46.604 INFO O| Aug 26 21:23:46.604 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8335 | 2025-08-26T21:23:46.630Z | [ recovery-image] Aug 26 21:23:46.610 INFO O| Aug 26 21:23:46.610 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8336 | 2025-08-26T21:23:46.664Z | [ recovery-image] Aug 26 21:23:46.665 INFO O| Aug 26 21:23:46.665 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled |
| 8337 | 2025-08-26T21:23:46.693Z | [ recovery-image] Aug 26 21:23:46.694 INFO O| Aug 26 21:23:46.694 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8338 | 2025-08-26T21:23:46.693Z | [ recovery-image] Aug 26 21:23:46.694 INFO O| Aug 26 21:23:46.694 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8339 | 2025-08-26T21:23:46.718Z | [ recovery-image] Aug 26 21:23:46.701 INFO O| Aug 26 21:23:46.700 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8340 | 2025-08-26T21:23:46.745Z | [ recovery-image] Aug 26 21:23:46.734 INFO O| Aug 26 21:23:46.734 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled |
| 8341 | 2025-08-26T21:23:46.771Z | [ recovery-image] Aug 26 21:23:46.754 INFO O| Aug 26 21:23:46.754 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery |
| 8342 | 2025-08-26T21:23:46.796Z | [ recovery-image] Aug 26 21:23:46.773 INFO O| Aug 26 21:23:46.773 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw |
| 8343 | 2025-08-26T21:23:46.796Z | [ recovery-image] Aug 26 21:23:46.790 INFO O| Aug 26 21:23:46.789 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot |
| 8344 | 2025-08-26T21:23:46.822Z | [ recovery-image] Aug 26 21:23:46.799 INFO O| Aug 26 21:23:46.799 INFO no lofi found |
| 8345 | 2025-08-26T21:23:46.822Z | [ recovery-image] Aug 26 21:23:46.799 INFO O| Aug 26 21:23:46.799 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal |
| 8346 | 2025-08-26T21:23:46.822Z | [ recovery-image] Aug 26 21:23:46.799 INFO O| Aug 26 21:23:46.799 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw |
| 8347 | 2025-08-26T21:23:49.001Z | [ recovery-image] Aug 26 21:23:49.003 INFO O| Aug 26 21:23:49.002 INFO lofi device = /dev/dsk/c3t1d0p0 |
| 8348 | 2025-08-26T21:23:49.002Z | [ recovery-image] Aug 26 21:23:49.003 INFO O| Aug 26 21:23:49.003 INFO pool device = /dev/dsk/c3t1d0p0 |
| 8349 | 2025-08-26T21:23:49.027Z | [ recovery-image] Aug 26 21:23:49.003 INFO O| Aug 26 21:23:49.003 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/c3t1d0p0"] |
| 8350 | 2025-08-26T21:23:49.337Z | [ recovery-image] Aug 26 21:23:49.338 INFO O| Aug 26 21:23:49.338 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8351 | 2025-08-26T21:23:49.337Z | [ recovery-image] Aug 26 21:23:49.338 INFO O| Aug 26 21:23:49.338 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT |
| 8352 | 2025-08-26T21:23:49.387Z | [ recovery-image] Aug 26 21:23:49.387 INFO O| Aug 26 21:23:49.386 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off |
| 8353 | 2025-08-26T21:23:49.818Z | [ recovery-image] Aug 26 21:23:49.819 INFO O| Aug 26 21:23:49.819 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy |
| 8354 | 2025-08-26T21:23:49.871Z | [ recovery-image] Aug 26 21:23:49.873 INFO O| Aug 26 21:23:49.873 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk |
| 8355 | 2025-08-26T21:23:49.910Z | [ recovery-image] Aug 26 21:23:49.908 INFO O| Aug 26 21:23:49.908 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto |
| 8356 | 2025-08-26T21:23:49.935Z | [ recovery-image] Aug 26 21:23:49.935 INFO O| Aug 26 21:23:49.935 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
| 8357 | 2025-08-26T21:23:50.001Z | [ recovery-image] Aug 26 21:23:50.002 INFO O| Aug 26 21:23:50.002 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a |
| 8358 | 2025-08-26T21:23:50.026Z | [ recovery-image] Aug 26 21:23:50.003 INFO O| Aug 26 21:23:50.002 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a |
| 8359 | 2025-08-26T21:23:50.026Z | [ recovery-image] Aug 26 21:23:50.003 INFO O| Aug 26 21:23:50.003 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 8360 | 2025-08-26T21:23:50.027Z | [ recovery-image] Aug 26 21:23:50.017 INFO O| Aug 26 21:23:50.017 INFO boot environment UUID: dda44b54-4759-4b14-8583-f99677b9058f |
| 8361 | 2025-08-26T21:23:50.027Z | [ recovery-image] Aug 26 21:23:50.017 INFO O| Aug 26 21:23:50.017 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = dda44b54-4759-4b14-8583-f99677b9058f |
| 8362 | 2025-08-26T21:23:50.053Z | [ recovery-image] Aug 26 21:23:50.046 INFO O| Aug 26 21:23:50.046 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 8363 | 2025-08-26T21:23:50.078Z | [ recovery-image] Aug 26 21:23:50.075 INFO O| Aug 26 21:23:50.074 INFO STEP 0 (create_be) COMPLETE |
| 8364 | 2025-08-26T21:23:50.078Z | [ recovery-image] Aug 26 21:23:50.075 INFO O| Aug 26 21:23:50.075 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8365 | 2025-08-26T21:23:50.105Z | [ recovery-image] Aug 26 21:23:50.101 INFO O| Aug 26 21:23:50.101 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"] |
| 8366 | 2025-08-26T21:23:59.937Z | [ recovery-image] Aug 26 21:23:59.939 INFO O| Aug 26 21:23:59.939 INFO STEP 1 (unpack_tar) COMPLETE |
| 8367 | 2025-08-26T21:23:59.937Z | [ recovery-image] Aug 26 21:23:59.939 INFO O| Aug 26 21:23:59.939 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8368 | 2025-08-26T21:23:59.964Z | [ recovery-image] Aug 26 21:23:59.956 INFO O| Aug 26 21:23:59.956 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 8369 | 2025-08-26T21:24:01.541Z | [ recovery-image] Aug 26 21:24:01.543 INFO O| Aug 26 21:24:01.543 INFO STEP 2 (devfsadm) COMPLETE |
| 8370 | 2025-08-26T21:24:01.541Z | [ recovery-image] Aug 26 21:24:01.543 INFO O| Aug 26 21:24:01.543 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8371 | 2025-08-26T21:24:01.567Z | [ recovery-image] Aug 26 21:24:01.563 INFO O| Aug 26 21:24:01.563 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8372 | 2025-08-26T21:24:01.567Z | [ recovery-image] Aug 26 21:24:01.564 INFO O| Aug 26 21:24:01.564 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8373 | 2025-08-26T21:24:01.568Z | [ recovery-image] Aug 26 21:24:01.564 INFO O| Aug 26 21:24:01.564 INFO STEP 3 (ensure_dir) COMPLETE |
| 8374 | 2025-08-26T21:24:01.568Z | [ recovery-image] Aug 26 21:24:01.564 INFO O| Aug 26 21:24:01.564 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8375 | 2025-08-26T21:24:01.595Z | [ recovery-image] Aug 26 21:24:01.583 INFO O| Aug 26 21:24:01.583 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8376 | 2025-08-26T21:24:01.595Z | [ recovery-image] Aug 26 21:24:01.583 INFO O| Aug 26 21:24:01.583 INFO STEP 4 (ensure_dir) COMPLETE |
| 8377 | 2025-08-26T21:24:01.595Z | [ recovery-image] Aug 26 21:24:01.583 INFO O| Aug 26 21:24:01.583 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8378 | 2025-08-26T21:24:01.621Z | [ recovery-image] Aug 26 21:24:01.603 INFO O| Aug 26 21:24:01.602 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8379 | 2025-08-26T21:24:01.621Z | [ recovery-image] Aug 26 21:24:01.603 INFO O| Aug 26 21:24:01.603 INFO STEP 5 (ensure_dir) COMPLETE |
| 8380 | 2025-08-26T21:24:01.621Z | [ recovery-image] Aug 26 21:24:01.603 INFO O| Aug 26 21:24:01.603 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8381 | 2025-08-26T21:24:01.646Z | [ recovery-image] Aug 26 21:24:01.623 INFO O| Aug 26 21:24:01.623 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8382 | 2025-08-26T21:24:01.646Z | [ recovery-image] Aug 26 21:24:01.623 INFO O| Aug 26 21:24:01.623 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8383 | 2025-08-26T21:24:01.646Z | [ recovery-image] Aug 26 21:24:01.623 INFO O| Aug 26 21:24:01.623 INFO STEP 6 (ensure_dir) COMPLETE |
| 8384 | 2025-08-26T21:24:01.647Z | [ recovery-image] Aug 26 21:24:01.623 INFO O| Aug 26 21:24:01.623 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8385 | 2025-08-26T21:24:01.647Z | [ recovery-image] Aug 26 21:24:01.644 INFO O| Aug 26 21:24:01.644 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8386 | 2025-08-26T21:24:01.647Z | [ recovery-image] Aug 26 21:24:01.644 INFO O| Aug 26 21:24:01.644 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8387 | 2025-08-26T21:24:01.647Z | [ recovery-image] Aug 26 21:24:01.644 INFO O| Aug 26 21:24:01.644 INFO STEP 7 (ensure_dir) COMPLETE |
| 8388 | 2025-08-26T21:24:01.647Z | [ recovery-image] Aug 26 21:24:01.644 INFO O| Aug 26 21:24:01.644 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8389 | 2025-08-26T21:24:01.674Z | [ recovery-image] Aug 26 21:24:01.671 INFO O| Aug 26 21:24:01.671 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg" |
| 8390 | 2025-08-26T21:24:01.674Z | [ recovery-image] Aug 26 21:24:01.671 INFO O| Aug 26 21:24:01.671 INFO STEP 8 (remove_files) COMPLETE |
| 8391 | 2025-08-26T21:24:01.674Z | [ recovery-image] Aug 26 21:24:01.671 INFO O| Aug 26 21:24:01.671 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8392 | 2025-08-26T21:24:01.700Z | [ recovery-image] Aug 26 21:24:01.691 INFO O| Aug 26 21:24:01.691 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk" |
| 8393 | 2025-08-26T21:24:01.700Z | [ recovery-image] Aug 26 21:24:01.693 INFO O| Aug 26 21:24:01.693 INFO STEP 9 (remove_files) COMPLETE |
| 8394 | 2025-08-26T21:24:01.700Z | [ recovery-image] Aug 26 21:24:01.693 INFO O| Aug 26 21:24:01.693 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8395 | 2025-08-26T21:24:01.727Z | [ recovery-image] Aug 26 21:24:01.715 INFO O| Aug 26 21:24:01.715 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk" |
| 8396 | 2025-08-26T21:24:01.727Z | [ recovery-image] Aug 26 21:24:01.717 INFO O| Aug 26 21:24:01.717 INFO STEP 10 (remove_files) COMPLETE |
| 8397 | 2025-08-26T21:24:01.727Z | [ recovery-image] Aug 26 21:24:01.717 INFO O| Aug 26 21:24:01.717 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8398 | 2025-08-26T21:24:01.752Z | [ recovery-image] Aug 26 21:24:01.734 INFO O| Aug 26 21:24:01.734 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors" |
| 8399 | 2025-08-26T21:24:01.752Z | [ recovery-image] Aug 26 21:24:01.734 INFO O| Aug 26 21:24:01.734 INFO STEP 11 (remove_files) COMPLETE |
| 8400 | 2025-08-26T21:24:01.752Z | [ recovery-image] Aug 26 21:24:01.734 INFO O| Aug 26 21:24:01.734 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8401 | 2025-08-26T21:24:01.752Z | [ recovery-image] Aug 26 21:24:01.751 INFO O| Aug 26 21:24:01.751 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb" |
| 8402 | 2025-08-26T21:24:01.752Z | [ recovery-image] Aug 26 21:24:01.751 INFO O| Aug 26 21:24:01.751 INFO STEP 12 (remove_files) COMPLETE |
| 8403 | 2025-08-26T21:24:01.753Z | [ recovery-image] Aug 26 21:24:01.751 INFO O| Aug 26 21:24:01.751 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8404 | 2025-08-26T21:24:01.778Z | [ recovery-image] Aug 26 21:24:01.771 INFO O| Aug 26 21:24:01.771 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8405 | 2025-08-26T21:24:01.778Z | [ recovery-image] Aug 26 21:24:01.772 INFO O| Aug 26 21:24:01.772 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8406 | 2025-08-26T21:24:01.778Z | [ recovery-image] Aug 26 21:24:01.772 INFO O| Aug 26 21:24:01.772 INFO STEP 13 (ensure_dir) COMPLETE |
| 8407 | 2025-08-26T21:24:01.778Z | [ recovery-image] Aug 26 21:24:01.772 INFO O| Aug 26 21:24:01.772 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8408 | 2025-08-26T21:24:01.805Z | [ recovery-image] Aug 26 21:24:01.799 INFO O| Aug 26 21:24:01.799 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8409 | 2025-08-26T21:24:01.805Z | [ recovery-image] Aug 26 21:24:01.799 INFO O| Aug 26 21:24:01.799 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8410 | 2025-08-26T21:24:01.805Z | [ recovery-image] Aug 26 21:24:01.799 INFO O| Aug 26 21:24:01.799 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8411 | 2025-08-26T21:24:01.805Z | [ recovery-image] Aug 26 21:24:01.799 INFO O| Aug 26 21:24:01.799 INFO STEP 14 (ensure_dir) COMPLETE |
| 8412 | 2025-08-26T21:24:01.805Z | [ recovery-image] Aug 26 21:24:01.799 INFO O| Aug 26 21:24:01.799 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8413 | 2025-08-26T21:24:01.830Z | [ recovery-image] Aug 26 21:24:01.821 INFO O| Aug 26 21:24:01.820 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8414 | 2025-08-26T21:24:01.830Z | [ recovery-image] Aug 26 21:24:01.821 INFO O| Aug 26 21:24:01.821 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8415 | 2025-08-26T21:24:01.830Z | [ recovery-image] Aug 26 21:24:01.821 INFO O| Aug 26 21:24:01.821 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8416 | 2025-08-26T21:24:01.830Z | [ recovery-image] Aug 26 21:24:01.821 INFO O| Aug 26 21:24:01.821 INFO STEP 15 (ensure_dir) COMPLETE |
| 8417 | 2025-08-26T21:24:01.830Z | [ recovery-image] Aug 26 21:24:01.821 INFO O| Aug 26 21:24:01.821 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8418 | 2025-08-26T21:24:01.855Z | [ recovery-image] Aug 26 21:24:01.843 INFO O| Aug 26 21:24:01.843 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8419 | 2025-08-26T21:24:01.855Z | [ recovery-image] Aug 26 21:24:01.843 INFO O| Aug 26 21:24:01.843 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8420 | 2025-08-26T21:24:01.855Z | [ recovery-image] Aug 26 21:24:01.843 INFO O| Aug 26 21:24:01.843 INFO STEP 16 (ensure_dir) COMPLETE |
| 8421 | 2025-08-26T21:24:01.855Z | [ recovery-image] Aug 26 21:24:01.843 INFO O| Aug 26 21:24:01.843 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8422 | 2025-08-26T21:24:01.881Z | [ recovery-image] Aug 26 21:24:01.867 INFO O| Aug 26 21:24:01.866 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8423 | 2025-08-26T21:24:01.881Z | [ recovery-image] Aug 26 21:24:01.867 INFO O| Aug 26 21:24:01.867 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8424 | 2025-08-26T21:24:01.881Z | [ recovery-image] Aug 26 21:24:01.867 INFO O| Aug 26 21:24:01.867 INFO STEP 17 (ensure_dir) COMPLETE |
| 8425 | 2025-08-26T21:24:01.881Z | [ recovery-image] Aug 26 21:24:01.867 INFO O| Aug 26 21:24:01.867 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8426 | 2025-08-26T21:24:01.906Z | [ recovery-image] Aug 26 21:24:01.890 INFO O| Aug 26 21:24:01.890 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 8427 | 2025-08-26T21:24:01.906Z | [ recovery-image] Aug 26 21:24:01.890 INFO O| Aug 26 21:24:01.890 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog |
| 8428 | 2025-08-26T21:24:01.906Z | [ recovery-image] Aug 26 21:24:01.890 INFO O| Aug 26 21:24:01.890 INFO ok! |
| 8429 | 2025-08-26T21:24:01.906Z | [ recovery-image] Aug 26 21:24:01.890 INFO O| Aug 26 21:24:01.890 INFO STEP 18 (ensure_symlink) COMPLETE |
| 8430 | 2025-08-26T21:24:01.906Z | [ recovery-image] Aug 26 21:24:01.890 INFO O| Aug 26 21:24:01.890 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8431 | 2025-08-26T21:24:01.906Z | [ recovery-image] Aug 26 21:24:01.907 INFO O| Aug 26 21:24:01.906 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents |
| 8432 | 2025-08-26T21:24:01.906Z | [ recovery-image] Aug 26 21:24:01.907 INFO O| Aug 26 21:24:01.907 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure |
| 8433 | 2025-08-26T21:24:01.906Z | [ recovery-image] Aug 26 21:24:01.907 INFO O| Aug 26 21:24:01.907 INFO ok! |
| 8434 | 2025-08-26T21:24:01.906Z | [ recovery-image] Aug 26 21:24:01.907 INFO O| Aug 26 21:24:01.907 INFO STEP 19 (ensure_file) COMPLETE |
| 8435 | 2025-08-26T21:24:01.906Z | [ recovery-image] Aug 26 21:24:01.907 INFO O| Aug 26 21:24:01.907 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8436 | 2025-08-26T21:24:01.933Z | [ recovery-image] Aug 26 21:24:01.920 INFO O| Aug 26 21:24:01.920 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
| 8437 | 2025-08-26T21:24:01.933Z | [ recovery-image] Aug 26 21:24:01.920 INFO O| Aug 26 21:24:01.920 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 8438 | 2025-08-26T21:24:01.933Z | [ recovery-image] Aug 26 21:24:01.920 INFO O| Aug 26 21:24:01.920 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml |
| 8439 | 2025-08-26T21:24:01.933Z | [ recovery-image] Aug 26 21:24:01.920 INFO O| Aug 26 21:24:01.920 INFO ok! |
| 8440 | 2025-08-26T21:24:01.933Z | [ recovery-image] Aug 26 21:24:01.920 INFO O| Aug 26 21:24:01.920 INFO STEP 20 (ensure_symlink) COMPLETE |
| 8441 | 2025-08-26T21:24:01.933Z | [ recovery-image] Aug 26 21:24:01.920 INFO O| Aug 26 21:24:01.920 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8442 | 2025-08-26T21:24:01.933Z | [ recovery-image] Aug 26 21:24:01.934 INFO O| Aug 26 21:24:01.934 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
| 8443 | 2025-08-26T21:24:01.934Z | [ recovery-image] Aug 26 21:24:01.934 INFO O| Aug 26 21:24:01.934 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 8444 | 2025-08-26T21:24:01.934Z | [ recovery-image] Aug 26 21:24:01.934 INFO O| Aug 26 21:24:01.934 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
| 8445 | 2025-08-26T21:24:01.934Z | [ recovery-image] Aug 26 21:24:01.934 INFO O| Aug 26 21:24:01.934 INFO ok! |
| 8446 | 2025-08-26T21:24:01.934Z | [ recovery-image] Aug 26 21:24:01.934 INFO O| Aug 26 21:24:01.934 INFO STEP 21 (ensure_symlink) COMPLETE |
| 8447 | 2025-08-26T21:24:01.934Z | [ recovery-image] Aug 26 21:24:01.934 INFO O| Aug 26 21:24:01.934 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8448 | 2025-08-26T21:24:01.959Z | [ recovery-image] Aug 26 21:24:01.952 INFO O| Aug 26 21:24:01.952 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
| 8449 | 2025-08-26T21:24:01.959Z | [ recovery-image] Aug 26 21:24:01.952 INFO O| Aug 26 21:24:01.952 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 8450 | 2025-08-26T21:24:01.959Z | [ recovery-image] Aug 26 21:24:01.952 INFO O| Aug 26 21:24:01.952 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml |
| 8451 | 2025-08-26T21:24:01.959Z | [ recovery-image] Aug 26 21:24:01.952 INFO O| Aug 26 21:24:01.952 INFO ok! |
| 8452 | 2025-08-26T21:24:01.959Z | [ recovery-image] Aug 26 21:24:01.952 INFO O| Aug 26 21:24:01.952 INFO STEP 22 (ensure_symlink) COMPLETE |
| 8453 | 2025-08-26T21:24:01.959Z | [ recovery-image] Aug 26 21:24:01.952 INFO O| Aug 26 21:24:01.952 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8454 | 2025-08-26T21:24:01.984Z | [ recovery-image] Aug 26 21:24:01.971 INFO O| Aug 26 21:24:01.971 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
| 8455 | 2025-08-26T21:24:01.985Z | [ recovery-image] Aug 26 21:24:01.971 INFO O| Aug 26 21:24:01.971 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 8456 | 2025-08-26T21:24:01.985Z | [ recovery-image] Aug 26 21:24:01.971 INFO O| Aug 26 21:24:01.971 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml |
| 8457 | 2025-08-26T21:24:01.985Z | [ recovery-image] Aug 26 21:24:01.971 INFO O| Aug 26 21:24:01.971 INFO ok! |
| 8458 | 2025-08-26T21:24:01.985Z | [ recovery-image] Aug 26 21:24:01.971 INFO O| Aug 26 21:24:01.971 INFO STEP 23 (ensure_symlink) COMPLETE |
| 8459 | 2025-08-26T21:24:01.985Z | [ recovery-image] Aug 26 21:24:01.971 INFO O| Aug 26 21:24:01.971 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8460 | 2025-08-26T21:24:02.012Z | [ recovery-image] Aug 26 21:24:01.990 INFO O| Aug 26 21:24:01.990 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 8461 | 2025-08-26T21:24:02.012Z | [ recovery-image] Aug 26 21:24:01.991 INFO O| Aug 26 21:24:01.991 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 ... |
| 8462 | 2025-08-26T21:24:02.012Z | [ recovery-image] Aug 26 21:24:01.991 INFO O| Aug 26 21:24:01.991 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf |
| 8463 | 2025-08-26T21:24:02.012Z | [ recovery-image] Aug 26 21:24:01.991 INFO O| Aug 26 21:24:01.991 INFO ok! |
| 8464 | 2025-08-26T21:24:02.012Z | [ recovery-image] Aug 26 21:24:01.991 INFO O| Aug 26 21:24:01.991 INFO STEP 24 (ensure_file) COMPLETE |
| 8465 | 2025-08-26T21:24:02.012Z | [ recovery-image] Aug 26 21:24:01.991 INFO O| Aug 26 21:24:01.991 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8466 | 2025-08-26T21:24:02.012Z | [ recovery-image] Aug 26 21:24:02.009 INFO O| Aug 26 21:24:02.009 INFO updating shadow file |
| 8467 | 2025-08-26T21:24:02.012Z | [ recovery-image] Aug 26 21:24:02.009 INFO O| Aug 26 21:24:02.009 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8468 | 2025-08-26T21:24:02.012Z | [ recovery-image] Aug 26 21:24:02.009 INFO O| Aug 26 21:24:02.009 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8469 | 2025-08-26T21:24:02.012Z | [ recovery-image] Aug 26 21:24:02.009 INFO O| Aug 26 21:24:02.009 INFO STEP 25 (shadow) COMPLETE |
| 8470 | 2025-08-26T21:24:02.012Z | [ recovery-image] Aug 26 21:24:02.009 INFO O| Aug 26 21:24:02.009 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8471 | 2025-08-26T21:24:02.038Z | [ recovery-image] Aug 26 21:24:02.028 INFO O| Aug 26 21:24:02.028 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 8472 | 2025-08-26T21:24:02.038Z | [ recovery-image] Aug 26 21:24:02.028 INFO O| Aug 26 21:24:02.028 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ... |
| 8473 | 2025-08-26T21:24:02.038Z | [ recovery-image] Aug 26 21:24:02.029 INFO O| Aug 26 21:24:02.029 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts |
| 8474 | 2025-08-26T21:24:02.038Z | [ recovery-image] Aug 26 21:24:02.029 INFO O| Aug 26 21:24:02.029 INFO ok! |
| 8475 | 2025-08-26T21:24:02.038Z | [ recovery-image] Aug 26 21:24:02.029 INFO O| Aug 26 21:24:02.029 INFO STEP 26 (ensure_file) COMPLETE |
| 8476 | 2025-08-26T21:24:02.038Z | [ recovery-image] Aug 26 21:24:02.029 INFO O| Aug 26 21:24:02.029 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8477 | 2025-08-26T21:24:02.066Z | [ recovery-image] Aug 26 21:24:02.047 INFO O| Aug 26 21:24:02.046 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist |
| 8478 | 2025-08-26T21:24:02.066Z | [ recovery-image] Aug 26 21:24:02.047 INFO O| Aug 26 21:24:02.046 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ... |
| 8479 | 2025-08-26T21:24:02.066Z | [ recovery-image] Aug 26 21:24:02.047 INFO O| Aug 26 21:24:02.047 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename |
| 8480 | 2025-08-26T21:24:02.066Z | [ recovery-image] Aug 26 21:24:02.047 INFO O| Aug 26 21:24:02.047 INFO ok! |
| 8481 | 2025-08-26T21:24:02.066Z | [ recovery-image] Aug 26 21:24:02.047 INFO O| Aug 26 21:24:02.047 INFO STEP 27 (ensure_file) COMPLETE |
| 8482 | 2025-08-26T21:24:02.066Z | [ recovery-image] Aug 26 21:24:02.047 INFO O| Aug 26 21:24:02.047 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8483 | 2025-08-26T21:24:02.066Z | [ recovery-image] Aug 26 21:24:02.065 INFO O| Aug 26 21:24:02.065 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 8484 | 2025-08-26T21:24:02.066Z | [ recovery-image] Aug 26 21:24:02.065 INFO O| Aug 26 21:24:02.065 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ... |
| 8485 | 2025-08-26T21:24:02.066Z | [ recovery-image] Aug 26 21:24:02.066 INFO O| Aug 26 21:24:02.065 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent |
| 8486 | 2025-08-26T21:24:02.066Z | [ recovery-image] Aug 26 21:24:02.066 INFO O| Aug 26 21:24:02.066 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent |
| 8487 | 2025-08-26T21:24:02.066Z | [ recovery-image] Aug 26 21:24:02.066 INFO O| Aug 26 21:24:02.066 INFO ok! |
| 8488 | 2025-08-26T21:24:02.067Z | [ recovery-image] Aug 26 21:24:02.066 INFO O| Aug 26 21:24:02.066 INFO STEP 28 (ensure_file) COMPLETE |
| 8489 | 2025-08-26T21:24:02.067Z | [ recovery-image] Aug 26 21:24:02.066 INFO O| Aug 26 21:24:02.066 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8490 | 2025-08-26T21:24:02.092Z | [ recovery-image] Aug 26 21:24:02.084 INFO O| Aug 26 21:24:02.084 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist |
| 8491 | 2025-08-26T21:24:02.092Z | [ recovery-image] Aug 26 21:24:02.084 INFO O| Aug 26 21:24:02.084 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ... |
| 8492 | 2025-08-26T21:24:02.092Z | [ recovery-image] Aug 26 21:24:02.084 INFO O| Aug 26 21:24:02.084 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf |
| 8493 | 2025-08-26T21:24:02.092Z | [ recovery-image] Aug 26 21:24:02.084 INFO O| Aug 26 21:24:02.084 INFO ok! |
| 8494 | 2025-08-26T21:24:02.092Z | [ recovery-image] Aug 26 21:24:02.084 INFO O| Aug 26 21:24:02.084 INFO STEP 29 (ensure_file) COMPLETE |
| 8495 | 2025-08-26T21:24:02.092Z | [ recovery-image] Aug 26 21:24:02.084 INFO O| Aug 26 21:24:02.084 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8496 | 2025-08-26T21:24:02.118Z | [ recovery-image] Aug 26 21:24:02.101 INFO O| Aug 26 21:24:02.101 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8497 | 2025-08-26T21:24:02.118Z | [ recovery-image] Aug 26 21:24:02.101 INFO O| Aug 26 21:24:02.101 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8498 | 2025-08-26T21:24:02.118Z | [ recovery-image] Aug 26 21:24:02.101 INFO O| Aug 26 21:24:02.101 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8499 | 2025-08-26T21:24:02.118Z | [ recovery-image] Aug 26 21:24:02.101 INFO O| Aug 26 21:24:02.101 INFO STEP 30 (ensure_dir) COMPLETE |
| 8500 | 2025-08-26T21:24:02.118Z | [ recovery-image] Aug 26 21:24:02.101 INFO O| Aug 26 21:24:02.101 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8501 | 2025-08-26T21:24:02.118Z | [ recovery-image] Aug 26 21:24:02.115 INFO O| Aug 26 21:24:02.115 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist |
| 8502 | 2025-08-26T21:24:02.118Z | [ recovery-image] Aug 26 21:24:02.115 INFO O| Aug 26 21:24:02.115 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 ... |
| 8503 | 2025-08-26T21:24:02.118Z | [ recovery-image] Aug 26 21:24:02.115 INFO O| Aug 26 21:24:02.115 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 |
| 8504 | 2025-08-26T21:24:02.118Z | [ recovery-image] Aug 26 21:24:02.115 INFO O| Aug 26 21:24:02.115 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup |
| 8505 | 2025-08-26T21:24:02.118Z | [ recovery-image] Aug 26 21:24:02.115 INFO O| Aug 26 21:24:02.115 INFO ok! |
| 8506 | 2025-08-26T21:24:02.118Z | [ recovery-image] Aug 26 21:24:02.115 INFO O| Aug 26 21:24:02.115 INFO STEP 31 (ensure_file) COMPLETE |
| 8507 | 2025-08-26T21:24:02.118Z | [ recovery-image] Aug 26 21:24:02.115 INFO O| Aug 26 21:24:02.115 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8508 | 2025-08-26T21:24:02.143Z | [ recovery-image] Aug 26 21:24:02.129 INFO O| Aug 26 21:24:02.129 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8509 | 2025-08-26T21:24:02.143Z | [ recovery-image] Aug 26 21:24:02.130 INFO O| Aug 26 21:24:02.130 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8510 | 2025-08-26T21:24:02.143Z | [ recovery-image] Aug 26 21:24:02.130 INFO O| Aug 26 21:24:02.130 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8511 | 2025-08-26T21:24:02.143Z | [ recovery-image] Aug 26 21:24:02.130 INFO O| Aug 26 21:24:02.130 INFO STEP 32 (ensure_dir) COMPLETE |
| 8512 | 2025-08-26T21:24:02.143Z | [ recovery-image] Aug 26 21:24:02.130 INFO O| Aug 26 21:24:02.130 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8513 | 2025-08-26T21:24:02.169Z | [ recovery-image] Aug 26 21:24:02.150 INFO O| Aug 26 21:24:02.150 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist |
| 8514 | 2025-08-26T21:24:02.169Z | [ recovery-image] Aug 26 21:24:02.150 INFO O| Aug 26 21:24:02.150 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 ... |
| 8515 | 2025-08-26T21:24:02.169Z | [ recovery-image] Aug 26 21:24:02.150 INFO O| Aug 26 21:24:02.150 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 |
| 8516 | 2025-08-26T21:24:02.169Z | [ recovery-image] Aug 26 21:24:02.150 INFO O| Aug 26 21:24:02.150 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml |
| 8517 | 2025-08-26T21:24:02.169Z | [ recovery-image] Aug 26 21:24:02.150 INFO O| Aug 26 21:24:02.150 INFO ok! |
| 8518 | 2025-08-26T21:24:02.169Z | [ recovery-image] Aug 26 21:24:02.150 INFO O| Aug 26 21:24:02.150 INFO STEP 33 (ensure_file) COMPLETE |
| 8519 | 2025-08-26T21:24:02.169Z | [ recovery-image] Aug 26 21:24:02.150 INFO O| Aug 26 21:24:02.150 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8520 | 2025-08-26T21:24:02.169Z | [ recovery-image] Aug 26 21:24:02.165 INFO O| Aug 26 21:24:02.165 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist |
| 8521 | 2025-08-26T21:24:02.169Z | [ recovery-image] Aug 26 21:24:02.165 INFO O| Aug 26 21:24:02.165 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ... |
| 8522 | 2025-08-26T21:24:02.169Z | [ recovery-image] Aug 26 21:24:02.165 INFO O| Aug 26 21:24:02.165 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master |
| 8523 | 2025-08-26T21:24:02.169Z | [ recovery-image] Aug 26 21:24:02.165 INFO O| Aug 26 21:24:02.165 INFO ok! |
| 8524 | 2025-08-26T21:24:02.169Z | [ recovery-image] Aug 26 21:24:02.165 INFO O| Aug 26 21:24:02.165 INFO STEP 34 (ensure_file) COMPLETE |
| 8525 | 2025-08-26T21:24:02.169Z | [ recovery-image] Aug 26 21:24:02.165 INFO O| Aug 26 21:24:02.165 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8526 | 2025-08-26T21:24:02.194Z | [ recovery-image] Aug 26 21:24:02.179 INFO O| Aug 26 21:24:02.179 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
| 8527 | 2025-08-26T21:24:02.195Z | [ recovery-image] Aug 26 21:24:02.179 INFO O| Aug 26 21:24:02.179 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ... |
| 8528 | 2025-08-26T21:24:02.195Z | [ recovery-image] Aug 26 21:24:02.179 INFO O| Aug 26 21:24:02.179 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs |
| 8529 | 2025-08-26T21:24:02.195Z | [ recovery-image] Aug 26 21:24:02.180 INFO O| Aug 26 21:24:02.179 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs |
| 8530 | 2025-08-26T21:24:02.195Z | [ recovery-image] Aug 26 21:24:02.180 INFO O| Aug 26 21:24:02.179 INFO ok! |
| 8531 | 2025-08-26T21:24:02.195Z | [ recovery-image] Aug 26 21:24:02.180 INFO O| Aug 26 21:24:02.180 INFO STEP 35 (ensure_file) COMPLETE |
| 8532 | 2025-08-26T21:24:02.195Z | [ recovery-image] Aug 26 21:24:02.180 INFO O| Aug 26 21:24:02.180 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8533 | 2025-08-26T21:24:02.195Z | [ recovery-image] Aug 26 21:24:02.193 INFO O| Aug 26 21:24:02.193 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
| 8534 | 2025-08-26T21:24:02.195Z | [ recovery-image] Aug 26 21:24:02.193 INFO O| Aug 26 21:24:02.193 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ... |
| 8535 | 2025-08-26T21:24:02.195Z | [ recovery-image] Aug 26 21:24:02.193 INFO O| Aug 26 21:24:02.193 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init |
| 8536 | 2025-08-26T21:24:02.195Z | [ recovery-image] Aug 26 21:24:02.193 INFO O| Aug 26 21:24:02.193 INFO ok! |
| 8537 | 2025-08-26T21:24:02.195Z | [ recovery-image] Aug 26 21:24:02.193 INFO O| Aug 26 21:24:02.193 INFO STEP 36 (ensure_file) COMPLETE |
| 8538 | 2025-08-26T21:24:02.195Z | [ recovery-image] Aug 26 21:24:02.193 INFO O| Aug 26 21:24:02.193 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8539 | 2025-08-26T21:24:02.221Z | [ recovery-image] Aug 26 21:24:02.206 INFO O| Aug 26 21:24:02.206 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 8540 | 2025-08-26T21:24:02.221Z | [ recovery-image] Aug 26 21:24:02.206 INFO O| Aug 26 21:24:02.206 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ... |
| 8541 | 2025-08-26T21:24:02.221Z | [ recovery-image] Aug 26 21:24:02.206 INFO O| Aug 26 21:24:02.206 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config |
| 8542 | 2025-08-26T21:24:02.221Z | [ recovery-image] Aug 26 21:24:02.206 INFO O| Aug 26 21:24:02.206 INFO ok! |
| 8543 | 2025-08-26T21:24:02.221Z | [ recovery-image] Aug 26 21:24:02.206 INFO O| Aug 26 21:24:02.206 INFO STEP 37 (ensure_file) COMPLETE |
| 8544 | 2025-08-26T21:24:02.221Z | [ recovery-image] Aug 26 21:24:02.206 INFO O| Aug 26 21:24:02.206 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8545 | 2025-08-26T21:24:02.221Z | [ recovery-image] Aug 26 21:24:02.219 INFO O| Aug 26 21:24:02.219 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist |
| 8546 | 2025-08-26T21:24:02.221Z | [ recovery-image] Aug 26 21:24:02.219 INFO O| Aug 26 21:24:02.219 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ... |
| 8547 | 2025-08-26T21:24:02.221Z | [ recovery-image] Aug 26 21:24:02.220 INFO O| Aug 26 21:24:02.220 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8548 | 2025-08-26T21:24:02.221Z | [ recovery-image] Aug 26 21:24:02.220 INFO O| Aug 26 21:24:02.220 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8549 | 2025-08-26T21:24:02.221Z | [ recovery-image] Aug 26 21:24:02.220 INFO O| Aug 26 21:24:02.220 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8550 | 2025-08-26T21:24:02.221Z | [ recovery-image] Aug 26 21:24:02.220 INFO O| Aug 26 21:24:02.220 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8551 | 2025-08-26T21:24:02.222Z | [ recovery-image] Aug 26 21:24:02.220 INFO O| Aug 26 21:24:02.220 INFO ok! |
| 8552 | 2025-08-26T21:24:02.222Z | [ recovery-image] Aug 26 21:24:02.220 INFO O| Aug 26 21:24:02.220 INFO STEP 38 (ensure_file) COMPLETE |
| 8553 | 2025-08-26T21:24:02.222Z | [ recovery-image] Aug 26 21:24:02.220 INFO O| Aug 26 21:24:02.220 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8554 | 2025-08-26T21:24:02.247Z | [ recovery-image] Aug 26 21:24:02.233 INFO O| Aug 26 21:24:02.233 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8555 | 2025-08-26T21:24:02.247Z | [ recovery-image] Aug 26 21:24:02.233 INFO O| Aug 26 21:24:02.233 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8556 | 2025-08-26T21:24:02.247Z | [ recovery-image] Aug 26 21:24:02.233 INFO O| Aug 26 21:24:02.233 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8557 | 2025-08-26T21:24:02.247Z | [ recovery-image] Aug 26 21:24:02.233 INFO O| Aug 26 21:24:02.233 INFO STEP 39 (ensure_dir) COMPLETE |
| 8558 | 2025-08-26T21:24:02.247Z | [ recovery-image] Aug 26 21:24:02.233 INFO O| Aug 26 21:24:02.233 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8559 | 2025-08-26T21:24:02.273Z | [ recovery-image] Aug 26 21:24:02.251 INFO O| Aug 26 21:24:02.251 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 |
| 8560 | 2025-08-26T21:24:02.273Z | [ recovery-image] Aug 26 21:24:02.251 INFO O| Aug 26 21:24:02.251 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 ... |
| 8561 | 2025-08-26T21:24:02.273Z | [ recovery-image] Aug 26 21:24:02.251 INFO O| Aug 26 21:24:02.251 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 |
| 8562 | 2025-08-26T21:24:02.273Z | [ recovery-image] Aug 26 21:24:02.251 INFO O| Aug 26 21:24:02.251 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 |
| 8563 | 2025-08-26T21:24:02.273Z | [ recovery-image] Aug 26 21:24:02.251 INFO O| Aug 26 21:24:02.251 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 |
| 8564 | 2025-08-26T21:24:02.273Z | [ recovery-image] Aug 26 21:24:02.251 INFO O| Aug 26 21:24:02.251 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 |
| 8565 | 2025-08-26T21:24:02.273Z | [ recovery-image] Aug 26 21:24:02.251 INFO O| Aug 26 21:24:02.251 INFO ok! |
| 8566 | 2025-08-26T21:24:02.273Z | [ recovery-image] Aug 26 21:24:02.251 INFO O| Aug 26 21:24:02.251 INFO STEP 40 (ensure_file) COMPLETE |
| 8567 | 2025-08-26T21:24:02.273Z | [ recovery-image] Aug 26 21:24:02.251 INFO O| Aug 26 21:24:02.251 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8568 | 2025-08-26T21:24:02.274Z | [ recovery-image] Aug 26 21:24:02.271 INFO O| Aug 26 21:24:02.271 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 8569 | 2025-08-26T21:24:02.274Z | [ recovery-image] Aug 26 21:24:02.271 INFO O| Aug 26 21:24:02.271 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 ... |
| 8570 | 2025-08-26T21:24:02.274Z | [ recovery-image] Aug 26 21:24:02.271 INFO O| Aug 26 21:24:02.271 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 8571 | 2025-08-26T21:24:02.274Z | [ recovery-image] Aug 26 21:24:02.271 INFO O| Aug 26 21:24:02.271 INFO ok! |
| 8572 | 2025-08-26T21:24:02.274Z | [ recovery-image] Aug 26 21:24:02.271 INFO O| Aug 26 21:24:02.271 INFO STEP 41 (ensure_symlink) COMPLETE |
| 8573 | 2025-08-26T21:24:02.274Z | [ recovery-image] Aug 26 21:24:02.271 INFO O| Aug 26 21:24:02.271 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8574 | 2025-08-26T21:24:02.299Z | [ recovery-image] Aug 26 21:24:02.290 INFO O| Aug 26 21:24:02.290 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist |
| 8575 | 2025-08-26T21:24:02.299Z | [ recovery-image] Aug 26 21:24:02.290 INFO O| Aug 26 21:24:02.290 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ... |
| 8576 | 2025-08-26T21:24:02.299Z | [ recovery-image] Aug 26 21:24:02.290 INFO O| Aug 26 21:24:02.290 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo |
| 8577 | 2025-08-26T21:24:02.299Z | [ recovery-image] Aug 26 21:24:02.290 INFO O| Aug 26 21:24:02.290 INFO ok! |
| 8578 | 2025-08-26T21:24:02.299Z | [ recovery-image] Aug 26 21:24:02.290 INFO O| Aug 26 21:24:02.290 INFO STEP 42 (ensure_symlink) COMPLETE |
| 8579 | 2025-08-26T21:24:02.299Z | [ recovery-image] Aug 26 21:24:02.290 INFO O| Aug 26 21:24:02.290 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8580 | 2025-08-26T21:24:02.325Z | [ recovery-image] Aug 26 21:24:02.303 INFO O| Aug 26 21:24:02.303 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
| 8581 | 2025-08-26T21:24:02.325Z | [ recovery-image] Aug 26 21:24:02.303 INFO O| Aug 26 21:24:02.303 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ... |
| 8582 | 2025-08-26T21:24:02.325Z | [ recovery-image] Aug 26 21:24:02.303 INFO O| Aug 26 21:24:02.303 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8583 | 2025-08-26T21:24:02.325Z | [ recovery-image] Aug 26 21:24:02.303 INFO O| Aug 26 21:24:02.303 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8584 | 2025-08-26T21:24:02.325Z | [ recovery-image] Aug 26 21:24:02.303 INFO O| Aug 26 21:24:02.303 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8585 | 2025-08-26T21:24:02.325Z | [ recovery-image] Aug 26 21:24:02.303 INFO O| Aug 26 21:24:02.303 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8586 | 2025-08-26T21:24:02.325Z | [ recovery-image] Aug 26 21:24:02.303 INFO O| Aug 26 21:24:02.303 INFO ok! |
| 8587 | 2025-08-26T21:24:02.325Z | [ recovery-image] Aug 26 21:24:02.303 INFO O| Aug 26 21:24:02.303 INFO STEP 43 (ensure_file) COMPLETE |
| 8588 | 2025-08-26T21:24:02.325Z | [ recovery-image] Aug 26 21:24:02.303 INFO O| Aug 26 21:24:02.303 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8589 | 2025-08-26T21:24:02.325Z | [ recovery-image] Aug 26 21:24:02.320 INFO O| Aug 26 21:24:02.320 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
| 8590 | 2025-08-26T21:24:02.325Z | [ recovery-image] Aug 26 21:24:02.320 INFO O| Aug 26 21:24:02.320 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 ... |
| 8591 | 2025-08-26T21:24:02.325Z | [ recovery-image] Aug 26 21:24:02.320 INFO O| Aug 26 21:24:02.320 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 |
| 8592 | 2025-08-26T21:24:02.325Z | [ recovery-image] Aug 26 21:24:02.320 INFO O| Aug 26 21:24:02.320 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
| 8593 | 2025-08-26T21:24:02.325Z | [ recovery-image] Aug 26 21:24:02.320 INFO O| Aug 26 21:24:02.320 INFO ok! |
| 8594 | 2025-08-26T21:24:02.325Z | [ recovery-image] Aug 26 21:24:02.320 INFO O| Aug 26 21:24:02.320 INFO STEP 44 (ensure_file) COMPLETE |
| 8595 | 2025-08-26T21:24:02.325Z | [ recovery-image] Aug 26 21:24:02.320 INFO O| Aug 26 21:24:02.320 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8596 | 2025-08-26T21:24:02.351Z | [ recovery-image] Aug 26 21:24:02.334 INFO O| Aug 26 21:24:02.334 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist |
| 8597 | 2025-08-26T21:24:02.351Z | [ recovery-image] Aug 26 21:24:02.334 INFO O| Aug 26 21:24:02.334 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ... |
| 8598 | 2025-08-26T21:24:02.351Z | [ recovery-image] Aug 26 21:24:02.334 INFO O| Aug 26 21:24:02.334 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml |
| 8599 | 2025-08-26T21:24:02.351Z | [ recovery-image] Aug 26 21:24:02.334 INFO O| Aug 26 21:24:02.334 INFO ok! |
| 8600 | 2025-08-26T21:24:02.351Z | [ recovery-image] Aug 26 21:24:02.334 INFO O| Aug 26 21:24:02.334 INFO STEP 45 (ensure_file) COMPLETE |
| 8601 | 2025-08-26T21:24:02.351Z | [ recovery-image] Aug 26 21:24:02.334 INFO O| Aug 26 21:24:02.334 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 8602 | 2025-08-26T21:24:02.378Z | [ recovery-image] Aug 26 21:24:02.355 INFO O| Aug 26 21:24:02.355 INFO updating shadow file |
| 8603 | 2025-08-26T21:24:02.378Z | [ recovery-image] Aug 26 21:24:02.356 INFO O| Aug 26 21:24:02.356 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8604 | 2025-08-26T21:24:02.378Z | [ recovery-image] Aug 26 21:24:02.356 INFO O| Aug 26 21:24:02.356 INFO STEP 46 (shadow) COMPLETE |
| 8605 | 2025-08-26T21:24:02.378Z | [ recovery-image] Aug 26 21:24:02.356 INFO O| Aug 26 21:24:02.356 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 8606 | 2025-08-26T21:24:02.378Z | [ recovery-image] Aug 26 21:24:02.373 INFO O| Aug 26 21:24:02.373 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
| 8607 | 2025-08-26T21:24:02.378Z | [ recovery-image] Aug 26 21:24:02.373 INFO O| Aug 26 21:24:02.373 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ... |
| 8608 | 2025-08-26T21:24:02.378Z | [ recovery-image] Aug 26 21:24:02.373 INFO O| Aug 26 21:24:02.373 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login |
| 8609 | 2025-08-26T21:24:02.378Z | [ recovery-image] Aug 26 21:24:02.373 INFO O| Aug 26 21:24:02.373 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login |
| 8610 | 2025-08-26T21:24:02.378Z | [ recovery-image] Aug 26 21:24:02.373 INFO O| Aug 26 21:24:02.373 INFO ok! |
| 8611 | 2025-08-26T21:24:02.378Z | [ recovery-image] Aug 26 21:24:02.373 INFO O| Aug 26 21:24:02.373 INFO STEP 47 (ensure_file) COMPLETE |
| 8612 | 2025-08-26T21:24:02.378Z | [ recovery-image] Aug 26 21:24:02.373 INFO O| Aug 26 21:24:02.373 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8613 | 2025-08-26T21:24:02.434Z | [ recovery-image] Aug 26 21:24:02.387 INFO O| Aug 26 21:24:02.386 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt |
| 8614 | 2025-08-26T21:24:02.434Z | [ recovery-image] Aug 26 21:24:02.387 INFO O| Aug 26 21:24:02.386 INFO STEP 48 (ensure_dir) COMPLETE |
| 8615 | 2025-08-26T21:24:02.434Z | [ recovery-image] Aug 26 21:24:02.387 INFO O| Aug 26 21:24:02.386 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8616 | 2025-08-26T21:24:02.434Z | [ recovery-image] Aug 26 21:24:02.399 INFO O| Aug 26 21:24:02.399 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide |
| 8617 | 2025-08-26T21:24:02.434Z | [ recovery-image] Aug 26 21:24:02.399 INFO O| Aug 26 21:24:02.399 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide |
| 8618 | 2025-08-26T21:24:02.435Z | [ recovery-image] Aug 26 21:24:02.399 INFO O| Aug 26 21:24:02.399 INFO STEP 49 (ensure_dir) COMPLETE |
| 8619 | 2025-08-26T21:24:02.435Z | [ recovery-image] Aug 26 21:24:02.399 INFO O| Aug 26 21:24:02.399 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8620 | 2025-08-26T21:24:02.435Z | [ recovery-image] Aug 26 21:24:02.412 INFO O| Aug 26 21:24:02.412 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator |
| 8621 | 2025-08-26T21:24:02.435Z | [ recovery-image] Aug 26 21:24:02.412 INFO O| Aug 26 21:24:02.412 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator |
| 8622 | 2025-08-26T21:24:02.435Z | [ recovery-image] Aug 26 21:24:02.412 INFO O| Aug 26 21:24:02.412 INFO STEP 50 (ensure_dir) COMPLETE |
| 8623 | 2025-08-26T21:24:02.435Z | [ recovery-image] Aug 26 21:24:02.412 INFO O| Aug 26 21:24:02.412 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8624 | 2025-08-26T21:24:02.435Z | [ recovery-image] Aug 26 21:24:02.427 INFO O| Aug 26 21:24:02.426 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
| 8625 | 2025-08-26T21:24:02.435Z | [ recovery-image] Aug 26 21:24:02.427 INFO O| Aug 26 21:24:02.426 INFO copying /tmp/.tmpQmIViS/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ... |
| 8626 | 2025-08-26T21:24:02.513Z | [ recovery-image] Aug 26 21:24:02.514 INFO O| Aug 26 21:24:02.514 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator |
| 8627 | 2025-08-26T21:24:02.539Z | [ recovery-image] Aug 26 21:24:02.514 INFO O| Aug 26 21:24:02.514 INFO ok! |
| 8628 | 2025-08-26T21:24:02.539Z | [ recovery-image] Aug 26 21:24:02.514 INFO O| Aug 26 21:24:02.514 INFO STEP 51 (ensure_file) COMPLETE |
| 8629 | 2025-08-26T21:24:02.539Z | [ recovery-image] Aug 26 21:24:02.514 INFO O| Aug 26 21:24:02.514 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8630 | 2025-08-26T21:24:02.564Z | [ recovery-image] Aug 26 21:24:02.550 INFO O| Aug 26 21:24:02.550 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg |
| 8631 | 2025-08-26T21:24:02.564Z | [ recovery-image] Aug 26 21:24:02.550 INFO O| Aug 26 21:24:02.550 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg |
| 8632 | 2025-08-26T21:24:02.564Z | [ recovery-image] Aug 26 21:24:02.551 INFO O| Aug 26 21:24:02.550 INFO STEP 52 (ensure_dir) COMPLETE |
| 8633 | 2025-08-26T21:24:02.564Z | [ recovery-image] Aug 26 21:24:02.551 INFO O| Aug 26 21:24:02.550 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8634 | 2025-08-26T21:24:02.591Z | [ recovery-image] Aug 26 21:24:02.569 INFO O| Aug 26 21:24:02.569 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
| 8635 | 2025-08-26T21:24:02.591Z | [ recovery-image] Aug 26 21:24:02.569 INFO O| Aug 26 21:24:02.569 INFO copying /tmp/.tmpQmIViS/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
| 8636 | 2025-08-26T21:24:02.591Z | [ recovery-image] Aug 26 21:24:02.570 INFO O| Aug 26 21:24:02.570 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION |
| 8637 | 2025-08-26T21:24:02.592Z | [ recovery-image] Aug 26 21:24:02.570 INFO O| Aug 26 21:24:02.570 INFO ok! |
| 8638 | 2025-08-26T21:24:02.592Z | [ recovery-image] Aug 26 21:24:02.570 INFO O| Aug 26 21:24:02.570 INFO STEP 53 (ensure_file) COMPLETE |
| 8639 | 2025-08-26T21:24:02.592Z | [ recovery-image] Aug 26 21:24:02.570 INFO O| Aug 26 21:24:02.570 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8640 | 2025-08-26T21:24:02.592Z | [ recovery-image] Aug 26 21:24:02.587 INFO O| Aug 26 21:24:02.587 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm |
| 8641 | 2025-08-26T21:24:02.592Z | [ recovery-image] Aug 26 21:24:02.588 INFO O| Aug 26 21:24:02.588 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm |
| 8642 | 2025-08-26T21:24:02.592Z | [ recovery-image] Aug 26 21:24:02.588 INFO O| Aug 26 21:24:02.588 INFO STEP 54 (ensure_dir) COMPLETE |
| 8643 | 2025-08-26T21:24:02.592Z | [ recovery-image] Aug 26 21:24:02.588 INFO O| Aug 26 21:24:02.588 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8644 | 2025-08-26T21:24:02.617Z | [ recovery-image] Aug 26 21:24:02.604 INFO O| Aug 26 21:24:02.603 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 8645 | 2025-08-26T21:24:02.617Z | [ recovery-image] Aug 26 21:24:02.604 INFO O| Aug 26 21:24:02.603 INFO copying /tmp/.tmpQmIViS/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
| 8646 | 2025-08-26T21:24:05.663Z | [ recovery-image] Aug 26 21:24:05.665 INFO O| Aug 26 21:24:05.665 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
| 8647 | 2025-08-26T21:24:05.663Z | [ recovery-image] Aug 26 21:24:05.665 INFO O| Aug 26 21:24:05.665 INFO ok! |
| 8648 | 2025-08-26T21:24:05.689Z | [ recovery-image] Aug 26 21:24:05.665 INFO O| Aug 26 21:24:05.665 INFO STEP 55 (ensure_file) COMPLETE |
| 8649 | 2025-08-26T21:24:05.689Z | [ recovery-image] Aug 26 21:24:05.665 INFO O| Aug 26 21:24:05.665 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8650 | 2025-08-26T21:24:05.689Z | [ recovery-image] Aug 26 21:24:05.683 INFO O| Aug 26 21:24:05.683 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
| 8651 | 2025-08-26T21:24:05.689Z | [ recovery-image] Aug 26 21:24:05.683 INFO O| Aug 26 21:24:05.683 INFO copying /tmp/.tmpQmIViS/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
| 8652 | 2025-08-26T21:24:08.699Z | [ recovery-image] Aug 26 21:24:08.700 INFO O| Aug 26 21:24:08.700 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
| 8653 | 2025-08-26T21:24:08.699Z | [ recovery-image] Aug 26 21:24:08.700 INFO O| Aug 26 21:24:08.700 INFO ok! |
| 8654 | 2025-08-26T21:24:08.699Z | [ recovery-image] Aug 26 21:24:08.700 INFO O| Aug 26 21:24:08.700 INFO STEP 56 (ensure_file) COMPLETE |
| 8655 | 2025-08-26T21:24:08.725Z | [ recovery-image] Aug 26 21:24:08.700 INFO O| Aug 26 21:24:08.700 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8656 | 2025-08-26T21:24:08.725Z | [ recovery-image] Aug 26 21:24:08.719 INFO O| Aug 26 21:24:08.719 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 8657 | 2025-08-26T21:24:08.725Z | [ recovery-image] Aug 26 21:24:08.719 INFO O| Aug 26 21:24:08.719 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 8658 | 2025-08-26T21:24:08.725Z | [ recovery-image] Aug 26 21:24:08.719 INFO O| Aug 26 21:24:08.719 INFO STEP 57 (ensure_dir) COMPLETE |
| 8659 | 2025-08-26T21:24:08.725Z | [ recovery-image] Aug 26 21:24:08.719 INFO O| Aug 26 21:24:08.719 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8660 | 2025-08-26T21:24:08.751Z | [ recovery-image] Aug 26 21:24:08.736 INFO O| Aug 26 21:24:08.735 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 8661 | 2025-08-26T21:24:08.751Z | [ recovery-image] Aug 26 21:24:08.736 INFO O| Aug 26 21:24:08.736 INFO copying /tmp/.tmpQmIViS/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 ... |
| 8662 | 2025-08-26T21:24:08.751Z | [ recovery-image] Aug 26 21:24:08.736 INFO O| Aug 26 21:24:08.736 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 |
| 8663 | 2025-08-26T21:24:08.751Z | [ recovery-image] Aug 26 21:24:08.736 INFO O| Aug 26 21:24:08.736 INFO ok! |
| 8664 | 2025-08-26T21:24:08.751Z | [ recovery-image] Aug 26 21:24:08.736 INFO O| Aug 26 21:24:08.736 INFO STEP 58 (ensure_file) COMPLETE |
| 8665 | 2025-08-26T21:24:08.751Z | [ recovery-image] Aug 26 21:24:08.736 INFO O| Aug 26 21:24:08.736 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8666 | 2025-08-26T21:24:08.751Z | [ recovery-image] Aug 26 21:24:08.749 INFO O| Aug 26 21:24:08.748 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 8667 | 2025-08-26T21:24:08.751Z | [ recovery-image] Aug 26 21:24:08.749 INFO O| Aug 26 21:24:08.749 INFO copying /tmp/.tmpQmIViS/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 ... |
| 8668 | 2025-08-26T21:24:08.751Z | [ recovery-image] Aug 26 21:24:08.749 INFO O| Aug 26 21:24:08.749 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 |
| 8669 | 2025-08-26T21:24:08.751Z | [ recovery-image] Aug 26 21:24:08.749 INFO O| Aug 26 21:24:08.749 INFO ok! |
| 8670 | 2025-08-26T21:24:08.751Z | [ recovery-image] Aug 26 21:24:08.749 INFO O| Aug 26 21:24:08.749 INFO STEP 59 (ensure_file) COMPLETE |
| 8671 | 2025-08-26T21:24:08.751Z | [ recovery-image] Aug 26 21:24:08.749 INFO O| Aug 26 21:24:08.749 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8672 | 2025-08-26T21:24:08.777Z | [ recovery-image] Aug 26 21:24:08.766 INFO O| Aug 26 21:24:08.766 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 8673 | 2025-08-26T21:24:08.777Z | [ recovery-image] Aug 26 21:24:08.766 INFO O| Aug 26 21:24:08.766 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 8674 | 2025-08-26T21:24:08.777Z | [ recovery-image] Aug 26 21:24:08.767 INFO O| Aug 26 21:24:08.766 INFO STEP 60 (ensure_dir) COMPLETE |
| 8675 | 2025-08-26T21:24:08.777Z | [ recovery-image] Aug 26 21:24:08.767 INFO O| Aug 26 21:24:08.766 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8676 | 2025-08-26T21:24:08.802Z | [ recovery-image] Aug 26 21:24:08.780 INFO O| Aug 26 21:24:08.779 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 8677 | 2025-08-26T21:24:08.802Z | [ recovery-image] Aug 26 21:24:08.780 INFO O| Aug 26 21:24:08.779 INFO copying /tmp/.tmpQmIViS/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 ... |
| 8678 | 2025-08-26T21:24:08.802Z | [ recovery-image] Aug 26 21:24:08.780 INFO O| Aug 26 21:24:08.780 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 8679 | 2025-08-26T21:24:08.802Z | [ recovery-image] Aug 26 21:24:08.780 INFO O| Aug 26 21:24:08.780 INFO ok! |
| 8680 | 2025-08-26T21:24:08.802Z | [ recovery-image] Aug 26 21:24:08.780 INFO O| Aug 26 21:24:08.780 INFO STEP 61 (ensure_file) COMPLETE |
| 8681 | 2025-08-26T21:24:08.802Z | [ recovery-image] Aug 26 21:24:08.780 INFO O| Aug 26 21:24:08.780 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8682 | 2025-08-26T21:24:08.802Z | [ recovery-image] Aug 26 21:24:08.797 INFO O| Aug 26 21:24:08.797 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 8683 | 2025-08-26T21:24:08.802Z | [ recovery-image] Aug 26 21:24:08.797 INFO O| Aug 26 21:24:08.797 INFO copying /tmp/.tmpQmIViS/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 ... |
| 8684 | 2025-08-26T21:24:08.802Z | [ recovery-image] Aug 26 21:24:08.798 INFO O| Aug 26 21:24:08.798 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 |
| 8685 | 2025-08-26T21:24:08.802Z | [ recovery-image] Aug 26 21:24:08.798 INFO O| Aug 26 21:24:08.798 INFO ok! |
| 8686 | 2025-08-26T21:24:08.802Z | [ recovery-image] Aug 26 21:24:08.798 INFO O| Aug 26 21:24:08.798 INFO STEP 62 (ensure_file) COMPLETE |
| 8687 | 2025-08-26T21:24:08.802Z | [ recovery-image] Aug 26 21:24:08.798 INFO O| Aug 26 21:24:08.798 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8688 | 2025-08-26T21:24:08.827Z | [ recovery-image] Aug 26 21:24:08.816 INFO O| Aug 26 21:24:08.816 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 8689 | 2025-08-26T21:24:08.827Z | [ recovery-image] Aug 26 21:24:08.816 INFO O| Aug 26 21:24:08.816 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 8690 | 2025-08-26T21:24:08.827Z | [ recovery-image] Aug 26 21:24:08.816 INFO O| Aug 26 21:24:08.816 INFO STEP 63 (ensure_dir) COMPLETE |
| 8691 | 2025-08-26T21:24:08.827Z | [ recovery-image] Aug 26 21:24:08.816 INFO O| Aug 26 21:24:08.816 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8692 | 2025-08-26T21:24:08.853Z | [ recovery-image] Aug 26 21:24:08.835 INFO O| Aug 26 21:24:08.835 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 8693 | 2025-08-26T21:24:08.853Z | [ recovery-image] Aug 26 21:24:08.835 INFO O| Aug 26 21:24:08.835 INFO copying /tmp/.tmpQmIViS/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 ... |
| 8694 | 2025-08-26T21:24:08.853Z | [ recovery-image] Aug 26 21:24:08.835 INFO O| Aug 26 21:24:08.835 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 8695 | 2025-08-26T21:24:08.853Z | [ recovery-image] Aug 26 21:24:08.835 INFO O| Aug 26 21:24:08.835 INFO ok! |
| 8696 | 2025-08-26T21:24:08.853Z | [ recovery-image] Aug 26 21:24:08.835 INFO O| Aug 26 21:24:08.835 INFO STEP 64 (ensure_file) COMPLETE |
| 8697 | 2025-08-26T21:24:08.853Z | [ recovery-image] Aug 26 21:24:08.835 INFO O| Aug 26 21:24:08.835 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8698 | 2025-08-26T21:24:08.853Z | [ recovery-image] Aug 26 21:24:08.853 INFO O| Aug 26 21:24:08.853 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
| 8699 | 2025-08-26T21:24:08.853Z | [ recovery-image] Aug 26 21:24:08.853 INFO O| Aug 26 21:24:08.853 INFO copying /tmp/.tmpQmIViS/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
| 8700 | 2025-08-26T21:24:08.853Z | [ recovery-image] Aug 26 21:24:08.853 INFO O| Aug 26 21:24:08.853 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
| 8701 | 2025-08-26T21:24:08.853Z | [ recovery-image] Aug 26 21:24:08.853 INFO O| Aug 26 21:24:08.853 INFO ok! |
| 8702 | 2025-08-26T21:24:08.853Z | [ recovery-image] Aug 26 21:24:08.853 INFO O| Aug 26 21:24:08.853 INFO STEP 65 (ensure_file) COMPLETE |
| 8703 | 2025-08-26T21:24:08.853Z | [ recovery-image] Aug 26 21:24:08.853 INFO O| Aug 26 21:24:08.853 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8704 | 2025-08-26T21:24:08.878Z | [ recovery-image] Aug 26 21:24:08.875 INFO O| Aug 26 21:24:08.874 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib |
| 8705 | 2025-08-26T21:24:08.878Z | [ recovery-image] Aug 26 21:24:08.875 INFO O| Aug 26 21:24:08.875 INFO STEP 66 (ensure_dir) COMPLETE |
| 8706 | 2025-08-26T21:24:08.878Z | [ recovery-image] Aug 26 21:24:08.875 INFO O| Aug 26 21:24:08.875 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8707 | 2025-08-26T21:24:08.903Z | [ recovery-image] Aug 26 21:24:08.892 INFO O| Aug 26 21:24:08.891 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc |
| 8708 | 2025-08-26T21:24:08.903Z | [ recovery-image] Aug 26 21:24:08.892 INFO O| Aug 26 21:24:08.892 INFO STEP 67 (ensure_dir) COMPLETE |
| 8709 | 2025-08-26T21:24:08.903Z | [ recovery-image] Aug 26 21:24:08.892 INFO O| Aug 26 21:24:08.892 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8710 | 2025-08-26T21:24:08.928Z | [ recovery-image] Aug 26 21:24:08.907 INFO O| Aug 26 21:24:08.907 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest |
| 8711 | 2025-08-26T21:24:08.928Z | [ recovery-image] Aug 26 21:24:08.907 INFO O| Aug 26 21:24:08.907 INFO STEP 68 (ensure_dir) COMPLETE |
| 8712 | 2025-08-26T21:24:08.928Z | [ recovery-image] Aug 26 21:24:08.907 INFO O| Aug 26 21:24:08.907 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8713 | 2025-08-26T21:24:08.928Z | [ recovery-image] Aug 26 21:24:08.922 INFO O| Aug 26 21:24:08.922 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site |
| 8714 | 2025-08-26T21:24:08.928Z | [ recovery-image] Aug 26 21:24:08.922 INFO O| Aug 26 21:24:08.922 INFO STEP 69 (ensure_dir) COMPLETE |
| 8715 | 2025-08-26T21:24:08.928Z | [ recovery-image] Aug 26 21:24:08.922 INFO O| Aug 26 21:24:08.922 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8716 | 2025-08-26T21:24:08.953Z | [ recovery-image] Aug 26 21:24:08.943 INFO O| Aug 26 21:24:08.943 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
| 8717 | 2025-08-26T21:24:08.953Z | [ recovery-image] Aug 26 21:24:08.943 INFO O| Aug 26 21:24:08.943 INFO copying /tmp/.tmpQmIViS/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
| 8718 | 2025-08-26T21:24:08.953Z | [ recovery-image] Aug 26 21:24:08.943 INFO O| Aug 26 21:24:08.943 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
| 8719 | 2025-08-26T21:24:08.953Z | [ recovery-image] Aug 26 21:24:08.943 INFO O| Aug 26 21:24:08.943 INFO ok! |
| 8720 | 2025-08-26T21:24:08.953Z | [ recovery-image] Aug 26 21:24:08.943 INFO O| Aug 26 21:24:08.943 INFO STEP 70 (ensure_file) COMPLETE |
| 8721 | 2025-08-26T21:24:08.953Z | [ recovery-image] Aug 26 21:24:08.943 INFO O| Aug 26 21:24:08.943 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8722 | 2025-08-26T21:24:08.979Z | [ recovery-image] Aug 26 21:24:08.965 INFO O| Aug 26 21:24:08.965 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
| 8723 | 2025-08-26T21:24:08.979Z | [ recovery-image] Aug 26 21:24:08.965 INFO O| Aug 26 21:24:08.965 INFO STEP 71 (remove_files) COMPLETE |
| 8724 | 2025-08-26T21:24:08.979Z | [ recovery-image] Aug 26 21:24:08.965 INFO O| Aug 26 21:24:08.965 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8725 | 2025-08-26T21:24:09.004Z | [ recovery-image] Aug 26 21:24:08.985 INFO O| Aug 26 21:24:08.985 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap" |
| 8726 | 2025-08-26T21:24:09.004Z | [ recovery-image] Aug 26 21:24:08.985 INFO O| Aug 26 21:24:08.985 INFO STEP 72 (remove_files) COMPLETE |
| 8727 | 2025-08-26T21:24:09.004Z | [ recovery-image] Aug 26 21:24:08.985 INFO O| Aug 26 21:24:08.985 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8728 | 2025-08-26T21:24:09.004Z | [ recovery-image] Aug 26 21:24:09.003 INFO O| Aug 26 21:24:09.003 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc" |
| 8729 | 2025-08-26T21:24:09.004Z | [ recovery-image] Aug 26 21:24:09.004 INFO O| Aug 26 21:24:09.004 INFO STEP 73 (remove_files) COMPLETE |
| 8730 | 2025-08-26T21:24:09.004Z | [ recovery-image] Aug 26 21:24:09.004 INFO O| Aug 26 21:24:09.004 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8731 | 2025-08-26T21:24:09.029Z | [ recovery-image] Aug 26 21:24:09.022 INFO O| Aug 26 21:24:09.022 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security" |
| 8732 | 2025-08-26T21:24:09.029Z | [ recovery-image] Aug 26 21:24:09.022 INFO O| Aug 26 21:24:09.022 INFO STEP 74 (remove_files) COMPLETE |
| 8733 | 2025-08-26T21:24:09.029Z | [ recovery-image] Aug 26 21:24:09.022 INFO O| Aug 26 21:24:09.022 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8734 | 2025-08-26T21:24:09.055Z | [ recovery-image] Aug 26 21:24:09.040 INFO O| Aug 26 21:24:09.040 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares" |
| 8735 | 2025-08-26T21:24:09.055Z | [ recovery-image] Aug 26 21:24:09.040 INFO O| Aug 26 21:24:09.040 INFO STEP 75 (remove_files) COMPLETE |
| 8736 | 2025-08-26T21:24:09.055Z | [ recovery-image] Aug 26 21:24:09.040 INFO O| Aug 26 21:24:09.040 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8737 | 2025-08-26T21:24:09.080Z | [ recovery-image] Aug 26 21:24:09.058 INFO O| Aug 26 21:24:09.058 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb" |
| 8738 | 2025-08-26T21:24:09.080Z | [ recovery-image] Aug 26 21:24:09.059 INFO O| Aug 26 21:24:09.058 INFO STEP 76 (remove_files) COMPLETE |
| 8739 | 2025-08-26T21:24:09.080Z | [ recovery-image] Aug 26 21:24:09.059 INFO O| Aug 26 21:24:09.058 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8740 | 2025-08-26T21:24:09.080Z | [ recovery-image] Aug 26 21:24:09.075 INFO O| Aug 26 21:24:09.075 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 8741 | 2025-08-26T21:24:09.080Z | [ recovery-image] Aug 26 21:24:09.075 INFO O| Aug 26 21:24:09.075 INFO STEP 77 (remove_files) COMPLETE |
| 8742 | 2025-08-26T21:24:09.080Z | [ recovery-image] Aug 26 21:24:09.075 INFO O| Aug 26 21:24:09.075 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8743 | 2025-08-26T21:24:09.106Z | [ recovery-image] Aug 26 21:24:09.090 INFO O| Aug 26 21:24:09.090 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
| 8744 | 2025-08-26T21:24:09.106Z | [ recovery-image] Aug 26 21:24:09.090 INFO O| Aug 26 21:24:09.090 INFO STEP 78 (remove_files) COMPLETE |
| 8745 | 2025-08-26T21:24:09.106Z | [ recovery-image] Aug 26 21:24:09.090 INFO O| Aug 26 21:24:09.090 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8746 | 2025-08-26T21:24:09.106Z | [ recovery-image] Aug 26 21:24:09.104 INFO O| Aug 26 21:24:09.104 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
| 8747 | 2025-08-26T21:24:09.106Z | [ recovery-image] Aug 26 21:24:09.104 INFO O| Aug 26 21:24:09.104 INFO STEP 79 (remove_files) COMPLETE |
| 8748 | 2025-08-26T21:24:09.106Z | [ recovery-image] Aug 26 21:24:09.104 INFO O| Aug 26 21:24:09.104 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8749 | 2025-08-26T21:24:09.133Z | [ recovery-image] Aug 26 21:24:09.116 INFO O| Aug 26 21:24:09.116 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 8750 | 2025-08-26T21:24:09.133Z | [ recovery-image] Aug 26 21:24:09.117 INFO O| Aug 26 21:24:09.116 INFO STEP 80 (remove_files) COMPLETE |
| 8751 | 2025-08-26T21:24:09.133Z | [ recovery-image] Aug 26 21:24:09.117 INFO O| Aug 26 21:24:09.116 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8752 | 2025-08-26T21:24:09.133Z | [ recovery-image] Aug 26 21:24:09.130 INFO O| Aug 26 21:24:09.129 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
| 8753 | 2025-08-26T21:24:09.133Z | [ recovery-image] Aug 26 21:24:09.130 INFO O| Aug 26 21:24:09.130 INFO STEP 81 (remove_files) COMPLETE |
| 8754 | 2025-08-26T21:24:09.133Z | [ recovery-image] Aug 26 21:24:09.130 INFO O| Aug 26 21:24:09.130 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8755 | 2025-08-26T21:24:09.158Z | [ recovery-image] Aug 26 21:24:09.142 INFO O| Aug 26 21:24:09.142 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
| 8756 | 2025-08-26T21:24:09.158Z | [ recovery-image] Aug 26 21:24:09.142 INFO O| Aug 26 21:24:09.142 INFO STEP 82 (remove_files) COMPLETE |
| 8757 | 2025-08-26T21:24:09.158Z | [ recovery-image] Aug 26 21:24:09.142 INFO O| Aug 26 21:24:09.142 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8758 | 2025-08-26T21:24:09.158Z | [ recovery-image] Aug 26 21:24:09.155 INFO O| Aug 26 21:24:09.155 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
| 8759 | 2025-08-26T21:24:09.158Z | [ recovery-image] Aug 26 21:24:09.155 INFO O| Aug 26 21:24:09.155 INFO STEP 83 (remove_files) COMPLETE |
| 8760 | 2025-08-26T21:24:09.158Z | [ recovery-image] Aug 26 21:24:09.155 INFO O| Aug 26 21:24:09.155 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8761 | 2025-08-26T21:24:09.183Z | [ recovery-image] Aug 26 21:24:09.171 INFO O| Aug 26 21:24:09.171 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
| 8762 | 2025-08-26T21:24:09.183Z | [ recovery-image] Aug 26 21:24:09.171 INFO O| Aug 26 21:24:09.171 INFO STEP 84 (remove_files) COMPLETE |
| 8763 | 2025-08-26T21:24:09.183Z | [ recovery-image] Aug 26 21:24:09.171 INFO O| Aug 26 21:24:09.171 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8764 | 2025-08-26T21:24:09.209Z | [ recovery-image] Aug 26 21:24:09.195 INFO O| Aug 26 21:24:09.195 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
| 8765 | 2025-08-26T21:24:09.209Z | [ recovery-image] Aug 26 21:24:09.195 INFO O| Aug 26 21:24:09.195 INFO STEP 85 (remove_files) COMPLETE |
| 8766 | 2025-08-26T21:24:09.209Z | [ recovery-image] Aug 26 21:24:09.195 INFO O| Aug 26 21:24:09.195 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8767 | 2025-08-26T21:24:09.275Z | [ recovery-image] Aug 26 21:24:09.208 INFO O| Aug 26 21:24:09.208 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
| 8768 | 2025-08-26T21:24:09.275Z | [ recovery-image] Aug 26 21:24:09.208 INFO O| Aug 26 21:24:09.208 INFO STEP 86 (remove_files) COMPLETE |
| 8769 | 2025-08-26T21:24:09.275Z | [ recovery-image] Aug 26 21:24:09.208 INFO O| Aug 26 21:24:09.208 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8770 | 2025-08-26T21:24:09.275Z | [ recovery-image] Aug 26 21:24:09.222 INFO O| Aug 26 21:24:09.222 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 8771 | 2025-08-26T21:24:09.275Z | [ recovery-image] Aug 26 21:24:09.222 INFO O| Aug 26 21:24:09.222 INFO STEP 87 (remove_files) COMPLETE |
| 8772 | 2025-08-26T21:24:09.276Z | [ recovery-image] Aug 26 21:24:09.222 INFO O| Aug 26 21:24:09.222 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8773 | 2025-08-26T21:24:09.276Z | [ recovery-image] Aug 26 21:24:09.241 INFO O| Aug 26 21:24:09.241 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
| 8774 | 2025-08-26T21:24:09.276Z | [ recovery-image] Aug 26 21:24:09.241 INFO O| Aug 26 21:24:09.241 INFO STEP 88 (remove_files) COMPLETE |
| 8775 | 2025-08-26T21:24:09.276Z | [ recovery-image] Aug 26 21:24:09.242 INFO O| Aug 26 21:24:09.241 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8776 | 2025-08-26T21:24:09.276Z | [ recovery-image] Aug 26 21:24:09.262 INFO O| Aug 26 21:24:09.262 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
| 8777 | 2025-08-26T21:24:09.276Z | [ recovery-image] Aug 26 21:24:09.262 INFO O| Aug 26 21:24:09.262 INFO STEP 89 (remove_files) COMPLETE |
| 8778 | 2025-08-26T21:24:09.276Z | [ recovery-image] Aug 26 21:24:09.262 INFO O| Aug 26 21:24:09.262 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8779 | 2025-08-26T21:24:09.301Z | [ recovery-image] Aug 26 21:24:09.280 INFO O| Aug 26 21:24:09.280 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 8780 | 2025-08-26T21:24:09.301Z | [ recovery-image] Aug 26 21:24:09.280 INFO O| Aug 26 21:24:09.280 INFO STEP 90 (remove_files) COMPLETE |
| 8781 | 2025-08-26T21:24:09.301Z | [ recovery-image] Aug 26 21:24:09.280 INFO O| Aug 26 21:24:09.280 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8782 | 2025-08-26T21:24:09.301Z | [ recovery-image] Aug 26 21:24:09.298 INFO O| Aug 26 21:24:09.298 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 8783 | 2025-08-26T21:24:09.301Z | [ recovery-image] Aug 26 21:24:09.298 INFO O| Aug 26 21:24:09.298 INFO STEP 91 (remove_files) COMPLETE |
| 8784 | 2025-08-26T21:24:09.301Z | [ recovery-image] Aug 26 21:24:09.298 INFO O| Aug 26 21:24:09.298 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8785 | 2025-08-26T21:24:09.348Z | [ recovery-image] Aug 26 21:24:09.348 INFO O| Aug 26 21:24:09.347 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat" |
| 8786 | 2025-08-26T21:24:09.348Z | [ recovery-image] Aug 26 21:24:09.348 INFO O| Aug 26 21:24:09.348 INFO STEP 92 (remove_files) COMPLETE |
| 8787 | 2025-08-26T21:24:09.348Z | [ recovery-image] Aug 26 21:24:09.348 INFO O| Aug 26 21:24:09.348 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8788 | 2025-08-26T21:24:09.374Z | [ recovery-image] Aug 26 21:24:09.362 INFO O| Aug 26 21:24:09.362 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 8789 | 2025-08-26T21:24:09.374Z | [ recovery-image] Aug 26 21:24:09.362 INFO O| Aug 26 21:24:09.362 INFO STEP 93 (remove_files) COMPLETE |
| 8790 | 2025-08-26T21:24:09.374Z | [ recovery-image] Aug 26 21:24:09.362 INFO O| Aug 26 21:24:09.362 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8791 | 2025-08-26T21:24:09.374Z | [ recovery-image] Aug 26 21:24:09.375 INFO O| Aug 26 21:24:09.375 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
| 8792 | 2025-08-26T21:24:09.374Z | [ recovery-image] Aug 26 21:24:09.375 INFO O| Aug 26 21:24:09.375 INFO STEP 94 (remove_files) COMPLETE |
| 8793 | 2025-08-26T21:24:09.374Z | [ recovery-image] Aug 26 21:24:09.375 INFO O| Aug 26 21:24:09.375 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8794 | 2025-08-26T21:24:09.429Z | [ recovery-image] Aug 26 21:24:09.389 INFO O| Aug 26 21:24:09.389 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
| 8795 | 2025-08-26T21:24:09.429Z | [ recovery-image] Aug 26 21:24:09.389 INFO O| Aug 26 21:24:09.389 INFO STEP 95 (remove_files) COMPLETE |
| 8796 | 2025-08-26T21:24:09.429Z | [ recovery-image] Aug 26 21:24:09.389 INFO O| Aug 26 21:24:09.389 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8797 | 2025-08-26T21:24:09.429Z | [ recovery-image] Aug 26 21:24:09.403 INFO O| Aug 26 21:24:09.403 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
| 8798 | 2025-08-26T21:24:09.429Z | [ recovery-image] Aug 26 21:24:09.403 INFO O| Aug 26 21:24:09.403 INFO STEP 96 (remove_files) COMPLETE |
| 8799 | 2025-08-26T21:24:09.429Z | [ recovery-image] Aug 26 21:24:09.403 INFO O| Aug 26 21:24:09.403 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8800 | 2025-08-26T21:24:09.429Z | [ recovery-image] Aug 26 21:24:09.417 INFO O| Aug 26 21:24:09.417 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
| 8801 | 2025-08-26T21:24:09.429Z | [ recovery-image] Aug 26 21:24:09.418 INFO O| Aug 26 21:24:09.418 INFO STEP 97 (remove_files) COMPLETE |
| 8802 | 2025-08-26T21:24:09.429Z | [ recovery-image] Aug 26 21:24:09.418 INFO O| Aug 26 21:24:09.418 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8803 | 2025-08-26T21:24:09.455Z | [ recovery-image] Aug 26 21:24:09.431 INFO O| Aug 26 21:24:09.431 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
| 8804 | 2025-08-26T21:24:09.455Z | [ recovery-image] Aug 26 21:24:09.431 INFO O| Aug 26 21:24:09.431 INFO STEP 98 (remove_files) COMPLETE |
| 8805 | 2025-08-26T21:24:09.455Z | [ recovery-image] Aug 26 21:24:09.431 INFO O| Aug 26 21:24:09.431 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8806 | 2025-08-26T21:24:09.455Z | [ recovery-image] Aug 26 21:24:09.445 INFO O| Aug 26 21:24:09.445 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
| 8807 | 2025-08-26T21:24:09.455Z | [ recovery-image] Aug 26 21:24:09.445 INFO O| Aug 26 21:24:09.445 INFO STEP 99 (remove_files) COMPLETE |
| 8808 | 2025-08-26T21:24:09.455Z | [ recovery-image] Aug 26 21:24:09.445 INFO O| Aug 26 21:24:09.445 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8809 | 2025-08-26T21:24:09.480Z | [ recovery-image] Aug 26 21:24:09.462 INFO O| Aug 26 21:24:09.462 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal |
| 8810 | 2025-08-26T21:24:09.480Z | [ recovery-image] Aug 26 21:24:09.463 INFO O| Aug 26 21:24:09.463 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"} |
| 8811 | 2025-08-26T21:24:20.880Z | [ recovery-image] Aug 26 21:24:20.882 INFO O| Aug 26 21:24:20.882 INFO O| Loading smf(7) service descriptions: 1/682/683/684/685/686/687/688/689/6810/6811/6812/6813/6814/6815/6816/6817/6818/6819/6820/6821/6822/6823/6824/6825/6826/6827/6828/6829/6830/6831/6832/6833/6834/6835/6836/6837/6838/6839/6840/6841/6842/6843/6844/6845/6846/6847/6848/6849/6850/6851/6852/6853/6854/6855/6856/6857/6858/6859/6860/6861/6862/6863/6864/6865/6866/6867/6868/68 |
| 8812 | 2025-08-26T21:24:20.905Z | [ recovery-image] Aug 26 21:24:20.882 INFO O| Aug 26 21:24:20.882 INFO E| svccfg: Loaded 68 smf(7) service descriptions |
| 8813 | 2025-08-26T21:24:20.933Z | [ recovery-image] Aug 26 21:24:20.916 INFO O| Aug 26 21:24:20.916 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
| 8814 | 2025-08-26T21:24:21.150Z | [ recovery-image] Aug 26 21:24:21.151 INFO O| Aug 26 21:24:21.151 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_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"} |
| 8815 | 2025-08-26T21:24:21.323Z | [ recovery-image] Aug 26 21:24:21.322 INFO O| Aug 26 21:24:21.322 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"} |
| 8816 | 2025-08-26T21:24:21.479Z | [ recovery-image] Aug 26 21:24:21.480 INFO O| Aug 26 21:24:21.480 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist |
| 8817 | 2025-08-26T21:24:21.479Z | [ recovery-image] Aug 26 21:24:21.480 INFO O| Aug 26 21:24:21.480 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 ... |
| 8818 | 2025-08-26T21:24:21.504Z | [ recovery-image] Aug 26 21:24:21.483 INFO O| Aug 26 21:24:21.483 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db |
| 8819 | 2025-08-26T21:24:21.504Z | [ recovery-image] Aug 26 21:24:21.483 INFO O| Aug 26 21:24:21.483 INFO ok! |
| 8820 | 2025-08-26T21:24:21.504Z | [ recovery-image] Aug 26 21:24:21.483 INFO O| Aug 26 21:24:21.483 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing |
| 8821 | 2025-08-26T21:24:21.504Z | [ recovery-image] Aug 26 21:24:21.483 INFO O| Aug 26 21:24:21.483 INFO STEP 100 (seed_smf) COMPLETE |
| 8822 | 2025-08-26T21:24:21.504Z | [ recovery-image] Aug 26 21:24:21.483 INFO O| Aug 26 21:24:21.483 INFO steps complete; finalising image! |
| 8823 | 2025-08-26T21:24:21.504Z | [ recovery-image] Aug 26 21:24:21.483 INFO O| Aug 26 21:24:21.483 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery |
| 8824 | 2025-08-26T21:24:21.576Z | [ recovery-image] Aug 26 21:24:21.579 INFO O| Aug 26 21:24:21.579 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Tue Aug 26 21:24:21 2025) |
| 8825 | 2025-08-26T21:24:21.787Z | [ recovery-image] Aug 26 21:24:21.789 INFO O| Aug 26 21:24:21.789 INFO trim TEMPORARY-sled-zfs-recovery: (70% trimmed, started at Tue Aug 26 21:24:21 2025) |
| 8826 | 2025-08-26T21:24:22.014Z | [ recovery-image] Aug 26 21:24:22.016 INFO O| Aug 26 21:24:22.016 INFO temporary pool has 414M used, 1.35G avail, 1.00x compressratio |
| 8827 | 2025-08-26T21:24:22.014Z | [ recovery-image] Aug 26 21:24:22.016 INFO O| Aug 26 21:24:22.016 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery |
| 8828 | 2025-08-26T21:24:22.906Z | [ recovery-image] Aug 26 21:24:22.908 INFO O| Aug 26 21:24:22.908 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 |
| 8829 | 2025-08-26T21:24:22.906Z | [ recovery-image] Aug 26 21:24:22.908 INFO O| Aug 26 21:24:22.908 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal |
| 8830 | 2025-08-26T21:24:29.300Z | [ recovery-image] Aug 26 21:24:29.296 INFO O| Aug 26 21:24:29.295 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 8831 | 2025-08-26T21:24:29.301Z | [ recovery-image] Aug 26 21:24:29.296 INFO O| Aug 26 21:24:29.296 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 8832 | 2025-08-26T21:24:29.301Z | [ recovery-image] Aug 26 21:24:29.296 INFO O| Aug 26 21:24:29.296 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 8833 | 2025-08-26T21:24:29.354Z | [ recovery-image] Aug 26 21:24:29.296 INFO O| Aug 26 21:24:29.296 INFO completed processing sled/zfs-recovery |
| 8834 | 2025-08-26T21:24:29.354Z | [ recovery-image] Aug 26 21:24:29.296 INFO O| Aug 26 21:24:29.296 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8835 | 2025-08-26T21:24:29.505Z | [ recovery-image] Aug 26 21:24:29.507 INFO O| Aug 26 21:24:29.507 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8836 | 2025-08-26T21:24:29.590Z | [ recovery-image] Aug 26 21:24:29.592 INFO BUILD STRING "heads/stlouis-0-g34a947f851\n" |
| 8837 | 2025-08-26T21:24:29.616Z | [ recovery-image] Aug 26 21:24:29.593 INFO expanded image name: "recovery 823d0d5/${os_short_commit} 2025-08-26 20:34" -> "recovery 823d0d5/34a947f 2025-08-26 20:34" |
| 8838 | 2025-08-26T21:24:29.616Z | [ recovery-image] Aug 26 21:24:29.593 INFO output artefacts stored in: "/work/os-recovery" |
| 8839 | 2025-08-26T21:24:29.616Z | [ recovery-image] Aug 26 21:24:29.594 INFO collecting git info from project "phbl"... |
| 8840 | 2025-08-26T21:24:29.642Z | [ recovery-image] Aug 26 21:24:29.631 INFO collecting git info from project "pilot"... |
| 8841 | 2025-08-26T21:24:29.673Z | [ recovery-image] Aug 26 21:24:29.675 INFO collecting git info from project "bootserver"... |
| 8842 | 2025-08-26T21:24:29.699Z | [ recovery-image] Aug 26 21:24:29.691 INFO collecting git info from project "image-builder"... |
| 8843 | 2025-08-26T21:24:29.725Z | [ recovery-image] Aug 26 21:24:29.708 INFO collecting git info from project "pinprick"... |
| 8844 | 2025-08-26T21:24:29.753Z | [ recovery-image] Aug 26 21:24:29.734 INFO collecting git info from project "chelsio-t6-roms"... |
| 8845 | 2025-08-26T21:24:29.830Z | [ recovery-image] Aug 26 21:24:29.833 INFO collecting git info from project "amd-firmware"... |
| 8846 | 2025-08-26T21:24:30.222Z | [ recovery-image] Aug 26 21:24:30.225 INFO collecting git info from project "amd-host-image-builder"... |
| 8847 | 2025-08-26T21:24:30.304Z | [ recovery-image] Aug 26 21:24:30.304 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 8848 | 2025-08-26T21:24:31.770Z | [ recovery-image] Aug 26 21:24:31.772 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 8849 | 2025-08-26T21:24:32.500Z | [ recovery-image] Aug 26 21:24:32.502 INFO creating Oxide boot image... |
| 8850 | 2025-08-26T21:24:32.551Z | [ recovery-image] Aug 26 21:24:32.503 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 823d0d5/34a947f 2025-08-26 20:34", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
| 8851 | 2025-08-26T21:25:05.135Z | [ host-image] Aug 26 21:25:05.138 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23521:20250826T130202Z |
| 8852 | 2025-08-26T21:25:05.135Z | [ host-image] Aug 26 21:25:05.139 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23521:20250826T130202Z |
| 8853 | 2025-08-26T21:25:05.185Z | [ host-image] Aug 26 21:25:05.139 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
| 8854 | 2025-08-26T21:25:05.185Z | [ host-image] Aug 26 21:25:05.139 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
| 8855 | 2025-08-26T21:25:05.185Z | [ host-image] Aug 26 21:25:05.139 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
| 8856 | 2025-08-26T21:25:05.185Z | [ host-image] Aug 26 21:25:05.139 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
| 8857 | 2025-08-26T21:25:05.185Z | [ host-image] Aug 26 21:25:05.139 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
| 8858 | 2025-08-26T21:25:05.185Z | [ host-image] Aug 26 21:25:05.139 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
| 8859 | 2025-08-26T21:25:05.185Z | [ host-image] Aug 26 21:25:05.140 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@16.0.0.0:20250826T203453Z |
| 8860 | 2025-08-26T21:25:05.185Z | [ host-image] Aug 26 21:25:05.141 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z |
| 8861 | 2025-08-26T21:25:05.185Z | [ host-image] Aug 26 21:25:05.141 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
| 8862 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.141 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23521:20250826T130203Z |
| 8863 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.142 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23521:20250826T130203Z |
| 8864 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.142 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23521:20250826T130203Z |
| 8865 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.142 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23521:20250826T130204Z |
| 8866 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.142 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
| 8867 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.143 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23521:20250826T130204Z |
| 8868 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.143 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23521:20250826T130204Z |
| 8869 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.143 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23521:20250826T130204Z |
| 8870 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.143 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23521:20250826T130204Z |
| 8871 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.144 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23521:20250826T130205Z |
| 8872 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.144 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23521:20250826T130205Z |
| 8873 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.144 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23521:20250826T130205Z |
| 8874 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.144 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23521:20250826T130206Z |
| 8875 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.144 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23521:20250826T130206Z |
| 8876 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.144 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23521:20250826T130206Z |
| 8877 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.144 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23521:20250826T130208Z |
| 8878 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.144 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23521:20250826T130208Z |
| 8879 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.144 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23521:20250826T130209Z |
| 8880 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.145 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23521:20250826T130210Z |
| 8881 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.145 INFO O| install = pkg://helios-dev/driver/network/opte@0.37.402:20250804T171548Z |
| 8882 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.145 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23521:20250826T130211Z |
| 8883 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.145 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23521:20250826T130213Z |
| 8884 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.145 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23521:20250826T130214Z |
| 8885 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.145 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23521:20250826T130215Z |
| 8886 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.145 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23521:20250826T130216Z |
| 8887 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.146 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23521:20250826T130216Z |
| 8888 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.151 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z |
| 8889 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.151 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23521:20250826T130216Z |
| 8890 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.151 INFO O| install = pkg://helios-dev/library/expat@2.7.1-2.0:20250329T143900Z |
| 8891 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.151 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
| 8892 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.152 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
| 8893 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.152 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23521:20250826T130216Z |
| 8894 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.152 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
| 8895 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.152 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
| 8896 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.153 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
| 8897 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.153 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
| 8898 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.160 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
| 8899 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.160 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
| 8900 | 2025-08-26T21:25:05.186Z | [ host-image] Aug 26 21:25:05.160 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
| 8901 | 2025-08-26T21:25:05.187Z | [ host-image] Aug 26 21:25:05.160 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
| 8902 | 2025-08-26T21:25:05.187Z | [ host-image] Aug 26 21:25:05.161 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
| 8903 | 2025-08-26T21:25:05.187Z | [ host-image] Aug 26 21:25:05.161 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
| 8904 | 2025-08-26T21:25:05.212Z | [ host-image] Aug 26 21:25:05.181 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.17-2.0:20250701T143425Z |
| 8905 | 2025-08-26T21:25:05.212Z | [ host-image] Aug 26 21:25:05.182 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
| 8906 | 2025-08-26T21:25:05.212Z | [ host-image] Aug 26 21:25:05.182 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
| 8907 | 2025-08-26T21:25:05.213Z | [ host-image] Aug 26 21:25:05.182 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23521:20250826T130218Z |
| 8908 | 2025-08-26T21:25:05.213Z | [ host-image] Aug 26 21:25:05.182 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23521:20250826T130224Z |
| 8909 | 2025-08-26T21:25:05.213Z | [ host-image] Aug 26 21:25:05.182 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
| 8910 | 2025-08-26T21:25:05.213Z | [ host-image] Aug 26 21:25:05.182 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23521:20250826T130225Z |
| 8911 | 2025-08-26T21:25:05.213Z | [ host-image] Aug 26 21:25:05.182 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z |
| 8912 | 2025-08-26T21:25:05.213Z | [ host-image] Aug 26 21:25:05.182 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z |
| 8913 | 2025-08-26T21:25:05.213Z | [ host-image] Aug 26 21:25:05.182 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.40:20250409T152351Z |
| 8914 | 2025-08-26T21:25:05.213Z | [ host-image] Aug 26 21:25:05.183 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z |
| 8915 | 2025-08-26T21:25:05.213Z | [ host-image] Aug 26 21:25:05.183 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23521:20250826T130225Z |
| 8916 | 2025-08-26T21:25:05.213Z | [ host-image] Aug 26 21:25:05.183 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
| 8917 | 2025-08-26T21:25:05.213Z | [ host-image] Aug 26 21:25:05.185 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
| 8918 | 2025-08-26T21:25:05.213Z | [ host-image] Aug 26 21:25:05.185 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
| 8919 | 2025-08-26T21:25:05.213Z | [ host-image] Aug 26 21:25:05.185 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
| 8920 | 2025-08-26T21:25:05.213Z | [ host-image] Aug 26 21:25:05.185 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23521:20250826T130225Z |
| 8921 | 2025-08-26T21:25:05.213Z | [ host-image] Aug 26 21:25:05.185 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
| 8922 | 2025-08-26T21:25:05.213Z | [ host-image] Aug 26 21:25:05.193 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
| 8923 | 2025-08-26T21:25:05.213Z | [ host-image] Aug 26 21:25:05.193 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23521:20250826T130225Z |
| 8924 | 2025-08-26T21:25:05.214Z | [ host-image] Aug 26 21:25:05.194 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23521:20250826T130226Z |
| 8925 | 2025-08-26T21:25:05.214Z | [ host-image] Aug 26 21:25:05.194 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23521:20250826T130226Z |
| 8926 | 2025-08-26T21:25:05.214Z | [ host-image] Aug 26 21:25:05.194 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z |
| 8927 | 2025-08-26T21:25:05.214Z | [ host-image] Aug 26 21:25:05.195 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23521:20250826T130227Z |
| 8928 | 2025-08-26T21:25:05.214Z | [ host-image] Aug 26 21:25:05.195 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23521:20250826T130227Z |
| 8929 | 2025-08-26T21:25:05.214Z | [ host-image] Aug 26 21:25:05.195 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23521:20250826T130227Z |
| 8930 | 2025-08-26T21:25:05.214Z | [ host-image] Aug 26 21:25:05.195 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23521:20250826T130227Z |
| 8931 | 2025-08-26T21:25:05.214Z | [ host-image] Aug 26 21:25:05.197 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
| 8932 | 2025-08-26T21:25:05.214Z | [ host-image] Aug 26 21:25:05.197 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23521:20250826T130228Z |
| 8933 | 2025-08-26T21:25:05.214Z | [ host-image] Aug 26 21:25:05.198 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23521:20250826T130229Z |
| 8934 | 2025-08-26T21:25:05.214Z | [ host-image] Aug 26 21:25:05.198 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
| 8935 | 2025-08-26T21:25:05.214Z | [ host-image] Aug 26 21:25:05.198 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23521:20250826T130229Z |
| 8936 | 2025-08-26T21:25:05.214Z | [ host-image] Aug 26 21:25:05.198 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23521:20250826T130230Z |
| 8937 | 2025-08-26T21:25:05.214Z | [ host-image] Aug 26 21:25:05.198 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23521:20250826T130230Z |
| 8938 | 2025-08-26T21:25:05.214Z | [ host-image] Aug 26 21:25:05.198 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23521:20250826T130230Z |
| 8939 | 2025-08-26T21:25:05.214Z | [ host-image] Aug 26 21:25:05.203 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23521:20250826T130230Z |
| 8940 | 2025-08-26T21:25:05.215Z | [ host-image] Aug 26 21:25:05.203 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
| 8941 | 2025-08-26T21:25:05.215Z | [ host-image] Aug 26 21:25:05.204 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23521:20250826T130230Z |
| 8942 | 2025-08-26T21:25:05.215Z | [ host-image] Aug 26 21:25:05.205 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23521:20250826T130230Z |
| 8943 | 2025-08-26T21:25:05.215Z | [ host-image] Aug 26 21:25:05.205 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23521:20250826T130230Z |
| 8944 | 2025-08-26T21:25:05.215Z | [ host-image] Aug 26 21:25:05.205 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23521:20250826T130230Z |
| 8945 | 2025-08-26T21:25:05.215Z | [ host-image] Aug 26 21:25:05.205 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23521:20250826T130231Z |
| 8946 | 2025-08-26T21:25:05.215Z | [ host-image] Aug 26 21:25:05.206 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23521:20250826T130231Z |
| 8947 | 2025-08-26T21:25:05.215Z | [ host-image] Aug 26 21:25:05.211 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23521:20250826T130232Z |
| 8948 | 2025-08-26T21:25:05.215Z | [ host-image] Aug 26 21:25:05.211 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23521:20250826T130232Z |
| 8949 | 2025-08-26T21:25:05.215Z | [ host-image] Aug 26 21:25:05.211 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23521:20250826T130232Z |
| 8950 | 2025-08-26T21:25:05.241Z | [ host-image] Aug 26 21:25:05.239 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23521:20250826T130232Z |
| 8951 | 2025-08-26T21:25:05.241Z | [ host-image] Aug 26 21:25:05.239 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23521:20250826T130232Z |
| 8952 | 2025-08-26T21:25:05.267Z | [ host-image] Aug 26 21:25:05.256 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23521:20250826T130235Z |
| 8953 | 2025-08-26T21:25:05.267Z | [ host-image] Aug 26 21:25:05.256 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23521:20250826T130232Z |
| 8954 | 2025-08-26T21:25:05.267Z | [ host-image] Aug 26 21:25:05.256 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23521:20250826T130233Z |
| 8955 | 2025-08-26T21:25:05.267Z | [ host-image] Aug 26 21:25:05.256 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
| 8956 | 2025-08-26T21:25:05.267Z | [ host-image] Aug 26 21:25:05.257 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
| 8957 | 2025-08-26T21:25:05.292Z | [ host-image] Aug 26 21:25:05.284 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23521:20250826T130233Z |
| 8958 | 2025-08-26T21:25:05.292Z | [ host-image] Aug 26 21:25:05.285 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
| 8959 | 2025-08-26T21:25:05.292Z | [ host-image] Aug 26 21:25:05.285 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23521:20250826T130233Z |
| 8960 | 2025-08-26T21:25:05.292Z | [ host-image] Aug 26 21:25:05.285 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23521:20250826T130233Z |
| 8961 | 2025-08-26T21:25:05.292Z | [ host-image] Aug 26 21:25:05.286 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23521:20250826T130234Z |
| 8962 | 2025-08-26T21:25:05.292Z | [ host-image] Aug 26 21:25:05.286 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
| 8963 | 2025-08-26T21:25:05.293Z | [ host-image] Aug 26 21:25:05.286 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
| 8964 | 2025-08-26T21:25:05.293Z | [ host-image] Aug 26 21:25:05.286 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23521:20250826T130234Z |
| 8965 | 2025-08-26T21:25:05.293Z | [ host-image] Aug 26 21:25:05.286 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23521:20250826T130234Z |
| 8966 | 2025-08-26T21:25:05.293Z | [ host-image] Aug 26 21:25:05.286 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23521:20250826T130234Z |
| 8967 | 2025-08-26T21:25:05.293Z | [ host-image] Aug 26 21:25:05.287 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23521:20250826T130234Z |
| 8968 | 2025-08-26T21:25:05.293Z | [ host-image] Aug 26 21:25:05.287 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23521:20250826T130235Z |
| 8969 | 2025-08-26T21:25:05.293Z | [ host-image] Aug 26 21:25:05.287 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23521:20250826T130235Z |
| 8970 | 2025-08-26T21:25:05.293Z | [ host-image] Aug 26 21:25:05.289 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
| 8971 | 2025-08-26T21:25:05.293Z | [ host-image] Aug 26 21:25:05.289 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23521:20250826T130236Z |
| 8972 | 2025-08-26T21:25:05.293Z | [ host-image] Aug 26 21:25:05.290 INFO O| install = pkg://helios-dev/system/microcode/intel@20250512-2.0.23521:20250826T130236Z |
| 8973 | 2025-08-26T21:25:05.293Z | [ host-image] Aug 26 21:25:05.290 INFO O| install = pkg://helios-dev/system/microcode/oxide@20250515-2.0.23521:20250826T130236Z |
| 8974 | 2025-08-26T21:25:05.293Z | [ host-image] Aug 26 21:25:05.290 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23521:20250826T130237Z |
| 8975 | 2025-08-26T21:25:05.293Z | [ host-image] Aug 26 21:25:05.290 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23521:20250826T130236Z |
| 8976 | 2025-08-26T21:25:05.293Z | [ host-image] Aug 26 21:25:05.290 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23521:20250826T130237Z |
| 8977 | 2025-08-26T21:25:05.293Z | [ host-image] Aug 26 21:25:05.291 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
| 8978 | 2025-08-26T21:25:05.293Z | [ host-image] Aug 26 21:25:05.291 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
| 8979 | 2025-08-26T21:25:05.293Z | [ host-image] Aug 26 21:25:05.291 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23521:20250826T130239Z |
| 8980 | 2025-08-26T21:25:05.293Z | [ host-image] Aug 26 21:25:05.291 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23521:20250826T130239Z |
| 8981 | 2025-08-26T21:25:05.293Z | [ host-image] Aug 26 21:25:05.291 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z |
| 8982 | 2025-08-26T21:25:05.293Z | [ host-image] Aug 26 21:25:05.291 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
| 8983 | 2025-08-26T21:25:05.293Z | [ host-image] Aug 26 21:25:05.291 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
| 8984 | 2025-08-26T21:25:05.293Z | [ host-image] Aug 26 21:25:05.291 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
| 8985 | 2025-08-26T21:25:05.293Z | [ host-image] Aug 26 21:25:05.292 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z |
| 8986 | 2025-08-26T21:25:05.293Z | [ host-image] Aug 26 21:25:05.292 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
| 8987 | 2025-08-26T21:25:05.293Z | [ host-image] Aug 26 21:25:05.294 INFO O| install = pkg://helios-dev/web/curl@8.14.0-2.0:20250603T111413Z |
| 8988 | 2025-08-26T21:25:05.293Z | [ host-image] Aug 26 21:25:05.294 INFO O| tempdir @ "/tmp/.tmpPl9QLg/tmp" |
| 8989 | 2025-08-26T21:25:05.293Z | [ host-image] Aug 26 21:25:05.294 INFO O| image root @ "/tmp/.tmpPl9QLg/tmp/root" |
| 8990 | 2025-08-26T21:25:05.293Z | [ host-image] Aug 26 21:25:05.294 INFO O| creating image... |
| 8991 | 2025-08-26T21:25:06.305Z | [ host-image] Aug 26 21:25:06.309 INFO O| copying publishers... |
| 8992 | 2025-08-26T21:25:56.806Z | [ recovery-image] Aug 26 21:25:56.810 INFO O| ok, image written! |
| 8993 | 2025-08-26T21:25:56.831Z | [ recovery-image] Aug 26 21:25:56.810 INFO O| ok, boot_image_csum file written! |
| 8994 | 2025-08-26T21:25:56.831Z | [ recovery-image] Aug 26 21:25:56.817 INFO creating boot archive (CPIO)... |
| 8995 | 2025-08-26T21:25:56.831Z | [ recovery-image] Aug 26 21:25:56.817 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 |
| 8996 | 2025-08-26T21:25:56.832Z | [ recovery-image] Aug 26 21:25:56.836 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk |
| 8997 | 2025-08-26T21:25:56.832Z | [ recovery-image] Aug 26 21:25:56.836 INFO E| + outfile=/work/os-recovery/cpio |
| 8998 | 2025-08-26T21:25:56.832Z | [ recovery-image] Aug 26 21:25:56.836 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
| 8999 | 2025-08-26T21:25:56.858Z | [ recovery-image] Aug 26 21:25:56.840 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk |
| 9000 | 2025-08-26T21:25:56.858Z | [ recovery-image] Aug 26 21:25:56.841 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
| 9001 | 2025-08-26T21:25:56.886Z | [ recovery-image] Aug 26 21:25:56.891 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
| 9002 | 2025-08-26T21:25:56.920Z | [ recovery-image] Aug 26 21:25:56.891 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
| 9003 | 2025-08-26T21:25:56.920Z | [ recovery-image] Aug 26 21:25:56.905 INFO creating compressed cpio/unix for dev loaders... |
| 9004 | 2025-08-26T21:25:56.920Z | [ recovery-image] Aug 26 21:25:56.905 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 |
| 9005 | 2025-08-26T21:25:57.404Z | [ recovery-image] Aug 26 21:25:57.408 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
| 9006 | 2025-08-26T21:26:04.760Z | [ recovery-image] Aug 26 21:26:04.765 INFO creating reset image... |
| 9007 | 2025-08-26T21:26:04.760Z | [ recovery-image] Aug 26 21:26:04.765 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl" |
| 9008 | 2025-08-26T21:26:07.374Z | [ host-image] Aug 26 21:26:07.379 INFO O| adding properties... |
| 9009 | 2025-08-26T21:26:09.806Z | [ host-image] Aug 26 21:26:09.811 INFO O| installing packages... |
| 9010 | 2025-08-26T21:26:48.653Z | [ host-image] Aug 26 21:26:48.659 INFO O| seeding SMF database... |
| 9011 | 2025-08-26T21:26:53.136Z | [ recovery-image] Aug 26 21:26:53.143 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2025-07-22-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')" |
| 9012 | 2025-08-26T21:26:53.136Z | [ recovery-image] Aug 26 21:26:53.143 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") |
| 9013 | 2025-08-26T21:26:53.522Z | [ recovery-image] Aug 26 21:26:53.529 INFO E| Updating crates.io index |
| 9014 | 2025-08-26T21:26:53.728Z | [ recovery-image] Aug 26 21:26:53.735 INFO E| Downloading crates ... |
| 9015 | 2025-08-26T21:26:53.819Z | [ recovery-image] Aug 26 21:26:53.811 INFO E| Downloaded anstream v0.6.19 |
| 9016 | 2025-08-26T21:26:53.846Z | [ recovery-image] Aug 26 21:26:53.815 INFO E| Downloaded signal-hook-registry v1.4.5 |
| 9017 | 2025-08-26T21:26:53.846Z | [ recovery-image] Aug 26 21:26:53.817 INFO E| Downloaded sigchld v0.2.4 |
| 9018 | 2025-08-26T21:26:53.846Z | [ recovery-image] Aug 26 21:26:53.819 INFO E| Downloaded colorchoice v1.0.4 |
| 9019 | 2025-08-26T21:26:53.846Z | [ recovery-image] Aug 26 21:26:53.820 INFO E| Downloaded duct v1.0.0 |
| 9020 | 2025-08-26T21:26:53.846Z | [ recovery-image] Aug 26 21:26:53.823 INFO E| Downloaded anstyle-query v1.1.3 |
| 9021 | 2025-08-26T21:26:53.846Z | [ recovery-image] Aug 26 21:26:53.825 INFO E| Downloaded anstyle-parse v0.2.7 |
| 9022 | 2025-08-26T21:26:53.846Z | [ recovery-image] Aug 26 21:26:53.827 INFO E| Downloaded shared_thread v0.1.0 |
| 9023 | 2025-08-26T21:26:53.846Z | [ recovery-image] Aug 26 21:26:53.828 INFO E| Downloaded shared_child v1.1.1 |
| 9024 | 2025-08-26T21:26:53.846Z | [ recovery-image] Aug 26 21:26:53.830 INFO E| Downloaded os_pipe v1.2.2 |
| 9025 | 2025-08-26T21:26:53.846Z | [ recovery-image] Aug 26 21:26:53.831 INFO E| Downloaded clap_lex v0.7.5 |
| 9026 | 2025-08-26T21:26:53.895Z | [ recovery-image] Aug 26 21:26:53.901 INFO E| Compiling libc v0.2.174 |
| 9027 | 2025-08-26T21:26:53.895Z | [ recovery-image] Aug 26 21:26:53.902 INFO E| Compiling proc-macro2 v1.0.95 |
| 9028 | 2025-08-26T21:26:53.921Z | [ recovery-image] Aug 26 21:26:53.902 INFO E| Compiling signal-hook v0.3.18 |
| 9029 | 2025-08-26T21:26:53.921Z | [ recovery-image] Aug 26 21:26:53.907 INFO E| Compiling unicode-ident v1.0.18 |
| 9030 | 2025-08-26T21:26:53.921Z | [ recovery-image] Aug 26 21:26:53.907 INFO E| Compiling utf8parse v0.2.2 |
| 9031 | 2025-08-26T21:26:53.921Z | [ recovery-image] Aug 26 21:26:53.907 INFO E| Compiling anstyle v1.0.11 |
| 9032 | 2025-08-26T21:26:53.921Z | [ recovery-image] Aug 26 21:26:53.908 INFO E| Compiling anstyle-query v1.1.3 |
| 9033 | 2025-08-26T21:26:53.921Z | [ recovery-image] Aug 26 21:26:53.908 INFO E| Compiling is_terminal_polyfill v1.70.1 |
| 9034 | 2025-08-26T21:26:54.228Z | [ recovery-image] Aug 26 21:26:54.231 INFO E| Compiling anstyle-parse v0.2.7 |
| 9035 | 2025-08-26T21:26:54.268Z | [ recovery-image] Aug 26 21:26:54.275 INFO E| Compiling colorchoice v1.0.4 |
| 9036 | 2025-08-26T21:26:54.316Z | [ recovery-image] Aug 26 21:26:54.324 INFO E| Compiling heck v0.5.0 |
| 9037 | 2025-08-26T21:26:54.369Z | [ recovery-image] Aug 26 21:26:54.377 INFO E| Compiling clap_lex v0.7.5 |
| 9038 | 2025-08-26T21:26:54.576Z | [ recovery-image] Aug 26 21:26:54.582 INFO E| Compiling strsim v0.11.1 |
| 9039 | 2025-08-26T21:26:54.777Z | [ recovery-image] Aug 26 21:26:54.784 INFO E| Compiling anstream v0.6.19 |
| 9040 | 2025-08-26T21:26:54.777Z | [ recovery-image] Aug 26 21:26:54.784 INFO E| Compiling shared_thread v0.1.0 |
| 9041 | 2025-08-26T21:26:55.401Z | [ recovery-image] Aug 26 21:26:55.409 INFO E| Compiling clap_builder v4.5.41 |
| 9042 | 2025-08-26T21:26:55.867Z | [ recovery-image] Aug 26 21:26:55.874 INFO E| Compiling quote v1.0.40 |
| 9043 | 2025-08-26T21:26:55.914Z | [ recovery-image] Aug 26 21:26:55.921 INFO E| Compiling signal-hook-registry v1.4.5 |
| 9044 | 2025-08-26T21:26:55.915Z | [ recovery-image] Aug 26 21:26:55.921 INFO E| Compiling os_pipe v1.2.2 |
| 9045 | 2025-08-26T21:26:56.363Z | [ recovery-image] Aug 26 21:26:56.370 INFO E| Compiling syn v2.0.104 |
| 9046 | 2025-08-26T21:26:56.546Z | [ recovery-image] Aug 26 21:26:56.552 INFO E| Compiling sigchld v0.2.4 |
| 9047 | 2025-08-26T21:26:56.718Z | [ recovery-image] Aug 26 21:26:56.725 INFO E| Compiling shared_child v1.1.1 |
| 9048 | 2025-08-26T21:26:56.959Z | [ recovery-image] Aug 26 21:26:56.966 INFO E| Compiling duct v1.0.0 |
| 9049 | 2025-08-26T21:26:57.520Z | [ host-image] Aug 26 21:26:57.528 INFO O| configuring SMF profile... |
| 9050 | 2025-08-26T21:26:57.546Z | [ host-image] Aug 26 21:26:57.528 INFO O| modifying shadow(5)... |
| 9051 | 2025-08-26T21:26:57.546Z | [ host-image] Aug 26 21:26:57.528 INFO O| loading user and group database... |
| 9052 | 2025-08-26T21:26:57.546Z | [ host-image] Aug 26 21:26:57.528 INFO O| loading facet selections... |
| 9053 | 2025-08-26T21:26:58.161Z | [ host-image] Aug 26 21:26:58.168 INFO O| devel -> true |
| 9054 | 2025-08-26T21:26:58.161Z | [ host-image] Aug 26 21:26:58.169 INFO O| doc.man -> true |
| 9055 | 2025-08-26T21:26:58.186Z | [ host-image] Aug 26 21:26:58.169 INFO O| version-lock.shell/ksh93 -> true |
| 9056 | 2025-08-26T21:26:58.187Z | [ host-image] Aug 26 21:26:58.169 INFO O| version-lock.system/data/hardware-registry -> true |
| 9057 | 2025-08-26T21:26:58.187Z | [ host-image] Aug 26 21:26:58.169 INFO O| version-lock.system/data/zoneinfo -> true |
| 9058 | 2025-08-26T21:26:58.187Z | [ host-image] Aug 26 21:26:58.169 INFO O| version-lock.system/microcode/amd -> true |
| 9059 | 2025-08-26T21:26:58.187Z | [ host-image] Aug 26 21:26:58.169 INFO O| version-lock.system/microcode/intel -> true |
| 9060 | 2025-08-26T21:26:58.187Z | [ host-image] Aug 26 21:26:58.169 INFO O| version-lock.system/microcode/oxide -> true |
| 9061 | 2025-08-26T21:26:58.187Z | [ host-image] Aug 26 21:26:58.169 INFO O| assessing packaged files... |
| 9062 | 2025-08-26T21:27:01.696Z | [ host-image] Aug 26 21:27:01.703 INFO O| creating archive... |
| 9063 | 2025-08-26T21:27:01.726Z | [ recovery-image] Aug 26 21:27:01.734 INFO E| Compiling clap_derive v4.5.41 |
| 9064 | 2025-08-26T21:27:01.752Z | [ host-image] Aug 26 21:27:01.743 INFO O| missing from packaging: |
| 9065 | 2025-08-26T21:27:01.752Z | [ host-image] Aug 26 21:27:01.743 INFO O| "etc/.pwd.lock" |
| 9066 | 2025-08-26T21:27:01.752Z | [ host-image] Aug 26 21:27:01.743 INFO O| "etc/bash" |
| 9067 | 2025-08-26T21:27:01.752Z | [ host-image] Aug 26 21:27:01.750 INFO O| "etc/svc/profile/generic.xml" |
| 9068 | 2025-08-26T21:27:01.752Z | [ host-image] Aug 26 21:27:01.750 INFO O| "etc/svc/profile/inetd_services.xml" |
| 9069 | 2025-08-26T21:27:01.752Z | [ host-image] Aug 26 21:27:01.750 INFO O| "etc/svc/profile/name_service.xml" |
| 9070 | 2025-08-26T21:27:01.752Z | [ host-image] Aug 26 21:27:01.750 INFO O| "etc/svc/profile/platform.xml" |
| 9071 | 2025-08-26T21:27:01.752Z | [ host-image] Aug 26 21:27:01.750 INFO O| "etc/svc/profile/platform_omicron1.xml" |
| 9072 | 2025-08-26T21:27:01.752Z | [ host-image] Aug 26 21:27:01.750 INFO O| "etc/svc/repository.db" |
| 9073 | 2025-08-26T21:27:01.777Z | [ host-image] Aug 26 21:27:01.763 INFO O| "opt/ooce/share" |
| 9074 | 2025-08-26T21:27:01.777Z | [ host-image] Aug 26 21:27:01.763 INFO O| "opt/ooce/share/man" |
| 9075 | 2025-08-26T21:27:01.777Z | [ host-image] Aug 26 21:27:01.763 INFO O| "opt/ooce/share/man/man1" |
| 9076 | 2025-08-26T21:27:01.777Z | [ host-image] Aug 26 21:27:01.777 INFO O| finishing archive... |
| 9077 | 2025-08-26T21:27:04.577Z | [ recovery-image] Aug 26 21:27:04.584 INFO E| Compiling clap v4.5.41 |
| 9078 | 2025-08-26T21:27:04.694Z | [ recovery-image] Aug 26 21:27:04.698 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
| 9079 | 2025-08-26T21:27:05.530Z | [ host-image] Aug 26 21:27:05.538 INFO O| creating gzonly manifest... |
| 9080 | 2025-08-26T21:27:05.556Z | [ host-image] Aug 26 21:27:05.547 INFO O| ok |
| 9081 | 2025-08-26T21:27:05.767Z | [ host-image] Aug 26 21:27:05.774 INFO image builder template: ramdisk-02-trim... |
| 9082 | 2025-08-26T21:27:05.767Z | [ host-image] Aug 26 21:27:05.774 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/.tmpQmIViS/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.37.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-02-trim"], pwd: None |
| 9083 | 2025-08-26T21:27:05.806Z | [ host-image] Aug 26 21:27:05.813 INFO O| Aug 26 21:27:05.813 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9084 | 2025-08-26T21:27:05.831Z | [ host-image] Aug 26 21:27:05.820 INFO O| Aug 26 21:27:05.820 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9085 | 2025-08-26T21:27:05.875Z | [ host-image] Aug 26 21:27:05.880 INFO O| Aug 26 21:27:05.880 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled |
| 9086 | 2025-08-26T21:27:05.906Z | [ host-image] Aug 26 21:27:05.913 INFO O| Aug 26 21:27:05.913 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9087 | 2025-08-26T21:27:05.906Z | [ host-image] Aug 26 21:27:05.913 INFO O| Aug 26 21:27:05.913 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 9088 | 2025-08-26T21:27:05.931Z | [ host-image] Aug 26 21:27:05.921 INFO O| Aug 26 21:27:05.921 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim |
| 9089 | 2025-08-26T21:27:05.932Z | [ host-image] Aug 26 21:27:05.926 INFO O| Aug 26 21:27:05.926 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 9090 | 2025-08-26T21:27:05.932Z | [ host-image] Aug 26 21:27:05.936 INFO O| Aug 26 21:27:05.935 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 9091 | 2025-08-26T21:27:06.083Z | [ host-image] Aug 26 21:27:06.090 INFO O| Aug 26 21:27:06.090 INFO rolled back to input snapshot; work may begin |
| 9092 | 2025-08-26T21:27:06.108Z | [ host-image] Aug 26 21:27:06.090 INFO O| Aug 26 21:27:06.090 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 9093 | 2025-08-26T21:27:06.108Z | [ host-image] Aug 26 21:27:06.100 INFO O| Aug 26 21:27:06.099 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9094 | 2025-08-26T21:27:06.134Z | [ host-image] Aug 26 21:27:06.117 INFO O| Aug 26 21:27:06.116 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg" |
| 9095 | 2025-08-26T21:27:06.189Z | [ host-image] Aug 26 21:27:06.177 INFO O| Aug 26 21:27:06.177 INFO STEP 0 (remove_files) COMPLETE |
| 9096 | 2025-08-26T21:27:06.189Z | [ host-image] Aug 26 21:27:06.177 INFO O| Aug 26 21:27:06.177 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9097 | 2025-08-26T21:27:06.189Z | [ host-image] Aug 26 21:27:06.195 INFO O| Aug 26 21:27:06.195 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4" |
| 9098 | 2025-08-26T21:27:06.214Z | [ host-image] Aug 26 21:27:06.198 INFO O| Aug 26 21:27:06.198 INFO STEP 1 (remove_files) COMPLETE |
| 9099 | 2025-08-26T21:27:06.214Z | [ host-image] Aug 26 21:27:06.198 INFO O| Aug 26 21:27:06.198 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9100 | 2025-08-26T21:27:06.214Z | [ host-image] Aug 26 21:27:06.217 INFO O| Aug 26 21:27:06.216 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include" |
| 9101 | 2025-08-26T21:27:06.239Z | [ host-image] Aug 26 21:27:06.235 INFO O| Aug 26 21:27:06.235 INFO STEP 2 (remove_files) COMPLETE |
| 9102 | 2025-08-26T21:27:06.239Z | [ host-image] Aug 26 21:27:06.235 INFO O| Aug 26 21:27:06.235 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9103 | 2025-08-26T21:27:06.265Z | [ host-image] Aug 26 21:27:06.254 INFO O| Aug 26 21:27:06.254 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo" |
| 9104 | 2025-08-26T21:27:06.265Z | [ host-image] Aug 26 21:27:06.257 INFO O| Aug 26 21:27:06.257 INFO STEP 3 (remove_files) COMPLETE |
| 9105 | 2025-08-26T21:27:06.265Z | [ host-image] Aug 26 21:27:06.257 INFO O| Aug 26 21:27:06.257 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9106 | 2025-08-26T21:27:06.290Z | [ host-image] Aug 26 21:27:06.275 INFO O| Aug 26 21:27:06.275 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help" |
| 9107 | 2025-08-26T21:27:06.290Z | [ host-image] Aug 26 21:27:06.281 INFO O| Aug 26 21:27:06.281 INFO STEP 4 (remove_files) COMPLETE |
| 9108 | 2025-08-26T21:27:06.290Z | [ host-image] Aug 26 21:27:06.281 INFO O| Aug 26 21:27:06.281 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9109 | 2025-08-26T21:27:06.290Z | [ recovery-image] Aug 26 21:27:06.292 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.02s |
| 9110 | 2025-08-26T21:27:06.290Z | [ host-image] Aug 26 21:27:06.294 INFO O| Aug 26 21:27:06.294 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc" |
| 9111 | 2025-08-26T21:27:06.290Z | [ host-image] Aug 26 21:27:06.298 INFO O| Aug 26 21:27:06.298 INFO STEP 5 (remove_files) COMPLETE |
| 9112 | 2025-08-26T21:27:06.290Z | [ host-image] Aug 26 21:27:06.298 INFO O| Aug 26 21:27:06.298 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9113 | 2025-08-26T21:27:06.315Z | [ recovery-image] Aug 26 21:27:06.307 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl` |
| 9114 | 2025-08-26T21:27:06.315Z | [ host-image] Aug 26 21:27:06.319 INFO O| Aug 26 21:27:06.319 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion" |
| 9115 | 2025-08-26T21:27:06.341Z | [ host-image] Aug 26 21:27:06.342 INFO O| Aug 26 21:27:06.342 INFO STEP 6 (remove_files) COMPLETE |
| 9116 | 2025-08-26T21:27:06.341Z | [ host-image] Aug 26 21:27:06.343 INFO O| Aug 26 21:27:06.342 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9117 | 2025-08-26T21:27:06.367Z | [ host-image] Aug 26 21:27:06.362 INFO O| Aug 26 21:27:06.362 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man" |
| 9118 | 2025-08-26T21:27:06.392Z | [ host-image] Aug 26 21:27:06.383 INFO O| Aug 26 21:27:06.383 INFO STEP 7 (remove_files) COMPLETE |
| 9119 | 2025-08-26T21:27:06.392Z | [ host-image] Aug 26 21:27:06.383 INFO O| Aug 26 21:27:06.383 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9120 | 2025-08-26T21:27:06.392Z | [ host-image] Aug 26 21:27:06.398 INFO O| Aug 26 21:27:06.398 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl" |
| 9121 | 2025-08-26T21:27:06.520Z | [ host-image] Aug 26 21:27:06.528 INFO O| Aug 26 21:27:06.528 INFO STEP 8 (remove_files) COMPLETE |
| 9122 | 2025-08-26T21:27:06.520Z | [ host-image] Aug 26 21:27:06.528 INFO O| Aug 26 21:27:06.528 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9123 | 2025-08-26T21:27:06.547Z | [ host-image] Aug 26 21:27:06.549 INFO O| Aug 26 21:27:06.549 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man" |
| 9124 | 2025-08-26T21:27:06.678Z | [ host-image] Aug 26 21:27:06.685 INFO O| Aug 26 21:27:06.685 INFO STEP 9 (remove_files) COMPLETE |
| 9125 | 2025-08-26T21:27:06.678Z | [ host-image] Aug 26 21:27:06.685 INFO O| Aug 26 21:27:06.685 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9126 | 2025-08-26T21:27:06.704Z | [ host-image] Aug 26 21:27:06.704 INFO O| Aug 26 21:27:06.704 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp" |
| 9127 | 2025-08-26T21:27:06.704Z | [ host-image] Aug 26 21:27:06.710 INFO O| Aug 26 21:27:06.710 INFO STEP 10 (remove_files) COMPLETE |
| 9128 | 2025-08-26T21:27:06.704Z | [ host-image] Aug 26 21:27:06.710 INFO O| Aug 26 21:27:06.710 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9129 | 2025-08-26T21:27:06.729Z | [ host-image] Aug 26 21:27:06.728 INFO O| Aug 26 21:27:06.728 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386" |
| 9130 | 2025-08-26T21:27:06.729Z | [ host-image] Aug 26 21:27:06.730 INFO O| Aug 26 21:27:06.730 INFO STEP 11 (remove_files) COMPLETE |
| 9131 | 2025-08-26T21:27:06.729Z | [ host-image] Aug 26 21:27:06.730 INFO O| Aug 26 21:27:06.730 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9132 | 2025-08-26T21:27:06.755Z | [ host-image] Aug 26 21:27:06.750 INFO O| Aug 26 21:27:06.750 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv" |
| 9133 | 2025-08-26T21:27:06.755Z | [ host-image] Aug 26 21:27:06.753 INFO O| Aug 26 21:27:06.753 INFO STEP 12 (remove_files) COMPLETE |
| 9134 | 2025-08-26T21:27:06.755Z | [ host-image] Aug 26 21:27:06.753 INFO O| Aug 26 21:27:06.753 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9135 | 2025-08-26T21:27:06.784Z | [ host-image] Aug 26 21:27:06.791 INFO O| Aug 26 21:27:06.791 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
| 9136 | 2025-08-26T21:27:06.809Z | [ recovery-image] Aug 26 21:27:06.792 INFO E| Downloading crates ... |
| 9137 | 2025-08-26T21:27:06.809Z | [ host-image] Aug 26 21:27:06.806 INFO O| Aug 26 21:27:06.806 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
| 9138 | 2025-08-26T21:27:06.809Z | [ host-image] Aug 26 21:27:06.806 INFO O| Aug 26 21:27:06.806 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
| 9139 | 2025-08-26T21:27:06.810Z | [ host-image] Aug 26 21:27:06.807 INFO O| Aug 26 21:27:06.807 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
| 9140 | 2025-08-26T21:27:06.810Z | [ host-image] Aug 26 21:27:06.807 INFO O| Aug 26 21:27:06.807 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
| 9141 | 2025-08-26T21:27:06.810Z | [ host-image] Aug 26 21:27:06.807 INFO O| Aug 26 21:27:06.807 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
| 9142 | 2025-08-26T21:27:06.810Z | [ host-image] Aug 26 21:27:06.807 INFO O| Aug 26 21:27:06.807 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
| 9143 | 2025-08-26T21:27:06.810Z | [ host-image] Aug 26 21:27:06.807 INFO O| Aug 26 21:27:06.807 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
| 9144 | 2025-08-26T21:27:06.810Z | [ host-image] Aug 26 21:27:06.808 INFO O| Aug 26 21:27:06.808 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
| 9145 | 2025-08-26T21:27:06.810Z | [ host-image] Aug 26 21:27:06.808 INFO O| Aug 26 21:27:06.808 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
| 9146 | 2025-08-26T21:27:06.810Z | [ host-image] Aug 26 21:27:06.808 INFO O| Aug 26 21:27:06.808 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
| 9147 | 2025-08-26T21:27:06.810Z | [ host-image] Aug 26 21:27:06.808 INFO O| Aug 26 21:27:06.808 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
| 9148 | 2025-08-26T21:27:06.810Z | [ host-image] Aug 26 21:27:06.808 INFO O| Aug 26 21:27:06.808 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
| 9149 | 2025-08-26T21:27:06.810Z | [ host-image] Aug 26 21:27:06.808 INFO O| Aug 26 21:27:06.808 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
| 9150 | 2025-08-26T21:27:06.810Z | [ host-image] Aug 26 21:27:06.809 INFO O| Aug 26 21:27:06.809 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
| 9151 | 2025-08-26T21:27:06.810Z | [ host-image] Aug 26 21:27:06.809 INFO O| Aug 26 21:27:06.809 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
| 9152 | 2025-08-26T21:27:06.810Z | [ host-image] Aug 26 21:27:06.809 INFO O| Aug 26 21:27:06.809 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
| 9153 | 2025-08-26T21:27:06.844Z | [ recovery-image] Aug 26 21:27:06.852 INFO E| Downloaded adler2 v2.0.1 |
| 9154 | 2025-08-26T21:27:06.870Z | [ recovery-image] Aug 26 21:27:06.859 INFO E| Downloaded bit_field v0.10.2 |
| 9155 | 2025-08-26T21:27:06.870Z | [ recovery-image] Aug 26 21:27:06.862 INFO E| Downloaded bitstruct_derive v0.1.0 |
| 9156 | 2025-08-26T21:27:06.870Z | [ recovery-image] Aug 26 21:27:06.864 INFO E| Downloaded bitstruct v0.1.1 |
| 9157 | 2025-08-26T21:27:06.870Z | [ recovery-image] Aug 26 21:27:06.867 INFO E| Downloaded seq-macro v0.3.6 |
| 9158 | 2025-08-26T21:27:06.870Z | [ recovery-image] Aug 26 21:27:06.871 INFO E| Downloaded scroll v0.13.0 |
| 9159 | 2025-08-26T21:27:06.870Z | [ recovery-image] Aug 26 21:27:06.874 INFO E| Downloaded cpio_reader v0.1.2 |
| 9160 | 2025-08-26T21:27:06.870Z | [ recovery-image] Aug 26 21:27:06.876 INFO E| Downloaded scroll_derive v0.13.0 |
| 9161 | 2025-08-26T21:27:06.895Z | [ recovery-image] Aug 26 21:27:06.879 INFO E| Downloaded miniz_oxide v0.8.9 |
| 9162 | 2025-08-26T21:27:06.896Z | [ recovery-image] Aug 26 21:27:06.884 INFO E| Downloaded goblin v0.10.0 |
| 9163 | 2025-08-26T21:27:06.896Z | [ recovery-image] Aug 26 21:27:06.895 INFO E| Downloaded raw-cpuid v10.7.0 |
| 9164 | 2025-08-26T21:27:06.921Z | [ recovery-image] Aug 26 21:27:06.927 INFO E| Downloaded x86 v0.52.0 |
| 9165 | 2025-08-26T21:27:06.995Z | [ recovery-image] Aug 26 21:27:07.002 INFO E| Updating crates.io index |
| 9166 | 2025-08-26T21:27:07.053Z | [ recovery-image] Aug 26 21:27:07.061 INFO E| Downloading crates ... |
| 9167 | 2025-08-26T21:27:07.089Z | [ recovery-image] Aug 26 21:27:07.097 INFO E| Downloaded rustc-demangle v0.1.25 |
| 9168 | 2025-08-26T21:27:07.114Z | [ recovery-image] Aug 26 21:27:07.100 INFO E| Downloaded rustc-literal-escaper v0.0.5 |
| 9169 | 2025-08-26T21:27:07.114Z | [ recovery-image] Aug 26 21:27:07.102 INFO E| Downloaded getopts v0.2.23 |
| 9170 | 2025-08-26T21:27:07.114Z | [ recovery-image] Aug 26 21:27:07.106 INFO E| Downloaded unicode-width v0.2.1 |
| 9171 | 2025-08-26T21:27:07.193Z | [ recovery-image] Aug 26 21:27:07.200 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-07-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 9172 | 2025-08-26T21:27:07.193Z | [ recovery-image] Aug 26 21:27:07.201 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-07-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 9173 | 2025-08-26T21:27:07.218Z | [ recovery-image] Aug 26 21:27:07.201 INFO E| Compiling proc-macro2 v1.0.95 |
| 9174 | 2025-08-26T21:27:07.218Z | [ recovery-image] Aug 26 21:27:07.201 INFO E| Compiling unicode-ident v1.0.18 |
| 9175 | 2025-08-26T21:27:07.218Z | [ recovery-image] Aug 26 21:27:07.201 INFO E| Compiling syn v1.0.109 |
| 9176 | 2025-08-26T21:27:07.218Z | [ recovery-image] Aug 26 21:27:07.201 INFO E| Compiling x86 v0.52.0 |
| 9177 | 2025-08-26T21:27:07.218Z | [ recovery-image] Aug 26 21:27:07.201 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 9178 | 2025-08-26T21:27:07.218Z | [ recovery-image] Aug 26 21:27:07.201 INFO E| Compiling seq-macro v0.3.6 |
| 9179 | 2025-08-26T21:27:07.244Z | [ host-image] Aug 26 21:27:07.247 INFO O| Aug 26 21:27:07.247 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a" |
| 9180 | 2025-08-26T21:27:07.269Z | [ host-image] Aug 26 21:27:07.252 INFO O| Aug 26 21:27:07.252 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 9181 | 2025-08-26T21:27:07.269Z | [ host-image] Aug 26 21:27:07.256 INFO O| Aug 26 21:27:07.256 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a" |
| 9182 | 2025-08-26T21:27:07.269Z | [ host-image] Aug 26 21:27:07.264 INFO O| Aug 26 21:27:07.264 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a" |
| 9183 | 2025-08-26T21:27:07.295Z | [ host-image] Aug 26 21:27:07.281 INFO O| Aug 26 21:27:07.281 INFO STEP 13 (remove_files) COMPLETE |
| 9184 | 2025-08-26T21:27:07.295Z | [ host-image] Aug 26 21:27:07.281 INFO O| Aug 26 21:27:07.281 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9185 | 2025-08-26T21:27:07.295Z | [ host-image] Aug 26 21:27:07.301 INFO O| Aug 26 21:27:07.301 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot" |
| 9186 | 2025-08-26T21:27:07.320Z | [ host-image] Aug 26 21:27:07.303 INFO O| Aug 26 21:27:07.303 INFO STEP 14 (remove_files) COMPLETE |
| 9187 | 2025-08-26T21:27:07.320Z | [ host-image] Aug 26 21:27:07.303 INFO O| Aug 26 21:27:07.303 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9188 | 2025-08-26T21:27:07.320Z | [ host-image] Aug 26 21:27:07.321 INFO O| Aug 26 21:27:07.320 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc" |
| 9189 | 2025-08-26T21:27:07.345Z | [ host-image] Aug 26 21:27:07.331 INFO O| Aug 26 21:27:07.331 INFO STEP 15 (remove_files) COMPLETE |
| 9190 | 2025-08-26T21:27:07.345Z | [ host-image] Aug 26 21:27:07.331 INFO O| Aug 26 21:27:07.331 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9191 | 2025-08-26T21:27:07.345Z | [ host-image] Aug 26 21:27:07.348 INFO O| Aug 26 21:27:07.347 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv" |
| 9192 | 2025-08-26T21:27:07.346Z | [ host-image] Aug 26 21:27:07.348 INFO O| Aug 26 21:27:07.348 INFO STEP 16 (remove_files) COMPLETE |
| 9193 | 2025-08-26T21:27:07.346Z | [ host-image] Aug 26 21:27:07.348 INFO O| Aug 26 21:27:07.348 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9194 | 2025-08-26T21:27:07.371Z | [ host-image] Aug 26 21:27:07.364 INFO O| Aug 26 21:27:07.363 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc" |
| 9195 | 2025-08-26T21:27:07.371Z | [ host-image] Aug 26 21:27:07.366 INFO O| Aug 26 21:27:07.366 INFO STEP 17 (remove_files) COMPLETE |
| 9196 | 2025-08-26T21:27:07.371Z | [ host-image] Aug 26 21:27:07.366 INFO O| Aug 26 21:27:07.366 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9197 | 2025-08-26T21:27:07.397Z | [ host-image] Aug 26 21:27:07.381 INFO O| Aug 26 21:27:07.381 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 9198 | 2025-08-26T21:27:07.397Z | [ host-image] Aug 26 21:27:07.382 INFO O| Aug 26 21:27:07.381 INFO STEP 18 (remove_files) COMPLETE |
| 9199 | 2025-08-26T21:27:07.397Z | [ host-image] Aug 26 21:27:07.382 INFO O| Aug 26 21:27:07.382 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9200 | 2025-08-26T21:27:07.397Z | [ host-image] Aug 26 21:27:07.397 INFO O| Aug 26 21:27:07.396 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 9201 | 2025-08-26T21:27:07.397Z | [ host-image] Aug 26 21:27:07.397 INFO O| Aug 26 21:27:07.397 INFO STEP 19 (remove_files) COMPLETE |
| 9202 | 2025-08-26T21:27:07.397Z | [ host-image] Aug 26 21:27:07.397 INFO O| Aug 26 21:27:07.397 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9203 | 2025-08-26T21:27:07.426Z | [ host-image] Aug 26 21:27:07.420 INFO O| Aug 26 21:27:07.412 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 9204 | 2025-08-26T21:27:07.426Z | [ host-image] Aug 26 21:27:07.420 INFO O| Aug 26 21:27:07.412 INFO STEP 20 (remove_files) COMPLETE |
| 9205 | 2025-08-26T21:27:07.426Z | [ host-image] Aug 26 21:27:07.420 INFO O| Aug 26 21:27:07.412 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9206 | 2025-08-26T21:27:07.426Z | [ host-image] Aug 26 21:27:07.429 INFO O| Aug 26 21:27:07.429 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 9207 | 2025-08-26T21:27:07.426Z | [ host-image] Aug 26 21:27:07.429 INFO O| Aug 26 21:27:07.429 INFO STEP 21 (remove_files) COMPLETE |
| 9208 | 2025-08-26T21:27:07.426Z | [ host-image] Aug 26 21:27:07.429 INFO O| Aug 26 21:27:07.429 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9209 | 2025-08-26T21:27:07.452Z | [ host-image] Aug 26 21:27:07.446 INFO O| Aug 26 21:27:07.446 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 9210 | 2025-08-26T21:27:07.452Z | [ host-image] Aug 26 21:27:07.446 INFO O| Aug 26 21:27:07.446 INFO STEP 22 (remove_files) COMPLETE |
| 9211 | 2025-08-26T21:27:07.452Z | [ host-image] Aug 26 21:27:07.446 INFO O| Aug 26 21:27:07.446 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9212 | 2025-08-26T21:27:07.477Z | [ host-image] Aug 26 21:27:07.464 INFO O| Aug 26 21:27:07.464 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 9213 | 2025-08-26T21:27:07.477Z | [ host-image] Aug 26 21:27:07.464 INFO O| Aug 26 21:27:07.464 INFO STEP 23 (remove_files) COMPLETE |
| 9214 | 2025-08-26T21:27:07.477Z | [ host-image] Aug 26 21:27:07.464 INFO O| Aug 26 21:27:07.464 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9215 | 2025-08-26T21:27:07.477Z | [ host-image] Aug 26 21:27:07.482 INFO O| Aug 26 21:27:07.481 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 9216 | 2025-08-26T21:27:07.477Z | [ host-image] Aug 26 21:27:07.482 INFO O| Aug 26 21:27:07.482 INFO STEP 24 (remove_files) COMPLETE |
| 9217 | 2025-08-26T21:27:07.477Z | [ host-image] Aug 26 21:27:07.482 INFO O| Aug 26 21:27:07.482 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9218 | 2025-08-26T21:27:07.503Z | [ host-image] Aug 26 21:27:07.500 INFO O| Aug 26 21:27:07.500 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power" |
| 9219 | 2025-08-26T21:27:07.503Z | [ host-image] Aug 26 21:27:07.500 INFO O| Aug 26 21:27:07.500 INFO STEP 25 (remove_files) COMPLETE |
| 9220 | 2025-08-26T21:27:07.503Z | [ host-image] Aug 26 21:27:07.500 INFO O| Aug 26 21:27:07.500 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9221 | 2025-08-26T21:27:07.547Z | [ host-image] Aug 26 21:27:07.554 INFO O| Aug 26 21:27:07.554 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 9222 | 2025-08-26T21:27:07.547Z | [ host-image] Aug 26 21:27:07.554 INFO O| Aug 26 21:27:07.554 INFO STEP 26 (remove_files) COMPLETE |
| 9223 | 2025-08-26T21:27:07.547Z | [ host-image] Aug 26 21:27:07.554 INFO O| Aug 26 21:27:07.554 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9224 | 2025-08-26T21:27:07.572Z | [ host-image] Aug 26 21:27:07.572 INFO O| Aug 26 21:27:07.572 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 9225 | 2025-08-26T21:27:07.572Z | [ host-image] Aug 26 21:27:07.573 INFO O| Aug 26 21:27:07.572 INFO STEP 27 (remove_files) COMPLETE |
| 9226 | 2025-08-26T21:27:07.572Z | [ host-image] Aug 26 21:27:07.573 INFO O| Aug 26 21:27:07.573 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9227 | 2025-08-26T21:27:07.598Z | [ host-image] Aug 26 21:27:07.593 INFO O| Aug 26 21:27:07.593 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 9228 | 2025-08-26T21:27:07.598Z | [ host-image] Aug 26 21:27:07.593 INFO O| Aug 26 21:27:07.593 INFO STEP 28 (remove_files) COMPLETE |
| 9229 | 2025-08-26T21:27:07.598Z | [ host-image] Aug 26 21:27:07.593 INFO O| Aug 26 21:27:07.593 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9230 | 2025-08-26T21:27:07.623Z | [ host-image] Aug 26 21:27:07.609 INFO O| Aug 26 21:27:07.609 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 9231 | 2025-08-26T21:27:07.623Z | [ host-image] Aug 26 21:27:07.609 INFO O| Aug 26 21:27:07.609 INFO STEP 29 (remove_files) COMPLETE |
| 9232 | 2025-08-26T21:27:07.623Z | [ host-image] Aug 26 21:27:07.609 INFO O| Aug 26 21:27:07.609 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9233 | 2025-08-26T21:27:07.624Z | [ host-image] Aug 26 21:27:07.625 INFO O| Aug 26 21:27:07.624 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 9234 | 2025-08-26T21:27:07.624Z | [ host-image] Aug 26 21:27:07.625 INFO O| Aug 26 21:27:07.625 INFO STEP 30 (remove_files) COMPLETE |
| 9235 | 2025-08-26T21:27:07.624Z | [ host-image] Aug 26 21:27:07.625 INFO O| Aug 26 21:27:07.625 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9236 | 2025-08-26T21:27:07.649Z | [ host-image] Aug 26 21:27:07.641 INFO O| Aug 26 21:27:07.640 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 9237 | 2025-08-26T21:27:07.649Z | [ host-image] Aug 26 21:27:07.641 INFO O| Aug 26 21:27:07.641 INFO STEP 31 (remove_files) COMPLETE |
| 9238 | 2025-08-26T21:27:07.649Z | [ host-image] Aug 26 21:27:07.641 INFO O| Aug 26 21:27:07.641 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9239 | 2025-08-26T21:27:07.674Z | [ host-image] Aug 26 21:27:07.657 INFO O| Aug 26 21:27:07.657 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 9240 | 2025-08-26T21:27:07.674Z | [ host-image] Aug 26 21:27:07.657 INFO O| Aug 26 21:27:07.657 INFO STEP 32 (remove_files) COMPLETE |
| 9241 | 2025-08-26T21:27:07.674Z | [ host-image] Aug 26 21:27:07.657 INFO O| Aug 26 21:27:07.657 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9242 | 2025-08-26T21:27:07.674Z | [ host-image] Aug 26 21:27:07.673 INFO O| Aug 26 21:27:07.672 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 9243 | 2025-08-26T21:27:07.675Z | [ host-image] Aug 26 21:27:07.673 INFO O| Aug 26 21:27:07.673 INFO STEP 33 (remove_files) COMPLETE |
| 9244 | 2025-08-26T21:27:07.675Z | [ host-image] Aug 26 21:27:07.673 INFO O| Aug 26 21:27:07.673 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9245 | 2025-08-26T21:27:07.700Z | [ host-image] Aug 26 21:27:07.689 INFO O| Aug 26 21:27:07.689 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 9246 | 2025-08-26T21:27:07.700Z | [ host-image] Aug 26 21:27:07.689 INFO O| Aug 26 21:27:07.689 INFO STEP 34 (remove_files) COMPLETE |
| 9247 | 2025-08-26T21:27:07.700Z | [ host-image] Aug 26 21:27:07.689 INFO O| Aug 26 21:27:07.689 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9248 | 2025-08-26T21:27:07.700Z | [ host-image] Aug 26 21:27:07.705 INFO O| Aug 26 21:27:07.705 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 9249 | 2025-08-26T21:27:07.700Z | [ host-image] Aug 26 21:27:07.705 INFO O| Aug 26 21:27:07.705 INFO STEP 35 (remove_files) COMPLETE |
| 9250 | 2025-08-26T21:27:07.700Z | [ host-image] Aug 26 21:27:07.705 INFO O| Aug 26 21:27:07.705 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9251 | 2025-08-26T21:27:07.726Z | [ host-image] Aug 26 21:27:07.721 INFO O| Aug 26 21:27:07.721 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 9252 | 2025-08-26T21:27:07.726Z | [ host-image] Aug 26 21:27:07.721 INFO O| Aug 26 21:27:07.721 INFO STEP 36 (remove_files) COMPLETE |
| 9253 | 2025-08-26T21:27:07.726Z | [ host-image] Aug 26 21:27:07.721 INFO O| Aug 26 21:27:07.721 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9254 | 2025-08-26T21:27:07.752Z | [ host-image] Aug 26 21:27:07.738 INFO O| Aug 26 21:27:07.738 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 9255 | 2025-08-26T21:27:07.752Z | [ host-image] Aug 26 21:27:07.738 INFO O| Aug 26 21:27:07.738 INFO STEP 37 (remove_files) COMPLETE |
| 9256 | 2025-08-26T21:27:07.752Z | [ host-image] Aug 26 21:27:07.738 INFO O| Aug 26 21:27:07.738 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9257 | 2025-08-26T21:27:07.752Z | [ host-image] Aug 26 21:27:07.753 INFO O| Aug 26 21:27:07.753 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 9258 | 2025-08-26T21:27:07.752Z | [ host-image] Aug 26 21:27:07.753 INFO O| Aug 26 21:27:07.753 INFO STEP 38 (remove_files) COMPLETE |
| 9259 | 2025-08-26T21:27:07.752Z | [ host-image] Aug 26 21:27:07.753 INFO O| Aug 26 21:27:07.753 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9260 | 2025-08-26T21:27:07.778Z | [ host-image] Aug 26 21:27:07.772 INFO O| Aug 26 21:27:07.772 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 9261 | 2025-08-26T21:27:07.778Z | [ host-image] Aug 26 21:27:07.772 INFO O| Aug 26 21:27:07.772 INFO STEP 39 (remove_files) COMPLETE |
| 9262 | 2025-08-26T21:27:07.778Z | [ host-image] Aug 26 21:27:07.772 INFO O| Aug 26 21:27:07.772 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9263 | 2025-08-26T21:27:07.820Z | [ host-image] Aug 26 21:27:07.828 INFO O| Aug 26 21:27:07.828 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 9264 | 2025-08-26T21:27:07.820Z | [ host-image] Aug 26 21:27:07.828 INFO O| Aug 26 21:27:07.828 INFO STEP 40 (remove_files) COMPLETE |
| 9265 | 2025-08-26T21:27:07.820Z | [ host-image] Aug 26 21:27:07.828 INFO O| Aug 26 21:27:07.828 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9266 | 2025-08-26T21:27:07.850Z | [ host-image] Aug 26 21:27:07.847 INFO O| Aug 26 21:27:07.847 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 9267 | 2025-08-26T21:27:07.850Z | [ host-image] Aug 26 21:27:07.847 INFO O| Aug 26 21:27:07.847 INFO STEP 41 (remove_files) COMPLETE |
| 9268 | 2025-08-26T21:27:07.850Z | [ host-image] Aug 26 21:27:07.847 INFO O| Aug 26 21:27:07.847 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9269 | 2025-08-26T21:27:07.876Z | [ host-image] Aug 26 21:27:07.865 INFO O| Aug 26 21:27:07.865 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 9270 | 2025-08-26T21:27:07.876Z | [ host-image] Aug 26 21:27:07.865 INFO O| Aug 26 21:27:07.865 INFO STEP 42 (remove_files) COMPLETE |
| 9271 | 2025-08-26T21:27:07.876Z | [ host-image] Aug 26 21:27:07.865 INFO O| Aug 26 21:27:07.865 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9272 | 2025-08-26T21:27:07.903Z | [ host-image] Aug 26 21:27:07.884 INFO O| Aug 26 21:27:07.884 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 9273 | 2025-08-26T21:27:07.903Z | [ host-image] Aug 26 21:27:07.884 INFO O| Aug 26 21:27:07.884 INFO STEP 43 (remove_files) COMPLETE |
| 9274 | 2025-08-26T21:27:07.903Z | [ host-image] Aug 26 21:27:07.884 INFO O| Aug 26 21:27:07.884 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9275 | 2025-08-26T21:27:07.903Z | [ host-image] Aug 26 21:27:07.901 INFO O| Aug 26 21:27:07.900 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 9276 | 2025-08-26T21:27:07.903Z | [ host-image] Aug 26 21:27:07.901 INFO O| Aug 26 21:27:07.901 INFO STEP 44 (remove_files) COMPLETE |
| 9277 | 2025-08-26T21:27:07.903Z | [ host-image] Aug 26 21:27:07.901 INFO O| Aug 26 21:27:07.901 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9278 | 2025-08-26T21:27:07.928Z | [ host-image] Aug 26 21:27:07.916 INFO O| Aug 26 21:27:07.916 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 9279 | 2025-08-26T21:27:07.928Z | [ host-image] Aug 26 21:27:07.917 INFO O| Aug 26 21:27:07.917 INFO STEP 45 (remove_files) COMPLETE |
| 9280 | 2025-08-26T21:27:07.928Z | [ host-image] Aug 26 21:27:07.917 INFO O| Aug 26 21:27:07.917 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9281 | 2025-08-26T21:27:07.954Z | [ host-image] Aug 26 21:27:07.938 INFO O| Aug 26 21:27:07.938 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 9282 | 2025-08-26T21:27:07.954Z | [ host-image] Aug 26 21:27:07.939 INFO O| Aug 26 21:27:07.939 INFO STEP 46 (remove_files) COMPLETE |
| 9283 | 2025-08-26T21:27:07.954Z | [ host-image] Aug 26 21:27:07.939 INFO O| Aug 26 21:27:07.939 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9284 | 2025-08-26T21:27:07.954Z | [ host-image] Aug 26 21:27:07.959 INFO O| Aug 26 21:27:07.959 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 9285 | 2025-08-26T21:27:07.954Z | [ host-image] Aug 26 21:27:07.960 INFO O| Aug 26 21:27:07.959 INFO STEP 47 (remove_files) COMPLETE |
| 9286 | 2025-08-26T21:27:07.954Z | [ host-image] Aug 26 21:27:07.960 INFO O| Aug 26 21:27:07.960 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9287 | 2025-08-26T21:27:07.979Z | [ host-image] Aug 26 21:27:07.979 INFO O| Aug 26 21:27:07.979 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 9288 | 2025-08-26T21:27:07.979Z | [ host-image] Aug 26 21:27:07.979 INFO O| Aug 26 21:27:07.979 INFO STEP 48 (remove_files) COMPLETE |
| 9289 | 2025-08-26T21:27:07.979Z | [ host-image] Aug 26 21:27:07.979 INFO O| Aug 26 21:27:07.979 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9290 | 2025-08-26T21:27:08.005Z | [ host-image] Aug 26 21:27:07.997 INFO O| Aug 26 21:27:07.997 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 9291 | 2025-08-26T21:27:08.005Z | [ host-image] Aug 26 21:27:07.997 INFO O| Aug 26 21:27:07.997 INFO STEP 49 (remove_files) COMPLETE |
| 9292 | 2025-08-26T21:27:08.005Z | [ host-image] Aug 26 21:27:07.997 INFO O| Aug 26 21:27:07.997 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9293 | 2025-08-26T21:27:08.030Z | [ host-image] Aug 26 21:27:08.017 INFO O| Aug 26 21:27:08.016 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 9294 | 2025-08-26T21:27:08.030Z | [ host-image] Aug 26 21:27:08.017 INFO O| Aug 26 21:27:08.017 INFO STEP 50 (remove_files) COMPLETE |
| 9295 | 2025-08-26T21:27:08.030Z | [ host-image] Aug 26 21:27:08.017 INFO O| Aug 26 21:27:08.017 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9296 | 2025-08-26T21:27:08.030Z | [ host-image] Aug 26 21:27:08.034 INFO O| Aug 26 21:27:08.034 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 9297 | 2025-08-26T21:27:08.030Z | [ host-image] Aug 26 21:27:08.034 INFO O| Aug 26 21:27:08.034 INFO STEP 51 (remove_files) COMPLETE |
| 9298 | 2025-08-26T21:27:08.030Z | [ host-image] Aug 26 21:27:08.034 INFO O| Aug 26 21:27:08.034 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9299 | 2025-08-26T21:27:08.056Z | [ host-image] Aug 26 21:27:08.051 INFO O| Aug 26 21:27:08.051 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 9300 | 2025-08-26T21:27:08.056Z | [ host-image] Aug 26 21:27:08.051 INFO O| Aug 26 21:27:08.051 INFO STEP 52 (remove_files) COMPLETE |
| 9301 | 2025-08-26T21:27:08.056Z | [ host-image] Aug 26 21:27:08.051 INFO O| Aug 26 21:27:08.051 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9302 | 2025-08-26T21:27:08.081Z | [ host-image] Aug 26 21:27:08.075 INFO O| Aug 26 21:27:08.075 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm" |
| 9303 | 2025-08-26T21:27:08.081Z | [ host-image] Aug 26 21:27:08.075 INFO O| Aug 26 21:27:08.075 INFO STEP 53 (remove_files) COMPLETE |
| 9304 | 2025-08-26T21:27:08.081Z | [ host-image] Aug 26 21:27:08.075 INFO O| Aug 26 21:27:08.075 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9305 | 2025-08-26T21:27:08.107Z | [ host-image] Aug 26 21:27:08.095 INFO O| Aug 26 21:27:08.095 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm" |
| 9306 | 2025-08-26T21:27:08.107Z | [ host-image] Aug 26 21:27:08.095 INFO O| Aug 26 21:27:08.095 INFO STEP 54 (remove_files) COMPLETE |
| 9307 | 2025-08-26T21:27:08.107Z | [ host-image] Aug 26 21:27:08.095 INFO O| Aug 26 21:27:08.095 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9308 | 2025-08-26T21:27:08.107Z | [ host-image] Aug 26 21:27:08.113 INFO O| Aug 26 21:27:08.113 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm" |
| 9309 | 2025-08-26T21:27:08.107Z | [ host-image] Aug 26 21:27:08.113 INFO O| Aug 26 21:27:08.113 INFO STEP 55 (remove_files) COMPLETE |
| 9310 | 2025-08-26T21:27:08.107Z | [ host-image] Aug 26 21:27:08.113 INFO O| Aug 26 21:27:08.113 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9311 | 2025-08-26T21:27:08.132Z | [ host-image] Aug 26 21:27:08.130 INFO O| Aug 26 21:27:08.130 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm" |
| 9312 | 2025-08-26T21:27:08.132Z | [ host-image] Aug 26 21:27:08.131 INFO O| Aug 26 21:27:08.131 INFO STEP 56 (remove_files) COMPLETE |
| 9313 | 2025-08-26T21:27:08.132Z | [ host-image] Aug 26 21:27:08.131 INFO O| Aug 26 21:27:08.131 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9314 | 2025-08-26T21:27:08.157Z | [ host-image] Aug 26 21:27:08.150 INFO O| Aug 26 21:27:08.150 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar" |
| 9315 | 2025-08-26T21:27:08.157Z | [ host-image] Aug 26 21:27:08.150 INFO O| Aug 26 21:27:08.150 INFO STEP 57 (remove_files) COMPLETE |
| 9316 | 2025-08-26T21:27:08.157Z | [ host-image] Aug 26 21:27:08.150 INFO O| Aug 26 21:27:08.150 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9317 | 2025-08-26T21:27:08.183Z | [ host-image] Aug 26 21:27:08.171 INFO O| Aug 26 21:27:08.171 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 9318 | 2025-08-26T21:27:08.183Z | [ host-image] Aug 26 21:27:08.171 INFO O| Aug 26 21:27:08.171 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ... |
| 9319 | 2025-08-26T21:27:08.183Z | [ host-image] Aug 26 21:27:08.171 INFO O| Aug 26 21:27:08.171 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9320 | 2025-08-26T21:27:08.183Z | [ host-image] Aug 26 21:27:08.171 INFO O| Aug 26 21:27:08.171 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9321 | 2025-08-26T21:27:08.183Z | [ host-image] Aug 26 21:27:08.171 INFO O| Aug 26 21:27:08.171 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9322 | 2025-08-26T21:27:08.183Z | [ host-image] Aug 26 21:27:08.172 INFO O| Aug 26 21:27:08.171 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9323 | 2025-08-26T21:27:08.184Z | [ host-image] Aug 26 21:27:08.172 INFO O| Aug 26 21:27:08.171 INFO ok! |
| 9324 | 2025-08-26T21:27:08.184Z | [ host-image] Aug 26 21:27:08.172 INFO O| Aug 26 21:27:08.171 INFO STEP 58 (ensure_file) COMPLETE |
| 9325 | 2025-08-26T21:27:08.184Z | [ host-image] Aug 26 21:27:08.172 INFO O| Aug 26 21:27:08.171 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9326 | 2025-08-26T21:27:08.210Z | [ host-image] Aug 26 21:27:08.191 INFO O| Aug 26 21:27:08.191 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 9327 | 2025-08-26T21:27:08.210Z | [ host-image] Aug 26 21:27:08.192 INFO O| Aug 26 21:27:08.191 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 9328 | 2025-08-26T21:27:08.210Z | [ host-image] Aug 26 21:27:08.192 INFO O| Aug 26 21:27:08.192 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9329 | 2025-08-26T21:27:08.210Z | [ host-image] Aug 26 21:27:08.192 INFO O| Aug 26 21:27:08.192 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9330 | 2025-08-26T21:27:08.210Z | [ host-image] Aug 26 21:27:08.192 INFO O| Aug 26 21:27:08.192 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9331 | 2025-08-26T21:27:08.210Z | [ host-image] Aug 26 21:27:08.192 INFO O| Aug 26 21:27:08.192 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9332 | 2025-08-26T21:27:08.210Z | [ host-image] Aug 26 21:27:08.192 INFO O| Aug 26 21:27:08.192 INFO ok! |
| 9333 | 2025-08-26T21:27:08.210Z | [ host-image] Aug 26 21:27:08.192 INFO O| Aug 26 21:27:08.192 INFO STEP 59 (ensure_file) COMPLETE |
| 9334 | 2025-08-26T21:27:08.210Z | [ host-image] Aug 26 21:27:08.192 INFO O| Aug 26 21:27:08.192 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9335 | 2025-08-26T21:27:08.210Z | [ host-image] Aug 26 21:27:08.210 INFO O| Aug 26 21:27:08.210 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist |
| 9336 | 2025-08-26T21:27:08.210Z | [ host-image] Aug 26 21:27:08.210 INFO O| Aug 26 21:27:08.210 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ... |
| 9337 | 2025-08-26T21:27:08.210Z | [ host-image] Aug 26 21:27:08.210 INFO O| Aug 26 21:27:08.210 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile |
| 9338 | 2025-08-26T21:27:08.210Z | [ host-image] Aug 26 21:27:08.210 INFO O| Aug 26 21:27:08.210 INFO ok! |
| 9339 | 2025-08-26T21:27:08.210Z | [ host-image] Aug 26 21:27:08.210 INFO O| Aug 26 21:27:08.210 INFO STEP 60 (ensure_file) COMPLETE |
| 9340 | 2025-08-26T21:27:08.210Z | [ host-image] Aug 26 21:27:08.210 INFO O| Aug 26 21:27:08.210 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9341 | 2025-08-26T21:27:08.235Z | [ host-image] Aug 26 21:27:08.231 INFO O| Aug 26 21:27:08.230 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 9342 | 2025-08-26T21:27:08.235Z | [ host-image] Aug 26 21:27:08.231 INFO O| Aug 26 21:27:08.231 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ... |
| 9343 | 2025-08-26T21:27:08.235Z | [ host-image] Aug 26 21:27:08.231 INFO O| Aug 26 21:27:08.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc |
| 9344 | 2025-08-26T21:27:08.235Z | [ host-image] Aug 26 21:27:08.231 INFO O| Aug 26 21:27:08.231 INFO ok! |
| 9345 | 2025-08-26T21:27:08.235Z | [ host-image] Aug 26 21:27:08.231 INFO O| Aug 26 21:27:08.231 INFO STEP 61 (ensure_file) COMPLETE |
| 9346 | 2025-08-26T21:27:08.235Z | [ host-image] Aug 26 21:27:08.231 INFO O| Aug 26 21:27:08.231 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9347 | 2025-08-26T21:27:08.261Z | [ host-image] Aug 26 21:27:08.254 INFO O| Aug 26 21:27:08.254 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 9348 | 2025-08-26T21:27:08.261Z | [ host-image] Aug 26 21:27:08.254 INFO O| Aug 26 21:27:08.254 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ... |
| 9349 | 2025-08-26T21:27:08.261Z | [ host-image] Aug 26 21:27:08.254 INFO O| Aug 26 21:27:08.254 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd |
| 9350 | 2025-08-26T21:27:08.261Z | [ host-image] Aug 26 21:27:08.254 INFO O| Aug 26 21:27:08.254 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd |
| 9351 | 2025-08-26T21:27:08.261Z | [ host-image] Aug 26 21:27:08.254 INFO O| Aug 26 21:27:08.254 INFO ok! |
| 9352 | 2025-08-26T21:27:08.261Z | [ host-image] Aug 26 21:27:08.254 INFO O| Aug 26 21:27:08.254 INFO STEP 62 (ensure_file) COMPLETE |
| 9353 | 2025-08-26T21:27:08.261Z | [ host-image] Aug 26 21:27:08.254 INFO O| Aug 26 21:27:08.254 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9354 | 2025-08-26T21:27:08.287Z | [ host-image] Aug 26 21:27:08.273 INFO O| Aug 26 21:27:08.273 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 9355 | 2025-08-26T21:27:08.287Z | [ host-image] Aug 26 21:27:08.273 INFO O| Aug 26 21:27:08.273 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 9356 | 2025-08-26T21:27:08.287Z | [ host-image] Aug 26 21:27:08.273 INFO O| Aug 26 21:27:08.273 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 9357 | 2025-08-26T21:27:08.287Z | [ host-image] Aug 26 21:27:08.273 INFO O| Aug 26 21:27:08.273 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 9358 | 2025-08-26T21:27:08.287Z | [ host-image] Aug 26 21:27:08.273 INFO O| Aug 26 21:27:08.273 INFO ok! |
| 9359 | 2025-08-26T21:27:08.287Z | [ host-image] Aug 26 21:27:08.273 INFO O| Aug 26 21:27:08.273 INFO STEP 63 (ensure_file) COMPLETE |
| 9360 | 2025-08-26T21:27:08.287Z | [ host-image] Aug 26 21:27:08.273 INFO O| Aug 26 21:27:08.273 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9361 | 2025-08-26T21:27:08.287Z | [ host-image] Aug 26 21:27:08.293 INFO O| Aug 26 21:27:08.293 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 9362 | 2025-08-26T21:27:08.287Z | [ host-image] Aug 26 21:27:08.293 INFO O| Aug 26 21:27:08.293 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 9363 | 2025-08-26T21:27:08.287Z | [ host-image] Aug 26 21:27:08.293 INFO O| Aug 26 21:27:08.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly |
| 9364 | 2025-08-26T21:27:08.287Z | [ host-image] Aug 26 21:27:08.293 INFO O| Aug 26 21:27:08.293 INFO ok! |
| 9365 | 2025-08-26T21:27:08.287Z | [ host-image] Aug 26 21:27:08.293 INFO O| Aug 26 21:27:08.293 INFO STEP 64 (assemble_files) COMPLETE |
| 9366 | 2025-08-26T21:27:08.287Z | [ host-image] Aug 26 21:27:08.293 INFO O| Aug 26 21:27:08.293 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9367 | 2025-08-26T21:27:08.312Z | [ host-image] Aug 26 21:27:08.316 INFO O| Aug 26 21:27:08.316 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 9368 | 2025-08-26T21:27:08.312Z | [ host-image] Aug 26 21:27:08.316 INFO O| Aug 26 21:27:08.316 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ... |
| 9369 | 2025-08-26T21:27:08.312Z | [ host-image] Aug 26 21:27:08.316 INFO O| Aug 26 21:27:08.316 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf |
| 9370 | 2025-08-26T21:27:08.312Z | [ host-image] Aug 26 21:27:08.316 INFO O| Aug 26 21:27:08.316 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf |
| 9371 | 2025-08-26T21:27:08.312Z | [ host-image] Aug 26 21:27:08.316 INFO O| Aug 26 21:27:08.316 INFO ok! |
| 9372 | 2025-08-26T21:27:08.312Z | [ host-image] Aug 26 21:27:08.316 INFO O| Aug 26 21:27:08.316 INFO STEP 65 (ensure_file) COMPLETE |
| 9373 | 2025-08-26T21:27:08.313Z | [ host-image] Aug 26 21:27:08.316 INFO O| Aug 26 21:27:08.316 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9374 | 2025-08-26T21:27:08.338Z | [ host-image] Aug 26 21:27:08.334 INFO O| Aug 26 21:27:08.333 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9375 | 2025-08-26T21:27:08.338Z | [ host-image] Aug 26 21:27:08.334 INFO O| Aug 26 21:27:08.334 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9376 | 2025-08-26T21:27:08.338Z | [ host-image] Aug 26 21:27:08.334 INFO O| Aug 26 21:27:08.334 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9377 | 2025-08-26T21:27:08.338Z | [ host-image] Aug 26 21:27:08.334 INFO O| Aug 26 21:27:08.334 INFO STEP 66 (ensure_dir) COMPLETE |
| 9378 | 2025-08-26T21:27:08.338Z | [ host-image] Aug 26 21:27:08.334 INFO O| Aug 26 21:27:08.334 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9379 | 2025-08-26T21:27:08.365Z | [ host-image] Aug 26 21:27:08.353 INFO O| Aug 26 21:27:08.353 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
| 9380 | 2025-08-26T21:27:08.365Z | [ host-image] Aug 26 21:27:08.353 INFO O| Aug 26 21:27:08.353 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 ... |
| 9381 | 2025-08-26T21:27:08.365Z | [ host-image] Aug 26 21:27:08.363 INFO O| Aug 26 21:27:08.363 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 |
| 9382 | 2025-08-26T21:27:08.365Z | [ host-image] Aug 26 21:27:08.363 INFO O| Aug 26 21:27:08.363 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
| 9383 | 2025-08-26T21:27:08.365Z | [ host-image] Aug 26 21:27:08.363 INFO O| Aug 26 21:27:08.363 INFO ok! |
| 9384 | 2025-08-26T21:27:08.365Z | [ host-image] Aug 26 21:27:08.363 INFO O| Aug 26 21:27:08.363 INFO STEP 67 (ensure_file) COMPLETE |
| 9385 | 2025-08-26T21:27:08.365Z | [ host-image] Aug 26 21:27:08.363 INFO O| Aug 26 21:27:08.363 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9386 | 2025-08-26T21:27:08.390Z | [ host-image] Aug 26 21:27:08.381 INFO O| Aug 26 21:27:08.381 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
| 9387 | 2025-08-26T21:27:08.390Z | [ host-image] Aug 26 21:27:08.381 INFO O| Aug 26 21:27:08.381 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 ... |
| 9388 | 2025-08-26T21:27:08.390Z | [ host-image] Aug 26 21:27:08.381 INFO O| Aug 26 21:27:08.381 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 |
| 9389 | 2025-08-26T21:27:08.390Z | [ host-image] Aug 26 21:27:08.381 INFO O| Aug 26 21:27:08.381 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
| 9390 | 2025-08-26T21:27:08.390Z | [ host-image] Aug 26 21:27:08.381 INFO O| Aug 26 21:27:08.381 INFO ok! |
| 9391 | 2025-08-26T21:27:08.390Z | [ host-image] Aug 26 21:27:08.381 INFO O| Aug 26 21:27:08.381 INFO STEP 68 (ensure_file) COMPLETE |
| 9392 | 2025-08-26T21:27:08.390Z | [ host-image] Aug 26 21:27:08.381 INFO O| Aug 26 21:27:08.381 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9393 | 2025-08-26T21:27:08.416Z | [ host-image] Aug 26 21:27:08.409 INFO O| Aug 26 21:27:08.409 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal |
| 9394 | 2025-08-26T21:27:08.416Z | [ host-image] Aug 26 21:27:08.409 INFO O| Aug 26 21:27:08.409 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."] |
| 9395 | 2025-08-26T21:27:08.963Z | [ recovery-image] Aug 26 21:27:08.971 INFO E| Compiling quote v1.0.40 |
| 9396 | 2025-08-26T21:27:09.325Z | [ recovery-image] Aug 26 21:27:09.332 INFO E| Compiling syn v2.0.104 |
| 9397 | 2025-08-26T21:27:11.507Z | [ host-image] Aug 26 21:27:11.515 INFO O| Aug 26 21:27:11.515 INFO STEP 69 (pack_tar) COMPLETE |
| 9398 | 2025-08-26T21:27:11.580Z | [ host-image] Aug 26 21:27:11.515 INFO O| Aug 26 21:27:11.515 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim |
| 9399 | 2025-08-26T21:27:11.580Z | [ host-image] Aug 26 21:27:11.515 INFO O| Aug 26 21:27:11.515 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim |
| 9400 | 2025-08-26T21:27:11.619Z | [ host-image] Aug 26 21:27:11.623 INFO O| Aug 26 21:27:11.623 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9401 | 2025-08-26T21:27:11.681Z | [ host-image] Aug 26 21:27:11.689 INFO O| Aug 26 21:27:11.689 INFO completed processing sled/ramdisk-02-trim |
| 9402 | 2025-08-26T21:27:11.707Z | [ host-image] Aug 26 21:27:11.693 INFO image builder template: zfs... |
| 9403 | 2025-08-26T21:27:11.707Z | [ host-image] Aug 26 21:27:11.693 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/.tmpQmIViS/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.37.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "zfs"], pwd: None |
| 9404 | 2025-08-26T21:27:11.707Z | [ host-image] Aug 26 21:27:11.713 INFO O| Aug 26 21:27:11.712 INFO skip include "stress" because feature "stress" is not enabled |
| 9405 | 2025-08-26T21:27:11.707Z | [ host-image] Aug 26 21:27:11.713 INFO O| Aug 26 21:27:11.713 INFO skip include "stress" because feature "compliance" is not enabled |
| 9406 | 2025-08-26T21:27:11.758Z | [ host-image] Aug 26 21:27:11.765 INFO O| Aug 26 21:27:11.765 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs |
| 9407 | 2025-08-26T21:27:11.784Z | [ host-image] Aug 26 21:27:11.774 INFO O| Aug 26 21:27:11.774 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs |
| 9408 | 2025-08-26T21:27:11.814Z | [ host-image] Aug 26 21:27:11.822 INFO O| Aug 26 21:27:11.822 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled |
| 9409 | 2025-08-26T21:27:11.847Z | [ host-image] Aug 26 21:27:11.854 INFO O| Aug 26 21:27:11.854 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs |
| 9410 | 2025-08-26T21:27:11.847Z | [ host-image] Aug 26 21:27:11.854 INFO O| Aug 26 21:27:11.854 INFO work dataset: rpool/images/build/host/work/sled/zfs |
| 9411 | 2025-08-26T21:27:11.872Z | [ host-image] Aug 26 21:27:11.865 INFO O| Aug 26 21:27:11.865 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs |
| 9412 | 2025-08-26T21:27:11.903Z | [ host-image] Aug 26 21:27:11.911 INFO O| Aug 26 21:27:11.911 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled |
| 9413 | 2025-08-26T21:27:11.929Z | [ host-image] Aug 26 21:27:11.936 INFO O| Aug 26 21:27:11.936 INFO DESTROY POOL: TEMPORARY-sled-zfs |
| 9414 | 2025-08-26T21:27:11.959Z | [ host-image] Aug 26 21:27:11.953 INFO O| Aug 26 21:27:11.953 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw |
| 9415 | 2025-08-26T21:27:11.986Z | [ host-image] Aug 26 21:27:11.962 INFO O| Aug 26 21:27:11.962 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot |
| 9416 | 2025-08-26T21:27:11.986Z | [ host-image] Aug 26 21:27:11.962 INFO O| Aug 26 21:27:11.962 INFO no lofi found |
| 9417 | 2025-08-26T21:27:11.986Z | [ host-image] Aug 26 21:27:11.962 INFO O| Aug 26 21:27:11.962 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal |
| 9418 | 2025-08-26T21:27:11.986Z | [ host-image] Aug 26 21:27:11.962 INFO O| Aug 26 21:27:11.962 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/sled/zfs/lofi.raw |
| 9419 | 2025-08-26T21:27:13.354Z | [ recovery-image] Aug 26 21:27:13.358 INFO E| Compiling scroll_derive v0.13.0 |
| 9420 | 2025-08-26T21:27:13.995Z | [ host-image] Aug 26 21:27:14.002 INFO O| Aug 26 21:27:14.002 INFO lofi device = /dev/dsk/c3t1d0p0 |
| 9421 | 2025-08-26T21:27:14.020Z | [ host-image] Aug 26 21:27:14.002 INFO O| Aug 26 21:27:14.002 INFO pool device = /dev/dsk/c3t1d0p0 |
| 9422 | 2025-08-26T21:27:14.020Z | [ host-image] Aug 26 21:27:14.002 INFO O| Aug 26 21:27:14.002 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c3t1d0p0"] |
| 9423 | 2025-08-26T21:27:14.166Z | [ host-image] Aug 26 21:27:14.173 INFO O| Aug 26 21:27:14.173 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9424 | 2025-08-26T21:27:14.166Z | [ host-image] Aug 26 21:27:14.174 INFO O| Aug 26 21:27:14.173 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT |
| 9425 | 2025-08-26T21:27:14.206Z | [ host-image] Aug 26 21:27:14.214 INFO O| Aug 26 21:27:14.213 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off |
| 9426 | 2025-08-26T21:27:14.297Z | [ host-image] Aug 26 21:27:14.305 INFO O| Aug 26 21:27:14.305 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy |
| 9427 | 2025-08-26T21:27:14.349Z | [ host-image] Aug 26 21:27:14.357 INFO O| Aug 26 21:27:14.357 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk |
| 9428 | 2025-08-26T21:27:14.382Z | [ host-image] Aug 26 21:27:14.390 INFO O| Aug 26 21:27:14.389 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto |
| 9429 | 2025-08-26T21:27:14.407Z | [ host-image] Aug 26 21:27:14.415 INFO O| Aug 26 21:27:14.414 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy |
| 9430 | 2025-08-26T21:27:14.483Z | [ host-image] Aug 26 21:27:14.490 INFO O| Aug 26 21:27:14.490 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a |
| 9431 | 2025-08-26T21:27:14.483Z | [ host-image] Aug 26 21:27:14.491 INFO O| Aug 26 21:27:14.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a |
| 9432 | 2025-08-26T21:27:14.509Z | [ host-image] Aug 26 21:27:14.491 INFO O| Aug 26 21:27:14.491 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9433 | 2025-08-26T21:27:14.509Z | [ host-image] Aug 26 21:27:14.505 INFO O| Aug 26 21:27:14.505 INFO boot environment UUID: 9cd9ad0b-5b95-4733-a149-2264ec512ed8 |
| 9434 | 2025-08-26T21:27:14.509Z | [ host-image] Aug 26 21:27:14.506 INFO O| Aug 26 21:27:14.505 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 9cd9ad0b-5b95-4733-a149-2264ec512ed8 |
| 9435 | 2025-08-26T21:27:14.534Z | [ host-image] Aug 26 21:27:14.531 INFO O| Aug 26 21:27:14.531 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 9436 | 2025-08-26T21:27:14.559Z | [ host-image] Aug 26 21:27:14.560 INFO O| Aug 26 21:27:14.560 INFO STEP 0 (create_be) COMPLETE |
| 9437 | 2025-08-26T21:27:14.559Z | [ host-image] Aug 26 21:27:14.560 INFO O| Aug 26 21:27:14.560 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9438 | 2025-08-26T21:27:14.594Z | [ host-image] Aug 26 21:27:14.601 INFO O| Aug 26 21:27:14.601 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9439 | 2025-08-26T21:27:18.005Z | [ recovery-image] Aug 26 21:27:18.013 INFO E| Compiling bitstruct_derive v0.1.0 |
| 9440 | 2025-08-26T21:27:40.449Z | [ host-image] Aug 26 21:27:40.457 INFO O| Aug 26 21:27:40.457 INFO STEP 1 (unpack_tar) COMPLETE |
| 9441 | 2025-08-26T21:27:40.449Z | [ host-image] Aug 26 21:27:40.457 INFO O| Aug 26 21:27:40.457 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9442 | 2025-08-26T21:27:40.474Z | [ host-image] Aug 26 21:27:40.472 INFO O| Aug 26 21:27:40.472 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9443 | 2025-08-26T21:27:41.188Z | [ host-image] Aug 26 21:27:41.196 INFO O| Aug 26 21:27:41.195 INFO STEP 2 (devfsadm) COMPLETE |
| 9444 | 2025-08-26T21:27:41.188Z | [ host-image] Aug 26 21:27:41.196 INFO O| Aug 26 21:27:41.196 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9445 | 2025-08-26T21:27:41.213Z | [ host-image] Aug 26 21:27:41.209 INFO O| Aug 26 21:27:41.209 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9446 | 2025-08-26T21:27:41.213Z | [ host-image] Aug 26 21:27:41.209 INFO O| Aug 26 21:27:41.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9447 | 2025-08-26T21:27:41.213Z | [ host-image] Aug 26 21:27:41.209 INFO O| Aug 26 21:27:41.209 INFO STEP 3 (ensure_dir) COMPLETE |
| 9448 | 2025-08-26T21:27:41.213Z | [ host-image] Aug 26 21:27:41.209 INFO O| Aug 26 21:27:41.209 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9449 | 2025-08-26T21:27:41.240Z | [ host-image] Aug 26 21:27:41.225 INFO O| Aug 26 21:27:41.225 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9450 | 2025-08-26T21:27:41.240Z | [ host-image] Aug 26 21:27:41.225 INFO O| Aug 26 21:27:41.225 INFO STEP 4 (ensure_dir) COMPLETE |
| 9451 | 2025-08-26T21:27:41.240Z | [ host-image] Aug 26 21:27:41.225 INFO O| Aug 26 21:27:41.225 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9452 | 2025-08-26T21:27:41.240Z | [ host-image] Aug 26 21:27:41.242 INFO O| Aug 26 21:27:41.242 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9453 | 2025-08-26T21:27:41.240Z | [ host-image] Aug 26 21:27:41.242 INFO O| Aug 26 21:27:41.242 INFO STEP 5 (ensure_dir) COMPLETE |
| 9454 | 2025-08-26T21:27:41.240Z | [ host-image] Aug 26 21:27:41.242 INFO O| Aug 26 21:27:41.242 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9455 | 2025-08-26T21:27:41.265Z | [ host-image] Aug 26 21:27:41.258 INFO O| Aug 26 21:27:41.258 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9456 | 2025-08-26T21:27:41.265Z | [ host-image] Aug 26 21:27:41.259 INFO O| Aug 26 21:27:41.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9457 | 2025-08-26T21:27:41.265Z | [ host-image] Aug 26 21:27:41.259 INFO O| Aug 26 21:27:41.259 INFO STEP 6 (ensure_dir) COMPLETE |
| 9458 | 2025-08-26T21:27:41.265Z | [ host-image] Aug 26 21:27:41.259 INFO O| Aug 26 21:27:41.259 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9459 | 2025-08-26T21:27:41.291Z | [ host-image] Aug 26 21:27:41.276 INFO O| Aug 26 21:27:41.275 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9460 | 2025-08-26T21:27:41.291Z | [ host-image] Aug 26 21:27:41.276 INFO O| Aug 26 21:27:41.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9461 | 2025-08-26T21:27:41.291Z | [ host-image] Aug 26 21:27:41.276 INFO O| Aug 26 21:27:41.276 INFO STEP 7 (ensure_dir) COMPLETE |
| 9462 | 2025-08-26T21:27:41.291Z | [ host-image] Aug 26 21:27:41.276 INFO O| Aug 26 21:27:41.276 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9463 | 2025-08-26T21:27:41.291Z | [ host-image] Aug 26 21:27:41.293 INFO O| Aug 26 21:27:41.293 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg" |
| 9464 | 2025-08-26T21:27:41.291Z | [ host-image] Aug 26 21:27:41.293 INFO O| Aug 26 21:27:41.293 INFO STEP 8 (remove_files) COMPLETE |
| 9465 | 2025-08-26T21:27:41.291Z | [ host-image] Aug 26 21:27:41.293 INFO O| Aug 26 21:27:41.293 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9466 | 2025-08-26T21:27:41.316Z | [ host-image] Aug 26 21:27:41.310 INFO O| Aug 26 21:27:41.310 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk" |
| 9467 | 2025-08-26T21:27:41.316Z | [ host-image] Aug 26 21:27:41.311 INFO O| Aug 26 21:27:41.311 INFO STEP 9 (remove_files) COMPLETE |
| 9468 | 2025-08-26T21:27:41.316Z | [ host-image] Aug 26 21:27:41.311 INFO O| Aug 26 21:27:41.311 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9469 | 2025-08-26T21:27:41.316Z | [ host-image] Aug 26 21:27:41.324 INFO O| Aug 26 21:27:41.324 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk" |
| 9470 | 2025-08-26T21:27:41.341Z | [ host-image] Aug 26 21:27:41.325 INFO O| Aug 26 21:27:41.325 INFO STEP 10 (remove_files) COMPLETE |
| 9471 | 2025-08-26T21:27:41.341Z | [ host-image] Aug 26 21:27:41.325 INFO O| Aug 26 21:27:41.325 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9472 | 2025-08-26T21:27:41.341Z | [ host-image] Aug 26 21:27:41.337 INFO O| Aug 26 21:27:41.337 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors" |
| 9473 | 2025-08-26T21:27:41.341Z | [ host-image] Aug 26 21:27:41.337 INFO O| Aug 26 21:27:41.337 INFO STEP 11 (remove_files) COMPLETE |
| 9474 | 2025-08-26T21:27:41.341Z | [ host-image] Aug 26 21:27:41.337 INFO O| Aug 26 21:27:41.337 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9475 | 2025-08-26T21:27:41.369Z | [ host-image] Aug 26 21:27:41.354 INFO O| Aug 26 21:27:41.354 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb" |
| 9476 | 2025-08-26T21:27:41.369Z | [ host-image] Aug 26 21:27:41.354 INFO O| Aug 26 21:27:41.354 INFO STEP 12 (remove_files) COMPLETE |
| 9477 | 2025-08-26T21:27:41.369Z | [ host-image] Aug 26 21:27:41.354 INFO O| Aug 26 21:27:41.354 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9478 | 2025-08-26T21:27:41.369Z | [ host-image] Aug 26 21:27:41.366 INFO O| Aug 26 21:27:41.366 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9479 | 2025-08-26T21:27:41.369Z | [ host-image] Aug 26 21:27:41.367 INFO O| Aug 26 21:27:41.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9480 | 2025-08-26T21:27:41.369Z | [ host-image] Aug 26 21:27:41.367 INFO O| Aug 26 21:27:41.366 INFO STEP 13 (ensure_dir) COMPLETE |
| 9481 | 2025-08-26T21:27:41.369Z | [ host-image] Aug 26 21:27:41.367 INFO O| Aug 26 21:27:41.366 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9482 | 2025-08-26T21:27:41.396Z | [ host-image] Aug 26 21:27:41.381 INFO O| Aug 26 21:27:41.381 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9483 | 2025-08-26T21:27:41.396Z | [ host-image] Aug 26 21:27:41.381 INFO O| Aug 26 21:27:41.381 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9484 | 2025-08-26T21:27:41.396Z | [ host-image] Aug 26 21:27:41.382 INFO O| Aug 26 21:27:41.382 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9485 | 2025-08-26T21:27:41.396Z | [ host-image] Aug 26 21:27:41.382 INFO O| Aug 26 21:27:41.382 INFO STEP 14 (ensure_dir) COMPLETE |
| 9486 | 2025-08-26T21:27:41.396Z | [ host-image] Aug 26 21:27:41.382 INFO O| Aug 26 21:27:41.382 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9487 | 2025-08-26T21:27:41.396Z | [ host-image] Aug 26 21:27:41.399 INFO O| Aug 26 21:27:41.399 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9488 | 2025-08-26T21:27:41.396Z | [ host-image] Aug 26 21:27:41.399 INFO O| Aug 26 21:27:41.399 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9489 | 2025-08-26T21:27:41.396Z | [ host-image] Aug 26 21:27:41.399 INFO O| Aug 26 21:27:41.399 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9490 | 2025-08-26T21:27:41.396Z | [ host-image] Aug 26 21:27:41.400 INFO O| Aug 26 21:27:41.399 INFO STEP 15 (ensure_dir) COMPLETE |
| 9491 | 2025-08-26T21:27:41.397Z | [ host-image] Aug 26 21:27:41.400 INFO O| Aug 26 21:27:41.399 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9492 | 2025-08-26T21:27:41.422Z | [ host-image] Aug 26 21:27:41.412 INFO O| Aug 26 21:27:41.412 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9493 | 2025-08-26T21:27:41.422Z | [ host-image] Aug 26 21:27:41.412 INFO O| Aug 26 21:27:41.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9494 | 2025-08-26T21:27:41.422Z | [ host-image] Aug 26 21:27:41.412 INFO O| Aug 26 21:27:41.412 INFO STEP 16 (ensure_dir) COMPLETE |
| 9495 | 2025-08-26T21:27:41.422Z | [ host-image] Aug 26 21:27:41.412 INFO O| Aug 26 21:27:41.412 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9496 | 2025-08-26T21:27:41.422Z | [ host-image] Aug 26 21:27:41.426 INFO O| Aug 26 21:27:41.425 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9497 | 2025-08-26T21:27:41.422Z | [ host-image] Aug 26 21:27:41.426 INFO O| Aug 26 21:27:41.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9498 | 2025-08-26T21:27:41.422Z | [ host-image] Aug 26 21:27:41.426 INFO O| Aug 26 21:27:41.426 INFO STEP 17 (ensure_dir) COMPLETE |
| 9499 | 2025-08-26T21:27:41.422Z | [ host-image] Aug 26 21:27:41.426 INFO O| Aug 26 21:27:41.426 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9500 | 2025-08-26T21:27:41.448Z | [ host-image] Aug 26 21:27:41.437 INFO O| Aug 26 21:27:41.437 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 9501 | 2025-08-26T21:27:41.448Z | [ host-image] Aug 26 21:27:41.437 INFO O| Aug 26 21:27:41.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog |
| 9502 | 2025-08-26T21:27:41.448Z | [ host-image] Aug 26 21:27:41.437 INFO O| Aug 26 21:27:41.437 INFO ok! |
| 9503 | 2025-08-26T21:27:41.448Z | [ host-image] Aug 26 21:27:41.437 INFO O| Aug 26 21:27:41.437 INFO STEP 18 (ensure_symlink) COMPLETE |
| 9504 | 2025-08-26T21:27:41.448Z | [ host-image] Aug 26 21:27:41.437 INFO O| Aug 26 21:27:41.437 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9505 | 2025-08-26T21:27:41.448Z | [ host-image] Aug 26 21:27:41.449 INFO O| Aug 26 21:27:41.448 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents |
| 9506 | 2025-08-26T21:27:41.448Z | [ host-image] Aug 26 21:27:41.449 INFO O| Aug 26 21:27:41.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure |
| 9507 | 2025-08-26T21:27:41.448Z | [ host-image] Aug 26 21:27:41.449 INFO O| Aug 26 21:27:41.448 INFO ok! |
| 9508 | 2025-08-26T21:27:41.448Z | [ host-image] Aug 26 21:27:41.449 INFO O| Aug 26 21:27:41.449 INFO STEP 19 (ensure_file) COMPLETE |
| 9509 | 2025-08-26T21:27:41.448Z | [ host-image] Aug 26 21:27:41.449 INFO O| Aug 26 21:27:41.449 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9510 | 2025-08-26T21:27:41.474Z | [ host-image] Aug 26 21:27:41.460 INFO O| Aug 26 21:27:41.460 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist |
| 9511 | 2025-08-26T21:27:41.474Z | [ host-image] Aug 26 21:27:41.460 INFO O| Aug 26 21:27:41.460 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 9512 | 2025-08-26T21:27:41.474Z | [ host-image] Aug 26 21:27:41.460 INFO O| Aug 26 21:27:41.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml |
| 9513 | 2025-08-26T21:27:41.474Z | [ host-image] Aug 26 21:27:41.460 INFO O| Aug 26 21:27:41.460 INFO ok! |
| 9514 | 2025-08-26T21:27:41.474Z | [ host-image] Aug 26 21:27:41.460 INFO O| Aug 26 21:27:41.460 INFO STEP 20 (ensure_symlink) COMPLETE |
| 9515 | 2025-08-26T21:27:41.474Z | [ host-image] Aug 26 21:27:41.460 INFO O| Aug 26 21:27:41.460 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9516 | 2025-08-26T21:27:41.475Z | [ host-image] Aug 26 21:27:41.478 INFO O| Aug 26 21:27:41.478 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
| 9517 | 2025-08-26T21:27:41.475Z | [ host-image] Aug 26 21:27:41.478 INFO O| Aug 26 21:27:41.478 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 9518 | 2025-08-26T21:27:41.475Z | [ host-image] Aug 26 21:27:41.478 INFO O| Aug 26 21:27:41.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml |
| 9519 | 2025-08-26T21:27:41.475Z | [ host-image] Aug 26 21:27:41.478 INFO O| Aug 26 21:27:41.478 INFO ok! |
| 9520 | 2025-08-26T21:27:41.475Z | [ host-image] Aug 26 21:27:41.478 INFO O| Aug 26 21:27:41.478 INFO STEP 21 (ensure_symlink) COMPLETE |
| 9521 | 2025-08-26T21:27:41.475Z | [ host-image] Aug 26 21:27:41.478 INFO O| Aug 26 21:27:41.478 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9522 | 2025-08-26T21:27:41.500Z | [ host-image] Aug 26 21:27:41.496 INFO O| Aug 26 21:27:41.496 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist |
| 9523 | 2025-08-26T21:27:41.500Z | [ host-image] Aug 26 21:27:41.496 INFO O| Aug 26 21:27:41.496 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 9524 | 2025-08-26T21:27:41.500Z | [ host-image] Aug 26 21:27:41.496 INFO O| Aug 26 21:27:41.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml |
| 9525 | 2025-08-26T21:27:41.500Z | [ host-image] Aug 26 21:27:41.496 INFO O| Aug 26 21:27:41.496 INFO ok! |
| 9526 | 2025-08-26T21:27:41.500Z | [ host-image] Aug 26 21:27:41.496 INFO O| Aug 26 21:27:41.496 INFO STEP 22 (ensure_symlink) COMPLETE |
| 9527 | 2025-08-26T21:27:41.500Z | [ host-image] Aug 26 21:27:41.496 INFO O| Aug 26 21:27:41.496 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9528 | 2025-08-26T21:27:41.526Z | [ host-image] Aug 26 21:27:41.509 INFO O| Aug 26 21:27:41.509 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist |
| 9529 | 2025-08-26T21:27:41.526Z | [ host-image] Aug 26 21:27:41.509 INFO O| Aug 26 21:27:41.509 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 9530 | 2025-08-26T21:27:41.526Z | [ host-image] Aug 26 21:27:41.509 INFO O| Aug 26 21:27:41.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml |
| 9531 | 2025-08-26T21:27:41.526Z | [ host-image] Aug 26 21:27:41.509 INFO O| Aug 26 21:27:41.509 INFO ok! |
| 9532 | 2025-08-26T21:27:41.526Z | [ host-image] Aug 26 21:27:41.509 INFO O| Aug 26 21:27:41.509 INFO STEP 23 (ensure_symlink) COMPLETE |
| 9533 | 2025-08-26T21:27:41.526Z | [ host-image] Aug 26 21:27:41.509 INFO O| Aug 26 21:27:41.509 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9534 | 2025-08-26T21:27:41.526Z | [ host-image] Aug 26 21:27:41.527 INFO O| Aug 26 21:27:41.527 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 9535 | 2025-08-26T21:27:41.526Z | [ host-image] Aug 26 21:27:41.527 INFO O| Aug 26 21:27:41.527 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ... |
| 9536 | 2025-08-26T21:27:41.526Z | [ host-image] Aug 26 21:27:41.527 INFO O| Aug 26 21:27:41.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf |
| 9537 | 2025-08-26T21:27:41.526Z | [ host-image] Aug 26 21:27:41.527 INFO O| Aug 26 21:27:41.527 INFO ok! |
| 9538 | 2025-08-26T21:27:41.526Z | [ host-image] Aug 26 21:27:41.527 INFO O| Aug 26 21:27:41.527 INFO STEP 24 (ensure_file) COMPLETE |
| 9539 | 2025-08-26T21:27:41.526Z | [ host-image] Aug 26 21:27:41.527 INFO O| Aug 26 21:27:41.527 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9540 | 2025-08-26T21:27:41.552Z | [ host-image] Aug 26 21:27:41.546 INFO O| Aug 26 21:27:41.546 INFO updating shadow file |
| 9541 | 2025-08-26T21:27:41.552Z | [ host-image] Aug 26 21:27:41.546 INFO O| Aug 26 21:27:41.546 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9542 | 2025-08-26T21:27:41.552Z | [ host-image] Aug 26 21:27:41.546 INFO O| Aug 26 21:27:41.546 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9543 | 2025-08-26T21:27:41.552Z | [ host-image] Aug 26 21:27:41.546 INFO O| Aug 26 21:27:41.546 INFO STEP 25 (shadow) COMPLETE |
| 9544 | 2025-08-26T21:27:41.552Z | [ host-image] Aug 26 21:27:41.546 INFO O| Aug 26 21:27:41.546 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9545 | 2025-08-26T21:27:41.577Z | [ host-image] Aug 26 21:27:41.562 INFO O| Aug 26 21:27:41.562 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 9546 | 2025-08-26T21:27:41.578Z | [ host-image] Aug 26 21:27:41.562 INFO O| Aug 26 21:27:41.562 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ... |
| 9547 | 2025-08-26T21:27:41.578Z | [ host-image] Aug 26 21:27:41.562 INFO O| Aug 26 21:27:41.562 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts |
| 9548 | 2025-08-26T21:27:41.578Z | [ host-image] Aug 26 21:27:41.562 INFO O| Aug 26 21:27:41.562 INFO ok! |
| 9549 | 2025-08-26T21:27:41.578Z | [ host-image] Aug 26 21:27:41.562 INFO O| Aug 26 21:27:41.562 INFO STEP 26 (ensure_file) COMPLETE |
| 9550 | 2025-08-26T21:27:41.578Z | [ host-image] Aug 26 21:27:41.562 INFO O| Aug 26 21:27:41.562 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9551 | 2025-08-26T21:27:41.578Z | [ host-image] Aug 26 21:27:41.577 INFO O| Aug 26 21:27:41.577 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist |
| 9552 | 2025-08-26T21:27:41.578Z | [ host-image] Aug 26 21:27:41.577 INFO O| Aug 26 21:27:41.577 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ... |
| 9553 | 2025-08-26T21:27:41.578Z | [ host-image] Aug 26 21:27:41.577 INFO O| Aug 26 21:27:41.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename |
| 9554 | 2025-08-26T21:27:41.578Z | [ host-image] Aug 26 21:27:41.577 INFO O| Aug 26 21:27:41.577 INFO ok! |
| 9555 | 2025-08-26T21:27:41.578Z | [ host-image] Aug 26 21:27:41.577 INFO O| Aug 26 21:27:41.577 INFO STEP 27 (ensure_file) COMPLETE |
| 9556 | 2025-08-26T21:27:41.578Z | [ host-image] Aug 26 21:27:41.577 INFO O| Aug 26 21:27:41.577 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9557 | 2025-08-26T21:27:41.604Z | [ host-image] Aug 26 21:27:41.596 INFO O| Aug 26 21:27:41.596 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 9558 | 2025-08-26T21:27:41.604Z | [ host-image] Aug 26 21:27:41.596 INFO O| Aug 26 21:27:41.596 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ... |
| 9559 | 2025-08-26T21:27:41.604Z | [ host-image] Aug 26 21:27:41.596 INFO O| Aug 26 21:27:41.596 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent |
| 9560 | 2025-08-26T21:27:41.604Z | [ host-image] Aug 26 21:27:41.596 INFO O| Aug 26 21:27:41.596 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent |
| 9561 | 2025-08-26T21:27:41.604Z | [ host-image] Aug 26 21:27:41.596 INFO O| Aug 26 21:27:41.596 INFO ok! |
| 9562 | 2025-08-26T21:27:41.604Z | [ host-image] Aug 26 21:27:41.596 INFO O| Aug 26 21:27:41.596 INFO STEP 28 (ensure_file) COMPLETE |
| 9563 | 2025-08-26T21:27:41.604Z | [ host-image] Aug 26 21:27:41.596 INFO O| Aug 26 21:27:41.596 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9564 | 2025-08-26T21:27:41.630Z | [ host-image] Aug 26 21:27:41.614 INFO O| Aug 26 21:27:41.614 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist |
| 9565 | 2025-08-26T21:27:41.630Z | [ host-image] Aug 26 21:27:41.614 INFO O| Aug 26 21:27:41.614 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ... |
| 9566 | 2025-08-26T21:27:41.630Z | [ host-image] Aug 26 21:27:41.614 INFO O| Aug 26 21:27:41.614 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf |
| 9567 | 2025-08-26T21:27:41.630Z | [ host-image] Aug 26 21:27:41.614 INFO O| Aug 26 21:27:41.614 INFO ok! |
| 9568 | 2025-08-26T21:27:41.630Z | [ host-image] Aug 26 21:27:41.614 INFO O| Aug 26 21:27:41.614 INFO STEP 29 (ensure_file) COMPLETE |
| 9569 | 2025-08-26T21:27:41.630Z | [ host-image] Aug 26 21:27:41.614 INFO O| Aug 26 21:27:41.614 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9570 | 2025-08-26T21:27:41.630Z | [ host-image] Aug 26 21:27:41.632 INFO O| Aug 26 21:27:41.632 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9571 | 2025-08-26T21:27:41.630Z | [ host-image] Aug 26 21:27:41.632 INFO O| Aug 26 21:27:41.632 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9572 | 2025-08-26T21:27:41.630Z | [ host-image] Aug 26 21:27:41.632 INFO O| Aug 26 21:27:41.632 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9573 | 2025-08-26T21:27:41.630Z | [ host-image] Aug 26 21:27:41.632 INFO O| Aug 26 21:27:41.632 INFO STEP 30 (ensure_dir) COMPLETE |
| 9574 | 2025-08-26T21:27:41.630Z | [ host-image] Aug 26 21:27:41.632 INFO O| Aug 26 21:27:41.632 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9575 | 2025-08-26T21:27:41.656Z | [ host-image] Aug 26 21:27:41.647 INFO O| Aug 26 21:27:41.646 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist |
| 9576 | 2025-08-26T21:27:41.656Z | [ host-image] Aug 26 21:27:41.647 INFO O| Aug 26 21:27:41.647 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ... |
| 9577 | 2025-08-26T21:27:41.656Z | [ host-image] Aug 26 21:27:41.647 INFO O| Aug 26 21:27:41.647 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup |
| 9578 | 2025-08-26T21:27:41.656Z | [ host-image] Aug 26 21:27:41.647 INFO O| Aug 26 21:27:41.647 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup |
| 9579 | 2025-08-26T21:27:41.656Z | [ host-image] Aug 26 21:27:41.647 INFO O| Aug 26 21:27:41.647 INFO ok! |
| 9580 | 2025-08-26T21:27:41.656Z | [ host-image] Aug 26 21:27:41.647 INFO O| Aug 26 21:27:41.647 INFO STEP 31 (ensure_file) COMPLETE |
| 9581 | 2025-08-26T21:27:41.656Z | [ host-image] Aug 26 21:27:41.647 INFO O| Aug 26 21:27:41.647 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9582 | 2025-08-26T21:27:41.656Z | [ host-image] Aug 26 21:27:41.659 INFO O| Aug 26 21:27:41.659 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9583 | 2025-08-26T21:27:41.656Z | [ host-image] Aug 26 21:27:41.659 INFO O| Aug 26 21:27:41.659 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9584 | 2025-08-26T21:27:41.656Z | [ host-image] Aug 26 21:27:41.659 INFO O| Aug 26 21:27:41.659 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9585 | 2025-08-26T21:27:41.656Z | [ host-image] Aug 26 21:27:41.659 INFO O| Aug 26 21:27:41.659 INFO STEP 32 (ensure_dir) COMPLETE |
| 9586 | 2025-08-26T21:27:41.656Z | [ host-image] Aug 26 21:27:41.659 INFO O| Aug 26 21:27:41.659 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9587 | 2025-08-26T21:27:41.682Z | [ host-image] Aug 26 21:27:41.672 INFO O| Aug 26 21:27:41.671 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist |
| 9588 | 2025-08-26T21:27:41.682Z | [ host-image] Aug 26 21:27:41.672 INFO O| Aug 26 21:27:41.672 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 ... |
| 9589 | 2025-08-26T21:27:41.682Z | [ host-image] Aug 26 21:27:41.672 INFO O| Aug 26 21:27:41.672 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 |
| 9590 | 2025-08-26T21:27:41.682Z | [ host-image] Aug 26 21:27:41.672 INFO O| Aug 26 21:27:41.672 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml |
| 9591 | 2025-08-26T21:27:41.682Z | [ host-image] Aug 26 21:27:41.672 INFO O| Aug 26 21:27:41.672 INFO ok! |
| 9592 | 2025-08-26T21:27:41.682Z | [ host-image] Aug 26 21:27:41.672 INFO O| Aug 26 21:27:41.672 INFO STEP 33 (ensure_file) COMPLETE |
| 9593 | 2025-08-26T21:27:41.682Z | [ host-image] Aug 26 21:27:41.672 INFO O| Aug 26 21:27:41.672 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9594 | 2025-08-26T21:27:41.682Z | [ host-image] Aug 26 21:27:41.684 INFO O| Aug 26 21:27:41.684 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist |
| 9595 | 2025-08-26T21:27:41.682Z | [ host-image] Aug 26 21:27:41.684 INFO O| Aug 26 21:27:41.684 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ... |
| 9596 | 2025-08-26T21:27:41.682Z | [ host-image] Aug 26 21:27:41.685 INFO O| Aug 26 21:27:41.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master |
| 9597 | 2025-08-26T21:27:41.682Z | [ host-image] Aug 26 21:27:41.685 INFO O| Aug 26 21:27:41.685 INFO ok! |
| 9598 | 2025-08-26T21:27:41.682Z | [ host-image] Aug 26 21:27:41.685 INFO O| Aug 26 21:27:41.685 INFO STEP 34 (ensure_file) COMPLETE |
| 9599 | 2025-08-26T21:27:41.682Z | [ host-image] Aug 26 21:27:41.685 INFO O| Aug 26 21:27:41.685 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9600 | 2025-08-26T21:27:41.708Z | [ host-image] Aug 26 21:27:41.697 INFO O| Aug 26 21:27:41.697 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
| 9601 | 2025-08-26T21:27:41.708Z | [ host-image] Aug 26 21:27:41.697 INFO O| Aug 26 21:27:41.697 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ... |
| 9602 | 2025-08-26T21:27:41.708Z | [ host-image] Aug 26 21:27:41.697 INFO O| Aug 26 21:27:41.697 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs |
| 9603 | 2025-08-26T21:27:41.708Z | [ host-image] Aug 26 21:27:41.697 INFO O| Aug 26 21:27:41.697 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs |
| 9604 | 2025-08-26T21:27:41.708Z | [ host-image] Aug 26 21:27:41.697 INFO O| Aug 26 21:27:41.697 INFO ok! |
| 9605 | 2025-08-26T21:27:41.708Z | [ host-image] Aug 26 21:27:41.697 INFO O| Aug 26 21:27:41.697 INFO STEP 35 (ensure_file) COMPLETE |
| 9606 | 2025-08-26T21:27:41.708Z | [ host-image] Aug 26 21:27:41.697 INFO O| Aug 26 21:27:41.697 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9607 | 2025-08-26T21:27:41.708Z | [ host-image] Aug 26 21:27:41.709 INFO O| Aug 26 21:27:41.709 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking |
| 9608 | 2025-08-26T21:27:41.708Z | [ host-image] Aug 26 21:27:41.709 INFO O| Aug 26 21:27:41.709 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ... |
| 9609 | 2025-08-26T21:27:41.708Z | [ host-image] Aug 26 21:27:41.709 INFO O| Aug 26 21:27:41.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init |
| 9610 | 2025-08-26T21:27:41.708Z | [ host-image] Aug 26 21:27:41.709 INFO O| Aug 26 21:27:41.709 INFO ok! |
| 9611 | 2025-08-26T21:27:41.708Z | [ host-image] Aug 26 21:27:41.709 INFO O| Aug 26 21:27:41.709 INFO STEP 36 (ensure_file) COMPLETE |
| 9612 | 2025-08-26T21:27:41.708Z | [ host-image] Aug 26 21:27:41.709 INFO O| Aug 26 21:27:41.709 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9613 | 2025-08-26T21:27:41.736Z | [ host-image] Aug 26 21:27:41.725 INFO O| Aug 26 21:27:41.725 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 9614 | 2025-08-26T21:27:41.736Z | [ host-image] Aug 26 21:27:41.725 INFO O| Aug 26 21:27:41.725 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ... |
| 9615 | 2025-08-26T21:27:41.736Z | [ host-image] Aug 26 21:27:41.725 INFO O| Aug 26 21:27:41.725 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config |
| 9616 | 2025-08-26T21:27:41.736Z | [ host-image] Aug 26 21:27:41.725 INFO O| Aug 26 21:27:41.725 INFO ok! |
| 9617 | 2025-08-26T21:27:41.736Z | [ host-image] Aug 26 21:27:41.725 INFO O| Aug 26 21:27:41.725 INFO STEP 37 (ensure_file) COMPLETE |
| 9618 | 2025-08-26T21:27:41.736Z | [ host-image] Aug 26 21:27:41.725 INFO O| Aug 26 21:27:41.725 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9619 | 2025-08-26T21:27:41.736Z | [ host-image] Aug 26 21:27:41.741 INFO O| Aug 26 21:27:41.741 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist |
| 9620 | 2025-08-26T21:27:41.736Z | [ host-image] Aug 26 21:27:41.741 INFO O| Aug 26 21:27:41.741 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ... |
| 9621 | 2025-08-26T21:27:41.736Z | [ host-image] Aug 26 21:27:41.741 INFO O| Aug 26 21:27:41.741 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9622 | 2025-08-26T21:27:41.736Z | [ host-image] Aug 26 21:27:41.741 INFO O| Aug 26 21:27:41.741 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9623 | 2025-08-26T21:27:41.736Z | [ host-image] Aug 26 21:27:41.741 INFO O| Aug 26 21:27:41.741 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9624 | 2025-08-26T21:27:41.736Z | [ host-image] Aug 26 21:27:41.741 INFO O| Aug 26 21:27:41.741 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9625 | 2025-08-26T21:27:41.736Z | [ host-image] Aug 26 21:27:41.741 INFO O| Aug 26 21:27:41.741 INFO ok! |
| 9626 | 2025-08-26T21:27:41.736Z | [ host-image] Aug 26 21:27:41.741 INFO O| Aug 26 21:27:41.741 INFO STEP 38 (ensure_file) COMPLETE |
| 9627 | 2025-08-26T21:27:41.736Z | [ host-image] Aug 26 21:27:41.741 INFO O| Aug 26 21:27:41.741 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9628 | 2025-08-26T21:27:41.762Z | [ host-image] Aug 26 21:27:41.756 INFO O| Aug 26 21:27:41.756 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9629 | 2025-08-26T21:27:41.762Z | [ host-image] Aug 26 21:27:41.757 INFO O| Aug 26 21:27:41.756 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9630 | 2025-08-26T21:27:41.762Z | [ host-image] Aug 26 21:27:41.757 INFO O| Aug 26 21:27:41.757 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9631 | 2025-08-26T21:27:41.762Z | [ host-image] Aug 26 21:27:41.757 INFO O| Aug 26 21:27:41.757 INFO STEP 39 (ensure_dir) COMPLETE |
| 9632 | 2025-08-26T21:27:41.762Z | [ host-image] Aug 26 21:27:41.757 INFO O| Aug 26 21:27:41.757 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9633 | 2025-08-26T21:27:41.787Z | [ host-image] Aug 26 21:27:41.774 INFO O| Aug 26 21:27:41.773 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 |
| 9634 | 2025-08-26T21:27:41.787Z | [ host-image] Aug 26 21:27:41.774 INFO O| Aug 26 21:27:41.773 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 ... |
| 9635 | 2025-08-26T21:27:41.787Z | [ host-image] Aug 26 21:27:41.774 INFO O| Aug 26 21:27:41.774 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 |
| 9636 | 2025-08-26T21:27:41.787Z | [ host-image] Aug 26 21:27:41.774 INFO O| Aug 26 21:27:41.774 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 |
| 9637 | 2025-08-26T21:27:41.787Z | [ host-image] Aug 26 21:27:41.774 INFO O| Aug 26 21:27:41.774 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 |
| 9638 | 2025-08-26T21:27:41.787Z | [ host-image] Aug 26 21:27:41.774 INFO O| Aug 26 21:27:41.774 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 |
| 9639 | 2025-08-26T21:27:41.787Z | [ host-image] Aug 26 21:27:41.774 INFO O| Aug 26 21:27:41.774 INFO ok! |
| 9640 | 2025-08-26T21:27:41.788Z | [ host-image] Aug 26 21:27:41.774 INFO O| Aug 26 21:27:41.774 INFO STEP 40 (ensure_file) COMPLETE |
| 9641 | 2025-08-26T21:27:41.788Z | [ host-image] Aug 26 21:27:41.774 INFO O| Aug 26 21:27:41.774 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9642 | 2025-08-26T21:27:41.788Z | [ host-image] Aug 26 21:27:41.791 INFO O| Aug 26 21:27:41.790 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 9643 | 2025-08-26T21:27:41.788Z | [ host-image] Aug 26 21:27:41.791 INFO O| Aug 26 21:27:41.791 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 ... |
| 9644 | 2025-08-26T21:27:41.788Z | [ host-image] Aug 26 21:27:41.791 INFO O| Aug 26 21:27:41.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 9645 | 2025-08-26T21:27:41.788Z | [ host-image] Aug 26 21:27:41.791 INFO O| Aug 26 21:27:41.791 INFO ok! |
| 9646 | 2025-08-26T21:27:41.788Z | [ host-image] Aug 26 21:27:41.791 INFO O| Aug 26 21:27:41.791 INFO STEP 41 (ensure_symlink) COMPLETE |
| 9647 | 2025-08-26T21:27:41.788Z | [ host-image] Aug 26 21:27:41.791 INFO O| Aug 26 21:27:41.791 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9648 | 2025-08-26T21:27:41.813Z | [ host-image] Aug 26 21:27:41.806 INFO O| Aug 26 21:27:41.806 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist |
| 9649 | 2025-08-26T21:27:41.813Z | [ host-image] Aug 26 21:27:41.807 INFO O| Aug 26 21:27:41.806 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ... |
| 9650 | 2025-08-26T21:27:41.813Z | [ host-image] Aug 26 21:27:41.807 INFO O| Aug 26 21:27:41.807 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo |
| 9651 | 2025-08-26T21:27:41.813Z | [ host-image] Aug 26 21:27:41.807 INFO O| Aug 26 21:27:41.807 INFO ok! |
| 9652 | 2025-08-26T21:27:41.813Z | [ host-image] Aug 26 21:27:41.807 INFO O| Aug 26 21:27:41.807 INFO STEP 42 (ensure_symlink) COMPLETE |
| 9653 | 2025-08-26T21:27:41.813Z | [ host-image] Aug 26 21:27:41.807 INFO O| Aug 26 21:27:41.807 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9654 | 2025-08-26T21:27:41.839Z | [ host-image] Aug 26 21:27:41.823 INFO O| Aug 26 21:27:41.823 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist |
| 9655 | 2025-08-26T21:27:41.839Z | [ host-image] Aug 26 21:27:41.823 INFO O| Aug 26 21:27:41.823 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ... |
| 9656 | 2025-08-26T21:27:41.839Z | [ host-image] Aug 26 21:27:41.823 INFO O| Aug 26 21:27:41.823 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9657 | 2025-08-26T21:27:41.839Z | [ host-image] Aug 26 21:27:41.823 INFO O| Aug 26 21:27:41.823 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9658 | 2025-08-26T21:27:41.839Z | [ host-image] Aug 26 21:27:41.824 INFO O| Aug 26 21:27:41.823 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9659 | 2025-08-26T21:27:41.839Z | [ host-image] Aug 26 21:27:41.824 INFO O| Aug 26 21:27:41.824 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9660 | 2025-08-26T21:27:41.839Z | [ host-image] Aug 26 21:27:41.824 INFO O| Aug 26 21:27:41.824 INFO ok! |
| 9661 | 2025-08-26T21:27:41.839Z | [ host-image] Aug 26 21:27:41.824 INFO O| Aug 26 21:27:41.824 INFO STEP 43 (ensure_file) COMPLETE |
| 9662 | 2025-08-26T21:27:41.839Z | [ host-image] Aug 26 21:27:41.824 INFO O| Aug 26 21:27:41.824 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9663 | 2025-08-26T21:27:41.839Z | [ host-image] Aug 26 21:27:41.840 INFO O| Aug 26 21:27:41.840 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
| 9664 | 2025-08-26T21:27:41.839Z | [ host-image] Aug 26 21:27:41.840 INFO O| Aug 26 21:27:41.840 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 ... |
| 9665 | 2025-08-26T21:27:41.839Z | [ host-image] Aug 26 21:27:41.840 INFO O| Aug 26 21:27:41.840 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 |
| 9666 | 2025-08-26T21:27:41.839Z | [ host-image] Aug 26 21:27:41.840 INFO O| Aug 26 21:27:41.840 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml |
| 9667 | 2025-08-26T21:27:41.839Z | [ host-image] Aug 26 21:27:41.840 INFO O| Aug 26 21:27:41.840 INFO ok! |
| 9668 | 2025-08-26T21:27:41.839Z | [ host-image] Aug 26 21:27:41.840 INFO O| Aug 26 21:27:41.840 INFO STEP 44 (ensure_file) COMPLETE |
| 9669 | 2025-08-26T21:27:41.839Z | [ host-image] Aug 26 21:27:41.840 INFO O| Aug 26 21:27:41.840 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9670 | 2025-08-26T21:27:41.865Z | [ host-image] Aug 26 21:27:41.857 INFO O| Aug 26 21:27:41.857 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist |
| 9671 | 2025-08-26T21:27:41.865Z | [ host-image] Aug 26 21:27:41.857 INFO O| Aug 26 21:27:41.857 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ... |
| 9672 | 2025-08-26T21:27:41.865Z | [ host-image] Aug 26 21:27:41.857 INFO O| Aug 26 21:27:41.857 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml |
| 9673 | 2025-08-26T21:27:41.865Z | [ host-image] Aug 26 21:27:41.857 INFO O| Aug 26 21:27:41.857 INFO ok! |
| 9674 | 2025-08-26T21:27:41.865Z | [ host-image] Aug 26 21:27:41.857 INFO O| Aug 26 21:27:41.857 INFO STEP 45 (ensure_file) COMPLETE |
| 9675 | 2025-08-26T21:27:41.865Z | [ host-image] Aug 26 21:27:41.857 INFO O| Aug 26 21:27:41.857 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9676 | 2025-08-26T21:27:41.890Z | [ host-image] Aug 26 21:27:41.875 INFO O| Aug 26 21:27:41.875 INFO updating shadow file |
| 9677 | 2025-08-26T21:27:41.890Z | [ host-image] Aug 26 21:27:41.875 INFO O| Aug 26 21:27:41.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9678 | 2025-08-26T21:27:41.890Z | [ host-image] Aug 26 21:27:41.875 INFO O| Aug 26 21:27:41.875 INFO STEP 46 (shadow) COMPLETE |
| 9679 | 2025-08-26T21:27:41.890Z | [ host-image] Aug 26 21:27:41.875 INFO O| Aug 26 21:27:41.875 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9680 | 2025-08-26T21:27:41.890Z | [ host-image] Aug 26 21:27:41.892 INFO O| Aug 26 21:27:41.892 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking |
| 9681 | 2025-08-26T21:27:41.891Z | [ host-image] Aug 26 21:27:41.892 INFO O| Aug 26 21:27:41.892 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ... |
| 9682 | 2025-08-26T21:27:41.891Z | [ host-image] Aug 26 21:27:41.892 INFO O| Aug 26 21:27:41.892 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login |
| 9683 | 2025-08-26T21:27:41.891Z | [ host-image] Aug 26 21:27:41.892 INFO O| Aug 26 21:27:41.892 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login |
| 9684 | 2025-08-26T21:27:41.891Z | [ host-image] Aug 26 21:27:41.892 INFO O| Aug 26 21:27:41.892 INFO ok! |
| 9685 | 2025-08-26T21:27:41.891Z | [ host-image] Aug 26 21:27:41.892 INFO O| Aug 26 21:27:41.892 INFO STEP 47 (ensure_file) COMPLETE |
| 9686 | 2025-08-26T21:27:41.891Z | [ host-image] Aug 26 21:27:41.892 INFO O| Aug 26 21:27:41.892 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9687 | 2025-08-26T21:27:41.891Z | [ host-image] Aug 26 21:27:41.892 INFO O| Aug 26 21:27:41.892 INFO skip step because feature "mfg" is not enabled |
| 9688 | 2025-08-26T21:27:41.891Z | [ host-image] Aug 26 21:27:41.892 INFO O| Aug 26 21:27:41.892 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9689 | 2025-08-26T21:27:41.891Z | [ host-image] Aug 26 21:27:41.892 INFO O| Aug 26 21:27:41.892 INFO skip step because feature "mfg" is not enabled |
| 9690 | 2025-08-26T21:27:41.891Z | [ host-image] Aug 26 21:27:41.892 INFO O| Aug 26 21:27:41.892 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9691 | 2025-08-26T21:27:41.917Z | [ host-image] Aug 26 21:27:41.907 INFO O| Aug 26 21:27:41.907 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist |
| 9692 | 2025-08-26T21:27:41.917Z | [ host-image] Aug 26 21:27:41.907 INFO O| Aug 26 21:27:41.907 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ... |
| 9693 | 2025-08-26T21:27:42.812Z | [ host-image] Aug 26 21:27:42.821 INFO O| Aug 26 21:27:42.821 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot |
| 9694 | 2025-08-26T21:27:42.812Z | [ host-image] Aug 26 21:27:42.821 INFO O| Aug 26 21:27:42.821 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot |
| 9695 | 2025-08-26T21:27:42.838Z | [ host-image] Aug 26 21:27:42.821 INFO O| Aug 26 21:27:42.821 INFO ok! |
| 9696 | 2025-08-26T21:27:42.838Z | [ host-image] Aug 26 21:27:42.821 INFO O| Aug 26 21:27:42.821 INFO STEP 50 (ensure_file) COMPLETE |
| 9697 | 2025-08-26T21:27:42.838Z | [ host-image] Aug 26 21:27:42.821 INFO O| Aug 26 21:27:42.821 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9698 | 2025-08-26T21:27:42.838Z | [ host-image] Aug 26 21:27:42.821 INFO O| Aug 26 21:27:42.821 INFO skip step because feature "compliance" is not enabled |
| 9699 | 2025-08-26T21:27:42.838Z | [ host-image] Aug 26 21:27:42.821 INFO O| Aug 26 21:27:42.821 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9700 | 2025-08-26T21:27:42.838Z | [ host-image] Aug 26 21:27:42.839 INFO O| Aug 26 21:27:42.839 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist |
| 9701 | 2025-08-26T21:27:42.838Z | [ host-image] Aug 26 21:27:42.839 INFO O| Aug 26 21:27:42.839 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ... |
| 9702 | 2025-08-26T21:27:42.838Z | [ host-image] Aug 26 21:27:42.839 INFO O| Aug 26 21:27:42.839 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9703 | 2025-08-26T21:27:42.838Z | [ host-image] Aug 26 21:27:42.839 INFO O| Aug 26 21:27:42.839 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9704 | 2025-08-26T21:27:42.838Z | [ host-image] Aug 26 21:27:42.839 INFO O| Aug 26 21:27:42.839 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9705 | 2025-08-26T21:27:42.838Z | [ host-image] Aug 26 21:27:42.839 INFO O| Aug 26 21:27:42.839 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9706 | 2025-08-26T21:27:42.838Z | [ host-image] Aug 26 21:27:42.840 INFO O| Aug 26 21:27:42.839 INFO ok! |
| 9707 | 2025-08-26T21:27:42.838Z | [ host-image] Aug 26 21:27:42.840 INFO O| Aug 26 21:27:42.839 INFO STEP 52 (ensure_file) COMPLETE |
| 9708 | 2025-08-26T21:27:42.838Z | [ host-image] Aug 26 21:27:42.840 INFO O| Aug 26 21:27:42.839 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9709 | 2025-08-26T21:27:42.864Z | [ host-image] Aug 26 21:27:42.856 INFO O| Aug 26 21:27:42.856 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
| 9710 | 2025-08-26T21:27:42.864Z | [ host-image] Aug 26 21:27:42.856 INFO O| Aug 26 21:27:42.856 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 ... |
| 9711 | 2025-08-26T21:27:42.864Z | [ host-image] Aug 26 21:27:42.856 INFO O| Aug 26 21:27:42.856 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 |
| 9712 | 2025-08-26T21:27:42.864Z | [ host-image] Aug 26 21:27:42.856 INFO O| Aug 26 21:27:42.856 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
| 9713 | 2025-08-26T21:27:42.864Z | [ host-image] Aug 26 21:27:42.856 INFO O| Aug 26 21:27:42.856 INFO ok! |
| 9714 | 2025-08-26T21:27:42.864Z | [ host-image] Aug 26 21:27:42.856 INFO O| Aug 26 21:27:42.856 INFO STEP 53 (ensure_file) COMPLETE |
| 9715 | 2025-08-26T21:27:42.864Z | [ host-image] Aug 26 21:27:42.856 INFO O| Aug 26 21:27:42.856 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9716 | 2025-08-26T21:27:42.889Z | [ host-image] Aug 26 21:27:42.874 INFO O| Aug 26 21:27:42.874 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist |
| 9717 | 2025-08-26T21:27:42.889Z | [ host-image] Aug 26 21:27:42.874 INFO O| Aug 26 21:27:42.874 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 ... |
| 9718 | 2025-08-26T21:27:42.889Z | [ host-image] Aug 26 21:27:42.874 INFO O| Aug 26 21:27:42.874 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen |
| 9719 | 2025-08-26T21:27:42.889Z | [ host-image] Aug 26 21:27:42.874 INFO O| Aug 26 21:27:42.874 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen |
| 9720 | 2025-08-26T21:27:42.889Z | [ host-image] Aug 26 21:27:42.874 INFO O| Aug 26 21:27:42.874 INFO ok! |
| 9721 | 2025-08-26T21:27:42.889Z | [ host-image] Aug 26 21:27:42.874 INFO O| Aug 26 21:27:42.874 INFO STEP 54 (ensure_file) COMPLETE |
| 9722 | 2025-08-26T21:27:42.889Z | [ host-image] Aug 26 21:27:42.874 INFO O| Aug 26 21:27:42.874 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9723 | 2025-08-26T21:27:42.889Z | [ host-image] Aug 26 21:27:42.893 INFO O| Aug 26 21:27:42.892 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist |
| 9724 | 2025-08-26T21:27:42.889Z | [ host-image] Aug 26 21:27:42.893 INFO O| Aug 26 21:27:42.893 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 ... |
| 9725 | 2025-08-26T21:27:42.889Z | [ host-image] Aug 26 21:27:42.893 INFO O| Aug 26 21:27:42.893 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 |
| 9726 | 2025-08-26T21:27:42.889Z | [ host-image] Aug 26 21:27:42.893 INFO O| Aug 26 21:27:42.893 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml |
| 9727 | 2025-08-26T21:27:42.889Z | [ host-image] Aug 26 21:27:42.893 INFO O| Aug 26 21:27:42.893 INFO ok! |
| 9728 | 2025-08-26T21:27:42.889Z | [ host-image] Aug 26 21:27:42.893 INFO O| Aug 26 21:27:42.893 INFO STEP 55 (ensure_file) COMPLETE |
| 9729 | 2025-08-26T21:27:42.889Z | [ host-image] Aug 26 21:27:42.893 INFO O| Aug 26 21:27:42.893 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9730 | 2025-08-26T21:27:42.917Z | [ host-image] Aug 26 21:27:42.911 INFO O| Aug 26 21:27:42.910 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist |
| 9731 | 2025-08-26T21:27:42.917Z | [ host-image] Aug 26 21:27:42.911 INFO O| Aug 26 21:27:42.911 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 ... |
| 9732 | 2025-08-26T21:27:42.917Z | [ host-image] Aug 26 21:27:42.911 INFO O| Aug 26 21:27:42.911 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen |
| 9733 | 2025-08-26T21:27:42.917Z | [ host-image] Aug 26 21:27:42.911 INFO O| Aug 26 21:27:42.911 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen |
| 9734 | 2025-08-26T21:27:42.917Z | [ host-image] Aug 26 21:27:42.911 INFO O| Aug 26 21:27:42.911 INFO ok! |
| 9735 | 2025-08-26T21:27:42.917Z | [ host-image] Aug 26 21:27:42.911 INFO O| Aug 26 21:27:42.911 INFO STEP 56 (ensure_file) COMPLETE |
| 9736 | 2025-08-26T21:27:42.917Z | [ host-image] Aug 26 21:27:42.911 INFO O| Aug 26 21:27:42.911 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9737 | 2025-08-26T21:27:42.942Z | [ host-image] Aug 26 21:27:42.932 INFO O| Aug 26 21:27:42.932 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist |
| 9738 | 2025-08-26T21:27:42.942Z | [ host-image] Aug 26 21:27:42.932 INFO O| Aug 26 21:27:42.932 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 ... |
| 9739 | 2025-08-26T21:27:42.942Z | [ host-image] Aug 26 21:27:42.932 INFO O| Aug 26 21:27:42.932 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 |
| 9740 | 2025-08-26T21:27:42.943Z | [ host-image] Aug 26 21:27:42.932 INFO O| Aug 26 21:27:42.932 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml |
| 9741 | 2025-08-26T21:27:42.943Z | [ host-image] Aug 26 21:27:42.932 INFO O| Aug 26 21:27:42.932 INFO ok! |
| 9742 | 2025-08-26T21:27:42.943Z | [ host-image] Aug 26 21:27:42.932 INFO O| Aug 26 21:27:42.932 INFO STEP 57 (ensure_file) COMPLETE |
| 9743 | 2025-08-26T21:27:42.943Z | [ host-image] Aug 26 21:27:42.932 INFO O| Aug 26 21:27:42.932 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9744 | 2025-08-26T21:27:42.943Z | [ host-image] Aug 26 21:27:42.947 INFO O| Aug 26 21:27:42.947 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist |
| 9745 | 2025-08-26T21:27:42.943Z | [ host-image] Aug 26 21:27:42.947 INFO O| Aug 26 21:27:42.947 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 ... |
| 9746 | 2025-08-26T21:27:42.943Z | [ host-image] Aug 26 21:27:42.947 INFO O| Aug 26 21:27:42.947 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 9747 | 2025-08-26T21:27:42.943Z | [ host-image] Aug 26 21:27:42.947 INFO O| Aug 26 21:27:42.947 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 9748 | 2025-08-26T21:27:42.943Z | [ host-image] Aug 26 21:27:42.947 INFO O| Aug 26 21:27:42.947 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 9749 | 2025-08-26T21:27:42.943Z | [ host-image] Aug 26 21:27:42.947 INFO O| Aug 26 21:27:42.947 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 9750 | 2025-08-26T21:27:42.943Z | [ host-image] Aug 26 21:27:42.947 INFO O| Aug 26 21:27:42.947 INFO ok! |
| 9751 | 2025-08-26T21:27:42.943Z | [ host-image] Aug 26 21:27:42.947 INFO O| Aug 26 21:27:42.947 INFO STEP 58 (ensure_file) COMPLETE |
| 9752 | 2025-08-26T21:27:42.943Z | [ host-image] Aug 26 21:27:42.947 INFO O| Aug 26 21:27:42.947 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9753 | 2025-08-26T21:27:42.968Z | [ host-image] Aug 26 21:27:42.962 INFO O| Aug 26 21:27:42.962 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist |
| 9754 | 2025-08-26T21:27:42.968Z | [ host-image] Aug 26 21:27:42.962 INFO O| Aug 26 21:27:42.962 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 ... |
| 9755 | 2025-08-26T21:27:42.968Z | [ host-image] Aug 26 21:27:42.962 INFO O| Aug 26 21:27:42.962 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 |
| 9756 | 2025-08-26T21:27:42.968Z | [ host-image] Aug 26 21:27:42.962 INFO O| Aug 26 21:27:42.962 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml |
| 9757 | 2025-08-26T21:27:42.968Z | [ host-image] Aug 26 21:27:42.962 INFO O| Aug 26 21:27:42.962 INFO ok! |
| 9758 | 2025-08-26T21:27:42.968Z | [ host-image] Aug 26 21:27:42.962 INFO O| Aug 26 21:27:42.962 INFO STEP 59 (ensure_file) COMPLETE |
| 9759 | 2025-08-26T21:27:42.968Z | [ host-image] Aug 26 21:27:42.962 INFO O| Aug 26 21:27:42.962 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9760 | 2025-08-26T21:27:42.994Z | [ host-image] Aug 26 21:27:42.984 INFO O| Aug 26 21:27:42.984 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist |
| 9761 | 2025-08-26T21:27:42.994Z | [ host-image] Aug 26 21:27:42.984 INFO O| Aug 26 21:27:42.984 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ... |
| 9762 | 2025-08-26T21:27:42.994Z | [ host-image] Aug 26 21:27:42.984 INFO O| Aug 26 21:27:42.984 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger |
| 9763 | 2025-08-26T21:27:42.994Z | [ host-image] Aug 26 21:27:42.984 INFO O| Aug 26 21:27:42.984 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger |
| 9764 | 2025-08-26T21:27:42.994Z | [ host-image] Aug 26 21:27:42.984 INFO O| Aug 26 21:27:42.984 INFO ok! |
| 9765 | 2025-08-26T21:27:42.994Z | [ host-image] Aug 26 21:27:42.984 INFO O| Aug 26 21:27:42.984 INFO STEP 60 (ensure_file) COMPLETE |
| 9766 | 2025-08-26T21:27:42.994Z | [ host-image] Aug 26 21:27:42.984 INFO O| Aug 26 21:27:42.984 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9767 | 2025-08-26T21:27:43.020Z | [ host-image] Aug 26 21:27:43.005 INFO O| Aug 26 21:27:43.005 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist |
| 9768 | 2025-08-26T21:27:43.020Z | [ host-image] Aug 26 21:27:43.005 INFO O| Aug 26 21:27:43.005 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 ... |
| 9769 | 2025-08-26T21:27:43.020Z | [ host-image] Aug 26 21:27:43.005 INFO O| Aug 26 21:27:43.005 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 |
| 9770 | 2025-08-26T21:27:43.020Z | [ host-image] Aug 26 21:27:43.005 INFO O| Aug 26 21:27:43.005 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml |
| 9771 | 2025-08-26T21:27:43.020Z | [ host-image] Aug 26 21:27:43.005 INFO O| Aug 26 21:27:43.005 INFO ok! |
| 9772 | 2025-08-26T21:27:43.020Z | [ host-image] Aug 26 21:27:43.005 INFO O| Aug 26 21:27:43.005 INFO STEP 61 (ensure_file) COMPLETE |
| 9773 | 2025-08-26T21:27:43.020Z | [ host-image] Aug 26 21:27:43.005 INFO O| Aug 26 21:27:43.005 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9774 | 2025-08-26T21:27:43.020Z | [ host-image] Aug 26 21:27:43.023 INFO O| Aug 26 21:27:43.023 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist |
| 9775 | 2025-08-26T21:27:43.020Z | [ host-image] Aug 26 21:27:43.023 INFO O| Aug 26 21:27:43.023 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ... |
| 9776 | 2025-08-26T21:27:43.020Z | [ host-image] Aug 26 21:27:43.023 INFO O| Aug 26 21:27:43.023 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 9777 | 2025-08-26T21:27:43.020Z | [ host-image] Aug 26 21:27:43.023 INFO O| Aug 26 21:27:43.023 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 9778 | 2025-08-26T21:27:43.020Z | [ host-image] Aug 26 21:27:43.023 INFO O| Aug 26 21:27:43.023 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 9779 | 2025-08-26T21:27:43.020Z | [ host-image] Aug 26 21:27:43.023 INFO O| Aug 26 21:27:43.023 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 9780 | 2025-08-26T21:27:43.020Z | [ host-image] Aug 26 21:27:43.023 INFO O| Aug 26 21:27:43.023 INFO ok! |
| 9781 | 2025-08-26T21:27:43.020Z | [ host-image] Aug 26 21:27:43.023 INFO O| Aug 26 21:27:43.023 INFO STEP 62 (ensure_file) COMPLETE |
| 9782 | 2025-08-26T21:27:43.020Z | [ host-image] Aug 26 21:27:43.023 INFO O| Aug 26 21:27:43.023 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9783 | 2025-08-26T21:27:43.046Z | [ host-image] Aug 26 21:27:43.046 INFO O| Aug 26 21:27:43.046 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
| 9784 | 2025-08-26T21:27:43.046Z | [ host-image] Aug 26 21:27:43.046 INFO O| Aug 26 21:27:43.046 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 ... |
| 9785 | 2025-08-26T21:27:43.046Z | [ host-image] Aug 26 21:27:43.046 INFO O| Aug 26 21:27:43.046 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 |
| 9786 | 2025-08-26T21:27:43.046Z | [ host-image] Aug 26 21:27:43.046 INFO O| Aug 26 21:27:43.046 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
| 9787 | 2025-08-26T21:27:43.046Z | [ host-image] Aug 26 21:27:43.046 INFO O| Aug 26 21:27:43.046 INFO ok! |
| 9788 | 2025-08-26T21:27:43.046Z | [ host-image] Aug 26 21:27:43.046 INFO O| Aug 26 21:27:43.046 INFO STEP 63 (ensure_file) COMPLETE |
| 9789 | 2025-08-26T21:27:43.046Z | [ host-image] Aug 26 21:27:43.046 INFO O| Aug 26 21:27:43.046 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9790 | 2025-08-26T21:27:43.073Z | [ host-image] Aug 26 21:27:43.066 INFO O| Aug 26 21:27:43.066 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
| 9791 | 2025-08-26T21:27:43.073Z | [ host-image] Aug 26 21:27:43.066 INFO O| Aug 26 21:27:43.066 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 ... |
| 9792 | 2025-08-26T21:27:43.073Z | [ host-image] Aug 26 21:27:43.066 INFO O| Aug 26 21:27:43.066 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 |
| 9793 | 2025-08-26T21:27:43.073Z | [ host-image] Aug 26 21:27:43.066 INFO O| Aug 26 21:27:43.066 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml |
| 9794 | 2025-08-26T21:27:43.073Z | [ host-image] Aug 26 21:27:43.066 INFO O| Aug 26 21:27:43.066 INFO ok! |
| 9795 | 2025-08-26T21:27:43.073Z | [ host-image] Aug 26 21:27:43.066 INFO O| Aug 26 21:27:43.066 INFO STEP 64 (ensure_file) COMPLETE |
| 9796 | 2025-08-26T21:27:43.073Z | [ host-image] Aug 26 21:27:43.066 INFO O| Aug 26 21:27:43.066 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9797 | 2025-08-26T21:27:43.098Z | [ host-image] Aug 26 21:27:43.083 INFO O| Aug 26 21:27:43.083 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
| 9798 | 2025-08-26T21:27:43.098Z | [ host-image] Aug 26 21:27:43.083 INFO O| Aug 26 21:27:43.083 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 ... |
| 9799 | 2025-08-26T21:27:43.099Z | [ host-image] Aug 26 21:27:43.083 INFO O| Aug 26 21:27:43.083 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 |
| 9800 | 2025-08-26T21:27:43.099Z | [ host-image] Aug 26 21:27:43.083 INFO O| Aug 26 21:27:43.083 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
| 9801 | 2025-08-26T21:27:43.099Z | [ host-image] Aug 26 21:27:43.083 INFO O| Aug 26 21:27:43.083 INFO ok! |
| 9802 | 2025-08-26T21:27:43.099Z | [ host-image] Aug 26 21:27:43.083 INFO O| Aug 26 21:27:43.083 INFO STEP 65 (ensure_file) COMPLETE |
| 9803 | 2025-08-26T21:27:43.099Z | [ host-image] Aug 26 21:27:43.083 INFO O| Aug 26 21:27:43.083 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9804 | 2025-08-26T21:27:43.099Z | [ host-image] Aug 26 21:27:43.102 INFO O| Aug 26 21:27:43.101 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt |
| 9805 | 2025-08-26T21:27:43.099Z | [ host-image] Aug 26 21:27:43.102 INFO O| Aug 26 21:27:43.101 INFO STEP 66 (ensure_dir) COMPLETE |
| 9806 | 2025-08-26T21:27:43.099Z | [ host-image] Aug 26 21:27:43.102 INFO O| Aug 26 21:27:43.101 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9807 | 2025-08-26T21:27:43.124Z | [ host-image] Aug 26 21:27:43.115 INFO O| Aug 26 21:27:43.114 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide |
| 9808 | 2025-08-26T21:27:43.124Z | [ host-image] Aug 26 21:27:43.115 INFO O| Aug 26 21:27:43.115 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide |
| 9809 | 2025-08-26T21:27:43.124Z | [ host-image] Aug 26 21:27:43.115 INFO O| Aug 26 21:27:43.115 INFO STEP 67 (ensure_dir) COMPLETE |
| 9810 | 2025-08-26T21:27:43.124Z | [ host-image] Aug 26 21:27:43.115 INFO O| Aug 26 21:27:43.115 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9811 | 2025-08-26T21:27:43.124Z | [ host-image] Aug 26 21:27:43.127 INFO O| Aug 26 21:27:43.127 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm |
| 9812 | 2025-08-26T21:27:43.124Z | [ host-image] Aug 26 21:27:43.127 INFO O| Aug 26 21:27:43.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm |
| 9813 | 2025-08-26T21:27:43.124Z | [ host-image] Aug 26 21:27:43.127 INFO O| Aug 26 21:27:43.127 INFO STEP 68 (ensure_dir) COMPLETE |
| 9814 | 2025-08-26T21:27:43.124Z | [ host-image] Aug 26 21:27:43.127 INFO O| Aug 26 21:27:43.127 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9815 | 2025-08-26T21:27:43.150Z | [ host-image] Aug 26 21:27:43.139 INFO O| Aug 26 21:27:43.139 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 9816 | 2025-08-26T21:27:43.150Z | [ host-image] Aug 26 21:27:43.139 INFO O| Aug 26 21:27:43.139 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
| 9817 | 2025-08-26T21:27:44.684Z | [ host-image] Aug 26 21:27:44.693 INFO O| Aug 26 21:27:44.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm |
| 9818 | 2025-08-26T21:27:44.710Z | [ host-image] Aug 26 21:27:44.693 INFO O| Aug 26 21:27:44.693 INFO ok! |
| 9819 | 2025-08-26T21:27:44.710Z | [ host-image] Aug 26 21:27:44.693 INFO O| Aug 26 21:27:44.693 INFO STEP 69 (ensure_file) COMPLETE |
| 9820 | 2025-08-26T21:27:44.710Z | [ host-image] Aug 26 21:27:44.693 INFO O| Aug 26 21:27:44.693 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9821 | 2025-08-26T21:27:44.710Z | [ host-image] Aug 26 21:27:44.710 INFO O| Aug 26 21:27:44.710 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
| 9822 | 2025-08-26T21:27:44.710Z | [ host-image] Aug 26 21:27:44.710 INFO O| Aug 26 21:27:44.710 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ... |
| 9823 | 2025-08-26T21:27:46.188Z | [ host-image] Aug 26 21:27:46.194 INFO O| Aug 26 21:27:46.194 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd |
| 9824 | 2025-08-26T21:27:46.188Z | [ host-image] Aug 26 21:27:46.194 INFO O| Aug 26 21:27:46.194 INFO ok! |
| 9825 | 2025-08-26T21:27:46.188Z | [ host-image] Aug 26 21:27:46.194 INFO O| Aug 26 21:27:46.194 INFO STEP 70 (ensure_file) COMPLETE |
| 9826 | 2025-08-26T21:27:46.188Z | [ host-image] Aug 26 21:27:46.194 INFO O| Aug 26 21:27:46.194 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9827 | 2025-08-26T21:27:46.214Z | [ host-image] Aug 26 21:27:46.208 INFO O| Aug 26 21:27:46.208 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg |
| 9828 | 2025-08-26T21:27:46.214Z | [ host-image] Aug 26 21:27:46.208 INFO O| Aug 26 21:27:46.208 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg |
| 9829 | 2025-08-26T21:27:46.214Z | [ host-image] Aug 26 21:27:46.208 INFO O| Aug 26 21:27:46.208 INFO STEP 71 (ensure_dir) COMPLETE |
| 9830 | 2025-08-26T21:27:46.214Z | [ host-image] Aug 26 21:27:46.209 INFO O| Aug 26 21:27:46.208 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9831 | 2025-08-26T21:27:46.214Z | [ host-image] Aug 26 21:27:46.222 INFO O| Aug 26 21:27:46.222 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 9832 | 2025-08-26T21:27:46.214Z | [ host-image] Aug 26 21:27:46.222 INFO O| Aug 26 21:27:46.222 INFO copying /tmp/.tmpQmIViS/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 ... |
| 9833 | 2025-08-26T21:27:46.214Z | [ host-image] Aug 26 21:27:46.222 INFO O| Aug 26 21:27:46.222 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
| 9834 | 2025-08-26T21:27:46.214Z | [ host-image] Aug 26 21:27:46.222 INFO O| Aug 26 21:27:46.222 INFO ok! |
| 9835 | 2025-08-26T21:27:46.239Z | [ host-image] Aug 26 21:27:46.222 INFO O| Aug 26 21:27:46.222 INFO STEP 72 (ensure_file) COMPLETE |
| 9836 | 2025-08-26T21:27:46.239Z | [ host-image] Aug 26 21:27:46.222 INFO O| Aug 26 21:27:46.222 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9837 | 2025-08-26T21:27:46.240Z | [ host-image] Aug 26 21:27:46.235 INFO O| Aug 26 21:27:46.235 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 9838 | 2025-08-26T21:27:46.240Z | [ host-image] Aug 26 21:27:46.235 INFO O| Aug 26 21:27:46.235 INFO copying /tmp/.tmpQmIViS/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 ... |
| 9839 | 2025-08-26T21:27:46.240Z | [ host-image] Aug 26 21:27:46.235 INFO O| Aug 26 21:27:46.235 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
| 9840 | 2025-08-26T21:27:46.240Z | [ host-image] Aug 26 21:27:46.235 INFO O| Aug 26 21:27:46.235 INFO ok! |
| 9841 | 2025-08-26T21:27:46.240Z | [ host-image] Aug 26 21:27:46.235 INFO O| Aug 26 21:27:46.235 INFO STEP 73 (ensure_file) COMPLETE |
| 9842 | 2025-08-26T21:27:46.240Z | [ host-image] Aug 26 21:27:46.235 INFO O| Aug 26 21:27:46.235 INFO STEP 74: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9843 | 2025-08-26T21:27:46.240Z | [ host-image] Aug 26 21:27:46.247 INFO O| Aug 26 21:27:46.247 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 9844 | 2025-08-26T21:27:46.240Z | [ host-image] Aug 26 21:27:46.247 INFO O| Aug 26 21:27:46.247 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 9845 | 2025-08-26T21:27:46.240Z | [ host-image] Aug 26 21:27:46.247 INFO O| Aug 26 21:27:46.247 INFO STEP 74 (ensure_dir) COMPLETE |
| 9846 | 2025-08-26T21:27:46.240Z | [ host-image] Aug 26 21:27:46.247 INFO O| Aug 26 21:27:46.247 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9847 | 2025-08-26T21:27:46.266Z | [ host-image] Aug 26 21:27:46.261 INFO O| Aug 26 21:27:46.261 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 9848 | 2025-08-26T21:27:46.266Z | [ host-image] Aug 26 21:27:46.261 INFO O| Aug 26 21:27:46.261 INFO copying /tmp/.tmpQmIViS/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 ... |
| 9849 | 2025-08-26T21:27:46.266Z | [ host-image] Aug 26 21:27:46.261 INFO O| Aug 26 21:27:46.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 9850 | 2025-08-26T21:27:46.266Z | [ host-image] Aug 26 21:27:46.261 INFO O| Aug 26 21:27:46.261 INFO ok! |
| 9851 | 2025-08-26T21:27:46.266Z | [ host-image] Aug 26 21:27:46.261 INFO O| Aug 26 21:27:46.261 INFO STEP 75 (ensure_file) COMPLETE |
| 9852 | 2025-08-26T21:27:46.266Z | [ host-image] Aug 26 21:27:46.261 INFO O| Aug 26 21:27:46.261 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9853 | 2025-08-26T21:27:46.291Z | [ host-image] Aug 26 21:27:46.281 INFO O| Aug 26 21:27:46.281 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 9854 | 2025-08-26T21:27:46.291Z | [ host-image] Aug 26 21:27:46.281 INFO O| Aug 26 21:27:46.281 INFO copying /tmp/.tmpQmIViS/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 ... |
| 9855 | 2025-08-26T21:27:46.291Z | [ host-image] Aug 26 21:27:46.281 INFO O| Aug 26 21:27:46.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
| 9856 | 2025-08-26T21:27:46.291Z | [ host-image] Aug 26 21:27:46.281 INFO O| Aug 26 21:27:46.281 INFO ok! |
| 9857 | 2025-08-26T21:27:46.291Z | [ host-image] Aug 26 21:27:46.281 INFO O| Aug 26 21:27:46.281 INFO STEP 76 (ensure_file) COMPLETE |
| 9858 | 2025-08-26T21:27:46.291Z | [ host-image] Aug 26 21:27:46.281 INFO O| Aug 26 21:27:46.281 INFO STEP 77: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9859 | 2025-08-26T21:27:46.317Z | [ host-image] Aug 26 21:27:46.300 INFO O| Aug 26 21:27:46.300 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 9860 | 2025-08-26T21:27:46.317Z | [ host-image] Aug 26 21:27:46.300 INFO O| Aug 26 21:27:46.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 9861 | 2025-08-26T21:27:46.317Z | [ host-image] Aug 26 21:27:46.300 INFO O| Aug 26 21:27:46.300 INFO STEP 77 (ensure_dir) COMPLETE |
| 9862 | 2025-08-26T21:27:46.317Z | [ host-image] Aug 26 21:27:46.300 INFO O| Aug 26 21:27:46.300 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9863 | 2025-08-26T21:27:46.317Z | [ host-image] Aug 26 21:27:46.318 INFO O| Aug 26 21:27:46.318 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 9864 | 2025-08-26T21:27:46.317Z | [ host-image] Aug 26 21:27:46.318 INFO O| Aug 26 21:27:46.318 INFO copying /tmp/.tmpQmIViS/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 ... |
| 9865 | 2025-08-26T21:27:46.317Z | [ host-image] Aug 26 21:27:46.318 INFO O| Aug 26 21:27:46.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 9866 | 2025-08-26T21:27:46.317Z | [ host-image] Aug 26 21:27:46.318 INFO O| Aug 26 21:27:46.318 INFO ok! |
| 9867 | 2025-08-26T21:27:46.317Z | [ host-image] Aug 26 21:27:46.318 INFO O| Aug 26 21:27:46.318 INFO STEP 78 (ensure_file) COMPLETE |
| 9868 | 2025-08-26T21:27:46.317Z | [ host-image] Aug 26 21:27:46.318 INFO O| Aug 26 21:27:46.318 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9869 | 2025-08-26T21:27:46.343Z | [ host-image] Aug 26 21:27:46.337 INFO O| Aug 26 21:27:46.337 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
| 9870 | 2025-08-26T21:27:46.343Z | [ host-image] Aug 26 21:27:46.337 INFO O| Aug 26 21:27:46.337 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ... |
| 9871 | 2025-08-26T21:27:46.343Z | [ host-image] Aug 26 21:27:46.337 INFO O| Aug 26 21:27:46.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION |
| 9872 | 2025-08-26T21:27:46.343Z | [ host-image] Aug 26 21:27:46.337 INFO O| Aug 26 21:27:46.337 INFO ok! |
| 9873 | 2025-08-26T21:27:46.343Z | [ host-image] Aug 26 21:27:46.337 INFO O| Aug 26 21:27:46.337 INFO STEP 79 (ensure_file) COMPLETE |
| 9874 | 2025-08-26T21:27:46.343Z | [ host-image] Aug 26 21:27:46.337 INFO O| Aug 26 21:27:46.337 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9875 | 2025-08-26T21:27:46.368Z | [ host-image] Aug 26 21:27:46.352 INFO O| Aug 26 21:27:46.352 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent |
| 9876 | 2025-08-26T21:27:46.368Z | [ host-image] Aug 26 21:27:46.352 INFO O| Aug 26 21:27:46.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent |
| 9877 | 2025-08-26T21:27:46.368Z | [ host-image] Aug 26 21:27:46.352 INFO O| Aug 26 21:27:46.352 INFO STEP 80 (ensure_dir) COMPLETE |
| 9878 | 2025-08-26T21:27:46.368Z | [ host-image] Aug 26 21:27:46.352 INFO O| Aug 26 21:27:46.352 INFO STEP 81: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9879 | 2025-08-26T21:27:46.368Z | [ host-image] Aug 26 21:27:46.364 INFO O| Aug 26 21:27:46.364 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
| 9880 | 2025-08-26T21:27:46.368Z | [ host-image] Aug 26 21:27:46.364 INFO O| Aug 26 21:27:46.364 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
| 9881 | 2025-08-26T21:27:47.112Z | [ host-image] Aug 26 21:27:47.121 INFO O| Aug 26 21:27:47.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle |
| 9882 | 2025-08-26T21:27:47.112Z | [ host-image] Aug 26 21:27:47.121 INFO O| Aug 26 21:27:47.121 INFO ok! |
| 9883 | 2025-08-26T21:27:47.137Z | [ host-image] Aug 26 21:27:47.121 INFO O| Aug 26 21:27:47.121 INFO STEP 81 (ensure_file) COMPLETE |
| 9884 | 2025-08-26T21:27:47.137Z | [ host-image] Aug 26 21:27:47.121 INFO O| Aug 26 21:27:47.121 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9885 | 2025-08-26T21:27:47.138Z | [ host-image] Aug 26 21:27:47.136 INFO O| Aug 26 21:27:47.136 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
| 9886 | 2025-08-26T21:27:47.138Z | [ host-image] Aug 26 21:27:47.136 INFO O| Aug 26 21:27:47.136 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ... |
| 9887 | 2025-08-26T21:27:50.740Z | [ host-image] Aug 26 21:27:50.748 INFO O| Aug 26 21:27:50.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent |
| 9888 | 2025-08-26T21:27:50.740Z | [ host-image] Aug 26 21:27:50.748 INFO O| Aug 26 21:27:50.748 INFO ok! |
| 9889 | 2025-08-26T21:27:50.766Z | [ host-image] Aug 26 21:27:50.748 INFO O| Aug 26 21:27:50.748 INFO STEP 82 (ensure_file) COMPLETE |
| 9890 | 2025-08-26T21:27:50.766Z | [ host-image] Aug 26 21:27:50.748 INFO O| Aug 26 21:27:50.748 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9891 | 2025-08-26T21:27:50.766Z | [ host-image] Aug 26 21:27:50.766 INFO O| Aug 26 21:27:50.765 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg |
| 9892 | 2025-08-26T21:27:50.766Z | [ host-image] Aug 26 21:27:50.766 INFO O| Aug 26 21:27:50.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg |
| 9893 | 2025-08-26T21:27:50.766Z | [ host-image] Aug 26 21:27:50.766 INFO O| Aug 26 21:27:50.766 INFO STEP 83 (ensure_dir) COMPLETE |
| 9894 | 2025-08-26T21:27:50.766Z | [ host-image] Aug 26 21:27:50.766 INFO O| Aug 26 21:27:50.766 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9895 | 2025-08-26T21:27:50.791Z | [ host-image] Aug 26 21:27:50.781 INFO O| Aug 26 21:27:50.781 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
| 9896 | 2025-08-26T21:27:50.791Z | [ host-image] Aug 26 21:27:50.781 INFO O| Aug 26 21:27:50.781 INFO copying /tmp/.tmpQmIViS/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 ... |
| 9897 | 2025-08-26T21:27:50.791Z | [ host-image] Aug 26 21:27:50.781 INFO O| Aug 26 21:27:50.781 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
| 9898 | 2025-08-26T21:27:50.791Z | [ host-image] Aug 26 21:27:50.781 INFO O| Aug 26 21:27:50.781 INFO ok! |
| 9899 | 2025-08-26T21:27:50.791Z | [ host-image] Aug 26 21:27:50.781 INFO O| Aug 26 21:27:50.781 INFO STEP 84 (ensure_file) COMPLETE |
| 9900 | 2025-08-26T21:27:50.791Z | [ host-image] Aug 26 21:27:50.781 INFO O| Aug 26 21:27:50.781 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9901 | 2025-08-26T21:27:50.791Z | [ host-image] Aug 26 21:27:50.799 INFO O| Aug 26 21:27:50.799 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
| 9902 | 2025-08-26T21:27:50.792Z | [ host-image] Aug 26 21:27:50.799 INFO O| Aug 26 21:27:50.799 INFO copying /tmp/.tmpQmIViS/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 ... |
| 9903 | 2025-08-26T21:27:50.817Z | [ host-image] Aug 26 21:27:50.799 INFO O| Aug 26 21:27:50.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md |
| 9904 | 2025-08-26T21:27:50.817Z | [ host-image] Aug 26 21:27:50.799 INFO O| Aug 26 21:27:50.799 INFO ok! |
| 9905 | 2025-08-26T21:27:50.817Z | [ host-image] Aug 26 21:27:50.799 INFO O| Aug 26 21:27:50.799 INFO STEP 85 (ensure_file) COMPLETE |
| 9906 | 2025-08-26T21:27:50.817Z | [ host-image] Aug 26 21:27:50.799 INFO O| Aug 26 21:27:50.799 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9907 | 2025-08-26T21:27:50.817Z | [ host-image] Aug 26 21:27:50.816 INFO O| Aug 26 21:27:50.816 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
| 9908 | 2025-08-26T21:27:50.817Z | [ host-image] Aug 26 21:27:50.816 INFO O| Aug 26 21:27:50.816 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ... |
| 9909 | 2025-08-26T21:27:50.817Z | [ host-image] Aug 26 21:27:50.816 INFO O| Aug 26 21:27:50.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION |
| 9910 | 2025-08-26T21:27:50.817Z | [ host-image] Aug 26 21:27:50.816 INFO O| Aug 26 21:27:50.816 INFO ok! |
| 9911 | 2025-08-26T21:27:50.817Z | [ host-image] Aug 26 21:27:50.816 INFO O| Aug 26 21:27:50.816 INFO STEP 86 (ensure_file) COMPLETE |
| 9912 | 2025-08-26T21:27:50.817Z | [ host-image] Aug 26 21:27:50.816 INFO O| Aug 26 21:27:50.816 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9913 | 2025-08-26T21:27:50.843Z | [ host-image] Aug 26 21:27:50.831 INFO O| Aug 26 21:27:50.831 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist |
| 9914 | 2025-08-26T21:27:50.843Z | [ host-image] Aug 26 21:27:50.832 INFO O| Aug 26 21:27:50.831 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ... |
| 9915 | 2025-08-26T21:27:50.843Z | [ host-image] Aug 26 21:27:50.832 INFO O| Aug 26 21:27:50.832 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz |
| 9916 | 2025-08-26T21:27:50.843Z | [ host-image] Aug 26 21:27:50.832 INFO O| Aug 26 21:27:50.832 INFO ok! |
| 9917 | 2025-08-26T21:27:50.843Z | [ host-image] Aug 26 21:27:50.832 INFO O| Aug 26 21:27:50.832 INFO STEP 87 (ensure_file) COMPLETE |
| 9918 | 2025-08-26T21:27:50.843Z | [ host-image] Aug 26 21:27:50.832 INFO O| Aug 26 21:27:50.832 INFO STEP 88: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9919 | 2025-08-26T21:27:50.843Z | [ host-image] Aug 26 21:27:50.848 INFO O| Aug 26 21:27:50.848 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog |
| 9920 | 2025-08-26T21:27:50.843Z | [ host-image] Aug 26 21:27:50.848 INFO O| Aug 26 21:27:50.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog |
| 9921 | 2025-08-26T21:27:50.844Z | [ host-image] Aug 26 21:27:50.848 INFO O| Aug 26 21:27:50.848 INFO STEP 88 (ensure_dir) COMPLETE |
| 9922 | 2025-08-26T21:27:50.869Z | [ host-image] Aug 26 21:27:50.848 INFO O| Aug 26 21:27:50.848 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9923 | 2025-08-26T21:27:50.869Z | [ host-image] Aug 26 21:27:50.865 INFO O| Aug 26 21:27:50.865 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist |
| 9924 | 2025-08-26T21:27:50.869Z | [ host-image] Aug 26 21:27:50.865 INFO O| Aug 26 21:27:50.865 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ... |
| 9925 | 2025-08-26T21:27:50.869Z | [ host-image] Aug 26 21:27:50.873 INFO O| Aug 26 21:27:50.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog |
| 9926 | 2025-08-26T21:27:50.869Z | [ host-image] Aug 26 21:27:50.873 INFO O| Aug 26 21:27:50.872 INFO ok! |
| 9927 | 2025-08-26T21:27:50.869Z | [ host-image] Aug 26 21:27:50.873 INFO O| Aug 26 21:27:50.872 INFO STEP 89 (ensure_file) COMPLETE |
| 9928 | 2025-08-26T21:27:50.870Z | [ host-image] Aug 26 21:27:50.873 INFO O| Aug 26 21:27:50.872 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9929 | 2025-08-26T21:27:50.896Z | [ host-image] Aug 26 21:27:50.890 INFO O| Aug 26 21:27:50.890 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist |
| 9930 | 2025-08-26T21:27:50.896Z | [ host-image] Aug 26 21:27:50.890 INFO O| Aug 26 21:27:50.890 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ... |
| 9931 | 2025-08-26T21:27:50.896Z | [ host-image] Aug 26 21:27:50.890 INFO O| Aug 26 21:27:50.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION |
| 9932 | 2025-08-26T21:27:50.896Z | [ host-image] Aug 26 21:27:50.890 INFO O| Aug 26 21:27:50.890 INFO ok! |
| 9933 | 2025-08-26T21:27:50.896Z | [ host-image] Aug 26 21:27:50.890 INFO O| Aug 26 21:27:50.890 INFO STEP 90 (ensure_file) COMPLETE |
| 9934 | 2025-08-26T21:27:50.896Z | [ host-image] Aug 26 21:27:50.891 INFO O| Aug 26 21:27:50.890 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9935 | 2025-08-26T21:27:50.921Z | [ host-image] Aug 26 21:27:50.906 INFO O| Aug 26 21:27:50.905 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
| 9936 | 2025-08-26T21:27:50.921Z | [ host-image] Aug 26 21:27:50.906 INFO O| Aug 26 21:27:50.905 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ... |
| 9937 | 2025-08-26T21:27:54.423Z | [ host-image] Aug 26 21:27:54.432 INFO O| Aug 26 21:27:54.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz |
| 9938 | 2025-08-26T21:27:54.423Z | [ host-image] Aug 26 21:27:54.433 INFO O| Aug 26 21:27:54.432 INFO ok! |
| 9939 | 2025-08-26T21:27:54.449Z | [ host-image] Aug 26 21:27:54.433 INFO O| Aug 26 21:27:54.432 INFO STEP 91 (ensure_file) COMPLETE |
| 9940 | 2025-08-26T21:27:54.449Z | [ host-image] Aug 26 21:27:54.433 INFO O| Aug 26 21:27:54.432 INFO STEP 92: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9941 | 2025-08-26T21:27:54.449Z | [ host-image] Aug 26 21:27:54.448 INFO O| Aug 26 21:27:54.448 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind |
| 9942 | 2025-08-26T21:27:54.449Z | [ host-image] Aug 26 21:27:54.448 INFO O| Aug 26 21:27:54.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind |
| 9943 | 2025-08-26T21:27:54.449Z | [ host-image] Aug 26 21:27:54.448 INFO O| Aug 26 21:27:54.448 INFO STEP 92 (ensure_dir) COMPLETE |
| 9944 | 2025-08-26T21:27:54.449Z | [ host-image] Aug 26 21:27:54.448 INFO O| Aug 26 21:27:54.448 INFO STEP 93: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9945 | 2025-08-26T21:27:54.474Z | [ host-image] Aug 26 21:27:54.462 INFO O| Aug 26 21:27:54.462 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib |
| 9946 | 2025-08-26T21:27:54.474Z | [ host-image] Aug 26 21:27:54.462 INFO O| Aug 26 21:27:54.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib |
| 9947 | 2025-08-26T21:27:54.474Z | [ host-image] Aug 26 21:27:54.462 INFO O| Aug 26 21:27:54.462 INFO STEP 93 (ensure_dir) COMPLETE |
| 9948 | 2025-08-26T21:27:54.474Z | [ host-image] Aug 26 21:27:54.462 INFO O| Aug 26 21:27:54.462 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9949 | 2025-08-26T21:27:54.474Z | [ host-image] Aug 26 21:27:54.478 INFO O| Aug 26 21:27:54.478 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc |
| 9950 | 2025-08-26T21:27:54.474Z | [ host-image] Aug 26 21:27:54.478 INFO O| Aug 26 21:27:54.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc |
| 9951 | 2025-08-26T21:27:54.474Z | [ host-image] Aug 26 21:27:54.478 INFO O| Aug 26 21:27:54.478 INFO STEP 94 (ensure_dir) COMPLETE |
| 9952 | 2025-08-26T21:27:54.474Z | [ host-image] Aug 26 21:27:54.478 INFO O| Aug 26 21:27:54.478 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9953 | 2025-08-26T21:27:54.500Z | [ host-image] Aug 26 21:27:54.493 INFO O| Aug 26 21:27:54.493 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 9954 | 2025-08-26T21:27:54.500Z | [ host-image] Aug 26 21:27:54.493 INFO O| Aug 26 21:27:54.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 9955 | 2025-08-26T21:27:54.500Z | [ host-image] Aug 26 21:27:54.493 INFO O| Aug 26 21:27:54.493 INFO STEP 95 (ensure_dir) COMPLETE |
| 9956 | 2025-08-26T21:27:54.500Z | [ host-image] Aug 26 21:27:54.493 INFO O| Aug 26 21:27:54.493 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9957 | 2025-08-26T21:27:54.500Z | [ host-image] Aug 26 21:27:54.508 INFO O| Aug 26 21:27:54.508 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 9958 | 2025-08-26T21:27:54.500Z | [ host-image] Aug 26 21:27:54.508 INFO O| Aug 26 21:27:54.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 9959 | 2025-08-26T21:27:54.500Z | [ host-image] Aug 26 21:27:54.508 INFO O| Aug 26 21:27:54.508 INFO STEP 96 (ensure_dir) COMPLETE |
| 9960 | 2025-08-26T21:27:54.500Z | [ host-image] Aug 26 21:27:54.508 INFO O| Aug 26 21:27:54.508 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9961 | 2025-08-26T21:27:54.526Z | [ host-image] Aug 26 21:27:54.523 INFO O| Aug 26 21:27:54.523 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
| 9962 | 2025-08-26T21:27:54.526Z | [ host-image] Aug 26 21:27:54.523 INFO O| Aug 26 21:27:54.523 INFO copying /tmp/.tmpQmIViS/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 ... |
| 9963 | 2025-08-26T21:27:54.526Z | [ host-image] Aug 26 21:27:54.523 INFO O| Aug 26 21:27:54.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
| 9964 | 2025-08-26T21:27:54.526Z | [ host-image] Aug 26 21:27:54.524 INFO O| Aug 26 21:27:54.523 INFO ok! |
| 9965 | 2025-08-26T21:27:54.526Z | [ host-image] Aug 26 21:27:54.524 INFO O| Aug 26 21:27:54.523 INFO STEP 97 (ensure_file) COMPLETE |
| 9966 | 2025-08-26T21:27:54.526Z | [ host-image] Aug 26 21:27:54.524 INFO O| Aug 26 21:27:54.524 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9967 | 2025-08-26T21:27:54.551Z | [ host-image] Aug 26 21:27:54.541 INFO O| Aug 26 21:27:54.541 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin |
| 9968 | 2025-08-26T21:27:54.551Z | [ host-image] Aug 26 21:27:54.542 INFO O| Aug 26 21:27:54.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin |
| 9969 | 2025-08-26T21:27:54.551Z | [ host-image] Aug 26 21:27:54.542 INFO O| Aug 26 21:27:54.542 INFO STEP 98 (ensure_dir) COMPLETE |
| 9970 | 2025-08-26T21:27:54.551Z | [ host-image] Aug 26 21:27:54.542 INFO O| Aug 26 21:27:54.542 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9971 | 2025-08-26T21:27:54.551Z | [ host-image] Aug 26 21:27:54.557 INFO O| Aug 26 21:27:54.557 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
| 9972 | 2025-08-26T21:27:54.551Z | [ host-image] Aug 26 21:27:54.557 INFO O| Aug 26 21:27:54.557 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
| 9973 | 2025-08-26T21:27:54.551Z | [ host-image] Aug 26 21:27:54.557 INFO O| Aug 26 21:27:54.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
| 9974 | 2025-08-26T21:27:54.551Z | [ host-image] Aug 26 21:27:54.557 INFO O| Aug 26 21:27:54.557 INFO ok! |
| 9975 | 2025-08-26T21:27:54.551Z | [ host-image] Aug 26 21:27:54.557 INFO O| Aug 26 21:27:54.557 INFO STEP 99 (ensure_file) COMPLETE |
| 9976 | 2025-08-26T21:27:54.551Z | [ host-image] Aug 26 21:27:54.557 INFO O| Aug 26 21:27:54.557 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9977 | 2025-08-26T21:27:54.577Z | [ host-image] Aug 26 21:27:54.572 INFO O| Aug 26 21:27:54.572 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
| 9978 | 2025-08-26T21:27:54.577Z | [ host-image] Aug 26 21:27:54.572 INFO O| Aug 26 21:27:54.572 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
| 9979 | 2025-08-26T21:27:54.603Z | [ host-image] Aug 26 21:27:54.593 INFO O| Aug 26 21:27:54.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
| 9980 | 2025-08-26T21:27:54.603Z | [ host-image] Aug 26 21:27:54.593 INFO O| Aug 26 21:27:54.593 INFO ok! |
| 9981 | 2025-08-26T21:27:54.603Z | [ host-image] Aug 26 21:27:54.593 INFO O| Aug 26 21:27:54.593 INFO STEP 100 (ensure_file) COMPLETE |
| 9982 | 2025-08-26T21:27:54.603Z | [ host-image] Aug 26 21:27:54.593 INFO O| Aug 26 21:27:54.593 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9983 | 2025-08-26T21:27:54.603Z | [ host-image] Aug 26 21:27:54.609 INFO O| Aug 26 21:27:54.609 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
| 9984 | 2025-08-26T21:27:54.603Z | [ host-image] Aug 26 21:27:54.609 INFO O| Aug 26 21:27:54.609 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
| 9985 | 2025-08-26T21:27:55.316Z | [ host-image] Aug 26 21:27:55.325 INFO O| Aug 26 21:27:55.325 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
| 9986 | 2025-08-26T21:27:55.316Z | [ host-image] Aug 26 21:27:55.325 INFO O| Aug 26 21:27:55.325 INFO ok! |
| 9987 | 2025-08-26T21:27:55.341Z | [ host-image] Aug 26 21:27:55.325 INFO O| Aug 26 21:27:55.325 INFO STEP 101 (ensure_file) COMPLETE |
| 9988 | 2025-08-26T21:27:55.341Z | [ host-image] Aug 26 21:27:55.325 INFO O| Aug 26 21:27:55.325 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9989 | 2025-08-26T21:27:55.341Z | [ host-image] Aug 26 21:27:55.344 INFO O| Aug 26 21:27:55.344 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
| 9990 | 2025-08-26T21:27:55.341Z | [ host-image] Aug 26 21:27:55.344 INFO O| Aug 26 21:27:55.344 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ... |
| 9991 | 2025-08-26T21:27:55.341Z | [ host-image] Aug 26 21:27:55.344 INFO O| Aug 26 21:27:55.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION |
| 9992 | 2025-08-26T21:27:55.341Z | [ host-image] Aug 26 21:27:55.344 INFO O| Aug 26 21:27:55.344 INFO ok! |
| 9993 | 2025-08-26T21:27:55.341Z | [ host-image] Aug 26 21:27:55.344 INFO O| Aug 26 21:27:55.344 INFO STEP 102 (ensure_file) COMPLETE |
| 9994 | 2025-08-26T21:27:55.342Z | [ host-image] Aug 26 21:27:55.344 INFO O| Aug 26 21:27:55.344 INFO STEP 103: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9995 | 2025-08-26T21:27:55.367Z | [ host-image] Aug 26 21:27:55.360 INFO O| Aug 26 21:27:55.360 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace |
| 9996 | 2025-08-26T21:27:55.367Z | [ host-image] Aug 26 21:27:55.360 INFO O| Aug 26 21:27:55.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace |
| 9997 | 2025-08-26T21:27:55.367Z | [ host-image] Aug 26 21:27:55.360 INFO O| Aug 26 21:27:55.360 INFO STEP 103 (ensure_dir) COMPLETE |
| 9998 | 2025-08-26T21:27:55.367Z | [ host-image] Aug 26 21:27:55.360 INFO O| Aug 26 21:27:55.360 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9999 | 2025-08-26T21:27:55.367Z | [ host-image] Aug 26 21:27:55.375 INFO O| Aug 26 21:27:55.375 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
| 10000 | 2025-08-26T21:27:55.368Z | [ host-image] Aug 26 21:27:55.375 INFO O| Aug 26 21:27:55.375 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/upstairs_repair.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d ... |
| 10001 | 2025-08-26T21:27:55.368Z | [ host-image] Aug 26 21:27:55.375 INFO O| Aug 26 21:27:55.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
| 10002 | 2025-08-26T21:27:55.368Z | [ host-image] Aug 26 21:27:55.375 INFO O| Aug 26 21:27:55.375 INFO ok! |
| 10003 | 2025-08-26T21:27:55.368Z | [ host-image] Aug 26 21:27:55.375 INFO O| Aug 26 21:27:55.375 INFO STEP 104 (ensure_file) COMPLETE |
| 10004 | 2025-08-26T21:27:55.368Z | [ host-image] Aug 26 21:27:55.375 INFO O| Aug 26 21:27:55.375 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10005 | 2025-08-26T21:27:55.393Z | [ host-image] Aug 26 21:27:55.389 INFO O| Aug 26 21:27:55.389 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
| 10006 | 2025-08-26T21:27:55.393Z | [ host-image] Aug 26 21:27:55.390 INFO O| Aug 26 21:27:55.389 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/upstairs_raw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d ... |
| 10007 | 2025-08-26T21:27:55.393Z | [ host-image] Aug 26 21:27:55.390 INFO O| Aug 26 21:27:55.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
| 10008 | 2025-08-26T21:27:55.394Z | [ host-image] Aug 26 21:27:55.390 INFO O| Aug 26 21:27:55.390 INFO ok! |
| 10009 | 2025-08-26T21:27:55.394Z | [ host-image] Aug 26 21:27:55.390 INFO O| Aug 26 21:27:55.390 INFO STEP 105 (ensure_file) COMPLETE |
| 10010 | 2025-08-26T21:27:55.394Z | [ host-image] Aug 26 21:27:55.390 INFO O| Aug 26 21:27:55.390 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10011 | 2025-08-26T21:27:55.419Z | [ host-image] Aug 26 21:27:55.404 INFO O| Aug 26 21:27:55.404 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
| 10012 | 2025-08-26T21:27:55.419Z | [ host-image] Aug 26 21:27:55.404 INFO O| Aug 26 21:27:55.404 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/upstairs_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d ... |
| 10013 | 2025-08-26T21:27:55.419Z | [ host-image] Aug 26 21:27:55.405 INFO O| Aug 26 21:27:55.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
| 10014 | 2025-08-26T21:27:55.419Z | [ host-image] Aug 26 21:27:55.405 INFO O| Aug 26 21:27:55.405 INFO ok! |
| 10015 | 2025-08-26T21:27:55.419Z | [ host-image] Aug 26 21:27:55.405 INFO O| Aug 26 21:27:55.405 INFO STEP 106 (ensure_file) COMPLETE |
| 10016 | 2025-08-26T21:27:55.419Z | [ host-image] Aug 26 21:27:55.405 INFO O| Aug 26 21:27:55.405 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10017 | 2025-08-26T21:27:55.419Z | [ host-image] Aug 26 21:27:55.423 INFO O| Aug 26 21:27:55.423 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
| 10018 | 2025-08-26T21:27:55.419Z | [ host-image] Aug 26 21:27:55.423 INFO O| Aug 26 21:27:55.423 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/upstairs_count.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d ... |
| 10019 | 2025-08-26T21:27:55.419Z | [ host-image] Aug 26 21:27:55.423 INFO O| Aug 26 21:27:55.423 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
| 10020 | 2025-08-26T21:27:55.419Z | [ host-image] Aug 26 21:27:55.423 INFO O| Aug 26 21:27:55.423 INFO ok! |
| 10021 | 2025-08-26T21:27:55.419Z | [ host-image] Aug 26 21:27:55.423 INFO O| Aug 26 21:27:55.423 INFO STEP 107 (ensure_file) COMPLETE |
| 10022 | 2025-08-26T21:27:55.420Z | [ host-image] Aug 26 21:27:55.423 INFO O| Aug 26 21:27:55.423 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10023 | 2025-08-26T21:27:55.445Z | [ host-image] Aug 26 21:27:55.443 INFO O| Aug 26 21:27:55.443 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
| 10024 | 2025-08-26T21:27:55.445Z | [ host-image] Aug 26 21:27:55.443 INFO O| Aug 26 21:27:55.443 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/upstairs_action.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d ... |
| 10025 | 2025-08-26T21:27:55.446Z | [ host-image] Aug 26 21:27:55.443 INFO O| Aug 26 21:27:55.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
| 10026 | 2025-08-26T21:27:55.446Z | [ host-image] Aug 26 21:27:55.443 INFO O| Aug 26 21:27:55.443 INFO ok! |
| 10027 | 2025-08-26T21:27:55.446Z | [ host-image] Aug 26 21:27:55.443 INFO O| Aug 26 21:27:55.443 INFO STEP 108 (ensure_file) COMPLETE |
| 10028 | 2025-08-26T21:27:55.446Z | [ host-image] Aug 26 21:27:55.443 INFO O| Aug 26 21:27:55.443 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10029 | 2025-08-26T21:27:55.471Z | [ host-image] Aug 26 21:27:55.461 INFO O| Aug 26 21:27:55.461 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist |
| 10030 | 2025-08-26T21:27:55.471Z | [ host-image] Aug 26 21:27:55.461 INFO O| Aug 26 21:27:55.461 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/up-info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d ... |
| 10031 | 2025-08-26T21:27:55.471Z | [ host-image] Aug 26 21:27:55.461 INFO O| Aug 26 21:27:55.461 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d |
| 10032 | 2025-08-26T21:27:55.471Z | [ host-image] Aug 26 21:27:55.461 INFO O| Aug 26 21:27:55.461 INFO ok! |
| 10033 | 2025-08-26T21:27:55.471Z | [ host-image] Aug 26 21:27:55.461 INFO O| Aug 26 21:27:55.461 INFO STEP 109 (ensure_file) COMPLETE |
| 10034 | 2025-08-26T21:27:55.471Z | [ host-image] Aug 26 21:27:55.461 INFO O| Aug 26 21:27:55.461 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10035 | 2025-08-26T21:27:55.496Z | [ host-image] Aug 26 21:27:55.480 INFO O| Aug 26 21:27:55.480 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
| 10036 | 2025-08-26T21:27:55.496Z | [ host-image] Aug 26 21:27:55.480 INFO O| Aug 26 21:27:55.480 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
| 10037 | 2025-08-26T21:27:55.496Z | [ host-image] Aug 26 21:27:55.480 INFO O| Aug 26 21:27:55.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
| 10038 | 2025-08-26T21:27:55.496Z | [ host-image] Aug 26 21:27:55.480 INFO O| Aug 26 21:27:55.480 INFO ok! |
| 10039 | 2025-08-26T21:27:55.496Z | [ host-image] Aug 26 21:27:55.480 INFO O| Aug 26 21:27:55.480 INFO STEP 110 (ensure_file) COMPLETE |
| 10040 | 2025-08-26T21:27:55.497Z | [ host-image] Aug 26 21:27:55.480 INFO O| Aug 26 21:27:55.480 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10041 | 2025-08-26T21:27:55.497Z | [ host-image] Aug 26 21:27:55.496 INFO O| Aug 26 21:27:55.496 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
| 10042 | 2025-08-26T21:27:55.497Z | [ host-image] Aug 26 21:27:55.496 INFO O| Aug 26 21:27:55.496 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/trace-vol.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d ... |
| 10043 | 2025-08-26T21:27:55.497Z | [ host-image] Aug 26 21:27:55.496 INFO O| Aug 26 21:27:55.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
| 10044 | 2025-08-26T21:27:55.497Z | [ host-image] Aug 26 21:27:55.496 INFO O| Aug 26 21:27:55.496 INFO ok! |
| 10045 | 2025-08-26T21:27:55.497Z | [ host-image] Aug 26 21:27:55.496 INFO O| Aug 26 21:27:55.496 INFO STEP 111 (ensure_file) COMPLETE |
| 10046 | 2025-08-26T21:27:55.497Z | [ host-image] Aug 26 21:27:55.496 INFO O| Aug 26 21:27:55.496 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10047 | 2025-08-26T21:27:55.522Z | [ host-image] Aug 26 21:27:55.514 INFO O| Aug 26 21:27:55.514 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
| 10048 | 2025-08-26T21:27:55.522Z | [ host-image] Aug 26 21:27:55.514 INFO O| Aug 26 21:27:55.514 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/sled_upstairs_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d ... |
| 10049 | 2025-08-26T21:27:55.522Z | [ host-image] Aug 26 21:27:55.514 INFO O| Aug 26 21:27:55.514 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
| 10050 | 2025-08-26T21:27:55.522Z | [ host-image] Aug 26 21:27:55.514 INFO O| Aug 26 21:27:55.514 INFO ok! |
| 10051 | 2025-08-26T21:27:55.522Z | [ host-image] Aug 26 21:27:55.514 INFO O| Aug 26 21:27:55.514 INFO STEP 112 (ensure_file) COMPLETE |
| 10052 | 2025-08-26T21:27:55.522Z | [ host-image] Aug 26 21:27:55.514 INFO O| Aug 26 21:27:55.514 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10053 | 2025-08-26T21:27:55.548Z | [ host-image] Aug 26 21:27:55.532 INFO O| Aug 26 21:27:55.532 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
| 10054 | 2025-08-26T21:27:55.548Z | [ host-image] Aug 26 21:27:55.532 INFO O| Aug 26 21:27:55.532 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/single_up_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d ... |
| 10055 | 2025-08-26T21:27:55.548Z | [ host-image] Aug 26 21:27:55.532 INFO O| Aug 26 21:27:55.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
| 10056 | 2025-08-26T21:27:55.548Z | [ host-image] Aug 26 21:27:55.532 INFO O| Aug 26 21:27:55.532 INFO ok! |
| 10057 | 2025-08-26T21:27:55.548Z | [ host-image] Aug 26 21:27:55.532 INFO O| Aug 26 21:27:55.532 INFO STEP 113 (ensure_file) COMPLETE |
| 10058 | 2025-08-26T21:27:55.548Z | [ host-image] Aug 26 21:27:55.532 INFO O| Aug 26 21:27:55.532 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10059 | 2025-08-26T21:27:55.548Z | [ host-image] Aug 26 21:27:55.547 INFO O| Aug 26 21:27:55.547 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
| 10060 | 2025-08-26T21:27:55.548Z | [ host-image] Aug 26 21:27:55.547 INFO O| Aug 26 21:27:55.547 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
| 10061 | 2025-08-26T21:27:55.548Z | [ host-image] Aug 26 21:27:55.547 INFO O| Aug 26 21:27:55.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
| 10062 | 2025-08-26T21:27:55.548Z | [ host-image] Aug 26 21:27:55.547 INFO O| Aug 26 21:27:55.547 INFO ok! |
| 10063 | 2025-08-26T21:27:55.548Z | [ host-image] Aug 26 21:27:55.547 INFO O| Aug 26 21:27:55.547 INFO STEP 114 (ensure_file) COMPLETE |
| 10064 | 2025-08-26T21:27:55.548Z | [ host-image] Aug 26 21:27:55.547 INFO O| Aug 26 21:27:55.547 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10065 | 2025-08-26T21:27:55.574Z | [ host-image] Aug 26 21:27:55.565 INFO O| Aug 26 21:27:55.565 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
| 10066 | 2025-08-26T21:27:55.574Z | [ host-image] Aug 26 21:27:55.565 INFO O| Aug 26 21:27:55.565 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/perf-vol.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d ... |
| 10067 | 2025-08-26T21:27:55.574Z | [ host-image] Aug 26 21:27:55.565 INFO O| Aug 26 21:27:55.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
| 10068 | 2025-08-26T21:27:55.574Z | [ host-image] Aug 26 21:27:55.565 INFO O| Aug 26 21:27:55.565 INFO ok! |
| 10069 | 2025-08-26T21:27:55.575Z | [ host-image] Aug 26 21:27:55.565 INFO O| Aug 26 21:27:55.565 INFO STEP 115 (ensure_file) COMPLETE |
| 10070 | 2025-08-26T21:27:55.575Z | [ host-image] Aug 26 21:27:55.565 INFO O| Aug 26 21:27:55.565 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10071 | 2025-08-26T21:27:55.600Z | [ host-image] Aug 26 21:27:55.585 INFO O| Aug 26 21:27:55.585 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
| 10072 | 2025-08-26T21:27:55.600Z | [ host-image] Aug 26 21:27:55.585 INFO O| Aug 26 21:27:55.585 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/perf-upstairs-wf.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d ... |
| 10073 | 2025-08-26T21:27:55.600Z | [ host-image] Aug 26 21:27:55.585 INFO O| Aug 26 21:27:55.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
| 10074 | 2025-08-26T21:27:55.600Z | [ host-image] Aug 26 21:27:55.585 INFO O| Aug 26 21:27:55.585 INFO ok! |
| 10075 | 2025-08-26T21:27:55.600Z | [ host-image] Aug 26 21:27:55.585 INFO O| Aug 26 21:27:55.585 INFO STEP 116 (ensure_file) COMPLETE |
| 10076 | 2025-08-26T21:27:55.600Z | [ host-image] Aug 26 21:27:55.585 INFO O| Aug 26 21:27:55.585 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10077 | 2025-08-26T21:27:55.600Z | [ host-image] Aug 26 21:27:55.603 INFO O| Aug 26 21:27:55.603 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
| 10078 | 2025-08-26T21:27:55.600Z | [ host-image] Aug 26 21:27:55.603 INFO O| Aug 26 21:27:55.603 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/perf-reqwest.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d ... |
| 10079 | 2025-08-26T21:27:55.600Z | [ host-image] Aug 26 21:27:55.603 INFO O| Aug 26 21:27:55.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
| 10080 | 2025-08-26T21:27:55.600Z | [ host-image] Aug 26 21:27:55.603 INFO O| Aug 26 21:27:55.603 INFO ok! |
| 10081 | 2025-08-26T21:27:55.600Z | [ host-image] Aug 26 21:27:55.603 INFO O| Aug 26 21:27:55.603 INFO STEP 117 (ensure_file) COMPLETE |
| 10082 | 2025-08-26T21:27:55.601Z | [ host-image] Aug 26 21:27:55.603 INFO O| Aug 26 21:27:55.603 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10083 | 2025-08-26T21:27:55.626Z | [ host-image] Aug 26 21:27:55.620 INFO O| Aug 26 21:27:55.620 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
| 10084 | 2025-08-26T21:27:55.626Z | [ host-image] Aug 26 21:27:55.620 INFO O| Aug 26 21:27:55.620 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/perf-online-repair.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d ... |
| 10085 | 2025-08-26T21:27:55.626Z | [ host-image] Aug 26 21:27:55.620 INFO O| Aug 26 21:27:55.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
| 10086 | 2025-08-26T21:27:55.626Z | [ host-image] Aug 26 21:27:55.620 INFO O| Aug 26 21:27:55.620 INFO ok! |
| 10087 | 2025-08-26T21:27:55.626Z | [ host-image] Aug 26 21:27:55.620 INFO O| Aug 26 21:27:55.620 INFO STEP 118 (ensure_file) COMPLETE |
| 10088 | 2025-08-26T21:27:55.626Z | [ host-image] Aug 26 21:27:55.620 INFO O| Aug 26 21:27:55.620 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10089 | 2025-08-26T21:27:55.652Z | [ host-image] Aug 26 21:27:55.637 INFO O| Aug 26 21:27:55.637 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
| 10090 | 2025-08-26T21:27:55.652Z | [ host-image] Aug 26 21:27:55.638 INFO O| Aug 26 21:27:55.637 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-net.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d ... |
| 10091 | 2025-08-26T21:27:55.652Z | [ host-image] Aug 26 21:27:55.638 INFO O| Aug 26 21:27:55.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
| 10092 | 2025-08-26T21:27:55.652Z | [ host-image] Aug 26 21:27:55.638 INFO O| Aug 26 21:27:55.638 INFO ok! |
| 10093 | 2025-08-26T21:27:55.652Z | [ host-image] Aug 26 21:27:55.638 INFO O| Aug 26 21:27:55.638 INFO STEP 119 (ensure_file) COMPLETE |
| 10094 | 2025-08-26T21:27:55.652Z | [ host-image] Aug 26 21:27:55.638 INFO O| Aug 26 21:27:55.638 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10095 | 2025-08-26T21:27:55.652Z | [ host-image] Aug 26 21:27:55.652 INFO O| Aug 26 21:27:55.652 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
| 10096 | 2025-08-26T21:27:55.652Z | [ host-image] Aug 26 21:27:55.653 INFO O| Aug 26 21:27:55.652 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-client.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d ... |
| 10097 | 2025-08-26T21:27:55.652Z | [ host-image] Aug 26 21:27:55.653 INFO O| Aug 26 21:27:55.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
| 10098 | 2025-08-26T21:27:55.652Z | [ host-image] Aug 26 21:27:55.653 INFO O| Aug 26 21:27:55.653 INFO ok! |
| 10099 | 2025-08-26T21:27:55.652Z | [ host-image] Aug 26 21:27:55.653 INFO O| Aug 26 21:27:55.653 INFO STEP 120 (ensure_file) COMPLETE |
| 10100 | 2025-08-26T21:27:55.652Z | [ host-image] Aug 26 21:27:55.653 INFO O| Aug 26 21:27:55.653 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10101 | 2025-08-26T21:27:55.678Z | [ host-image] Aug 26 21:27:55.667 INFO O| Aug 26 21:27:55.667 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
| 10102 | 2025-08-26T21:27:55.678Z | [ host-image] Aug 26 21:27:55.667 INFO O| Aug 26 21:27:55.667 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d ... |
| 10103 | 2025-08-26T21:27:55.678Z | [ host-image] Aug 26 21:27:55.667 INFO O| Aug 26 21:27:55.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
| 10104 | 2025-08-26T21:27:55.678Z | [ host-image] Aug 26 21:27:55.667 INFO O| Aug 26 21:27:55.667 INFO ok! |
| 10105 | 2025-08-26T21:27:55.678Z | [ host-image] Aug 26 21:27:55.667 INFO O| Aug 26 21:27:55.667 INFO STEP 121 (ensure_file) COMPLETE |
| 10106 | 2025-08-26T21:27:55.678Z | [ host-image] Aug 26 21:27:55.667 INFO O| Aug 26 21:27:55.667 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10107 | 2025-08-26T21:27:55.678Z | [ host-image] Aug 26 21:27:55.684 INFO O| Aug 26 21:27:55.684 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
| 10108 | 2025-08-26T21:27:55.678Z | [ host-image] Aug 26 21:27:55.684 INFO O| Aug 26 21:27:55.684 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-tick.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d ... |
| 10109 | 2025-08-26T21:27:55.678Z | [ host-image] Aug 26 21:27:55.685 INFO O| Aug 26 21:27:55.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
| 10110 | 2025-08-26T21:27:55.678Z | [ host-image] Aug 26 21:27:55.685 INFO O| Aug 26 21:27:55.685 INFO ok! |
| 10111 | 2025-08-26T21:27:55.678Z | [ host-image] Aug 26 21:27:55.685 INFO O| Aug 26 21:27:55.685 INFO STEP 122 (ensure_file) COMPLETE |
| 10112 | 2025-08-26T21:27:55.678Z | [ host-image] Aug 26 21:27:55.685 INFO O| Aug 26 21:27:55.685 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10113 | 2025-08-26T21:27:55.705Z | [ host-image] Aug 26 21:27:55.702 INFO O| Aug 26 21:27:55.702 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
| 10114 | 2025-08-26T21:27:55.705Z | [ host-image] Aug 26 21:27:55.703 INFO O| Aug 26 21:27:55.702 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-three.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d ... |
| 10115 | 2025-08-26T21:27:55.705Z | [ host-image] Aug 26 21:27:55.703 INFO O| Aug 26 21:27:55.703 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
| 10116 | 2025-08-26T21:27:55.705Z | [ host-image] Aug 26 21:27:55.703 INFO O| Aug 26 21:27:55.703 INFO ok! |
| 10117 | 2025-08-26T21:27:55.705Z | [ host-image] Aug 26 21:27:55.703 INFO O| Aug 26 21:27:55.703 INFO STEP 123 (ensure_file) COMPLETE |
| 10118 | 2025-08-26T21:27:55.705Z | [ host-image] Aug 26 21:27:55.703 INFO O| Aug 26 21:27:55.703 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10119 | 2025-08-26T21:27:55.730Z | [ host-image] Aug 26 21:27:55.722 INFO O| Aug 26 21:27:55.721 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
| 10120 | 2025-08-26T21:27:55.730Z | [ host-image] Aug 26 21:27:55.722 INFO O| Aug 26 21:27:55.722 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-os.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d ... |
| 10121 | 2025-08-26T21:27:55.730Z | [ host-image] Aug 26 21:27:55.722 INFO O| Aug 26 21:27:55.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
| 10122 | 2025-08-26T21:27:55.730Z | [ host-image] Aug 26 21:27:55.722 INFO O| Aug 26 21:27:55.722 INFO ok! |
| 10123 | 2025-08-26T21:27:55.730Z | [ host-image] Aug 26 21:27:55.722 INFO O| Aug 26 21:27:55.722 INFO STEP 124 (ensure_file) COMPLETE |
| 10124 | 2025-08-26T21:27:55.730Z | [ host-image] Aug 26 21:27:55.722 INFO O| Aug 26 21:27:55.722 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10125 | 2025-08-26T21:27:55.730Z | [ host-image] Aug 26 21:27:55.735 INFO O| Aug 26 21:27:55.735 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist |
| 10126 | 2025-08-26T21:27:55.730Z | [ host-image] Aug 26 21:27:55.735 INFO O| Aug 26 21:27:55.735 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/get-up-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh ... |
| 10127 | 2025-08-26T21:27:55.730Z | [ host-image] Aug 26 21:27:55.736 INFO O| Aug 26 21:27:55.735 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh |
| 10128 | 2025-08-26T21:27:55.730Z | [ host-image] Aug 26 21:27:55.736 INFO O| Aug 26 21:27:55.735 INFO ok! |
| 10129 | 2025-08-26T21:27:55.730Z | [ host-image] Aug 26 21:27:55.736 INFO O| Aug 26 21:27:55.736 INFO STEP 125 (ensure_file) COMPLETE |
| 10130 | 2025-08-26T21:27:55.730Z | [ host-image] Aug 26 21:27:55.736 INFO O| Aug 26 21:27:55.736 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10131 | 2025-08-26T21:27:55.756Z | [ host-image] Aug 26 21:27:55.748 INFO O| Aug 26 21:27:55.748 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist |
| 10132 | 2025-08-26T21:27:55.756Z | [ host-image] Aug 26 21:27:55.748 INFO O| Aug 26 21:27:55.748 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/get-up-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d ... |
| 10133 | 2025-08-26T21:27:55.756Z | [ host-image] Aug 26 21:27:55.749 INFO O| Aug 26 21:27:55.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d |
| 10134 | 2025-08-26T21:27:55.756Z | [ host-image] Aug 26 21:27:55.749 INFO O| Aug 26 21:27:55.749 INFO ok! |
| 10135 | 2025-08-26T21:27:55.756Z | [ host-image] Aug 26 21:27:55.749 INFO O| Aug 26 21:27:55.749 INFO STEP 126 (ensure_file) COMPLETE |
| 10136 | 2025-08-26T21:27:55.756Z | [ host-image] Aug 26 21:27:55.749 INFO O| Aug 26 21:27:55.749 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10137 | 2025-08-26T21:27:55.756Z | [ host-image] Aug 26 21:27:55.761 INFO O| Aug 26 21:27:55.761 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
| 10138 | 2025-08-26T21:27:55.756Z | [ host-image] Aug 26 21:27:55.761 INFO O| Aug 26 21:27:55.761 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh ... |
| 10139 | 2025-08-26T21:27:55.756Z | [ host-image] Aug 26 21:27:55.761 INFO O| Aug 26 21:27:55.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
| 10140 | 2025-08-26T21:27:55.756Z | [ host-image] Aug 26 21:27:55.761 INFO O| Aug 26 21:27:55.761 INFO ok! |
| 10141 | 2025-08-26T21:27:55.756Z | [ host-image] Aug 26 21:27:55.761 INFO O| Aug 26 21:27:55.761 INFO STEP 127 (ensure_file) COMPLETE |
| 10142 | 2025-08-26T21:27:55.756Z | [ host-image] Aug 26 21:27:55.761 INFO O| Aug 26 21:27:55.761 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10143 | 2025-08-26T21:27:55.782Z | [ host-image] Aug 26 21:27:55.774 INFO O| Aug 26 21:27:55.774 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
| 10144 | 2025-08-26T21:27:55.782Z | [ host-image] Aug 26 21:27:55.774 INFO O| Aug 26 21:27:55.774 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d ... |
| 10145 | 2025-08-26T21:27:55.782Z | [ host-image] Aug 26 21:27:55.774 INFO O| Aug 26 21:27:55.774 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
| 10146 | 2025-08-26T21:27:55.782Z | [ host-image] Aug 26 21:27:55.774 INFO O| Aug 26 21:27:55.774 INFO ok! |
| 10147 | 2025-08-26T21:27:55.782Z | [ host-image] Aug 26 21:27:55.774 INFO O| Aug 26 21:27:55.774 INFO STEP 128 (ensure_file) COMPLETE |
| 10148 | 2025-08-26T21:27:55.782Z | [ host-image] Aug 26 21:27:55.774 INFO O| Aug 26 21:27:55.774 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10149 | 2025-08-26T21:27:55.808Z | [ host-image] Aug 26 21:27:55.799 INFO O| Aug 26 21:27:55.799 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
| 10150 | 2025-08-26T21:27:55.808Z | [ host-image] Aug 26 21:27:55.799 INFO O| Aug 26 21:27:55.799 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh ... |
| 10151 | 2025-08-26T21:27:55.808Z | [ host-image] Aug 26 21:27:55.799 INFO O| Aug 26 21:27:55.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
| 10152 | 2025-08-26T21:27:55.808Z | [ host-image] Aug 26 21:27:55.799 INFO O| Aug 26 21:27:55.799 INFO ok! |
| 10153 | 2025-08-26T21:27:55.808Z | [ host-image] Aug 26 21:27:55.799 INFO O| Aug 26 21:27:55.799 INFO STEP 129 (ensure_file) COMPLETE |
| 10154 | 2025-08-26T21:27:55.808Z | [ host-image] Aug 26 21:27:55.799 INFO O| Aug 26 21:27:55.799 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10155 | 2025-08-26T21:27:55.838Z | [ host-image] Aug 26 21:27:55.817 INFO O| Aug 26 21:27:55.817 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
| 10156 | 2025-08-26T21:27:55.838Z | [ host-image] Aug 26 21:27:55.818 INFO O| Aug 26 21:27:55.817 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d ... |
| 10157 | 2025-08-26T21:27:55.838Z | [ host-image] Aug 26 21:27:55.818 INFO O| Aug 26 21:27:55.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
| 10158 | 2025-08-26T21:27:55.838Z | [ host-image] Aug 26 21:27:55.818 INFO O| Aug 26 21:27:55.818 INFO ok! |
| 10159 | 2025-08-26T21:27:55.838Z | [ host-image] Aug 26 21:27:55.818 INFO O| Aug 26 21:27:55.818 INFO STEP 130 (ensure_file) COMPLETE |
| 10160 | 2025-08-26T21:27:55.838Z | [ host-image] Aug 26 21:27:55.818 INFO O| Aug 26 21:27:55.818 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10161 | 2025-08-26T21:27:55.838Z | [ host-image] Aug 26 21:27:55.834 INFO O| Aug 26 21:27:55.834 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
| 10162 | 2025-08-26T21:27:55.838Z | [ host-image] Aug 26 21:27:55.834 INFO O| Aug 26 21:27:55.834 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/downstairs_count.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d ... |
| 10163 | 2025-08-26T21:27:55.838Z | [ host-image] Aug 26 21:27:55.834 INFO O| Aug 26 21:27:55.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
| 10164 | 2025-08-26T21:27:55.838Z | [ host-image] Aug 26 21:27:55.834 INFO O| Aug 26 21:27:55.834 INFO ok! |
| 10165 | 2025-08-26T21:27:55.838Z | [ host-image] Aug 26 21:27:55.834 INFO O| Aug 26 21:27:55.834 INFO STEP 131 (ensure_file) COMPLETE |
| 10166 | 2025-08-26T21:27:55.838Z | [ host-image] Aug 26 21:27:55.834 INFO O| Aug 26 21:27:55.834 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10167 | 2025-08-26T21:27:55.864Z | [ host-image] Aug 26 21:27:55.853 INFO O| Aug 26 21:27:55.853 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
| 10168 | 2025-08-26T21:27:55.864Z | [ host-image] Aug 26 21:27:55.853 INFO O| Aug 26 21:27:55.853 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/all_downstairs.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d ... |
| 10169 | 2025-08-26T21:27:55.864Z | [ host-image] Aug 26 21:27:55.853 INFO O| Aug 26 21:27:55.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
| 10170 | 2025-08-26T21:27:55.864Z | [ host-image] Aug 26 21:27:55.853 INFO O| Aug 26 21:27:55.853 INFO ok! |
| 10171 | 2025-08-26T21:27:55.864Z | [ host-image] Aug 26 21:27:55.853 INFO O| Aug 26 21:27:55.853 INFO STEP 132 (ensure_file) COMPLETE |
| 10172 | 2025-08-26T21:27:55.864Z | [ host-image] Aug 26 21:27:55.853 INFO O| Aug 26 21:27:55.853 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10173 | 2025-08-26T21:27:55.864Z | [ host-image] Aug 26 21:27:55.872 INFO O| Aug 26 21:27:55.872 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
| 10174 | 2025-08-26T21:27:55.864Z | [ host-image] Aug 26 21:27:55.873 INFO O| Aug 26 21:27:55.872 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
| 10175 | 2025-08-26T21:27:55.864Z | [ host-image] Aug 26 21:27:55.873 INFO O| Aug 26 21:27:55.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md |
| 10176 | 2025-08-26T21:27:55.890Z | [ host-image] Aug 26 21:27:55.873 INFO O| Aug 26 21:27:55.873 INFO ok! |
| 10177 | 2025-08-26T21:27:55.890Z | [ host-image] Aug 26 21:27:55.873 INFO O| Aug 26 21:27:55.873 INFO STEP 133 (ensure_file) COMPLETE |
| 10178 | 2025-08-26T21:27:55.890Z | [ host-image] Aug 26 21:27:55.873 INFO O| Aug 26 21:27:55.873 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10179 | 2025-08-26T21:27:55.890Z | [ host-image] Aug 26 21:27:55.890 INFO O| Aug 26 21:27:55.889 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
| 10180 | 2025-08-26T21:27:55.890Z | [ host-image] Aug 26 21:27:55.890 INFO O| Aug 26 21:27:55.889 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/dtrace-info.txt -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt ... |
| 10181 | 2025-08-26T21:27:55.890Z | [ host-image] Aug 26 21:27:55.890 INFO O| Aug 26 21:27:55.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
| 10182 | 2025-08-26T21:27:55.890Z | [ host-image] Aug 26 21:27:55.890 INFO O| Aug 26 21:27:55.890 INFO ok! |
| 10183 | 2025-08-26T21:27:55.890Z | [ host-image] Aug 26 21:27:55.890 INFO O| Aug 26 21:27:55.890 INFO STEP 134 (ensure_file) COMPLETE |
| 10184 | 2025-08-26T21:27:55.890Z | [ host-image] Aug 26 21:27:55.890 INFO O| Aug 26 21:27:55.890 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10185 | 2025-08-26T21:27:55.915Z | [ host-image] Aug 26 21:27:55.904 INFO O| Aug 26 21:27:55.904 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
| 10186 | 2025-08-26T21:27:55.915Z | [ host-image] Aug 26 21:27:55.904 INFO O| Aug 26 21:27:55.904 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
| 10187 | 2025-08-26T21:27:55.916Z | [ host-image] Aug 26 21:27:55.904 INFO O| Aug 26 21:27:55.904 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION |
| 10188 | 2025-08-26T21:27:55.916Z | [ host-image] Aug 26 21:27:55.904 INFO O| Aug 26 21:27:55.904 INFO ok! |
| 10189 | 2025-08-26T21:27:55.916Z | [ host-image] Aug 26 21:27:55.904 INFO O| Aug 26 21:27:55.904 INFO STEP 135 (ensure_file) COMPLETE |
| 10190 | 2025-08-26T21:27:55.916Z | [ host-image] Aug 26 21:27:55.904 INFO O| Aug 26 21:27:55.904 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10191 | 2025-08-26T21:27:55.916Z | [ host-image] Aug 26 21:27:55.922 INFO O| Aug 26 21:27:55.922 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist |
| 10192 | 2025-08-26T21:27:55.916Z | [ host-image] Aug 26 21:27:55.922 INFO O| Aug 26 21:27:55.922 INFO copying /tmp/.tmpQmIViS/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ... |
| 10193 | 2025-08-26T21:28:09.065Z | [ recovery-image] Aug 26 21:28:09.068 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-07-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 10194 | 2025-08-26T21:28:15.948Z | [ host-image] Aug 26 21:28:15.958 INFO O| Aug 26 21:28:15.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz |
| 10195 | 2025-08-26T21:28:15.948Z | [ host-image] Aug 26 21:28:15.958 INFO O| Aug 26 21:28:15.958 INFO ok! |
| 10196 | 2025-08-26T21:28:15.974Z | [ host-image] Aug 26 21:28:15.958 INFO O| Aug 26 21:28:15.958 INFO STEP 136 (ensure_file) COMPLETE |
| 10197 | 2025-08-26T21:28:15.974Z | [ host-image] Aug 26 21:28:15.958 INFO O| Aug 26 21:28:15.958 INFO STEP 137: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10198 | 2025-08-26T21:28:15.974Z | [ host-image] Aug 26 21:28:15.975 INFO O| Aug 26 21:28:15.975 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib |
| 10199 | 2025-08-26T21:28:15.974Z | [ host-image] Aug 26 21:28:15.975 INFO O| Aug 26 21:28:15.975 INFO STEP 137 (ensure_dir) COMPLETE |
| 10200 | 2025-08-26T21:28:15.974Z | [ host-image] Aug 26 21:28:15.975 INFO O| Aug 26 21:28:15.975 INFO STEP 138: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10201 | 2025-08-26T21:28:15.999Z | [ host-image] Aug 26 21:28:15.987 INFO O| Aug 26 21:28:15.987 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc |
| 10202 | 2025-08-26T21:28:15.999Z | [ host-image] Aug 26 21:28:15.987 INFO O| Aug 26 21:28:15.987 INFO STEP 138 (ensure_dir) COMPLETE |
| 10203 | 2025-08-26T21:28:15.999Z | [ host-image] Aug 26 21:28:15.987 INFO O| Aug 26 21:28:15.987 INFO STEP 139: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10204 | 2025-08-26T21:28:15.999Z | [ host-image] Aug 26 21:28:15.998 INFO O| Aug 26 21:28:15.998 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest |
| 10205 | 2025-08-26T21:28:15.999Z | [ host-image] Aug 26 21:28:15.998 INFO O| Aug 26 21:28:15.998 INFO STEP 139 (ensure_dir) COMPLETE |
| 10206 | 2025-08-26T21:28:15.999Z | [ host-image] Aug 26 21:28:15.998 INFO O| Aug 26 21:28:15.998 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10207 | 2025-08-26T21:28:15.999Z | [ host-image] Aug 26 21:28:16.009 INFO O| Aug 26 21:28:16.009 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site |
| 10208 | 2025-08-26T21:28:15.999Z | [ host-image] Aug 26 21:28:16.009 INFO O| Aug 26 21:28:16.009 INFO STEP 140 (ensure_dir) COMPLETE |
| 10209 | 2025-08-26T21:28:16.025Z | [ host-image] Aug 26 21:28:16.009 INFO O| Aug 26 21:28:16.009 INFO STEP 141: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10210 | 2025-08-26T21:28:16.025Z | [ host-image] Aug 26 21:28:16.020 INFO O| Aug 26 21:28:16.020 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
| 10211 | 2025-08-26T21:28:16.025Z | [ host-image] Aug 26 21:28:16.020 INFO O| Aug 26 21:28:16.020 INFO copying /tmp/.tmpQmIViS/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 ... |
| 10212 | 2025-08-26T21:28:16.025Z | [ host-image] Aug 26 21:28:16.020 INFO O| Aug 26 21:28:16.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml |
| 10213 | 2025-08-26T21:28:16.025Z | [ host-image] Aug 26 21:28:16.020 INFO O| Aug 26 21:28:16.020 INFO ok! |
| 10214 | 2025-08-26T21:28:16.025Z | [ host-image] Aug 26 21:28:16.020 INFO O| Aug 26 21:28:16.020 INFO STEP 141 (ensure_file) COMPLETE |
| 10215 | 2025-08-26T21:28:16.025Z | [ host-image] Aug 26 21:28:16.020 INFO O| Aug 26 21:28:16.020 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10216 | 2025-08-26T21:28:16.025Z | [ host-image] Aug 26 21:28:16.031 INFO O| Aug 26 21:28:16.031 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10217 | 2025-08-26T21:28:16.025Z | [ host-image] Aug 26 21:28:16.031 INFO O| Aug 26 21:28:16.031 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10218 | 2025-08-26T21:28:16.025Z | [ host-image] Aug 26 21:28:16.031 INFO O| Aug 26 21:28:16.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10219 | 2025-08-26T21:28:16.025Z | [ host-image] Aug 26 21:28:16.031 INFO O| Aug 26 21:28:16.031 INFO STEP 142 (ensure_dir) COMPLETE |
| 10220 | 2025-08-26T21:28:16.025Z | [ host-image] Aug 26 21:28:16.031 INFO O| Aug 26 21:28:16.031 INFO STEP 143: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10221 | 2025-08-26T21:28:16.051Z | [ host-image] Aug 26 21:28:16.048 INFO O| Aug 26 21:28:16.048 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking |
| 10222 | 2025-08-26T21:28:16.051Z | [ host-image] Aug 26 21:28:16.048 INFO O| Aug 26 21:28:16.048 INFO copying /tmp/.tmpQmIViS/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ... |
| 10223 | 2025-08-26T21:28:16.051Z | [ host-image] Aug 26 21:28:16.049 INFO O| Aug 26 21:28:16.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile |
| 10224 | 2025-08-26T21:28:16.051Z | [ host-image] Aug 26 21:28:16.049 INFO O| Aug 26 21:28:16.048 INFO ok! |
| 10225 | 2025-08-26T21:28:16.051Z | [ host-image] Aug 26 21:28:16.049 INFO O| Aug 26 21:28:16.049 INFO STEP 143 (ensure_file) COMPLETE |
| 10226 | 2025-08-26T21:28:16.051Z | [ host-image] Aug 26 21:28:16.049 INFO O| Aug 26 21:28:16.049 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10227 | 2025-08-26T21:28:16.051Z | [ host-image] Aug 26 21:28:16.060 INFO O| Aug 26 21:28:16.060 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec" |
| 10228 | 2025-08-26T21:28:16.051Z | [ host-image] Aug 26 21:28:16.060 INFO O| Aug 26 21:28:16.060 INFO STEP 144 (remove_files) COMPLETE |
| 10229 | 2025-08-26T21:28:16.051Z | [ host-image] Aug 26 21:28:16.060 INFO O| Aug 26 21:28:16.060 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10230 | 2025-08-26T21:28:16.077Z | [ host-image] Aug 26 21:28:16.076 INFO O| Aug 26 21:28:16.076 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap" |
| 10231 | 2025-08-26T21:28:16.077Z | [ host-image] Aug 26 21:28:16.077 INFO O| Aug 26 21:28:16.077 INFO STEP 145 (remove_files) COMPLETE |
| 10232 | 2025-08-26T21:28:16.077Z | [ host-image] Aug 26 21:28:16.077 INFO O| Aug 26 21:28:16.077 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10233 | 2025-08-26T21:28:16.102Z | [ host-image] Aug 26 21:28:16.088 INFO O| Aug 26 21:28:16.088 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc" |
| 10234 | 2025-08-26T21:28:16.102Z | [ host-image] Aug 26 21:28:16.089 INFO O| Aug 26 21:28:16.088 INFO STEP 146 (remove_files) COMPLETE |
| 10235 | 2025-08-26T21:28:16.102Z | [ host-image] Aug 26 21:28:16.089 INFO O| Aug 26 21:28:16.089 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10236 | 2025-08-26T21:28:16.102Z | [ host-image] Aug 26 21:28:16.100 INFO O| Aug 26 21:28:16.100 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security" |
| 10237 | 2025-08-26T21:28:16.102Z | [ host-image] Aug 26 21:28:16.100 INFO O| Aug 26 21:28:16.100 INFO STEP 147 (remove_files) COMPLETE |
| 10238 | 2025-08-26T21:28:16.102Z | [ host-image] Aug 26 21:28:16.100 INFO O| Aug 26 21:28:16.100 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10239 | 2025-08-26T21:28:16.102Z | [ host-image] Aug 26 21:28:16.111 INFO O| Aug 26 21:28:16.111 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares" |
| 10240 | 2025-08-26T21:28:16.102Z | [ host-image] Aug 26 21:28:16.111 INFO O| Aug 26 21:28:16.111 INFO STEP 148 (remove_files) COMPLETE |
| 10241 | 2025-08-26T21:28:16.102Z | [ host-image] Aug 26 21:28:16.111 INFO O| Aug 26 21:28:16.111 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10242 | 2025-08-26T21:28:16.131Z | [ host-image] Aug 26 21:28:16.122 INFO O| Aug 26 21:28:16.122 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb" |
| 10243 | 2025-08-26T21:28:16.131Z | [ host-image] Aug 26 21:28:16.122 INFO O| Aug 26 21:28:16.122 INFO STEP 149 (remove_files) COMPLETE |
| 10244 | 2025-08-26T21:28:16.131Z | [ host-image] Aug 26 21:28:16.122 INFO O| Aug 26 21:28:16.122 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10245 | 2025-08-26T21:28:16.131Z | [ host-image] Aug 26 21:28:16.138 INFO O| Aug 26 21:28:16.137 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 10246 | 2025-08-26T21:28:16.131Z | [ host-image] Aug 26 21:28:16.138 INFO O| Aug 26 21:28:16.138 INFO STEP 150 (remove_files) COMPLETE |
| 10247 | 2025-08-26T21:28:16.131Z | [ host-image] Aug 26 21:28:16.138 INFO O| Aug 26 21:28:16.138 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10248 | 2025-08-26T21:28:16.156Z | [ host-image] Aug 26 21:28:16.154 INFO O| Aug 26 21:28:16.154 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
| 10249 | 2025-08-26T21:28:16.157Z | [ host-image] Aug 26 21:28:16.154 INFO O| Aug 26 21:28:16.154 INFO STEP 151 (remove_files) COMPLETE |
| 10250 | 2025-08-26T21:28:16.157Z | [ host-image] Aug 26 21:28:16.154 INFO O| Aug 26 21:28:16.154 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10251 | 2025-08-26T21:28:16.208Z | [ host-image] Aug 26 21:28:16.172 INFO O| Aug 26 21:28:16.172 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml" |
| 10252 | 2025-08-26T21:28:16.208Z | [ host-image] Aug 26 21:28:16.172 INFO O| Aug 26 21:28:16.172 INFO STEP 152 (remove_files) COMPLETE |
| 10253 | 2025-08-26T21:28:16.209Z | [ host-image] Aug 26 21:28:16.172 INFO O| Aug 26 21:28:16.172 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10254 | 2025-08-26T21:28:16.209Z | [ host-image] Aug 26 21:28:16.184 INFO O| Aug 26 21:28:16.184 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 10255 | 2025-08-26T21:28:16.210Z | [ host-image] Aug 26 21:28:16.184 INFO O| Aug 26 21:28:16.184 INFO STEP 153 (remove_files) COMPLETE |
| 10256 | 2025-08-26T21:28:16.210Z | [ host-image] Aug 26 21:28:16.184 INFO O| Aug 26 21:28:16.184 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10257 | 2025-08-26T21:28:16.210Z | [ host-image] Aug 26 21:28:16.195 INFO O| Aug 26 21:28:16.195 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml" |
| 10258 | 2025-08-26T21:28:16.210Z | [ host-image] Aug 26 21:28:16.195 INFO O| Aug 26 21:28:16.195 INFO STEP 154 (remove_files) COMPLETE |
| 10259 | 2025-08-26T21:28:16.210Z | [ host-image] Aug 26 21:28:16.195 INFO O| Aug 26 21:28:16.195 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10260 | 2025-08-26T21:28:16.210Z | [ host-image] Aug 26 21:28:16.212 INFO O| Aug 26 21:28:16.212 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml" |
| 10261 | 2025-08-26T21:28:16.210Z | [ host-image] Aug 26 21:28:16.212 INFO O| Aug 26 21:28:16.212 INFO STEP 155 (remove_files) COMPLETE |
| 10262 | 2025-08-26T21:28:16.210Z | [ host-image] Aug 26 21:28:16.212 INFO O| Aug 26 21:28:16.212 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10263 | 2025-08-26T21:28:16.235Z | [ host-image] Aug 26 21:28:16.225 INFO O| Aug 26 21:28:16.225 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
| 10264 | 2025-08-26T21:28:16.235Z | [ host-image] Aug 26 21:28:16.225 INFO O| Aug 26 21:28:16.225 INFO STEP 156 (remove_files) COMPLETE |
| 10265 | 2025-08-26T21:28:16.235Z | [ host-image] Aug 26 21:28:16.225 INFO O| Aug 26 21:28:16.225 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10266 | 2025-08-26T21:28:16.235Z | [ host-image] Aug 26 21:28:16.238 INFO O| Aug 26 21:28:16.237 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
| 10267 | 2025-08-26T21:28:16.235Z | [ host-image] Aug 26 21:28:16.238 INFO O| Aug 26 21:28:16.238 INFO STEP 157 (remove_files) COMPLETE |
| 10268 | 2025-08-26T21:28:16.236Z | [ host-image] Aug 26 21:28:16.238 INFO O| Aug 26 21:28:16.238 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10269 | 2025-08-26T21:28:16.261Z | [ host-image] Aug 26 21:28:16.249 INFO O| Aug 26 21:28:16.249 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml" |
| 10270 | 2025-08-26T21:28:16.261Z | [ host-image] Aug 26 21:28:16.250 INFO O| Aug 26 21:28:16.250 INFO STEP 158 (remove_files) COMPLETE |
| 10271 | 2025-08-26T21:28:16.261Z | [ host-image] Aug 26 21:28:16.250 INFO O| Aug 26 21:28:16.250 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10272 | 2025-08-26T21:28:16.261Z | [ host-image] Aug 26 21:28:16.268 INFO O| Aug 26 21:28:16.268 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
| 10273 | 2025-08-26T21:28:16.261Z | [ host-image] Aug 26 21:28:16.268 INFO O| Aug 26 21:28:16.268 INFO STEP 159 (remove_files) COMPLETE |
| 10274 | 2025-08-26T21:28:16.262Z | [ host-image] Aug 26 21:28:16.268 INFO O| Aug 26 21:28:16.268 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10275 | 2025-08-26T21:28:16.287Z | [ host-image] Aug 26 21:28:16.281 INFO O| Aug 26 21:28:16.281 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 10276 | 2025-08-26T21:28:16.287Z | [ host-image] Aug 26 21:28:16.282 INFO O| Aug 26 21:28:16.282 INFO STEP 160 (remove_files) COMPLETE |
| 10277 | 2025-08-26T21:28:16.287Z | [ host-image] Aug 26 21:28:16.282 INFO O| Aug 26 21:28:16.282 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10278 | 2025-08-26T21:28:16.287Z | [ host-image] Aug 26 21:28:16.294 INFO O| Aug 26 21:28:16.294 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml" |
| 10279 | 2025-08-26T21:28:16.287Z | [ host-image] Aug 26 21:28:16.294 INFO O| Aug 26 21:28:16.294 INFO STEP 161 (remove_files) COMPLETE |
| 10280 | 2025-08-26T21:28:16.287Z | [ host-image] Aug 26 21:28:16.294 INFO O| Aug 26 21:28:16.294 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10281 | 2025-08-26T21:28:16.312Z | [ host-image] Aug 26 21:28:16.306 INFO O| Aug 26 21:28:16.305 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
| 10282 | 2025-08-26T21:28:16.312Z | [ host-image] Aug 26 21:28:16.306 INFO O| Aug 26 21:28:16.306 INFO STEP 162 (remove_files) COMPLETE |
| 10283 | 2025-08-26T21:28:16.312Z | [ host-image] Aug 26 21:28:16.306 INFO O| Aug 26 21:28:16.306 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10284 | 2025-08-26T21:28:16.312Z | [ host-image] Aug 26 21:28:16.317 INFO O| Aug 26 21:28:16.317 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 10285 | 2025-08-26T21:28:16.312Z | [ host-image] Aug 26 21:28:16.318 INFO O| Aug 26 21:28:16.317 INFO STEP 163 (remove_files) COMPLETE |
| 10286 | 2025-08-26T21:28:16.312Z | [ host-image] Aug 26 21:28:16.318 INFO O| Aug 26 21:28:16.317 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10287 | 2025-08-26T21:28:16.338Z | [ host-image] Aug 26 21:28:16.330 INFO O| Aug 26 21:28:16.330 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 10288 | 2025-08-26T21:28:16.338Z | [ host-image] Aug 26 21:28:16.330 INFO O| Aug 26 21:28:16.330 INFO STEP 164 (remove_files) COMPLETE |
| 10289 | 2025-08-26T21:28:16.338Z | [ host-image] Aug 26 21:28:16.330 INFO O| Aug 26 21:28:16.330 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10290 | 2025-08-26T21:28:16.363Z | [ host-image] Aug 26 21:28:16.350 INFO O| Aug 26 21:28:16.350 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat" |
| 10291 | 2025-08-26T21:28:16.363Z | [ host-image] Aug 26 21:28:16.350 INFO O| Aug 26 21:28:16.350 INFO STEP 165 (remove_files) COMPLETE |
| 10292 | 2025-08-26T21:28:16.363Z | [ host-image] Aug 26 21:28:16.350 INFO O| Aug 26 21:28:16.350 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10293 | 2025-08-26T21:28:16.363Z | [ host-image] Aug 26 21:28:16.365 INFO O| Aug 26 21:28:16.365 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 10294 | 2025-08-26T21:28:16.363Z | [ host-image] Aug 26 21:28:16.365 INFO O| Aug 26 21:28:16.365 INFO STEP 166 (remove_files) COMPLETE |
| 10295 | 2025-08-26T21:28:16.363Z | [ host-image] Aug 26 21:28:16.365 INFO O| Aug 26 21:28:16.365 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10296 | 2025-08-26T21:28:16.389Z | [ host-image] Aug 26 21:28:16.384 INFO O| Aug 26 21:28:16.384 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml" |
| 10297 | 2025-08-26T21:28:16.389Z | [ host-image] Aug 26 21:28:16.384 INFO O| Aug 26 21:28:16.384 INFO STEP 167 (remove_files) COMPLETE |
| 10298 | 2025-08-26T21:28:16.389Z | [ host-image] Aug 26 21:28:16.384 INFO O| Aug 26 21:28:16.384 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10299 | 2025-08-26T21:28:16.389Z | [ host-image] Aug 26 21:28:16.398 INFO O| Aug 26 21:28:16.398 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml" |
| 10300 | 2025-08-26T21:28:16.389Z | [ host-image] Aug 26 21:28:16.398 INFO O| Aug 26 21:28:16.398 INFO STEP 168 (remove_files) COMPLETE |
| 10301 | 2025-08-26T21:28:16.389Z | [ host-image] Aug 26 21:28:16.398 INFO O| Aug 26 21:28:16.398 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10302 | 2025-08-26T21:28:16.414Z | [ host-image] Aug 26 21:28:16.411 INFO O| Aug 26 21:28:16.411 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
| 10303 | 2025-08-26T21:28:16.414Z | [ host-image] Aug 26 21:28:16.411 INFO O| Aug 26 21:28:16.411 INFO STEP 169 (remove_files) COMPLETE |
| 10304 | 2025-08-26T21:28:16.414Z | [ host-image] Aug 26 21:28:16.411 INFO O| Aug 26 21:28:16.411 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10305 | 2025-08-26T21:28:16.414Z | [ host-image] Aug 26 21:28:16.423 INFO O| Aug 26 21:28:16.423 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml" |
| 10306 | 2025-08-26T21:28:16.414Z | [ host-image] Aug 26 21:28:16.423 INFO O| Aug 26 21:28:16.423 INFO STEP 170 (remove_files) COMPLETE |
| 10307 | 2025-08-26T21:28:16.414Z | [ host-image] Aug 26 21:28:16.423 INFO O| Aug 26 21:28:16.423 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10308 | 2025-08-26T21:28:16.442Z | [ host-image] Aug 26 21:28:16.436 INFO O| Aug 26 21:28:16.436 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml" |
| 10309 | 2025-08-26T21:28:16.442Z | [ host-image] Aug 26 21:28:16.436 INFO O| Aug 26 21:28:16.436 INFO STEP 171 (remove_files) COMPLETE |
| 10310 | 2025-08-26T21:28:16.442Z | [ host-image] Aug 26 21:28:16.436 INFO O| Aug 26 21:28:16.436 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10311 | 2025-08-26T21:28:16.442Z | [ host-image] Aug 26 21:28:16.448 INFO O| Aug 26 21:28:16.448 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml" |
| 10312 | 2025-08-26T21:28:16.442Z | [ host-image] Aug 26 21:28:16.449 INFO O| Aug 26 21:28:16.448 INFO STEP 172 (remove_files) COMPLETE |
| 10313 | 2025-08-26T21:28:16.442Z | [ host-image] Aug 26 21:28:16.449 INFO O| Aug 26 21:28:16.448 INFO STEP 173: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10314 | 2025-08-26T21:28:16.473Z | [ host-image] Aug 26 21:28:16.474 INFO O| Aug 26 21:28:16.474 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal |
| 10315 | 2025-08-26T21:28:16.473Z | [ host-image] Aug 26 21:28:16.474 INFO O| Aug 26 21:28:16.474 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", "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"} |
| 10316 | 2025-08-26T21:28:18.347Z | [ recovery-image] Aug 26 21:28:18.355 INFO E| Compiling bitflags v1.3.2 |
| 10317 | 2025-08-26T21:28:18.372Z | [ recovery-image] Aug 26 21:28:18.355 INFO E| Compiling bitflags v2.9.1 |
| 10318 | 2025-08-26T21:28:18.372Z | [ recovery-image] Aug 26 21:28:18.355 INFO E| Compiling adler2 v2.0.1 |
| 10319 | 2025-08-26T21:28:18.372Z | [ recovery-image] Aug 26 21:28:18.355 INFO E| Compiling plain v0.2.3 |
| 10320 | 2025-08-26T21:28:18.372Z | [ recovery-image] Aug 26 21:28:18.355 INFO E| Compiling log v0.4.27 |
| 10321 | 2025-08-26T21:28:18.372Z | [ recovery-image] Aug 26 21:28:18.355 INFO E| Compiling bit_field v0.10.2 |
| 10322 | 2025-08-26T21:28:18.372Z | [ recovery-image] Aug 26 21:28:18.355 INFO E| Compiling scroll v0.13.0 |
| 10323 | 2025-08-26T21:28:18.673Z | [ recovery-image] Aug 26 21:28:18.682 INFO E| Compiling raw-cpuid v10.7.0 |
| 10324 | 2025-08-26T21:28:18.803Z | [ recovery-image] Aug 26 21:28:18.813 INFO E| Compiling miniz_oxide v0.8.9 |
| 10325 | 2025-08-26T21:28:18.917Z | [ recovery-image] Aug 26 21:28:18.927 INFO E| Compiling cpio_reader v0.1.2 |
| 10326 | 2025-08-26T21:28:19.419Z | [ recovery-image] Aug 26 21:28:19.429 INFO E| Compiling goblin v0.10.0 |
| 10327 | 2025-08-26T21:28:19.736Z | [ recovery-image] Aug 26 21:28:19.746 INFO E| Compiling bitstruct v0.1.1 |
| 10328 | 2025-08-26T21:28:19.819Z | [ recovery-image] Aug 26 21:28:19.828 INFO E| Compiling static_assertions v1.1.0 |
| 10329 | 2025-08-26T21:28:28.590Z | [ host-image] Aug 26 21:28:28.599 INFO O| Aug 26 21:28:28.599 INFO O| Loading smf(7) service descriptions: 1/792/793/794/795/796/797/798/799/7910/7911/7912/7913/7914/7915/7916/7917/7918/7919/7920/7921/7922/7923/7924/7925/7926/7927/7928/7929/7930/7931/7932/7933/7934/7935/7936/7937/7938/7939/7940/7941/7942/7943/7944/7945/7946/7947/7948/7949/7950/7951/7952/7953/7954/7955/7956/7957/7958/7959/7960/7961/7962/7963/7964/7965/7966/7967/7968/7969/7970/7971/7972/7973/7974/7975/7976/7977/7978/7979/79 |
| 10330 | 2025-08-26T21:28:28.590Z | [ host-image] Aug 26 21:28:28.599 INFO O| Aug 26 21:28:28.599 INFO E| svccfg: Loaded 79 smf(7) service descriptions |
| 10331 | 2025-08-26T21:28:28.615Z | [ host-image] Aug 26 21:28:28.620 INFO O| Aug 26 21:28:28.620 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"} |
| 10332 | 2025-08-26T21:28:28.841Z | [ host-image] Aug 26 21:28:28.851 INFO O| Aug 26 21:28:28.851 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"} |
| 10333 | 2025-08-26T21:28:29.031Z | [ host-image] Aug 26 21:28:29.041 INFO O| Aug 26 21:28:29.041 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
| 10334 | 2025-08-26T21:28:29.246Z | [ host-image] Aug 26 21:28:29.256 INFO O| Aug 26 21:28:29.256 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist |
| 10335 | 2025-08-26T21:28:29.272Z | [ host-image] Aug 26 21:28:29.256 INFO O| Aug 26 21:28:29.256 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ... |
| 10336 | 2025-08-26T21:28:29.272Z | [ host-image] Aug 26 21:28:29.260 INFO O| Aug 26 21:28:29.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db |
| 10337 | 2025-08-26T21:28:29.272Z | [ host-image] Aug 26 21:28:29.260 INFO O| Aug 26 21:28:29.260 INFO ok! |
| 10338 | 2025-08-26T21:28:29.272Z | [ host-image] Aug 26 21:28:29.261 INFO O| Aug 26 21:28:29.260 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing |
| 10339 | 2025-08-26T21:28:29.272Z | [ host-image] Aug 26 21:28:29.261 INFO O| Aug 26 21:28:29.261 INFO STEP 173 (seed_smf) COMPLETE |
| 10340 | 2025-08-26T21:28:29.272Z | [ host-image] Aug 26 21:28:29.261 INFO O| Aug 26 21:28:29.261 INFO steps complete; finalising image! |
| 10341 | 2025-08-26T21:28:29.272Z | [ host-image] Aug 26 21:28:29.261 INFO O| Aug 26 21:28:29.261 INFO TRIM POOL: TEMPORARY-sled-zfs |
| 10342 | 2025-08-26T21:28:29.462Z | [ host-image] Aug 26 21:28:29.470 INFO O| Aug 26 21:28:29.470 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Tue Aug 26 21:28:29 2025) |
| 10343 | 2025-08-26T21:28:29.670Z | [ host-image] Aug 26 21:28:29.680 INFO O| Aug 26 21:28:29.679 INFO trim TEMPORARY-sled-zfs: (35% trimmed, started at Tue Aug 26 21:28:29 2025) |
| 10344 | 2025-08-26T21:28:29.881Z | [ host-image] Aug 26 21:28:29.891 INFO O| Aug 26 21:28:29.891 INFO trim TEMPORARY-sled-zfs: (65% trimmed, started at Tue Aug 26 21:28:29 2025) |
| 10345 | 2025-08-26T21:28:30.116Z | [ host-image] Aug 26 21:28:30.125 INFO O| Aug 26 21:28:30.125 INFO temporary pool has 756M used, 76.4M avail, 1.80x compressratio |
| 10346 | 2025-08-26T21:28:30.116Z | [ host-image] Aug 26 21:28:30.125 INFO O| Aug 26 21:28:30.125 INFO EXPORT POOL: TEMPORARY-sled-zfs |
| 10347 | 2025-08-26T21:28:30.318Z | [ recovery-image] Aug 26 21:28:30.328 INFO E| Finished `release` profile [optimized] target(s) in 1m 23s |
| 10348 | 2025-08-26T21:28:30.399Z | [ recovery-image] Aug 26 21:28:30.410 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 10349 | 2025-08-26T21:28:30.531Z | [ recovery-image] Aug 26 21:28:30.541 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.89.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')" |
| 10350 | 2025-08-26T21:28:30.531Z | [ recovery-image] Aug 26 21:28:30.541 INFO building ROM for cosmo |
| 10351 | 2025-08-26T21:28:30.556Z | [ recovery-image] Aug 26 21:28:30.541 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml", "--image", "/work/os-recovery/cosmo.rom"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 10352 | 2025-08-26T21:28:31.017Z | [ host-image] Aug 26 21:28:31.026 INFO O| Aug 26 21:28:31.026 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw |
| 10353 | 2025-08-26T21:28:31.017Z | [ host-image] Aug 26 21:28:31.027 INFO O| Aug 26 21:28:31.026 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal |
| 10354 | 2025-08-26T21:28:31.389Z | [ recovery-image] Aug 26 21:28:31.399 INFO E| Downloading crates ... |
| 10355 | 2025-08-26T21:28:31.870Z | [ recovery-image] Aug 26 21:28:31.880 INFO E| Downloaded anstyle-parse v0.2.6 |
| 10356 | 2025-08-26T21:28:31.896Z | [ recovery-image] Aug 26 21:28:31.889 INFO E| Downloaded anstyle-query v1.1.2 |
| 10357 | 2025-08-26T21:28:31.896Z | [ recovery-image] Aug 26 21:28:31.891 INFO E| Downloaded clap_derive v4.5.32 |
| 10358 | 2025-08-26T21:28:31.896Z | [ recovery-image] Aug 26 21:28:31.895 INFO E| Downloaded anstyle v1.0.10 |
| 10359 | 2025-08-26T21:28:31.896Z | [ recovery-image] Aug 26 21:28:31.898 INFO E| Downloaded toml_write v0.1.1 |
| 10360 | 2025-08-26T21:28:31.896Z | [ recovery-image] Aug 26 21:28:31.900 INFO E| Downloaded serde_spanned v0.6.8 |
| 10361 | 2025-08-26T21:28:31.896Z | [ recovery-image] Aug 26 21:28:31.902 INFO E| Downloaded shared_child v1.0.1 |
| 10362 | 2025-08-26T21:28:31.896Z | [ recovery-image] Aug 26 21:28:31.904 INFO E| Downloaded toml v0.8.22 |
| 10363 | 2025-08-26T21:28:31.982Z | [ recovery-image] Aug 26 21:28:31.992 INFO E| Downloaded duct v0.13.7 |
| 10364 | 2025-08-26T21:28:32.008Z | [ recovery-image] Aug 26 21:28:31.995 INFO E| Downloaded toml_edit v0.22.26 |
| 10365 | 2025-08-26T21:28:32.042Z | [ recovery-image] Aug 26 21:28:32.052 INFO E| Downloaded clap v4.5.37 |
| 10366 | 2025-08-26T21:28:32.067Z | [ recovery-image] Aug 26 21:28:32.065 INFO E| Downloaded os_pipe v1.2.1 |
| 10367 | 2025-08-26T21:28:32.067Z | [ recovery-image] Aug 26 21:28:32.067 INFO E| Downloaded toml_datetime v0.6.9 |
| 10368 | 2025-08-26T21:28:32.068Z | [ recovery-image] Aug 26 21:28:32.069 INFO E| Downloaded cc v1.2.20 |
| 10369 | 2025-08-26T21:28:32.068Z | [ recovery-image] Aug 26 21:28:32.074 INFO E| Downloaded colorchoice v1.0.3 |
| 10370 | 2025-08-26T21:28:32.068Z | [ recovery-image] Aug 26 21:28:32.076 INFO E| Downloaded winnow v0.7.7 |
| 10371 | 2025-08-26T21:28:32.094Z | [ recovery-image] Aug 26 21:28:32.089 INFO E| Downloaded clap_builder v4.5.37 |
| 10372 | 2025-08-26T21:28:32.473Z | [ recovery-image] Aug 26 21:28:32.483 INFO E| Compiling syn v2.0.101 |
| 10373 | 2025-08-26T21:28:32.603Z | [ recovery-image] Aug 26 21:28:32.613 INFO E| Compiling libc v0.2.172 |
| 10374 | 2025-08-26T21:28:32.628Z | [ recovery-image] Aug 26 21:28:32.614 INFO E| Compiling utf8parse v0.2.2 |
| 10375 | 2025-08-26T21:28:32.628Z | [ recovery-image] Aug 26 21:28:32.614 INFO E| Compiling colorchoice v1.0.3 |
| 10376 | 2025-08-26T21:28:32.628Z | [ recovery-image] Aug 26 21:28:32.615 INFO E| Compiling hashbrown v0.15.2 |
| 10377 | 2025-08-26T21:28:32.629Z | [ recovery-image] Aug 26 21:28:32.615 INFO E| Compiling shlex v1.3.0 |
| 10378 | 2025-08-26T21:28:32.629Z | [ recovery-image] Aug 26 21:28:32.615 INFO E| Compiling is_terminal_polyfill v1.70.1 |
| 10379 | 2025-08-26T21:28:32.629Z | [ recovery-image] Aug 26 21:28:32.615 INFO E| Compiling equivalent v1.0.2 |
| 10380 | 2025-08-26T21:28:32.965Z | [ host-image] Aug 26 21:28:32.975 INFO O| Aug 26 21:28:32.975 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw |
| 10381 | 2025-08-26T21:28:32.965Z | [ host-image] Aug 26 21:28:32.975 INFO O| Aug 26 21:28:32.975 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw |
| 10382 | 2025-08-26T21:28:32.990Z | [ host-image] Aug 26 21:28:32.975 INFO O| Aug 26 21:28:32.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw |
| 10383 | 2025-08-26T21:28:32.990Z | [ host-image] Aug 26 21:28:32.975 INFO O| Aug 26 21:28:32.975 INFO completed processing sled/zfs |
| 10384 | 2025-08-26T21:28:32.990Z | [ host-image] Aug 26 21:28:32.975 INFO O| Aug 26 21:28:32.975 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs |
| 10385 | 2025-08-26T21:28:33.335Z | [ recovery-image] Aug 26 21:28:33.345 INFO E| Compiling anstyle-parse v0.2.6 |
| 10386 | 2025-08-26T21:28:33.525Z | [ recovery-image] Aug 26 21:28:33.535 INFO E| Compiling anstyle v1.0.10 |
| 10387 | 2025-08-26T21:28:33.791Z | [ host-image] Aug 26 21:28:33.773 INFO O| Aug 26 21:28:33.773 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs |
| 10388 | 2025-08-26T21:28:33.818Z | [ recovery-image] Aug 26 21:28:33.792 INFO E| Compiling once_cell v1.21.3 |
| 10389 | 2025-08-26T21:28:33.818Z | [ recovery-image] Aug 26 21:28:33.818 INFO E| Compiling anstyle-query v1.1.2 |
| 10390 | 2025-08-26T21:28:33.978Z | [ host-image] Aug 26 21:28:33.988 INFO BUILD STRING "heads/stlouis-0-g34a947f851\n" |
| 10391 | 2025-08-26T21:28:33.978Z | [ host-image] Aug 26 21:28:33.988 INFO expanded image name: "ci 823d0d5/${os_short_commit} 2025-08-26 20:34" -> "ci 823d0d5/34a947f 2025-08-26 20:34" |
| 10392 | 2025-08-26T21:28:34.003Z | [ host-image] Aug 26 21:28:33.988 INFO output artefacts stored in: "/work/os-host" |
| 10393 | 2025-08-26T21:28:34.004Z | [ host-image] Aug 26 21:28:33.988 INFO collecting git info from project "phbl"... |
| 10394 | 2025-08-26T21:28:34.004Z | [ host-image] Aug 26 21:28:33.999 INFO collecting git info from project "pilot"... |
| 10395 | 2025-08-26T21:28:34.004Z | [ recovery-image] Aug 26 21:28:34.010 INFO E| Compiling cc v1.2.20 |
| 10396 | 2025-08-26T21:28:34.004Z | [ host-image] Aug 26 21:28:34.011 INFO collecting git info from project "bootserver"... |
| 10397 | 2025-08-26T21:28:34.029Z | [ host-image] Aug 26 21:28:34.020 INFO collecting git info from project "image-builder"... |
| 10398 | 2025-08-26T21:28:34.029Z | [ host-image] Aug 26 21:28:34.029 INFO collecting git info from project "pinprick"... |
| 10399 | 2025-08-26T21:28:34.029Z | [ host-image] Aug 26 21:28:34.038 INFO collecting git info from project "chelsio-t6-roms"... |
| 10400 | 2025-08-26T21:28:34.066Z | [ host-image] Aug 26 21:28:34.076 INFO collecting git info from project "amd-firmware"... |
| 10401 | 2025-08-26T21:28:34.177Z | [ host-image] Aug 26 21:28:34.183 INFO collecting git info from project "amd-host-image-builder"... |
| 10402 | 2025-08-26T21:28:34.245Z | [ host-image] Aug 26 21:28:34.255 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 10403 | 2025-08-26T21:28:34.300Z | [ recovery-image] Aug 26 21:28:34.310 INFO E| Compiling anstream v0.6.18 |
| 10404 | 2025-08-26T21:28:34.481Z | [ recovery-image] Aug 26 21:28:34.492 INFO E| Compiling toml_write v0.1.1 |
| 10405 | 2025-08-26T21:28:34.826Z | [ recovery-image] Aug 26 21:28:34.837 INFO E| Compiling winnow v0.7.7 |
| 10406 | 2025-08-26T21:28:34.851Z | [ recovery-image] Aug 26 21:28:34.846 INFO E| Compiling clap_lex v0.7.4 |
| 10407 | 2025-08-26T21:28:35.174Z | [ recovery-image] Aug 26 21:28:35.184 INFO E| Compiling strsim v0.11.1 |
| 10408 | 2025-08-26T21:28:35.959Z | [ recovery-image] Aug 26 21:28:35.970 INFO E| Compiling indexmap v2.9.0 |
| 10409 | 2025-08-26T21:28:35.985Z | [ host-image] Aug 26 21:28:35.981 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 10410 | 2025-08-26T21:28:35.985Z | [ recovery-image] Aug 26 21:28:35.988 INFO E| Compiling anyhow v1.0.98 |
| 10411 | 2025-08-26T21:28:36.246Z | [ recovery-image] Aug 26 21:28:36.256 INFO E| Compiling os_pipe v1.2.1 |
| 10412 | 2025-08-26T21:28:36.511Z | [ recovery-image] Aug 26 21:28:36.521 INFO E| Compiling shared_child v1.0.1 |
| 10413 | 2025-08-26T21:28:36.824Z | [ recovery-image] Aug 26 21:28:36.835 INFO E| Compiling clap_builder v4.5.37 |
| 10414 | 2025-08-26T21:28:36.966Z | [ recovery-image] Aug 26 21:28:36.976 INFO E| Compiling duct v0.13.7 |
| 10415 | 2025-08-26T21:28:37.268Z | [ host-image] Aug 26 21:28:37.278 INFO creating Oxide boot image... |
| 10416 | 2025-08-26T21:28:37.268Z | [ host-image] Aug 26 21:28:37.278 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 823d0d5/34a947f 2025-08-26 20:34", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
| 10417 | 2025-08-26T21:28:39.679Z | [ recovery-image] Aug 26 21:28:39.689 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask) |
| 10418 | 2025-08-26T21:28:39.800Z | [ host-image] Aug 26 21:28:39.810 INFO O| ok, image written! |
| 10419 | 2025-08-26T21:28:39.800Z | [ host-image] Aug 26 21:28:39.810 INFO O| ok, boot_image_csum file written! |
| 10420 | 2025-08-26T21:28:39.825Z | [ host-image] Aug 26 21:28:39.815 INFO creating boot archive (CPIO)... |
| 10421 | 2025-08-26T21:28:39.825Z | [ host-image] Aug 26 21:28:39.816 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 |
| 10422 | 2025-08-26T21:28:39.825Z | [ host-image] Aug 26 21:28:39.827 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk |
| 10423 | 2025-08-26T21:28:39.825Z | [ host-image] Aug 26 21:28:39.827 INFO E| + outfile=/work/os-host/cpio |
| 10424 | 2025-08-26T21:28:39.825Z | [ host-image] Aug 26 21:28:39.827 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
| 10425 | 2025-08-26T21:28:39.825Z | [ host-image] Aug 26 21:28:39.830 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk |
| 10426 | 2025-08-26T21:28:39.825Z | [ host-image] Aug 26 21:28:39.830 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
| 10427 | 2025-08-26T21:28:39.900Z | [ host-image] Aug 26 21:28:39.910 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
| 10428 | 2025-08-26T21:28:39.900Z | [ host-image] Aug 26 21:28:39.911 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
| 10429 | 2025-08-26T21:28:39.926Z | [ host-image] Aug 26 21:28:39.926 INFO creating compressed cpio/unix for dev loaders... |
| 10430 | 2025-08-26T21:28:39.926Z | [ host-image] Aug 26 21:28:39.927 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 |
| 10431 | 2025-08-26T21:28:40.632Z | [ host-image] Aug 26 21:28:40.642 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
| 10432 | 2025-08-26T21:28:45.606Z | [ recovery-image] Aug 26 21:28:45.616 INFO E| Compiling serde_derive v1.0.219 |
| 10433 | 2025-08-26T21:28:45.606Z | [ recovery-image] Aug 26 21:28:45.616 INFO E| Compiling clap_derive v4.5.32 |
| 10434 | 2025-08-26T21:28:49.956Z | [ host-image] Aug 26 21:28:49.967 INFO creating reset image... |
| 10435 | 2025-08-26T21:28:49.956Z | [ host-image] Aug 26 21:28:49.967 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl" |
| 10436 | 2025-08-26T21:28:50.097Z | [ host-image] Aug 26 21:28:50.108 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2025-07-22-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')" |
| 10437 | 2025-08-26T21:28:50.097Z | [ host-image] Aug 26 21:28:50.108 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") |
| 10438 | 2025-08-26T21:28:50.378Z | [ host-image] Aug 26 21:28:50.389 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s |
| 10439 | 2025-08-26T21:28:50.404Z | [ host-image] Aug 26 21:28:50.392 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl` |
| 10440 | 2025-08-26T21:28:51.380Z | [ host-image] Aug 26 21:28:51.391 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-07-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 10441 | 2025-08-26T21:28:51.405Z | [ host-image] Aug 26 21:28:51.391 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-07-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 10442 | 2025-08-26T21:28:51.405Z | [ host-image] Aug 26 21:28:51.391 INFO E| Compiling proc-macro2 v1.0.95 |
| 10443 | 2025-08-26T21:28:51.405Z | [ host-image] Aug 26 21:28:51.391 INFO E| Compiling unicode-ident v1.0.18 |
| 10444 | 2025-08-26T21:28:51.406Z | [ host-image] Aug 26 21:28:51.391 INFO E| Compiling syn v1.0.109 |
| 10445 | 2025-08-26T21:28:51.406Z | [ host-image] Aug 26 21:28:51.391 INFO E| Compiling x86 v0.52.0 |
| 10446 | 2025-08-26T21:28:51.406Z | [ host-image] Aug 26 21:28:51.391 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 10447 | 2025-08-26T21:28:51.406Z | [ host-image] Aug 26 21:28:51.391 INFO E| Compiling seq-macro v0.3.6 |
| 10448 | 2025-08-26T21:28:52.540Z | [ recovery-image] Aug 26 21:28:52.528 INFO E| Compiling clap v4.5.37 |
| 10449 | 2025-08-26T21:28:55.654Z | [ recovery-image] Aug 26 21:28:55.638 INFO E| Compiling serde v1.0.219 |
| 10450 | 2025-08-26T21:28:55.680Z | [ host-image] Aug 26 21:28:55.669 INFO E| Compiling quote v1.0.40 |
| 10451 | 2025-08-26T21:28:56.234Z | [ host-image] Aug 26 21:28:56.244 INFO E| Compiling syn v2.0.104 |
| 10452 | 2025-08-26T21:29:00.937Z | [ host-image] Aug 26 21:29:00.948 INFO E| Compiling scroll_derive v0.13.0 |
| 10453 | 2025-08-26T21:29:01.480Z | [ recovery-image] Aug 26 21:29:01.490 INFO E| Compiling serde_spanned v0.6.8 |
| 10454 | 2025-08-26T21:29:01.480Z | [ recovery-image] Aug 26 21:29:01.490 INFO E| Compiling toml_datetime v0.6.9 |
| 10455 | 2025-08-26T21:29:01.837Z | [ recovery-image] Aug 26 21:29:01.848 INFO E| Compiling toml_edit v0.22.26 |
| 10456 | 2025-08-26T21:29:03.588Z | [ host-image] Aug 26 21:29:03.599 INFO E| Compiling bitstruct_derive v0.1.0 |
| 10457 | 2025-08-26T21:29:05.179Z | [ recovery-image] Aug 26 21:29:05.190 INFO E| Compiling toml v0.8.22 |
| 10458 | 2025-08-26T21:29:09.665Z | [ recovery-image] Aug 26 21:29:09.676 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.92s |
| 10459 | 2025-08-26T21:29:09.690Z | [ recovery-image] Aug 26 21:29:09.697 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 --app /work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml --image /work/os-recovery/cosmo.rom` |
| 10460 | 2025-08-26T21:29:09.717Z | [ recovery-image] Aug 26 21:29:09.728 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml" |
| 10461 | 2025-08-26T21:29:09.976Z | [ recovery-image] Aug 26 21:29:09.987 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.24s |
| 10462 | 2025-08-26T21:29:10.001Z | [ recovery-image] Aug 26 21:29:09.997 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.6 -o /work/os-recovery/cosmo.rom` |
| 10463 | 2025-08-26T21:29:10.570Z | [ recovery-image] Aug 26 21:29:10.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x00_AmdPubKey_BRH.tkn" |
| 10464 | 2025-08-26T21:29:10.570Z | [ recovery-image] Aug 26 21:29:10.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x01_PspBl_BRH.esbin" |
| 10465 | 2025-08-26T21:29:10.642Z | [ recovery-image] Aug 26 21:29:10.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x02_PspOS_BRH.ecsbin" |
| 10466 | 2025-08-26T21:29:10.642Z | [ recovery-image] Aug 26 21:29:10.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x03_PspRecBl_BRH.esbin" |
| 10467 | 2025-08-26T21:29:10.642Z | [ recovery-image] Aug 26 21:29:10.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x08_SmuFirmware_breithorn.ecsbin" |
| 10468 | 2025-08-26T21:29:10.642Z | [ recovery-image] Aug 26 21:29:10.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x208_SmuFirmware_BRHDense.ecsbin" |
| 10469 | 2025-08-26T21:29:10.642Z | [ recovery-image] Aug 26 21:29:10.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x09_PspDebugUnlockToken_BRH.stkn" |
| 10470 | 2025-08-26T21:29:10.642Z | [ recovery-image] Aug 26 21:29:10.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x0A_PspAblPubKey_BRH.stkn" |
| 10471 | 2025-08-26T21:29:10.642Z | [ recovery-image] Aug 26 21:29:10.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x13_SduFw_BRH.ecsbin" |
| 10472 | 2025-08-26T21:29:10.642Z | [ recovery-image] Aug 26 21:29:10.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x21_PspAmdIkek_BRH.bin" |
| 10473 | 2025-08-26T21:29:10.642Z | [ recovery-image] Aug 26 21:29:10.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22_SecureEmptyToken.bin" |
| 10474 | 2025-08-26T21:29:10.642Z | [ recovery-image] Aug 26 21:29:10.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x24_RegisterAccessPolicy_BRH.cesbin" |
| 10475 | 2025-08-26T21:29:10.642Z | [ recovery-image] Aug 26 21:29:10.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin" |
| 10476 | 2025-08-26T21:29:10.642Z | [ recovery-image] Aug 26 21:29:10.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x28_PspSystemDriver_BRH.ecsbin" |
| 10477 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2A_SmuFirmware_breithorn.ecsbin" |
| 10478 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22A_SmuFirmware_BRHDense.ecsbin" |
| 10479 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2D_AblRt.ecsbin" |
| 10480 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin" |
| 10481 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x42_PhyFw_BRH.ecsbin" |
| 10482 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x44_USB_PHY_BRH.esbin" |
| 10483 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x45_RegisterAccessPolicy_BRH.cesbin" |
| 10484 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin" |
| 10485 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x50_PspKeyDataBase_BRH.sbin" |
| 10486 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.584 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin" |
| 10487 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x55_SPLTable_BRH.sbin" |
| 10488 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x5DMpioFw_BRH.cesbin" |
| 10489 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x64_RasDriver_BRH.ecsbin" |
| 10490 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x65_ta_ras_prod_amdTEE.ecsbin" |
| 10491 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1A_SevDriver_BRH.ecsbin" |
| 10492 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin" |
| 10493 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.585 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1B_BootDriver_BRH.ecsbin" |
| 10494 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1C_SocDriver_BRH.ecsbin" |
| 10495 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1D_HadDriver_BRH.ecsbin" |
| 10496 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1F_InterfaceDriver_BRH.ecsbin" |
| 10497 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x38_PspSevEmptyData.bin" |
| 10498 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x47_DRTMDriver_BRH.ecsbin" |
| 10499 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x67_FHPDriver_BRH.ecsbin" |
| 10500 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x68_SPDMDriver_BRH.ecsbin" |
| 10501 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x69_DPEDriver_BRH.ecsbin" |
| 10502 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x73_PspBl_BRH.ecsbin" |
| 10503 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x76_DfRib_BRH.csbin" |
| 10504 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x8C_MPDMATF_BRH.sbin" |
| 10505 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x91_GmiPhyFw_BRH.esbin" |
| 10506 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x92_Page_BRH.sbin" |
| 10507 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9D_AspSramFwExt_BRH.sbin" |
| 10508 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9F_psp_tos_wl_bin_brh.sbin" |
| 10509 | 2025-08-26T21:29:10.643Z | [ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_A0.sbin" |
| 10510 | 2025-08-26T21:29:10.644Z | [ recovery-image] Aug 26 21:29:10.586 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_A0.sbin" |
| 10511 | 2025-08-26T21:29:10.644Z | [ recovery-image] Aug 26 21:29:10.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_B0.sbin" |
| 10512 | 2025-08-26T21:29:10.644Z | [ recovery-image] Aug 26 21:29:10.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C0.sbin" |
| 10513 | 2025-08-26T21:29:10.644Z | [ recovery-image] Aug 26 21:29:10.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_B0.sbin" |
| 10514 | 2025-08-26T21:29:10.644Z | [ recovery-image] Aug 26 21:29:10.587 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C1.sbin" |
| 10515 | 2025-08-26T21:29:10.644Z | [ recovery-image] Aug 26 21:29:10.587 INFO O| Info: ABL version: 0x1006f010 |
| 10516 | 2025-08-26T21:29:10.644Z | [ recovery-image] Aug 26 21:29:10.588 INFO O| Info: For sub_program 2: SMU firmware version: 99.123.0 |
| 10517 | 2025-08-26T21:29:10.644Z | [ recovery-image] Aug 26 21:29:10.588 INFO O| Info: For sub_program 0: SMU firmware version: 94.123.0 |
| 10518 | 2025-08-26T21:29:10.644Z | [ recovery-image] Aug 26 21:29:10.588 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/APOB_NV_BRH.bin" |
| 10519 | 2025-08-26T21:29:10.644Z | [ recovery-image] Aug 26 21:29:10.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin" |
| 10520 | 2025-08-26T21:29:10.644Z | [ recovery-image] Aug 26 21:29:10.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin" |
| 10521 | 2025-08-26T21:29:10.644Z | [ recovery-image] Aug 26 21:29:10.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin" |
| 10522 | 2025-08-26T21:29:10.644Z | [ recovery-image] Aug 26 21:29:10.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin" |
| 10523 | 2025-08-26T21:29:10.644Z | [ recovery-image] Aug 26 21:29:10.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin" |
| 10524 | 2025-08-26T21:29:10.644Z | [ recovery-image] Aug 26 21:29:10.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin" |
| 10525 | 2025-08-26T21:29:10.644Z | [ recovery-image] Aug 26 21:29:10.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin" |
| 10526 | 2025-08-26T21:29:10.644Z | [ recovery-image] Aug 26 21:29:10.589 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin" |
| 10527 | 2025-08-26T21:29:10.644Z | [ recovery-image] Aug 26 21:29:10.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin" |
| 10528 | 2025-08-26T21:29:10.644Z | [ recovery-image] Aug 26 21:29:10.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin" |
| 10529 | 2025-08-26T21:29:10.644Z | [ recovery-image] Aug 26 21:29:10.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin" |
| 10530 | 2025-08-26T21:29:10.644Z | [ recovery-image] Aug 26 21:29:10.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin" |
| 10531 | 2025-08-26T21:29:10.644Z | [ recovery-image] Aug 26 21:29:10.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin" |
| 10532 | 2025-08-26T21:29:10.645Z | [ recovery-image] Aug 26 21:29:10.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin" |
| 10533 | 2025-08-26T21:29:10.645Z | [ recovery-image] Aug 26 21:29:10.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin" |
| 10534 | 2025-08-26T21:29:10.645Z | [ recovery-image] Aug 26 21:29:10.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin" |
| 10535 | 2025-08-26T21:29:10.645Z | [ recovery-image] Aug 26 21:29:10.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin" |
| 10536 | 2025-08-26T21:29:10.645Z | [ recovery-image] Aug 26 21:29:10.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin" |
| 10537 | 2025-08-26T21:29:10.645Z | [ recovery-image] Aug 26 21:29:10.590 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin" |
| 10538 | 2025-08-26T21:29:10.671Z | [ recovery-image] Aug 26 21:29:10.666 INFO building ROM for gimlet |
| 10539 | 2025-08-26T21:29:10.671Z | [ recovery-image] Aug 26 21:29:10.666 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml", "--image", "/work/os-recovery/gimlet.rom"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 10540 | 2025-08-26T21:29:10.883Z | [ recovery-image] Aug 26 21:29:10.894 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s |
| 10541 | 2025-08-26T21:29:10.909Z | [ recovery-image] Aug 26 21:29:10.904 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml --image /work/os-recovery/gimlet.rom` |
| 10542 | 2025-08-26T21:29:10.934Z | [ recovery-image] Aug 26 21:29:10.938 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml" |
| 10543 | 2025-08-26T21:29:11.068Z | [ recovery-image] Aug 26 21:29:11.080 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s |
| 10544 | 2025-08-26T21:29:11.094Z | [ recovery-image] Aug 26 21:29:11.086 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a -o /work/os-recovery/gimlet.rom` |
| 10545 | 2025-08-26T21:29:11.225Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 22m 51s |
| 10546 | 2025-08-26T21:29:11.388Z | [ recovery-image] Aug 26 21:29:11.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AmdPubKey_gn.tkn" |
| 10547 | 2025-08-26T21:29:11.388Z | [ recovery-image] Aug 26 21:29:11.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspBootLoader_gn.sbin" |
| 10548 | 2025-08-26T21:29:11.388Z | [ recovery-image] Aug 26 21:29:11.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspRecoveryBootLoader_gn.sbin" |
| 10549 | 2025-08-26T21:29:11.414Z | [ recovery-image] Aug 26 21:29:11.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmwareGn.csbin" |
| 10550 | 2025-08-26T21:29:11.414Z | [ recovery-image] Aug 26 21:29:11.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugToken_gn.stkn" |
| 10551 | 2025-08-26T21:29:11.414Z | [ recovery-image] Aug 26 21:29:11.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspABLFw_gn.stkn" |
| 10552 | 2025-08-26T21:29:11.414Z | [ recovery-image] Aug 26 21:29:11.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmware2Gn.csbin" |
| 10553 | 2025-08-26T21:29:11.414Z | [ recovery-image] Aug 26 21:29:11.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugUnlock_gn.sbin" |
| 10554 | 2025-08-26T21:29:11.414Z | [ recovery-image] Aug 26 21:29:11.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspIkek_gn.bin" |
| 10555 | 2025-08-26T21:29:11.414Z | [ recovery-image] Aug 26 21:29:11.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureEmptyToken.bin" |
| 10556 | 2025-08-26T21:29:11.414Z | [ recovery-image] Aug 26 21:29:11.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/RsmuSecPolicy_gn.sbin" |
| 10557 | 2025-08-26T21:29:11.414Z | [ recovery-image] Aug 26 21:29:11.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Mp5Gn.csbin" |
| 10558 | 2025-08-26T21:29:11.414Z | [ recovery-image] Aug 26 21:29:11.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AgesaBootloader_U_prod_GN.csbin" |
| 10559 | 2025-08-26T21:29:11.414Z | [ recovery-image] Aug 26 21:29:11.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/GnPhyFw.sbin" |
| 10560 | 2025-08-26T21:29:11.414Z | [ recovery-image] Aug 26 21:29:11.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PSP-Key-DB_gn.sbin" |
| 10561 | 2025-08-26T21:29:11.414Z | [ recovery-image] Aug 26 21:29:11.402 INFO O| Info: ABL version: 0x100a5010 |
| 10562 | 2025-08-26T21:29:11.414Z | [ recovery-image] Aug 26 21:29:11.402 INFO O| Info: For sub_program 0: SMU firmware version: 45.93.0 |
| 10563 | 2025-08-26T21:29:11.414Z | [ recovery-image] Aug 26 21:29:11.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Imem.csbin" |
| 10564 | 2025-08-26T21:29:11.414Z | [ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin" |
| 10565 | 2025-08-26T21:29:11.414Z | [ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin" |
| 10566 | 2025-08-26T21:29:11.414Z | [ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin" |
| 10567 | 2025-08-26T21:29:11.414Z | [ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin" |
| 10568 | 2025-08-26T21:29:11.414Z | [ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin" |
| 10569 | 2025-08-26T21:29:11.414Z | [ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Imem.csbin" |
| 10570 | 2025-08-26T21:29:11.414Z | [ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin" |
| 10571 | 2025-08-26T21:29:11.414Z | [ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin" |
| 10572 | 2025-08-26T21:29:11.414Z | [ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin" |
| 10573 | 2025-08-26T21:29:11.414Z | [ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin" |
| 10574 | 2025-08-26T21:29:11.414Z | [ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin" |
| 10575 | 2025-08-26T21:29:11.414Z | [ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin" |
| 10576 | 2025-08-26T21:29:11.414Z | [ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin" |
| 10577 | 2025-08-26T21:29:11.414Z | [ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin" |
| 10578 | 2025-08-26T21:29:11.414Z | [ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin" |
| 10579 | 2025-08-26T21:29:11.415Z | [ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin" |
| 10580 | 2025-08-26T21:29:11.415Z | [ recovery-image] Aug 26 21:29:11.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin" |
| 10581 | 2025-08-26T21:29:11.472Z | [ recovery-image] Aug 26 21:29:11.483 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
| 10582 | 2025-08-26T21:29:11.776Z | Aug 26 21:29:11.788 INFO [verify-libraries] process exited with exit status: 0 (1380.358695693s) |
| 10583 | 2025-08-26T21:29:16.890Z | [ recovery-image] Aug 26 21:29:16.902 INFO image complete! materials are in "/work/os-recovery" |
| 10584 | 2025-08-26T21:29:16.916Z | [ recovery-image] |
| 10585 | 2025-08-26T21:29:16.916Z | [ recovery-image] real 23:04.407549272 |
| 10586 | 2025-08-26T21:29:16.916Z | [ recovery-image] user 15:01.644835860 |
| 10587 | 2025-08-26T21:29:16.916Z | [ recovery-image] sys 1:53.319624088 |
| 10588 | 2025-08-26T21:29:16.916Z | [ recovery-image] trap 0.993966452 |
| 10589 | 2025-08-26T21:29:16.916Z | [ recovery-image] tflt 0.844701550 |
| 10590 | 2025-08-26T21:29:16.916Z | [ recovery-image] dflt 2.711150210 |
| 10591 | 2025-08-26T21:29:16.916Z | [ recovery-image] kflt 0.037162427 |
| 10592 | 2025-08-26T21:29:16.916Z | [ recovery-image] lock 48:02.382176260 |
| 10593 | 2025-08-26T21:29:16.916Z | [ recovery-image] slp 2:20:27.485068699 |
| 10594 | 2025-08-26T21:29:16.916Z | [ recovery-image] lat 7:28.274951236 |
| 10595 | 2025-08-26T21:29:16.916Z | [ recovery-image] stop 11.038294783 |
| 10596 | 2025-08-26T21:29:16.916Z | Aug 26 21:29:16.910 INFO [recovery-image] process exited with exit status: 0 (1384.433109964s) |
| 10597 | 2025-08-26T21:29:27.990Z | [ host-image] Aug 26 21:29:28.000 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-07-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 10598 | 2025-08-26T21:29:32.838Z | [ host-image] Aug 26 21:29:32.850 INFO E| Compiling bitflags v1.3.2 |
| 10599 | 2025-08-26T21:29:32.863Z | [ host-image] Aug 26 21:29:32.850 INFO E| Compiling bitflags v2.9.1 |
| 10600 | 2025-08-26T21:29:32.863Z | [ host-image] Aug 26 21:29:32.850 INFO E| Compiling bit_field v0.10.2 |
| 10601 | 2025-08-26T21:29:32.863Z | [ host-image] Aug 26 21:29:32.850 INFO E| Compiling plain v0.2.3 |
| 10602 | 2025-08-26T21:29:32.863Z | [ host-image] Aug 26 21:29:32.851 INFO E| Compiling scroll v0.13.0 |
| 10603 | 2025-08-26T21:29:32.863Z | [ host-image] Aug 26 21:29:32.851 INFO E| Compiling adler2 v2.0.1 |
| 10604 | 2025-08-26T21:29:32.863Z | [ host-image] Aug 26 21:29:32.851 INFO E| Compiling log v0.4.27 |
| 10605 | 2025-08-26T21:29:32.999Z | [ host-image] Aug 26 21:29:33.011 INFO E| Compiling raw-cpuid v10.7.0 |
| 10606 | 2025-08-26T21:29:33.121Z | [ host-image] Aug 26 21:29:33.133 INFO E| Compiling miniz_oxide v0.8.9 |
| 10607 | 2025-08-26T21:29:33.150Z | [ host-image] Aug 26 21:29:33.162 INFO E| Compiling static_assertions v1.1.0 |
| 10608 | 2025-08-26T21:29:33.175Z | [ host-image] Aug 26 21:29:33.169 INFO E| Compiling bitstruct v0.1.1 |
| 10609 | 2025-08-26T21:29:33.296Z | [ host-image] Aug 26 21:29:33.308 INFO E| Compiling cpio_reader v0.1.2 |
| 10610 | 2025-08-26T21:29:33.395Z | [ host-image] Aug 26 21:29:33.407 INFO E| Compiling goblin v0.10.0 |
| 10611 | 2025-08-26T21:29:40.525Z | [ host-image] Aug 26 21:29:40.537 INFO E| Finished `release` profile [optimized] target(s) in 50.12s |
| 10612 | 2025-08-26T21:29:40.551Z | [ host-image] Aug 26 21:29:40.557 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 10613 | 2025-08-26T21:29:40.644Z | [ host-image] Aug 26 21:29:40.655 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.89.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')" |
| 10614 | 2025-08-26T21:29:40.670Z | [ host-image] Aug 26 21:29:40.655 INFO building ROM for gimlet |
| 10615 | 2025-08-26T21:29:40.670Z | [ host-image] Aug 26 21:29:40.655 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-host/phbl/x86_64-oxide-none-elf/release/phbl", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml", "--image", "/work/os-host/gimlet.rom"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 10616 | 2025-08-26T21:29:40.840Z | [ host-image] Aug 26 21:29:40.852 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s |
| 10617 | 2025-08-26T21:29:40.865Z | [ host-image] Aug 26 21:29:40.857 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml --image /work/os-host/gimlet.rom` |
| 10618 | 2025-08-26T21:29:40.865Z | [ host-image] Aug 26 21:29:40.873 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml" |
| 10619 | 2025-08-26T21:29:40.991Z | [ host-image] Aug 26 21:29:41.003 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s |
| 10620 | 2025-08-26T21:29:41.017Z | [ host-image] Aug 26 21:29:41.010 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a -o /work/os-host/gimlet.rom` |
| 10621 | 2025-08-26T21:29:41.253Z | [ host-image] Aug 26 21:29:41.263 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AmdPubKey_gn.tkn" |
| 10622 | 2025-08-26T21:29:41.253Z | [ host-image] Aug 26 21:29:41.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspBootLoader_gn.sbin" |
| 10623 | 2025-08-26T21:29:41.253Z | [ host-image] Aug 26 21:29:41.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspRecoveryBootLoader_gn.sbin" |
| 10624 | 2025-08-26T21:29:41.279Z | [ host-image] Aug 26 21:29:41.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmwareGn.csbin" |
| 10625 | 2025-08-26T21:29:41.279Z | [ host-image] Aug 26 21:29:41.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugToken_gn.stkn" |
| 10626 | 2025-08-26T21:29:41.279Z | [ host-image] Aug 26 21:29:41.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspABLFw_gn.stkn" |
| 10627 | 2025-08-26T21:29:41.279Z | [ host-image] Aug 26 21:29:41.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmware2Gn.csbin" |
| 10628 | 2025-08-26T21:29:41.280Z | [ host-image] Aug 26 21:29:41.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugUnlock_gn.sbin" |
| 10629 | 2025-08-26T21:29:41.280Z | [ host-image] Aug 26 21:29:41.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspIkek_gn.bin" |
| 10630 | 2025-08-26T21:29:41.280Z | [ host-image] Aug 26 21:29:41.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureEmptyToken.bin" |
| 10631 | 2025-08-26T21:29:41.280Z | [ host-image] Aug 26 21:29:41.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/RsmuSecPolicy_gn.sbin" |
| 10632 | 2025-08-26T21:29:41.280Z | [ host-image] Aug 26 21:29:41.264 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Mp5Gn.csbin" |
| 10633 | 2025-08-26T21:29:41.280Z | [ host-image] Aug 26 21:29:41.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AgesaBootloader_U_prod_GN.csbin" |
| 10634 | 2025-08-26T21:29:41.280Z | [ host-image] Aug 26 21:29:41.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/GnPhyFw.sbin" |
| 10635 | 2025-08-26T21:29:41.280Z | [ host-image] Aug 26 21:29:41.265 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PSP-Key-DB_gn.sbin" |
| 10636 | 2025-08-26T21:29:41.280Z | [ host-image] Aug 26 21:29:41.265 INFO O| Info: ABL version: 0x100a5010 |
| 10637 | 2025-08-26T21:29:41.280Z | [ host-image] Aug 26 21:29:41.265 INFO O| Info: For sub_program 0: SMU firmware version: 45.93.0 |
| 10638 | 2025-08-26T21:29:41.280Z | [ host-image] Aug 26 21:29:41.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Imem.csbin" |
| 10639 | 2025-08-26T21:29:41.280Z | [ host-image] Aug 26 21:29:41.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin" |
| 10640 | 2025-08-26T21:29:41.280Z | [ host-image] Aug 26 21:29:41.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin" |
| 10641 | 2025-08-26T21:29:41.280Z | [ host-image] Aug 26 21:29:41.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin" |
| 10642 | 2025-08-26T21:29:41.280Z | [ host-image] Aug 26 21:29:41.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin" |
| 10643 | 2025-08-26T21:29:41.280Z | [ host-image] Aug 26 21:29:41.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin" |
| 10644 | 2025-08-26T21:29:41.280Z | [ host-image] Aug 26 21:29:41.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Imem.csbin" |
| 10645 | 2025-08-26T21:29:41.281Z | [ host-image] Aug 26 21:29:41.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin" |
| 10646 | 2025-08-26T21:29:41.281Z | [ host-image] Aug 26 21:29:41.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin" |
| 10647 | 2025-08-26T21:29:41.281Z | [ host-image] Aug 26 21:29:41.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin" |
| 10648 | 2025-08-26T21:29:41.281Z | [ host-image] Aug 26 21:29:41.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin" |
| 10649 | 2025-08-26T21:29:41.281Z | [ host-image] Aug 26 21:29:41.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin" |
| 10650 | 2025-08-26T21:29:41.281Z | [ host-image] Aug 26 21:29:41.266 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin" |
| 10651 | 2025-08-26T21:29:41.281Z | [ host-image] Aug 26 21:29:41.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin" |
| 10652 | 2025-08-26T21:29:41.281Z | [ host-image] Aug 26 21:29:41.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin" |
| 10653 | 2025-08-26T21:29:41.281Z | [ host-image] Aug 26 21:29:41.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin" |
| 10654 | 2025-08-26T21:29:41.281Z | [ host-image] Aug 26 21:29:41.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin" |
| 10655 | 2025-08-26T21:29:41.281Z | [ host-image] Aug 26 21:29:41.267 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin" |
| 10656 | 2025-08-26T21:29:41.312Z | [ host-image] Aug 26 21:29:41.324 INFO building ROM for cosmo |
| 10657 | 2025-08-26T21:29:41.312Z | [ host-image] Aug 26 21:29:41.324 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-host/phbl/x86_64-oxide-none-elf/release/phbl", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml", "--image", "/work/os-host/cosmo.rom"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 10658 | 2025-08-26T21:29:41.562Z | [ host-image] Aug 26 21:29:41.575 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s |
| 10659 | 2025-08-26T21:29:41.588Z | [ host-image] Aug 26 21:29:41.580 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 --app /work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml --image /work/os-host/cosmo.rom` |
| 10660 | 2025-08-26T21:29:41.588Z | [ host-image] Aug 26 21:29:41.597 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.6.toml" |
| 10661 | 2025-08-26T21:29:41.732Z | [ host-image] Aug 26 21:29:41.740 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s |
| 10662 | 2025-08-26T21:29:41.757Z | [ host-image] Aug 26 21:29:41.747 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.6 -o /work/os-host/cosmo.rom` |
| 10663 | 2025-08-26T21:29:42.197Z | [ host-image] Aug 26 21:29:42.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x00_AmdPubKey_BRH.tkn" |
| 10664 | 2025-08-26T21:29:42.198Z | [ host-image] Aug 26 21:29:42.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x01_PspBl_BRH.esbin" |
| 10665 | 2025-08-26T21:29:42.198Z | [ host-image] Aug 26 21:29:42.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x02_PspOS_BRH.ecsbin" |
| 10666 | 2025-08-26T21:29:42.224Z | [ host-image] Aug 26 21:29:42.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x03_PspRecBl_BRH.esbin" |
| 10667 | 2025-08-26T21:29:42.224Z | [ host-image] Aug 26 21:29:42.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x08_SmuFirmware_breithorn.ecsbin" |
| 10668 | 2025-08-26T21:29:42.224Z | [ host-image] Aug 26 21:29:42.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x208_SmuFirmware_BRHDense.ecsbin" |
| 10669 | 2025-08-26T21:29:42.224Z | [ host-image] Aug 26 21:29:42.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x09_PspDebugUnlockToken_BRH.stkn" |
| 10670 | 2025-08-26T21:29:42.224Z | [ host-image] Aug 26 21:29:42.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x0A_PspAblPubKey_BRH.stkn" |
| 10671 | 2025-08-26T21:29:42.224Z | [ host-image] Aug 26 21:29:42.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x13_SduFw_BRH.ecsbin" |
| 10672 | 2025-08-26T21:29:42.224Z | [ host-image] Aug 26 21:29:42.210 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x21_PspAmdIkek_BRH.bin" |
| 10673 | 2025-08-26T21:29:42.224Z | [ host-image] Aug 26 21:29:42.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22_SecureEmptyToken.bin" |
| 10674 | 2025-08-26T21:29:42.224Z | [ host-image] Aug 26 21:29:42.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x24_RegisterAccessPolicy_BRH.cesbin" |
| 10675 | 2025-08-26T21:29:42.224Z | [ host-image] Aug 26 21:29:42.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin" |
| 10676 | 2025-08-26T21:29:42.224Z | [ host-image] Aug 26 21:29:42.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x28_PspSystemDriver_BRH.ecsbin" |
| 10677 | 2025-08-26T21:29:42.224Z | [ host-image] Aug 26 21:29:42.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2A_SmuFirmware_breithorn.ecsbin" |
| 10678 | 2025-08-26T21:29:42.224Z | [ host-image] Aug 26 21:29:42.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x22A_SmuFirmware_BRHDense.ecsbin" |
| 10679 | 2025-08-26T21:29:42.224Z | [ host-image] Aug 26 21:29:42.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x2D_AblRt.ecsbin" |
| 10680 | 2025-08-26T21:29:42.224Z | [ host-image] Aug 26 21:29:42.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin" |
| 10681 | 2025-08-26T21:29:42.224Z | [ host-image] Aug 26 21:29:42.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x42_PhyFw_BRH.ecsbin" |
| 10682 | 2025-08-26T21:29:42.224Z | [ host-image] Aug 26 21:29:42.211 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x44_USB_PHY_BRH.esbin" |
| 10683 | 2025-08-26T21:29:42.224Z | [ host-image] Aug 26 21:29:42.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x45_RegisterAccessPolicy_BRH.cesbin" |
| 10684 | 2025-08-26T21:29:42.224Z | [ host-image] Aug 26 21:29:42.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin" |
| 10685 | 2025-08-26T21:29:42.224Z | [ host-image] Aug 26 21:29:42.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x50_PspKeyDataBase_BRH.sbin" |
| 10686 | 2025-08-26T21:29:42.224Z | [ host-image] Aug 26 21:29:42.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin" |
| 10687 | 2025-08-26T21:29:42.224Z | [ host-image] Aug 26 21:29:42.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x55_SPLTable_BRH.sbin" |
| 10688 | 2025-08-26T21:29:42.224Z | [ host-image] Aug 26 21:29:42.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x5DMpioFw_BRH.cesbin" |
| 10689 | 2025-08-26T21:29:42.224Z | [ host-image] Aug 26 21:29:42.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x64_RasDriver_BRH.ecsbin" |
| 10690 | 2025-08-26T21:29:42.224Z | [ host-image] Aug 26 21:29:42.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x65_ta_ras_prod_amdTEE.ecsbin" |
| 10691 | 2025-08-26T21:29:42.224Z | [ host-image] Aug 26 21:29:42.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1A_SevDriver_BRH.ecsbin" |
| 10692 | 2025-08-26T21:29:42.224Z | [ host-image] Aug 26 21:29:42.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin" |
| 10693 | 2025-08-26T21:29:42.224Z | [ host-image] Aug 26 21:29:42.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1B_BootDriver_BRH.ecsbin" |
| 10694 | 2025-08-26T21:29:42.225Z | [ host-image] Aug 26 21:29:42.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1C_SocDriver_BRH.ecsbin" |
| 10695 | 2025-08-26T21:29:42.225Z | [ host-image] Aug 26 21:29:42.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1D_HadDriver_BRH.ecsbin" |
| 10696 | 2025-08-26T21:29:42.225Z | [ host-image] Aug 26 21:29:42.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x1F_InterfaceDriver_BRH.ecsbin" |
| 10697 | 2025-08-26T21:29:42.225Z | [ host-image] Aug 26 21:29:42.212 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x38_PspSevEmptyData.bin" |
| 10698 | 2025-08-26T21:29:42.225Z | [ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x47_DRTMDriver_BRH.ecsbin" |
| 10699 | 2025-08-26T21:29:42.225Z | [ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x67_FHPDriver_BRH.ecsbin" |
| 10700 | 2025-08-26T21:29:42.225Z | [ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x68_SPDMDriver_BRH.ecsbin" |
| 10701 | 2025-08-26T21:29:42.225Z | [ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x69_DPEDriver_BRH.ecsbin" |
| 10702 | 2025-08-26T21:29:42.225Z | [ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x73_PspBl_BRH.ecsbin" |
| 10703 | 2025-08-26T21:29:42.225Z | [ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x76_DfRib_BRH.csbin" |
| 10704 | 2025-08-26T21:29:42.225Z | [ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x8C_MPDMATF_BRH.sbin" |
| 10705 | 2025-08-26T21:29:42.225Z | [ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x91_GmiPhyFw_BRH.esbin" |
| 10706 | 2025-08-26T21:29:42.225Z | [ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x92_Page_BRH.sbin" |
| 10707 | 2025-08-26T21:29:42.225Z | [ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9D_AspSramFwExt_BRH.sbin" |
| 10708 | 2025-08-26T21:29:42.225Z | [ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0x9F_psp_tos_wl_bin_brh.sbin" |
| 10709 | 2025-08-26T21:29:42.225Z | [ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_A0.sbin" |
| 10710 | 2025-08-26T21:29:42.225Z | [ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_A0.sbin" |
| 10711 | 2025-08-26T21:29:42.226Z | [ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_B0.sbin" |
| 10712 | 2025-08-26T21:29:42.226Z | [ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C0.sbin" |
| 10713 | 2025-08-26T21:29:42.226Z | [ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRHD_B0.sbin" |
| 10714 | 2025-08-26T21:29:42.226Z | [ host-image] Aug 26 21:29:42.213 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/TypeId0xA0_S3Image_BRH_C1.sbin" |
| 10715 | 2025-08-26T21:29:42.226Z | [ host-image] Aug 26 21:29:42.214 INFO O| Info: ABL version: 0x1006f010 |
| 10716 | 2025-08-26T21:29:42.226Z | [ host-image] Aug 26 21:29:42.214 INFO O| Info: For sub_program 0: SMU firmware version: 94.123.0 |
| 10717 | 2025-08-26T21:29:42.226Z | [ host-image] Aug 26 21:29:42.214 INFO O| Info: For sub_program 2: SMU firmware version: 99.123.0 |
| 10718 | 2025-08-26T21:29:42.226Z | [ host-image] Aug 26 21:29:42.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/APOB_NV_BRH.bin" |
| 10719 | 2025-08-26T21:29:42.226Z | [ host-image] Aug 26 21:29:42.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin" |
| 10720 | 2025-08-26T21:29:42.226Z | [ host-image] Aug 26 21:29:42.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin" |
| 10721 | 2025-08-26T21:29:42.226Z | [ host-image] Aug 26 21:29:42.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin" |
| 10722 | 2025-08-26T21:29:42.226Z | [ host-image] Aug 26 21:29:42.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin" |
| 10723 | 2025-08-26T21:29:42.226Z | [ host-image] Aug 26 21:29:42.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin" |
| 10724 | 2025-08-26T21:29:42.226Z | [ host-image] Aug 26 21:29:42.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin" |
| 10725 | 2025-08-26T21:29:42.226Z | [ host-image] Aug 26 21:29:42.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin" |
| 10726 | 2025-08-26T21:29:42.226Z | [ host-image] Aug 26 21:29:42.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin" |
| 10727 | 2025-08-26T21:29:42.226Z | [ host-image] Aug 26 21:29:42.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin" |
| 10728 | 2025-08-26T21:29:42.226Z | [ host-image] Aug 26 21:29:42.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin" |
| 10729 | 2025-08-26T21:29:42.226Z | [ host-image] Aug 26 21:29:42.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin" |
| 10730 | 2025-08-26T21:29:42.226Z | [ host-image] Aug 26 21:29:42.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin" |
| 10731 | 2025-08-26T21:29:42.226Z | [ host-image] Aug 26 21:29:42.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin" |
| 10732 | 2025-08-26T21:29:42.226Z | [ host-image] Aug 26 21:29:42.216 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin" |
| 10733 | 2025-08-26T21:29:42.226Z | [ host-image] Aug 26 21:29:42.216 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin" |
| 10734 | 2025-08-26T21:29:42.226Z | [ host-image] Aug 26 21:29:42.216 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin" |
| 10735 | 2025-08-26T21:29:42.226Z | [ host-image] Aug 26 21:29:42.216 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin" |
| 10736 | 2025-08-26T21:29:42.226Z | [ host-image] Aug 26 21:29:42.216 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin" |
| 10737 | 2025-08-26T21:29:42.226Z | [ host-image] Aug 26 21:29:42.216 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.6/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin" |
| 10738 | 2025-08-26T21:29:42.264Z | [ host-image] Aug 26 21:29:42.277 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
| 10739 | 2025-08-26T21:30:11.983Z | [ host-image] Aug 26 21:30:11.995 INFO image complete! materials are in "/work/os-host" |
| 10740 | 2025-08-26T21:30:12.009Z | [ host-image] |
| 10741 | 2025-08-26T21:30:12.009Z | [ host-image] real 24:55.184399880 |
| 10742 | 2025-08-26T21:30:12.009Z | [ host-image] user 15:52.044653151 |
| 10743 | 2025-08-26T21:30:12.009Z | [ host-image] sys 1:52.659574698 |
| 10744 | 2025-08-26T21:30:12.009Z | [ host-image] trap 0.906215035 |
| 10745 | 2025-08-26T21:30:12.009Z | [ host-image] tflt 0.196303461 |
| 10746 | 2025-08-26T21:30:12.009Z | [ host-image] dflt 0.337295880 |
| 10747 | 2025-08-26T21:30:12.009Z | [ host-image] kflt 0.124663495 |
| 10748 | 2025-08-26T21:30:12.009Z | [ host-image] lock 9:49.859571450 |
| 10749 | 2025-08-26T21:30:12.009Z | [ host-image] slp 2:24:52.719929995 |
| 10750 | 2025-08-26T21:30:12.009Z | [ host-image] lat 5:08.000716896 |
| 10751 | 2025-08-26T21:30:12.009Z | [ host-image] stop 4.824384556 |
| 10752 | 2025-08-26T21:30:12.009Z | Aug 26 21:30:12.002 INFO [host-image] process exited with exit status: 0 (1495.194900088s) |
| 10753 | 2025-08-26T21:30:12.009Z | Aug 26 21:30:12.002 INFO [tuf-repo] running task |
| 10754 | 2025-08-26T21:30:43.728Z | Aug 26 21:30:43.742 INFO assembling repository in `/tmp/tufaceousGe4btK`, component: OmicronRepoAssembler |
| 10755 | 2025-08-26T21:30:56.058Z | Aug 26 21:30:53.353 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
| 10756 | 2025-08-26T21:30:56.086Z | Aug 26 21:30:54.268 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
| 10757 | 2025-08-26T21:31:33.026Z | Aug 26 21:31:33.042 INFO extracting uploaded archive to /tmp/.tmpRvgLpS |
| 10758 | 2025-08-26T21:31:37.205Z | Aug 26 21:31:37.221 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.lriaH8 |
| 10759 | 2025-08-26T21:31:37.323Z | Aug 26 21:31:37.338 INFO added artifact, length: 6152623, hash: 1bcbc8d55d0da4fff9b503713178671ab2321fe0d20435300b65e41f4cc081d2, version: 1.0.45, kind: gimlet_sp, name: cosmo-a |
| 10760 | 2025-08-26T21:31:37.556Z | Aug 26 21:31:37.571 INFO added artifact, length: 5288986, hash: 2e6f9599062f56dec56ec9bca2c09e41ee52847f4aa71b8555e03224dfb60c37, version: 1.0.45, kind: gimlet_sp, name: gimlet-b |
| 10761 | 2025-08-26T21:31:37.774Z | Aug 26 21:31:37.790 INFO added artifact, length: 5289310, hash: 3c77a2bd46724fdbb4a70d2dca461dc3011454e424903a23e1fda7ae0557dbcd, version: 1.0.45, kind: gimlet_sp, name: gimlet-c |
| 10762 | 2025-08-26T21:31:37.982Z | Aug 26 21:31:37.998 INFO added artifact, length: 5299591, hash: 22ed59cd3d60b770a12d3f9bceb7e9b7ee10da73c34e87f1c9cd5960207bd2c1, version: 1.0.45, kind: gimlet_sp, name: gimlet-d |
| 10763 | 2025-08-26T21:31:38.196Z | Aug 26 21:31:38.211 INFO added artifact, length: 5299356, hash: 237437e23dca61971e205cbd97e2b775ecebb6feb7c99a178989401b6c0d045c, version: 1.0.45, kind: gimlet_sp, name: gimlet-e |
| 10764 | 2025-08-26T21:31:38.410Z | Aug 26 21:31:38.425 INFO added artifact, length: 5299719, hash: 5fdd482fb845b0b513cffe01bb38cf25048b456a1f22902108baccea2964c981, version: 1.0.45, kind: gimlet_sp, name: gimlet-f |
| 10765 | 2025-08-26T21:31:38.664Z | Aug 26 21:31:38.680 INFO added artifact, length: 1598190, hash: ae0581235f9b3b6bf0f5980455c24425ac4a5aeb8ff9eaca80c0e17f72b5e7bf, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel |
| 10766 | 2025-08-26T21:31:38.665Z | Aug 26 21:31:38.680 INFO added artifact, length: 1597980, hash: fcb5770aed74933236cdd8478d96055b93d31faa9c601834eca4b8162c5243bc, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel |
| 10767 | 2025-08-26T21:31:38.827Z | Aug 26 21:31:38.842 INFO added artifact, length: 1661760, hash: d2c1ea13b10bab4a8aeda937f7e4be9972284299d81a1feb8697c87f0d524035, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel |
| 10768 | 2025-08-26T21:31:38.827Z | Aug 26 21:31:38.842 INFO added artifact, length: 1661639, hash: 4953ef818ba59956b2f92d60e9843704b85249b24a09afcff028fa9d37a772e4, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel |
| 10769 | 2025-08-26T21:31:38.975Z | Aug 26 21:31:38.991 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10770 | 2025-08-26T21:31:38.976Z | Aug 26 21:31:38.991 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10771 | 2025-08-26T21:31:39.138Z | Aug 26 21:31:39.153 INFO added artifact, length: 1598023, hash: b98e6e28a26c13db80bddaaf4f7895d223c74e0b74eab6c2581bb1ed37db0103, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release |
| 10772 | 2025-08-26T21:31:39.138Z | Aug 26 21:31:39.153 INFO added artifact, length: 1597898, hash: 4d2a122ac664537097b100f51ae9acc7dfd10110f72090fb63986dd5a3543800, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release |
| 10773 | 2025-08-26T21:31:39.164Z | Aug 26 21:31:39.155 INFO added artifact, length: 46792, hash: 1c3b4f89b0681df78ec648d697f81e6e1fb0ed89c2ecae0fdb046130dc166070, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel |
| 10774 | 2025-08-26T21:31:39.165Z | Aug 26 21:31:39.157 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart |
| 10775 | 2025-08-26T21:31:39.165Z | Aug 26 21:31:39.158 INFO added artifact, length: 46990, hash: 7b07baa2d7a59825848c3ad28596c0fd9d78c47bafa7fe8c56a18dc2b1afd02a, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release |
| 10776 | 2025-08-26T21:31:52.782Z | Aug 26 21:31:52.798 INFO added artifact, length: 33554432, hash: 5821d9137240831a1a648e161f64783b7c00457f7b72528da173a60b4e31ef3d, version: 16.0.0-0.ci+git823d0d5e5b0, kind: host_phase_1, name: host |
| 10777 | 2025-08-26T21:31:52.782Z | Aug 26 21:31:52.798 INFO added artifact, length: 1048580096, hash: da53a2b1c26ba53d4bd6681d837fe1b71f8cf181798745240ff31aefcd3427a7, version: 16.0.0-0.ci+git823d0d5e5b0, kind: host_phase_2, name: host |
| 10778 | 2025-08-26T21:31:55.500Z | Aug 26 21:31:55.516 INFO added artifact, length: 33554432, hash: e81ce0fabbbbc5550f8b3114e4186944965f231ad7f31bf5d1ddce4626111b0b, version: 16.0.0-0.ci+git823d0d5e5b0, kind: trampoline_phase_1, name: trampoline |
| 10779 | 2025-08-26T21:31:55.500Z | Aug 26 21:31:55.517 INFO added artifact, length: 142921027, hash: 6226c06037953f867fb799add64af5ef710f23563a688d96ac8a066ce4cc1ad8, version: 16.0.0-0.ci+git823d0d5e5b0, kind: trampoline_phase_2, name: trampoline |
| 10780 | 2025-08-26T21:32:00.859Z | Aug 26 21:32:00.876 INFO added artifact, length: 306931354, hash: f7942a3e75e1d5d6a53f9b47a875766839a660b808db00369d8f4ab0b170dc9a, version: 16.0.0-0.ci+git823d0d5e5b0, kind: zone, name: clickhouse_keeper |
| 10781 | 2025-08-26T21:32:06.523Z | Aug 26 21:32:06.540 INFO added artifact, length: 323628439, hash: 1cb25489af29534077b9a63aa501c5fb79a3d83f6487e2efbbba330467382bff, version: 16.0.0-0.ci+git823d0d5e5b0, kind: zone, name: clickhouse_server |
| 10782 | 2025-08-26T21:32:14.037Z | Aug 26 21:32:14.054 INFO added artifact, length: 323628445, hash: 65929bbf129270967645702d082deb51826319a3696cc355c6c2dcbdeb758cb6, version: 16.0.0-0.ci+git823d0d5e5b0, kind: zone, name: clickhouse |
| 10783 | 2025-08-26T21:32:16.886Z | Aug 26 21:32:16.904 INFO added artifact, length: 164291251, hash: fbe774ccf572239d7d5e7e409bc03575963d638dca8e7f4b6a452582b79347af, version: 16.0.0-0.ci+git823d0d5e5b0, kind: zone, name: cockroachdb |
| 10784 | 2025-08-26T21:32:17.563Z | Aug 26 21:32:17.580 INFO added artifact, length: 39282178, hash: cf81b03ec080b49bc67d510a672a523d1c58d98ec9166404414c436f0943de7e, version: 16.0.0-0.ci+git823d0d5e5b0, kind: zone, name: crucible-pantry-zone |
| 10785 | 2025-08-26T21:32:18.457Z | Aug 26 21:32:18.461 INFO added artifact, length: 49320920, hash: a8684bcb53be4c15041c13a2378465d16f2e5f0bfe826efcecfa3effebcbf0ca, version: 16.0.0-0.ci+git823d0d5e5b0, kind: zone, name: crucible-zone |
| 10786 | 2025-08-26T21:32:19.366Z | Aug 26 21:32:19.346 INFO added artifact, length: 52307858, hash: c5c4b7f9ab57c9ed95ef5ce0ff541fa3c7bbd7962acb765d0013137764173c1d, version: 16.0.0-0.ci+git823d0d5e5b0, kind: zone, name: external-dns |
| 10787 | 2025-08-26T21:32:20.326Z | Aug 26 21:32:20.343 INFO added artifact, length: 52307457, hash: 1b4770f86de28a36bc7db4332f60c0635ecb024e08c558fc51830a5548b100e9, version: 16.0.0-0.ci+git823d0d5e5b0, kind: zone, name: internal-dns |
| 10788 | 2025-08-26T21:32:23.232Z | Aug 26 21:32:23.249 INFO added artifact, length: 137779908, hash: efd1f233f0ccf6f65c943a5d2a43ea4a12aec91583d7f19fbe494892cd1e9176, version: 16.0.0-0.ci+git823d0d5e5b0, kind: zone, name: nexus |
| 10789 | 2025-08-26T21:32:23.831Z | Aug 26 21:32:23.849 INFO added artifact, length: 34201950, hash: 60c273e7cfd1ceb6daf9be71cbb91fb6f1515eda9f5fb299922f8a0d5b40228b, version: 16.0.0-0.ci+git823d0d5e5b0, kind: zone, name: ntp |
| 10790 | 2025-08-26T21:32:25.045Z | Aug 26 21:32:25.062 INFO added artifact, length: 65340651, hash: db106bee2f122cefa365753aaef91371834de5fd74317a6ebf9013f9d1700535, version: 16.0.0-0.ci+git823d0d5e5b0, kind: zone, name: oximeter |
| 10791 | 2025-08-26T21:32:25.123Z | Aug 26 21:32:25.140 INFO added artifact, length: 3109590, hash: af67a99018cee17bb0ba823a41c08aab6788cf0078fd208178c86d66dc974bac, version: 16.0.0-0.ci+git823d0d5e5b0, kind: zone, name: probe |
| 10792 | 2025-08-26T21:32:25.269Z | Aug 26 21:32:25.286 INFO added artifact, length: 4017765, hash: b72ba6dfbb4bc79b3fd79d81ff955dd42ad09fc9f3c5ddd480abf60705c8efe6, version: 1.0.45, kind: psc_sp, name: psc-b |
| 10793 | 2025-08-26T21:32:25.402Z | Aug 26 21:32:25.420 INFO added artifact, length: 4020290, hash: 43412370991ab61dbcf3f7491deddac3524eb52dd62cdb63b96a241ebce4f1ea, version: 1.0.45, kind: psc_sp, name: psc-c |
| 10794 | 2025-08-26T21:32:25.641Z | Aug 26 21:32:25.659 INFO added artifact, length: 1598236, hash: d21ed8741159b27f30d2ce26703ce5dedbe767965333cea41540ee73872cf82c, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel |
| 10795 | 2025-08-26T21:32:25.641Z | Aug 26 21:32:25.659 INFO added artifact, length: 1598033, hash: c611abbf56ae4544b1620c7c0a981b1b5685bac6241de70307bcd1f838bcf404, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel |
| 10796 | 2025-08-26T21:32:25.913Z | Aug 26 21:32:25.931 INFO added artifact, length: 1661685, hash: d96c53558fd097fcc927502c3c44b9f8f55d8468d7db3d3d5f733fe8bdd8c2cf, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel |
| 10797 | 2025-08-26T21:32:25.913Z | Aug 26 21:32:25.931 INFO added artifact, length: 1661662, hash: cfad3ccee1ab13dea7f676ae880d2d84e39003f4da8b5475f8e28748fa4cba1c, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel |
| 10798 | 2025-08-26T21:32:26.179Z | Aug 26 21:32:26.177 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10799 | 2025-08-26T21:32:26.179Z | Aug 26 21:32:26.178 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10800 | 2025-08-26T21:32:26.452Z | Aug 26 21:32:26.468 INFO added artifact, length: 1598115, hash: 085fb6c070d5ae1549c9c8d97f591c6ccd727f2c5bcd7cb7fdb63145855fe0af, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-production-release |
| 10801 | 2025-08-26T21:32:26.452Z | Aug 26 21:32:26.469 INFO added artifact, length: 1597926, hash: ba77aa3b3aa06ec1c79dac477b8adf20c58e8366f947828be540259f5f913eaa, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-production-release |
| 10802 | 2025-08-26T21:32:26.478Z | Aug 26 21:32:26.473 INFO added artifact, length: 46732, hash: 63d4e0d7fbff4102a02bf87e9cd664a767ecfe659834f3f90b569857ed9f4008, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel |
| 10803 | 2025-08-26T21:32:26.478Z | Aug 26 21:32:26.477 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart |
| 10804 | 2025-08-26T21:32:26.478Z | Aug 26 21:32:26.481 INFO added artifact, length: 47010, hash: bfe5f6135db8044359e9ef9467dc66b903d54884339c5e041a1024c34de9f632, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release |
| 10805 | 2025-08-26T21:32:26.698Z | Aug 26 21:32:26.715 INFO added artifact, length: 6855843, hash: 86d546cda5fa0250ab11c2ae30152ac33905412538766407b73ab770ebac557a, version: 1.0.45, kind: switch_sp, name: sidecar-b |
| 10806 | 2025-08-26T21:32:27.002Z | Aug 26 21:32:27.019 INFO added artifact, length: 6872740, hash: f7a13b41f35595042e872f8861400160b243e3a8c4e8f6d4372ba1a057c120b5, version: 1.0.45, kind: switch_sp, name: sidecar-c |
| 10807 | 2025-08-26T21:32:27.286Z | Aug 26 21:32:27.304 INFO added artifact, length: 6872803, hash: 4f15b3d0a121c0e747ec50ae3413d7c5f2ae952df843316560bd0c589e7188ce, version: 1.0.45, kind: switch_sp, name: sidecar-d |
| 10808 | 2025-08-26T21:32:27.597Z | Aug 26 21:32:27.615 INFO added artifact, length: 1598246, hash: ed0a49c26a0835892838e969690431c04efd017a20576ef524dd50e4b533dbb0, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel |
| 10809 | 2025-08-26T21:32:27.597Z | Aug 26 21:32:27.615 INFO added artifact, length: 1598102, hash: 83076b32fe50437e0e436bc529811e48e75d515725b3e210e85cc078363c0221, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel |
| 10810 | 2025-08-26T21:32:27.768Z | Aug 26 21:32:27.786 INFO added artifact, length: 1661625, hash: 0967279584f6f0b2bc5661fd90e23d0f4546e5e40de25ff4259bc2a0b2263378, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel |
| 10811 | 2025-08-26T21:32:27.768Z | Aug 26 21:32:27.786 INFO added artifact, length: 1661641, hash: a4e2e0184f9b2b789ca3fd8c2f24466ed79c1eb417ae6f65097b828e73fc6e09, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel |
| 10812 | 2025-08-26T21:32:27.935Z | Aug 26 21:32:27.953 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10813 | 2025-08-26T21:32:27.935Z | Aug 26 21:32:27.953 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10814 | 2025-08-26T21:32:28.099Z | Aug 26 21:32:28.116 INFO added artifact, length: 1598081, hash: 893dd0679fbc91d73a88991ee93678c70f115b305652ac2d068f3b6d6f0e0254, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-production-release |
| 10815 | 2025-08-26T21:32:28.099Z | Aug 26 21:32:28.117 INFO added artifact, length: 1597886, hash: 8909fddaa87e68e0e581c27bf9e938a6ceee1dd219b14f8eb0c6dbcf05f3b45d, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-production-release |
| 10816 | 2025-08-26T21:32:28.125Z | Aug 26 21:32:28.119 INFO added artifact, length: 46817, hash: f1b2a2ceec8089a3ae641845beb1a5bb1eca4fa2b750d5a7a5d45c69324cb684, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel |
| 10817 | 2025-08-26T21:32:28.125Z | Aug 26 21:32:28.121 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart |
| 10818 | 2025-08-26T21:32:28.125Z | Aug 26 21:32:28.124 INFO added artifact, length: 47055, hash: 4715233449305c86d4cb3e22b050afe657faf22bf20bc74cce9a3081254375b1, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release |
| 10819 | 2025-08-26T21:32:28.125Z | Aug 26 21:32:28.125 INFO added artifact, length: 383, hash: 4dcd1742d552f453b3bdda95c41cc0642d48e8ac02ebd59cfedd9e6d827b342f, version: 16.0.0-0.ci+git823d0d5e5b0, kind: installinator_document, name: installinator_document |
| 10820 | 2025-08-26T21:32:29.031Z | Aug 26 21:32:29.049 INFO extracting uploaded archive to /tmp/.tmpLvm6Kt |
| 10821 | 2025-08-26T21:32:33.531Z | Aug 26 21:32:33.549 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.aKCFmn |
| 10822 | 2025-08-26T21:32:33.657Z | Aug 26 21:32:33.675 INFO added artifact, length: 6152623, hash: 1bcbc8d55d0da4fff9b503713178671ab2321fe0d20435300b65e41f4cc081d2, version: 1.0.45, kind: gimlet_sp, name: cosmo-a |
| 10823 | 2025-08-26T21:32:33.891Z | Aug 26 21:32:33.909 INFO added artifact, length: 5288986, hash: 2e6f9599062f56dec56ec9bca2c09e41ee52847f4aa71b8555e03224dfb60c37, version: 1.0.45, kind: gimlet_sp, name: gimlet-b |
| 10824 | 2025-08-26T21:32:34.110Z | Aug 26 21:32:34.128 INFO added artifact, length: 5289310, hash: 3c77a2bd46724fdbb4a70d2dca461dc3011454e424903a23e1fda7ae0557dbcd, version: 1.0.45, kind: gimlet_sp, name: gimlet-c |
| 10825 | 2025-08-26T21:32:34.357Z | Aug 26 21:32:34.375 INFO added artifact, length: 5299591, hash: 22ed59cd3d60b770a12d3f9bceb7e9b7ee10da73c34e87f1c9cd5960207bd2c1, version: 1.0.45, kind: gimlet_sp, name: gimlet-d |
| 10826 | 2025-08-26T21:32:34.592Z | Aug 26 21:32:34.607 INFO added artifact, length: 5299356, hash: 237437e23dca61971e205cbd97e2b775ecebb6feb7c99a178989401b6c0d045c, version: 1.0.45, kind: gimlet_sp, name: gimlet-e |
| 10827 | 2025-08-26T21:32:34.807Z | Aug 26 21:32:34.824 INFO added artifact, length: 5299719, hash: 5fdd482fb845b0b513cffe01bb38cf25048b456a1f22902108baccea2964c981, version: 1.0.45, kind: gimlet_sp, name: gimlet-f |
| 10828 | 2025-08-26T21:32:35.087Z | Aug 26 21:32:35.095 INFO added artifact, length: 1598190, hash: ae0581235f9b3b6bf0f5980455c24425ac4a5aeb8ff9eaca80c0e17f72b5e7bf, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel |
| 10829 | 2025-08-26T21:32:35.087Z | Aug 26 21:32:35.095 INFO added artifact, length: 1597980, hash: fcb5770aed74933236cdd8478d96055b93d31faa9c601834eca4b8162c5243bc, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel |
| 10830 | 2025-08-26T21:32:35.246Z | Aug 26 21:32:35.264 INFO added artifact, length: 1661760, hash: d2c1ea13b10bab4a8aeda937f7e4be9972284299d81a1feb8697c87f0d524035, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel |
| 10831 | 2025-08-26T21:32:35.246Z | Aug 26 21:32:35.264 INFO added artifact, length: 1661639, hash: 4953ef818ba59956b2f92d60e9843704b85249b24a09afcff028fa9d37a772e4, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel |
| 10832 | 2025-08-26T21:32:35.410Z | Aug 26 21:32:35.428 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10833 | 2025-08-26T21:32:35.411Z | Aug 26 21:32:35.428 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10834 | 2025-08-26T21:32:35.575Z | Aug 26 21:32:35.592 INFO added artifact, length: 1598023, hash: b98e6e28a26c13db80bddaaf4f7895d223c74e0b74eab6c2581bb1ed37db0103, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release |
| 10835 | 2025-08-26T21:32:35.575Z | Aug 26 21:32:35.592 INFO added artifact, length: 1597898, hash: 4d2a122ac664537097b100f51ae9acc7dfd10110f72090fb63986dd5a3543800, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release |
| 10836 | 2025-08-26T21:32:35.602Z | Aug 26 21:32:35.594 INFO added artifact, length: 46792, hash: 1c3b4f89b0681df78ec648d697f81e6e1fb0ed89c2ecae0fdb046130dc166070, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel |
| 10837 | 2025-08-26T21:32:35.602Z | Aug 26 21:32:35.596 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart |
| 10838 | 2025-08-26T21:32:35.602Z | Aug 26 21:32:35.598 INFO added artifact, length: 46990, hash: 7b07baa2d7a59825848c3ad28596c0fd9d78c47bafa7fe8c56a18dc2b1afd02a, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release |
| 10839 | 2025-08-26T21:32:50.291Z | Aug 26 21:32:50.309 INFO added artifact, length: 33554432, hash: 5821d9137240831a1a648e161f64783b7c00457f7b72528da173a60b4e31ef3d, version: 16.0.0-0.ci+git823d0d5e5b0, kind: host_phase_1, name: host |
| 10840 | 2025-08-26T21:32:50.291Z | Aug 26 21:32:50.309 INFO added artifact, length: 1048580096, hash: da53a2b1c26ba53d4bd6681d837fe1b71f8cf181798745240ff31aefcd3427a7, version: 16.0.0-0.ci+git823d0d5e5b0, kind: host_phase_2, name: host |
| 10841 | 2025-08-26T21:32:53.124Z | Aug 26 21:32:53.142 INFO added artifact, length: 33554432, hash: e81ce0fabbbbc5550f8b3114e4186944965f231ad7f31bf5d1ddce4626111b0b, version: 16.0.0-0.ci+git823d0d5e5b0, kind: trampoline_phase_1, name: trampoline |
| 10842 | 2025-08-26T21:32:53.124Z | Aug 26 21:32:53.142 INFO added artifact, length: 142921027, hash: 6226c06037953f867fb799add64af5ef710f23563a688d96ac8a066ce4cc1ad8, version: 16.0.0-0.ci+git823d0d5e5b0, kind: trampoline_phase_2, name: trampoline |
| 10843 | 2025-08-26T21:33:16.049Z | Aug 26 21:33:16.068 INFO added artifact, length: 1606191743, hash: f331e19cebc32060f76bb2d910a9faf50d51f29a03a80ce3db138c55f8787463, version: 16.0.0-0.ci+git823d0d5e5b0, kind: control_plane, name: control-plane |
| 10844 | 2025-08-26T21:33:16.132Z | Aug 26 21:33:16.151 INFO added artifact, length: 4017765, hash: b72ba6dfbb4bc79b3fd79d81ff955dd42ad09fc9f3c5ddd480abf60705c8efe6, version: 1.0.45, kind: psc_sp, name: psc-b |
| 10845 | 2025-08-26T21:33:16.212Z | Aug 26 21:33:16.231 INFO added artifact, length: 4020290, hash: 43412370991ab61dbcf3f7491deddac3524eb52dd62cdb63b96a241ebce4f1ea, version: 1.0.45, kind: psc_sp, name: psc-c |
| 10846 | 2025-08-26T21:33:16.363Z | Aug 26 21:33:16.382 INFO added artifact, length: 1598236, hash: d21ed8741159b27f30d2ce26703ce5dedbe767965333cea41540ee73872cf82c, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel |
| 10847 | 2025-08-26T21:33:16.363Z | Aug 26 21:33:16.383 INFO added artifact, length: 1598033, hash: c611abbf56ae4544b1620c7c0a981b1b5685bac6241de70307bcd1f838bcf404, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel |
| 10848 | 2025-08-26T21:33:16.513Z | Aug 26 21:33:16.531 INFO added artifact, length: 1661685, hash: d96c53558fd097fcc927502c3c44b9f8f55d8468d7db3d3d5f733fe8bdd8c2cf, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel |
| 10849 | 2025-08-26T21:33:16.513Z | Aug 26 21:33:16.531 INFO added artifact, length: 1661662, hash: cfad3ccee1ab13dea7f676ae880d2d84e39003f4da8b5475f8e28748fa4cba1c, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel |
| 10850 | 2025-08-26T21:33:16.663Z | Aug 26 21:33:16.683 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10851 | 2025-08-26T21:33:16.663Z | Aug 26 21:33:16.683 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10852 | 2025-08-26T21:33:16.820Z | Aug 26 21:33:16.840 INFO added artifact, length: 1598115, hash: 085fb6c070d5ae1549c9c8d97f591c6ccd727f2c5bcd7cb7fdb63145855fe0af, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-production-release |
| 10853 | 2025-08-26T21:33:16.820Z | Aug 26 21:33:16.840 INFO added artifact, length: 1597926, hash: ba77aa3b3aa06ec1c79dac477b8adf20c58e8366f947828be540259f5f913eaa, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-production-release |
| 10854 | 2025-08-26T21:33:16.847Z | Aug 26 21:33:16.842 INFO added artifact, length: 46732, hash: 63d4e0d7fbff4102a02bf87e9cd664a767ecfe659834f3f90b569857ed9f4008, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel |
| 10855 | 2025-08-26T21:33:16.847Z | Aug 26 21:33:16.844 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart |
| 10856 | 2025-08-26T21:33:16.848Z | Aug 26 21:33:16.846 INFO added artifact, length: 47010, hash: bfe5f6135db8044359e9ef9467dc66b903d54884339c5e041a1024c34de9f632, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release |
| 10857 | 2025-08-26T21:33:16.959Z | Aug 26 21:33:16.979 INFO added artifact, length: 6855843, hash: 86d546cda5fa0250ab11c2ae30152ac33905412538766407b73ab770ebac557a, version: 1.0.45, kind: switch_sp, name: sidecar-b |
| 10858 | 2025-08-26T21:33:17.231Z | Aug 26 21:33:17.251 INFO added artifact, length: 6872740, hash: f7a13b41f35595042e872f8861400160b243e3a8c4e8f6d4372ba1a057c120b5, version: 1.0.45, kind: switch_sp, name: sidecar-c |
| 10859 | 2025-08-26T21:33:17.496Z | Aug 26 21:33:17.516 INFO added artifact, length: 6872803, hash: 4f15b3d0a121c0e747ec50ae3413d7c5f2ae952df843316560bd0c589e7188ce, version: 1.0.45, kind: switch_sp, name: sidecar-d |
| 10860 | 2025-08-26T21:33:17.774Z | Aug 26 21:33:17.793 INFO added artifact, length: 1598246, hash: ed0a49c26a0835892838e969690431c04efd017a20576ef524dd50e4b533dbb0, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel |
| 10861 | 2025-08-26T21:33:17.774Z | Aug 26 21:33:17.793 INFO added artifact, length: 1598102, hash: 83076b32fe50437e0e436bc529811e48e75d515725b3e210e85cc078363c0221, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel |
| 10862 | 2025-08-26T21:33:17.934Z | Aug 26 21:33:17.952 INFO added artifact, length: 1661625, hash: 0967279584f6f0b2bc5661fd90e23d0f4546e5e40de25ff4259bc2a0b2263378, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel |
| 10863 | 2025-08-26T21:33:17.934Z | Aug 26 21:33:17.952 INFO added artifact, length: 1661641, hash: a4e2e0184f9b2b789ca3fd8c2f24466ed79c1eb417ae6f65097b828e73fc6e09, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel |
| 10864 | 2025-08-26T21:33:18.085Z | Aug 26 21:33:18.105 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10865 | 2025-08-26T21:33:18.085Z | Aug 26 21:33:18.105 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10866 | 2025-08-26T21:33:18.240Z | Aug 26 21:33:18.256 INFO added artifact, length: 1598081, hash: 893dd0679fbc91d73a88991ee93678c70f115b305652ac2d068f3b6d6f0e0254, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-production-release |
| 10867 | 2025-08-26T21:33:18.240Z | Aug 26 21:33:18.256 INFO added artifact, length: 1597886, hash: 8909fddaa87e68e0e581c27bf9e938a6ceee1dd219b14f8eb0c6dbcf05f3b45d, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-production-release |
| 10868 | 2025-08-26T21:33:18.265Z | Aug 26 21:33:18.258 INFO added artifact, length: 46817, hash: f1b2a2ceec8089a3ae641845beb1a5bb1eca4fa2b750d5a7a5d45c69324cb684, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel |
| 10869 | 2025-08-26T21:33:18.265Z | Aug 26 21:33:18.260 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart |
| 10870 | 2025-08-26T21:33:18.266Z | Aug 26 21:33:18.262 INFO added artifact, length: 47055, hash: 4715233449305c86d4cb3e22b050afe657faf22bf20bc74cce9a3081254375b1, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release |
| 10871 | 2025-08-26T21:33:18.266Z | Aug 26 21:33:18.262 INFO added artifact, length: 383, hash: 4dcd1742d552f453b3bdda95c41cc0642d48e8ac02ebd59cfedd9e6d827b342f, version: 16.0.0-0.ci+git823d0d5e5b0, kind: installinator_document, name: installinator_document |
| 10872 | 2025-08-26T21:33:19.040Z | Aug 26 21:33:19.060 INFO [tuf-repo] task succeeded (187.057899323s) |
| 10873 | 2025-08-26T21:33:19.040Z | Aug 26 21:33:19.060 INFO all jobs completed in 3558.076426826s |
| 10874 | 2025-08-26T21:33:20.894Z | process exited: duration 4401771 ms, exit code 0 |
| |
| 10875 | 2025-08-26T21:33:20.952Z | found 41 output files |
| 10876 | 2025-08-26T21:33:20.952Z | uploading: /work/manifest.toml (14007 bytes) |
| 10877 | 2025-08-26T21:33:22.114Z | uploaded: /work/manifest.toml |
| 10878 | 2025-08-26T21:33:22.114Z | uploading: /work/repo.zip (2758893172 bytes) |
| 10879 | 2025-08-26T21:41:31.760Z | uploaded: /work/repo.zip |
| 10880 | 2025-08-26T21:41:31.760Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
| 10881 | 2025-08-26T21:41:32.842Z | uploaded: /work/repo.zip.sha256.txt |
| 10882 | 2025-08-26T21:41:32.867Z | uploading: /work/helios.json (584 bytes) |
| 10883 | 2025-08-26T21:41:33.940Z | uploaded: /work/helios.json |
| 10884 | 2025-08-26T21:41:33.940Z | uploading: /work/incorporation.p5m (99188 bytes) |
| 10885 | 2025-08-26T21:41:35.157Z | uploaded: /work/incorporation.p5m |
| 10886 | 2025-08-26T21:41:35.157Z | uploading: /work/incorporation.p5p (112640 bytes) |
| 10887 | 2025-08-26T21:41:36.374Z | uploaded: /work/incorporation.p5p |
| 10888 | 2025-08-26T21:41:36.374Z | uploading: /work/helios-incorp.log (526 bytes) |
| 10889 | 2025-08-26T21:41:37.474Z | uploaded: /work/helios-incorp.log |
| 10890 | 2025-08-26T21:41:37.474Z | uploading: /work/helios-setup.log (71968 bytes) |
| 10891 | 2025-08-26T21:41:38.665Z | uploaded: /work/helios-setup.log |
| 10892 | 2025-08-26T21:41:38.665Z | uploading: /work/host-image.log (233119 bytes) |
| 10893 | 2025-08-26T21:41:39.935Z | uploaded: /work/host-image.log |
| 10894 | 2025-08-26T21:41:39.935Z | uploading: /work/host-package.log (30044 bytes) |
| 10895 | 2025-08-26T21:41:41.105Z | uploaded: /work/host-package.log |
| 10896 | 2025-08-26T21:41:41.130Z | uploading: /work/host-target.log (101 bytes) |
| 10897 | 2025-08-26T21:41:42.206Z | uploaded: /work/host-target.log |
| 10898 | 2025-08-26T21:41:42.206Z | uploading: /work/incorp-create.log (0 bytes) |
| 10899 | 2025-08-26T21:41:43.280Z | uploaded: /work/incorp-create.log |
| 10900 | 2025-08-26T21:41:43.280Z | uploading: /work/incorp-fmt.log (0 bytes) |
| 10901 | 2025-08-26T21:41:44.351Z | uploaded: /work/incorp-fmt.log |
| 10902 | 2025-08-26T21:41:44.375Z | uploading: /work/incorp-pkgsend.log (108 bytes) |
| 10903 | 2025-08-26T21:41:45.450Z | uploaded: /work/incorp-pkgsend.log |
| 10904 | 2025-08-26T21:41:45.451Z | uploading: /work/incorp-publisher.log (0 bytes) |
| 10905 | 2025-08-26T21:41:46.527Z | uploaded: /work/incorp-publisher.log |
| 10906 | 2025-08-26T21:41:46.552Z | uploading: /work/omicron-package.log (6937 bytes) |
| 10907 | 2025-08-26T21:41:47.648Z | uploaded: /work/omicron-package.log |
| 10908 | 2025-08-26T21:41:47.648Z | uploading: /work/recovery-image.log (604370 bytes) |
| 10909 | 2025-08-26T21:41:48.911Z | uploaded: /work/recovery-image.log |
| 10910 | 2025-08-26T21:41:48.911Z | uploading: /work/recovery-package.log (1685 bytes) |
| 10911 | 2025-08-26T21:41:50.008Z | uploaded: /work/recovery-package.log |
| 10912 | 2025-08-26T21:41:50.008Z | uploading: /work/recovery-target.log (98 bytes) |
| 10913 | 2025-08-26T21:41:51.105Z | uploaded: /work/recovery-target.log |
| 10914 | 2025-08-26T21:41:51.105Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
| 10915 | 2025-08-26T21:41:52.203Z | uploaded: /work/stamp-clickhouse.log |
| 10916 | 2025-08-26T21:41:52.203Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
| 10917 | 2025-08-26T21:41:53.300Z | uploaded: /work/stamp-clickhouse_keeper.log |
| 10918 | 2025-08-26T21:41:53.300Z | uploading: /work/stamp-clickhouse_server.log (124 bytes) |
| 10919 | 2025-08-26T21:41:54.399Z | uploaded: /work/stamp-clickhouse_server.log |
| 10920 | 2025-08-26T21:41:54.399Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
| 10921 | 2025-08-26T21:41:55.495Z | uploaded: /work/stamp-cockroachdb.log |
| 10922 | 2025-08-26T21:41:55.495Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
| 10923 | 2025-08-26T21:41:56.593Z | uploaded: /work/stamp-crucible-dtrace.log |
| 10924 | 2025-08-26T21:41:56.593Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
| 10925 | 2025-08-26T21:41:57.691Z | uploaded: /work/stamp-crucible-pantry-zone.log |
| 10926 | 2025-08-26T21:41:57.691Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
| 10927 | 2025-08-26T21:41:58.790Z | uploaded: /work/stamp-crucible-zone.log |
| 10928 | 2025-08-26T21:41:58.790Z | uploading: /work/stamp-external-dns.log (119 bytes) |
| 10929 | 2025-08-26T21:41:59.888Z | uploaded: /work/stamp-external-dns.log |
| 10930 | 2025-08-26T21:41:59.888Z | uploading: /work/stamp-installinator.log (103 bytes) |
| 10931 | 2025-08-26T21:42:00.985Z | uploaded: /work/stamp-installinator.log |
| 10932 | 2025-08-26T21:42:00.985Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
| 10933 | 2025-08-26T21:42:02.082Z | uploaded: /work/stamp-internal-dns.log |
| 10934 | 2025-08-26T21:42:02.082Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
| 10935 | 2025-08-26T21:42:03.181Z | uploaded: /work/stamp-mg-ddm-gz.log |
| 10936 | 2025-08-26T21:42:03.181Z | uploading: /work/stamp-nexus.log (112 bytes) |
| 10937 | 2025-08-26T21:42:04.279Z | uploaded: /work/stamp-nexus.log |
| 10938 | 2025-08-26T21:42:04.279Z | uploading: /work/stamp-ntp.log (110 bytes) |
| 10939 | 2025-08-26T21:42:05.379Z | uploaded: /work/stamp-ntp.log |
| 10940 | 2025-08-26T21:42:05.379Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
| 10941 | 2025-08-26T21:42:06.476Z | uploaded: /work/stamp-omicron-sled-agent.log |
| 10942 | 2025-08-26T21:42:06.476Z | uploading: /work/stamp-overlay.log (114 bytes) |
| 10943 | 2025-08-26T21:42:07.573Z | uploaded: /work/stamp-overlay.log |
| 10944 | 2025-08-26T21:42:07.598Z | uploading: /work/stamp-oximeter.log (115 bytes) |
| 10945 | 2025-08-26T21:42:08.674Z | uploaded: /work/stamp-oximeter.log |
| 10946 | 2025-08-26T21:42:08.674Z | uploading: /work/stamp-oxlog.log (109 bytes) |
| 10947 | 2025-08-26T21:42:09.772Z | uploaded: /work/stamp-oxlog.log |
| 10948 | 2025-08-26T21:42:09.772Z | uploading: /work/stamp-probe.log (112 bytes) |
| 10949 | 2025-08-26T21:42:10.871Z | uploaded: /work/stamp-probe.log |
| 10950 | 2025-08-26T21:42:10.872Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
| 10951 | 2025-08-26T21:42:11.970Z | uploaded: /work/stamp-propolis-server.log |
| 10952 | 2025-08-26T21:42:11.971Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
| 10953 | 2025-08-26T21:42:13.068Z | uploaded: /work/stamp-pumpkind-gz.log |
| 10954 | 2025-08-26T21:42:13.068Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
| 10955 | 2025-08-26T21:42:14.167Z | uploaded: /work/stamp-switch-asic.log |
| 10956 | 2025-08-26T21:42:14.167Z | uploading: /work/verify-libraries.log (7287 bytes) |
| 10957 | 2025-08-26T21:42:15.286Z | uploaded: /work/verify-libraries.log |