|
|
|
| 1 | 2025-04-15T03:11:22.571Z | job assigned to worker 01JRVPTTAWSRY10C9A5TJ0BVTN [factory aws, i-0689d83b75707c463] (queued for 40 s) |
| |
| 2 | 2025-04-15T03:11:30.271Z | starting task 0: "setup" |
| 3 | 2025-04-15T03:11:30.276Z | ++ uname -s |
| 4 | 2025-04-15T03:11:30.276Z | + kern=SunOS |
| 5 | 2025-04-15T03:11:30.276Z | + build_user=build |
| 6 | 2025-04-15T03:11:30.277Z | + build_uid=12345 |
| 7 | 2025-04-15T03:11:30.277Z | + work_dir=/work |
| 8 | 2025-04-15T03:11:30.277Z | + input_dir=/input |
| 9 | 2025-04-15T03:11:30.297Z | + [[ 0 == 12345 ]] |
| 10 | 2025-04-15T03:11:30.297Z | + case "$kern" in |
| 11 | 2025-04-15T03:11:30.297Z | + groupadd -g 12345 build |
| 12 | 2025-04-15T03:11:30.297Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-04-15T03:11:32.286Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-04-15T03:11:32.443Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-04-15T03:11:32.446Z | + home_fs=zfs |
| 16 | 2025-04-15T03:11:32.446Z | + [[ zfs == autofs ]] |
| 17 | 2025-04-15T03:11:32.446Z | + mkdir -p /home/build |
| 18 | 2025-04-15T03:11:32.449Z | + chown build:build /home/build /work |
| 19 | 2025-04-15T03:11:34.455Z | + chmod 0700 /home/build /work |
| 20 | 2025-04-15T03:11:34.458Z | process exited: duration 4185 ms, exit code 0 |
| |
| 21 | 2025-04-15T03:11:34.465Z | starting task 1: "rust-toolchain" |
| 22 | 2025-04-15T03:11:34.471Z | + printf ' * rust toolchain channel = "%s"\n' 1.86.0 |
| 23 | 2025-04-15T03:11:34.471Z | * rust toolchain channel = "1.86.0" |
| 24 | 2025-04-15T03:11:34.471Z | * rust toolchain profile = "default" |
| 25 | 2025-04-15T03:11:34.474Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-04-15T03:11:34.474Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-04-15T03:11:34.474Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-04-15T03:11:34.474Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-04-15T03:11:34.474Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default |
| 30 | 2025-04-15T03:11:34.590Z | info: downloading installer |
| 31 | 2025-04-15T03:11:36.210Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-04-15T03:11:36.211Z | warn: /opt/ooce/bin |
| 33 | 2025-04-15T03:11:36.211Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-04-15T03:11:36.211Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-04-15T03:11:36.211Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-04-15T03:11:36.211Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-04-15T03:11:36.211Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-04-15T03:11:36.211Z | error: cannot install while Rust is installed |
| 39 | 2025-04-15T03:11:36.211Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-04-15T03:11:36.228Z | info: profile set to 'default' |
| 41 | 2025-04-15T03:11:36.228Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-04-15T03:11:36.231Z | info: syncing channel updates for '1.86.0-x86_64-unknown-illumos' |
| 43 | 2025-04-15T03:11:36.404Z | info: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31) |
| 44 | 2025-04-15T03:11:36.404Z | info: downloading component 'cargo' |
| 45 | 2025-04-15T03:11:37.308Z | info: downloading component 'clippy' |
| 46 | 2025-04-15T03:11:37.627Z | info: downloading component 'rust-docs' |
| 47 | 2025-04-15T03:11:38.951Z | info: downloading component 'rust-std' |
| 48 | 2025-04-15T03:11:40.478Z | info: downloading component 'rustc' |
| 49 | 2025-04-15T03:11:48.014Z | info: downloading component 'rustfmt' |
| 50 | 2025-04-15T03:11:48.296Z | info: installing component 'cargo' |
| 51 | 2025-04-15T03:11:49.139Z | info: installing component 'clippy' |
| 52 | 2025-04-15T03:11:49.533Z | info: installing component 'rust-docs' |
| 53 | 2025-04-15T03:11:51.412Z | info: installing component 'rust-std' |
| 54 | 2025-04-15T03:11:53.159Z | info: installing component 'rustc' |
| 55 | 2025-04-15T03:11:59.645Z | info: installing component 'rustfmt' |
| 56 | 2025-04-15T03:11:59.980Z | info: default toolchain set to '1.86.0-x86_64-unknown-illumos' |
| 57 | 2025-04-15T03:11:59.980Z | |
| 58 | 2025-04-15T03:12:00.396Z | 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31) |
| 59 | 2025-04-15T03:12:00.396Z | |
| 60 | 2025-04-15T03:12:00.399Z | |
| 61 | 2025-04-15T03:12:00.399Z | Rust is installed now. Great! |
| 62 | 2025-04-15T03:12:00.399Z | |
| 63 | 2025-04-15T03:12:00.399Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-04-15T03:12:00.399Z | environment variable. This has not been done automatically. |
| 65 | 2025-04-15T03:12:00.399Z | |
| 66 | 2025-04-15T03:12:00.399Z | To configure your current shell, you need to source |
| 67 | 2025-04-15T03:12:00.399Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-04-15T03:12:00.399Z | |
| 69 | 2025-04-15T03:12:00.399Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-04-15T03:12:00.399Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-04-15T03:12:00.399Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-04-15T03:12:00.399Z | source "$HOME/.cargo/env.nu" # For nushell |
| 73 | 2025-04-15T03:12:00.490Z | + rustup --version |
| 74 | 2025-04-15T03:12:00.503Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
| 75 | 2025-04-15T03:12:00.503Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-04-15T03:12:00.533Z | info: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)` |
| 77 | 2025-04-15T03:12:00.536Z | + cargo --version |
| 78 | 2025-04-15T03:12:00.557Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 79 | 2025-04-15T03:12:00.560Z | + rustc --version |
| 80 | 2025-04-15T03:12:00.587Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 81 | 2025-04-15T03:12:00.592Z | process exited: duration 26123 ms, exit code 0 |
| |
| 82 | 2025-04-15T03:12:00.598Z | starting task 2: "authentication" |
| 83 | 2025-04-15T03:12:00.620Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2025-04-15T03:12:00.627Z | starting task 3: "clone repository" |
| 85 | 2025-04-15T03:12:00.632Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-04-15T03:12:00.635Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-04-15T03:12:00.676Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-04-15T03:12:08.951Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-04-15T03:12:08.954Z | + git fetch origin f69c0b91e091aa52453b001ca285b97e7471200c |
| 90 | 2025-04-15T03:12:09.261Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-04-15T03:12:09.261Z | * branch f69c0b91e091aa52453b001ca285b97e7471200c -> FETCH_HEAD |
| 92 | 2025-04-15T03:12:09.272Z | + [[ -n dap/more-daft ]] |
| 93 | 2025-04-15T03:12:09.275Z | ++ git branch --show-current |
| 94 | 2025-04-15T03:12:09.278Z | + current=main |
| 95 | 2025-04-15T03:12:09.278Z | + [[ main != dap/more-daft ]] |
| 96 | 2025-04-15T03:12:09.278Z | + git branch -f dap/more-daft f69c0b91e091aa52453b001ca285b97e7471200c |
| 97 | 2025-04-15T03:12:09.281Z | + git checkout -f dap/more-daft |
| 98 | 2025-04-15T03:12:09.476Z | Switched to branch 'dap/more-daft' |
| 99 | 2025-04-15T03:12:09.480Z | + git reset --hard f69c0b91e091aa52453b001ca285b97e7471200c |
| 100 | 2025-04-15T03:12:09.495Z | HEAD is now at f69c0b91e also update this inventory type |
| 101 | 2025-04-15T03:12:09.498Z | process exited: duration 8868 ms, exit code 0 |
| |
| 102 | 2025-04-15T03:12:09.504Z | starting task 4: "build" |
| 103 | 2025-04-15T03:12:09.509Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-04-15T03:12:09.512Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-04-15T03:12:09.512Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-04-15T03:12:09.512Z | + cargo --version |
| 107 | 2025-04-15T03:12:09.566Z | cargo 1.86.0 (adf9b6ad1 2025-02-28) |
| 108 | 2025-04-15T03:12:09.569Z | + rustc --version |
| 109 | 2025-04-15T03:12:09.638Z | rustc 1.86.0 (05f9846f8 2025-03-31) |
| 110 | 2025-04-15T03:12:09.641Z | + cargo tree --locked |
| 111 | 2025-04-15T03:12:09.933Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 112 | 2025-04-15T03:12:10.237Z | Updating crates.io index |
| 113 | 2025-04-15T03:12:10.240Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 114 | 2025-04-15T03:12:10.621Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 115 | 2025-04-15T03:12:11.168Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 116 | 2025-04-15T03:12:11.445Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 117 | 2025-04-15T03:12:11.737Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 118 | 2025-04-15T03:12:12.071Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 119 | 2025-04-15T03:12:13.113Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 120 | 2025-04-15T03:12:15.139Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 121 | 2025-04-15T03:12:15.760Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 122 | 2025-04-15T03:12:16.629Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 123 | 2025-04-15T03:12:17.035Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 124 | 2025-04-15T03:12:17.410Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 125 | 2025-04-15T03:12:18.046Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 126 | 2025-04-15T03:12:18.504Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 127 | 2025-04-15T03:12:18.986Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 128 | 2025-04-15T03:12:19.346Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 129 | 2025-04-15T03:12:19.822Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 130 | 2025-04-15T03:12:20.114Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 131 | 2025-04-15T03:12:20.360Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 132 | 2025-04-15T03:12:20.598Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 133 | 2025-04-15T03:12:20.894Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 134 | 2025-04-15T03:12:21.214Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 135 | 2025-04-15T03:12:21.543Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 136 | 2025-04-15T03:12:21.963Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 137 | 2025-04-15T03:12:22.195Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 138 | 2025-04-15T03:12:22.666Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 139 | 2025-04-15T03:12:23.064Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 140 | 2025-04-15T03:12:23.442Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 141 | 2025-04-15T03:12:23.776Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 142 | 2025-04-15T03:12:24.256Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 143 | 2025-04-15T03:12:24.581Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 144 | 2025-04-15T03:12:24.861Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 145 | 2025-04-15T03:12:25.131Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 146 | 2025-04-15T03:12:25.380Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 147 | 2025-04-15T03:12:34.974Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 148 | 2025-04-15T03:12:36.755Z | Downloading crates ... |
| 149 | 2025-04-15T03:12:36.888Z | Downloaded assert_matches v1.5.0 |
| 150 | 2025-04-15T03:12:36.895Z | Downloaded atty v0.2.14 |
| 151 | 2025-04-15T03:12:36.902Z | Downloaded event-listener-strategy v0.5.2 |
| 152 | 2025-04-15T03:12:36.906Z | Downloaded async-object-pool v0.1.5 |
| 153 | 2025-04-15T03:12:36.909Z | Downloaded env_filter v0.1.2 |
| 154 | 2025-04-15T03:12:36.913Z | Downloaded event-listener v5.3.1 |
| 155 | 2025-04-15T03:12:36.916Z | Downloaded foreign-types-shared v0.1.1 |
| 156 | 2025-04-15T03:12:36.919Z | Downloaded equivalent v1.0.1 |
| 157 | 2025-04-15T03:12:36.919Z | Downloaded fxhash v0.2.1 |
| 158 | 2025-04-15T03:12:36.922Z | Downloaded foreign-types v0.3.2 |
| 159 | 2025-04-15T03:12:36.922Z | Downloaded env_logger v0.10.2 |
| 160 | 2025-04-15T03:12:36.925Z | Downloaded atomicwrites v0.4.4 |
| 161 | 2025-04-15T03:12:36.939Z | Downloaded foreign-types-shared v0.3.1 |
| 162 | 2025-04-15T03:12:36.942Z | Downloaded aead v0.5.2 |
| 163 | 2025-04-15T03:12:36.942Z | Downloaded adler2 v2.0.0 |
| 164 | 2025-04-15T03:12:36.945Z | Downloaded headers-core v0.3.0 |
| 165 | 2025-04-15T03:12:36.948Z | Downloaded http-range v0.1.5 |
| 166 | 2025-04-15T03:12:36.948Z | Downloaded guppy-workspace-hack v0.1.0 |
| 167 | 2025-04-15T03:12:36.948Z | Downloaded cfg_aliases v0.2.1 |
| 168 | 2025-04-15T03:12:36.952Z | Downloaded async-global-executor v2.4.1 |
| 169 | 2025-04-15T03:12:36.955Z | Downloaded cfg-if v1.0.0 |
| 170 | 2025-04-15T03:12:36.955Z | Downloaded http-body v1.0.1 |
| 171 | 2025-04-15T03:12:36.958Z | Downloaded byteorder v1.5.0 |
| 172 | 2025-04-15T03:12:36.958Z | Downloaded block-buffer v0.10.4 |
| 173 | 2025-04-15T03:12:36.961Z | Downloaded async-stream-impl v0.3.6 |
| 174 | 2025-04-15T03:12:36.961Z | Downloaded blocking v1.6.1 |
| 175 | 2025-04-15T03:12:36.964Z | Downloaded bitfield v0.14.0 |
| 176 | 2025-04-15T03:12:36.967Z | Downloaded hubpack_derive v0.1.1 |
| 177 | 2025-04-15T03:12:36.967Z | Downloaded async-channel v2.3.1 |
| 178 | 2025-04-15T03:12:36.970Z | Downloaded ascii-canvas v3.0.0 |
| 179 | 2025-04-15T03:12:36.970Z | Downloaded assert-json-diff v2.0.2 |
| 180 | 2025-04-15T03:12:36.973Z | Downloaded async-attributes v1.1.2 |
| 181 | 2025-04-15T03:12:36.976Z | Downloaded event-listener v2.5.3 |
| 182 | 2025-04-15T03:12:36.976Z | Downloaded env_logger v0.11.5 |
| 183 | 2025-04-15T03:12:36.979Z | Downloaded hash32 v0.2.1 |
| 184 | 2025-04-15T03:12:36.983Z | Downloaded fallible-iterator v0.2.0 |
| 185 | 2025-04-15T03:12:36.983Z | Downloaded errno v0.3.9 |
| 186 | 2025-04-15T03:12:36.986Z | Downloaded futures-macro v0.3.31 |
| 187 | 2025-04-15T03:12:36.989Z | Downloaded futures-io v0.3.31 |
| 188 | 2025-04-15T03:12:36.989Z | Downloaded futures-task v0.3.31 |
| 189 | 2025-04-15T03:12:36.992Z | Downloaded fs-err v2.11.0 |
| 190 | 2025-04-15T03:12:36.995Z | Downloaded fnv v1.0.7 |
| 191 | 2025-04-15T03:12:36.995Z | Downloaded futures-sink v0.3.31 |
| 192 | 2025-04-15T03:12:36.998Z | Downloaded foreign-types-macros v0.2.3 |
| 193 | 2025-04-15T03:12:36.998Z | Downloaded ff v0.13.0 |
| 194 | 2025-04-15T03:12:37.001Z | Downloaded hostname v0.4.0 |
| 195 | 2025-04-15T03:12:37.004Z | Downloaded bit-vec v0.8.0 |
| 196 | 2025-04-15T03:12:37.004Z | Downloaded async-signal v0.2.10 |
| 197 | 2025-04-15T03:12:37.007Z | Downloaded hex v0.4.3 |
| 198 | 2025-04-15T03:12:37.010Z | Downloaded generic-array v0.14.7 |
| 199 | 2025-04-15T03:12:37.010Z | Downloaded hash32 v0.3.1 |
| 200 | 2025-04-15T03:12:37.013Z | Downloaded cargo-platform v0.1.8 |
| 201 | 2025-04-15T03:12:37.017Z | Downloaded autocfg v1.4.0 |
| 202 | 2025-04-15T03:12:37.017Z | Downloaded array-init v0.0.4 |
| 203 | 2025-04-15T03:12:37.020Z | Downloaded httpdate v1.0.3 |
| 204 | 2025-04-15T03:12:37.020Z | Downloaded gethostname v0.5.0 |
| 205 | 2025-04-15T03:12:37.025Z | Downloaded bytecount v0.6.8 |
| 206 | 2025-04-15T03:12:37.025Z | Downloaded approx v0.5.1 |
| 207 | 2025-04-15T03:12:37.027Z | Downloaded hex-literal v0.4.1 |
| 208 | 2025-04-15T03:12:37.031Z | Downloaded cfg_aliases v0.1.1 |
| 209 | 2025-04-15T03:12:37.031Z | Downloaded cast v0.3.0 |
| 210 | 2025-04-15T03:12:37.034Z | Downloaded http-body-util v0.1.3 |
| 211 | 2025-04-15T03:12:37.034Z | Downloaded cexpr v0.6.0 |
| 212 | 2025-04-15T03:12:37.037Z | Downloaded cbc v0.1.2 |
| 213 | 2025-04-15T03:12:37.040Z | Downloaded num-conv v0.1.0 |
| 214 | 2025-04-15T03:12:37.040Z | Downloaded humantime v2.1.0 |
| 215 | 2025-04-15T03:12:37.043Z | Downloaded castaway v0.2.3 |
| 216 | 2025-04-15T03:12:37.046Z | Downloaded cargo_metadata v0.19.2 |
| 217 | 2025-04-15T03:12:37.046Z | Downloaded cassowary v0.3.0 |
| 218 | 2025-04-15T03:12:37.050Z | Downloaded camino v1.1.9 |
| 219 | 2025-04-15T03:12:37.053Z | Downloaded progenitor-client v0.9.1 |
| 220 | 2025-04-15T03:12:37.053Z | Downloaded olpc-cjson v0.1.4 |
| 221 | 2025-04-15T03:12:37.056Z | Downloaded bzip2 v0.5.2 |
| 222 | 2025-04-15T03:12:37.059Z | Downloaded base64ct v1.6.0 |
| 223 | 2025-04-15T03:12:37.062Z | Downloaded fixedbitset v0.5.7 |
| 224 | 2025-04-15T03:12:37.066Z | Downloaded futures-executor v0.3.31 |
| 225 | 2025-04-15T03:12:37.066Z | Downloaded futures-channel v0.3.31 |
| 226 | 2025-04-15T03:12:37.069Z | Downloaded camino-tempfile v1.1.1 |
| 227 | 2025-04-15T03:12:37.072Z | Downloaded futures-timer v3.0.3 |
| 228 | 2025-04-15T03:12:37.075Z | Downloaded async-executor v1.13.1 |
| 229 | 2025-04-15T03:12:37.075Z | Downloaded arrayvec v0.7.6 |
| 230 | 2025-04-15T03:12:37.078Z | Downloaded getrandom v0.2.15 |
| 231 | 2025-04-15T03:12:37.082Z | Downloaded hyper-rustls v0.27.3 |
| 232 | 2025-04-15T03:12:37.085Z | Downloaded hyper-rustls v0.26.0 |
| 233 | 2025-04-15T03:12:37.088Z | Downloaded cargo_metadata v0.18.1 |
| 234 | 2025-04-15T03:12:37.092Z | Downloaded async-lock v3.4.0 |
| 235 | 2025-04-15T03:12:37.095Z | Downloaded bit-set v0.8.0 |
| 236 | 2025-04-15T03:12:37.098Z | Downloaded globset v0.4.15 |
| 237 | 2025-04-15T03:12:37.098Z | Downloaded pretty-hex v0.2.1 |
| 238 | 2025-04-15T03:12:37.101Z | Downloaded hubpack v0.1.2 |
| 239 | 2025-04-15T03:12:37.101Z | Downloaded bzip2 v0.4.4 |
| 240 | 2025-04-15T03:12:37.104Z | Downloaded progenitor-client v0.8.0 |
| 241 | 2025-04-15T03:12:37.107Z | Downloaded predicates-tree v1.0.11 |
| 242 | 2025-04-15T03:12:37.107Z | Downloaded httptest v0.16.3 |
| 243 | 2025-04-15T03:12:37.111Z | Downloaded num_enum_derive v0.5.11 |
| 244 | 2025-04-15T03:12:37.114Z | Downloaded oxnet v0.1.1 |
| 245 | 2025-04-15T03:12:37.114Z | Downloaded paste v1.0.15 |
| 246 | 2025-04-15T03:12:37.117Z | Downloaded pest_generator v2.7.14 |
| 247 | 2025-04-15T03:12:37.120Z | Downloaded password-hash v0.4.2 |
| 248 | 2025-04-15T03:12:37.124Z | Downloaded target-triple v0.1.3 |
| 249 | 2025-04-15T03:12:37.124Z | Downloaded parking v2.2.1 |
| 250 | 2025-04-15T03:12:37.127Z | Downloaded num v0.4.3 |
| 251 | 2025-04-15T03:12:37.130Z | Downloaded highway v1.3.0 |
| 252 | 2025-04-15T03:12:37.130Z | Downloaded blake2b_simd v1.0.2 |
| 253 | 2025-04-15T03:12:37.133Z | Downloaded fs_extra v1.3.0 |
| 254 | 2025-04-15T03:12:37.136Z | Downloaded atomic-waker v1.1.2 |
| 255 | 2025-04-15T03:12:37.136Z | Downloaded pkg-config v0.3.31 |
| 256 | 2025-04-15T03:12:37.139Z | Downloaded termtree v0.5.1 |
| 257 | 2025-04-15T03:12:37.142Z | Downloaded hyper-staticfile v0.10.1 |
| 258 | 2025-04-15T03:12:37.145Z | Downloaded blake2 v0.10.6 |
| 259 | 2025-04-15T03:12:37.149Z | Downloaded async-io v2.3.4 |
| 260 | 2025-04-15T03:12:37.152Z | Downloaded httparse v1.9.5 |
| 261 | 2025-04-15T03:12:37.155Z | Downloaded async-task v4.7.1 |
| 262 | 2025-04-15T03:12:37.158Z | Downloaded async-bb8-diesel v0.2.1 |
| 263 | 2025-04-15T03:12:37.161Z | Downloaded hickory-client v0.24.4 |
| 264 | 2025-04-15T03:12:37.165Z | Downloaded ahash v0.8.11 |
| 265 | 2025-04-15T03:12:37.168Z | Downloaded hmac v0.12.1 |
| 266 | 2025-04-15T03:12:37.171Z | Downloaded getrandom v0.3.1 |
| 267 | 2025-04-15T03:12:37.175Z | Downloaded usdt-macro v0.5.0 |
| 268 | 2025-04-15T03:12:37.178Z | Downloaded termtree v0.4.1 |
| 269 | 2025-04-15T03:12:37.181Z | Downloaded rand_core v0.6.4 |
| 270 | 2025-04-15T03:12:37.181Z | Downloaded zone_cfg_derive v0.1.2 |
| 271 | 2025-04-15T03:12:37.184Z | Downloaded zerofrom v0.1.4 |
| 272 | 2025-04-15T03:12:37.185Z | Downloaded wait-timeout v0.2.0 |
| 273 | 2025-04-15T03:12:37.188Z | Downloaded quick-error v1.2.3 |
| 274 | 2025-04-15T03:12:37.191Z | Downloaded zone_cfg_derive v0.3.0 |
| 275 | 2025-04-15T03:12:37.191Z | Downloaded owo-colors v4.2.0 |
| 276 | 2025-04-15T03:12:37.194Z | Downloaded rustc_version v0.4.1 |
| 277 | 2025-04-15T03:12:37.197Z | Downloaded resolv-conf v0.7.0 |
| 278 | 2025-04-15T03:12:37.200Z | Downloaded ssh-cipher v0.2.0 |
| 279 | 2025-04-15T03:12:37.200Z | Downloaded sha1 v0.10.6 |
| 280 | 2025-04-15T03:12:37.203Z | Downloaded ciborium-io v0.2.2 |
| 281 | 2025-04-15T03:12:37.206Z | Downloaded ciborium-ll v0.2.2 |
| 282 | 2025-04-15T03:12:37.206Z | Downloaded scopeguard v1.2.0 |
| 283 | 2025-04-15T03:12:37.209Z | Downloaded serde_regex v1.1.0 |
| 284 | 2025-04-15T03:12:37.212Z | Downloaded synstructure v0.13.1 |
| 285 | 2025-04-15T03:12:37.212Z | Downloaded same-file v1.0.6 |
| 286 | 2025-04-15T03:12:37.215Z | Downloaded slog-envlogger v2.2.0 |
| 287 | 2025-04-15T03:12:37.218Z | Downloaded slog-dtrace v0.3.0 |
| 288 | 2025-04-15T03:12:37.219Z | Downloaded tinystr v0.7.6 |
| 289 | 2025-04-15T03:12:37.222Z | Downloaded toml_datetime v0.6.8 |
| 290 | 2025-04-15T03:12:37.225Z | Downloaded cstr-argument v0.1.2 |
| 291 | 2025-04-15T03:12:37.228Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 292 | 2025-04-15T03:12:37.228Z | Downloaded base64 v0.13.1 |
| 293 | 2025-04-15T03:12:37.231Z | Downloaded anyhow v1.0.97 |
| 294 | 2025-04-15T03:12:37.235Z | Downloaded tiny-keccak v2.0.2 |
| 295 | 2025-04-15T03:12:37.238Z | Downloaded stringmetrics v2.2.2 |
| 296 | 2025-04-15T03:12:37.241Z | Downloaded string_cache v0.8.9 |
| 297 | 2025-04-15T03:12:37.244Z | Downloaded slog-bunyan v2.5.0 |
| 298 | 2025-04-15T03:12:37.247Z | Downloaded slog-async v2.8.0 |
| 299 | 2025-04-15T03:12:37.251Z | Downloaded topological-sort v0.2.2 |
| 300 | 2025-04-15T03:12:37.251Z | Downloaded tokio-rustls v0.25.0 |
| 301 | 2025-04-15T03:12:37.254Z | Downloaded postcard v1.0.10 |
| 302 | 2025-04-15T03:12:37.257Z | Downloaded headers v0.4.0 |
| 303 | 2025-04-15T03:12:37.262Z | Downloaded utf16_iter v1.0.5 |
| 304 | 2025-04-15T03:12:37.265Z | Downloaded wyz v0.5.1 |
| 305 | 2025-04-15T03:12:37.268Z | Downloaded writeable v0.5.5 |
| 306 | 2025-04-15T03:12:37.271Z | Downloaded vte_generate_state_changes v0.1.2 |
| 307 | 2025-04-15T03:12:37.271Z | Downloaded quote v1.0.39 |
| 308 | 2025-04-15T03:12:37.274Z | Downloaded proc-macro-error v1.0.4 |
| 309 | 2025-04-15T03:12:37.277Z | Downloaded internet-checksum v0.2.1 |
| 310 | 2025-04-15T03:12:37.280Z | Downloaded instant v0.1.13 |
| 311 | 2025-04-15T03:12:37.280Z | Downloaded pest_derive v2.7.14 |
| 312 | 2025-04-15T03:12:37.283Z | Downloaded vsss-rs v3.3.4 |
| 313 | 2025-04-15T03:12:37.286Z | Downloaded cmake v0.1.51 |
| 314 | 2025-04-15T03:12:37.290Z | Downloaded static_assertions v1.1.0 |
| 315 | 2025-04-15T03:12:37.290Z | Downloaded spki v0.7.3 |
| 316 | 2025-04-15T03:12:37.293Z | Downloaded match_cfg v0.1.0 |
| 317 | 2025-04-15T03:12:37.293Z | Downloaded lru v0.12.5 |
| 318 | 2025-04-15T03:12:37.296Z | Downloaded inout v0.1.3 |
| 319 | 2025-04-15T03:12:37.296Z | Downloaded clap_lex v0.7.4 |
| 320 | 2025-04-15T03:12:37.299Z | Downloaded backtrace v0.3.74 |
| 321 | 2025-04-15T03:12:37.302Z | Downloaded debug-ignore v1.0.5 |
| 322 | 2025-04-15T03:12:37.306Z | Downloaded tempfile v3.13.0 |
| 323 | 2025-04-15T03:12:37.309Z | Downloaded newline-converter v0.3.0 |
| 324 | 2025-04-15T03:12:37.312Z | Downloaded num-derive v0.3.3 |
| 325 | 2025-04-15T03:12:37.312Z | Downloaded parse-size v1.1.0 |
| 326 | 2025-04-15T03:12:37.315Z | Downloaded arc-swap v1.7.1 |
| 327 | 2025-04-15T03:12:37.323Z | Downloaded bumpalo v3.16.0 |
| 328 | 2025-04-15T03:12:37.327Z | Downloaded tokio-tungstenite v0.23.1 |
| 329 | 2025-04-15T03:12:37.330Z | Downloaded flume v0.11.1 |
| 330 | 2025-04-15T03:12:37.334Z | Downloaded heapless v0.8.0 |
| 331 | 2025-04-15T03:12:37.338Z | Downloaded phf_codegen v0.11.2 |
| 332 | 2025-04-15T03:12:37.341Z | Downloaded parse-display v0.10.0 |
| 333 | 2025-04-15T03:12:37.341Z | Downloaded normalize-line-endings v0.3.0 |
| 334 | 2025-04-15T03:12:37.344Z | Downloaded diesel-dtrace v0.4.2 |
| 335 | 2025-04-15T03:12:37.344Z | Downloaded typify v0.2.0 |
| 336 | 2025-04-15T03:12:37.348Z | Downloaded hickory-resolver v0.24.4 |
| 337 | 2025-04-15T03:12:37.352Z | Downloaded plotters-svg v0.3.7 |
| 338 | 2025-04-15T03:12:37.356Z | Downloaded unicode-properties v0.1.3 |
| 339 | 2025-04-15T03:12:37.359Z | Downloaded phf_shared v0.11.2 |
| 340 | 2025-04-15T03:12:37.359Z | Downloaded embedded-io v0.6.1 |
| 341 | 2025-04-15T03:12:37.362Z | Downloaded libefi-sys v0.1.0 |
| 342 | 2025-04-15T03:12:37.362Z | Downloaded lazycell v1.3.0 |
| 343 | 2025-04-15T03:12:37.365Z | Downloaded lazy_static v1.5.0 |
| 344 | 2025-04-15T03:12:37.365Z | Downloaded ed25519 v2.2.3 |
| 345 | 2025-04-15T03:12:37.368Z | Downloaded vte v0.11.1 |
| 346 | 2025-04-15T03:12:37.371Z | Downloaded zerocopy-derive v0.7.35 |
| 347 | 2025-04-15T03:12:37.374Z | Downloaded maybe-uninit v2.0.0 |
| 348 | 2025-04-15T03:12:37.377Z | Downloaded papergrid v0.14.0 |
| 349 | 2025-04-15T03:12:37.381Z | Downloaded iana-time-zone v0.1.61 |
| 350 | 2025-04-15T03:12:37.384Z | Downloaded allocator-api2 v0.2.18 |
| 351 | 2025-04-15T03:12:37.387Z | Downloaded subprocess v0.2.9 |
| 352 | 2025-04-15T03:12:37.390Z | Downloaded lalrpop-util v0.19.12 |
| 353 | 2025-04-15T03:12:37.393Z | Downloaded mime_guess v2.0.5 |
| 354 | 2025-04-15T03:12:37.396Z | Downloaded packed_struct v0.10.1 |
| 355 | 2025-04-15T03:12:37.396Z | Downloaded sigpipe v0.1.3 |
| 356 | 2025-04-15T03:12:37.399Z | Downloaded num-derive v0.4.2 |
| 357 | 2025-04-15T03:12:37.403Z | Downloaded supports-color v3.0.2 |
| 358 | 2025-04-15T03:12:37.403Z | Downloaded base64 v0.22.1 |
| 359 | 2025-04-15T03:12:37.406Z | Downloaded signal-hook-mio v0.2.4 |
| 360 | 2025-04-15T03:12:37.410Z | Downloaded bytes v1.10.1 |
| 361 | 2025-04-15T03:12:37.413Z | Downloaded signal-hook-tokio v0.3.1 |
| 362 | 2025-04-15T03:12:37.416Z | Downloaded phf_generator v0.11.2 |
| 363 | 2025-04-15T03:12:37.419Z | Downloaded derive_builder v0.20.2 |
| 364 | 2025-04-15T03:12:37.422Z | Downloaded test-strategy v0.4.0 |
| 365 | 2025-04-15T03:12:37.426Z | Downloaded tinyvec_macros v0.1.1 |
| 366 | 2025-04-15T03:12:37.429Z | Downloaded parse-display-derive v0.10.0 |
| 367 | 2025-04-15T03:12:37.429Z | Downloaded typify v0.3.0 |
| 368 | 2025-04-15T03:12:37.437Z | Downloaded plotters-backend v0.3.7 |
| 369 | 2025-04-15T03:12:37.437Z | Downloaded usdt-attr-macro v0.5.0 |
| 370 | 2025-04-15T03:12:37.437Z | Downloaded predicates v3.1.3 |
| 371 | 2025-04-15T03:12:37.441Z | Downloaded embedded-io v0.4.0 |
| 372 | 2025-04-15T03:12:37.441Z | Downloaded phf v0.11.2 |
| 373 | 2025-04-15T03:12:37.444Z | Downloaded time-core v0.1.2 |
| 374 | 2025-04-15T03:12:37.444Z | Downloaded tower-service v0.3.3 |
| 375 | 2025-04-15T03:12:37.448Z | Downloaded psl-types v2.0.11 |
| 376 | 2025-04-15T03:12:37.448Z | Downloaded instability v0.3.2 |
| 377 | 2025-04-15T03:12:37.451Z | Downloaded tower-layer v0.3.3 |
| 378 | 2025-04-15T03:12:37.451Z | Downloaded hickory-server v0.24.4 |
| 379 | 2025-04-15T03:12:37.456Z | Downloaded try-lock v0.2.5 |
| 380 | 2025-04-15T03:12:37.459Z | Downloaded heapless v0.7.17 |
| 381 | 2025-04-15T03:12:37.462Z | Downloaded zerofrom-derive v0.1.4 |
| 382 | 2025-04-15T03:12:37.465Z | Downloaded rustc_version v0.1.7 |
| 383 | 2025-04-15T03:12:37.465Z | Downloaded itoa v1.0.11 |
| 384 | 2025-04-15T03:12:37.468Z | Downloaded log v0.4.22 |
| 385 | 2025-04-15T03:12:37.472Z | Downloaded serde_yaml v0.9.34+deprecated |
| 386 | 2025-04-15T03:12:37.474Z | Downloaded serde_spanned v0.6.8 |
| 387 | 2025-04-15T03:12:37.477Z | Downloaded schemars v0.8.22 |
| 388 | 2025-04-15T03:12:37.487Z | Downloaded sqlformat v0.2.6 |
| 389 | 2025-04-15T03:12:37.490Z | Downloaded doc-comment v0.3.3 |
| 390 | 2025-04-15T03:12:37.493Z | Downloaded subtle v2.6.1 |
| 391 | 2025-04-15T03:12:37.493Z | Downloaded signal-hook-registry v1.4.2 |
| 392 | 2025-04-15T03:12:37.496Z | Downloaded crossbeam-epoch v0.9.18 |
| 393 | 2025-04-15T03:12:37.499Z | Downloaded smawk v0.3.2 |
| 394 | 2025-04-15T03:12:37.499Z | Downloaded strsim v0.11.1 |
| 395 | 2025-04-15T03:12:37.503Z | Downloaded tungstenite v0.21.0 |
| 396 | 2025-04-15T03:12:37.506Z | Downloaded thiserror v1.0.69 |
| 397 | 2025-04-15T03:12:37.510Z | Downloaded tabwriter v1.4.0 |
| 398 | 2025-04-15T03:12:37.513Z | Downloaded hashbrown v0.13.2 |
| 399 | 2025-04-15T03:12:37.516Z | Downloaded utf8_iter v1.0.4 |
| 400 | 2025-04-15T03:12:37.519Z | Downloaded proc-macro-error2 v2.0.1 |
| 401 | 2025-04-15T03:12:37.522Z | Downloaded dropshot_endpoint v0.16.0 |
| 402 | 2025-04-15T03:12:37.526Z | Downloaded rfc6979 v0.4.0 |
| 403 | 2025-04-15T03:12:37.528Z | Downloaded dropshot_endpoint v0.12.0 |
| 404 | 2025-04-15T03:12:37.531Z | Downloaded unicode-ident v1.0.14 |
| 405 | 2025-04-15T03:12:37.534Z | Downloaded zerocopy-derive v0.8.10 |
| 406 | 2025-04-15T03:12:37.538Z | Downloaded untrusted v0.9.0 |
| 407 | 2025-04-15T03:12:37.542Z | Downloaded rustls-native-certs v0.7.3 |
| 408 | 2025-04-15T03:12:37.545Z | Downloaded cc v1.2.15 |
| 409 | 2025-04-15T03:12:37.548Z | Downloaded rust-argon2 v2.1.0 |
| 410 | 2025-04-15T03:12:37.551Z | Downloaded rand v0.8.5 |
| 411 | 2025-04-15T03:12:37.554Z | Downloaded multimap v0.10.0 |
| 412 | 2025-04-15T03:12:37.557Z | Downloaded zeroize v1.8.1 |
| 413 | 2025-04-15T03:12:37.557Z | Downloaded typenum v1.17.0 |
| 414 | 2025-04-15T03:12:37.560Z | Downloaded colorchoice v1.0.2 |
| 415 | 2025-04-15T03:12:37.563Z | Downloaded signature v2.2.0 |
| 416 | 2025-04-15T03:12:37.566Z | Downloaded nu-ansi-term v0.50.1 |
| 417 | 2025-04-15T03:12:37.566Z | Downloaded crossbeam-utils v0.8.21 |
| 418 | 2025-04-15T03:12:37.569Z | Downloaded multer v3.1.0 |
| 419 | 2025-04-15T03:12:37.572Z | Downloaded http v1.2.0 |
| 420 | 2025-04-15T03:12:37.576Z | Downloaded difflib v0.4.0 |
| 421 | 2025-04-15T03:12:37.578Z | Downloaded strip-ansi-escapes v0.2.0 |
| 422 | 2025-04-15T03:12:37.581Z | Downloaded term v0.7.0 |
| 423 | 2025-04-15T03:12:37.584Z | Downloaded diesel_derives v2.2.3 |
| 424 | 2025-04-15T03:12:37.587Z | Downloaded hyper-tls v0.6.0 |
| 425 | 2025-04-15T03:12:37.590Z | Downloaded crypto-common v0.1.6 |
| 426 | 2025-04-15T03:12:37.590Z | Downloaded hashbrown v0.12.3 |
| 427 | 2025-04-15T03:12:37.594Z | Downloaded thiserror v2.0.12 |
| 428 | 2025-04-15T03:12:37.600Z | Downloaded predicates-core v1.0.8 |
| 429 | 2025-04-15T03:12:37.603Z | Downloaded ctr v0.9.2 |
| 430 | 2025-04-15T03:12:37.605Z | Downloaded tracing-attributes v0.1.27 |
| 431 | 2025-04-15T03:12:37.609Z | Downloaded is_terminal_polyfill v1.70.1 |
| 432 | 2025-04-15T03:12:37.609Z | Downloaded keccak v0.1.5 |
| 433 | 2025-04-15T03:12:37.612Z | Downloaded indoc v2.0.6 |
| 434 | 2025-04-15T03:12:37.615Z | Downloaded ron v0.7.1 |
| 435 | 2025-04-15T03:12:37.618Z | Downloaded rand v0.9.0 |
| 436 | 2025-04-15T03:12:37.621Z | Downloaded md-5 v0.10.6 |
| 437 | 2025-04-15T03:12:37.624Z | Downloaded libscf-sys v1.1.0 |
| 438 | 2025-04-15T03:12:37.628Z | Downloaded proc-macro2 v1.0.94 |
| 439 | 2025-04-15T03:12:37.628Z | Downloaded indoc v1.0.9 |
| 440 | 2025-04-15T03:12:37.631Z | Downloaded sqlparser_derive v0.2.2 |
| 441 | 2025-04-15T03:12:37.634Z | Downloaded scroll_derive v0.12.0 |
| 442 | 2025-04-15T03:12:37.634Z | Downloaded yoke v0.7.4 |
| 443 | 2025-04-15T03:12:37.637Z | Downloaded swrite v0.1.0 |
| 444 | 2025-04-15T03:12:37.637Z | Downloaded newtype-uuid v1.2.1 |
| 445 | 2025-04-15T03:12:37.640Z | Downloaded usdt v0.5.0 |
| 446 | 2025-04-15T03:12:37.640Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 447 | 2025-04-15T03:12:37.643Z | Downloaded pathdiff v0.2.3 |
| 448 | 2025-04-15T03:12:37.646Z | Downloaded cobs v0.2.3 |
| 449 | 2025-04-15T03:12:37.646Z | Downloaded path-tree v0.8.1 |
| 450 | 2025-04-15T03:12:37.649Z | Downloaded clap_derive v4.5.32 |
| 451 | 2025-04-15T03:12:37.652Z | Downloaded steno v0.4.1 |
| 452 | 2025-04-15T03:12:37.655Z | Downloaded void v1.0.2 |
| 453 | 2025-04-15T03:12:37.658Z | Downloaded nanorand v0.7.0 |
| 454 | 2025-04-15T03:12:37.661Z | Downloaded colored v2.2.0 |
| 455 | 2025-04-15T03:12:37.664Z | Downloaded percent-encoding v2.3.1 |
| 456 | 2025-04-15T03:12:37.665Z | Downloaded packed_struct_codegen v0.10.1 |
| 457 | 2025-04-15T03:12:37.668Z | Downloaded oorandom v11.1.4 |
| 458 | 2025-04-15T03:12:37.668Z | Downloaded target-spec v3.4.2 |
| 459 | 2025-04-15T03:12:37.671Z | Downloaded diff v0.1.13 |
| 460 | 2025-04-15T03:12:37.674Z | Downloaded toml_edit v0.19.15 |
| 461 | 2025-04-15T03:12:37.688Z | Downloaded write16 v1.0.0 |
| 462 | 2025-04-15T03:12:37.691Z | Downloaded rcgen v0.12.1 |
| 463 | 2025-04-15T03:12:37.694Z | Downloaded indexmap v2.7.1 |
| 464 | 2025-04-15T03:12:37.696Z | Downloaded radium v0.7.0 |
| 465 | 2025-04-15T03:12:37.699Z | Downloaded r2d2 v0.8.10 |
| 466 | 2025-04-15T03:12:37.702Z | Downloaded progenitor-macro v0.8.0 |
| 467 | 2025-04-15T03:12:37.702Z | Downloaded proc-macro-error-attr v1.0.4 |
| 468 | 2025-04-15T03:12:37.706Z | Downloaded polyval v0.6.2 |
| 469 | 2025-04-15T03:12:37.706Z | Downloaded trybuild v1.0.103 |
| 470 | 2025-04-15T03:12:37.710Z | Downloaded scroll v0.12.0 |
| 471 | 2025-04-15T03:12:37.713Z | Downloaded memmap2 v0.9.5 |
| 472 | 2025-04-15T03:12:37.716Z | Downloaded salsa20 v0.10.2 |
| 473 | 2025-04-15T03:12:37.716Z | Downloaded rtoolbox v0.0.2 |
| 474 | 2025-04-15T03:12:37.719Z | Downloaded lzss v0.8.2 |
| 475 | 2025-04-15T03:12:37.722Z | Downloaded rusty-fork v0.3.0 |
| 476 | 2025-04-15T03:12:37.722Z | Downloaded ssh-encoding v0.2.0 |
| 477 | 2025-04-15T03:12:37.725Z | Downloaded strum_macros v0.25.3 |
| 478 | 2025-04-15T03:12:37.728Z | Downloaded smallvec v0.6.14 |
| 479 | 2025-04-15T03:12:37.728Z | Downloaded scrypt v0.11.0 |
| 480 | 2025-04-15T03:12:37.732Z | Downloaded native-tls v0.2.12 |
| 481 | 2025-04-15T03:12:37.732Z | Downloaded der v0.7.9 |
| 482 | 2025-04-15T03:12:37.737Z | Downloaded icu_provider_macros v1.5.0 |
| 483 | 2025-04-15T03:12:37.740Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 484 | 2025-04-15T03:12:37.740Z | Downloaded thiserror-impl v1.0.69 |
| 485 | 2025-04-15T03:12:37.743Z | Downloaded lockfree-object-pool v0.1.6 |
| 486 | 2025-04-15T03:12:37.746Z | Downloaded pem-rfc7468 v0.7.0 |
| 487 | 2025-04-15T03:12:37.750Z | Downloaded newtype_derive v0.1.6 |
| 488 | 2025-04-15T03:12:37.750Z | Downloaded clap v4.5.35 |
| 489 | 2025-04-15T03:12:37.757Z | Downloaded enum-as-inner v0.6.1 |
| 490 | 2025-04-15T03:12:37.760Z | Downloaded toml_edit v0.22.24 |
| 491 | 2025-04-15T03:12:37.779Z | Downloaded number_prefix v0.4.0 |
| 492 | 2025-04-15T03:12:37.783Z | Downloaded num_threads v0.1.7 |
| 493 | 2025-04-15T03:12:37.783Z | Downloaded criterion-plot v0.5.0 |
| 494 | 2025-04-15T03:12:37.786Z | Downloaded version_check v0.9.5 |
| 495 | 2025-04-15T03:12:37.786Z | Downloaded utf8parse v0.2.2 |
| 496 | 2025-04-15T03:12:37.789Z | Downloaded tui-tree-widget v0.23.0 |
| 497 | 2025-04-15T03:12:37.792Z | Downloaded poly1305 v0.8.0 |
| 498 | 2025-04-15T03:12:37.795Z | Downloaded daft v0.1.3 |
| 499 | 2025-04-15T03:12:37.795Z | Downloaded litrs v0.4.1 |
| 500 | 2025-04-15T03:12:37.799Z | Downloaded qorb v0.3.1 |
| 501 | 2025-04-15T03:12:37.802Z | Downloaded ref-cast v1.0.23 |
| 502 | 2025-04-15T03:12:37.805Z | Downloaded kv-log-macro v1.0.7 |
| 503 | 2025-04-15T03:12:37.808Z | Downloaded dirs-next v2.0.0 |
| 504 | 2025-04-15T03:12:37.808Z | Downloaded data-encoding v2.6.0 |
| 505 | 2025-04-15T03:12:37.811Z | Downloaded libloading v0.8.5 |
| 506 | 2025-04-15T03:12:37.814Z | Downloaded constant_time_eq v0.3.1 |
| 507 | 2025-04-15T03:12:37.817Z | Downloaded smallvec v1.14.0 |
| 508 | 2025-04-15T03:12:37.817Z | Downloaded sct v0.7.1 |
| 509 | 2025-04-15T03:12:37.820Z | Downloaded icu_normalizer v1.5.0 |
| 510 | 2025-04-15T03:12:37.824Z | Downloaded digest v0.10.7 |
| 511 | 2025-04-15T03:12:37.827Z | Downloaded target-lexicon v0.13.2 |
| 512 | 2025-04-15T03:12:37.830Z | Downloaded chacha20poly1305 v0.10.1 |
| 513 | 2025-04-15T03:12:37.834Z | Downloaded derive-where v1.2.7 |
| 514 | 2025-04-15T03:12:37.837Z | Downloaded lock_api v0.4.12 |
| 515 | 2025-04-15T03:12:37.837Z | Downloaded strum_macros v0.26.4 |
| 516 | 2025-04-15T03:12:37.840Z | Downloaded once_cell v1.21.3 |
| 517 | 2025-04-15T03:12:37.843Z | Downloaded hashbrown v0.15.1 |
| 518 | 2025-04-15T03:12:37.847Z | Downloaded nibble_vec v0.1.0 |
| 519 | 2025-04-15T03:12:37.850Z | Downloaded futures-util v0.3.31 |
| 520 | 2025-04-15T03:12:37.860Z | Downloaded twox-hash v2.1.0 |
| 521 | 2025-04-15T03:12:37.863Z | Downloaded hkdf v0.12.4 |
| 522 | 2025-04-15T03:12:37.866Z | Downloaded xshell v0.2.7 |
| 523 | 2025-04-15T03:12:37.869Z | Downloaded num-integer v0.1.46 |
| 524 | 2025-04-15T03:12:37.872Z | Downloaded num-bigint v0.4.6 |
| 525 | 2025-04-15T03:12:37.875Z | Downloaded aes-gcm v0.10.3 |
| 526 | 2025-04-15T03:12:37.879Z | Downloaded piper v0.2.4 |
| 527 | 2025-04-15T03:12:37.882Z | Downloaded publicsuffix v2.3.0 |
| 528 | 2025-04-15T03:12:37.885Z | Downloaded lru-cache v0.1.2 |
| 529 | 2025-04-15T03:12:37.885Z | Downloaded omicron-zone-package v0.12.0 |
| 530 | 2025-04-15T03:12:37.888Z | Downloaded dirs-sys-next v0.1.2 |
| 531 | 2025-04-15T03:12:37.891Z | Downloaded url v2.5.3 |
| 532 | 2025-04-15T03:12:37.894Z | Downloaded unicode-normalization v0.1.24 |
| 533 | 2025-04-15T03:12:37.897Z | Downloaded nodrop v0.1.14 |
| 534 | 2025-04-15T03:12:37.900Z | Downloaded rustls-pemfile v1.0.4 |
| 535 | 2025-04-15T03:12:37.903Z | Downloaded const_format_proc_macros v0.2.34 |
| 536 | 2025-04-15T03:12:37.906Z | Downloaded ref-cast-impl v1.0.23 |
| 537 | 2025-04-15T03:12:37.906Z | Downloaded hyper v1.6.0 |
| 538 | 2025-04-15T03:12:37.912Z | Downloaded ppv-lite86 v0.2.20 |
| 539 | 2025-04-15T03:12:37.915Z | Downloaded powerfmt v0.2.0 |
| 540 | 2025-04-15T03:12:37.918Z | Downloaded ryu v1.0.18 |
| 541 | 2025-04-15T03:12:37.921Z | Downloaded tokio-native-tls v0.3.1 |
| 542 | 2025-04-15T03:12:37.921Z | Downloaded thiserror-impl v2.0.12 |
| 543 | 2025-04-15T03:12:37.924Z | Downloaded rustversion v1.0.17 |
| 544 | 2025-04-15T03:12:37.927Z | Downloaded tracing-core v0.1.32 |
| 545 | 2025-04-15T03:12:37.930Z | Downloaded pretty-hex v0.4.1 |
| 546 | 2025-04-15T03:12:37.933Z | Downloaded precomputed-hash v0.1.1 |
| 547 | 2025-04-15T03:12:37.933Z | Downloaded icu_locid_transform_data v1.5.0 |
| 548 | 2025-04-15T03:12:37.936Z | Downloaded slog-scope v4.4.0 |
| 549 | 2025-04-15T03:12:37.936Z | Downloaded des v0.8.1 |
| 550 | 2025-04-15T03:12:37.940Z | Downloaded der_derive v0.7.3 |
| 551 | 2025-04-15T03:12:37.943Z | Downloaded unicode-truncate v1.1.0 |
| 552 | 2025-04-15T03:12:37.943Z | Downloaded parse-zoneinfo v0.3.1 |
| 553 | 2025-04-15T03:12:37.946Z | Downloaded mime v0.3.17 |
| 554 | 2025-04-15T03:12:37.949Z | Downloaded csv-core v0.1.11 |
| 555 | 2025-04-15T03:12:37.949Z | Downloaded tinyvec v1.8.0 |
| 556 | 2025-04-15T03:12:37.952Z | Downloaded prettyplease v0.2.30 |
| 557 | 2025-04-15T03:12:37.956Z | Downloaded x509-cert v0.2.5 |
| 558 | 2025-04-15T03:12:37.963Z | Downloaded strum v0.26.3 |
| 559 | 2025-04-15T03:12:37.966Z | Downloaded slab v0.4.9 |
| 560 | 2025-04-15T03:12:37.969Z | Downloaded untrusted v0.7.1 |
| 561 | 2025-04-15T03:12:37.969Z | Downloaded tungstenite v0.23.0 |
| 562 | 2025-04-15T03:12:37.972Z | Downloaded concurrent-queue v2.5.0 |
| 563 | 2025-04-15T03:12:37.975Z | Downloaded icu_normalizer_data v1.5.0 |
| 564 | 2025-04-15T03:12:37.978Z | Downloaded rstest_macros v0.24.0 |
| 565 | 2025-04-15T03:12:37.981Z | Downloaded crypto-bigint v0.5.5 |
| 566 | 2025-04-15T03:12:37.986Z | Downloaded tracing v0.1.40 |
| 567 | 2025-04-15T03:12:37.991Z | Downloaded derive_builder_macro v0.20.2 |
| 568 | 2025-04-15T03:12:37.994Z | Downloaded parking_lot v0.11.2 |
| 569 | 2025-04-15T03:12:37.997Z | Downloaded semver v1.0.25 |
| 570 | 2025-04-15T03:12:38.000Z | Downloaded want v0.3.1 |
| 571 | 2025-04-15T03:12:38.000Z | Downloaded unicode-xid v0.2.6 |
| 572 | 2025-04-15T03:12:38.004Z | Downloaded terminal_size v0.4.0 |
| 573 | 2025-04-15T03:12:38.004Z | Downloaded derive_builder_core v0.20.2 |
| 574 | 2025-04-15T03:12:38.007Z | Downloaded postgres-types v0.2.9 |
| 575 | 2025-04-15T03:12:38.010Z | Downloaded linked-hash-map v0.5.6 |
| 576 | 2025-04-15T03:12:38.013Z | Downloaded unicode_categories v0.1.1 |
| 577 | 2025-04-15T03:12:38.013Z | Downloaded ena v0.14.3 |
| 578 | 2025-04-15T03:12:38.016Z | Downloaded icu_provider v1.5.0 |
| 579 | 2025-04-15T03:12:38.019Z | Downloaded postgres-protocol v0.6.8 |
| 580 | 2025-04-15T03:12:38.022Z | Downloaded tar v0.4.44 |
| 581 | 2025-04-15T03:12:38.025Z | Downloaded zopfli v0.8.1 |
| 582 | 2025-04-15T03:12:38.028Z | Downloaded crc8 v0.1.1 |
| 583 | 2025-04-15T03:12:38.028Z | Downloaded spin v0.9.8 |
| 584 | 2025-04-15T03:12:38.031Z | Downloaded derive_more v0.99.19 |
| 585 | 2025-04-15T03:12:38.035Z | Downloaded tokio-rustls v0.24.1 |
| 586 | 2025-04-15T03:12:38.038Z | Downloaded slog-stdlog v4.1.1 |
| 587 | 2025-04-15T03:12:38.041Z | Downloaded icu_locid_transform v1.5.0 |
| 588 | 2025-04-15T03:12:38.044Z | Downloaded memoffset v0.9.1 |
| 589 | 2025-04-15T03:12:38.047Z | Downloaded memmap v0.7.0 |
| 590 | 2025-04-15T03:12:38.047Z | Downloaded quinn-udp v0.5.5 |
| 591 | 2025-04-15T03:12:38.050Z | Downloaded goblin v0.8.2 |
| 592 | 2025-04-15T03:12:38.055Z | Downloaded value-bag v1.9.0 |
| 593 | 2025-04-15T03:12:38.058Z | Downloaded rand_xorshift v0.3.0 |
| 594 | 2025-04-15T03:12:38.061Z | Downloaded rand_seeder v0.3.0 |
| 595 | 2025-04-15T03:12:38.064Z | Downloaded clang-sys v1.8.1 |
| 596 | 2025-04-15T03:12:38.067Z | Downloaded peg-runtime v0.8.5 |
| 597 | 2025-04-15T03:12:38.067Z | Downloaded serde_urlencoded v0.7.1 |
| 598 | 2025-04-15T03:12:38.070Z | Downloaded structmeta-derive v0.3.0 |
| 599 | 2025-04-15T03:12:38.070Z | Downloaded serde_tokenstream v0.2.2 |
| 600 | 2025-04-15T03:12:38.074Z | Downloaded termios v0.3.3 |
| 601 | 2025-04-15T03:12:38.077Z | Downloaded uzers v0.12.1 |
| 602 | 2025-04-15T03:12:38.077Z | Downloaded pin-project v1.1.6 |
| 603 | 2025-04-15T03:12:38.088Z | Downloaded oso-derive v0.27.3 |
| 604 | 2025-04-15T03:12:38.092Z | Downloaded serde-big-array v0.5.1 |
| 605 | 2025-04-15T03:12:38.092Z | Downloaded rpassword v7.3.1 |
| 606 | 2025-04-15T03:12:38.095Z | Downloaded universal-hash v0.5.1 |
| 607 | 2025-04-15T03:12:38.095Z | Downloaded take_mut v0.2.2 |
| 608 | 2025-04-15T03:12:38.098Z | Downloaded chrono-tz-build v0.4.0 |
| 609 | 2025-04-15T03:12:38.098Z | Downloaded litemap v0.7.3 |
| 610 | 2025-04-15T03:12:38.101Z | Downloaded zone v0.3.1 |
| 611 | 2025-04-15T03:12:38.104Z | Downloaded tabled_derive v0.10.0 |
| 612 | 2025-04-15T03:12:38.104Z | Downloaded typify-macro v0.2.0 |
| 613 | 2025-04-15T03:12:38.104Z | Downloaded rustls-pemfile v2.2.0 |
| 614 | 2025-04-15T03:12:38.107Z | Downloaded mio v1.0.2 |
| 615 | 2025-04-15T03:12:38.113Z | Downloaded salty v0.3.0 |
| 616 | 2025-04-15T03:12:38.120Z | Downloaded slog-term v2.9.1 |
| 617 | 2025-04-15T03:12:38.123Z | Downloaded elliptic-curve v0.13.8 |
| 618 | 2025-04-15T03:12:38.127Z | Downloaded tap v1.0.1 |
| 619 | 2025-04-15T03:12:38.130Z | Downloaded rand_distr v0.4.3 |
| 620 | 2025-04-15T03:12:38.133Z | Downloaded git2 v0.19.0 |
| 621 | 2025-04-15T03:12:38.141Z | Downloaded yoke-derive v0.7.4 |
| 622 | 2025-04-15T03:12:38.144Z | Downloaded defmt-parser v0.3.4 |
| 623 | 2025-04-15T03:12:38.147Z | Downloaded deranged v0.3.11 |
| 624 | 2025-04-15T03:12:38.147Z | Downloaded darling_macro v0.20.10 |
| 625 | 2025-04-15T03:12:38.150Z | Downloaded rand_core v0.9.2 |
| 626 | 2025-04-15T03:12:38.150Z | Downloaded h2 v0.4.6 |
| 627 | 2025-04-15T03:12:38.156Z | Downloaded libsw-core v0.3.1 |
| 628 | 2025-04-15T03:12:38.159Z | Downloaded kstat-rs v0.2.4 |
| 629 | 2025-04-15T03:12:38.162Z | Downloaded tokio-util v0.7.13 |
| 630 | 2025-04-15T03:12:38.166Z | Downloaded linear-map v1.2.0 |
| 631 | 2025-04-15T03:12:38.169Z | Downloaded defmt-macros v0.3.9 |
| 632 | 2025-04-15T03:12:38.172Z | Downloaded num-bigint-dig v0.8.4 |
| 633 | 2025-04-15T03:12:38.176Z | Downloaded ipnet v2.11.0 |
| 634 | 2025-04-15T03:12:38.179Z | Downloaded aws-lc-rs v1.12.4 |
| 635 | 2025-04-15T03:12:38.187Z | Downloaded dtrace-parser v0.2.0 |
| 636 | 2025-04-15T03:12:38.191Z | Downloaded similar-asserts v1.7.0 |
| 637 | 2025-04-15T03:12:38.195Z | Downloaded termcolor v1.4.1 |
| 638 | 2025-04-15T03:12:38.195Z | Downloaded progenitor v0.8.0 |
| 639 | 2025-04-15T03:12:38.197Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 640 | 2025-04-15T03:12:38.197Z | Downloaded rustls-pki-types v1.10.0 |
| 641 | 2025-04-15T03:12:38.200Z | Downloaded which v4.4.2 |
| 642 | 2025-04-15T03:12:38.203Z | Downloaded either v1.14.0 |
| 643 | 2025-04-15T03:12:38.204Z | Downloaded papergrid v0.11.0 |
| 644 | 2025-04-15T03:12:38.209Z | Downloaded ecdsa v0.16.9 |
| 645 | 2025-04-15T03:12:38.212Z | Downloaded tokio-postgres v0.7.13 |
| 646 | 2025-04-15T03:12:38.216Z | Downloaded convert_case v0.4.0 |
| 647 | 2025-04-15T03:12:38.219Z | Downloaded serde-hex v0.1.0 |
| 648 | 2025-04-15T03:12:38.223Z | Downloaded snafu v0.8.5 |
| 649 | 2025-04-15T03:12:38.226Z | Downloaded whoami v1.5.2 |
| 650 | 2025-04-15T03:12:38.229Z | Downloaded unicase v2.7.0 |
| 651 | 2025-04-15T03:12:38.232Z | Downloaded bitvec v1.0.1 |
| 652 | 2025-04-15T03:12:38.244Z | Downloaded sync-ptr v0.1.1 |
| 653 | 2025-04-15T03:12:38.248Z | Downloaded const_format v0.2.34 |
| 654 | 2025-04-15T03:12:38.251Z | Downloaded idna_adapter v1.2.0 |
| 655 | 2025-04-15T03:12:38.254Z | Downloaded xshell-macros v0.2.7 |
| 656 | 2025-04-15T03:12:38.254Z | Downloaded progenitor-macro v0.9.1 |
| 657 | 2025-04-15T03:12:38.257Z | Downloaded proc-macro-crate v1.3.1 |
| 658 | 2025-04-15T03:12:38.257Z | Downloaded textwrap v0.16.1 |
| 659 | 2025-04-15T03:12:38.260Z | Downloaded num_enum v0.5.11 |
| 660 | 2025-04-15T03:12:38.264Z | Downloaded libsw v3.4.0 |
| 661 | 2025-04-15T03:12:38.267Z | Downloaded pin-project-internal v1.1.6 |
| 662 | 2025-04-15T03:12:38.270Z | Downloaded itertools v0.10.5 |
| 663 | 2025-04-15T03:12:38.274Z | Downloaded openssl-macros v0.1.1 |
| 664 | 2025-04-15T03:12:38.277Z | Downloaded serde v1.0.219 |
| 665 | 2025-04-15T03:12:38.280Z | Downloaded terminal_size v0.2.6 |
| 666 | 2025-04-15T03:12:38.283Z | Downloaded sync_wrapper v1.0.1 |
| 667 | 2025-04-15T03:12:38.283Z | Downloaded tls_codec v0.4.1 |
| 668 | 2025-04-15T03:12:38.286Z | Downloaded serde_derive_internals v0.29.1 |
| 669 | 2025-04-15T03:12:38.289Z | Downloaded rustc-hash v2.1.1 |
| 670 | 2025-04-15T03:12:38.289Z | Downloaded peg v0.8.5 |
| 671 | 2025-04-15T03:12:38.293Z | Downloaded indent_write v2.2.0 |
| 672 | 2025-04-15T03:12:38.296Z | Downloaded dunce v1.0.5 |
| 673 | 2025-04-15T03:12:38.296Z | Downloaded siphasher v0.3.11 |
| 674 | 2025-04-15T03:12:38.299Z | Downloaded toml v0.8.20 |
| 675 | 2025-04-15T03:12:38.302Z | Downloaded managed v0.8.0 |
| 676 | 2025-04-15T03:12:38.305Z | Downloaded bindgen v0.71.1 |
| 677 | 2025-04-15T03:12:38.310Z | Downloaded icu_collections v1.5.0 |
| 678 | 2025-04-15T03:12:38.316Z | Downloaded unarray v0.1.4 |
| 679 | 2025-04-15T03:12:38.319Z | Downloaded bindgen v0.69.5 |
| 680 | 2025-04-15T03:12:38.326Z | Downloaded crc-catalog v2.4.0 |
| 681 | 2025-04-15T03:12:38.329Z | Downloaded strum_macros v0.24.3 |
| 682 | 2025-04-15T03:12:38.329Z | Downloaded num-rational v0.4.2 |
| 683 | 2025-04-15T03:12:38.332Z | Downloaded miniz_oxide v0.8.5 |
| 684 | 2025-04-15T03:12:38.336Z | Downloaded tokio-macros v2.5.0 |
| 685 | 2025-04-15T03:12:38.336Z | Downloaded russh-cryptovec v0.7.3 |
| 686 | 2025-04-15T03:12:38.339Z | Downloaded yansi v1.0.1 |
| 687 | 2025-04-15T03:12:38.339Z | Downloaded dyn-clone v1.0.19 |
| 688 | 2025-04-15T03:12:38.342Z | Downloaded tokio-tungstenite v0.21.0 |
| 689 | 2025-04-15T03:12:38.342Z | Downloaded displaydoc v0.2.5 |
| 690 | 2025-04-15T03:12:38.345Z | Downloaded crunchy v0.2.2 |
| 691 | 2025-04-15T03:12:38.349Z | Downloaded jobserver v0.1.32 |
| 692 | 2025-04-15T03:12:38.352Z | Downloaded crc32fast v1.4.2 |
| 693 | 2025-04-15T03:12:38.352Z | Downloaded uuid v1.16.0 |
| 694 | 2025-04-15T03:12:38.355Z | Downloaded typed-path v0.9.3 |
| 695 | 2025-04-15T03:12:38.360Z | Downloaded md5 v0.7.0 |
| 696 | 2025-04-15T03:12:38.363Z | Downloaded pin-utils v0.1.0 |
| 697 | 2025-04-15T03:12:38.363Z | Downloaded cipher v0.4.4 |
| 698 | 2025-04-15T03:12:38.366Z | Downloaded async-std v1.13.0 |
| 699 | 2025-04-15T03:12:38.384Z | Downloaded waitgroup v0.1.2 |
| 700 | 2025-04-15T03:12:38.387Z | Downloaded tabled v0.15.0 |
| 701 | 2025-04-15T03:12:38.399Z | Downloaded openssl-probe v0.1.5 |
| 702 | 2025-04-15T03:12:38.403Z | Downloaded opaque-debug v0.3.1 |
| 703 | 2025-04-15T03:12:38.403Z | Downloaded is_ci v1.2.0 |
| 704 | 2025-04-15T03:12:38.407Z | Downloaded sqlparser v0.45.0 |
| 705 | 2025-04-15T03:12:38.411Z | Downloaded zone v0.1.8 |
| 706 | 2025-04-15T03:12:38.411Z | Downloaded parking_lot_core v0.9.10 |
| 707 | 2025-04-15T03:12:38.416Z | Downloaded parking_lot_core v0.8.6 |
| 708 | 2025-04-15T03:12:38.422Z | Downloaded io-lifetimes v1.0.11 |
| 709 | 2025-04-15T03:12:38.423Z | Downloaded endian-type v0.1.2 |
| 710 | 2025-04-15T03:12:38.423Z | Downloaded simd-adler32 v0.3.7 |
| 711 | 2025-04-15T03:12:38.423Z | Downloaded zerocopy v0.6.6 |
| 712 | 2025-04-15T03:12:38.427Z | Downloaded pest v2.7.14 |
| 713 | 2025-04-15T03:12:38.432Z | Downloaded walkdir v2.5.0 |
| 714 | 2025-04-15T03:12:38.432Z | Downloaded plain v0.2.3 |
| 715 | 2025-04-15T03:12:38.432Z | Downloaded unicode-segmentation v1.12.0 |
| 716 | 2025-04-15T03:12:38.435Z | Downloaded reqwest v0.12.12 |
| 717 | 2025-04-15T03:12:38.443Z | Downloaded ident_case v1.0.1 |
| 718 | 2025-04-15T03:12:38.446Z | Downloaded crucible-workspace-hack v0.1.0 |
| 719 | 2025-04-15T03:12:38.446Z | Downloaded tabled_derive v0.7.0 |
| 720 | 2025-04-15T03:12:38.446Z | Downloaded shlex v1.3.0 |
| 721 | 2025-04-15T03:12:38.449Z | Downloaded dsl_auto_type v0.1.2 |
| 722 | 2025-04-15T03:12:38.449Z | Downloaded stable_deref_trait v1.2.0 |
| 723 | 2025-04-15T03:12:38.453Z | Downloaded rustc-demangle v0.1.24 |
| 724 | 2025-04-15T03:12:38.453Z | Downloaded rstest v0.24.0 |
| 725 | 2025-04-15T03:12:38.458Z | Downloaded maplit v1.0.2 |
| 726 | 2025-04-15T03:12:38.461Z | Downloaded typify-macro v0.3.0 |
| 727 | 2025-04-15T03:12:38.461Z | Downloaded libm v0.2.8 |
| 728 | 2025-04-15T03:12:38.467Z | Downloaded rustyline v14.0.0 |
| 729 | 2025-04-15T03:12:38.472Z | Downloaded crossbeam-deque v0.8.5 |
| 730 | 2025-04-15T03:12:38.476Z | Downloaded thread_local v1.1.8 |
| 731 | 2025-04-15T03:12:38.476Z | Downloaded pbkdf2 v0.11.0 |
| 732 | 2025-04-15T03:12:38.479Z | Downloaded is-terminal v0.4.13 |
| 733 | 2025-04-15T03:12:38.479Z | Downloaded ciborium v0.2.2 |
| 734 | 2025-04-15T03:12:38.482Z | Downloaded indexmap v1.9.3 |
| 735 | 2025-04-15T03:12:38.485Z | Downloaded pbkdf2 v0.12.2 |
| 736 | 2025-04-15T03:12:38.488Z | Downloaded tls_codec_derive v0.4.1 |
| 737 | 2025-04-15T03:12:38.488Z | Downloaded oso v0.27.3 |
| 738 | 2025-04-15T03:12:38.492Z | Downloaded unicode-bidi v0.3.17 |
| 739 | 2025-04-15T03:12:38.495Z | Downloaded ipnetwork v0.21.1 |
| 740 | 2025-04-15T03:12:38.499Z | Downloaded stringprep v0.1.5 |
| 741 | 2025-04-15T03:12:38.499Z | Downloaded darling_core v0.20.10 |
| 742 | 2025-04-15T03:12:38.503Z | Downloaded xz2 v0.1.7 |
| 743 | 2025-04-15T03:12:38.506Z | Downloaded ucd-trie v0.1.7 |
| 744 | 2025-04-15T03:12:38.506Z | Downloaded zerovec v0.10.4 |
| 745 | 2025-04-15T03:12:38.510Z | Downloaded reedline v0.38.0 |
| 746 | 2025-04-15T03:12:38.518Z | Downloaded daft-derive v0.1.3 |
| 747 | 2025-04-15T03:12:38.521Z | Downloaded ron v0.8.1 |
| 748 | 2025-04-15T03:12:38.527Z | Downloaded progenitor-impl v0.9.1 |
| 749 | 2025-04-15T03:12:38.530Z | Downloaded primeorder v0.13.6 |
| 750 | 2025-04-15T03:12:38.533Z | Downloaded winnow v0.6.20 |
| 751 | 2025-04-15T03:12:38.539Z | Downloaded quick-xml v0.37.2 |
| 752 | 2025-04-15T03:12:38.546Z | Downloaded openssl-sys v0.9.107 |
| 753 | 2025-04-15T03:12:38.550Z | Downloaded thiserror-no-std v2.0.2 |
| 754 | 2025-04-15T03:12:38.553Z | Downloaded pkcs8 v0.10.2 |
| 755 | 2025-04-15T03:12:38.556Z | Downloaded unsafe-libyaml v0.2.11 |
| 756 | 2025-04-15T03:12:38.576Z | Downloaded similar v2.7.0 |
| 757 | 2025-04-15T03:12:38.576Z | Downloaded russh-keys v0.45.0 |
| 758 | 2025-04-15T03:12:38.576Z | Downloaded toml v0.7.8 |
| 759 | 2025-04-15T03:12:38.576Z | Downloaded rsa v0.9.6 |
| 760 | 2025-04-15T03:12:38.576Z | Downloaded zip v0.6.6 |
| 761 | 2025-04-15T03:12:38.580Z | Downloaded tough v0.20.0 |
| 762 | 2025-04-15T03:12:38.586Z | Downloaded darling v0.20.10 |
| 763 | 2025-04-15T03:12:38.590Z | Downloaded signal-hook v0.3.17 |
| 764 | 2025-04-15T03:12:38.594Z | Downloaded pretty_assertions v1.4.1 |
| 765 | 2025-04-15T03:12:38.597Z | Downloaded crossbeam-channel v0.5.15 |
| 766 | 2025-04-15T03:12:38.600Z | Downloaded crossterm v0.28.1 |
| 767 | 2025-04-15T03:12:38.606Z | Downloaded tabled v0.18.0 |
| 768 | 2025-04-15T03:12:38.623Z | Downloaded vergen v8.3.2 |
| 769 | 2025-04-15T03:12:38.626Z | Downloaded memchr v2.7.4 |
| 770 | 2025-04-15T03:12:38.630Z | Downloaded pkcs1 v0.7.5 |
| 771 | 2025-04-15T03:12:38.633Z | Downloaded rustls-webpki v0.101.7 |
| 772 | 2025-04-15T03:12:38.645Z | Downloaded pkcs5 v0.7.1 |
| 773 | 2025-04-15T03:12:38.649Z | Downloaded itertools v0.13.0 |
| 774 | 2025-04-15T03:12:38.657Z | Downloaded gimli v0.31.1 |
| 775 | 2025-04-15T03:12:38.664Z | Downloaded num-traits v0.2.19 |
| 776 | 2025-04-15T03:12:38.667Z | Downloaded rustls-webpki v0.102.8 |
| 777 | 2025-04-15T03:12:38.685Z | Downloaded itertools v0.14.0 |
| 778 | 2025-04-15T03:12:38.691Z | Downloaded regex-syntax v0.6.29 |
| 779 | 2025-04-15T03:12:38.698Z | Downloaded regex v1.11.1 |
| 780 | 2025-04-15T03:12:38.710Z | Downloaded itertools v0.12.1 |
| 781 | 2025-04-15T03:12:38.717Z | Downloaded openssl v0.10.72 |
| 782 | 2025-04-15T03:12:38.726Z | Downloaded libxml v0.3.3 |
| 783 | 2025-04-15T03:12:38.732Z | Downloaded zip v2.6.1 |
| 784 | 2025-04-15T03:12:38.736Z | Downloaded rustls v0.21.12 |
| 785 | 2025-04-15T03:12:38.747Z | Downloaded nom v7.1.3 |
| 786 | 2025-04-15T03:12:38.752Z | Downloaded time v0.3.36 |
| 787 | 2025-04-15T03:12:38.758Z | Downloaded plotters v0.3.7 |
| 788 | 2025-04-15T03:12:38.767Z | Downloaded bstr v1.10.0 |
| 789 | 2025-04-15T03:12:38.777Z | Downloaded p384 v0.13.0 |
| 790 | 2025-04-15T03:12:38.782Z | Downloaded curve25519-dalek v4.1.3 |
| 791 | 2025-04-15T03:12:38.791Z | Downloaded polar-core v0.27.3 |
| 792 | 2025-04-15T03:12:38.799Z | Downloaded regress v0.10.3 |
| 793 | 2025-04-15T03:12:38.807Z | Downloaded rustls v0.23.19 |
| 794 | 2025-04-15T03:12:38.818Z | Downloaded regex-syntax v0.8.5 |
| 795 | 2025-04-15T03:12:38.825Z | Downloaded object v0.36.5 |
| 796 | 2025-04-15T03:12:38.837Z | Downloaded serde_json v1.0.140 |
| 797 | 2025-04-15T03:12:38.843Z | Downloaded zerocopy v0.7.35 |
| 798 | 2025-04-15T03:12:38.857Z | Downloaded petname v2.0.2 |
| 799 | 2025-04-15T03:12:38.863Z | Downloaded rayon v1.10.0 |
| 800 | 2025-04-15T03:12:38.871Z | Downloaded rustix v0.37.28 |
| 801 | 2025-04-15T03:12:38.890Z | Downloaded vcpkg v0.2.15 |
| 802 | 2025-04-15T03:12:38.926Z | Downloaded syn v2.0.98 |
| 803 | 2025-04-15T03:12:38.938Z | Downloaded rustls v0.22.4 |
| 804 | 2025-04-15T03:12:38.950Z | Downloaded idna v1.0.3 |
| 805 | 2025-04-15T03:12:38.954Z | Downloaded hickory-proto v0.24.4 |
| 806 | 2025-04-15T03:12:38.970Z | Downloaded serde_with v3.12.0 |
| 807 | 2025-04-15T03:12:38.978Z | Downloaded object v0.30.4 |
| 808 | 2025-04-15T03:12:38.987Z | Downloaded dropshot v0.16.0 |
| 809 | 2025-04-15T03:12:39.009Z | Downloaded openapiv3 v2.0.0 |
| 810 | 2025-04-15T03:12:39.021Z | Downloaded quinn-proto v0.11.8 |
| 811 | 2025-04-15T03:12:39.027Z | Downloaded rustix v0.38.37 |
| 812 | 2025-04-15T03:12:39.049Z | Downloaded zerocopy-derive v0.6.6 |
| 813 | 2025-04-15T03:12:39.059Z | Downloaded lalrpop v0.19.12 |
| 814 | 2025-04-15T03:12:39.071Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 815 | 2025-04-15T03:12:39.081Z | Downloaded sled v0.34.7 |
| 816 | 2025-04-15T03:12:39.091Z | Downloaded regex-automata v0.4.8 |
| 817 | 2025-04-15T03:12:39.108Z | Downloaded nix v0.27.1 |
| 818 | 2025-04-15T03:12:39.118Z | Downloaded smoltcp v0.9.1 |
| 819 | 2025-04-15T03:12:39.130Z | Downloaded radix_trie v0.2.1 |
| 820 | 2025-04-15T03:12:39.133Z | Downloaded dropshot v0.12.0 |
| 821 | 2025-04-15T03:12:39.154Z | Downloaded webpki-roots v0.26.6 |
| 822 | 2025-04-15T03:12:39.157Z | Downloaded ratatui v0.29.0 |
| 823 | 2025-04-15T03:12:39.177Z | Downloaded unicode-width v0.2.0 |
| 824 | 2025-04-15T03:12:39.182Z | Downloaded unicode-width v0.1.14 |
| 825 | 2025-04-15T03:12:39.188Z | Downloaded jiff v0.2.6 |
| 826 | 2025-04-15T03:12:39.205Z | Downloaded smoltcp v0.11.0 |
| 827 | 2025-04-15T03:12:39.219Z | Downloaded nix v0.28.0 |
| 828 | 2025-04-15T03:12:39.231Z | Downloaded diesel v2.2.9 |
| 829 | 2025-04-15T03:12:39.251Z | Downloaded nix v0.29.0 |
| 830 | 2025-04-15T03:12:39.263Z | Downloaded chrono-tz v0.10.3 |
| 831 | 2025-04-15T03:12:39.272Z | Downloaded icu_properties_data v1.5.0 |
| 832 | 2025-04-15T03:12:39.282Z | Downloaded chrono v0.4.40 |
| 833 | 2025-04-15T03:12:39.290Z | Downloaded proptest v1.6.0 |
| 834 | 2025-04-15T03:12:39.301Z | Downloaded zerocopy v0.8.10 |
| 835 | 2025-04-15T03:12:39.326Z | Downloaded libz-sys v1.1.20 |
| 836 | 2025-04-15T03:12:39.348Z | Downloaded criterion v0.5.1 |
| 837 | 2025-04-15T03:12:39.355Z | Downloaded typify-impl v0.2.0 |
| 838 | 2025-04-15T03:12:39.370Z | Downloaded ssh-key v0.6.6 |
| 839 | 2025-04-15T03:12:39.377Z | Downloaded winnow v0.5.40 |
| 840 | 2025-04-15T03:12:39.391Z | Downloaded syn v1.0.109 |
| 841 | 2025-04-15T03:12:39.402Z | Downloaded cookie v0.18.1 |
| 842 | 2025-04-15T03:12:39.405Z | Downloaded typify-impl v0.3.0 |
| 843 | 2025-04-15T03:12:39.421Z | Downloaded clap_builder v4.5.35 |
| 844 | 2025-04-15T03:12:39.429Z | Downloaded winnow v0.7.3 |
| 845 | 2025-04-15T03:12:39.438Z | Downloaded yasna v0.5.2 |
| 846 | 2025-04-15T03:12:39.442Z | Downloaded serde_derive v1.0.219 |
| 847 | 2025-04-15T03:12:39.445Z | Downloaded ed25519-dalek v2.1.1 |
| 848 | 2025-04-15T03:12:39.449Z | Downloaded serde_with_macros v3.12.0 |
| 849 | 2025-04-15T03:12:39.449Z | Downloaded indicatif v0.17.11 |
| 850 | 2025-04-15T03:12:39.452Z | Downloaded path-slash v0.1.5 |
| 851 | 2025-04-15T03:12:39.455Z | Downloaded progenitor-impl v0.8.0 |
| 852 | 2025-04-15T03:12:39.455Z | Downloaded rustc-hash v1.1.0 |
| 853 | 2025-04-15T03:12:39.458Z | Downloaded cookie_store v0.21.1 |
| 854 | 2025-04-15T03:12:39.461Z | Downloaded petgraph v0.6.5 |
| 855 | 2025-04-15T03:12:39.477Z | Downloaded tokio-stream v0.1.17 |
| 856 | 2025-04-15T03:12:39.481Z | Downloaded pin-project-lite v0.2.14 |
| 857 | 2025-04-15T03:12:39.487Z | Downloaded peg-macros v0.8.5 |
| 858 | 2025-04-15T03:12:39.490Z | Downloaded p256 v0.13.2 |
| 859 | 2025-04-15T03:12:39.493Z | Downloaded minimal-lexical v0.2.1 |
| 860 | 2025-04-15T03:12:39.497Z | Downloaded russh v0.45.0 |
| 861 | 2025-04-15T03:12:39.502Z | Downloaded jiff-static v0.2.6 |
| 862 | 2025-04-15T03:12:39.505Z | Downloaded portable-atomic v1.11.0 |
| 863 | 2025-04-15T03:12:39.512Z | Downloaded petgraph v0.7.1 |
| 864 | 2025-04-15T03:12:39.532Z | Downloaded display-error-chain v0.2.2 |
| 865 | 2025-04-15T03:12:39.535Z | Downloaded macaddr v1.0.1 |
| 866 | 2025-04-15T03:12:39.535Z | Downloaded compact_str v0.8.0 |
| 867 | 2025-04-15T03:12:39.538Z | Downloaded socket2 v0.5.9 |
| 868 | 2025-04-15T03:12:39.542Z | Downloaded p521 v0.13.3 |
| 869 | 2025-04-15T03:12:39.545Z | Downloaded tower v0.5.2 |
| 870 | 2025-04-15T03:12:39.553Z | Downloaded structmeta v0.3.0 |
| 871 | 2025-04-15T03:12:39.556Z | Downloaded parking_lot v0.12.3 |
| 872 | 2025-04-15T03:12:39.560Z | Downloaded defmt v0.3.8 |
| 873 | 2025-04-15T03:12:39.563Z | Downloaded serde_path_to_error v0.1.16 |
| 874 | 2025-04-15T03:12:39.563Z | Downloaded rayon-core v1.12.1 |
| 875 | 2025-04-15T03:12:39.567Z | Downloaded tokio-rustls v0.26.0 |
| 876 | 2025-04-15T03:12:39.570Z | Downloaded libc v0.2.171 |
| 877 | 2025-04-15T03:12:39.594Z | Downloaded icu_locid v1.5.0 |
| 878 | 2025-04-15T03:12:39.599Z | Downloaded snafu-derive v0.8.5 |
| 879 | 2025-04-15T03:12:39.602Z | Downloaded aho-corasick v1.1.3 |
| 880 | 2025-04-15T03:12:39.606Z | Downloaded zerovec-derive v0.10.3 |
| 881 | 2025-04-15T03:12:39.609Z | Downloaded zeroize_derive v1.4.2 |
| 882 | 2025-04-15T03:12:39.609Z | Downloaded quinn v0.11.5 |
| 883 | 2025-04-15T03:12:39.612Z | Downloaded lzma-sys v0.1.20 |
| 884 | 2025-04-15T03:12:39.643Z | Downloaded sha3 v0.10.8 |
| 885 | 2025-04-15T03:12:39.647Z | Downloaded blake3 v1.5.4 |
| 886 | 2025-04-15T03:12:39.656Z | Downloaded guppy v0.17.17 |
| 887 | 2025-04-15T03:12:39.661Z | Downloaded dof v0.3.0 |
| 888 | 2025-04-15T03:12:39.665Z | Downloaded document-features v0.2.10 |
| 889 | 2025-04-15T03:12:39.665Z | Downloaded polling v3.7.3 |
| 890 | 2025-04-15T03:12:39.668Z | Downloaded icu_properties v1.5.1 |
| 891 | 2025-04-15T03:12:39.671Z | Downloaded hyper-util v0.1.10 |
| 892 | 2025-04-15T03:12:39.674Z | Downloaded aes v0.8.4 |
| 893 | 2025-04-15T03:12:39.677Z | Downloaded smf v0.2.3 |
| 894 | 2025-04-15T03:12:39.680Z | Downloaded csv v1.3.1 |
| 895 | 2025-04-15T03:12:39.700Z | Downloaded serde_repr v0.1.19 |
| 896 | 2025-04-15T03:12:39.703Z | Downloaded semver v0.1.20 |
| 897 | 2025-04-15T03:12:39.703Z | Downloaded secrecy v0.8.0 |
| 898 | 2025-04-15T03:12:39.706Z | Downloaded sec1 v0.7.3 |
| 899 | 2025-04-15T03:12:39.706Z | Downloaded partial-io v0.5.4 |
| 900 | 2025-04-15T03:12:39.715Z | Downloaded num-complex v0.4.6 |
| 901 | 2025-04-15T03:12:39.715Z | Downloaded crc-any v2.5.0 |
| 902 | 2025-04-15T03:12:39.719Z | Downloaded const-oid v0.9.6 |
| 903 | 2025-04-15T03:12:39.719Z | Downloaded console v0.15.10 |
| 904 | 2025-04-15T03:12:39.719Z | Downloaded samael v0.0.18 |
| 905 | 2025-04-15T03:12:39.722Z | Downloaded slog v2.7.0 |
| 906 | 2025-04-15T03:12:39.726Z | Downloaded xattr v1.3.1 |
| 907 | 2025-04-15T03:12:39.729Z | Downloaded tokio v1.43.1 |
| 908 | 2025-04-15T03:12:39.766Z | Downloaded expectorate v1.1.0 |
| 909 | 2025-04-15T03:12:39.769Z | Downloaded flate2 v1.1.1 |
| 910 | 2025-04-15T03:12:39.775Z | Downloaded base64 v0.21.7 |
| 911 | 2025-04-15T03:12:39.779Z | Downloaded new_debug_unreachable v1.0.6 |
| 912 | 2025-04-15T03:12:39.779Z | Downloaded nested v0.1.1 |
| 913 | 2025-04-15T03:12:39.783Z | Downloaded tinytemplate v1.2.1 |
| 914 | 2025-04-15T03:12:39.783Z | Downloaded pest_meta v2.7.14 |
| 915 | 2025-04-15T03:12:39.786Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 916 | 2025-04-15T03:12:39.786Z | Downloaded crc v3.2.1 |
| 917 | 2025-04-15T03:12:39.789Z | Downloaded cpufeatures v0.2.14 |
| 918 | 2025-04-15T03:12:39.789Z | Downloaded thread-id v4.2.2 |
| 919 | 2025-04-15T03:12:39.793Z | Downloaded slog-json v2.6.1 |
| 920 | 2025-04-15T03:12:39.793Z | Downloaded sha2 v0.10.8 |
| 921 | 2025-04-15T03:12:39.797Z | Downloaded serde_plain v1.0.2 |
| 922 | 2025-04-15T03:12:39.797Z | Downloaded utf-8 v0.7.6 |
| 923 | 2025-04-15T03:12:39.800Z | Downloaded usdt-impl v0.5.0 |
| 924 | 2025-04-15T03:12:39.800Z | Downloaded unicode-linebreak v0.1.5 |
| 925 | 2025-04-15T03:12:39.800Z | Downloaded half v2.4.1 |
| 926 | 2025-04-15T03:12:39.803Z | Downloaded time-macros v0.2.18 |
| 927 | 2025-04-15T03:12:39.809Z | Downloaded shell-words v1.1.0 |
| 928 | 2025-04-15T03:12:39.809Z | Downloaded scheduled-thread-pool v0.2.7 |
| 929 | 2025-04-15T03:12:39.809Z | Downloaded schemars_derive v0.8.22 |
| 930 | 2025-04-15T03:12:39.812Z | Downloaded pem v3.0.5 |
| 931 | 2025-04-15T03:12:39.812Z | Downloaded relative-path v1.9.3 |
| 932 | 2025-04-15T03:12:39.812Z | Downloaded rand_chacha v0.3.1 |
| 933 | 2025-04-15T03:12:39.812Z | Downloaded password-hash v0.5.0 |
| 934 | 2025-04-15T03:12:39.812Z | Downloaded progenitor v0.9.1 |
| 935 | 2025-04-15T03:12:39.816Z | Downloaded proc-macro-crate v3.2.0 |
| 936 | 2025-04-15T03:12:39.816Z | Downloaded cfg-expr v0.18.0 |
| 937 | 2025-04-15T03:12:39.819Z | Downloaded rand_chacha v0.9.0 |
| 938 | 2025-04-15T03:12:39.819Z | Downloaded futures-lite v2.3.0 |
| 939 | 2025-04-15T03:12:39.822Z | Downloaded futures v0.3.31 |
| 940 | 2025-04-15T03:12:39.826Z | Downloaded fatfs v0.3.6 |
| 941 | 2025-04-15T03:12:39.829Z | Downloaded anstream v0.6.15 |
| 942 | 2025-04-15T03:12:39.832Z | Downloaded bitflags v2.9.0 |
| 943 | 2025-04-15T03:12:39.835Z | Downloaded argon2 v0.5.3 |
| 944 | 2025-04-15T03:12:39.835Z | Downloaded fastrand v2.1.1 |
| 945 | 2025-04-15T03:12:39.839Z | Downloaded cancel-safe-futures v0.1.5 |
| 946 | 2025-04-15T03:12:39.842Z | Downloaded backoff v0.4.0 |
| 947 | 2025-04-15T03:12:39.842Z | Downloaded async-trait v0.1.88 |
| 948 | 2025-04-15T03:12:39.845Z | Downloaded assert_cmd v2.0.16 |
| 949 | 2025-04-15T03:12:39.848Z | Downloaded num-iter v0.1.45 |
| 950 | 2025-04-15T03:12:39.848Z | Downloaded httpmock v0.8.0-alpha.1 |
| 951 | 2025-04-15T03:12:39.864Z | Downloaded funty v2.0.0 |
| 952 | 2025-04-15T03:12:39.868Z | Downloaded bcs v0.1.6 |
| 953 | 2025-04-15T03:12:39.868Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 954 | 2025-04-15T03:12:39.871Z | Downloaded async-process v2.3.0 |
| 955 | 2025-04-15T03:12:39.871Z | Downloaded async-recursion v1.1.1 |
| 956 | 2025-04-15T03:12:39.875Z | Downloaded addr2line v0.24.2 |
| 957 | 2025-04-15T03:12:39.878Z | Downloaded buf-list v1.0.3 |
| 958 | 2025-04-15T03:12:39.878Z | Downloaded bit-set v0.5.3 |
| 959 | 2025-04-15T03:12:39.878Z | Downloaded anstyle v1.0.10 |
| 960 | 2025-04-15T03:12:39.881Z | Downloaded hostname v0.3.1 |
| 961 | 2025-04-15T03:12:39.881Z | Downloaded group v0.13.0 |
| 962 | 2025-04-15T03:12:39.884Z | Downloaded encoding_rs v0.8.34 |
| 963 | 2025-04-15T03:12:39.903Z | Downloaded anstyle-query v1.1.1 |
| 964 | 2025-04-15T03:12:39.906Z | Downloaded anstyle-parse v0.2.5 |
| 965 | 2025-04-15T03:12:39.906Z | Downloaded heck v0.5.0 |
| 966 | 2025-04-15T03:12:39.909Z | Downloaded heck v0.4.1 |
| 967 | 2025-04-15T03:12:39.909Z | Downloaded anes v0.1.6 |
| 968 | 2025-04-15T03:12:39.913Z | Downloaded ring v0.17.11 |
| 969 | 2025-04-15T03:12:39.954Z | Downloaded home v0.5.9 |
| 970 | 2025-04-15T03:12:39.958Z | Downloaded heck v0.3.3 |
| 971 | 2025-04-15T03:12:39.958Z | Downloaded glob v0.3.2 |
| 972 | 2025-04-15T03:12:39.958Z | Downloaded ghash v0.5.1 |
| 973 | 2025-04-15T03:12:39.961Z | Downloaded foldhash v0.1.3 |
| 974 | 2025-04-15T03:12:39.961Z | Downloaded bb8 v0.8.5 |
| 975 | 2025-04-15T03:12:39.961Z | Downloaded base16ct v0.2.0 |
| 976 | 2025-04-15T03:12:39.964Z | Downloaded futures-core v0.3.31 |
| 977 | 2025-04-15T03:12:39.964Z | Downloaded form_urlencoded v1.2.1 |
| 978 | 2025-04-15T03:12:39.964Z | Downloaded float-ord v0.3.2 |
| 979 | 2025-04-15T03:12:39.964Z | Downloaded flagset v0.4.6 |
| 980 | 2025-04-15T03:12:39.967Z | Downloaded filetime v0.2.25 |
| 981 | 2025-04-15T03:12:39.967Z | Downloaded fd-lock v4.0.2 |
| 982 | 2025-04-15T03:12:39.970Z | Downloaded foreign-types v0.5.0 |
| 983 | 2025-04-15T03:12:39.971Z | Downloaded float-cmp v0.10.0 |
| 984 | 2025-04-15T03:12:39.971Z | Downloaded fixedbitset v0.4.2 |
| 985 | 2025-04-15T03:12:39.974Z | Downloaded blowfish v0.9.1 |
| 986 | 2025-04-15T03:12:39.974Z | Downloaded block-padding v0.3.3 |
| 987 | 2025-04-15T03:12:39.974Z | Downloaded bitfield-struct v0.6.2 |
| 988 | 2025-04-15T03:12:39.977Z | Downloaded async-stream v0.3.6 |
| 989 | 2025-04-15T03:12:39.977Z | Downloaded chacha20 v0.9.1 |
| 990 | 2025-04-15T03:12:39.980Z | Downloaded bitflags v1.3.2 |
| 991 | 2025-04-15T03:12:39.983Z | Downloaded bit-vec v0.6.3 |
| 992 | 2025-04-15T03:12:39.983Z | Downloaded arrayref v0.3.9 |
| 993 | 2025-04-15T03:12:39.983Z | Downloaded async-channel v1.9.0 |
| 994 | 2025-04-15T03:12:39.986Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 995 | 2025-04-15T03:12:40.464Z | Downloaded aws-lc-sys v0.26.0 |
| 996 | 2025-04-15T03:12:41.143Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 997 | 2025-04-15T03:12:42.759Z | pkg list: illegal option -- F |
| 998 | 2025-04-15T03:12:42.759Z | Usage: |
| 999 | 2025-04-15T03:12:42.762Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 1000 | 2025-04-15T03:12:42.762Z | [pkg_fmri_pattern ...] |
| 1001 | 2025-04-15T03:12:43.669Z | pkg list: illegal option -- F |
| 1002 | 2025-04-15T03:12:43.669Z | Usage: |
| 1003 | 2025-04-15T03:12:43.672Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 1004 | 2025-04-15T03:12:43.672Z | [pkg_fmri_pattern ...] |
| 1005 | 2025-04-15T03:12:51.656Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 1006 | 2025-04-15T03:12:56.867Z | Startup: Caching catalogs ... Done |
| 1007 | 2025-04-15T03:13:14.401Z | Planning: Solver setup ... Done (16.573s) |
| 1008 | 2025-04-15T03:13:14.586Z | Planning: Running solver ... Done (0.185s) |
| 1009 | 2025-04-15T03:13:14.740Z | Planning: Finding local manifests ... Done (0.006s) |
| 1010 | 2025-04-15T03:13:14.789Z | Planning: Fetching manifests: 0/7 0% complete |
| 1011 | 2025-04-15T03:13:15.435Z | Planning: Fetching manifests: 7/7 100% complete |
| 1012 | 2025-04-15T03:13:15.549Z | Planning: Package planning ... Done (0.114s) |
| 1013 | 2025-04-15T03:13:15.608Z | Planning: Merging actions ... Done (0.058s) |
| 1014 | 2025-04-15T03:13:15.813Z | Planning: Checking for conflicting actions ... Done (0.205s) |
| 1015 | 2025-04-15T03:13:17.480Z | Planning: Consolidating action changes ... Done (1.660s) |
| 1016 | 2025-04-15T03:13:17.884Z | Planning: Evaluating mediators ... Done (0.410s) |
| 1017 | 2025-04-15T03:13:17.966Z | Planning: Planning completed in 20.99 seconds |
| 1018 | 2025-04-15T03:13:17.982Z | Packages to install: 4 |
| 1019 | 2025-04-15T03:13:17.982Z | Packages to update: 3 |
| 1020 | 2025-04-15T03:13:17.986Z | Mediators to change: 2 |
| 1021 | 2025-04-15T03:13:17.986Z | Services to change: 1 |
| 1022 | 2025-04-15T03:13:17.986Z | Estimated space available: 155.27 GB |
| 1023 | 2025-04-15T03:13:17.986Z | Estimated space to be consumed: 1.69 GB |
| 1024 | 2025-04-15T03:13:17.986Z | Create boot environment: No |
| 1025 | 2025-04-15T03:13:17.986Z | Create backup boot environment: Yes |
| 1026 | 2025-04-15T03:13:17.986Z | Rebuild boot archive: No |
| 1027 | 2025-04-15T03:13:17.986Z | |
| 1028 | 2025-04-15T03:13:17.986Z | Changed mediators: |
| 1029 | 2025-04-15T03:13:17.986Z | mediator clang: |
| 1030 | 2025-04-15T03:13:17.986Z | version: None -> 15 (system default) |
| 1031 | 2025-04-15T03:13:17.986Z | |
| 1032 | 2025-04-15T03:13:17.986Z | mediator llvm: |
| 1033 | 2025-04-15T03:13:17.986Z | version: 14 (system default) -> 15 (system default) |
| 1034 | 2025-04-15T03:13:17.986Z | |
| 1035 | 2025-04-15T03:13:17.986Z | Changed packages: |
| 1036 | 2025-04-15T03:13:17.986Z | helios-dev |
| 1037 | 2025-04-15T03:13:17.986Z | developer/build-essential |
| 1038 | 2025-04-15T03:13:17.986Z | None -> 11-2.0 |
| 1039 | 2025-04-15T03:13:17.986Z | library/libxmlsec1 |
| 1040 | 2025-04-15T03:13:17.986Z | None -> 1.2.35-2.0 |
| 1041 | 2025-04-15T03:13:17.986Z | ooce/developer/clang-15 |
| 1042 | 2025-04-15T03:13:17.986Z | None -> 15.0.7-2.0 |
| 1043 | 2025-04-15T03:13:17.986Z | ooce/developer/llvm-15 |
| 1044 | 2025-04-15T03:13:17.986Z | None -> 15.0.7-2.0 |
| 1045 | 2025-04-15T03:13:17.986Z | package/pkg |
| 1046 | 2025-04-15T03:13:17.987Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 1047 | 2025-04-15T03:13:17.987Z | system/library/g++-runtime |
| 1048 | 2025-04-15T03:13:17.987Z | 13-2.0 -> 14-2.0 |
| 1049 | 2025-04-15T03:13:17.987Z | system/library/gcc-runtime |
| 1050 | 2025-04-15T03:13:17.987Z | 13-2.0 -> 14-2.0 |
| 1051 | 2025-04-15T03:13:17.987Z | |
| 1052 | 2025-04-15T03:13:17.987Z | Services: |
| 1053 | 2025-04-15T03:13:17.987Z | restart_fmri: |
| 1054 | 2025-04-15T03:13:17.987Z | svc:/system/update-man-index:default |
| 1055 | 2025-04-15T03:13:17.987Z | |
| 1056 | 2025-04-15T03:13:17.987Z | Editable files to change: |
| 1057 | 2025-04-15T03:13:17.987Z | Update: |
| 1058 | 2025-04-15T03:13:17.987Z | usr/share/lib/pkg/web/config.shtml |
| 1059 | 2025-04-15T03:13:18.058Z | |
| 1060 | 2025-04-15T03:13:18.058Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 1061 | 2025-04-15T03:13:23.067Z | Download: 1163/4301 items 53.4/225.4MB 23% complete (11.0M/s) |
| 1062 | 2025-04-15T03:13:28.068Z | Download: 1199/4301 items 83.5/225.4MB 37% complete (8.6M/s) |
| 1063 | 2025-04-15T03:13:33.082Z | Download: 2215/4301 items 119.2/225.4MB 52% complete (7.2M/s) |
| 1064 | 2025-04-15T03:13:38.101Z | Download: 2834/4301 items 121.1/225.4MB 53% complete (3.8M/s) |
| 1065 | 2025-04-15T03:13:43.092Z | Download: 3970/4301 items 219.1/225.4MB 97% complete (10.0M/s) |
| 1066 | 2025-04-15T03:13:45.266Z | Download: Completed 225.42 MB in 27.21 seconds (8.3M/s) |
| 1067 | 2025-04-15T03:13:47.473Z | Actions: 1/5122 actions (Removing old actions) |
| 1068 | 2025-04-15T03:13:47.489Z | Actions: 194/5122 actions (Installing new actions) |
| 1069 | 2025-04-15T03:13:52.266Z | Actions: 4267/5122 actions (Updating modified actions) |
| 1070 | 2025-04-15T03:13:52.615Z | Actions: Completed 5122 actions in 5.14 seconds. |
| 1071 | 2025-04-15T03:13:53.085Z | Done (0.461s) |
| 1072 | 2025-04-15T03:13:53.088Z | Done (0.001s) |
| 1073 | 2025-04-15T03:13:53.781Z | Done (0.694s) |
| 1074 | 2025-04-15T03:13:58.359Z | Done (4.317s) |
| 1075 | 2025-04-15T03:13:58.450Z | Done (0.018s) |
| 1076 | 2025-04-15T03:13:58.453Z | Done (0.000s) |
| 1077 | 2025-04-15T03:13:58.614Z | Done (0.000s) |
| 1078 | 2025-04-15T03:13:59.422Z | Planning: Evaluating mediator changes ... Done |
| 1079 | 2025-04-15T03:13:59.585Z | Planning: Checking for conflicting actions ... Done |
| 1080 | 2025-04-15T03:13:59.588Z | Planning: Consolidating action changes ... Done |
| 1081 | 2025-04-15T03:13:59.864Z | Planning: Evaluating mediators ... Done |
| 1082 | 2025-04-15T03:13:59.868Z | Planning: Planning completed in 0.44 seconds |
| 1083 | 2025-04-15T03:13:59.904Z | Mediators to change: 2 |
| 1084 | 2025-04-15T03:13:59.905Z | Create boot environment: No |
| 1085 | 2025-04-15T03:13:59.908Z | Create backup boot environment: No |
| 1086 | 2025-04-15T03:14:00.002Z | Done |
| 1087 | 2025-04-15T03:14:00.002Z | Done |
| 1088 | 2025-04-15T03:14:00.475Z | Done |
| 1089 | 2025-04-15T03:14:04.324Z | Done |
| 1090 | 2025-04-15T03:14:04.419Z | Done |
| 1091 | 2025-04-15T03:14:04.423Z | Done |
| 1092 | 2025-04-15T03:14:04.564Z | Done |
| 1093 | 2025-04-15T03:14:05.201Z | Planning: Evaluating mediator changes ... Done |
| 1094 | 2025-04-15T03:14:05.204Z | Planning: Merging actions ... Done |
| 1095 | 2025-04-15T03:14:05.392Z | Planning: Checking for conflicting actions ... Done |
| 1096 | 2025-04-15T03:14:05.396Z | Planning: Consolidating action changes ... Done |
| 1097 | 2025-04-15T03:14:05.666Z | Planning: Evaluating mediators ... Done |
| 1098 | 2025-04-15T03:14:05.724Z | Planning: Planning completed in 0.77 seconds |
| 1099 | 2025-04-15T03:14:05.765Z | Packages to change: 1 |
| 1100 | 2025-04-15T03:14:05.765Z | Mediators to change: 1 |
| 1101 | 2025-04-15T03:14:05.765Z | Services to change: 1 |
| 1102 | 2025-04-15T03:14:05.765Z | Create boot environment: No |
| 1103 | 2025-04-15T03:14:05.768Z | Create backup boot environment: Yes |
| 1104 | 2025-04-15T03:14:08.167Z | Actions: 1/6 actions (Updating modified actions) |
| 1105 | 2025-04-15T03:14:08.170Z | Actions: Completed 6 actions in 0.00 seconds. |
| 1106 | 2025-04-15T03:14:08.170Z | Done |
| 1107 | 2025-04-15T03:14:08.170Z | Done |
| 1108 | 2025-04-15T03:14:08.308Z | Done |
| 1109 | 2025-04-15T03:14:12.195Z | Done |
| 1110 | 2025-04-15T03:14:12.286Z | Done |
| 1111 | 2025-04-15T03:14:12.291Z | Done |
| 1112 | 2025-04-15T03:14:12.434Z | Done |
| 1113 | 2025-04-15T03:14:12.899Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 1114 | 2025-04-15T03:14:12.899Z | clang system 15 system |
| 1115 | 2025-04-15T03:14:12.899Z | csh system system illumos |
| 1116 | 2025-04-15T03:14:12.899Z | ctags system system illumos |
| 1117 | 2025-04-15T03:14:12.899Z | gcc vendor 12 vendor |
| 1118 | 2025-04-15T03:14:12.899Z | gcc system 10 system |
| 1119 | 2025-04-15T03:14:12.899Z | gcc system 7 system |
| 1120 | 2025-04-15T03:14:12.899Z | go system 1.20 system |
| 1121 | 2025-04-15T03:14:12.900Z | go system 1.19 system |
| 1122 | 2025-04-15T03:14:12.900Z | llvm system 15 system |
| 1123 | 2025-04-15T03:14:12.900Z | llvm system 14 system |
| 1124 | 2025-04-15T03:14:12.900Z | mariadb system 10.6 system |
| 1125 | 2025-04-15T03:14:12.900Z | mta vendor vendor dma |
| 1126 | 2025-04-15T03:14:12.900Z | openjdk system 17 system |
| 1127 | 2025-04-15T03:14:12.900Z | openjdk system 11 system |
| 1128 | 2025-04-15T03:14:12.900Z | openjdk system 1.8 system |
| 1129 | 2025-04-15T03:14:12.900Z | openssl vendor 3 vendor |
| 1130 | 2025-04-15T03:14:12.900Z | perl system 5.36 system |
| 1131 | 2025-04-15T03:14:12.900Z | postgresql system 15 system |
| 1132 | 2025-04-15T03:14:12.900Z | postgresql system 13 system |
| 1133 | 2025-04-15T03:14:12.900Z | python vendor 3 vendor |
| 1134 | 2025-04-15T03:14:12.900Z | python system 2 system |
| 1135 | 2025-04-15T03:14:12.900Z | python3 system 3.11 system |
| 1136 | 2025-04-15T03:14:12.900Z | ruby system 3.0 system |
| 1137 | 2025-04-15T03:14:12.900Z | words vendor vendor american-english |
| 1138 | 2025-04-15T03:14:12.900Z | words system system australian-english |
| 1139 | 2025-04-15T03:14:12.900Z | words system system british-english |
| 1140 | 2025-04-15T03:14:12.900Z | words system system canadian-english |
| 1141 | 2025-04-15T03:14:12.900Z | words system system french |
| 1142 | 2025-04-15T03:14:12.900Z | words system system italian |
| 1143 | 2025-04-15T03:14:12.900Z | words system system ngerman |
| 1144 | 2025-04-15T03:14:12.900Z | words system system ogerman |
| 1145 | 2025-04-15T03:14:12.900Z | words system system spanish |
| 1146 | 2025-04-15T03:14:13.241Z | PUBLISHER TYPE STATUS P LOCATION |
| 1147 | 2025-04-15T03:14:13.241Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 1148 | 2025-04-15T03:14:16.722Z | FMRI IFO |
| 1149 | 2025-04-15T03:14:16.722Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 1150 | 2025-04-15T03:14:16.722Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 1151 | 2025-04-15T03:14:16.722Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 1152 | 2025-04-15T03:14:16.722Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 1153 | 2025-04-15T03:14:16.722Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 1154 | 2025-04-15T03:14:16.722Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 1155 | 2025-04-15T03:14:16.722Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 1156 | 2025-04-15T03:14:16.722Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 1157 | 2025-04-15T03:14:16.722Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 1158 | 2025-04-15T03:14:16.722Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 1159 | 2025-04-15T03:14:16.722Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 1160 | 2025-04-15T03:14:16.722Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 1161 | 2025-04-15T03:14:16.722Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 1162 | 2025-04-15T03:14:16.722Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 1163 | 2025-04-15T03:14:16.722Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 1164 | 2025-04-15T03:14:18.181Z | Downloading crates ... |
| 1165 | 2025-04-15T03:14:18.264Z | Downloaded cargo_toml v0.21.0 |
| 1166 | 2025-04-15T03:14:18.360Z | Compiling proc-macro2 v1.0.94 |
| 1167 | 2025-04-15T03:14:18.360Z | Compiling unicode-ident v1.0.14 |
| 1168 | 2025-04-15T03:14:18.360Z | Compiling serde v1.0.219 |
| 1169 | 2025-04-15T03:14:18.363Z | Compiling libc v0.2.171 |
| 1170 | 2025-04-15T03:14:18.364Z | Compiling version_check v0.9.5 |
| 1171 | 2025-04-15T03:14:18.364Z | Compiling memchr v2.7.4 |
| 1172 | 2025-04-15T03:14:18.385Z | Compiling thiserror v1.0.69 |
| 1173 | 2025-04-15T03:14:18.389Z | Compiling ryu v1.0.18 |
| 1174 | 2025-04-15T03:14:18.632Z | Compiling ucd-trie v0.1.7 |
| 1175 | 2025-04-15T03:14:18.755Z | Compiling itoa v1.0.11 |
| 1176 | 2025-04-15T03:14:19.042Z | Compiling once_cell v1.21.3 |
| 1177 | 2025-04-15T03:14:19.055Z | Compiling byteorder v1.5.0 |
| 1178 | 2025-04-15T03:14:19.386Z | Compiling serde_json v1.0.140 |
| 1179 | 2025-04-15T03:14:19.586Z | Compiling rustix v0.38.37 |
| 1180 | 2025-04-15T03:14:20.047Z | Compiling bitflags v2.9.0 |
| 1181 | 2025-04-15T03:14:20.120Z | Compiling proc-macro-error-attr v1.0.4 |
| 1182 | 2025-04-15T03:14:20.259Z | Compiling usdt-impl v0.5.0 |
| 1183 | 2025-04-15T03:14:20.353Z | Compiling io-lifetimes v1.0.11 |
| 1184 | 2025-04-15T03:14:20.416Z | Compiling syn v1.0.109 |
| 1185 | 2025-04-15T03:14:20.474Z | Compiling proc-macro-error v1.0.4 |
| 1186 | 2025-04-15T03:14:20.501Z | Compiling plain v0.2.3 |
| 1187 | 2025-04-15T03:14:20.661Z | Compiling hashbrown v0.15.1 |
| 1188 | 2025-04-15T03:14:20.750Z | Compiling thread-id v4.2.2 |
| 1189 | 2025-04-15T03:14:20.764Z | Compiling utf8parse v0.2.2 |
| 1190 | 2025-04-15T03:14:20.788Z | Compiling equivalent v1.0.1 |
| 1191 | 2025-04-15T03:14:20.857Z | Compiling rustix v0.37.28 |
| 1192 | 2025-04-15T03:14:20.901Z | Compiling camino v1.1.9 |
| 1193 | 2025-04-15T03:14:20.925Z | Compiling log v0.4.22 |
| 1194 | 2025-04-15T03:14:21.068Z | Compiling anstyle-parse v0.2.5 |
| 1195 | 2025-04-15T03:14:21.281Z | Compiling quote v1.0.39 |
| 1196 | 2025-04-15T03:14:21.348Z | Compiling errno v0.3.9 |
| 1197 | 2025-04-15T03:14:21.605Z | Compiling colorchoice v1.0.2 |
| 1198 | 2025-04-15T03:14:21.620Z | Compiling is_terminal_polyfill v1.70.1 |
| 1199 | 2025-04-15T03:14:21.733Z | Compiling syn v2.0.98 |
| 1200 | 2025-04-15T03:14:21.760Z | Compiling indexmap v2.7.1 |
| 1201 | 2025-04-15T03:14:21.772Z | Compiling autocfg v1.4.0 |
| 1202 | 2025-04-15T03:14:21.797Z | Compiling winnow v0.7.3 |
| 1203 | 2025-04-15T03:14:21.938Z | Compiling semver v1.0.25 |
| 1204 | 2025-04-15T03:14:22.480Z | Compiling unicode-width v0.1.14 |
| 1205 | 2025-04-15T03:14:22.693Z | Compiling bitflags v1.3.2 |
| 1206 | 2025-04-15T03:14:22.795Z | Compiling anstyle-query v1.1.1 |
| 1207 | 2025-04-15T03:14:22.911Z | Compiling anstyle v1.0.10 |
| 1208 | 2025-04-15T03:14:22.948Z | Compiling thiserror v2.0.12 |
| 1209 | 2025-04-15T03:14:22.965Z | Compiling pretty-hex v0.4.1 |
| 1210 | 2025-04-15T03:14:23.191Z | Compiling fs-err v2.11.0 |
| 1211 | 2025-04-15T03:14:23.347Z | Compiling anstream v0.6.15 |
| 1212 | 2025-04-15T03:14:23.593Z | Compiling terminal_size v0.4.0 |
| 1213 | 2025-04-15T03:14:23.963Z | Compiling fastrand v2.1.1 |
| 1214 | 2025-04-15T03:14:23.966Z | Compiling bytecount v0.6.8 |
| 1215 | 2025-04-15T03:14:24.019Z | Compiling fnv v1.0.7 |
| 1216 | 2025-04-15T03:14:24.168Z | Compiling anyhow v1.0.97 |
| 1217 | 2025-04-15T03:14:24.183Z | Compiling strsim v0.11.1 |
| 1218 | 2025-04-15T03:14:24.200Z | Compiling heck v0.5.0 |
| 1219 | 2025-04-15T03:14:24.339Z | Compiling heck v0.4.1 |
| 1220 | 2025-04-15T03:14:24.742Z | Compiling cfg-if v1.0.0 |
| 1221 | 2025-04-15T03:14:24.787Z | Compiling clap_lex v0.7.4 |
| 1222 | 2025-04-15T03:14:24.929Z | Compiling papergrid v0.11.0 |
| 1223 | 2025-04-15T03:14:25.060Z | Compiling clap_builder v4.5.35 |
| 1224 | 2025-04-15T03:14:25.075Z | Compiling tempfile v3.13.0 |
| 1225 | 2025-04-15T03:14:25.216Z | Compiling terminal_size v0.2.6 |
| 1226 | 2025-04-15T03:14:25.265Z | Compiling memmap v0.7.0 |
| 1227 | 2025-04-15T03:14:25.385Z | Compiling smawk v0.3.2 |
| 1228 | 2025-04-15T03:14:25.408Z | Compiling unicode-linebreak v0.1.5 |
| 1229 | 2025-04-15T03:14:25.828Z | Compiling swrite v0.1.0 |
| 1230 | 2025-04-15T03:14:25.898Z | Compiling textwrap v0.16.1 |
| 1231 | 2025-04-15T03:14:25.963Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1232 | 2025-04-15T03:14:26.653Z | Compiling tabled_derive v0.7.0 |
| 1233 | 2025-04-15T03:14:27.992Z | Compiling tabled v0.15.0 |
| 1234 | 2025-04-15T03:14:28.620Z | Compiling serde_derive v1.0.219 |
| 1235 | 2025-04-15T03:14:28.620Z | Compiling thiserror-impl v1.0.69 |
| 1236 | 2025-04-15T03:14:28.623Z | Compiling zerocopy-derive v0.7.35 |
| 1237 | 2025-04-15T03:14:28.623Z | Compiling scroll_derive v0.12.0 |
| 1238 | 2025-04-15T03:14:28.623Z | Compiling thiserror-impl v2.0.12 |
| 1239 | 2025-04-15T03:14:29.072Z | Compiling clap_derive v4.5.32 |
| 1240 | 2025-04-15T03:14:29.996Z | Compiling scroll v0.12.0 |
| 1241 | 2025-04-15T03:14:30.544Z | Compiling goblin v0.8.2 |
| 1242 | 2025-04-15T03:14:30.657Z | Compiling zerocopy v0.7.35 |
| 1243 | 2025-04-15T03:14:31.709Z | Compiling pest v2.7.14 |
| 1244 | 2025-04-15T03:14:33.202Z | Compiling clap v4.5.35 |
| 1245 | 2025-04-15T03:14:33.933Z | Compiling pest_meta v2.7.14 |
| 1246 | 2025-04-15T03:14:34.851Z | Compiling pest_generator v2.7.14 |
| 1247 | 2025-04-15T03:14:36.181Z | Compiling pest_derive v2.7.14 |
| 1248 | 2025-04-15T03:14:36.825Z | Compiling dtrace-parser v0.2.0 |
| 1249 | 2025-04-15T03:14:37.704Z | Compiling serde_tokenstream v0.2.2 |
| 1250 | 2025-04-15T03:14:37.714Z | Compiling toml_datetime v0.6.8 |
| 1251 | 2025-04-15T03:14:37.714Z | Compiling serde_spanned v0.6.8 |
| 1252 | 2025-04-15T03:14:38.001Z | Compiling cargo-platform v0.1.8 |
| 1253 | 2025-04-15T03:14:38.001Z | Compiling macaddr v1.0.1 |
| 1254 | 2025-04-15T03:14:38.204Z | Compiling toml_edit v0.22.24 |
| 1255 | 2025-04-15T03:14:38.261Z | Compiling camino-tempfile v1.1.1 |
| 1256 | 2025-04-15T03:14:39.077Z | Compiling dof v0.3.0 |
| 1257 | 2025-04-15T03:14:39.115Z | Compiling cargo_metadata v0.19.2 |
| 1258 | 2025-04-15T03:14:40.403Z | Compiling usdt-macro v0.5.0 |
| 1259 | 2025-04-15T03:14:40.403Z | Compiling usdt-attr-macro v0.5.0 |
| 1260 | 2025-04-15T03:14:41.019Z | Compiling toml v0.8.20 |
| 1261 | 2025-04-15T03:14:41.527Z | Compiling usdt v0.5.0 |
| 1262 | 2025-04-15T03:14:41.877Z | Compiling cargo_toml v0.21.0 |
| 1263 | 2025-04-15T03:14:44.644Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1264 | 2025-04-15T03:14:47.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.61s |
| 1265 | 2025-04-15T03:14:48.070Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1266 | 2025-04-15T03:14:49.059Z | Compiling serde v1.0.219 |
| 1267 | 2025-04-15T03:14:49.062Z | Compiling value-bag v1.9.0 |
| 1268 | 2025-04-15T03:14:49.062Z | Compiling lock_api v0.4.12 |
| 1269 | 2025-04-15T03:14:49.062Z | Compiling scopeguard v1.2.0 |
| 1270 | 2025-04-15T03:14:49.062Z | Compiling typenum v1.17.0 |
| 1271 | 2025-04-15T03:14:49.195Z | Compiling generic-array v0.14.7 |
| 1272 | 2025-04-15T03:14:49.198Z | Compiling syn v2.0.98 |
| 1273 | 2025-04-15T03:14:49.201Z | Compiling getrandom v0.2.15 |
| 1274 | 2025-04-15T03:14:49.388Z | Compiling shlex v1.3.0 |
| 1275 | 2025-04-15T03:14:49.637Z | Compiling rand_core v0.6.4 |
| 1276 | 2025-04-15T03:14:49.727Z | Compiling log v0.4.22 |
| 1277 | 2025-04-15T03:14:49.743Z | Compiling jobserver v0.1.32 |
| 1278 | 2025-04-15T03:14:49.779Z | Compiling subtle v2.6.1 |
| 1279 | 2025-04-15T03:14:49.848Z | Compiling smallvec v1.14.0 |
| 1280 | 2025-04-15T03:14:50.146Z | Compiling const-oid v0.9.6 |
| 1281 | 2025-04-15T03:14:50.190Z | Compiling cc v1.2.15 |
| 1282 | 2025-04-15T03:14:50.232Z | Compiling rustix v0.38.37 |
| 1283 | 2025-04-15T03:14:50.253Z | Compiling pin-project-lite v0.2.14 |
| 1284 | 2025-04-15T03:14:50.419Z | Compiling parking_lot_core v0.9.10 |
| 1285 | 2025-04-15T03:14:50.521Z | Compiling signal-hook-registry v1.4.2 |
| 1286 | 2025-04-15T03:14:50.590Z | Compiling stable_deref_trait v1.2.0 |
| 1287 | 2025-04-15T03:14:50.726Z | Compiling mio v1.0.2 |
| 1288 | 2025-04-15T03:14:51.077Z | Compiling spin v0.9.8 |
| 1289 | 2025-04-15T03:14:51.189Z | Compiling futures-core v0.3.31 |
| 1290 | 2025-04-15T03:14:51.454Z | Compiling parking_lot v0.12.3 |
| 1291 | 2025-04-15T03:14:51.473Z | Compiling aho-corasick v1.1.3 |
| 1292 | 2025-04-15T03:14:51.492Z | Compiling pkg-config v0.3.31 |
| 1293 | 2025-04-15T03:14:51.659Z | Compiling serde_json v1.0.140 |
| 1294 | 2025-04-15T03:14:51.814Z | Compiling regex-syntax v0.8.5 |
| 1295 | 2025-04-15T03:14:52.005Z | Compiling either v1.14.0 |
| 1296 | 2025-04-15T03:14:52.211Z | Compiling libm v0.2.8 |
| 1297 | 2025-04-15T03:14:52.245Z | Compiling cpufeatures v0.2.14 |
| 1298 | 2025-04-15T03:14:52.432Z | Compiling socket2 v0.5.9 |
| 1299 | 2025-04-15T03:14:52.451Z | Compiling num-traits v0.2.19 |
| 1300 | 2025-04-15T03:14:52.651Z | Compiling glob v0.3.2 |
| 1301 | 2025-04-15T03:14:53.069Z | Compiling prettyplease v0.2.30 |
| 1302 | 2025-04-15T03:14:53.332Z | Compiling futures-sink v0.3.31 |
| 1303 | 2025-04-15T03:14:53.427Z | Compiling getrandom v0.3.1 |
| 1304 | 2025-04-15T03:14:53.475Z | Compiling clang-sys v1.8.1 |
| 1305 | 2025-04-15T03:14:53.538Z | Compiling lazy_static v1.5.0 |
| 1306 | 2025-04-15T03:14:53.681Z | Compiling slab v0.4.9 |
| 1307 | 2025-04-15T03:14:54.110Z | Compiling allocator-api2 v0.2.18 |
| 1308 | 2025-04-15T03:14:54.129Z | Compiling minimal-lexical v0.2.1 |
| 1309 | 2025-04-15T03:14:54.193Z | Compiling foldhash v0.1.3 |
| 1310 | 2025-04-15T03:14:54.643Z | Compiling nom v7.1.3 |
| 1311 | 2025-04-15T03:14:54.662Z | Compiling libloading v0.8.5 |
| 1312 | 2025-04-15T03:14:54.680Z | Compiling bindgen v0.69.5 |
| 1313 | 2025-04-15T03:14:54.807Z | Compiling hashbrown v0.15.1 |
| 1314 | 2025-04-15T03:14:55.038Z | Compiling home v0.5.9 |
| 1315 | 2025-04-15T03:14:55.256Z | Compiling base64ct v1.6.0 |
| 1316 | 2025-04-15T03:14:55.579Z | Compiling regex-automata v0.4.8 |
| 1317 | 2025-04-15T03:14:55.772Z | Compiling pem-rfc7468 v0.7.0 |
| 1318 | 2025-04-15T03:14:55.979Z | Compiling itertools v0.10.5 |
| 1319 | 2025-04-15T03:14:56.175Z | Compiling rustc-hash v1.1.0 |
| 1320 | 2025-04-15T03:14:56.349Z | Compiling synstructure v0.13.1 |
| 1321 | 2025-04-15T03:14:57.825Z | Compiling cexpr v0.6.0 |
| 1322 | 2025-04-15T03:14:57.908Z | Compiling lazycell v1.3.0 |
| 1323 | 2025-04-15T03:14:58.018Z | Compiling writeable v0.5.5 |
| 1324 | 2025-04-15T03:14:58.088Z | Compiling flagset v0.4.6 |
| 1325 | 2025-04-15T03:14:58.329Z | Compiling litemap v0.7.3 |
| 1326 | 2025-04-15T03:14:58.560Z | Compiling futures-channel v0.3.31 |
| 1327 | 2025-04-15T03:14:58.579Z | Compiling cmake v0.1.51 |
| 1328 | 2025-04-15T03:14:58.731Z | Compiling fs_extra v1.3.0 |
| 1329 | 2025-04-15T03:14:58.975Z | Compiling dunce v1.0.5 |
| 1330 | 2025-04-15T03:14:59.136Z | Compiling pin-utils v0.1.0 |
| 1331 | 2025-04-15T03:14:59.255Z | Compiling futures-task v0.3.31 |
| 1332 | 2025-04-15T03:14:59.297Z | Compiling futures-io v0.3.31 |
| 1333 | 2025-04-15T03:14:59.408Z | Compiling paste v1.0.15 |
| 1334 | 2025-04-15T03:14:59.445Z | Compiling icu_locid_transform_data v1.5.0 |
| 1335 | 2025-04-15T03:14:59.466Z | Compiling vcpkg v0.2.15 |
| 1336 | 2025-04-15T03:14:59.541Z | Compiling crossbeam-utils v0.8.21 |
| 1337 | 2025-04-15T03:14:59.561Z | Compiling icu_properties_data v1.5.0 |
| 1338 | 2025-04-15T03:14:59.577Z | Compiling ring v0.17.11 |
| 1339 | 2025-04-15T03:14:59.811Z | Compiling tracing-core v0.1.32 |
| 1340 | 2025-04-15T03:15:00.116Z | Compiling write16 v1.0.0 |
| 1341 | 2025-04-15T03:15:00.278Z | Compiling utf16_iter v1.0.5 |
| 1342 | 2025-04-15T03:15:00.510Z | Compiling regex v1.11.1 |
| 1343 | 2025-04-15T03:15:00.689Z | Compiling aws-lc-rs v1.12.4 |
| 1344 | 2025-04-15T03:15:01.039Z | Compiling utf8_iter v1.0.4 |
| 1345 | 2025-04-15T03:15:01.116Z | Compiling zerocopy v0.8.10 |
| 1346 | 2025-04-15T03:15:01.138Z | Compiling iana-time-zone v0.1.61 |
| 1347 | 2025-04-15T03:15:01.173Z | Compiling openssl-sys v0.9.107 |
| 1348 | 2025-04-15T03:15:01.285Z | Compiling percent-encoding v2.3.1 |
| 1349 | 2025-04-15T03:15:01.462Z | Compiling icu_normalizer_data v1.5.0 |
| 1350 | 2025-04-15T03:15:01.579Z | Compiling serde_derive v1.0.219 |
| 1351 | 2025-04-15T03:15:01.598Z | Compiling zeroize_derive v1.4.2 |
| 1352 | 2025-04-15T03:15:01.616Z | Compiling zerocopy-derive v0.7.35 |
| 1353 | 2025-04-15T03:15:01.937Z | Compiling zerofrom-derive v0.1.4 |
| 1354 | 2025-04-15T03:15:02.202Z | Compiling tokio-macros v2.5.0 |
| 1355 | 2025-04-15T03:15:03.028Z | Compiling zeroize v1.8.1 |
| 1356 | 2025-04-15T03:15:03.508Z | Compiling zerocopy v0.7.35 |
| 1357 | 2025-04-15T03:15:03.660Z | Compiling yoke-derive v0.7.4 |
| 1358 | 2025-04-15T03:15:04.238Z | Compiling zerovec-derive v0.10.3 |
| 1359 | 2025-04-15T03:15:04.694Z | Compiling crypto-common v0.1.6 |
| 1360 | 2025-04-15T03:15:04.753Z | Compiling block-buffer v0.10.4 |
| 1361 | 2025-04-15T03:15:04.943Z | Compiling block-padding v0.3.3 |
| 1362 | 2025-04-15T03:15:05.015Z | Compiling digest v0.10.7 |
| 1363 | 2025-04-15T03:15:05.214Z | Compiling inout v0.1.3 |
| 1364 | 2025-04-15T03:15:05.421Z | Compiling zerofrom v0.1.4 |
| 1365 | 2025-04-15T03:15:05.468Z | Compiling hmac v0.12.1 |
| 1366 | 2025-04-15T03:15:05.512Z | Compiling displaydoc v0.2.5 |
| 1367 | 2025-04-15T03:15:05.650Z | Compiling cipher v0.4.4 |
| 1368 | 2025-04-15T03:15:05.727Z | Compiling sha2 v0.10.8 |
| 1369 | 2025-04-15T03:15:05.878Z | Compiling thiserror-impl v1.0.69 |
| 1370 | 2025-04-15T03:15:06.145Z | Compiling der_derive v0.7.3 |
| 1371 | 2025-04-15T03:15:06.178Z | Compiling yoke v0.7.4 |
| 1372 | 2025-04-15T03:15:06.549Z | Compiling icu_provider_macros v1.5.0 |
| 1373 | 2025-04-15T03:15:06.679Z | Compiling zerovec v0.10.4 |
| 1374 | 2025-04-15T03:15:06.973Z | Compiling futures-macro v0.3.31 |
| 1375 | 2025-04-15T03:15:07.633Z | Compiling salsa20 v0.10.2 |
| 1376 | 2025-04-15T03:15:07.875Z | Compiling pbkdf2 v0.12.2 |
| 1377 | 2025-04-15T03:15:08.066Z | Compiling ppv-lite86 v0.2.20 |
| 1378 | 2025-04-15T03:15:08.410Z | Compiling der v0.7.9 |
| 1379 | 2025-04-15T03:15:08.739Z | Compiling tinystr v0.7.6 |
| 1380 | 2025-04-15T03:15:08.783Z | Compiling thiserror v1.0.69 |
| 1381 | 2025-04-15T03:15:08.817Z | Compiling icu_collections v1.5.0 |
| 1382 | 2025-04-15T03:15:08.912Z | Compiling futures-util v0.3.31 |
| 1383 | 2025-04-15T03:15:08.931Z | Compiling scrypt v0.11.0 |
| 1384 | 2025-04-15T03:15:09.128Z | Compiling icu_locid v1.5.0 |
| 1385 | 2025-04-15T03:15:09.182Z | Compiling aes v0.8.4 |
| 1386 | 2025-04-15T03:15:09.432Z | Compiling cbc v0.1.2 |
| 1387 | 2025-04-15T03:15:09.698Z | Compiling pest v2.7.14 |
| 1388 | 2025-04-15T03:15:10.138Z | Compiling tracing-attributes v0.1.27 |
| 1389 | 2025-04-15T03:15:11.071Z | Compiling spki v0.7.3 |
| 1390 | 2025-04-15T03:15:11.110Z | Compiling icu_provider v1.5.0 |
| 1391 | 2025-04-15T03:15:11.339Z | Compiling scroll_derive v0.12.0 |
| 1392 | 2025-04-15T03:15:11.469Z | Compiling pkcs5 v0.7.1 |
| 1393 | 2025-04-15T03:15:11.782Z | Compiling zerocopy-derive v0.8.10 |
| 1394 | 2025-04-15T03:15:12.082Z | Compiling icu_locid_transform v1.5.0 |
| 1395 | 2025-04-15T03:15:12.622Z | Compiling pest_meta v2.7.14 |
| 1396 | 2025-04-15T03:15:12.708Z | Compiling pkcs8 v0.10.2 |
| 1397 | 2025-04-15T03:15:13.392Z | Compiling tinyvec_macros v0.1.1 |
| 1398 | 2025-04-15T03:15:13.438Z | Compiling icu_properties v1.5.1 |
| 1399 | 2025-04-15T03:15:13.509Z | Compiling tracing v0.1.40 |
| 1400 | 2025-04-15T03:15:13.983Z | Compiling bytes v1.10.1 |
| 1401 | 2025-04-15T03:15:14.013Z | Compiling bitflags v2.9.0 |
| 1402 | 2025-04-15T03:15:14.456Z | Compiling semver v1.0.25 |
| 1403 | 2025-04-15T03:15:14.478Z | Compiling indexmap v2.7.1 |
| 1404 | 2025-04-15T03:15:14.498Z | Compiling uuid v1.16.0 |
| 1405 | 2025-04-15T03:15:15.186Z | Compiling tokio v1.43.1 |
| 1406 | 2025-04-15T03:15:15.466Z | Compiling rustc_version v0.4.1 |
| 1407 | 2025-04-15T03:15:15.854Z | Compiling http v1.2.0 |
| 1408 | 2025-04-15T03:15:16.065Z | Compiling chrono v0.4.40 |
| 1409 | 2025-04-15T03:15:16.143Z | Compiling httparse v1.9.5 |
| 1410 | 2025-04-15T03:15:16.885Z | Compiling rustls-pki-types v1.10.0 |
| 1411 | 2025-04-15T03:15:17.129Z | Compiling pest_generator v2.7.14 |
| 1412 | 2025-04-15T03:15:17.885Z | Compiling icu_normalizer v1.5.0 |
| 1413 | 2025-04-15T03:15:18.149Z | Compiling which v4.4.2 |
| 1414 | 2025-04-15T03:15:18.170Z | Compiling http-body v1.0.1 |
| 1415 | 2025-04-15T03:15:18.448Z | Compiling tinyvec v1.8.0 |
| 1416 | 2025-04-15T03:15:19.092Z | Compiling idna_adapter v1.2.0 |
| 1417 | 2025-04-15T03:15:19.242Z | Compiling scroll v0.12.0 |
| 1418 | 2025-04-15T03:15:19.333Z | Compiling serde_derive_internals v0.29.1 |
| 1419 | 2025-04-15T03:15:19.463Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1420 | 2025-04-15T03:15:19.735Z | Compiling time-core v0.1.2 |
| 1421 | 2025-04-15T03:15:19.803Z | Compiling powerfmt v0.2.0 |
| 1422 | 2025-04-15T03:15:19.918Z | Compiling adler2 v2.0.0 |
| 1423 | 2025-04-15T03:15:19.957Z | Compiling untrusted v0.7.1 |
| 1424 | 2025-04-15T03:15:19.978Z | Compiling foreign-types-shared v0.1.1 |
| 1425 | 2025-04-15T03:15:20.120Z | Compiling schemars v0.8.22 |
| 1426 | 2025-04-15T03:15:20.150Z | Compiling openssl v0.10.72 |
| 1427 | 2025-04-15T03:15:20.175Z | Compiling try-lock v0.2.5 |
| 1428 | 2025-04-15T03:15:20.195Z | Compiling atomic-waker v1.1.2 |
| 1429 | 2025-04-15T03:15:20.220Z | Compiling untrusted v0.9.0 |
| 1430 | 2025-04-15T03:15:20.354Z | Compiling num-conv v0.1.0 |
| 1431 | 2025-04-15T03:15:20.410Z | Compiling rustversion v1.0.17 |
| 1432 | 2025-04-15T03:15:20.431Z | Compiling goblin v0.8.2 |
| 1433 | 2025-04-15T03:15:20.624Z | Compiling time-macros v0.2.18 |
| 1434 | 2025-04-15T03:15:20.627Z | Compiling want v0.3.1 |
| 1435 | 2025-04-15T03:15:20.946Z | Compiling foreign-types v0.3.2 |
| 1436 | 2025-04-15T03:15:21.055Z | Compiling deranged v0.3.11 |
| 1437 | 2025-04-15T03:15:21.174Z | Compiling miniz_oxide v0.8.5 |
| 1438 | 2025-04-15T03:15:21.534Z | Compiling schemars_derive v0.8.22 |
| 1439 | 2025-04-15T03:15:22.492Z | Compiling rand_core v0.9.2 |
| 1440 | 2025-04-15T03:15:22.951Z | Compiling idna v1.0.3 |
| 1441 | 2025-04-15T03:15:23.608Z | Compiling tokio-util v0.7.13 |
| 1442 | 2025-04-15T03:15:24.360Z | Compiling pest_derive v2.7.14 |
| 1443 | 2025-04-15T03:15:24.578Z | Compiling h2 v0.4.6 |
| 1444 | 2025-04-15T03:15:24.851Z | Compiling openssl-macros v0.1.1 |
| 1445 | 2025-04-15T03:15:25.088Z | Compiling form_urlencoded v1.2.1 |
| 1446 | 2025-04-15T03:15:25.155Z | Compiling num_threads v0.1.7 |
| 1447 | 2025-04-15T03:15:25.336Z | Compiling rustls v0.23.19 |
| 1448 | 2025-04-15T03:15:25.416Z | Compiling native-tls v0.2.12 |
| 1449 | 2025-04-15T03:15:25.640Z | Compiling tower-service v0.3.3 |
| 1450 | 2025-04-15T03:15:25.658Z | Compiling httpdate v1.0.3 |
| 1451 | 2025-04-15T03:15:25.767Z | Compiling syn v1.0.109 |
| 1452 | 2025-04-15T03:15:25.775Z | Compiling dyn-clone v1.0.19 |
| 1453 | 2025-04-15T03:15:26.108Z | Compiling time v0.3.36 |
| 1454 | 2025-04-15T03:15:26.475Z | Compiling dof v0.3.0 |
| 1455 | 2025-04-15T03:15:28.364Z | Compiling dtrace-parser v0.2.0 |
| 1456 | 2025-04-15T03:15:28.895Z | Compiling rand_chacha v0.9.0 |
| 1457 | 2025-04-15T03:15:29.608Z | Compiling unicode-normalization v0.1.24 |
| 1458 | 2025-04-15T03:15:30.285Z | Compiling heapless v0.7.17 |
| 1459 | 2025-04-15T03:15:30.595Z | Compiling crossbeam-epoch v0.9.18 |
| 1460 | 2025-04-15T03:15:30.722Z | Compiling rand_chacha v0.3.1 |
| 1461 | 2025-04-15T03:15:30.746Z | Compiling signature v2.2.0 |
| 1462 | 2025-04-15T03:15:30.866Z | Compiling cookie v0.18.1 |
| 1463 | 2025-04-15T03:15:31.020Z | Compiling crc32fast v1.4.2 |
| 1464 | 2025-04-15T03:15:31.055Z | Compiling signal-hook v0.3.17 |
| 1465 | 2025-04-15T03:15:31.212Z | Compiling siphasher v0.3.11 |
| 1466 | 2025-04-15T03:15:31.249Z | Compiling rayon-core v1.12.1 |
| 1467 | 2025-04-15T03:15:31.364Z | Compiling slog v2.7.0 |
| 1468 | 2025-04-15T03:15:31.384Z | Compiling unicode-bidi v0.3.17 |
| 1469 | 2025-04-15T03:15:31.561Z | Compiling openssl-probe v0.1.5 |
| 1470 | 2025-04-15T03:15:31.583Z | Compiling unicode-properties v0.1.3 |
| 1471 | 2025-04-15T03:15:31.883Z | Compiling hyper v1.6.0 |
| 1472 | 2025-04-15T03:15:31.886Z | Compiling base64 v0.22.1 |
| 1473 | 2025-04-15T03:15:32.628Z | Compiling stringprep v0.1.5 |
| 1474 | 2025-04-15T03:15:32.651Z | Compiling phf_shared v0.11.2 |
| 1475 | 2025-04-15T03:15:32.809Z | Compiling rand v0.8.5 |
| 1476 | 2025-04-15T03:15:33.043Z | Compiling crossbeam-deque v0.8.5 |
| 1477 | 2025-04-15T03:15:33.085Z | Compiling usdt-impl v0.5.0 |
| 1478 | 2025-04-15T03:15:33.480Z | Compiling rand v0.9.0 |
| 1479 | 2025-04-15T03:15:33.865Z | Compiling url v2.5.3 |
| 1480 | 2025-04-15T03:15:34.406Z | Compiling hyper-util v0.1.10 |
| 1481 | 2025-04-15T03:15:34.429Z | Compiling curve25519-dalek v4.1.3 |
| 1482 | 2025-04-15T03:15:34.913Z | Compiling serde_spanned v0.6.8 |
| 1483 | 2025-04-15T03:15:35.148Z | Compiling toml_datetime v0.6.8 |
| 1484 | 2025-04-15T03:15:35.178Z | Compiling serde_tokenstream v0.2.2 |
| 1485 | 2025-04-15T03:15:35.266Z | Compiling md-5 v0.10.6 |
| 1486 | 2025-04-15T03:15:35.562Z | Compiling num-integer v0.1.46 |
| 1487 | 2025-04-15T03:15:35.624Z | Compiling hash32 v0.2.1 |
| 1488 | 2025-04-15T03:15:35.654Z | Compiling ff v0.13.0 |
| 1489 | 2025-04-15T03:15:35.658Z | Compiling memoffset v0.9.1 |
| 1490 | 2025-04-15T03:15:35.801Z | Compiling cfg_aliases v0.2.1 |
| 1491 | 2025-04-15T03:15:35.901Z | Compiling base16ct v0.2.0 |
| 1492 | 2025-04-15T03:15:35.926Z | Compiling newtype-uuid v1.2.1 |
| 1493 | 2025-04-15T03:15:35.981Z | Compiling fallible-iterator v0.2.0 |
| 1494 | 2025-04-15T03:15:36.026Z | Compiling gimli v0.31.1 |
| 1495 | 2025-04-15T03:15:36.229Z | Compiling portable-atomic v1.11.0 |
| 1496 | 2025-04-15T03:15:36.254Z | Compiling psl-types v2.0.11 |
| 1497 | 2025-04-15T03:15:36.313Z | Compiling smoltcp v0.9.1 |
| 1498 | 2025-04-15T03:15:36.469Z | Compiling litrs v0.4.1 |
| 1499 | 2025-04-15T03:15:36.653Z | Compiling num-bigint-dig v0.8.4 |
| 1500 | 2025-04-15T03:15:36.991Z | Compiling postgres-protocol v0.6.8 |
| 1501 | 2025-04-15T03:15:37.041Z | Compiling publicsuffix v2.3.0 |
| 1502 | 2025-04-15T03:15:37.300Z | Compiling sec1 v0.7.3 |
| 1503 | 2025-04-15T03:15:37.374Z | Compiling num-iter v0.1.45 |
| 1504 | 2025-04-15T03:15:37.553Z | Compiling nix v0.29.0 |
| 1505 | 2025-04-15T03:15:37.613Z | Compiling document-features v0.2.10 |
| 1506 | 2025-04-15T03:15:37.878Z | Compiling group v0.13.0 |
| 1507 | 2025-04-15T03:15:38.613Z | Compiling tokio-native-tls v0.3.1 |
| 1508 | 2025-04-15T03:15:38.914Z | Compiling flate2 v1.1.1 |
| 1509 | 2025-04-15T03:15:39.348Z | Compiling ipnetwork v0.21.1 |
| 1510 | 2025-04-15T03:15:39.368Z | Compiling http-body-util v0.1.3 |
| 1511 | 2025-04-15T03:15:39.487Z | Compiling terminal_size v0.4.0 |
| 1512 | 2025-04-15T03:15:39.737Z | Compiling webpki-roots v0.26.6 |
| 1513 | 2025-04-15T03:15:39.774Z | Compiling hkdf v0.12.4 |
| 1514 | 2025-04-15T03:15:39.824Z | Compiling crypto-bigint v0.5.5 |
| 1515 | 2025-04-15T03:15:39.844Z | Compiling zerocopy-derive v0.6.6 |
| 1516 | 2025-04-15T03:15:39.957Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1517 | 2025-04-15T03:15:40.049Z | Compiling addr2line v0.24.2 |
| 1518 | 2025-04-15T03:15:40.150Z | Compiling async-trait v0.1.88 |
| 1519 | 2025-04-15T03:15:40.656Z | Compiling sync_wrapper v1.0.1 |
| 1520 | 2025-04-15T03:15:40.742Z | Compiling fs-err v2.11.0 |
| 1521 | 2025-04-15T03:15:40.837Z | Compiling object v0.36.5 |
| 1522 | 2025-04-15T03:15:41.094Z | Compiling ahash v0.8.11 |
| 1523 | 2025-04-15T03:15:41.389Z | Compiling winnow v0.5.40 |
| 1524 | 2025-04-15T03:15:41.464Z | Compiling unicode-width v0.2.0 |
| 1525 | 2025-04-15T03:15:41.705Z | Compiling rustc-demangle v0.1.24 |
| 1526 | 2025-04-15T03:15:42.022Z | Compiling managed v0.8.0 |
| 1527 | 2025-04-15T03:15:42.489Z | Compiling buf-list v1.0.3 |
| 1528 | 2025-04-15T03:15:42.581Z | Compiling simd-adler32 v0.3.7 |
| 1529 | 2025-04-15T03:15:42.769Z | Compiling ipnet v2.11.0 |
| 1530 | 2025-04-15T03:15:43.119Z | Compiling tower-layer v0.3.3 |
| 1531 | 2025-04-15T03:15:43.191Z | Compiling zip v2.6.1 |
| 1532 | 2025-04-15T03:15:43.416Z | Compiling anyhow v1.0.97 |
| 1533 | 2025-04-15T03:15:43.547Z | Compiling bumpalo v3.16.0 |
| 1534 | 2025-04-15T03:15:43.826Z | Compiling lockfree-object-pool v0.1.6 |
| 1535 | 2025-04-15T03:15:44.035Z | Compiling strum_macros v0.25.3 |
| 1536 | 2025-04-15T03:15:44.096Z | Compiling zopfli v0.8.1 |
| 1537 | 2025-04-15T03:15:44.517Z | Compiling tower v0.5.2 |
| 1538 | 2025-04-15T03:15:44.982Z | Compiling toml_edit v0.19.15 |
| 1539 | 2025-04-15T03:15:45.468Z | Compiling elliptic-curve v0.13.8 |
| 1540 | 2025-04-15T03:15:45.765Z | Compiling hubpack_derive v0.1.1 |
| 1541 | 2025-04-15T03:15:45.936Z | Compiling clap_builder v4.5.35 |
| 1542 | 2025-04-15T03:15:46.303Z | Compiling console v0.15.10 |
| 1543 | 2025-04-15T03:15:46.684Z | Compiling hubpack v0.1.2 |
| 1544 | 2025-04-15T03:15:47.125Z | Compiling zerocopy v0.6.6 |
| 1545 | 2025-04-15T03:15:47.729Z | Compiling backtrace v0.3.74 |
| 1546 | 2025-04-15T03:15:47.856Z | Compiling hyper-tls v0.6.0 |
| 1547 | 2025-04-15T03:15:48.002Z | Compiling oxnet v0.1.1 |
| 1548 | 2025-04-15T03:15:48.060Z | Compiling rayon v1.10.0 |
| 1549 | 2025-04-15T03:15:48.263Z | Compiling signal-hook-mio v0.2.4 |
| 1550 | 2025-04-15T03:15:48.446Z | Compiling cookie_store v0.21.1 |
| 1551 | 2025-04-15T03:15:48.749Z | Compiling postgres-types v0.2.9 |
| 1552 | 2025-04-15T03:15:50.648Z | Compiling usdt-macro v0.5.0 |
| 1553 | 2025-04-15T03:15:51.693Z | Compiling usdt-attr-macro v0.5.0 |
| 1554 | 2025-04-15T03:15:51.986Z | Compiling phf v0.11.2 |
| 1555 | 2025-04-15T03:15:52.091Z | Compiling ed25519 v2.2.3 |
| 1556 | 2025-04-15T03:15:52.277Z | Compiling strum_macros v0.26.4 |
| 1557 | 2025-04-15T03:15:52.534Z | Compiling bzip2 v0.4.4 |
| 1558 | 2025-04-15T03:15:52.957Z | Compiling bzip2 v0.5.2 |
| 1559 | 2025-04-15T03:15:53.266Z | Compiling serde_urlencoded v0.7.1 |
| 1560 | 2025-04-15T03:15:53.360Z | Compiling enum-as-inner v0.6.1 |
| 1561 | 2025-04-15T03:15:53.775Z | Compiling clap_derive v4.5.32 |
| 1562 | 2025-04-15T03:15:53.799Z | Compiling rustls-pemfile v2.2.0 |
| 1563 | 2025-04-15T03:15:53.996Z | Compiling futures-executor v0.3.31 |
| 1564 | 2025-04-15T03:15:54.144Z | Compiling serde-big-array v0.5.1 |
| 1565 | 2025-04-15T03:15:54.408Z | Compiling pkcs1 v0.7.5 |
| 1566 | 2025-04-15T03:15:54.430Z | Compiling rfc6979 v0.4.0 |
| 1567 | 2025-04-15T03:15:54.520Z | Compiling serde_repr v0.1.19 |
| 1568 | 2025-04-15T03:15:54.647Z | Compiling daft-derive v0.1.3 |
| 1569 | 2025-04-15T03:15:55.302Z | Compiling bstr v1.10.0 |
| 1570 | 2025-04-15T03:15:55.648Z | Compiling float-cmp v0.10.0 |
| 1571 | 2025-04-15T03:15:55.715Z | Compiling encoding_rs v0.8.34 |
| 1572 | 2025-04-15T03:15:55.888Z | Compiling data-encoding v2.6.0 |
| 1573 | 2025-04-15T03:15:56.244Z | Compiling static_assertions v1.1.0 |
| 1574 | 2025-04-15T03:15:56.366Z | Compiling predicates-core v1.0.8 |
| 1575 | 2025-04-15T03:15:56.718Z | Compiling unicode-segmentation v1.12.0 |
| 1576 | 2025-04-15T03:15:56.848Z | Compiling precomputed-hash v0.1.1 |
| 1577 | 2025-04-15T03:15:56.888Z | Compiling normalize-line-endings v0.3.0 |
| 1578 | 2025-04-15T03:15:56.985Z | Compiling new_debug_unreachable v1.0.6 |
| 1579 | 2025-04-15T03:15:57.055Z | Compiling number_prefix v0.4.0 |
| 1580 | 2025-04-15T03:15:57.099Z | Compiling difflib v0.4.0 |
| 1581 | 2025-04-15T03:15:57.309Z | Compiling fixedbitset v0.4.2 |
| 1582 | 2025-04-15T03:15:57.704Z | Compiling mime v0.3.17 |
| 1583 | 2025-04-15T03:15:57.799Z | Compiling whoami v1.5.2 |
| 1584 | 2025-04-15T03:15:57.834Z | Compiling petgraph v0.6.5 |
| 1585 | 2025-04-15T03:15:58.204Z | Compiling tokio-postgres v0.7.13 |
| 1586 | 2025-04-15T03:15:58.336Z | Compiling clap v4.5.35 |
| 1587 | 2025-04-15T03:15:58.368Z | Compiling predicates v3.1.3 |
| 1588 | 2025-04-15T03:15:58.451Z | Compiling similar v2.7.0 |
| 1589 | 2025-04-15T03:15:58.472Z | Compiling indicatif v0.17.11 |
| 1590 | 2025-04-15T03:15:59.880Z | Compiling string_cache v0.8.9 |
| 1591 | 2025-04-15T03:15:59.899Z | Compiling strum v0.26.3 |
| 1592 | 2025-04-15T03:16:00.105Z | Compiling hickory-proto v0.24.4 |
| 1593 | 2025-04-15T03:16:00.323Z | Compiling toml_edit v0.22.24 |
| 1594 | 2025-04-15T03:16:00.482Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 1595 | 2025-04-15T03:16:00.618Z | Compiling daft v0.1.3 |
| 1596 | 2025-04-15T03:16:01.125Z | Compiling usdt v0.5.0 |
| 1597 | 2025-04-15T03:16:01.476Z | Compiling rsa v0.9.6 |
| 1598 | 2025-04-15T03:16:01.639Z | Compiling ecdsa v0.16.9 |
| 1599 | 2025-04-15T03:16:02.515Z | Compiling futures v0.3.31 |
| 1600 | 2025-04-15T03:16:03.885Z | Compiling zip v0.6.6 |
| 1601 | 2025-04-15T03:16:04.542Z | Compiling ed25519-dalek v2.1.1 |
| 1602 | 2025-04-15T03:16:05.992Z | Compiling crossterm v0.28.1 |
| 1603 | 2025-04-15T03:16:06.020Z | Compiling toml v0.7.8 |
| 1604 | 2025-04-15T03:16:07.699Z | Compiling tokio-stream v0.1.17 |
| 1605 | 2025-04-15T03:16:07.849Z | Compiling openapiv3 v2.0.0 |
| 1606 | 2025-04-15T03:16:07.900Z | Compiling x509-cert v0.2.5 |
| 1607 | 2025-04-15T03:16:08.101Z | Compiling sha1 v0.10.6 |
| 1608 | 2025-04-15T03:16:08.539Z | Compiling itertools v0.13.0 |
| 1609 | 2025-04-15T03:16:08.689Z | Compiling dirs-sys-next v0.1.2 |
| 1610 | 2025-04-15T03:16:09.191Z | Compiling unicode-xid v0.2.6 |
| 1611 | 2025-04-15T03:16:09.254Z | Compiling peg-runtime v0.8.5 |
| 1612 | 2025-04-15T03:16:09.296Z | Compiling lalrpop-util v0.19.12 |
| 1613 | 2025-04-15T03:16:09.396Z | Compiling dirs-next v2.0.0 |
| 1614 | 2025-04-15T03:16:09.572Z | Compiling thread_local v1.1.8 |
| 1615 | 2025-04-15T03:16:09.598Z | Compiling slog-async v2.8.0 |
| 1616 | 2025-04-15T03:16:09.660Z | Compiling term v0.7.0 |
| 1617 | 2025-04-15T03:16:09.821Z | Compiling xattr v1.3.1 |
| 1618 | 2025-04-15T03:16:10.086Z | Compiling crossbeam-channel v0.5.15 |
| 1619 | 2025-04-15T03:16:10.105Z | Compiling is-terminal v0.4.13 |
| 1620 | 2025-04-15T03:16:10.199Z | Compiling filetime v0.2.25 |
| 1621 | 2025-04-15T03:16:10.240Z | Compiling take_mut v0.2.2 |
| 1622 | 2025-04-15T03:16:10.411Z | Compiling tar v0.4.44 |
| 1623 | 2025-04-15T03:16:10.492Z | Compiling slog-term v2.9.1 |
| 1624 | 2025-04-15T03:16:11.136Z | Compiling camino v1.1.9 |
| 1625 | 2025-04-15T03:16:17.551Z | Compiling aws-lc-sys v0.26.0 |
| 1626 | 2025-04-15T03:16:49.098Z | Compiling rustls-webpki v0.102.8 |
| 1627 | 2025-04-15T03:16:53.975Z | Compiling tokio-rustls v0.26.0 |
| 1628 | 2025-04-15T03:16:54.283Z | Compiling hyper-rustls v0.27.3 |
| 1629 | 2025-04-15T03:16:54.637Z | Compiling reqwest v0.12.12 |
| 1630 | 2025-04-15T03:16:58.365Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1631 | 2025-04-15T03:16:58.668Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1632 | 2025-04-15T03:17:03.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
| 1633 | 2025-04-15T03:17:03.502Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1634 | 2025-04-15T03:17:03.541Z | Apr 15 03:17:02.225 INFO Starting download, target: Clickhouse |
| 1635 | 2025-04-15T03:17:03.541Z | Apr 15 03:17:02.226 INFO Starting download, target: Console |
| 1636 | 2025-04-15T03:17:03.541Z | Apr 15 03:17:02.226 INFO Starting download, target: Cockroach |
| 1637 | 2025-04-15T03:17:03.541Z | Apr 15 03:17:02.226 INFO Starting download, target: DendriteStub |
| 1638 | 2025-04-15T03:17:03.544Z | Apr 15 03:17:02.226 INFO Starting download, target: MaghemiteMgd |
| 1639 | 2025-04-15T03:17:03.544Z | Apr 15 03:17:02.226 INFO Starting download, target: TransceiverControl |
| 1640 | 2025-04-15T03:17:03.544Z | Apr 15 03:17:02.227 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1641 | 2025-04-15T03:17:03.544Z | Apr 15 03:17:02.227 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1642 | 2025-04-15T03:17:03.544Z | Apr 15 03:17:02.227 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1643 | 2025-04-15T03:17:03.544Z | Apr 15 03:17:02.227 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1644 | 2025-04-15T03:17:03.544Z | Apr 15 03:17:02.227 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1645 | 2025-04-15T03:17:03.544Z | Apr 15 03:17:02.227 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1646 | 2025-04-15T03:17:03.957Z | Apr 15 03:17:02.605 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1647 | 2025-04-15T03:17:04.171Z | Apr 15 03:17:02.803 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1648 | 2025-04-15T03:17:04.396Z | Apr 15 03:17:03.029 INFO Download complete, target: TransceiverControl |
| 1649 | 2025-04-15T03:17:04.493Z | Apr 15 03:17:03.156 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1650 | 2025-04-15T03:17:04.561Z | Apr 15 03:17:03.236 INFO Download complete, target: Console |
| 1651 | 2025-04-15T03:17:04.744Z | Apr 15 03:17:03.429 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1652 | 2025-04-15T03:17:05.147Z | Apr 15 03:17:03.831 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1653 | 2025-04-15T03:17:05.147Z | Apr 15 03:17:03.831 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1654 | 2025-04-15T03:17:05.564Z | Apr 15 03:17:04.249 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1655 | 2025-04-15T03:17:07.060Z | Apr 15 03:17:05.744 INFO Download complete, target: MaghemiteMgd |
| 1656 | 2025-04-15T03:17:07.653Z | Apr 15 03:17:06.335 INFO Download complete, target: DendriteStub |
| 1657 | 2025-04-15T03:17:11.738Z | Apr 15 03:17:10.423 INFO Checking that binary works, target: Cockroach |
| 1658 | 2025-04-15T03:17:11.905Z | Apr 15 03:17:10.589 INFO Download complete, target: Cockroach |
| 1659 | 2025-04-15T03:17:16.246Z | Apr 15 03:17:14.929 INFO Checking that binary works, target: Clickhouse |
| 1660 | 2025-04-15T03:17:16.417Z | Apr 15 03:17:15.101 INFO Download complete, target: Clickhouse |
| 1661 | 2025-04-15T03:17:16.429Z | All prerequisites installed successfully |
| 1662 | 2025-04-15T03:17:16.434Z | |
| 1663 | 2025-04-15T03:17:16.434Z | real 4:35.252896861 |
| 1664 | 2025-04-15T03:17:16.434Z | user 15:33.097865144 |
| 1665 | 2025-04-15T03:17:16.434Z | sys 2:06.273085780 |
| 1666 | 2025-04-15T03:17:16.434Z | trap 0.547583565 |
| 1667 | 2025-04-15T03:17:16.434Z | tflt 4.064373732 |
| 1668 | 2025-04-15T03:17:16.434Z | dflt 3.876687546 |
| 1669 | 2025-04-15T03:17:16.434Z | kflt 0.032845737 |
| 1670 | 2025-04-15T03:17:16.434Z | lock 26:35.488021869 |
| 1671 | 2025-04-15T03:17:16.434Z | slp 56:03.852168376 |
| 1672 | 2025-04-15T03:17:16.434Z | lat 56.448508591 |
| 1673 | 2025-04-15T03:17:16.434Z | stop 2:25.299242717 |
| 1674 | 2025-04-15T03:17:16.434Z | + source ./tools/include/force-git-over-https.sh |
| 1675 | 2025-04-15T03:17:16.434Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1676 | 2025-04-15T03:17:16.434Z | ++ (( i = 0 )) |
| 1677 | 2025-04-15T03:17:16.435Z | ++ (( i < 5 )) |
| 1678 | 2025-04-15T03:17:16.435Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1679 | 2025-04-15T03:17:16.438Z | ++ (( i++ )) |
| 1680 | 2025-04-15T03:17:16.438Z | ++ (( i < 5 )) |
| 1681 | 2025-04-15T03:17:16.438Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1682 | 2025-04-15T03:17:16.442Z | ++ (( i++ )) |
| 1683 | 2025-04-15T03:17:16.442Z | ++ (( i < 5 )) |
| 1684 | 2025-04-15T03:17:16.442Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1685 | 2025-04-15T03:17:16.454Z | ++ (( i++ )) |
| 1686 | 2025-04-15T03:17:16.454Z | ++ (( i < 5 )) |
| 1687 | 2025-04-15T03:17:16.454Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1688 | 2025-04-15T03:17:16.454Z | ++ (( i++ )) |
| 1689 | 2025-04-15T03:17:16.454Z | ++ (( i < 5 )) |
| 1690 | 2025-04-15T03:17:16.454Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1691 | 2025-04-15T03:17:16.454Z | ++ (( i++ )) |
| 1692 | 2025-04-15T03:17:16.454Z | ++ (( i < 5 )) |
| 1693 | 2025-04-15T03:17:16.454Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1694 | 2025-04-15T03:17:16.454Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1695 | 2025-04-15T03:17:16.454Z | + rc=0 |
| 1696 | 2025-04-15T03:17:16.454Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
| 1697 | 2025-04-15T03:17:57.577Z | + case $rc in |
| 1698 | 2025-04-15T03:17:57.577Z | + pfexec zfs create -p rpool/images/build/host |
| 1699 | 2025-04-15T03:17:57.805Z | + pfexec zfs create -p rpool/images/build/recovery |
| 1700 | 2025-04-15T03:17:57.879Z | + cargo xtask releng --output-dir /work |
| 1701 | 2025-04-15T03:17:58.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1702 | 2025-04-15T03:17:58.581Z | Running `target/debug/xtask releng --output-dir /work` |
| 1703 | 2025-04-15T03:17:59.680Z | Compiling proc-macro2 v1.0.94 |
| 1704 | 2025-04-15T03:17:59.680Z | Compiling unicode-ident v1.0.14 |
| 1705 | 2025-04-15T03:17:59.683Z | Compiling libc v0.2.171 |
| 1706 | 2025-04-15T03:17:59.683Z | Compiling serde v1.0.219 |
| 1707 | 2025-04-15T03:17:59.683Z | Compiling autocfg v1.4.0 |
| 1708 | 2025-04-15T03:17:59.683Z | Compiling cfg-if v1.0.0 |
| 1709 | 2025-04-15T03:17:59.683Z | Compiling version_check v0.9.5 |
| 1710 | 2025-04-15T03:18:00.036Z | Compiling typenum v1.17.0 |
| 1711 | 2025-04-15T03:18:00.060Z | Compiling memchr v2.7.4 |
| 1712 | 2025-04-15T03:18:00.107Z | Compiling shlex v1.3.0 |
| 1713 | 2025-04-15T03:18:00.500Z | Compiling generic-array v0.14.7 |
| 1714 | 2025-04-15T03:18:00.570Z | Compiling value-bag v1.9.0 |
| 1715 | 2025-04-15T03:18:00.772Z | Compiling lock_api v0.4.12 |
| 1716 | 2025-04-15T03:18:00.853Z | Compiling rustix v0.38.37 |
| 1717 | 2025-04-15T03:18:00.933Z | Compiling scopeguard v1.2.0 |
| 1718 | 2025-04-15T03:18:01.088Z | Compiling log v0.4.22 |
| 1719 | 2025-04-15T03:18:01.338Z | Compiling parking_lot_core v0.9.10 |
| 1720 | 2025-04-15T03:18:01.549Z | Compiling libm v0.2.8 |
| 1721 | 2025-04-15T03:18:01.778Z | Compiling quote v1.0.39 |
| 1722 | 2025-04-15T03:18:01.803Z | Compiling jobserver v0.1.32 |
| 1723 | 2025-04-15T03:18:01.856Z | Compiling getrandom v0.2.15 |
| 1724 | 2025-04-15T03:18:01.918Z | Compiling num-traits v0.2.19 |
| 1725 | 2025-04-15T03:18:02.102Z | Compiling serde_json v1.0.140 |
| 1726 | 2025-04-15T03:18:02.224Z | Compiling syn v2.0.98 |
| 1727 | 2025-04-15T03:18:02.261Z | Compiling cc v1.2.15 |
| 1728 | 2025-04-15T03:18:02.286Z | Compiling rand_core v0.6.4 |
| 1729 | 2025-04-15T03:18:02.357Z | Compiling pkg-config v0.3.31 |
| 1730 | 2025-04-15T03:18:02.477Z | Compiling semver v1.0.25 |
| 1731 | 2025-04-15T03:18:03.436Z | Compiling subtle v2.6.1 |
| 1732 | 2025-04-15T03:18:03.805Z | Compiling getrandom v0.3.1 |
| 1733 | 2025-04-15T03:18:03.873Z | Compiling once_cell v1.21.3 |
| 1734 | 2025-04-15T03:18:03.926Z | Compiling itoa v1.0.11 |
| 1735 | 2025-04-15T03:18:04.255Z | Compiling spin v0.9.8 |
| 1736 | 2025-04-15T03:18:04.289Z | Compiling errno v0.3.9 |
| 1737 | 2025-04-15T03:18:04.517Z | Compiling slab v0.4.9 |
| 1738 | 2025-04-15T03:18:04.543Z | Compiling smallvec v1.14.0 |
| 1739 | 2025-04-15T03:18:04.543Z | Compiling aho-corasick v1.1.3 |
| 1740 | 2025-04-15T03:18:04.585Z | Compiling regex-syntax v0.8.5 |
| 1741 | 2025-04-15T03:18:04.607Z | Compiling either v1.14.0 |
| 1742 | 2025-04-15T03:18:04.982Z | Compiling byteorder v1.5.0 |
| 1743 | 2025-04-15T03:18:05.072Z | Compiling glob v0.3.2 |
| 1744 | 2025-04-15T03:18:05.522Z | Compiling prettyplease v0.2.30 |
| 1745 | 2025-04-15T03:18:05.626Z | Compiling const-oid v0.9.6 |
| 1746 | 2025-04-15T03:18:05.703Z | Compiling lazy_static v1.5.0 |
| 1747 | 2025-04-15T03:18:05.771Z | Compiling minimal-lexical v0.2.1 |
| 1748 | 2025-04-15T03:18:05.837Z | Compiling clang-sys v1.8.1 |
| 1749 | 2025-04-15T03:18:05.878Z | Compiling libloading v0.8.5 |
| 1750 | 2025-04-15T03:18:06.086Z | Compiling home v0.5.9 |
| 1751 | 2025-04-15T03:18:06.232Z | Compiling nom v7.1.3 |
| 1752 | 2025-04-15T03:18:06.277Z | Compiling bindgen v0.69.5 |
| 1753 | 2025-04-15T03:18:06.836Z | Compiling itertools v0.10.5 |
| 1754 | 2025-04-15T03:18:08.583Z | Compiling regex-automata v0.4.8 |
| 1755 | 2025-04-15T03:18:08.646Z | Compiling thiserror v1.0.69 |
| 1756 | 2025-04-15T03:18:08.670Z | Compiling lazycell v1.3.0 |
| 1757 | 2025-04-15T03:18:08.877Z | Compiling rustc-hash v1.1.0 |
| 1758 | 2025-04-15T03:18:09.171Z | Compiling cmake v0.1.51 |
| 1759 | 2025-04-15T03:18:09.247Z | Compiling fs_extra v1.3.0 |
| 1760 | 2025-04-15T03:18:09.510Z | Compiling dunce v1.0.5 |
| 1761 | 2025-04-15T03:18:09.840Z | Compiling cexpr v0.6.0 |
| 1762 | 2025-04-15T03:18:09.897Z | Compiling synstructure v0.13.1 |
| 1763 | 2025-04-15T03:18:10.207Z | Compiling paste v1.0.15 |
| 1764 | 2025-04-15T03:18:10.385Z | Compiling vcpkg v0.2.15 |
| 1765 | 2025-04-15T03:18:10.870Z | Compiling pin-project-lite v0.2.14 |
| 1766 | 2025-04-15T03:18:12.041Z | Compiling openssl-sys v0.9.107 |
| 1767 | 2025-04-15T03:18:12.339Z | Compiling signal-hook-registry v1.4.2 |
| 1768 | 2025-04-15T03:18:13.147Z | Compiling futures-core v0.3.31 |
| 1769 | 2025-04-15T03:18:13.228Z | Compiling ryu v1.0.18 |
| 1770 | 2025-04-15T03:18:13.500Z | Compiling stable_deref_trait v1.2.0 |
| 1771 | 2025-04-15T03:18:13.658Z | Compiling parking_lot v0.12.3 |
| 1772 | 2025-04-15T03:18:14.026Z | Compiling regex v1.11.1 |
| 1773 | 2025-04-15T03:18:14.192Z | Compiling ring v0.17.11 |
| 1774 | 2025-04-15T03:18:14.406Z | Compiling serde_derive v1.0.219 |
| 1775 | 2025-04-15T03:18:14.544Z | Compiling zeroize_derive v1.4.2 |
| 1776 | 2025-04-15T03:18:15.002Z | Compiling zerocopy-derive v0.7.35 |
| 1777 | 2025-04-15T03:18:15.428Z | Compiling zerofrom-derive v0.1.4 |
| 1778 | 2025-04-15T03:18:15.498Z | Compiling tokio-macros v2.5.0 |
| 1779 | 2025-04-15T03:18:15.933Z | Compiling yoke-derive v0.7.4 |
| 1780 | 2025-04-15T03:18:16.060Z | Compiling zeroize v1.8.1 |
| 1781 | 2025-04-15T03:18:16.835Z | Compiling zerovec-derive v0.10.3 |
| 1782 | 2025-04-15T03:18:17.124Z | Compiling displaydoc v0.2.5 |
| 1783 | 2025-04-15T03:18:17.164Z | Compiling der_derive v0.7.3 |
| 1784 | 2025-04-15T03:18:18.047Z | Compiling crypto-common v0.1.6 |
| 1785 | 2025-04-15T03:18:18.354Z | Compiling block-buffer v0.10.4 |
| 1786 | 2025-04-15T03:18:18.544Z | Compiling futures-macro v0.3.31 |
| 1787 | 2025-04-15T03:18:18.677Z | Compiling icu_provider_macros v1.5.0 |
| 1788 | 2025-04-15T03:18:18.717Z | Compiling digest v0.10.7 |
| 1789 | 2025-04-15T03:18:18.800Z | Compiling thiserror-impl v1.0.69 |
| 1790 | 2025-04-15T03:18:19.299Z | Compiling zerocopy v0.7.35 |
| 1791 | 2025-04-15T03:18:19.434Z | Compiling tracing-attributes v0.1.27 |
| 1792 | 2025-04-15T03:18:19.513Z | Compiling mio v1.0.2 |
| 1793 | 2025-04-15T03:18:19.865Z | Compiling aws-lc-rs v1.12.4 |
| 1794 | 2025-04-15T03:18:20.344Z | Compiling cpufeatures v0.2.14 |
| 1795 | 2025-04-15T03:18:21.082Z | Compiling heck v0.5.0 |
| 1796 | 2025-04-15T03:18:21.323Z | Compiling crossbeam-utils v0.8.21 |
| 1797 | 2025-04-15T03:18:21.568Z | Compiling hmac v0.12.1 |
| 1798 | 2025-04-15T03:18:21.823Z | Compiling zerofrom v0.1.4 |
| 1799 | 2025-04-15T03:18:21.957Z | Compiling socket2 v0.5.9 |
| 1800 | 2025-04-15T03:18:22.090Z | Compiling equivalent v1.0.1 |
| 1801 | 2025-04-15T03:18:22.153Z | Compiling httparse v1.9.5 |
| 1802 | 2025-04-15T03:18:22.215Z | Compiling foldhash v0.1.3 |
| 1803 | 2025-04-15T03:18:22.239Z | Compiling allocator-api2 v0.2.18 |
| 1804 | 2025-04-15T03:18:22.320Z | Compiling yoke v0.7.4 |
| 1805 | 2025-04-15T03:18:22.853Z | Compiling block-padding v0.3.3 |
| 1806 | 2025-04-15T03:18:22.990Z | Compiling futures-sink v0.3.31 |
| 1807 | 2025-04-15T03:18:23.034Z | Compiling zerocopy v0.8.10 |
| 1808 | 2025-04-15T03:18:23.207Z | Compiling hashbrown v0.15.1 |
| 1809 | 2025-04-15T03:18:23.237Z | Compiling inout v0.1.3 |
| 1810 | 2025-04-15T03:18:23.912Z | Compiling zerovec v0.10.4 |
| 1811 | 2025-04-15T03:18:23.947Z | Compiling sha2 v0.10.8 |
| 1812 | 2025-04-15T03:18:24.571Z | Compiling openssl v0.10.72 |
| 1813 | 2025-04-15T03:18:24.600Z | Compiling schemars v0.8.22 |
| 1814 | 2025-04-15T03:18:25.491Z | Compiling cipher v0.4.4 |
| 1815 | 2025-04-15T03:18:25.591Z | Compiling ppv-lite86 v0.2.20 |
| 1816 | 2025-04-15T03:18:26.244Z | Compiling zerocopy-derive v0.8.10 |
| 1817 | 2025-04-15T03:18:26.609Z | Compiling serde_derive_internals v0.29.1 |
| 1818 | 2025-04-15T03:18:26.741Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1819 | 2025-04-15T03:18:27.297Z | Compiling bitflags v2.9.0 |
| 1820 | 2025-04-15T03:18:27.372Z | Compiling bytes v1.10.1 |
| 1821 | 2025-04-15T03:18:27.517Z | Compiling base64ct v1.6.0 |
| 1822 | 2025-04-15T03:18:28.849Z | Compiling rustc_version v0.4.1 |
| 1823 | 2025-04-15T03:18:28.889Z | Compiling tokio v1.43.1 |
| 1824 | 2025-04-15T03:18:29.230Z | Compiling indexmap v2.7.1 |
| 1825 | 2025-04-15T03:18:30.764Z | Compiling fnv v1.0.7 |
| 1826 | 2025-04-15T03:18:31.063Z | Compiling schemars_derive v0.8.22 |
| 1827 | 2025-04-15T03:18:31.239Z | Compiling pem-rfc7468 v0.7.0 |
| 1828 | 2025-04-15T03:18:31.837Z | Compiling which v4.4.2 |
| 1829 | 2025-04-15T03:18:33.871Z | Compiling tinystr v0.7.6 |
| 1830 | 2025-04-15T03:18:34.394Z | Compiling openssl-macros v0.1.1 |
| 1831 | 2025-04-15T03:18:35.090Z | Compiling syn v1.0.109 |
| 1832 | 2025-04-15T03:18:35.134Z | Compiling time-core v0.1.2 |
| 1833 | 2025-04-15T03:18:35.351Z | Compiling num-conv v0.1.0 |
| 1834 | 2025-04-15T03:18:35.468Z | Compiling litemap v0.7.3 |
| 1835 | 2025-04-15T03:18:35.582Z | Compiling rustls v0.23.19 |
| 1836 | 2025-04-15T03:18:35.804Z | Compiling writeable v0.5.5 |
| 1837 | 2025-04-15T03:18:35.979Z | Compiling flagset v0.4.6 |
| 1838 | 2025-04-15T03:18:36.065Z | Compiling native-tls v0.2.12 |
| 1839 | 2025-04-15T03:18:36.430Z | Compiling icu_locid v1.5.0 |
| 1840 | 2025-04-15T03:18:36.510Z | Compiling der v0.7.9 |
| 1841 | 2025-04-15T03:18:37.139Z | Compiling time-macros v0.2.18 |
| 1842 | 2025-04-15T03:18:38.079Z | Compiling futures-channel v0.3.31 |
| 1843 | 2025-04-15T03:18:38.980Z | Compiling scroll_derive v0.12.0 |
| 1844 | 2025-04-15T03:18:39.025Z | Compiling pin-utils v0.1.0 |
| 1845 | 2025-04-15T03:18:40.024Z | Compiling futures-task v0.3.31 |
| 1846 | 2025-04-15T03:18:40.191Z | Compiling futures-io v0.3.31 |
| 1847 | 2025-04-15T03:18:40.473Z | Compiling ucd-trie v0.1.7 |
| 1848 | 2025-04-15T03:18:41.010Z | Compiling pest v2.7.14 |
| 1849 | 2025-04-15T03:18:41.057Z | Compiling futures-util v0.3.31 |
| 1850 | 2025-04-15T03:18:43.522Z | Compiling spki v0.7.3 |
| 1851 | 2025-04-15T03:18:44.366Z | Compiling icu_provider v1.5.0 |
| 1852 | 2025-04-15T03:18:44.402Z | Compiling salsa20 v0.10.2 |
| 1853 | 2025-04-15T03:18:44.751Z | Compiling pbkdf2 v0.12.2 |
| 1854 | 2025-04-15T03:18:45.024Z | Compiling cookie v0.18.1 |
| 1855 | 2025-04-15T03:18:45.090Z | Compiling rayon-core v1.12.1 |
| 1856 | 2025-04-15T03:18:45.419Z | Compiling iana-time-zone v0.1.61 |
| 1857 | 2025-04-15T03:18:45.419Z | Compiling aws-lc-sys v0.26.0 |
| 1858 | 2025-04-15T03:18:45.702Z | Compiling icu_locid_transform_data v1.5.0 |
| 1859 | 2025-04-15T03:18:45.826Z | Compiling rustversion v1.0.17 |
| 1860 | 2025-04-15T03:18:46.420Z | Compiling icu_locid_transform v1.5.0 |
| 1861 | 2025-04-15T03:18:46.632Z | Compiling chrono v0.4.40 |
| 1862 | 2025-04-15T03:18:46.712Z | Compiling scrypt v0.11.0 |
| 1863 | 2025-04-15T03:18:48.152Z | Compiling pest_meta v2.7.14 |
| 1864 | 2025-04-15T03:18:49.607Z | Compiling aes v0.8.4 |
| 1865 | 2025-04-15T03:18:52.218Z | Compiling cbc v0.1.2 |
| 1866 | 2025-04-15T03:18:52.363Z | Compiling icu_collections v1.5.0 |
| 1867 | 2025-04-15T03:18:52.801Z | Compiling icu_properties_data v1.5.0 |
| 1868 | 2025-04-15T03:18:53.466Z | Compiling icu_properties v1.5.1 |
| 1869 | 2025-04-15T03:18:53.790Z | Compiling pkcs5 v0.7.1 |
| 1870 | 2025-04-15T03:18:55.433Z | Compiling pest_generator v2.7.14 |
| 1871 | 2025-04-15T03:18:56.203Z | Compiling tokio-util v0.7.13 |
| 1872 | 2025-04-15T03:18:57.612Z | Compiling http v1.2.0 |
| 1873 | 2025-04-15T03:18:57.777Z | Compiling uuid v1.16.0 |
| 1874 | 2025-04-15T03:18:58.504Z | Compiling zerocopy-derive v0.6.6 |
| 1875 | 2025-04-15T03:18:59.707Z | Compiling tracing-core v0.1.32 |
| 1876 | 2025-04-15T03:19:00.312Z | Compiling utf8_iter v1.0.4 |
| 1877 | 2025-04-15T03:19:00.367Z | Compiling icu_normalizer_data v1.5.0 |
| 1878 | 2025-04-15T03:19:00.537Z | Compiling write16 v1.0.0 |
| 1879 | 2025-04-15T03:19:00.667Z | Compiling num-bigint-dig v0.8.4 |
| 1880 | 2025-04-15T03:19:00.765Z | Compiling newtype-uuid v1.2.1 |
| 1881 | 2025-04-15T03:19:01.052Z | Compiling percent-encoding v2.3.1 |
| 1882 | 2025-04-15T03:19:01.108Z | Compiling utf16_iter v1.0.5 |
| 1883 | 2025-04-15T03:19:01.448Z | Compiling icu_normalizer v1.5.0 |
| 1884 | 2025-04-15T03:19:01.629Z | Compiling tracing v0.1.40 |
| 1885 | 2025-04-15T03:19:04.031Z | Compiling pest_derive v2.7.14 |
| 1886 | 2025-04-15T03:19:04.197Z | Compiling pkcs8 v0.10.2 |
| 1887 | 2025-04-15T03:19:05.715Z | Compiling heapless v0.7.17 |
| 1888 | 2025-04-15T03:19:05.775Z | Compiling rand_chacha v0.3.1 |
| 1889 | 2025-04-15T03:19:06.907Z | Compiling usdt-impl v0.5.0 |
| 1890 | 2025-04-15T03:19:07.369Z | Compiling ahash v0.8.11 |
| 1891 | 2025-04-15T03:19:07.471Z | Compiling litrs v0.4.1 |
| 1892 | 2025-04-15T03:19:08.020Z | Compiling slog v2.7.0 |
| 1893 | 2025-04-15T03:19:08.067Z | Compiling signal-hook v0.3.17 |
| 1894 | 2025-04-15T03:19:08.553Z | Compiling rustls-pki-types v1.10.0 |
| 1895 | 2025-04-15T03:19:08.601Z | Compiling tinyvec_macros v0.1.1 |
| 1896 | 2025-04-15T03:19:08.741Z | Compiling tinyvec v1.8.0 |
| 1897 | 2025-04-15T03:19:08.792Z | Compiling document-features v0.2.10 |
| 1898 | 2025-04-15T03:19:10.832Z | Compiling rand v0.8.5 |
| 1899 | 2025-04-15T03:19:11.916Z | Compiling idna_adapter v1.2.0 |
| 1900 | 2025-04-15T03:19:12.211Z | Compiling http-body v1.0.1 |
| 1901 | 2025-04-15T03:19:12.514Z | Compiling scroll v0.12.0 |
| 1902 | 2025-04-15T03:19:12.894Z | Compiling async-trait v0.1.88 |
| 1903 | 2025-04-15T03:19:13.114Z | Compiling untrusted v0.7.1 |
| 1904 | 2025-04-15T03:19:13.284Z | Compiling powerfmt v0.2.0 |
| 1905 | 2025-04-15T03:19:13.354Z | Compiling try-lock v0.2.5 |
| 1906 | 2025-04-15T03:19:13.548Z | Compiling plain v0.2.3 |
| 1907 | 2025-04-15T03:19:13.734Z | Compiling atomic-waker v1.1.2 |
| 1908 | 2025-04-15T03:19:13.851Z | Compiling untrusted v0.9.0 |
| 1909 | 2025-04-15T03:19:13.925Z | Compiling adler2 v2.0.0 |
| 1910 | 2025-04-15T03:19:14.100Z | Compiling dyn-clone v1.0.19 |
| 1911 | 2025-04-15T03:19:14.267Z | Compiling foreign-types-shared v0.1.1 |
| 1912 | 2025-04-15T03:19:15.157Z | Compiling foreign-types v0.3.2 |
| 1913 | 2025-04-15T03:19:15.293Z | Compiling miniz_oxide v0.8.5 |
| 1914 | 2025-04-15T03:19:15.332Z | Compiling h2 v0.4.6 |
| 1915 | 2025-04-15T03:19:16.132Z | Compiling goblin v0.8.2 |
| 1916 | 2025-04-15T03:19:18.209Z | Compiling deranged v0.3.11 |
| 1917 | 2025-04-15T03:19:18.963Z | Compiling want v0.3.1 |
| 1918 | 2025-04-15T03:19:20.029Z | Compiling idna v1.0.3 |
| 1919 | 2025-04-15T03:19:21.370Z | Compiling form_urlencoded v1.2.1 |
| 1920 | 2025-04-15T03:19:22.951Z | Compiling curve25519-dalek v4.1.3 |
| 1921 | 2025-04-15T03:19:23.732Z | Compiling clap_derive v4.5.32 |
| 1922 | 2025-04-15T03:19:25.195Z | Compiling memoffset v0.9.1 |
| 1923 | 2025-04-15T03:19:25.635Z | Compiling crc32fast v1.4.2 |
| 1924 | 2025-04-15T03:19:26.124Z | Compiling portable-atomic v1.11.0 |
| 1925 | 2025-04-15T03:19:26.765Z | Compiling tower-service v0.3.3 |
| 1926 | 2025-04-15T03:19:27.158Z | Compiling anyhow v1.0.97 |
| 1927 | 2025-04-15T03:19:27.216Z | Compiling base64 v0.22.1 |
| 1928 | 2025-04-15T03:19:28.232Z | Compiling pretty-hex v0.4.1 |
| 1929 | 2025-04-15T03:19:28.522Z | Compiling smoltcp v0.9.1 |
| 1930 | 2025-04-15T03:19:28.749Z | Compiling num_threads v0.1.7 |
| 1931 | 2025-04-15T03:19:28.987Z | Compiling httpdate v1.0.3 |
| 1932 | 2025-04-15T03:19:29.221Z | Compiling anstyle v1.0.10 |
| 1933 | 2025-04-15T03:19:29.294Z | Compiling utf8parse v0.2.2 |
| 1934 | 2025-04-15T03:19:29.516Z | Compiling anstyle-parse v0.2.5 |
| 1935 | 2025-04-15T03:19:29.838Z | Compiling hyper v1.6.0 |
| 1936 | 2025-04-15T03:19:30.097Z | Compiling time v0.3.36 |
| 1937 | 2025-04-15T03:19:31.582Z | Compiling dof v0.3.0 |
| 1938 | 2025-04-15T03:19:40.900Z | Compiling rand_core v0.9.2 |
| 1939 | 2025-04-15T03:19:42.521Z | Compiling unicode-normalization v0.1.24 |
| 1940 | 2025-04-15T03:19:43.989Z | Compiling dtrace-parser v0.2.0 |
| 1941 | 2025-04-15T03:19:44.216Z | Compiling strum_macros v0.26.4 |
| 1942 | 2025-04-15T03:19:44.922Z | Compiling serde_spanned v0.6.8 |
| 1943 | 2025-04-15T03:19:45.256Z | Compiling toml_datetime v0.6.8 |
| 1944 | 2025-04-15T03:19:47.736Z | Compiling signature v2.2.0 |
| 1945 | 2025-04-15T03:19:48.279Z | Compiling daft-derive v0.1.3 |
| 1946 | 2025-04-15T03:19:48.496Z | Compiling thread-id v4.2.2 |
| 1947 | 2025-04-15T03:19:48.649Z | Compiling fs-err v2.11.0 |
| 1948 | 2025-04-15T03:19:49.423Z | Compiling buf-list v1.0.3 |
| 1949 | 2025-04-15T03:19:50.591Z | Compiling openssl-probe v0.1.5 |
| 1950 | 2025-04-15T03:19:50.616Z | Compiling zip v2.6.1 |
| 1951 | 2025-04-15T03:19:50.701Z | Compiling colorchoice v1.0.2 |
| 1952 | 2025-04-15T03:19:50.934Z | Compiling fastrand v2.1.1 |
| 1953 | 2025-04-15T03:19:51.314Z | Compiling anstyle-query v1.1.1 |
| 1954 | 2025-04-15T03:19:51.417Z | Compiling is_terminal_polyfill v1.70.1 |
| 1955 | 2025-04-15T03:19:51.493Z | Compiling cfg_aliases v0.2.1 |
| 1956 | 2025-04-15T03:19:51.624Z | Compiling anstream v0.6.15 |
| 1957 | 2025-04-15T03:19:51.655Z | Compiling nix v0.29.0 |
| 1958 | 2025-04-15T03:19:51.655Z | Compiling tempfile v3.13.0 |
| 1959 | 2025-04-15T03:19:58.432Z | Compiling rand_chacha v0.9.0 |
| 1960 | 2025-04-15T03:19:58.432Z | Compiling crossbeam-epoch v0.9.18 |
| 1961 | 2025-04-15T03:19:58.432Z | Compiling hyper-util v0.1.10 |
| 1962 | 2025-04-15T03:19:58.432Z | Compiling url v2.5.3 |
| 1963 | 2025-04-15T03:19:58.792Z | Compiling zerocopy v0.6.6 |
| 1964 | 2025-04-15T03:19:59.384Z | Compiling hubpack_derive v0.1.1 |
| 1965 | 2025-04-15T03:20:00.452Z | Compiling terminal_size v0.4.0 |
| 1966 | 2025-04-15T03:20:00.565Z | Compiling hex v0.4.3 |
| 1967 | 2025-04-15T03:20:00.735Z | Compiling serde_tokenstream v0.2.2 |
| 1968 | 2025-04-15T03:20:01.340Z | Compiling num-integer v0.1.46 |
| 1969 | 2025-04-15T03:20:01.592Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1970 | 2025-04-15T03:20:02.487Z | Compiling unicode-properties v0.1.3 |
| 1971 | 2025-04-15T03:20:02.487Z | Compiling strsim v0.11.1 |
| 1972 | 2025-04-15T03:20:02.702Z | Compiling siphasher v0.3.11 |
| 1973 | 2025-04-15T03:20:03.237Z | Compiling clap_lex v0.7.4 |
| 1974 | 2025-04-15T03:20:03.457Z | Compiling unicode-bidi v0.3.17 |
| 1975 | 2025-04-15T03:20:03.538Z | Compiling psl-types v2.0.11 |
| 1976 | 2025-04-15T03:20:04.077Z | Compiling radium v0.7.0 |
| 1977 | 2025-04-15T03:20:04.601Z | Compiling stringprep v0.1.5 |
| 1978 | 2025-04-15T03:20:04.658Z | Compiling publicsuffix v2.3.0 |
| 1979 | 2025-04-15T03:20:04.679Z | Compiling clap_builder v4.5.35 |
| 1980 | 2025-04-15T03:20:05.112Z | Compiling phf_shared v0.11.2 |
| 1981 | 2025-04-15T03:20:05.236Z | Compiling num-iter v0.1.45 |
| 1982 | 2025-04-15T03:20:05.609Z | Compiling crossbeam-deque v0.8.5 |
| 1983 | 2025-04-15T03:20:07.135Z | Compiling rand v0.9.0 |
| 1984 | 2025-04-15T03:20:08.234Z | Compiling tokio-native-tls v0.3.1 |
| 1985 | 2025-04-15T03:20:08.729Z | Compiling ipnetwork v0.21.1 |
| 1986 | 2025-04-15T03:20:08.777Z | Compiling flate2 v1.1.1 |
| 1987 | 2025-04-15T03:20:10.152Z | Compiling http-body-util v0.1.3 |
| 1988 | 2025-04-15T03:20:10.439Z | Compiling webpki-roots v0.26.6 |
| 1989 | 2025-04-15T03:20:11.402Z | Compiling md-5 v0.10.6 |
| 1990 | 2025-04-15T03:20:11.459Z | Compiling sync_wrapper v1.0.1 |
| 1991 | 2025-04-15T03:20:11.772Z | Compiling hash32 v0.2.1 |
| 1992 | 2025-04-15T03:20:11.812Z | Compiling ff v0.13.0 |
| 1993 | 2025-04-15T03:20:12.225Z | Compiling gimli v0.31.1 |
| 1994 | 2025-04-15T03:20:12.415Z | Compiling maybe-uninit v2.0.0 |
| 1995 | 2025-04-15T03:20:12.451Z | Compiling heck v0.4.1 |
| 1996 | 2025-04-15T03:20:12.578Z | Compiling base16ct v0.2.0 |
| 1997 | 2025-04-15T03:20:12.920Z | Compiling tap v1.0.1 |
| 1998 | 2025-04-15T03:20:12.953Z | Compiling ipnet v2.11.0 |
| 1999 | 2025-04-15T03:20:13.381Z | Compiling thiserror v2.0.12 |
| 2000 | 2025-04-15T03:20:13.462Z | Compiling camino v1.1.9 |
| 2001 | 2025-04-15T03:20:14.191Z | Compiling winnow v0.5.40 |
| 2002 | 2025-04-15T03:20:15.418Z | Compiling tower-layer v0.3.3 |
| 2003 | 2025-04-15T03:20:16.255Z | Compiling fallible-iterator v0.2.0 |
| 2004 | 2025-04-15T03:20:17.051Z | Compiling rustls-webpki v0.102.8 |
| 2005 | 2025-04-15T03:20:17.481Z | Compiling postgres-protocol v0.6.8 |
| 2006 | 2025-04-15T03:20:18.189Z | Compiling addr2line v0.24.2 |
| 2007 | 2025-04-15T03:20:18.824Z | Compiling toml_edit v0.19.15 |
| 2008 | 2025-04-15T03:20:19.495Z | Compiling tower v0.5.2 |
| 2009 | 2025-04-15T03:20:20.461Z | Compiling wyz v0.5.1 |
| 2010 | 2025-04-15T03:20:20.690Z | Compiling strum_macros v0.25.3 |
| 2011 | 2025-04-15T03:20:20.769Z | Compiling sec1 v0.7.3 |
| 2012 | 2025-04-15T03:20:21.419Z | Compiling group v0.13.0 |
| 2013 | 2025-04-15T03:20:24.209Z | Compiling hyper-tls v0.6.0 |
| 2014 | 2025-04-15T03:20:24.740Z | Compiling clap v4.5.35 |
| 2015 | 2025-04-15T03:20:24.743Z | Compiling oxnet v0.1.1 |
| 2016 | 2025-04-15T03:20:25.040Z | Compiling cookie_store v0.21.1 |
| 2017 | 2025-04-15T03:20:26.746Z | Compiling tokio-rustls v0.26.0 |
| 2018 | 2025-04-15T03:20:29.853Z | Compiling usdt-macro v0.5.0 |
| 2019 | 2025-04-15T03:20:30.435Z | Compiling usdt-attr-macro v0.5.0 |
| 2020 | 2025-04-15T03:20:31.212Z | Compiling bstr v1.10.0 |
| 2021 | 2025-04-15T03:20:31.835Z | Compiling serde_urlencoded v0.7.1 |
| 2022 | 2025-04-15T03:20:32.110Z | Compiling rustls-pemfile v2.2.0 |
| 2023 | 2025-04-15T03:20:32.334Z | Compiling pkcs1 v0.7.5 |
| 2024 | 2025-04-15T03:20:32.523Z | Compiling futures-executor v0.3.31 |
| 2025 | 2025-04-15T03:20:32.927Z | Compiling hkdf v0.12.4 |
| 2026 | 2025-04-15T03:20:33.331Z | Compiling enum-as-inner v0.6.1 |
| 2027 | 2025-04-15T03:20:33.425Z | Compiling crypto-bigint v0.5.5 |
| 2028 | 2025-04-15T03:20:33.543Z | Compiling serde_repr v0.1.19 |
| 2029 | 2025-04-15T03:20:34.401Z | Compiling thiserror-impl v2.0.12 |
| 2030 | 2025-04-15T03:20:34.465Z | Compiling object v0.36.5 |
| 2031 | 2025-04-15T03:20:34.709Z | Compiling encoding_rs v0.8.34 |
| 2032 | 2025-04-15T03:20:35.977Z | Compiling bitflags v1.3.2 |
| 2033 | 2025-04-15T03:20:36.119Z | Compiling bumpalo v3.16.0 |
| 2034 | 2025-04-15T03:20:36.594Z | Compiling rustc-demangle v0.1.24 |
| 2035 | 2025-04-15T03:20:37.231Z | Compiling unicode-width v0.2.0 |
| 2036 | 2025-04-15T03:20:38.789Z | Compiling managed v0.8.0 |
| 2037 | 2025-04-15T03:20:39.247Z | Compiling packed_struct v0.10.1 |
| 2038 | 2025-04-15T03:20:39.623Z | Compiling simd-adler32 v0.3.7 |
| 2039 | 2025-04-15T03:20:40.165Z | Compiling lockfree-object-pool v0.1.6 |
| 2040 | 2025-04-15T03:20:41.319Z | Compiling mime v0.3.17 |
| 2041 | 2025-04-15T03:20:41.380Z | Compiling funty v2.0.0 |
| 2042 | 2025-04-15T03:20:41.832Z | Compiling backtrace v0.3.74 |
| 2043 | 2025-04-15T03:20:42.460Z | Compiling bitvec v1.0.1 |
| 2044 | 2025-04-15T03:20:44.794Z | Compiling zopfli v0.8.1 |
| 2045 | 2025-04-15T03:20:48.232Z | Compiling console v0.15.10 |
| 2046 | 2025-04-15T03:20:48.486Z | Compiling elliptic-curve v0.13.8 |
| 2047 | 2025-04-15T03:20:49.080Z | Compiling rsa v0.9.6 |
| 2048 | 2025-04-15T03:20:49.210Z | Compiling futures v0.3.31 |
| 2049 | 2025-04-15T03:20:50.145Z | Compiling hyper-rustls v0.27.3 |
| 2050 | 2025-04-15T03:20:52.698Z | Compiling daft v0.1.3 |
| 2051 | 2025-04-15T03:20:53.002Z | Compiling signal-hook-mio v0.2.4 |
| 2052 | 2025-04-15T03:20:53.206Z | Compiling toml v0.7.8 |
| 2053 | 2025-04-15T03:20:53.206Z | Compiling rayon v1.10.0 |
| 2054 | 2025-04-15T03:20:54.663Z | Compiling postgres-types v0.2.9 |
| 2055 | 2025-04-15T03:20:55.872Z | Compiling phf v0.11.2 |
| 2056 | 2025-04-15T03:20:55.932Z | Compiling ed25519 v2.2.3 |
| 2057 | 2025-04-15T03:20:56.197Z | Compiling hubpack v0.1.2 |
| 2058 | 2025-04-15T03:20:56.371Z | Compiling bzip2 v0.5.2 |
| 2059 | 2025-04-15T03:20:56.631Z | Compiling bzip2 v0.4.4 |
| 2060 | 2025-04-15T03:20:57.026Z | Compiling strum v0.26.3 |
| 2061 | 2025-04-15T03:20:57.677Z | Compiling packed_struct_codegen v0.10.1 |
| 2062 | 2025-04-15T03:20:57.722Z | Compiling x509-cert v0.2.5 |
| 2063 | 2025-04-15T03:20:58.100Z | Compiling serde-big-array v0.5.1 |
| 2064 | 2025-04-15T03:20:58.179Z | Compiling float-cmp v0.10.0 |
| 2065 | 2025-04-15T03:20:58.288Z | Compiling rfc6979 v0.4.0 |
| 2066 | 2025-04-15T03:20:58.397Z | Compiling structmeta-derive v0.3.0 |
| 2067 | 2025-04-15T03:20:58.938Z | Compiling wait-timeout v0.2.0 |
| 2068 | 2025-04-15T03:20:58.961Z | Compiling is-terminal v0.4.13 |
| 2069 | 2025-04-15T03:20:59.130Z | Compiling memmap v0.7.0 |
| 2070 | 2025-04-15T03:20:59.468Z | Compiling indexmap v1.9.3 |
| 2071 | 2025-04-15T03:20:59.853Z | Compiling data-encoding v2.6.0 |
| 2072 | 2025-04-15T03:20:59.893Z | Compiling nodrop v0.1.14 |
| 2073 | 2025-04-15T03:21:00.767Z | Compiling winnow v0.7.3 |
| 2074 | 2025-04-15T03:21:01.200Z | Compiling difflib v0.4.0 |
| 2075 | 2025-04-15T03:21:02.296Z | Compiling reqwest v0.12.12 |
| 2076 | 2025-04-15T03:21:02.356Z | Compiling predicates-core v1.0.8 |
| 2077 | 2025-04-15T03:21:02.684Z | Compiling number_prefix v0.4.0 |
| 2078 | 2025-04-15T03:21:02.823Z | Compiling normalize-line-endings v0.3.0 |
| 2079 | 2025-04-15T03:21:03.010Z | Compiling bit-vec v0.8.0 |
| 2080 | 2025-04-15T03:21:03.467Z | Compiling unicode-segmentation v1.12.0 |
| 2081 | 2025-04-15T03:21:03.636Z | Compiling fixedbitset v0.4.2 |
| 2082 | 2025-04-15T03:21:04.038Z | Compiling new_debug_unreachable v1.0.6 |
| 2083 | 2025-04-15T03:21:04.169Z | Compiling precomputed-hash v0.1.1 |
| 2084 | 2025-04-15T03:21:04.348Z | Compiling quick-error v1.2.3 |
| 2085 | 2025-04-15T03:21:04.532Z | Compiling whoami v1.5.2 |
| 2086 | 2025-04-15T03:21:04.627Z | Compiling crc-catalog v2.4.0 |
| 2087 | 2025-04-15T03:21:04.817Z | Compiling static_assertions v1.1.0 |
| 2088 | 2025-04-15T03:21:04.957Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 2089 | 2025-04-15T03:21:05.054Z | Compiling tokio-postgres v0.7.13 |
| 2090 | 2025-04-15T03:21:05.089Z | Compiling crc v3.2.1 |
| 2091 | 2025-04-15T03:21:06.782Z | Compiling toml_edit v0.22.24 |
| 2092 | 2025-04-15T03:21:08.859Z | Compiling rusty-fork v0.3.0 |
| 2093 | 2025-04-15T03:21:10.834Z | Compiling string_cache v0.8.9 |
| 2094 | 2025-04-15T03:21:11.268Z | Compiling similar v2.7.0 |
| 2095 | 2025-04-15T03:21:11.422Z | Compiling petgraph v0.6.5 |
| 2096 | 2025-04-15T03:21:11.489Z | Compiling bit-set v0.8.0 |
| 2097 | 2025-04-15T03:21:11.885Z | Compiling predicates v3.1.3 |
| 2098 | 2025-04-15T03:21:13.099Z | Compiling indicatif v0.17.11 |
| 2099 | 2025-04-15T03:21:13.255Z | Compiling structmeta v0.3.0 |
| 2100 | 2025-04-15T03:21:14.863Z | Compiling hickory-proto v0.24.4 |
| 2101 | 2025-04-15T03:21:16.526Z | Compiling array-init v0.0.4 |
| 2102 | 2025-04-15T03:21:17.669Z | Compiling usdt v0.5.0 |
| 2103 | 2025-04-15T03:21:19.179Z | Compiling ecdsa v0.16.9 |
| 2104 | 2025-04-15T03:21:22.020Z | Compiling zip v0.6.6 |
| 2105 | 2025-04-15T03:21:23.267Z | Compiling ed25519-dalek v2.1.1 |
| 2106 | 2025-04-15T03:21:23.811Z | Compiling smallvec v0.6.14 |
| 2107 | 2025-04-15T03:21:24.285Z | Compiling crossterm v0.28.1 |
| 2108 | 2025-04-15T03:21:26.602Z | Compiling tokio-stream v0.1.17 |
| 2109 | 2025-04-15T03:21:27.171Z | Compiling openapiv3 v2.0.0 |
| 2110 | 2025-04-15T03:21:27.589Z | Compiling xattr v1.3.1 |
| 2111 | 2025-04-15T03:21:27.946Z | Compiling sha1 v0.10.6 |
| 2112 | 2025-04-15T03:21:30.889Z | Compiling pin-project-internal v1.1.6 |
| 2113 | 2025-04-15T03:21:31.215Z | Compiling itertools v0.13.0 |
| 2114 | 2025-04-15T03:21:31.367Z | Compiling rand_xorshift v0.3.0 |
| 2115 | 2025-04-15T03:21:31.880Z | Compiling filetime v0.2.25 |
| 2116 | 2025-04-15T03:21:32.310Z | Compiling peg-runtime v0.8.5 |
| 2117 | 2025-04-15T03:21:32.716Z | Compiling unicode-xid v0.2.6 |
| 2118 | 2025-04-15T03:21:32.844Z | Compiling same-file v1.0.6 |
| 2119 | 2025-04-15T03:21:32.954Z | Compiling base64 v0.21.7 |
| 2120 | 2025-04-15T03:21:33.198Z | Compiling termcolor v1.4.1 |
| 2121 | 2025-04-15T03:21:34.043Z | Compiling bitfield v0.14.0 |
| 2122 | 2025-04-15T03:21:34.139Z | Compiling lalrpop-util v0.19.12 |
| 2123 | 2025-04-15T03:21:34.250Z | Compiling hashbrown v0.12.3 |
| 2124 | 2025-04-15T03:21:34.273Z | Compiling unarray v0.1.4 |
| 2125 | 2025-04-15T03:21:34.393Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2126 | 2025-04-15T03:21:34.499Z | Compiling proptest v1.6.0 |
| 2127 | 2025-04-15T03:21:34.522Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2128 | 2025-04-15T03:21:36.575Z | Compiling env_logger v0.10.2 |
| 2129 | 2025-04-15T03:21:37.661Z | Compiling ron v0.8.1 |
| 2130 | 2025-04-15T03:21:37.727Z | Compiling pin-project v1.1.6 |
| 2131 | 2025-04-15T03:21:37.913Z | Compiling walkdir v2.5.0 |
| 2132 | 2025-04-15T03:21:39.675Z | Compiling tar v0.4.44 |
| 2133 | 2025-04-15T03:21:46.633Z | Compiling serde-hex v0.1.0 |
| 2134 | 2025-04-15T03:21:48.286Z | Compiling test-strategy v0.4.0 |
| 2135 | 2025-04-15T03:21:48.913Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2136 | 2025-04-15T03:21:51.069Z | Compiling hashbrown v0.13.2 |
| 2137 | 2025-04-15T03:21:51.593Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2138 | 2025-04-15T03:21:52.985Z | Compiling snafu-derive v0.8.5 |
| 2139 | 2025-04-15T03:21:54.035Z | Compiling blake3 v1.5.4 |
| 2140 | 2025-04-15T03:21:54.442Z | Compiling dirs-sys-next v0.1.2 |
| 2141 | 2025-04-15T03:21:55.182Z | Compiling crc-any v2.5.0 |
| 2142 | 2025-04-15T03:21:57.185Z | Compiling snafu v0.8.5 |
| 2143 | 2025-04-15T03:22:04.907Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2144 | 2025-04-15T03:22:07.946Z | Compiling dirs-next v2.0.0 |
| 2145 | 2025-04-15T03:22:09.447Z | Compiling object v0.30.4 |
| 2146 | 2025-04-15T03:22:10.296Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2147 | 2025-04-15T03:22:12.540Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2148 | 2025-04-15T03:22:13.394Z | Compiling camino-tempfile v1.1.1 |
| 2149 | 2025-04-15T03:22:13.652Z | Compiling globset v0.4.15 |
| 2150 | 2025-04-15T03:22:14.169Z | Compiling olpc-cjson v0.1.4 |
| 2151 | 2025-04-15T03:22:14.521Z | Compiling pem v3.0.5 |
| 2152 | 2025-04-15T03:22:17.284Z | Compiling serde_plain v1.0.2 |
| 2153 | 2025-04-15T03:22:17.865Z | Compiling cargo-platform v0.1.8 |
| 2154 | 2025-04-15T03:22:19.808Z | Compiling async-recursion v1.1.1 |
| 2155 | 2025-04-15T03:22:19.919Z | Compiling thread_local v1.1.8 |
| 2156 | 2025-04-15T03:22:20.197Z | Compiling memmap2 v0.9.5 |
| 2157 | 2025-04-15T03:22:20.696Z | Compiling constant_time_eq v0.3.1 |
| 2158 | 2025-04-15T03:22:20.880Z | Compiling slog-async v2.8.0 |
| 2159 | 2025-04-15T03:22:20.946Z | Compiling path-slash v0.1.5 |
| 2160 | 2025-04-15T03:22:21.178Z | Compiling arrayvec v0.7.6 |
| 2161 | 2025-04-15T03:22:21.497Z | Compiling typed-path v0.9.3 |
| 2162 | 2025-04-15T03:22:21.644Z | Compiling arrayref v0.3.9 |
| 2163 | 2025-04-15T03:22:21.784Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#6054a3c2) |
| 2164 | 2025-04-15T03:22:21.908Z | Compiling cargo_metadata v0.19.2 |
| 2165 | 2025-04-15T03:22:21.945Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2166 | 2025-04-15T03:22:21.969Z | Compiling term v0.7.0 |
| 2167 | 2025-04-15T03:22:22.405Z | Compiling toml v0.8.20 |
| 2168 | 2025-04-15T03:22:22.462Z | Compiling crossbeam-channel v0.5.15 |
| 2169 | 2025-04-15T03:22:22.783Z | Compiling serde_path_to_error v0.1.16 |
| 2170 | 2025-04-15T03:22:23.821Z | Compiling take_mut v0.2.2 |
| 2171 | 2025-04-15T03:22:23.976Z | Compiling parse-size v1.1.0 |
| 2172 | 2025-04-15T03:22:24.019Z | Compiling indent_write v2.2.0 |
| 2173 | 2025-04-15T03:22:24.252Z | Compiling tough v0.20.0 |
| 2174 | 2025-04-15T03:22:24.295Z | Compiling debug-ignore v1.0.5 |
| 2175 | 2025-04-15T03:22:24.317Z | Compiling topological-sort v0.2.2 |
| 2176 | 2025-04-15T03:22:24.485Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2177 | 2025-04-15T03:22:24.627Z | Compiling omicron-zone-package v0.12.0 |
| 2178 | 2025-04-15T03:22:28.366Z | Compiling slog-term v2.9.1 |
| 2179 | 2025-04-15T03:22:28.566Z | Compiling shell-words v1.1.0 |
| 2180 | 2025-04-15T03:22:30.610Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2181 | 2025-04-15T03:22:40.825Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2182 | 2025-04-15T03:22:54.724Z | Finished `release` profile [optimized] target(s) in 4m 56s |
| 2183 | 2025-04-15T03:22:54.900Z | Running `target/release/omicron-releng --output-dir /work` |
| 2184 | 2025-04-15T03:22:54.951Z | Apr 15 03:22:53.593 DEBG changing working directory to /work/oxidecomputer/omicron |
| 2185 | 2025-04-15T03:22:55.062Z | Apr 15 03:22:53.707 DEBG running: git rev-parse HEAD |
| 2186 | 2025-04-15T03:22:55.070Z | Apr 15 03:22:53.714 DEBG process exited with exit status: 0 (7.677312ms) |
| 2187 | 2025-04-15T03:22:55.070Z | Apr 15 03:22:53.714 INFO version: 14.0.0-0.ci+gitf69c0b91e09 |
| 2188 | 2025-04-15T03:22:55.110Z | Apr 15 03:22:53.755 INFO cloning helios to /work/oxidecomputer/helios |
| 2189 | 2025-04-15T03:22:55.110Z | Apr 15 03:22:53.755 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
| 2190 | 2025-04-15T03:22:55.115Z | Cloning into '/work/oxidecomputer/helios'... |
| 2191 | 2025-04-15T03:22:55.587Z | Apr 15 03:22:54.231 DEBG process exited with exit status: 0 (476.23724ms) |
| 2192 | 2025-04-15T03:22:55.587Z | Apr 15 03:22:54.231 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
| 2193 | 2025-04-15T03:22:56.591Z | Apr 15 03:22:55.235 DEBG process exited with exit status: 0 (1.004055433s) |
| 2194 | 2025-04-15T03:22:56.591Z | Apr 15 03:22:55.235 DEBG running: zfs list rpool/images/build/host |
| 2195 | 2025-04-15T03:22:56.598Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2196 | 2025-04-15T03:22:56.598Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
| 2197 | 2025-04-15T03:22:56.601Z | Apr 15 03:22:55.243 DEBG process exited with exit status: 0 (7.645775ms) |
| 2198 | 2025-04-15T03:22:56.601Z | Apr 15 03:22:55.243 DEBG running: zfs list rpool/images/build/recovery |
| 2199 | 2025-04-15T03:22:56.605Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2200 | 2025-04-15T03:22:56.605Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
| 2201 | 2025-04-15T03:22:56.608Z | Apr 15 03:22:55.249 DEBG process exited with exit status: 0 (6.430993ms) |
| 2202 | 2025-04-15T03:22:56.608Z | Apr 15 03:22:55.250 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
| 2203 | 2025-04-15T03:22:56.613Z | # branch.oid 37ea3a6840bd82eb7af04edcb0c977b601a42bca |
| 2204 | 2025-04-15T03:22:56.613Z | # branch.head master |
| 2205 | 2025-04-15T03:22:56.613Z | # branch.upstream origin/master |
| 2206 | 2025-04-15T03:22:56.613Z | # branch.ab +0 -0 |
| 2207 | 2025-04-15T03:22:56.616Z | Apr 15 03:22:55.258 DEBG process exited with exit status: 0 (8.508161ms) |
| 2208 | 2025-04-15T03:22:56.616Z | Apr 15 03:22:55.259 INFO [hubris-staging] running task |
| 2209 | 2025-04-15T03:22:56.616Z | Apr 15 03:22:55.259 INFO [hubris-production] running task |
| 2210 | 2025-04-15T03:22:56.616Z | Apr 15 03:22:55.260 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
| 2211 | 2025-04-15T03:22:56.619Z | Apr 15 03:22:55.263 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
| 2212 | 2025-04-15T03:22:56.646Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
| 2213 | 2025-04-15T03:22:56.744Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2214 | 2025-04-15T03:22:57.643Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2215 | 2025-04-15T03:22:58.868Z | Apr 15 03:22:57.512 INFO [hubris-production] task succeeded (2.252371292s) |
| 2216 | 2025-04-15T03:22:59.041Z | [ omicron-package] Compiling ring v0.17.11 |
| 2217 | 2025-04-15T03:22:59.041Z | [ omicron-package] Compiling ident_case v1.0.1 |
| 2218 | 2025-04-15T03:22:59.268Z | [ omicron-package] Compiling thiserror v2.0.12 |
| 2219 | 2025-04-15T03:22:59.526Z | [ omicron-package] Compiling regress v0.10.3 |
| 2220 | 2025-04-15T03:22:59.617Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
| 2221 | 2025-04-15T03:22:59.620Z | [ omicron-package] Compiling macaddr v1.0.1 |
| 2222 | 2025-04-15T03:22:59.620Z | [ omicron-package] Compiling heapless v0.8.0 |
| 2223 | 2025-04-15T03:22:59.981Z | [ omicron-package] Compiling darling_core v0.20.10 |
| 2224 | 2025-04-15T03:23:00.820Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
| 2225 | 2025-04-15T03:23:01.414Z | [ omicron-package] Compiling hash32 v0.3.1 |
| 2226 | 2025-04-15T03:23:01.901Z | [ omicron-package] Compiling smoltcp v0.11.0 |
| 2227 | 2025-04-15T03:23:02.120Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2228 | 2025-04-15T03:23:02.939Z | [ omicron-package] Compiling heck v0.5.0 |
| 2229 | 2025-04-15T03:23:04.894Z | [ omicron-package] Compiling num_enum v0.5.11 |
| 2230 | 2025-04-15T03:23:05.219Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
| 2231 | 2025-04-15T03:23:05.503Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2232 | 2025-04-15T03:23:05.830Z | [ omicron-package] Compiling unsafe-libyaml v0.2.11 |
| 2233 | 2025-04-15T03:23:06.110Z | [ omicron-package] Compiling cobs v0.2.3 |
| 2234 | 2025-04-15T03:23:06.328Z | [ omicron-package] Compiling rustls v0.22.4 |
| 2235 | 2025-04-15T03:23:06.908Z | [ omicron-package] Compiling postcard v1.0.10 |
| 2236 | 2025-04-15T03:23:07.566Z | [ omicron-package] Compiling rustls v0.23.19 |
| 2237 | 2025-04-15T03:23:07.643Z | [ omicron-package] Compiling typify-impl v0.3.0 |
| 2238 | 2025-04-15T03:23:09.049Z | [ omicron-package] Compiling serde_yaml v0.9.34+deprecated |
| 2239 | 2025-04-15T03:23:10.693Z | [ omicron-package] Compiling darling_macro v0.20.10 |
| 2240 | 2025-04-15T03:23:12.255Z | [ omicron-package] Compiling darling v0.20.10 |
| 2241 | 2025-04-15T03:23:12.597Z | [ omicron-package] Compiling rustls-webpki v0.102.8 |
| 2242 | 2025-04-15T03:23:14.209Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2243 | 2025-04-15T03:23:15.277Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
| 2244 | 2025-04-15T03:23:15.448Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
| 2245 | 2025-04-15T03:23:15.877Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2246 | 2025-04-15T03:23:16.530Z | [ omicron-package] Compiling multer v3.1.0 |
| 2247 | 2025-04-15T03:23:17.125Z | [ omicron-package] Compiling unicode-width v0.1.14 |
| 2248 | 2025-04-15T03:23:17.128Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
| 2249 | 2025-04-15T03:23:17.428Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2250 | 2025-04-15T03:23:18.030Z | [ omicron-package] Compiling match_cfg v0.1.0 |
| 2251 | 2025-04-15T03:23:18.103Z | [ omicron-package] Compiling tabwriter v1.4.0 |
| 2252 | 2025-04-15T03:23:18.185Z | [ omicron-package] Compiling hostname v0.3.1 |
| 2253 | 2025-04-15T03:23:18.612Z | [ omicron-package] Compiling foreign-types v0.5.0 |
| 2254 | 2025-04-15T03:23:20.252Z | [ omicron-package] Compiling slog-json v2.6.1 |
| 2255 | 2025-04-15T03:23:20.440Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2256 | 2025-04-15T03:23:20.619Z | [ omicron-package] Compiling async-stream-impl v0.3.6 |
| 2257 | 2025-04-15T03:23:21.157Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2258 | 2025-04-15T03:23:21.658Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
| 2259 | 2025-04-15T03:23:22.096Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2260 | 2025-04-15T03:23:22.248Z | [ omicron-package] Compiling dropshot v0.16.0 |
| 2261 | 2025-04-15T03:23:22.402Z | [ omicron-package] Compiling typify-macro v0.3.0 |
| 2262 | 2025-04-15T03:23:22.405Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
| 2263 | 2025-04-15T03:23:22.446Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2264 | 2025-04-15T03:23:22.786Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
| 2265 | 2025-04-15T03:23:22.991Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2266 | 2025-04-15T03:23:23.025Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2267 | 2025-04-15T03:23:23.346Z | [ omicron-package] Compiling async-stream v0.3.6 |
| 2268 | 2025-04-15T03:23:23.412Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2269 | 2025-04-15T03:23:23.513Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2270 | 2025-04-15T03:23:23.967Z | [ omicron-package] Compiling tokio-rustls v0.26.0 |
| 2271 | 2025-04-15T03:23:24.478Z | [ omicron-package] Compiling hyper-rustls v0.27.3 |
| 2272 | 2025-04-15T03:23:24.550Z | [ omicron-package] Compiling slog-bunyan v2.5.0 |
| 2273 | 2025-04-15T03:23:25.346Z | [ omicron-package] Compiling reqwest v0.12.12 |
| 2274 | 2025-04-15T03:23:26.371Z | [ omicron-package] Compiling typify v0.3.0 |
| 2275 | 2025-04-15T03:23:26.611Z | [ omicron-package] Compiling progenitor-impl v0.9.1 |
| 2276 | 2025-04-15T03:23:29.951Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2277 | 2025-04-15T03:23:31.890Z | Apr 15 03:23:30.530 INFO [hubris-staging] task succeeded (35.271139217s) |
| 2278 | 2025-04-15T03:23:34.457Z | [ omicron-package] Compiling serde_with_macros v3.12.0 |
| 2279 | 2025-04-15T03:23:34.727Z | [ omicron-package] Compiling progenitor-macro v0.9.1 |
| 2280 | 2025-04-15T03:23:37.408Z | [ omicron-package] Compiling tokio-rustls v0.25.0 |
| 2281 | 2025-04-15T03:23:37.783Z | [ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2282 | 2025-04-15T03:23:38.025Z | [ omicron-package] Compiling parse-display-derive v0.10.0 |
| 2283 | 2025-04-15T03:23:39.640Z | [ omicron-package] Compiling colored v2.2.0 |
| 2284 | 2025-04-15T03:23:41.132Z | [ omicron-package] Compiling waitgroup v0.1.2 |
| 2285 | 2025-04-15T03:23:41.541Z | [ omicron-package] Compiling dropshot_endpoint v0.16.0 |
| 2286 | 2025-04-15T03:23:42.531Z | [ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2287 | 2025-04-15T03:23:42.628Z | [ helios-setup] Apr 15 03:23:41.266 INFO helios repository root is: /work/oxidecomputer/helios |
| 2288 | 2025-04-15T03:23:42.631Z | [ helios-setup] Apr 15 03:23:41.269 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
| 2289 | 2025-04-15T03:23:42.631Z | [ helios-setup] Apr 15 03:23:41.269 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: true, unless_env: Some("OXIDE_STAFF"), fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder |
| 2290 | 2025-04-15T03:23:42.631Z | [ helios-setup] Apr 15 03:23:41.269 INFO cloning git@github.com:oxidecomputer/amd-host-image-builder.git at "/work/oxidecomputer/helios/projects/amd-host-image-builder"..., project: amd-host-image-builder |
| 2291 | 2025-04-15T03:23:42.636Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
| 2292 | 2025-04-15T03:23:43.372Z | [ omicron-package] Compiling progenitor-client v0.9.1 |
| 2293 | 2025-04-15T03:23:43.934Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
| 2294 | 2025-04-15T03:23:43.983Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
| 2295 | 2025-04-15T03:23:44.578Z | [ omicron-package] Compiling hostname v0.4.0 |
| 2296 | 2025-04-15T03:23:44.900Z | [ omicron-package] Compiling instant v0.1.13 |
| 2297 | 2025-04-15T03:23:45.118Z | [ omicron-package] Compiling winnow v0.6.20 |
| 2298 | 2025-04-15T03:23:45.688Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2299 | 2025-04-15T03:23:46.191Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2300 | 2025-04-15T03:23:46.459Z | [ omicron-package] Compiling progenitor v0.9.1 |
| 2301 | 2025-04-15T03:23:46.757Z | [ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a) |
| 2302 | 2025-04-15T03:23:54.908Z | [ helios-setup] Submodule path 'amd-firmware': checked out 'cd2b69a36c36d3919f937c175b8129cc9c1689be' |
| 2303 | 2025-04-15T03:23:54.925Z | [ helios-setup] Apr 15 03:23:53.562 INFO clone ok!, project: amd-host-image-builder |
| 2304 | 2025-04-15T03:23:54.928Z | [ helios-setup] Apr 15 03:23:53.563 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 |
| 2305 | 2025-04-15T03:23:54.929Z | [ helios-setup] Apr 15 03:23:53.563 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
| 2306 | 2025-04-15T03:23:54.933Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
| 2307 | 2025-04-15T03:23:55.740Z | [ helios-setup] Apr 15 03:23:54.377 INFO clone ok!, project: bootserver |
| 2308 | 2025-04-15T03:23:55.743Z | [ helios-setup] Apr 15 03:23:54.377 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 |
| 2309 | 2025-04-15T03:23:55.743Z | [ helios-setup] Apr 15 03:23:54.377 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
| 2310 | 2025-04-15T03:23:55.746Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
| 2311 | 2025-04-15T03:23:56.588Z | [ helios-setup] Apr 15 03:23:55.225 INFO clone ok!, project: pinprick |
| 2312 | 2025-04-15T03:23:56.591Z | [ helios-setup] Apr 15 03:23:55.225 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 |
| 2313 | 2025-04-15T03:23:56.591Z | [ helios-setup] Apr 15 03:23:55.225 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
| 2314 | 2025-04-15T03:23:56.594Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
| 2315 | 2025-04-15T03:23:57.479Z | [ helios-setup] Apr 15 03:23:56.116 INFO clone ok!, project: phbl |
| 2316 | 2025-04-15T03:23:57.482Z | [ helios-setup] Apr 15 03:23:56.116 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
| 2317 | 2025-04-15T03:23:57.482Z | [ helios-setup] Apr 15 03:23:56.116 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 |
| 2318 | 2025-04-15T03:23:57.483Z | [ helios-setup] Apr 15 03:23:56.116 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
| 2319 | 2025-04-15T03:23:57.487Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
| 2320 | 2025-04-15T03:23:58.425Z | [ helios-setup] Apr 15 03:23:57.062 INFO clone ok!, project: image-builder |
| 2321 | 2025-04-15T03:23:58.428Z | [ helios-setup] Apr 15 03:23:57.062 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 |
| 2322 | 2025-04-15T03:23:58.428Z | [ helios-setup] Apr 15 03:23:57.062 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
| 2323 | 2025-04-15T03:23:58.431Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
| 2324 | 2025-04-15T03:23:59.559Z | [ omicron-package] Compiling backoff v0.4.0 |
| 2325 | 2025-04-15T03:24:00.003Z | [ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2326 | 2025-04-15T03:24:00.276Z | [ omicron-package] Compiling parse-display v0.10.0 |
| 2327 | 2025-04-15T03:24:02.386Z | [ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2328 | 2025-04-15T03:24:03.240Z | [ omicron-package] Compiling serde_with v3.12.0 |
| 2329 | 2025-04-15T03:24:03.793Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
| 2330 | 2025-04-15T03:24:05.352Z | [ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2331 | 2025-04-15T03:24:06.168Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2332 | 2025-04-15T03:24:06.211Z | [ omicron-package] Compiling itertools v0.12.1 |
| 2333 | 2025-04-15T03:24:06.594Z | [ omicron-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2334 | 2025-04-15T03:24:08.135Z | [ helios-setup] Apr 15 03:24:06.770 INFO clone ok!, project: amd-firmware |
| 2335 | 2025-04-15T03:24:08.138Z | [ helios-setup] Apr 15 03:24:06.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 |
| 2336 | 2025-04-15T03:24:08.138Z | [ helios-setup] Apr 15 03:24:06.771 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
| 2337 | 2025-04-15T03:24:08.141Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
| 2338 | 2025-04-15T03:24:08.165Z | [ omicron-package] Compiling num-derive v0.4.2 |
| 2339 | 2025-04-15T03:24:09.332Z | [ helios-setup] Apr 15 03:24:07.967 INFO clone ok!, project: chelsio-t6-roms |
| 2340 | 2025-04-15T03:24:09.336Z | [ helios-setup] Apr 15 03:24:07.968 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 |
| 2341 | 2025-04-15T03:24:09.336Z | [ helios-setup] Apr 15 03:24:07.968 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
| 2342 | 2025-04-15T03:24:09.339Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
| 2343 | 2025-04-15T03:24:10.407Z | [ helios-setup] Apr 15 03:24:09.040 INFO clone ok!, project: pilot |
| 2344 | 2025-04-15T03:24:10.407Z | [ helios-setup] Apr 15 03:24:09.041 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
| 2345 | 2025-04-15T03:24:10.407Z | [ helios-setup] Apr 15 03:24:09.041 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
| 2346 | 2025-04-15T03:24:10.433Z | [ omicron-package] Compiling sigpipe v0.1.3 |
| 2347 | 2025-04-15T03:24:10.598Z | [ omicron-package] Compiling jiff v0.2.6 |
| 2348 | 2025-04-15T03:24:10.635Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2349 | 2025-04-15T03:24:11.070Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
| 2350 | 2025-04-15T03:24:11.360Z | [ helios-setup] Apr 15 03:24:09.995 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
| 2351 | 2025-04-15T03:24:11.622Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2352 | 2025-04-15T03:24:11.991Z | [ helios-setup] Apr 15 03:24:10.626 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
| 2353 | 2025-04-15T03:24:11.991Z | [ helios-setup] Apr 15 03:24:10.626 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
| 2354 | 2025-04-15T03:24:12.269Z | [ omicron-package] Compiling zone v0.3.1 |
| 2355 | 2025-04-15T03:24:12.586Z | [ helios-setup] Apr 15 03:24:11.221 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
| 2356 | 2025-04-15T03:24:13.272Z | [ helios-setup] Apr 15 03:24:11.907 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
| 2357 | 2025-04-15T03:24:13.275Z | [ helios-setup] Apr 15 03:24:11.907 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
| 2358 | 2025-04-15T03:24:13.549Z | [ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2359 | 2025-04-15T03:24:13.874Z | [ helios-setup] Apr 15 03:24:12.509 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
| 2360 | 2025-04-15T03:24:14.636Z | [ helios-setup] Apr 15 03:24:13.270 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
| 2361 | 2025-04-15T03:24:14.639Z | [ helios-setup] Apr 15 03:24:13.271 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
| 2362 | 2025-04-15T03:24:14.639Z | [ helios-setup] Apr 15 03:24:13.271 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
| 2363 | 2025-04-15T03:24:14.639Z | [ helios-setup] Apr 15 03:24:13.271 INFO ok! |
| 2364 | 2025-04-15T03:24:14.639Z | [ helios-setup] Apr 15 03:24:13.271 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
| 2365 | 2025-04-15T03:24:14.639Z | [ helios-setup] Apr 15 03:24:13.271 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
| 2366 | 2025-04-15T03:24:14.639Z | [ helios-setup] Apr 15 03:24:13.271 INFO ok! |
| 2367 | 2025-04-15T03:24:14.639Z | [ helios-setup] Apr 15 03:24:13.271 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
| 2368 | 2025-04-15T03:24:14.639Z | [ helios-setup] Apr 15 03:24:13.271 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
| 2369 | 2025-04-15T03:24:14.639Z | [ helios-setup] Apr 15 03:24:13.271 INFO ok! |
| 2370 | 2025-04-15T03:24:14.639Z | [ helios-setup] Apr 15 03:24:13.271 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 2371 | 2025-04-15T03:24:14.894Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2372 | 2025-04-15T03:24:15.500Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2373 | 2025-04-15T03:24:16.105Z | [ omicron-package] Compiling itertools v0.14.0 |
| 2374 | 2025-04-15T03:24:18.439Z | [ omicron-package] Compiling smf v0.2.3 |
| 2375 | 2025-04-15T03:24:19.820Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2376 | 2025-04-15T03:24:19.924Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
| 2377 | 2025-04-15T03:24:20.330Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2378 | 2025-04-15T03:24:21.308Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2379 | 2025-04-15T03:24:21.694Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2380 | 2025-04-15T03:24:22.161Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2381 | 2025-04-15T03:24:22.323Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2382 | 2025-04-15T03:24:23.732Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2383 | 2025-04-15T03:24:23.980Z | [ omicron-package] Compiling gethostname v0.5.0 |
| 2384 | 2025-04-15T03:24:24.165Z | [ omicron-package] Compiling fixedbitset v0.5.7 |
| 2385 | 2025-04-15T03:24:24.192Z | [ omicron-package] Compiling omicron-zone-package v0.12.0 |
| 2386 | 2025-04-15T03:24:24.195Z | [ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2387 | 2025-04-15T03:24:24.695Z | [ omicron-package] Compiling petgraph v0.7.1 |
| 2388 | 2025-04-15T03:24:36.057Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2389 | 2025-04-15T03:24:38.453Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2390 | 2025-04-15T03:24:40.996Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2391 | 2025-04-15T03:24:45.995Z | [ helios-setup] Apr 15 03:24:44.626 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "nightly-2023-12-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain')" |
| 2392 | 2025-04-15T03:24:45.995Z | [ helios-setup] Apr 15 03:24:44.626 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
| 2393 | 2025-04-15T03:24:45.999Z | [ helios-setup] Apr 15 03:24:44.626 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 2394 | 2025-04-15T03:24:46.323Z | [ helios-setup] Apr 15 03:24:44.955 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
| 2395 | 2025-04-15T03:24:47.211Z | [ helios-setup] Apr 15 03:24:45.842 INFO E| From https://github.com/oxidecomputer/amd-apcb |
| 2396 | 2025-04-15T03:24:47.211Z | [ helios-setup] Apr 15 03:24:45.842 INFO E| * [new ref] 560108e157b31b71791359de6fa7a8c9fe073220 -> refs/commit/560108e157b31b71791359de6fa7a8c9fe073220 |
| 2397 | 2025-04-15T03:24:47.214Z | [ helios-setup] Apr 15 03:24:45.842 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
| 2398 | 2025-04-15T03:24:47.232Z | [ helios-setup] Apr 15 03:24:45.862 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
| 2399 | 2025-04-15T03:24:47.232Z | [ helios-setup] Apr 15 03:24:45.862 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
| 2400 | 2025-04-15T03:24:47.235Z | [ helios-setup] Apr 15 03:24:45.862 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
| 2401 | 2025-04-15T03:24:47.235Z | [ helios-setup] Apr 15 03:24:45.862 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
| 2402 | 2025-04-15T03:24:47.235Z | [ helios-setup] Apr 15 03:24:45.863 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
| 2403 | 2025-04-15T03:24:47.235Z | [ helios-setup] Apr 15 03:24:45.863 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
| 2404 | 2025-04-15T03:24:47.235Z | [ helios-setup] Apr 15 03:24:45.863 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
| 2405 | 2025-04-15T03:24:47.235Z | [ helios-setup] Apr 15 03:24:45.863 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
| 2406 | 2025-04-15T03:24:47.235Z | [ helios-setup] Apr 15 03:24:45.863 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
| 2407 | 2025-04-15T03:24:47.235Z | [ helios-setup] Apr 15 03:24:45.863 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
| 2408 | 2025-04-15T03:24:47.235Z | [ helios-setup] Apr 15 03:24:45.863 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
| 2409 | 2025-04-15T03:24:47.236Z | [ helios-setup] Apr 15 03:24:45.863 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
| 2410 | 2025-04-15T03:24:47.236Z | [ helios-setup] Apr 15 03:24:45.864 INFO E| * [new tag] v0.4.4 -> v0.4.4 |
| 2411 | 2025-04-15T03:24:47.236Z | [ helios-setup] Apr 15 03:24:45.864 INFO E| * [new tag] v0.4.5 -> v0.4.5 |
| 2412 | 2025-04-15T03:24:47.236Z | [ helios-setup] Apr 15 03:24:45.864 INFO E| * [new tag] v0.4.6 -> v0.4.6 |
| 2413 | 2025-04-15T03:24:47.236Z | [ helios-setup] Apr 15 03:24:45.864 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
| 2414 | 2025-04-15T03:24:47.257Z | [ helios-setup] Apr 15 03:24:45.888 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
| 2415 | 2025-04-15T03:24:48.034Z | [ helios-setup] Apr 15 03:24:46.665 INFO E| From https://github.com/oxidecomputer/amd-efs |
| 2416 | 2025-04-15T03:24:48.034Z | [ helios-setup] Apr 15 03:24:46.665 INFO E| * [new branch] empty -> origin/empty |
| 2417 | 2025-04-15T03:24:48.034Z | [ helios-setup] Apr 15 03:24:46.665 INFO E| * [new branch] issue-99 -> origin/issue-99 |
| 2418 | 2025-04-15T03:24:48.037Z | [ helios-setup] Apr 15 03:24:46.665 INFO E| * [new branch] main -> origin/main |
| 2419 | 2025-04-15T03:24:48.037Z | [ helios-setup] Apr 15 03:24:46.665 INFO E| * [new branch] review -> origin/review |
| 2420 | 2025-04-15T03:24:48.037Z | [ helios-setup] Apr 15 03:24:46.665 INFO E| * [new ref] -> origin/HEAD |
| 2421 | 2025-04-15T03:24:48.037Z | [ helios-setup] Apr 15 03:24:46.665 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
| 2422 | 2025-04-15T03:24:48.037Z | [ helios-setup] Apr 15 03:24:46.665 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
| 2423 | 2025-04-15T03:24:48.037Z | [ helios-setup] Apr 15 03:24:46.666 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
| 2424 | 2025-04-15T03:24:48.037Z | [ helios-setup] Apr 15 03:24:46.666 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
| 2425 | 2025-04-15T03:24:48.037Z | [ helios-setup] Apr 15 03:24:46.666 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
| 2426 | 2025-04-15T03:24:48.037Z | [ helios-setup] Apr 15 03:24:46.666 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
| 2427 | 2025-04-15T03:24:48.037Z | [ helios-setup] Apr 15 03:24:46.666 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
| 2428 | 2025-04-15T03:24:48.037Z | [ helios-setup] Apr 15 03:24:46.666 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
| 2429 | 2025-04-15T03:24:48.038Z | [ helios-setup] Apr 15 03:24:46.666 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
| 2430 | 2025-04-15T03:24:48.038Z | [ helios-setup] Apr 15 03:24:46.666 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
| 2431 | 2025-04-15T03:24:48.038Z | [ helios-setup] Apr 15 03:24:46.666 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
| 2432 | 2025-04-15T03:24:48.038Z | [ helios-setup] Apr 15 03:24:46.666 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
| 2433 | 2025-04-15T03:24:48.038Z | [ helios-setup] Apr 15 03:24:46.667 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
| 2434 | 2025-04-15T03:24:48.038Z | [ helios-setup] Apr 15 03:24:46.667 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
| 2435 | 2025-04-15T03:24:48.038Z | [ helios-setup] Apr 15 03:24:46.667 INFO E| * [new tag] v0.4.4 -> v0.4.4 |
| 2436 | 2025-04-15T03:24:48.051Z | [ helios-setup] Apr 15 03:24:46.682 INFO E| Updating crates.io index |
| 2437 | 2025-04-15T03:24:48.517Z | [ helios-setup] Apr 15 03:24:47.148 INFO E| Downloading crates ... |
| 2438 | 2025-04-15T03:24:48.570Z | [ helios-setup] Apr 15 03:24:47.201 INFO E| Downloaded bytesize v1.3.0 |
| 2439 | 2025-04-15T03:24:48.574Z | [ helios-setup] Apr 15 03:24:47.205 INFO E| Downloaded block-buffer v0.10.4 |
| 2440 | 2025-04-15T03:24:48.580Z | [ helios-setup] Apr 15 03:24:47.211 INFO E| Downloaded ansi_term v0.12.1 |
| 2441 | 2025-04-15T03:24:48.583Z | [ helios-setup] Apr 15 03:24:47.213 INFO E| Downloaded bitflags v1.3.2 |
| 2442 | 2025-04-15T03:24:48.586Z | [ helios-setup] Apr 15 03:24:47.216 INFO E| Downloaded autocfg v1.4.0 |
| 2443 | 2025-04-15T03:24:48.591Z | [ helios-setup] Apr 15 03:24:47.222 INFO E| Downloaded atty v0.2.14 |
| 2444 | 2025-04-15T03:24:48.595Z | [ helios-setup] Apr 15 03:24:47.226 INFO E| Downloaded memoffset v0.5.6 |
| 2445 | 2025-04-15T03:24:48.612Z | [ helios-setup] Apr 15 03:24:47.243 INFO E| Downloaded unic-char-property v0.9.0 |
| 2446 | 2025-04-15T03:24:48.615Z | [ helios-setup] Apr 15 03:24:47.245 INFO E| Downloaded scroll_derive v0.10.5 |
| 2447 | 2025-04-15T03:24:48.623Z | [ helios-setup] Apr 15 03:24:47.254 INFO E| Downloaded unic-char-range v0.9.0 |
| 2448 | 2025-04-15T03:24:48.626Z | [ helios-setup] Apr 15 03:24:47.255 INFO E| Downloaded parse_int v0.6.0 |
| 2449 | 2025-04-15T03:24:48.626Z | [ helios-setup] Apr 15 03:24:47.256 INFO E| Downloaded unic-ucd-version v0.9.0 |
| 2450 | 2025-04-15T03:24:48.633Z | [ helios-setup] Apr 15 03:24:47.264 INFO E| Downloaded cfg-if v0.1.10 |
| 2451 | 2025-04-15T03:24:48.636Z | [ helios-setup] Apr 15 03:24:47.266 INFO E| Downloaded unic-common v0.9.0 |
| 2452 | 2025-04-15T03:24:48.636Z | [ helios-setup] Apr 15 03:24:47.267 INFO E| Downloaded strum v0.23.0 |
| 2453 | 2025-04-15T03:24:48.643Z | [ helios-setup] Apr 15 03:24:47.274 INFO E| Downloaded paste v1.0.15 |
| 2454 | 2025-04-15T03:24:48.646Z | [ helios-setup] Apr 15 03:24:47.277 INFO E| Downloaded heck v0.3.3 |
| 2455 | 2025-04-15T03:24:48.650Z | [ helios-setup] Apr 15 03:24:47.279 INFO E| Downloaded byteorder v1.5.0 |
| 2456 | 2025-04-15T03:24:48.650Z | [ helios-setup] Apr 15 03:24:47.280 INFO E| Downloaded dyn-clone v1.0.17 |
| 2457 | 2025-04-15T03:24:48.654Z | [ helios-setup] Apr 15 03:24:47.285 INFO E| Downloaded proc-macro-error-attr v1.0.4 |
| 2458 | 2025-04-15T03:24:48.657Z | [ helios-setup] Apr 15 03:24:47.286 INFO E| Downloaded itoa v1.0.14 |
| 2459 | 2025-04-15T03:24:48.657Z | [ helios-setup] Apr 15 03:24:47.288 INFO E| Downloaded num-derive v0.4.2 |
| 2460 | 2025-04-15T03:24:48.660Z | [ helios-setup] Apr 15 03:24:47.289 INFO E| Downloaded four-cc v0.3.0 |
| 2461 | 2025-04-15T03:24:48.660Z | [ helios-setup] Apr 15 03:24:47.290 INFO E| Downloaded lazy_static v1.5.0 |
| 2462 | 2025-04-15T03:24:48.663Z | [ helios-setup] Apr 15 03:24:47.292 INFO E| Downloaded crypto-common v0.1.6 |
| 2463 | 2025-04-15T03:24:48.663Z | [ helios-setup] Apr 15 03:24:47.293 INFO E| Downloaded fletcher v0.1.0 |
| 2464 | 2025-04-15T03:24:48.666Z | [ helios-setup] Apr 15 03:24:47.295 INFO E| Downloaded thiserror v1.0.69 |
| 2465 | 2025-04-15T03:24:48.669Z | [ helios-setup] Apr 15 03:24:47.300 INFO E| Downloaded proc-macro-crate v0.1.5 |
| 2466 | 2025-04-15T03:24:48.673Z | [ helios-setup] Apr 15 03:24:47.301 INFO E| Downloaded semver v0.9.0 |
| 2467 | 2025-04-15T03:24:48.676Z | [ helios-setup] Apr 15 03:24:47.306 INFO E| Downloaded thiserror-impl v1.0.69 |
| 2468 | 2025-04-15T03:24:48.680Z | [ helios-setup] Apr 15 03:24:47.308 INFO E| Downloaded thiserror-impl v2.0.11 |
| 2469 | 2025-04-15T03:24:48.683Z | [ helios-setup] Apr 15 03:24:47.311 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
| 2470 | 2025-04-15T03:24:48.683Z | [ helios-setup] Apr 15 03:24:47.312 INFO E| Downloaded cpufeatures v0.2.16 |
| 2471 | 2025-04-15T03:24:48.687Z | [ helios-setup] Apr 15 03:24:47.318 INFO E| Downloaded structopt-derive v0.4.18 |
| 2472 | 2025-04-15T03:24:48.690Z | [ helios-setup] Apr 15 03:24:47.319 INFO E| Downloaded version_check v0.9.5 |
| 2473 | 2025-04-15T03:24:48.690Z | [ helios-setup] Apr 15 03:24:47.321 INFO E| Downloaded strsim v0.8.0 |
| 2474 | 2025-04-15T03:24:48.693Z | [ helios-setup] Apr 15 03:24:47.322 INFO E| Downloaded semver-parser v0.7.0 |
| 2475 | 2025-04-15T03:24:48.693Z | [ helios-setup] Apr 15 03:24:47.322 INFO E| Downloaded rustc_version v0.2.3 |
| 2476 | 2025-04-15T03:24:48.693Z | [ helios-setup] Apr 15 03:24:47.323 INFO E| Downloaded plain v0.2.3 |
| 2477 | 2025-04-15T03:24:48.693Z | [ helios-setup] Apr 15 03:24:47.324 INFO E| Downloaded rustversion v1.0.19 |
| 2478 | 2025-04-15T03:24:48.697Z | [ helios-setup] Apr 15 03:24:47.327 INFO E| Downloaded json5 v0.4.1 |
| 2479 | 2025-04-15T03:24:48.700Z | [ helios-setup] Apr 15 03:24:47.329 INFO E| Downloaded pest_generator v2.7.15 |
| 2480 | 2025-04-15T03:24:48.700Z | [ helios-setup] Apr 15 03:24:47.330 INFO E| Downloaded cfg-if v1.0.0 |
| 2481 | 2025-04-15T03:24:48.700Z | [ helios-setup] Apr 15 03:24:47.331 INFO E| Downloaded generic-array v0.14.7 |
| 2482 | 2025-04-15T03:24:48.703Z | [ helios-setup] Apr 15 03:24:47.332 INFO E| Downloaded unic-ucd-ident v0.9.0 |
| 2483 | 2025-04-15T03:24:48.703Z | [ helios-setup] Apr 15 03:24:47.334 INFO E| Downloaded strum_macros v0.23.1 |
| 2484 | 2025-04-15T03:24:48.707Z | [ helios-setup] Apr 15 03:24:47.335 INFO E| Downloaded static_assertions v1.1.0 |
| 2485 | 2025-04-15T03:24:48.707Z | [ helios-setup] Apr 15 03:24:47.337 INFO E| Downloaded schemars_derive v0.8.21 |
| 2486 | 2025-04-15T03:24:48.707Z | [ helios-setup] Apr 15 03:24:47.338 INFO E| Downloaded pre v0.2.1 |
| 2487 | 2025-04-15T03:24:48.710Z | [ helios-setup] Apr 15 03:24:47.339 INFO E| Downloaded textwrap v0.11.0 |
| 2488 | 2025-04-15T03:24:48.714Z | [ helios-setup] Apr 15 03:24:47.342 INFO E| Downloaded pre-proc-macro v0.2.1 |
| 2489 | 2025-04-15T03:24:48.714Z | [ helios-setup] Apr 15 03:24:47.344 INFO E| Downloaded vec_map v0.8.2 |
| 2490 | 2025-04-15T03:24:48.714Z | [ helios-setup] Apr 15 03:24:47.345 INFO E| Downloaded serde_derive_internals v0.29.1 |
| 2491 | 2025-04-15T03:24:48.717Z | [ helios-setup] Apr 15 03:24:47.346 INFO E| Downloaded proc-macro-error v1.0.4 |
| 2492 | 2025-04-15T03:24:48.722Z | [ helios-setup] Apr 15 03:24:47.353 INFO E| Downloaded scroll v0.10.2 |
| 2493 | 2025-04-15T03:24:48.725Z | [ helios-setup] Apr 15 03:24:47.355 INFO E| Downloaded quote v1.0.38 |
| 2494 | 2025-04-15T03:24:48.728Z | [ helios-setup] Apr 15 03:24:47.357 INFO E| Downloaded pest_derive v2.7.15 |
| 2495 | 2025-04-15T03:24:48.731Z | [ helios-setup] Apr 15 03:24:47.362 INFO E| Downloaded thiserror v2.0.11 |
| 2496 | 2025-04-15T03:24:48.741Z | [ helios-setup] Apr 15 03:24:47.373 INFO E| Downloaded typenum v1.17.0 |
| 2497 | 2025-04-15T03:24:48.744Z | [ helios-setup] Apr 15 03:24:47.375 INFO E| Downloaded proc-macro2 v1.0.93 |
| 2498 | 2025-04-15T03:24:48.748Z | [ helios-setup] Apr 15 03:24:47.378 INFO E| Downloaded once_cell v1.20.2 |
| 2499 | 2025-04-15T03:24:48.751Z | [ helios-setup] Apr 15 03:24:47.380 INFO E| Downloaded modular-bitfield v0.11.2 |
| 2500 | 2025-04-15T03:24:48.759Z | [ helios-setup] Apr 15 03:24:47.390 INFO E| Downloaded pest_meta v2.7.15 |
| 2501 | 2025-04-15T03:24:48.763Z | [ helios-setup] Apr 15 03:24:47.393 INFO E| Downloaded num-traits v0.2.19 |
| 2502 | 2025-04-15T03:24:48.767Z | [ helios-setup] Apr 15 03:24:47.395 INFO E| Downloaded unicode-ident v1.0.14 |
| 2503 | 2025-04-15T03:24:48.771Z | [ helios-setup] Apr 15 03:24:47.398 INFO E| Downloaded ucd-trie v0.1.7 |
| 2504 | 2025-04-15T03:24:48.771Z | [ helios-setup] Apr 15 03:24:47.400 INFO E| Downloaded toml v0.5.11 |
| 2505 | 2025-04-15T03:24:48.774Z | [ helios-setup] Apr 15 03:24:47.402 INFO E| Downloaded ryu v1.0.18 |
| 2506 | 2025-04-15T03:24:48.774Z | [ helios-setup] Apr 15 03:24:47.405 INFO E| Downloaded zerocopy v0.6.6 |
| 2507 | 2025-04-15T03:24:48.777Z | [ helios-setup] Apr 15 03:24:47.407 INFO E| Downloaded schemars v0.8.21 |
| 2508 | 2025-04-15T03:24:48.787Z | [ helios-setup] Apr 15 03:24:47.418 INFO E| Downloaded structopt v0.3.26 |
| 2509 | 2025-04-15T03:24:48.795Z | [ helios-setup] Apr 15 03:24:47.426 INFO E| Downloaded serde v1.0.217 |
| 2510 | 2025-04-15T03:24:48.798Z | [ helios-setup] Apr 15 03:24:47.429 INFO E| Downloaded serde_derive v1.0.217 |
| 2511 | 2025-04-15T03:24:48.801Z | [ helios-setup] Apr 15 03:24:47.431 INFO E| Downloaded log v0.4.22 |
| 2512 | 2025-04-15T03:24:48.805Z | [ helios-setup] Apr 15 03:24:47.433 INFO E| Downloaded digest v0.10.7 |
| 2513 | 2025-04-15T03:24:48.805Z | [ helios-setup] Apr 15 03:24:47.435 INFO E| Downloaded sha2 v0.10.8 |
| 2514 | 2025-04-15T03:24:48.815Z | [ helios-setup] Apr 15 03:24:47.446 INFO E| Downloaded unicode-segmentation v1.12.0 |
| 2515 | 2025-04-15T03:24:48.818Z | [ helios-setup] Apr 15 03:24:47.449 INFO E| Downloaded memchr v2.7.4 |
| 2516 | 2025-04-15T03:24:48.844Z | [ helios-setup] Apr 15 03:24:47.475 INFO E| Downloaded pest v2.7.15 |
| 2517 | 2025-04-15T03:24:48.850Z | [ helios-setup] Apr 15 03:24:47.481 INFO E| Downloaded goblin v0.4.3 |
| 2518 | 2025-04-15T03:24:48.857Z | [ helios-setup] Apr 15 03:24:47.487 INFO E| Downloaded serde_json v1.0.135 |
| 2519 | 2025-04-15T03:24:48.877Z | [ helios-setup] Apr 15 03:24:47.508 INFO E| Downloaded clap v2.34.0 |
| 2520 | 2025-04-15T03:24:48.894Z | [ helios-setup] Apr 15 03:24:47.526 INFO E| Downloaded syn v1.0.109 |
| 2521 | 2025-04-15T03:24:48.905Z | [ helios-setup] Apr 15 03:24:47.536 INFO E| Downloaded unicode-width v0.1.14 |
| 2522 | 2025-04-15T03:24:48.910Z | [ helios-setup] Apr 15 03:24:47.541 INFO E| Downloaded syn v2.0.96 |
| 2523 | 2025-04-15T03:24:48.948Z | [ helios-setup] Apr 15 03:24:47.579 INFO E| Downloaded zerocopy-derive v0.6.6 |
| 2524 | 2025-04-15T03:24:48.967Z | [ helios-setup] Apr 15 03:24:47.598 INFO E| Downloaded libc v0.2.169 |
| 2525 | 2025-04-15T03:24:49.076Z | [ helios-setup] Apr 15 03:24:47.707 INFO E| Compiling proc-macro2 v1.0.93 |
| 2526 | 2025-04-15T03:24:49.076Z | [ helios-setup] Apr 15 03:24:47.707 INFO E| Compiling unicode-ident v1.0.14 |
| 2527 | 2025-04-15T03:24:49.079Z | [ helios-setup] Apr 15 03:24:47.707 INFO E| Compiling syn v1.0.109 |
| 2528 | 2025-04-15T03:24:49.079Z | [ helios-setup] Apr 15 03:24:47.707 INFO E| Compiling version_check v0.9.5 |
| 2529 | 2025-04-15T03:24:49.079Z | [ helios-setup] Apr 15 03:24:47.707 INFO E| Compiling memchr v2.7.4 |
| 2530 | 2025-04-15T03:24:49.079Z | [ helios-setup] Apr 15 03:24:47.707 INFO E| Compiling semver-parser v0.7.0 |
| 2531 | 2025-04-15T03:24:49.079Z | [ helios-setup] Apr 15 03:24:47.708 INFO E| Compiling autocfg v1.4.0 |
| 2532 | 2025-04-15T03:24:49.085Z | [ helios-setup] Apr 15 03:24:47.716 INFO E| Compiling serde v1.0.217 |
| 2533 | 2025-04-15T03:24:49.465Z | [ helios-setup] Apr 15 03:24:48.095 INFO E| Compiling semver v0.9.0 |
| 2534 | 2025-04-15T03:24:49.803Z | [ helios-setup] Apr 15 03:24:48.433 INFO E| Compiling proc-macro-error-attr v1.0.4 |
| 2535 | 2025-04-15T03:24:49.845Z | [ helios-setup] Apr 15 03:24:48.476 INFO E| Compiling proc-macro-error v1.0.4 |
| 2536 | 2025-04-15T03:24:49.917Z | [ helios-setup] Apr 15 03:24:48.548 INFO E| Compiling rustc_version v0.2.3 |
| 2537 | 2025-04-15T03:24:50.088Z | [ helios-setup] Apr 15 03:24:48.719 INFO E| Compiling serde_json v1.0.135 |
| 2538 | 2025-04-15T03:24:50.319Z | [ helios-setup] Apr 15 03:24:48.949 INFO E| Compiling thiserror v2.0.11 |
| 2539 | 2025-04-15T03:24:50.366Z | [ helios-setup] Apr 15 03:24:48.993 INFO E| Compiling num-traits v0.2.19 |
| 2540 | 2025-04-15T03:24:50.506Z | [ helios-setup] Apr 15 03:24:49.135 INFO E| Compiling itoa v1.0.14 |
| 2541 | 2025-04-15T03:24:50.584Z | [ helios-setup] Apr 15 03:24:49.215 INFO E| Compiling ryu v1.0.18 |
| 2542 | 2025-04-15T03:24:50.623Z | [ helios-setup] Apr 15 03:24:49.254 INFO E| Compiling schemars v0.8.21 |
| 2543 | 2025-04-15T03:24:50.869Z | [ helios-setup] Apr 15 03:24:49.499 INFO E| Compiling unicode-segmentation v1.12.0 |
| 2544 | 2025-04-15T03:24:51.139Z | [ helios-setup] Apr 15 03:24:49.770 INFO E| Compiling quote v1.0.38 |
| 2545 | 2025-04-15T03:24:51.258Z | [ helios-setup] Apr 15 03:24:49.889 INFO E| Compiling pre-proc-macro v0.2.1 |
| 2546 | 2025-04-15T03:24:51.418Z | [ helios-setup] Apr 15 03:24:50.048 INFO E| Compiling memoffset v0.5.6 |
| 2547 | 2025-04-15T03:24:51.460Z | [ helios-setup] Apr 15 03:24:50.091 INFO E| Compiling ucd-trie v0.1.7 |
| 2548 | 2025-04-15T03:24:51.839Z | [ helios-setup] Apr 15 03:24:50.469 INFO E| Compiling thiserror v1.0.69 |
| 2549 | 2025-04-15T03:24:52.013Z | [ helios-setup] Apr 15 03:24:50.643 INFO E| Compiling syn v2.0.96 |
| 2550 | 2025-04-15T03:24:52.381Z | [ helios-setup] Apr 15 03:24:51.011 INFO E| Compiling heck v0.3.3 |
| 2551 | 2025-04-15T03:24:52.393Z | [ helios-setup] Apr 15 03:24:51.022 INFO E| Compiling paste v1.0.15 |
| 2552 | 2025-04-15T03:24:52.937Z | [ helios-setup] Apr 15 03:24:51.566 INFO E| Compiling rustversion v1.0.19 |
| 2553 | 2025-04-15T03:24:52.990Z | [ helios-setup] Apr 15 03:24:51.621 INFO E| Compiling lazy_static v1.5.0 |
| 2554 | 2025-04-15T03:24:53.118Z | [ helios-setup] Apr 15 03:24:51.749 INFO E| Compiling dyn-clone v1.0.17 |
| 2555 | 2025-04-15T03:24:53.345Z | [ helios-setup] Apr 15 03:24:51.975 INFO E| Compiling libc v0.2.169 |
| 2556 | 2025-04-15T03:24:54.198Z | [ helios-setup] Apr 15 03:24:52.828 INFO E| Compiling pre v0.2.1 |
| 2557 | 2025-04-15T03:24:54.371Z | [ helios-setup] Apr 15 03:24:53.001 INFO E| Compiling byteorder v1.5.0 |
| 2558 | 2025-04-15T03:24:54.461Z | [ helios-setup] Apr 15 03:24:53.091 INFO E| Compiling cfg-if v0.1.10 |
| 2559 | 2025-04-15T03:24:54.566Z | [ helios-setup] Apr 15 03:24:53.197 INFO E| Compiling once_cell v1.20.2 |
| 2560 | 2025-04-15T03:24:55.050Z | [ helios-setup] Apr 15 03:24:53.680 INFO E| Compiling static_assertions v1.1.0 |
| 2561 | 2025-04-15T03:24:55.516Z | [ helios-setup] Apr 15 03:24:54.146 INFO E| Compiling unicode-width v0.1.14 |
| 2562 | 2025-04-15T03:24:56.247Z | [ helios-setup] Apr 15 03:24:54.877 INFO E| Compiling atty v0.2.14 |
| 2563 | 2025-04-15T03:24:56.293Z | [ helios-setup] Apr 15 03:24:54.924 INFO E| Compiling textwrap v0.11.0 |
| 2564 | 2025-04-15T03:24:56.462Z | [ helios-setup] Apr 15 03:24:55.092 INFO E| Compiling unic-char-range v0.9.0 |
| 2565 | 2025-04-15T03:24:57.010Z | [ helios-setup] Apr 15 03:24:55.640 INFO E| Compiling bitflags v1.3.2 |
| 2566 | 2025-04-15T03:24:57.110Z | [ helios-setup] Apr 15 03:24:55.740 INFO E| Compiling unic-common v0.9.0 |
| 2567 | 2025-04-15T03:24:57.508Z | [ helios-setup] Apr 15 03:24:56.138 INFO E| Compiling ansi_term v0.12.1 |
| 2568 | 2025-04-15T03:24:57.662Z | [ helios-setup] Apr 15 03:24:56.292 INFO E| Compiling strum v0.23.0 |
| 2569 | 2025-04-15T03:24:57.674Z | [ helios-setup] Apr 15 03:24:56.304 INFO E| Compiling strsim v0.8.0 |
| 2570 | 2025-04-15T03:24:57.702Z | [ helios-setup] Apr 15 03:24:56.332 INFO E| Compiling fletcher v0.1.0 |
| 2571 | 2025-04-15T03:24:58.083Z | [ helios-setup] Apr 15 03:24:56.713 INFO E| Compiling parse_int v0.6.0 |
| 2572 | 2025-04-15T03:24:58.125Z | [ helios-setup] Apr 15 03:24:56.754 INFO E| Compiling vec_map v0.8.2 |
| 2573 | 2025-04-15T03:24:58.316Z | [ helios-setup] Apr 15 03:24:56.946 INFO E| Compiling unic-ucd-version v0.9.0 |
| 2574 | 2025-04-15T03:24:58.510Z | [ helios-setup] Apr 15 03:24:57.140 INFO E| Compiling unic-char-property v0.9.0 |
| 2575 | 2025-04-15T03:24:58.582Z | [ helios-setup] Apr 15 03:24:57.211 INFO E| Compiling plain v0.2.3 |
| 2576 | 2025-04-15T03:24:58.694Z | [ helios-setup] Apr 15 03:24:57.323 INFO E| Compiling clap v2.34.0 |
| 2577 | 2025-04-15T03:24:58.778Z | [ helios-setup] Apr 15 03:24:57.407 INFO E| Compiling log v0.4.22 |
| 2578 | 2025-04-15T03:24:58.921Z | [ helios-setup] Apr 15 03:24:57.550 INFO E| Compiling unic-ucd-ident v0.9.0 |
| 2579 | 2025-04-15T03:24:59.163Z | [ helios-setup] Apr 15 03:24:57.792 INFO E| Compiling bytesize v1.3.0 |
| 2580 | 2025-04-15T03:25:00.133Z | [ helios-setup] Apr 15 03:24:58.763 INFO E| Compiling serde_derive_internals v0.29.1 |
| 2581 | 2025-04-15T03:25:01.225Z | [ helios-setup] Apr 15 03:24:59.854 INFO E| Compiling toml v0.5.11 |
| 2582 | 2025-04-15T03:25:02.938Z | [ helios-setup] Apr 15 03:25:01.567 INFO E| Compiling serde_derive v1.0.217 |
| 2583 | 2025-04-15T03:25:02.938Z | [ helios-setup] Apr 15 03:25:01.567 INFO E| Compiling thiserror-impl v2.0.11 |
| 2584 | 2025-04-15T03:25:02.941Z | [ helios-setup] Apr 15 03:25:01.567 INFO E| Compiling schemars_derive v0.8.21 |
| 2585 | 2025-04-15T03:25:02.941Z | [ helios-setup] Apr 15 03:25:01.567 INFO E| Compiling thiserror-impl v1.0.69 |
| 2586 | 2025-04-15T03:25:02.941Z | [ helios-setup] Apr 15 03:25:01.567 INFO E| Compiling zerocopy-derive v0.6.6 |
| 2587 | 2025-04-15T03:25:04.481Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 2m 07s |
| 2588 | 2025-04-15T03:25:04.987Z | [ omicron-package] |
| 2589 | 2025-04-15T03:25:04.987Z | [ omicron-package] real 2:08.139672430 |
| 2590 | 2025-04-15T03:25:05.003Z | [ omicron-package] user 11:42.661264072 |
| 2591 | 2025-04-15T03:25:05.003Z | [ omicron-package] sys 42.845540489 |
| 2592 | 2025-04-15T03:25:05.003Z | [ omicron-package] trap 1.798120800 |
| 2593 | 2025-04-15T03:25:05.003Z | [ omicron-package] tflt 0.899024388 |
| 2594 | 2025-04-15T03:25:05.003Z | [ omicron-package] dflt 1.249725432 |
| 2595 | 2025-04-15T03:25:05.003Z | [ omicron-package] kflt 0.000358544 |
| 2596 | 2025-04-15T03:25:05.003Z | [ omicron-package] lock 29:15.101308009 |
| 2597 | 2025-04-15T03:25:05.003Z | [ omicron-package] slp 45:55.541107956 |
| 2598 | 2025-04-15T03:25:05.003Z | [ omicron-package] lat 3:33.897650241 |
| 2599 | 2025-04-15T03:25:05.003Z | [ omicron-package] stop 1:25.568846811 |
| 2600 | 2025-04-15T03:25:05.003Z | Apr 15 03:25:03.476 INFO [omicron-package] process exited with exit status: 0 (128.213133831s) |
| 2601 | 2025-04-15T03:25:05.003Z | Apr 15 03:25:03.477 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
| 2602 | 2025-04-15T03:25:05.006Z | Apr 15 03:25:03.624 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
| 2603 | 2025-04-15T03:25:05.012Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2604 | 2025-04-15T03:25:05.016Z | [ host-target] Created new build target 'host' and set it as active |
| 2605 | 2025-04-15T03:25:05.110Z | Apr 15 03:25:03.733 INFO [host-target] process exited with exit status: 0 (256.107562ms) |
| 2606 | 2025-04-15T03:25:05.113Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
| 2607 | 2025-04-15T03:25:05.124Z | Apr 15 03:25:03.753 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
| 2608 | 2025-04-15T03:25:05.170Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2609 | 2025-04-15T03:25:05.173Z | [ helios-setup] Apr 15 03:25:03.800 INFO E| Compiling proc-macro-crate v0.1.5 |
| 2610 | 2025-04-15T03:25:05.242Z | [ recovery-target] Created new build target 'recovery' and set it as active |
| 2611 | 2025-04-15T03:25:05.311Z | Apr 15 03:25:03.940 INFO [recovery-target] process exited with exit status: 0 (315.753309ms) |
| 2612 | 2025-04-15T03:25:05.491Z | [ helios-setup] Apr 15 03:25:04.120 INFO E| Compiling zerocopy v0.6.6 |
| 2613 | 2025-04-15T03:25:05.822Z | [ helios-setup] Apr 15 03:25:04.451 INFO E| Compiling num-derive v0.4.2 |
| 2614 | 2025-04-15T03:25:06.585Z | [ helios-setup] Apr 15 03:25:05.214 INFO E| Compiling pest v2.7.15 |
| 2615 | 2025-04-15T03:25:07.867Z | [ host-package] Compiling ring v0.17.11 |
| 2616 | 2025-04-15T03:25:07.891Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
| 2617 | 2025-04-15T03:25:07.894Z | [ host-package] Compiling convert_case v0.4.0 |
| 2618 | 2025-04-15T03:25:07.894Z | [ host-package] Compiling num-rational v0.4.2 |
| 2619 | 2025-04-15T03:25:07.894Z | [ host-package] Compiling num-complex v0.4.6 |
| 2620 | 2025-04-15T03:25:07.894Z | [ host-package] Compiling float-ord v0.3.2 |
| 2621 | 2025-04-15T03:25:07.894Z | [ host-package] Compiling is-terminal v0.4.13 |
| 2622 | 2025-04-15T03:25:08.473Z | [ helios-setup] Apr 15 03:25:07.101 INFO E| Compiling modular-bitfield-impl v0.11.2 |
| 2623 | 2025-04-15T03:25:08.476Z | [ helios-setup] Apr 15 03:25:07.102 INFO E| Compiling strum_macros v0.23.1 |
| 2624 | 2025-04-15T03:25:08.678Z | [ helios-setup] Apr 15 03:25:07.307 INFO E| Compiling scroll_derive v0.10.5 |
| 2625 | 2025-04-15T03:25:08.774Z | [ host-package] Compiling dirs-next v2.0.0 |
| 2626 | 2025-04-15T03:25:09.022Z | [ host-package] Compiling camino v1.1.9 |
| 2627 | 2025-04-15T03:25:09.189Z | [ host-package] Compiling term v0.7.0 |
| 2628 | 2025-04-15T03:25:09.479Z | [ host-package] Compiling derive-where v1.2.7 |
| 2629 | 2025-04-15T03:25:09.670Z | [ host-package] Compiling derive_more v0.99.19 |
| 2630 | 2025-04-15T03:25:10.407Z | [ helios-setup] Apr 15 03:25:09.036 INFO E| Compiling pest_meta v2.7.15 |
| 2631 | 2025-04-15T03:25:10.646Z | [ host-package] Compiling num v0.4.3 |
| 2632 | 2025-04-15T03:25:10.736Z | [ helios-setup] Apr 15 03:25:09.364 INFO E| Compiling structopt-derive v0.4.18 |
| 2633 | 2025-04-15T03:25:10.800Z | [ host-package] Compiling fastrand v2.1.1 |
| 2634 | 2025-04-15T03:25:11.028Z | [ host-package] Compiling thread_local v1.1.8 |
| 2635 | 2025-04-15T03:25:11.248Z | [ host-package] Compiling wait-timeout v0.2.0 |
| 2636 | 2025-04-15T03:25:11.755Z | [ host-package] Compiling tempfile v3.13.0 |
| 2637 | 2025-04-15T03:25:12.048Z | [ helios-setup] Apr 15 03:25:10.676 INFO E| Compiling scroll v0.10.2 |
| 2638 | 2025-04-15T03:25:12.190Z | [ host-package] Compiling bit-vec v0.8.0 |
| 2639 | 2025-04-15T03:25:12.605Z | [ host-package] Compiling match_cfg v0.1.0 |
| 2640 | 2025-04-15T03:25:12.856Z | [ host-package] Compiling quick-error v1.2.3 |
| 2641 | 2025-04-15T03:25:13.035Z | [ host-package] Compiling hostname v0.3.1 |
| 2642 | 2025-04-15T03:25:13.086Z | [ helios-setup] Apr 15 03:25:11.715 INFO E| Compiling pest_generator v2.7.15 |
| 2643 | 2025-04-15T03:25:13.122Z | [ host-package] Compiling bit-set v0.8.0 |
| 2644 | 2025-04-15T03:25:13.267Z | [ host-package] Compiling multer v3.1.0 |
| 2645 | 2025-04-15T03:25:13.408Z | [ host-package] Compiling rusty-fork v0.3.0 |
| 2646 | 2025-04-15T03:25:13.524Z | [ helios-setup] Apr 15 03:25:12.152 INFO E| Compiling goblin v0.4.3 |
| 2647 | 2025-04-15T03:25:13.706Z | [ host-package] Compiling slog-async v2.8.0 |
| 2648 | 2025-04-15T03:25:13.709Z | [ host-package] Compiling newline-converter v0.3.0 |
| 2649 | 2025-04-15T03:25:13.803Z | [ host-package] Compiling slog-json v2.6.1 |
| 2650 | 2025-04-15T03:25:13.807Z | [ helios-setup] Apr 15 03:25:12.435 INFO E| Compiling modular-bitfield v0.11.2 |
| 2651 | 2025-04-15T03:25:14.009Z | [ host-package] Compiling crossbeam-channel v0.5.15 |
| 2652 | 2025-04-15T03:25:14.189Z | [ host-package] Compiling rand_xorshift v0.3.0 |
| 2653 | 2025-04-15T03:25:14.616Z | [ host-package] Compiling hex v0.4.3 |
| 2654 | 2025-04-15T03:25:14.768Z | [ host-package] Compiling unarray v0.1.4 |
| 2655 | 2025-04-15T03:25:14.847Z | [ host-package] Compiling take_mut v0.2.2 |
| 2656 | 2025-04-15T03:25:14.907Z | [ host-package] Compiling slog-bunyan v2.5.0 |
| 2657 | 2025-04-15T03:25:15.177Z | [ host-package] Compiling proptest v1.6.0 |
| 2658 | 2025-04-15T03:25:15.466Z | [ host-package] Compiling rustls v0.23.19 |
| 2659 | 2025-04-15T03:25:15.469Z | [ host-package] Compiling rustls v0.22.4 |
| 2660 | 2025-04-15T03:25:15.547Z | [ helios-setup] Apr 15 03:25:14.175 INFO E| Compiling structopt v0.3.26 |
| 2661 | 2025-04-15T03:25:15.721Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2662 | 2025-04-15T03:25:15.871Z | [ host-package] Compiling expectorate v1.1.0 |
| 2663 | 2025-04-15T03:25:16.031Z | [ host-package] Compiling slog-term v2.9.1 |
| 2664 | 2025-04-15T03:25:16.471Z | [ host-package] Compiling dropshot v0.16.0 |
| 2665 | 2025-04-15T03:25:16.728Z | [ host-package] Compiling async-stream v0.3.6 |
| 2666 | 2025-04-15T03:25:17.059Z | [ host-package] Compiling toml v0.8.20 |
| 2667 | 2025-04-15T03:25:17.068Z | [ helios-setup] Apr 15 03:25:15.696 INFO E| Compiling pest_derive v2.7.15 |
| 2668 | 2025-04-15T03:25:17.142Z | [ host-package] Compiling waitgroup v0.1.2 |
| 2669 | 2025-04-15T03:25:17.514Z | [ host-package] Compiling serde_path_to_error v0.1.16 |
| 2670 | 2025-04-15T03:25:17.569Z | [ host-package] Compiling hostname v0.4.0 |
| 2671 | 2025-04-15T03:25:17.631Z | [ host-package] Compiling instant v0.1.13 |
| 2672 | 2025-04-15T03:25:17.878Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2673 | 2025-04-15T03:25:17.953Z | [ host-package] Compiling debug-ignore v1.0.5 |
| 2674 | 2025-04-15T03:25:18.333Z | [ host-package] Compiling backoff v0.4.0 |
| 2675 | 2025-04-15T03:25:18.535Z | [ host-package] Compiling parse-display v0.10.0 |
| 2676 | 2025-04-15T03:25:18.745Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2677 | 2025-04-15T03:25:18.889Z | [ host-package] Compiling serde_with v3.12.0 |
| 2678 | 2025-04-15T03:25:18.939Z | [ host-package] Compiling password-hash v0.5.0 |
| 2679 | 2025-04-15T03:25:18.995Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2680 | 2025-04-15T03:25:19.124Z | [ host-package] Compiling rustls-webpki v0.102.8 |
| 2681 | 2025-04-15T03:25:19.611Z | [ host-package] Compiling blake2 v0.10.6 |
| 2682 | 2025-04-15T03:25:20.804Z | [ helios-setup] Apr 15 03:25:19.430 INFO E| Compiling json5 v0.4.1 |
| 2683 | 2025-04-15T03:25:21.080Z | [ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2684 | 2025-04-15T03:25:21.841Z | [ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 2685 | 2025-04-15T03:25:22.540Z | [ host-package] Compiling macaddr v1.0.1 |
| 2686 | 2025-04-15T03:25:23.237Z | [ host-package] Compiling argon2 v0.5.3 |
| 2687 | 2025-04-15T03:25:23.558Z | [ host-package] Compiling atomicwrites v0.4.4 |
| 2688 | 2025-04-15T03:25:23.653Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
| 2689 | 2025-04-15T03:25:23.653Z | [ host-package] Compiling owo-colors v4.2.0 |
| 2690 | 2025-04-15T03:25:24.300Z | [ host-package] Compiling libsw-core v0.3.1 |
| 2691 | 2025-04-15T03:25:24.492Z | [ host-package] Compiling prettyplease v0.2.30 |
| 2692 | 2025-04-15T03:25:24.890Z | [ host-package] Compiling libsw v3.4.0 |
| 2693 | 2025-04-15T03:25:25.491Z | [ host-package] Compiling swrite v0.1.0 |
| 2694 | 2025-04-15T03:25:25.725Z | [ host-package] Compiling linear-map v1.2.0 |
| 2695 | 2025-04-15T03:25:26.184Z | [ helios-setup] Apr 15 03:25:24.811 INFO E| Compiling four-cc v0.3.0 |
| 2696 | 2025-04-15T03:25:26.184Z | [ helios-setup] Apr 15 03:25:24.811 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
| 2697 | 2025-04-15T03:25:26.388Z | [ host-package] Compiling utf-8 v0.7.6 |
| 2698 | 2025-04-15T03:25:26.414Z | [ helios-setup] Apr 15 03:25:25.039 INFO E| Compiling amd-apcb v0.5.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.5.1#560108e1) |
| 2699 | 2025-04-15T03:25:26.523Z | [ host-package] Compiling highway v1.3.0 |
| 2700 | 2025-04-15T03:25:26.813Z | [ host-package] Compiling linked-hash-map v0.5.6 |
| 2701 | 2025-04-15T03:25:27.044Z | [ host-package] Compiling tungstenite v0.21.0 |
| 2702 | 2025-04-15T03:25:27.888Z | [ host-package] Compiling tokio-rustls v0.25.0 |
| 2703 | 2025-04-15T03:25:29.007Z | [ host-package] Compiling lru-cache v0.1.2 |
| 2704 | 2025-04-15T03:25:29.127Z | [ host-package] Compiling semver v0.1.20 |
| 2705 | 2025-04-15T03:25:29.529Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
| 2706 | 2025-04-15T03:25:29.931Z | [ host-package] Compiling rustc_version v0.1.7 |
| 2707 | 2025-04-15T03:25:30.401Z | [ host-package] Compiling tokio-rustls v0.26.0 |
| 2708 | 2025-04-15T03:25:30.496Z | [ host-package] Compiling resolv-conf v0.7.0 |
| 2709 | 2025-04-15T03:25:31.110Z | [ host-package] Compiling hyper-rustls v0.27.3 |
| 2710 | 2025-04-15T03:25:31.826Z | [ host-package] Compiling reqwest v0.12.12 |
| 2711 | 2025-04-15T03:25:32.830Z | [ host-package] Compiling hickory-resolver v0.24.4 |
| 2712 | 2025-04-15T03:25:37.692Z | [ host-package] Compiling progenitor-client v0.9.1 |
| 2713 | 2025-04-15T03:25:38.393Z | [ host-package] Compiling progenitor v0.9.1 |
| 2714 | 2025-04-15T03:25:38.712Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a) |
| 2715 | 2025-04-15T03:25:38.976Z | [ host-package] Compiling newtype_derive v0.1.6 |
| 2716 | 2025-04-15T03:25:39.674Z | [ host-package] Compiling humantime v2.1.0 |
| 2717 | 2025-04-15T03:25:40.357Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2718 | 2025-04-15T03:25:40.683Z | [ host-package] Compiling steno v0.4.1 |
| 2719 | 2025-04-15T03:25:42.124Z | [ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2720 | 2025-04-15T03:25:42.870Z | [ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2721 | 2025-04-15T03:25:46.908Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2722 | 2025-04-15T03:25:47.280Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2723 | 2025-04-15T03:25:57.539Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2724 | 2025-04-15T03:26:04.443Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2725 | 2025-04-15T03:26:05.542Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2726 | 2025-04-15T03:26:06.011Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2727 | 2025-04-15T03:26:09.426Z | [ host-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2728 | 2025-04-15T03:26:09.862Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2729 | 2025-04-15T03:26:13.479Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2730 | 2025-04-15T03:26:14.205Z | [ helios-setup] Apr 15 03:26:12.826 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
| 2731 | 2025-04-15T03:26:14.740Z | [ host-package] Compiling qorb v0.3.1 |
| 2732 | 2025-04-15T03:26:15.071Z | [ host-package] Compiling slog-dtrace v0.3.0 |
| 2733 | 2025-04-15T03:26:15.630Z | [ host-package] Compiling bytecount v0.6.8 |
| 2734 | 2025-04-15T03:26:16.222Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2735 | 2025-04-15T03:26:21.251Z | [ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2736 | 2025-04-15T03:26:22.544Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2737 | 2025-04-15T03:26:24.438Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2738 | 2025-04-15T03:26:28.463Z | [ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2739 | 2025-04-15T03:26:29.157Z | [ helios-setup] Apr 15 03:26:27.774 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
| 2740 | 2025-04-15T03:26:31.250Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2741 | 2025-04-15T03:26:35.447Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2742 | 2025-04-15T03:26:37.571Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2743 | 2025-04-15T03:26:40.345Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2744 | 2025-04-15T03:26:40.983Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2745 | 2025-04-15T03:26:44.698Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2746 | 2025-04-15T03:26:48.501Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2747 | 2025-04-15T03:26:49.809Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2748 | 2025-04-15T03:26:50.367Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2749 | 2025-04-15T03:26:50.938Z | [ host-package] Compiling half v2.4.1 |
| 2750 | 2025-04-15T03:26:51.803Z | [ host-package] Compiling ciborium-io v0.2.2 |
| 2751 | 2025-04-15T03:26:52.007Z | [ host-package] Compiling ciborium-ll v0.2.2 |
| 2752 | 2025-04-15T03:26:52.691Z | [ host-package] Compiling ciborium v0.2.2 |
| 2753 | 2025-04-15T03:26:53.537Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2754 | 2025-04-15T03:26:54.013Z | [ host-package] Compiling proc-macro-error-attr2 v2.0.0 |
| 2755 | 2025-04-15T03:26:54.968Z | [ host-package] Compiling display-error-chain v0.2.2 |
| 2756 | 2025-04-15T03:26:55.066Z | [ host-package] Compiling proc-macro-error2 v2.0.1 |
| 2757 | 2025-04-15T03:26:55.241Z | [ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2758 | 2025-04-15T03:26:55.811Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
| 2759 | 2025-04-15T03:26:58.073Z | [ host-package] Compiling keccak v0.1.5 |
| 2760 | 2025-04-15T03:26:58.886Z | [ host-package] Compiling maplit v1.0.2 |
| 2761 | 2025-04-15T03:26:59.173Z | [ host-package] Compiling crunchy v0.2.2 |
| 2762 | 2025-04-15T03:26:59.275Z | [ host-package] Compiling sha3 v0.10.8 |
| 2763 | 2025-04-15T03:26:59.521Z | [ host-package] Compiling const_format v0.2.34 |
| 2764 | 2025-04-15T03:26:59.905Z | [ host-package] Compiling tabled_derive v0.10.0 |
| 2765 | 2025-04-15T03:26:59.983Z | [ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2766 | 2025-04-15T03:27:00.354Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2767 | 2025-04-15T03:27:01.234Z | [ host-package] Compiling papergrid v0.14.0 |
| 2768 | 2025-04-15T03:27:03.090Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
| 2769 | 2025-04-15T03:27:03.144Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
| 2770 | 2025-04-15T03:27:03.804Z | [ host-package] Compiling num-derive v0.3.3 |
| 2771 | 2025-04-15T03:27:04.913Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
| 2772 | 2025-04-15T03:27:04.940Z | [ host-package] Compiling tiny-keccak v2.0.2 |
| 2773 | 2025-04-15T03:27:05.423Z | [ host-package] Compiling diesel_derives v2.2.3 |
| 2774 | 2025-04-15T03:27:05.690Z | [ host-package] Compiling tabled v0.18.0 |
| 2775 | 2025-04-15T03:27:06.691Z | [ host-package] Compiling libscf-sys v1.1.0 |
| 2776 | 2025-04-15T03:27:09.414Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2777 | 2025-04-15T03:27:15.747Z | [ host-package] Compiling r2d2 v0.8.10 |
| 2778 | 2025-04-15T03:27:16.583Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2779 | 2025-04-15T03:27:17.479Z | [ helios-setup] Apr 15 03:27:16.092 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 31s |
| 2780 | 2025-04-15T03:27:17.508Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2781 | 2025-04-15T03:27:17.565Z | [ helios-setup] Apr 15 03:27:16.178 INFO building project "amd-host-image-builder" ok (151 seconds) |
| 2782 | 2025-04-15T03:27:17.565Z | [ helios-setup] Apr 15 03:27:16.178 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver" |
| 2783 | 2025-04-15T03:27:17.582Z | [ helios-setup] Apr 15 03:27:16.195 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.86.0-x86_64-unknown-illumos (default)" |
| 2784 | 2025-04-15T03:27:17.582Z | [ helios-setup] Apr 15 03:27:16.195 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
| 2785 | 2025-04-15T03:27:17.585Z | [ helios-setup] Apr 15 03:27:16.196 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
| 2786 | 2025-04-15T03:27:17.791Z | [ helios-setup] Apr 15 03:27:16.404 INFO E| Downloading crates ... |
| 2787 | 2025-04-15T03:27:17.907Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2788 | 2025-04-15T03:27:17.960Z | [ helios-setup] Apr 15 03:27:16.573 INFO E| Downloaded unicode-width v0.1.10 |
| 2789 | 2025-04-15T03:27:17.963Z | [ helios-setup] Apr 15 03:27:16.577 INFO E| Downloaded generic-array v0.14.6 |
| 2790 | 2025-04-15T03:27:18.015Z | [ helios-setup] Apr 15 03:27:16.608 INFO E| Downloaded bytes v1.2.1 |
| 2791 | 2025-04-15T03:27:18.015Z | [ helios-setup] Apr 15 03:27:16.614 INFO E| Downloaded sha2 v0.10.5 |
| 2792 | 2025-04-15T03:27:18.015Z | [ helios-setup] Apr 15 03:27:16.618 INFO E| Downloaded typenum v1.15.0 |
| 2793 | 2025-04-15T03:27:18.015Z | [ helios-setup] Apr 15 03:27:16.621 INFO E| Downloaded miniz_oxide v0.6.2 |
| 2794 | 2025-04-15T03:27:18.015Z | [ helios-setup] Apr 15 03:27:16.625 INFO E| Downloaded block-buffer v0.10.3 |
| 2795 | 2025-04-15T03:27:18.015Z | [ helios-setup] Apr 15 03:27:16.626 INFO E| Downloaded digest v0.10.3 |
| 2796 | 2025-04-15T03:27:18.018Z | [ helios-setup] Apr 15 03:27:16.630 INFO E| Downloaded cpufeatures v0.2.5 |
| 2797 | 2025-04-15T03:27:18.018Z | [ helios-setup] Apr 15 03:27:16.631 INFO E| Downloaded anyhow v1.0.62 |
| 2798 | 2025-04-15T03:27:18.079Z | [ helios-setup] Apr 15 03:27:16.693 INFO E| Downloaded flate2 v1.0.25 |
| 2799 | 2025-04-15T03:27:18.162Z | [ helios-setup] Apr 15 03:27:16.776 INFO E| Compiling version_check v0.9.4 |
| 2800 | 2025-04-15T03:27:18.165Z | [ helios-setup] Apr 15 03:27:16.776 INFO E| Compiling typenum v1.15.0 |
| 2801 | 2025-04-15T03:27:18.165Z | [ helios-setup] Apr 15 03:27:16.776 INFO E| Compiling cfg-if v1.0.0 |
| 2802 | 2025-04-15T03:27:18.165Z | [ helios-setup] Apr 15 03:27:16.776 INFO E| Compiling crc32fast v1.3.2 |
| 2803 | 2025-04-15T03:27:18.166Z | [ helios-setup] Apr 15 03:27:16.776 INFO E| Compiling adler v1.0.2 |
| 2804 | 2025-04-15T03:27:18.166Z | [ helios-setup] Apr 15 03:27:16.776 INFO E| Compiling anyhow v1.0.62 |
| 2805 | 2025-04-15T03:27:18.166Z | [ helios-setup] Apr 15 03:27:16.776 INFO E| Compiling cpufeatures v0.2.5 |
| 2806 | 2025-04-15T03:27:18.166Z | [ helios-setup] Apr 15 03:27:16.776 INFO E| Compiling unicode-width v0.1.10 |
| 2807 | 2025-04-15T03:27:18.243Z | [ host-package] Compiling bit-vec v0.6.3 |
| 2808 | 2025-04-15T03:27:18.536Z | [ helios-setup] Apr 15 03:27:17.150 INFO E| Compiling bytes v1.2.1 |
| 2809 | 2025-04-15T03:27:18.733Z | [ host-package] Compiling bit-set v0.5.3 |
| 2810 | 2025-04-15T03:27:18.757Z | [ helios-setup] Apr 15 03:27:17.369 INFO E| Compiling bitflags v1.3.2 |
| 2811 | 2025-04-15T03:27:18.925Z | [ host-package] Compiling diesel v2.2.9 |
| 2812 | 2025-04-15T03:27:19.089Z | [ helios-setup] Apr 15 03:27:17.703 INFO E| Compiling miniz_oxide v0.6.2 |
| 2813 | 2025-04-15T03:27:19.128Z | [ helios-setup] Apr 15 03:27:17.742 INFO E| Compiling getopts v0.2.21 |
| 2814 | 2025-04-15T03:27:19.532Z | [ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2815 | 2025-04-15T03:27:19.666Z | [ helios-setup] Apr 15 03:27:18.279 INFO E| Compiling generic-array v0.14.6 |
| 2816 | 2025-04-15T03:27:20.853Z | [ helios-setup] Apr 15 03:27:19.467 INFO E| Compiling flate2 v1.0.25 |
| 2817 | 2025-04-15T03:27:21.639Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2818 | 2025-04-15T03:27:22.831Z | [ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2819 | 2025-04-15T03:27:24.239Z | [ helios-setup] Apr 15 03:27:22.850 INFO E| Compiling crypto-common v0.1.6 |
| 2820 | 2025-04-15T03:27:24.239Z | [ helios-setup] Apr 15 03:27:22.851 INFO E| Compiling block-buffer v0.10.3 |
| 2821 | 2025-04-15T03:27:24.456Z | [ helios-setup] Apr 15 03:27:23.069 INFO E| Compiling digest v0.10.3 |
| 2822 | 2025-04-15T03:27:24.787Z | [ host-package] Compiling ascii-canvas v3.0.0 |
| 2823 | 2025-04-15T03:27:24.855Z | [ helios-setup] Apr 15 03:27:23.468 INFO E| Compiling sha2 v0.10.5 |
| 2824 | 2025-04-15T03:27:25.300Z | [ host-package] Compiling phf_generator v0.11.2 |
| 2825 | 2025-04-15T03:27:25.413Z | [ helios-setup] Apr 15 03:27:24.026 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
| 2826 | 2025-04-15T03:27:25.588Z | [ host-package] Compiling secrecy v0.8.0 |
| 2827 | 2025-04-15T03:27:26.283Z | [ host-package] Compiling ena v0.14.3 |
| 2828 | 2025-04-15T03:27:26.449Z | [ host-package] Compiling diff v0.1.13 |
| 2829 | 2025-04-15T03:27:26.902Z | [ host-package] Compiling regex-syntax v0.6.29 |
| 2830 | 2025-04-15T03:27:26.947Z | [ host-package] Compiling bindgen v0.71.1 |
| 2831 | 2025-04-15T03:27:30.475Z | [ helios-setup] Apr 15 03:27:29.088 INFO E| Finished `release` profile [optimized] target(s) in 12.87s |
| 2832 | 2025-04-15T03:27:30.491Z | [ helios-setup] Apr 15 03:27:29.103 INFO building project "bootserver" ok (12 seconds) |
| 2833 | 2025-04-15T03:27:30.491Z | [ helios-setup] Apr 15 03:27:29.104 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick" |
| 2834 | 2025-04-15T03:27:30.515Z | [ helios-setup] Apr 15 03:27:29.127 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.86.0-x86_64-unknown-illumos (default)" |
| 2835 | 2025-04-15T03:27:30.515Z | [ helios-setup] Apr 15 03:27:29.127 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
| 2836 | 2025-04-15T03:27:30.518Z | [ helios-setup] Apr 15 03:27:29.127 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
| 2837 | 2025-04-15T03:27:30.712Z | [ helios-setup] Apr 15 03:27:29.325 INFO E| Downloading crates ... |
| 2838 | 2025-04-15T03:27:30.829Z | [ helios-setup] Apr 15 03:27:29.440 INFO E| Downloaded miniz_oxide v0.7.2 |
| 2839 | 2025-04-15T03:27:30.895Z | [ helios-setup] Apr 15 03:27:29.507 INFO E| Compiling adler v1.0.2 |
| 2840 | 2025-04-15T03:27:31.122Z | [ helios-setup] Apr 15 03:27:29.733 INFO E| Compiling miniz_oxide v0.7.2 |
| 2841 | 2025-04-15T03:27:32.583Z | [ host-package] Compiling lalrpop v0.19.12 |
| 2842 | 2025-04-15T03:27:32.930Z | [ host-package] Compiling phf_codegen v0.11.2 |
| 2843 | 2025-04-15T03:27:33.499Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2844 | 2025-04-15T03:27:33.582Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2845 | 2025-04-15T03:27:33.952Z | [ helios-setup] Apr 15 03:27:32.564 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
| 2846 | 2025-04-15T03:27:34.986Z | [ helios-setup] Apr 15 03:27:33.598 INFO E| Finished `release` profile [optimized] target(s) in 4.44s |
| 2847 | 2025-04-15T03:27:34.996Z | [ helios-setup] Apr 15 03:27:33.608 INFO building project "pinprick" ok (4 seconds) |
| 2848 | 2025-04-15T03:27:34.996Z | [ helios-setup] Apr 15 03:27:33.608 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder" |
| 2849 | 2025-04-15T03:27:35.014Z | [ helios-setup] Apr 15 03:27:33.626 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.86.0-x86_64-unknown-illumos (default)" |
| 2850 | 2025-04-15T03:27:35.014Z | [ helios-setup] Apr 15 03:27:33.626 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
| 2851 | 2025-04-15T03:27:35.017Z | [ helios-setup] Apr 15 03:27:33.626 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
| 2852 | 2025-04-15T03:27:35.017Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2853 | 2025-04-15T03:27:35.126Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2854 | 2025-04-15T03:27:35.177Z | [ helios-setup] Apr 15 03:27:33.789 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
| 2855 | 2025-04-15T03:27:35.410Z | [ host-package] Compiling universal-hash v0.5.1 |
| 2856 | 2025-04-15T03:27:35.547Z | [ helios-setup] Apr 15 03:27:34.159 INFO E| From https://github.com/jclulow/rust-jmclib |
| 2857 | 2025-04-15T03:27:35.547Z | [ helios-setup] Apr 15 03:27:34.159 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
| 2858 | 2025-04-15T03:27:35.569Z | [ helios-setup] Apr 15 03:27:34.181 INFO E| Updating crates.io index |
| 2859 | 2025-04-15T03:27:35.717Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
| 2860 | 2025-04-15T03:27:35.721Z | [ helios-setup] Apr 15 03:27:34.330 INFO E| Downloading crates ... |
| 2861 | 2025-04-15T03:27:35.741Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
| 2862 | 2025-04-15T03:27:35.806Z | [ helios-setup] Apr 15 03:27:34.416 INFO E| Downloaded glob v0.3.1 |
| 2863 | 2025-04-15T03:27:35.809Z | [ helios-setup] Apr 15 03:27:34.419 INFO E| Downloaded itoa v1.0.9 |
| 2864 | 2025-04-15T03:27:35.813Z | [ helios-setup] Apr 15 03:27:34.422 INFO E| Downloaded anyhow v1.0.72 |
| 2865 | 2025-04-15T03:27:35.832Z | [ helios-setup] Apr 15 03:27:34.443 INFO E| Downloaded block-buffer v0.9.0 |
| 2866 | 2025-04-15T03:27:35.835Z | [ helios-setup] Apr 15 03:27:34.445 INFO E| Downloaded opaque-debug v0.3.0 |
| 2867 | 2025-04-15T03:27:35.835Z | [ helios-setup] Apr 15 03:27:34.446 INFO E| Downloaded libdevinfo-sys v1.0.0 |
| 2868 | 2025-04-15T03:27:35.838Z | [ helios-setup] Apr 15 03:27:34.448 INFO E| Downloaded getrandom v0.2.10 |
| 2869 | 2025-04-15T03:27:35.842Z | [ helios-setup] Apr 15 03:27:34.452 INFO E| Downloaded fastrand v2.0.0 |
| 2870 | 2025-04-15T03:27:35.850Z | [ helios-setup] Apr 15 03:27:34.455 INFO E| Downloaded errno v0.3.1 |
| 2871 | 2025-04-15T03:27:35.850Z | [ helios-setup] Apr 15 03:27:34.458 INFO E| Downloaded digest v0.9.0 |
| 2872 | 2025-04-15T03:27:35.850Z | [ helios-setup] Apr 15 03:27:34.460 INFO E| Downloaded cpufeatures v0.2.9 |
| 2873 | 2025-04-15T03:27:35.854Z | [ helios-setup] Apr 15 03:27:34.464 INFO E| Downloaded walkdir v2.3.3 |
| 2874 | 2025-04-15T03:27:35.872Z | [ helios-setup] Apr 15 03:27:34.484 INFO E| Downloaded uuid v0.8.2 |
| 2875 | 2025-04-15T03:27:35.877Z | [ helios-setup] Apr 15 03:27:34.489 INFO E| Downloaded once_cell v1.18.0 |
| 2876 | 2025-04-15T03:27:35.883Z | [ helios-setup] Apr 15 03:27:34.494 INFO E| Downloaded unicode-ident v1.0.11 |
| 2877 | 2025-04-15T03:27:35.887Z | [ helios-setup] Apr 15 03:27:34.499 INFO E| Downloaded toml v0.5.11 |
| 2878 | 2025-04-15T03:27:35.891Z | [ helios-setup] Apr 15 03:27:34.503 INFO E| Downloaded serde_derive v1.0.193 |
| 2879 | 2025-04-15T03:27:35.896Z | [ helios-setup] Apr 15 03:27:34.508 INFO E| Downloaded ryu v1.0.15 |
| 2880 | 2025-04-15T03:27:35.902Z | [ helios-setup] Apr 15 03:27:34.514 INFO E| Downloaded serde v1.0.193 |
| 2881 | 2025-04-15T03:27:35.907Z | [ helios-setup] Apr 15 03:27:34.519 INFO E| Downloaded proc-macro2 v1.0.66 |
| 2882 | 2025-04-15T03:27:35.912Z | [ helios-setup] Apr 15 03:27:34.524 INFO E| Downloaded typenum v1.16.0 |
| 2883 | 2025-04-15T03:27:35.916Z | [ helios-setup] Apr 15 03:27:34.528 INFO E| Downloaded sha-1 v0.9.8 |
| 2884 | 2025-04-15T03:27:35.919Z | [ helios-setup] Apr 15 03:27:34.531 INFO E| Downloaded serde_json v1.0.103 |
| 2885 | 2025-04-15T03:27:35.937Z | [ helios-setup] Apr 15 03:27:34.549 INFO E| Downloaded bitflags v2.3.3 |
| 2886 | 2025-04-15T03:27:35.942Z | [ helios-setup] Apr 15 03:27:34.553 INFO E| Downloaded tempfile v3.7.0 |
| 2887 | 2025-04-15T03:27:35.946Z | [ helios-setup] Apr 15 03:27:34.557 INFO E| Downloaded quote v1.0.31 |
| 2888 | 2025-04-15T03:27:35.950Z | [ helios-setup] Apr 15 03:27:34.562 INFO E| Downloaded md-5 v0.9.1 |
| 2889 | 2025-04-15T03:27:35.979Z | [ helios-setup] Apr 15 03:27:34.591 INFO E| Downloaded syn v2.0.32 |
| 2890 | 2025-04-15T03:27:35.996Z | [ helios-setup] Apr 15 03:27:34.608 INFO E| Downloaded rustix v0.38.4 |
| 2891 | 2025-04-15T03:27:36.082Z | [ helios-setup] Apr 15 03:27:34.693 INFO E| Downloaded libc v0.2.147 |
| 2892 | 2025-04-15T03:27:36.233Z | [ host-package] Compiling ref-cast v1.0.23 |
| 2893 | 2025-04-15T03:27:36.275Z | [ helios-setup] Apr 15 03:27:34.885 INFO E| Compiling libc v0.2.147 |
| 2894 | 2025-04-15T03:27:36.275Z | [ helios-setup] Apr 15 03:27:34.885 INFO E| Compiling proc-macro2 v1.0.66 |
| 2895 | 2025-04-15T03:27:36.275Z | [ helios-setup] Apr 15 03:27:34.885 INFO E| Compiling unicode-ident v1.0.11 |
| 2896 | 2025-04-15T03:27:36.280Z | [ helios-setup] Apr 15 03:27:34.885 INFO E| Compiling cfg-if v1.0.0 |
| 2897 | 2025-04-15T03:27:36.280Z | [ helios-setup] Apr 15 03:27:34.885 INFO E| Compiling typenum v1.16.0 |
| 2898 | 2025-04-15T03:27:36.280Z | [ helios-setup] Apr 15 03:27:34.885 INFO E| Compiling version_check v0.9.4 |
| 2899 | 2025-04-15T03:27:36.280Z | [ helios-setup] Apr 15 03:27:34.886 INFO E| Compiling serde v1.0.193 |
| 2900 | 2025-04-15T03:27:36.545Z | [ helios-setup] Apr 15 03:27:35.156 INFO E| Compiling itoa v1.0.9 |
| 2901 | 2025-04-15T03:27:36.878Z | [ helios-setup] Apr 15 03:27:35.489 INFO E| Compiling time-core v0.1.2 |
| 2902 | 2025-04-15T03:27:37.002Z | [ helios-setup] Apr 15 03:27:35.609 INFO E| Compiling num-conv v0.1.0 |
| 2903 | 2025-04-15T03:27:37.038Z | [ helios-setup] Apr 15 03:27:35.649 INFO E| Compiling slog v2.7.0 |
| 2904 | 2025-04-15T03:27:37.111Z | [ helios-setup] Apr 15 03:27:35.722 INFO E| Compiling rustix v0.38.4 |
| 2905 | 2025-04-15T03:27:37.149Z | [ host-package] Compiling crc8 v0.1.1 |
| 2906 | 2025-04-15T03:27:37.623Z | [ host-package] Compiling rustc-hash v2.1.1 |
| 2907 | 2025-04-15T03:27:37.628Z | [ helios-setup] Apr 15 03:27:36.238 INFO E| Compiling powerfmt v0.2.0 |
| 2908 | 2025-04-15T03:27:37.758Z | [ helios-setup] Apr 15 03:27:36.369 INFO E| Compiling time-macros v0.2.18 |
| 2909 | 2025-04-15T03:27:37.780Z | [ helios-setup] Apr 15 03:27:36.391 INFO E| Compiling generic-array v0.14.7 |
| 2910 | 2025-04-15T03:27:37.864Z | [ host-package] Compiling opaque-debug v0.3.1 |
| 2911 | 2025-04-15T03:27:38.294Z | [ helios-setup] Apr 15 03:27:36.905 INFO E| Compiling deranged v0.3.11 |
| 2912 | 2025-04-15T03:27:38.300Z | [ helios-setup] Apr 15 03:27:36.911 INFO E| Compiling bitflags v2.3.3 |
| 2913 | 2025-04-15T03:27:38.393Z | [ host-package] Compiling poly1305 v0.8.0 |
| 2914 | 2025-04-15T03:27:38.633Z | [ helios-setup] Apr 15 03:27:37.245 INFO E| Compiling once_cell v1.18.0 |
| 2915 | 2025-04-15T03:27:39.080Z | [ helios-setup] Apr 15 03:27:37.691 INFO E| Compiling num_threads v0.1.6 |
| 2916 | 2025-04-15T03:27:39.395Z | [ helios-setup] Apr 15 03:27:38.006 INFO E| Compiling thread_local v1.1.7 |
| 2917 | 2025-04-15T03:27:39.543Z | [ helios-setup] Apr 15 03:27:38.154 INFO E| Compiling serde_json v1.0.103 |
| 2918 | 2025-04-15T03:27:39.849Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
| 2919 | 2025-04-15T03:27:40.406Z | [ helios-setup] Apr 15 03:27:39.017 INFO E| Compiling quote v1.0.31 |
| 2920 | 2025-04-15T03:27:40.409Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2921 | 2025-04-15T03:27:40.588Z | [ helios-setup] Apr 15 03:27:39.199 INFO E| Compiling dirs-sys-next v0.1.2 |
| 2922 | 2025-04-15T03:27:40.684Z | [ helios-setup] Apr 15 03:27:39.295 INFO E| Compiling errno v0.3.1 |
| 2923 | 2025-04-15T03:27:40.771Z | [ helios-setup] Apr 15 03:27:39.382 INFO E| Compiling atty v0.2.14 |
| 2924 | 2025-04-15T03:27:40.789Z | [ helios-setup] Apr 15 03:27:39.400 INFO E| Compiling anyhow v1.0.72 |
| 2925 | 2025-04-15T03:27:40.975Z | [ helios-setup] Apr 15 03:27:39.586 INFO E| Compiling dirs-next v2.0.0 |
| 2926 | 2025-04-15T03:27:41.199Z | [ helios-setup] Apr 15 03:27:39.810 INFO E| Compiling syn v2.0.32 |
| 2927 | 2025-04-15T03:27:41.431Z | [ helios-setup] Apr 15 03:27:40.042 INFO E| Compiling term v0.7.0 |
| 2928 | 2025-04-15T03:27:41.521Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
| 2929 | 2025-04-15T03:27:41.651Z | [ helios-setup] Apr 15 03:27:40.262 INFO E| Compiling fastrand v2.0.0 |
| 2930 | 2025-04-15T03:27:41.849Z | [ helios-setup] Apr 15 03:27:40.460 INFO E| Compiling opaque-debug v0.3.0 |
| 2931 | 2025-04-15T03:27:42.030Z | [ helios-setup] Apr 15 03:27:40.641 INFO E| Compiling getrandom v0.2.10 |
| 2932 | 2025-04-15T03:27:42.441Z | [ helios-setup] Apr 15 03:27:41.051 INFO E| Compiling block-buffer v0.9.0 |
| 2933 | 2025-04-15T03:27:42.770Z | [ helios-setup] Apr 15 03:27:41.381 INFO E| Compiling digest v0.9.0 |
| 2934 | 2025-04-15T03:27:42.869Z | [ helios-setup] Apr 15 03:27:41.451 INFO E| Compiling unicode-width v0.1.10 |
| 2935 | 2025-04-15T03:27:42.972Z | [ helios-setup] Apr 15 03:27:41.582 INFO E| Compiling same-file v1.0.6 |
| 2936 | 2025-04-15T03:27:43.145Z | [ helios-setup] Apr 15 03:27:41.755 INFO E| Compiling cpufeatures v0.2.9 |
| 2937 | 2025-04-15T03:27:43.172Z | [ helios-setup] Apr 15 03:27:41.783 INFO E| Compiling ryu v1.0.15 |
| 2938 | 2025-04-15T03:27:43.205Z | [ helios-setup] Apr 15 03:27:41.814 INFO E| Compiling getopts v0.2.21 |
| 2939 | 2025-04-15T03:27:43.258Z | [ helios-setup] Apr 15 03:27:41.869 INFO E| Compiling sha-1 v0.9.8 |
| 2940 | 2025-04-15T03:27:43.567Z | [ helios-setup] Apr 15 03:27:42.177 INFO E| Compiling time v0.3.36 |
| 2941 | 2025-04-15T03:27:43.605Z | [ helios-setup] Apr 15 03:27:42.216 INFO E| Compiling walkdir v2.3.3 |
| 2942 | 2025-04-15T03:27:43.945Z | [ helios-setup] Apr 15 03:27:42.556 INFO E| Compiling md-5 v0.9.1 |
| 2943 | 2025-04-15T03:27:44.277Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2944 | 2025-04-15T03:27:44.650Z | [ helios-setup] Apr 15 03:27:43.261 INFO E| Compiling tempfile v3.7.0 |
| 2945 | 2025-04-15T03:27:44.650Z | [ helios-setup] Apr 15 03:27:43.261 INFO E| Compiling libdevinfo-sys v1.0.0 |
| 2946 | 2025-04-15T03:27:44.899Z | [ helios-setup] Apr 15 03:27:43.510 INFO E| Compiling glob v0.3.1 |
| 2947 | 2025-04-15T03:27:45.351Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2948 | 2025-04-15T03:27:45.922Z | [ host-package] Compiling derive_builder_core v0.20.2 |
| 2949 | 2025-04-15T03:27:47.182Z | [ helios-setup] Apr 15 03:27:45.792 INFO E| Compiling slog-term v2.9.0 |
| 2950 | 2025-04-15T03:27:47.614Z | [ helios-setup] Apr 15 03:27:46.225 INFO E| Compiling serde_derive v1.0.193 |
| 2951 | 2025-04-15T03:27:48.766Z | [ host-package] Compiling chacha20 v0.9.1 |
| 2952 | 2025-04-15T03:27:49.477Z | [ host-package] Compiling headers-core v0.3.0 |
| 2953 | 2025-04-15T03:27:49.776Z | [ host-package] Compiling aead v0.5.2 |
| 2954 | 2025-04-15T03:27:50.440Z | [ host-package] Compiling libxml v0.3.3 |
| 2955 | 2025-04-15T03:27:50.970Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
| 2956 | 2025-04-15T03:27:52.469Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
| 2957 | 2025-04-15T03:27:52.683Z | [ host-package] Compiling arc-swap v1.7.1 |
| 2958 | 2025-04-15T03:27:53.483Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2959 | 2025-04-15T03:27:53.656Z | [ host-package] Compiling vte v0.11.1 |
| 2960 | 2025-04-15T03:27:53.994Z | [ host-package] Compiling slog-scope v4.4.0 |
| 2961 | 2025-04-15T03:27:54.514Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
| 2962 | 2025-04-15T03:27:54.833Z | [ host-package] Compiling headers v0.4.0 |
| 2963 | 2025-04-15T03:27:55.243Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
| 2964 | 2025-04-15T03:27:55.459Z | [ host-package] Compiling chrono-tz v0.10.3 |
| 2965 | 2025-04-15T03:27:56.264Z | [ host-package] Compiling vsss-rs v3.3.4 |
| 2966 | 2025-04-15T03:27:56.313Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2967 | 2025-04-15T03:27:56.402Z | [ host-package] Compiling samael v0.0.18 |
| 2968 | 2025-04-15T03:27:58.253Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2969 | 2025-04-15T03:27:58.855Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2970 | 2025-04-15T03:28:00.013Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2971 | 2025-04-15T03:28:00.219Z | [ helios-setup] Apr 15 03:27:58.828 INFO E| Compiling toml v0.5.11 |
| 2972 | 2025-04-15T03:28:00.219Z | [ helios-setup] Apr 15 03:27:58.828 INFO E| Compiling uuid v0.8.2 |
| 2973 | 2025-04-15T03:28:00.647Z | [ host-package] Compiling strum_macros v0.24.3 |
| 2974 | 2025-04-15T03:28:01.594Z | [ host-package] Compiling unicase v2.7.0 |
| 2975 | 2025-04-15T03:28:01.833Z | [ host-package] Compiling polar-core v0.27.3 |
| 2976 | 2025-04-15T03:28:02.258Z | [ host-package] Compiling indoc v1.0.9 |
| 2977 | 2025-04-15T03:28:02.403Z | [ helios-setup] Apr 15 03:28:01.012 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
| 2978 | 2025-04-15T03:28:03.867Z | [ helios-setup] Apr 15 03:28:02.474 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
| 2979 | 2025-04-15T03:28:04.509Z | [ host-package] Compiling derive_builder v0.20.2 |
| 2980 | 2025-04-15T03:28:05.827Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
| 2981 | 2025-04-15T03:28:08.904Z | [ host-package] Compiling slog-stdlog v4.1.1 |
| 2982 | 2025-04-15T03:28:10.621Z | [ host-package] Compiling papergrid v0.11.0 |
| 2983 | 2025-04-15T03:28:11.907Z | [ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2984 | 2025-04-15T03:28:15.041Z | [ helios-setup] Apr 15 03:28:13.649 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.00s |
| 2985 | 2025-04-15T03:28:15.077Z | [ helios-setup] Apr 15 03:28:13.683 INFO building project "image-builder" ok (40 seconds) |
| 2986 | 2025-04-15T03:28:15.077Z | [ helios-setup] Apr 15 03:28:13.683 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot" |
| 2987 | 2025-04-15T03:28:15.092Z | [ helios-setup] Apr 15 03:28:13.699 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.86.0-x86_64-unknown-illumos (default)" |
| 2988 | 2025-04-15T03:28:15.092Z | [ helios-setup] Apr 15 03:28:13.699 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
| 2989 | 2025-04-15T03:28:15.095Z | [ helios-setup] Apr 15 03:28:13.699 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
| 2990 | 2025-04-15T03:28:15.358Z | [ helios-setup] Apr 15 03:28:13.965 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 2991 | 2025-04-15T03:28:16.308Z | [ helios-setup] Apr 15 03:28:14.915 INFO E| From https://github.com/oxidecomputer/progenitor |
| 2992 | 2025-04-15T03:28:16.308Z | [ helios-setup] Apr 15 03:28:14.915 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
| 2993 | 2025-04-15T03:28:16.418Z | [ helios-setup] Apr 15 03:28:15.025 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
| 2994 | 2025-04-15T03:28:16.903Z | [ helios-setup] Apr 15 03:28:15.510 INFO E| From https://github.com/jclulow/hiercmd |
| 2995 | 2025-04-15T03:28:16.903Z | [ helios-setup] Apr 15 03:28:15.510 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
| 2996 | 2025-04-15T03:28:16.926Z | [ helios-setup] Apr 15 03:28:15.533 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
| 2997 | 2025-04-15T03:28:17.377Z | [ helios-setup] Apr 15 03:28:15.984 INFO E| From https://github.com/jclulow/network-interface |
| 2998 | 2025-04-15T03:28:17.377Z | [ helios-setup] Apr 15 03:28:15.984 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
| 2999 | 2025-04-15T03:28:17.402Z | [ helios-setup] Apr 15 03:28:16.008 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
| 3000 | 2025-04-15T03:28:17.986Z | [ helios-setup] Apr 15 03:28:16.593 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
| 3001 | 2025-04-15T03:28:17.986Z | [ helios-setup] Apr 15 03:28:16.593 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
| 3002 | 2025-04-15T03:28:18.025Z | [ helios-setup] Apr 15 03:28:16.630 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
| 3003 | 2025-04-15T03:28:18.702Z | [ helios-setup] Apr 15 03:28:17.307 INFO E| From https://github.com/oxidecomputer/facade |
| 3004 | 2025-04-15T03:28:18.702Z | [ helios-setup] Apr 15 03:28:17.307 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
| 3005 | 2025-04-15T03:28:18.747Z | [ helios-setup] Apr 15 03:28:17.353 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
| 3006 | 2025-04-15T03:28:19.678Z | [ helios-setup] Apr 15 03:28:18.284 INFO E| From https://github.com/oxidecomputer/dropshot |
| 3007 | 2025-04-15T03:28:19.678Z | [ helios-setup] Apr 15 03:28:18.284 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
| 3008 | 2025-04-15T03:28:19.722Z | [ helios-setup] Apr 15 03:28:18.329 INFO E| Updating crates.io index |
| 3009 | 2025-04-15T03:28:19.971Z | [ helios-setup] Apr 15 03:28:18.576 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
| 3010 | 2025-04-15T03:28:20.352Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3011 | 2025-04-15T03:28:20.760Z | [ host-package] Compiling tabled_derive v0.7.0 |
| 3012 | 2025-04-15T03:28:21.002Z | [ host-package] Compiling fd-lock v4.0.2 |
| 3013 | 2025-04-15T03:28:21.134Z | [ helios-setup] Apr 15 03:28:19.741 INFO E| From https://github.com/oxidecomputer/typify |
| 3014 | 2025-04-15T03:28:21.135Z | [ helios-setup] Apr 15 03:28:19.741 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
| 3015 | 2025-04-15T03:28:21.298Z | [ host-package] Compiling peg-macros v0.8.5 |
| 3016 | 2025-04-15T03:28:21.520Z | [ helios-setup] Apr 15 03:28:20.126 INFO E| Downloading crates ... |
| 3017 | 2025-04-15T03:28:21.683Z | [ helios-setup] Apr 15 03:28:20.289 INFO E| Downloaded async-stream-impl v0.3.5 |
| 3018 | 2025-04-15T03:28:21.686Z | [ helios-setup] Apr 15 03:28:20.293 INFO E| Downloaded const-random-macro v0.1.15 |
| 3019 | 2025-04-15T03:28:21.689Z | [ helios-setup] Apr 15 03:28:20.295 INFO E| Downloaded concolor-override v1.0.0 |
| 3020 | 2025-04-15T03:28:21.693Z | [ helios-setup] Apr 15 03:28:20.300 INFO E| Downloaded ahash v0.7.6 |
| 3021 | 2025-04-15T03:28:21.707Z | [ helios-setup] Apr 15 03:28:20.313 INFO E| Downloaded const-random v0.1.15 |
| 3022 | 2025-04-15T03:28:21.712Z | [ helios-setup] Apr 15 03:28:20.318 INFO E| Downloaded project-root v0.2.2 |
| 3023 | 2025-04-15T03:28:21.715Z | [ helios-setup] Apr 15 03:28:20.320 INFO E| Downloaded serde_spanned v0.6.1 |
| 3024 | 2025-04-15T03:28:21.720Z | [ helios-setup] Apr 15 03:28:20.327 INFO E| Downloaded dyn-clone v1.0.11 |
| 3025 | 2025-04-15T03:28:21.724Z | [ helios-setup] Apr 15 03:28:20.330 INFO E| Downloaded built v0.6.0 |
| 3026 | 2025-04-15T03:28:21.734Z | [ helios-setup] Apr 15 03:28:20.333 INFO E| Downloaded proc-macro-crate v1.2.1 |
| 3027 | 2025-04-15T03:28:21.734Z | [ helios-setup] Apr 15 03:28:20.335 INFO E| Downloaded httpdate v1.0.2 |
| 3028 | 2025-04-15T03:28:21.734Z | [ helios-setup] Apr 15 03:28:20.338 INFO E| Downloaded crossbeam-deque v0.8.2 |
| 3029 | 2025-04-15T03:28:21.739Z | [ helios-setup] Apr 15 03:28:20.341 INFO E| Downloaded concolor-query v0.3.3 |
| 3030 | 2025-04-15T03:28:21.742Z | [ helios-setup] Apr 15 03:28:20.346 INFO E| Downloaded iana-time-zone v0.1.56 |
| 3031 | 2025-04-15T03:28:21.745Z | [ helios-setup] Apr 15 03:28:20.350 INFO E| Downloaded percent-encoding v2.2.0 |
| 3032 | 2025-04-15T03:28:21.746Z | [ helios-setup] Apr 15 03:28:20.352 INFO E| Downloaded itoa v1.0.6 |
| 3033 | 2025-04-15T03:28:21.749Z | [ helios-setup] Apr 15 03:28:20.354 INFO E| Downloaded futures-macro v0.3.28 |
| 3034 | 2025-04-15T03:28:21.752Z | [ helios-setup] Apr 15 03:28:20.357 INFO E| Downloaded futures-io v0.3.28 |
| 3035 | 2025-04-15T03:28:21.755Z | [ helios-setup] Apr 15 03:28:20.359 INFO E| Downloaded try-lock v0.2.4 |
| 3036 | 2025-04-15T03:28:21.755Z | [ helios-setup] Apr 15 03:28:20.361 INFO E| Downloaded ppv-lite86 v0.2.17 |
| 3037 | 2025-04-15T03:28:21.759Z | [ helios-setup] Apr 15 03:28:20.363 INFO E| Downloaded byteorder v1.4.3 |
| 3038 | 2025-04-15T03:28:21.764Z | [ helios-setup] Apr 15 03:28:20.367 INFO E| Downloaded tower-service v0.3.2 |
| 3039 | 2025-04-15T03:28:21.768Z | [ helios-setup] Apr 15 03:28:20.369 INFO E| Downloaded toolchain_find v0.2.0 |
| 3040 | 2025-04-15T03:28:21.768Z | [ helios-setup] Apr 15 03:28:20.371 INFO E| Downloaded paste v1.0.12 |
| 3041 | 2025-04-15T03:28:21.771Z | [ helios-setup] Apr 15 03:28:20.376 INFO E| Downloaded memoffset v0.7.1 |
| 3042 | 2025-04-15T03:28:21.833Z | [ helios-setup] Apr 15 03:28:20.439 INFO E| Downloaded want v0.3.0 |
| 3043 | 2025-04-15T03:28:21.836Z | [ helios-setup] Apr 15 03:28:20.442 INFO E| Downloaded sha1 v0.10.5 |
| 3044 | 2025-04-15T03:28:21.839Z | [ helios-setup] Apr 15 03:28:20.444 INFO E| Downloaded serde_tokenstream v0.2.0 |
| 3045 | 2025-04-15T03:28:21.844Z | [ helios-setup] Apr 15 03:28:20.450 INFO E| Downloaded futures-channel v0.3.28 |
| 3046 | 2025-04-15T03:28:21.847Z | [ helios-setup] Apr 15 03:28:20.453 INFO E| Downloaded strsim v0.10.0 |
| 3047 | 2025-04-15T03:28:21.850Z | [ helios-setup] Apr 15 03:28:20.457 INFO E| Downloaded getrandom v0.2.8 |
| 3048 | 2025-04-15T03:28:21.855Z | [ helios-setup] Apr 15 03:28:20.461 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
| 3049 | 2025-04-15T03:28:21.858Z | [ helios-setup] Apr 15 03:28:20.464 INFO E| Downloaded scopeguard v1.1.0 |
| 3050 | 2025-04-15T03:28:21.862Z | [ helios-setup] Apr 15 03:28:20.467 INFO E| Downloaded semver v0.11.0 |
| 3051 | 2025-04-15T03:28:21.865Z | [ helios-setup] Apr 15 03:28:20.470 INFO E| Downloaded tokio-macros v2.0.0 |
| 3052 | 2025-04-15T03:28:21.868Z | [ helios-setup] Apr 15 03:28:20.473 INFO E| Downloaded slab v0.4.7 |
| 3053 | 2025-04-15T03:28:21.872Z | [ helios-setup] Apr 15 03:28:20.475 INFO E| Downloaded quote v1.0.36 |
| 3054 | 2025-04-15T03:28:21.875Z | [ helios-setup] Apr 15 03:28:20.481 INFO E| Downloaded utf8parse v0.2.1 |
| 3055 | 2025-04-15T03:28:21.878Z | [ helios-setup] Apr 15 03:28:20.483 INFO E| Downloaded semver-parser v0.10.2 |
| 3056 | 2025-04-15T03:28:21.881Z | [ helios-setup] Apr 15 03:28:20.486 INFO E| Downloaded thiserror-impl v1.0.38 |
| 3057 | 2025-04-15T03:28:21.885Z | [ helios-setup] Apr 15 03:28:20.490 INFO E| Downloaded serde_derive_internals v0.26.0 |
| 3058 | 2025-04-15T03:28:21.888Z | [ helios-setup] Apr 15 03:28:20.493 INFO E| Downloaded anyhow v1.0.68 |
| 3059 | 2025-04-15T03:28:21.899Z | [ helios-setup] Apr 15 03:28:20.505 INFO E| Downloaded toml_datetime v0.6.1 |
| 3060 | 2025-04-15T03:28:21.902Z | [ helios-setup] Apr 15 03:28:20.508 INFO E| Downloaded sha2 v0.10.6 |
| 3061 | 2025-04-15T03:28:21.907Z | [ helios-setup] Apr 15 03:28:20.513 INFO E| Downloaded sct v0.7.0 |
| 3062 | 2025-04-15T03:28:21.913Z | [ helios-setup] Apr 15 03:28:20.520 INFO E| Downloaded tokio-rustls v0.24.0 |
| 3063 | 2025-04-15T03:28:21.917Z | [ helios-setup] Apr 15 03:28:20.523 INFO E| Downloaded slog-bunyan v2.4.0 |
| 3064 | 2025-04-15T03:28:21.922Z | [ helios-setup] Apr 15 03:28:20.526 INFO E| Downloaded proc-macro2 v1.0.86 |
| 3065 | 2025-04-15T03:28:21.925Z | [ helios-setup] Apr 15 03:28:20.531 INFO E| Downloaded bytes v1.4.0 |
| 3066 | 2025-04-15T03:28:21.932Z | [ helios-setup] Apr 15 03:28:20.538 INFO E| Downloaded semver v1.0.17 |
| 3067 | 2025-04-15T03:28:21.936Z | [ helios-setup] Apr 15 03:28:20.543 INFO E| Downloaded unicode-ident v1.0.8 |
| 3068 | 2025-04-15T03:28:21.942Z | [ helios-setup] Apr 15 03:28:20.548 INFO E| Downloaded ryu v1.0.13 |
| 3069 | 2025-04-15T03:28:21.948Z | [ helios-setup] Apr 15 03:28:20.554 INFO E| Downloaded uuid v1.3.0 |
| 3070 | 2025-04-15T03:28:21.955Z | [ helios-setup] Apr 15 03:28:20.561 INFO E| Downloaded tungstenite v0.18.0 |
| 3071 | 2025-04-15T03:28:21.960Z | [ helios-setup] Apr 15 03:28:20.566 INFO E| Downloaded textwrap v0.16.0 |
| 3072 | 2025-04-15T03:28:21.964Z | [ helios-setup] Apr 15 03:28:20.571 INFO E| Downloaded unsafe-libyaml v0.2.8 |
| 3073 | 2025-04-15T03:28:21.969Z | [ helios-setup] Apr 15 03:28:20.576 INFO E| Downloaded schemars v0.8.12 |
| 3074 | 2025-04-15T03:28:21.986Z | [ helios-setup] Apr 15 03:28:20.590 INFO E| Downloaded serde_derive v1.0.204 |
| 3075 | 2025-04-15T03:28:21.989Z | [ helios-setup] Apr 15 03:28:20.595 INFO E| Downloaded serde v1.0.204 |
| 3076 | 2025-04-15T03:28:21.994Z | [ helios-setup] Apr 15 03:28:20.600 INFO E| Downloaded serde_json v1.0.95 |
| 3077 | 2025-04-15T03:28:22.004Z | [ helios-setup] Apr 15 03:28:20.610 INFO E| Downloaded rustls-webpki v0.100.1 |
| 3078 | 2025-04-15T03:28:22.012Z | [ helios-setup] Apr 15 03:28:20.618 INFO E| Downloaded unicode-normalization v0.1.22 |
| 3079 | 2025-04-15T03:28:22.017Z | [ helios-setup] Apr 15 03:28:20.623 INFO E| Downloaded toml_edit v0.19.8 |
| 3080 | 2025-04-15T03:28:22.056Z | [ helios-setup] Apr 15 03:28:20.662 INFO E| Downloaded tokio-util v0.7.7 |
| 3081 | 2025-04-15T03:28:22.065Z | [ helios-setup] Apr 15 03:28:20.670 INFO E| Downloaded winnow v0.4.1 |
| 3082 | 2025-04-15T03:28:22.091Z | [ helios-setup] Apr 15 03:28:20.697 INFO E| Downloaded clap_builder v4.2.1 |
| 3083 | 2025-04-15T03:28:22.102Z | [ helios-setup] Apr 15 03:28:20.708 INFO E| Downloaded reqwest v0.11.16 |
| 3084 | 2025-04-15T03:28:22.115Z | [ helios-setup] Apr 15 03:28:20.721 INFO E| Downloaded pest v2.5.7 |
| 3085 | 2025-04-15T03:28:22.139Z | [ helios-setup] Apr 15 03:28:20.745 INFO E| Downloaded rayon v1.6.1 |
| 3086 | 2025-04-15T03:28:22.154Z | [ helios-setup] Apr 15 03:28:20.760 INFO E| Downloaded syn v1.0.107 |
| 3087 | 2025-04-15T03:28:22.171Z | [ helios-setup] Apr 15 03:28:20.777 INFO E| Downloaded syn v2.0.72 |
| 3088 | 2025-04-15T03:28:22.190Z | [ helios-setup] Apr 15 03:28:20.795 INFO E| Downloaded hyper v0.14.25 |
| 3089 | 2025-04-15T03:28:22.203Z | [ helios-setup] Apr 15 03:28:20.808 INFO E| Downloaded git2 v0.16.1 |
| 3090 | 2025-04-15T03:28:22.215Z | [ helios-setup] Apr 15 03:28:20.821 INFO E| Downloaded chrono v0.4.24 |
| 3091 | 2025-04-15T03:28:22.231Z | [ helios-setup] Apr 15 03:28:20.837 INFO E| Downloaded regress v0.5.0 |
| 3092 | 2025-04-15T03:28:22.242Z | [ helios-setup] Apr 15 03:28:20.848 INFO E| Downloaded regex v1.7.3 |
| 3093 | 2025-04-15T03:28:22.254Z | [ helios-setup] Apr 15 03:28:20.860 INFO E| Downloaded h2 v0.3.16 |
| 3094 | 2025-04-15T03:28:22.266Z | [ helios-setup] Apr 15 03:28:20.870 INFO E| Downloaded rustls v0.21.0 |
| 3095 | 2025-04-15T03:28:22.280Z | [ helios-setup] Apr 15 03:28:20.886 INFO E| Downloaded rustix v0.37.3 |
| 3096 | 2025-04-15T03:28:22.312Z | [ helios-setup] Apr 15 03:28:20.918 INFO E| Downloaded rhai v1.14.0 |
| 3097 | 2025-04-15T03:28:22.334Z | [ helios-setup] Apr 15 03:28:20.940 INFO E| Downloaded idna v0.3.0 |
| 3098 | 2025-04-15T03:28:22.346Z | [ helios-setup] Apr 15 03:28:20.952 INFO E| Downloaded futures-util v0.3.28 |
| 3099 | 2025-04-15T03:28:22.368Z | [ helios-setup] Apr 15 03:28:20.974 INFO E| Downloaded aho-corasick v0.7.20 |
| 3100 | 2025-04-15T03:28:22.375Z | [ helios-setup] Apr 15 03:28:20.981 INFO E| Downloaded openapiv3 v1.0.2 |
| 3101 | 2025-04-15T03:28:22.398Z | [ helios-setup] Apr 15 03:28:21.004 INFO E| Downloaded mio v0.8.5 |
| 3102 | 2025-04-15T03:28:22.424Z | [ helios-setup] Apr 15 03:28:21.030 INFO E| Downloaded http v0.2.9 |
| 3103 | 2025-04-15T03:28:22.430Z | [ helios-setup] Apr 15 03:28:21.036 INFO E| Downloaded url v2.3.1 |
| 3104 | 2025-04-15T03:28:22.434Z | [ helios-setup] Apr 15 03:28:21.041 INFO E| Downloaded unicode-linebreak v0.1.4 |
| 3105 | 2025-04-15T03:28:22.438Z | [ helios-setup] Apr 15 03:28:21.044 INFO E| Downloaded tracing-core v0.1.30 |
| 3106 | 2025-04-15T03:28:22.442Z | [ helios-setup] Apr 15 03:28:21.048 INFO E| Downloaded tracing v0.1.37 |
| 3107 | 2025-04-15T03:28:22.449Z | [ helios-setup] Apr 15 03:28:21.055 INFO E| Downloaded rayon-core v1.10.2 |
| 3108 | 2025-04-15T03:28:22.455Z | [ helios-setup] Apr 15 03:28:21.061 INFO E| Downloaded crossbeam-channel v0.5.6 |
| 3109 | 2025-04-15T03:28:22.464Z | [ helios-setup] Apr 15 03:28:21.069 INFO E| Downloaded serde_yaml v0.9.21 |
| 3110 | 2025-04-15T03:28:22.469Z | [ helios-setup] Apr 15 03:28:21.075 INFO E| Downloaded tokio v1.27.0 |
| 3111 | 2025-04-15T03:28:22.523Z | [ helios-setup] Apr 15 03:28:21.129 INFO E| Downloaded toml v0.7.3 |
| 3112 | 2025-04-15T03:28:22.527Z | [ helios-setup] Apr 15 03:28:21.134 INFO E| Downloaded unicode-bidi v0.3.13 |
| 3113 | 2025-04-15T03:28:22.531Z | [ helios-setup] Apr 15 03:28:21.138 INFO E| Downloaded tokio-tungstenite v0.18.0 |
| 3114 | 2025-04-15T03:28:22.535Z | [ helios-setup] Apr 15 03:28:21.141 INFO E| Downloaded memchr v2.5.0 |
| 3115 | 2025-04-15T03:28:22.542Z | [ helios-setup] Apr 15 03:28:21.148 INFO E| Downloaded tinyvec v1.6.0 |
| 3116 | 2025-04-15T03:28:22.547Z | [ helios-setup] Apr 15 03:28:21.154 INFO E| Downloaded ucd-trie v0.1.5 |
| 3117 | 2025-04-15T03:28:22.551Z | [ helios-setup] Apr 15 03:28:21.156 INFO E| Downloaded cc v1.0.78 |
| 3118 | 2025-04-15T03:28:22.554Z | [ helios-setup] Apr 15 03:28:21.160 INFO E| Downloaded base64 v0.21.0 |
| 3119 | 2025-04-15T03:28:22.560Z | [ helios-setup] Apr 15 03:28:21.167 INFO E| Downloaded parking_lot v0.12.1 |
| 3120 | 2025-04-15T03:28:22.564Z | [ helios-setup] Apr 15 03:28:21.171 INFO E| Downloaded libc v0.2.139 |
| 3121 | 2025-04-15T03:28:22.604Z | [ helios-setup] Apr 15 03:28:21.210 INFO E| Downloaded crossbeam-utils v0.8.14 |
| 3122 | 2025-04-15T03:28:22.609Z | [ helios-setup] Apr 15 03:28:21.215 INFO E| Downloaded crossbeam-epoch v0.9.13 |
| 3123 | 2025-04-15T03:28:22.613Z | [ helios-setup] Apr 15 03:28:21.219 INFO E| Downloaded clap v4.2.1 |
| 3124 | 2025-04-15T03:28:22.627Z | [ helios-setup] Apr 15 03:28:21.233 INFO E| Downloaded num-traits v0.2.15 |
| 3125 | 2025-04-15T03:28:22.631Z | [ helios-setup] Apr 15 03:28:21.238 INFO E| Downloaded futures v0.3.28 |
| 3126 | 2025-04-15T03:28:22.640Z | [ helios-setup] Apr 15 03:28:21.246 INFO E| Downloaded ahash v0.8.3 |
| 3127 | 2025-04-15T03:28:22.644Z | [ helios-setup] Apr 15 03:28:21.250 INFO E| Downloaded tempfile v3.5.0 |
| 3128 | 2025-04-15T03:28:22.649Z | [ helios-setup] Apr 15 03:28:21.255 INFO E| Downloaded smawk v0.3.1 |
| 3129 | 2025-04-15T03:28:22.652Z | [ helios-setup] Apr 15 03:28:21.258 INFO E| Downloaded smartstring v1.0.1 |
| 3130 | 2025-04-15T03:28:22.655Z | [ helios-setup] Apr 15 03:28:21.260 INFO E| Downloaded smallvec v1.10.0 |
| 3131 | 2025-04-15T03:28:22.658Z | [ helios-setup] Apr 15 03:28:21.263 INFO E| Downloaded rustls-pemfile v1.0.2 |
| 3132 | 2025-04-15T03:28:22.661Z | [ helios-setup] Apr 15 03:28:21.266 INFO E| Downloaded time v0.1.45 |
| 3133 | 2025-04-15T03:28:22.661Z | [ helios-setup] Apr 15 03:28:21.268 INFO E| Downloaded socket2 v0.4.9 |
| 3134 | 2025-04-15T03:28:22.666Z | [ helios-setup] Apr 15 03:28:21.270 INFO E| Downloaded rhai_codegen v1.5.0 |
| 3135 | 2025-04-15T03:28:22.674Z | [ helios-setup] Apr 15 03:28:21.280 INFO E| Downloaded pin-project-lite v0.2.9 |
| 3136 | 2025-04-15T03:28:22.681Z | [ helios-setup] Apr 15 03:28:21.287 INFO E| Downloaded pkg-config v0.3.26 |
| 3137 | 2025-04-15T03:28:22.684Z | [ helios-setup] Apr 15 03:28:21.291 INFO E| Downloaded num_enum_derive v0.5.7 |
| 3138 | 2025-04-15T03:28:22.688Z | [ helios-setup] Apr 15 03:28:21.293 INFO E| Downloaded log v0.4.17 |
| 3139 | 2025-04-15T03:28:22.691Z | [ helios-setup] Apr 15 03:28:21.296 INFO E| Downloaded once_cell v1.17.0 |
| 3140 | 2025-04-15T03:28:22.694Z | [ helios-setup] Apr 15 03:28:21.300 INFO E| Downloaded num_cpus v1.15.0 |
| 3141 | 2025-04-15T03:28:22.698Z | [ helios-setup] Apr 15 03:28:21.305 INFO E| Downloaded num-integer v0.1.45 |
| 3142 | 2025-04-15T03:28:22.702Z | [ helios-setup] Apr 15 03:28:21.307 INFO E| Downloaded lock_api v0.4.9 |
| 3143 | 2025-04-15T03:28:22.706Z | [ helios-setup] Apr 15 03:28:21.310 INFO E| Downloaded ipnet v2.7.2 |
| 3144 | 2025-04-15T03:28:22.709Z | [ helios-setup] Apr 15 03:28:21.312 INFO E| Downloaded io-lifetimes v1.0.10 |
| 3145 | 2025-04-15T03:28:22.712Z | [ helios-setup] Apr 15 03:28:21.316 INFO E| Downloaded schemars_derive v0.8.12 |
| 3146 | 2025-04-15T03:28:22.712Z | [ helios-setup] Apr 15 03:28:21.318 INFO E| Downloaded parking_lot_core v0.9.6 |
| 3147 | 2025-04-15T03:28:22.722Z | [ helios-setup] Apr 15 03:28:21.320 INFO E| Downloaded httparse v1.8.0 |
| 3148 | 2025-04-15T03:28:22.722Z | [ helios-setup] Apr 15 03:28:21.323 INFO E| Downloaded digest v0.10.6 |
| 3149 | 2025-04-15T03:28:22.725Z | [ helios-setup] Apr 15 03:28:21.325 INFO E| Downloaded cargo-lock v8.0.3 |
| 3150 | 2025-04-15T03:28:22.725Z | [ helios-setup] Apr 15 03:28:21.329 INFO E| Downloaded slog-async v2.7.0 |
| 3151 | 2025-04-15T03:28:22.725Z | [ helios-setup] Apr 15 03:28:21.331 INFO E| Downloaded signal-hook-registry v1.4.0 |
| 3152 | 2025-04-15T03:28:22.728Z | [ helios-setup] Apr 15 03:28:21.332 INFO E| Downloaded async-trait v0.1.68 |
| 3153 | 2025-04-15T03:28:22.732Z | [ helios-setup] Apr 15 03:28:21.337 INFO E| Downloaded clap_derive v4.2.0 |
| 3154 | 2025-04-15T03:28:22.735Z | [ helios-setup] Apr 15 03:28:21.340 INFO E| Downloaded camino v1.1.4 |
| 3155 | 2025-04-15T03:28:22.738Z | [ helios-setup] Apr 15 03:28:21.342 INFO E| Downloaded bincode v1.3.3 |
| 3156 | 2025-04-15T03:28:22.741Z | [ helios-setup] Apr 15 03:28:21.345 INFO E| Downloaded thiserror v1.0.38 |
| 3157 | 2025-04-15T03:28:22.744Z | [ helios-setup] Apr 15 03:28:21.350 INFO E| Downloaded spin v0.5.2 |
| 3158 | 2025-04-15T03:28:22.747Z | [ helios-setup] Apr 15 03:28:21.352 INFO E| Downloaded serde_path_to_error v0.1.11 |
| 3159 | 2025-04-15T03:28:22.751Z | [ helios-setup] Apr 15 03:28:21.354 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
| 3160 | 2025-04-15T03:28:22.751Z | [ helios-setup] Apr 15 03:28:21.357 INFO E| Downloaded jobserver v0.1.26 |
| 3161 | 2025-04-15T03:28:22.754Z | [ helios-setup] Apr 15 03:28:21.359 INFO E| Downloaded fastrand v1.9.0 |
| 3162 | 2025-04-15T03:28:22.757Z | [ helios-setup] Apr 15 03:28:21.361 INFO E| Downloaded http-body v0.4.5 |
| 3163 | 2025-04-15T03:28:22.757Z | [ helios-setup] Apr 15 03:28:21.363 INFO E| Downloaded futures-task v0.3.28 |
| 3164 | 2025-04-15T03:28:22.760Z | [ helios-setup] Apr 15 03:28:21.364 INFO E| Downloaded futures-sink v0.3.28 |
| 3165 | 2025-04-15T03:28:22.760Z | [ helios-setup] Apr 15 03:28:21.366 INFO E| Downloaded futures-executor v0.3.28 |
| 3166 | 2025-04-15T03:28:22.763Z | [ helios-setup] Apr 15 03:28:21.367 INFO E| Downloaded futures-core v0.3.28 |
| 3167 | 2025-04-15T03:28:22.763Z | [ helios-setup] Apr 15 03:28:21.369 INFO E| Downloaded num_enum v0.5.7 |
| 3168 | 2025-04-15T03:28:22.768Z | [ helios-setup] Apr 15 03:28:21.374 INFO E| Downloaded lazy_static v1.4.0 |
| 3169 | 2025-04-15T03:28:22.771Z | [ helios-setup] Apr 15 03:28:21.376 INFO E| Downloaded is-terminal v0.4.7 |
| 3170 | 2025-04-15T03:28:22.771Z | [ helios-setup] Apr 15 03:28:21.377 INFO E| Downloaded home v0.5.4 |
| 3171 | 2025-04-15T03:28:22.774Z | [ helios-setup] Apr 15 03:28:21.378 INFO E| Downloaded either v1.8.0 |
| 3172 | 2025-04-15T03:28:22.774Z | [ helios-setup] Apr 15 03:28:21.380 INFO E| Downloaded form_urlencoded v1.1.0 |
| 3173 | 2025-04-15T03:28:22.777Z | [ helios-setup] Apr 15 03:28:21.381 INFO E| Downloaded clap_lex v0.4.1 |
| 3174 | 2025-04-15T03:28:22.777Z | [ helios-setup] Apr 15 03:28:21.382 INFO E| Downloaded anstyle v0.3.5 |
| 3175 | 2025-04-15T03:28:22.780Z | [ helios-setup] Apr 15 03:28:21.384 INFO E| Downloaded anstream v0.2.6 |
| 3176 | 2025-04-15T03:28:22.780Z | [ helios-setup] Apr 15 03:28:21.387 INFO E| Downloaded autocfg v1.1.0 |
| 3177 | 2025-04-15T03:28:22.784Z | [ helios-setup] Apr 15 03:28:21.388 INFO E| Downloaded async-stream v0.3.5 |
| 3178 | 2025-04-15T03:28:22.787Z | [ helios-setup] Apr 15 03:28:21.391 INFO E| Downloaded anstyle-parse v0.1.1 |
| 3179 | 2025-04-15T03:28:22.805Z | [ helios-setup] Apr 15 03:28:21.411 INFO E| Downloaded encoding_rs v0.8.32 |
| 3180 | 2025-04-15T03:28:22.940Z | [ helios-setup] Apr 15 03:28:21.546 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
| 3181 | 2025-04-15T03:28:23.164Z | [ helios-setup] Apr 15 03:28:21.769 INFO E| Downloaded libz-sys v1.1.8 |
| 3182 | 2025-04-15T03:28:23.303Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3183 | 2025-04-15T03:28:23.327Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
| 3184 | 2025-04-15T03:28:23.518Z | [ helios-setup] Apr 15 03:28:22.124 INFO E| Downloaded ring v0.16.20 |
| 3185 | 2025-04-15T03:28:23.952Z | [ helios-setup] Apr 15 03:28:22.558 INFO E| Compiling proc-macro2 v1.0.86 |
| 3186 | 2025-04-15T03:28:23.952Z | [ helios-setup] Apr 15 03:28:22.558 INFO E| Compiling libc v0.2.139 |
| 3187 | 2025-04-15T03:28:23.955Z | [ helios-setup] Apr 15 03:28:22.558 INFO E| Compiling unicode-ident v1.0.8 |
| 3188 | 2025-04-15T03:28:23.955Z | [ helios-setup] Apr 15 03:28:22.558 INFO E| Compiling autocfg v1.1.0 |
| 3189 | 2025-04-15T03:28:23.955Z | [ helios-setup] Apr 15 03:28:22.559 INFO E| Compiling cfg-if v1.0.0 |
| 3190 | 2025-04-15T03:28:23.955Z | [ helios-setup] Apr 15 03:28:22.559 INFO E| Compiling version_check v0.9.4 |
| 3191 | 2025-04-15T03:28:23.955Z | [ helios-setup] Apr 15 03:28:22.559 INFO E| Compiling serde v1.0.204 |
| 3192 | 2025-04-15T03:28:23.955Z | [ helios-setup] Apr 15 03:28:22.559 INFO E| Compiling syn v1.0.107 |
| 3193 | 2025-04-15T03:28:24.557Z | [ host-package] Compiling oso-derive v0.27.3 |
| 3194 | 2025-04-15T03:28:24.664Z | [ helios-setup] Apr 15 03:28:23.270 INFO E| Compiling memchr v2.5.0 |
| 3195 | 2025-04-15T03:28:25.021Z | [ helios-setup] Apr 15 03:28:23.627 INFO E| Compiling once_cell v1.17.0 |
| 3196 | 2025-04-15T03:28:25.226Z | [ host-package] Compiling quick-xml v0.37.2 |
| 3197 | 2025-04-15T03:28:25.847Z | [ helios-setup] Apr 15 03:28:24.451 INFO E| Compiling thiserror v1.0.38 |
| 3198 | 2025-04-15T03:28:25.875Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
| 3199 | 2025-04-15T03:28:26.030Z | [ helios-setup] Apr 15 03:28:24.635 INFO E| Compiling log v0.4.17 |
| 3200 | 2025-04-15T03:28:26.613Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
| 3201 | 2025-04-15T03:28:26.775Z | [ helios-setup] Apr 15 03:28:25.381 INFO E| Compiling itoa v1.0.6 |
| 3202 | 2025-04-15T03:28:26.836Z | [ helios-setup] Apr 15 03:28:25.441 INFO E| Compiling serde_json v1.0.95 |
| 3203 | 2025-04-15T03:28:27.526Z | [ host-package] Compiling peg v0.8.5 |
| 3204 | 2025-04-15T03:28:27.734Z | [ host-package] Compiling reedline v0.38.0 |
| 3205 | 2025-04-15T03:28:27.889Z | [ helios-setup] Apr 15 03:28:26.493 INFO E| Compiling getrandom v0.2.8 |
| 3206 | 2025-04-15T03:28:28.387Z | [ helios-setup] Apr 15 03:28:26.992 INFO E| Compiling quote v1.0.36 |
| 3207 | 2025-04-15T03:28:28.500Z | [ helios-setup] Apr 15 03:28:27.106 INFO E| Compiling jobserver v0.1.26 |
| 3208 | 2025-04-15T03:28:28.637Z | [ helios-setup] Apr 15 03:28:27.242 INFO E| Compiling scopeguard v1.1.0 |
| 3209 | 2025-04-15T03:28:28.725Z | [ helios-setup] Apr 15 03:28:27.331 INFO E| Compiling pin-project-lite v0.2.9 |
| 3210 | 2025-04-15T03:28:28.972Z | [ helios-setup] Apr 15 03:28:27.577 INFO E| Compiling indexmap v1.9.3 |
| 3211 | 2025-04-15T03:28:29.220Z | [ helios-setup] Apr 15 03:28:27.826 INFO E| Compiling bytes v1.4.0 |
| 3212 | 2025-04-15T03:28:29.345Z | [ helios-setup] Apr 15 03:28:27.950 INFO E| Compiling syn v2.0.72 |
| 3213 | 2025-04-15T03:28:29.422Z | [ host-package] Compiling tabled v0.15.0 |
| 3214 | 2025-04-15T03:28:29.624Z | [ helios-setup] Apr 15 03:28:28.230 INFO E| Compiling cc v1.0.78 |
| 3215 | 2025-04-15T03:28:29.712Z | [ helios-setup] Apr 15 03:28:28.318 INFO E| Compiling futures-core v0.3.28 |
| 3216 | 2025-04-15T03:28:29.999Z | [ helios-setup] Apr 15 03:28:28.604 INFO E| Compiling num-integer v0.1.45 |
| 3217 | 2025-04-15T03:28:30.145Z | [ helios-setup] Apr 15 03:28:28.751 INFO E| Compiling ryu v1.0.13 |
| 3218 | 2025-04-15T03:28:31.553Z | [ helios-setup] Apr 15 03:28:30.158 INFO E| Compiling lock_api v0.4.9 |
| 3219 | 2025-04-15T03:28:31.828Z | [ helios-setup] Apr 15 03:28:30.399 INFO E| Compiling typenum v1.16.0 |
| 3220 | 2025-04-15T03:28:31.965Z | [ helios-setup] Apr 15 03:28:30.561 INFO E| Compiling parking_lot_core v0.9.6 |
| 3221 | 2025-04-15T03:28:32.812Z | [ helios-setup] Apr 15 03:28:31.415 INFO E| Compiling bitflags v1.3.2 |
| 3222 | 2025-04-15T03:28:33.370Z | [ host-package] Compiling oso v0.27.3 |
| 3223 | 2025-04-15T03:28:33.394Z | [ helios-setup] Apr 15 03:28:31.998 INFO E| Compiling num_cpus v1.15.0 |
| 3224 | 2025-04-15T03:28:33.466Z | [ helios-setup] Apr 15 03:28:32.071 INFO E| Compiling generic-array v0.14.6 |
| 3225 | 2025-04-15T03:28:33.559Z | [ helios-setup] Apr 15 03:28:32.164 INFO E| Compiling slab v0.4.7 |
| 3226 | 2025-04-15T03:28:33.562Z | [ helios-setup] Apr 15 03:28:32.165 INFO E| Compiling futures-task v0.3.28 |
| 3227 | 2025-04-15T03:28:33.679Z | [ helios-setup] Apr 15 03:28:32.284 INFO E| Compiling futures-channel v0.3.28 |
| 3228 | 2025-04-15T03:28:33.816Z | [ helios-setup] Apr 15 03:28:32.420 INFO E| Compiling futures-sink v0.3.28 |
| 3229 | 2025-04-15T03:28:34.745Z | [ helios-setup] Apr 15 03:28:33.330 INFO E| Compiling tokio v1.27.0 |
| 3230 | 2025-04-15T03:28:35.041Z | [ helios-setup] Apr 15 03:28:33.645 INFO E| Compiling futures-util v0.3.28 |
| 3231 | 2025-04-15T03:28:36.467Z | [ helios-setup] Apr 15 03:28:35.070 INFO E| Compiling mio v0.8.5 |
| 3232 | 2025-04-15T03:28:36.586Z | [ helios-setup] Apr 15 03:28:35.191 INFO E| Compiling socket2 v0.4.9 |
| 3233 | 2025-04-15T03:28:36.586Z | [ helios-setup] Apr 15 03:28:35.191 INFO E| Compiling signal-hook-registry v1.4.0 |
| 3234 | 2025-04-15T03:28:36.590Z | [ helios-setup] Apr 15 03:28:35.193 INFO E| Compiling futures-io v0.3.28 |
| 3235 | 2025-04-15T03:28:37.452Z | [ helios-setup] Apr 15 03:28:36.057 INFO E| Compiling pin-utils v0.1.0 |
| 3236 | 2025-04-15T03:28:37.598Z | [ helios-setup] Apr 15 03:28:36.202 INFO E| Compiling schemars v0.8.12 |
| 3237 | 2025-04-15T03:28:37.945Z | [ helios-setup] Apr 15 03:28:36.550 INFO E| Compiling ahash v0.7.6 |
| 3238 | 2025-04-15T03:28:38.955Z | [ helios-setup] Apr 15 03:28:37.560 INFO E| Compiling num-traits v0.2.15 |
| 3239 | 2025-04-15T03:28:39.330Z | [ helios-setup] Apr 15 03:28:37.934 INFO E| Compiling io-lifetimes v1.0.10 |
| 3240 | 2025-04-15T03:28:39.808Z | [ helios-setup] Apr 15 03:28:38.411 INFO E| Compiling crunchy v0.2.2 |
| 3241 | 2025-04-15T03:28:39.849Z | [ helios-setup] Apr 15 03:28:38.450 INFO E| Compiling crypto-common v0.1.6 |
| 3242 | 2025-04-15T03:28:40.043Z | [ helios-setup] Apr 15 03:28:38.645 INFO E| Compiling block-buffer v0.10.3 |
| 3243 | 2025-04-15T03:28:40.649Z | [ helios-setup] Apr 15 03:28:39.253 INFO E| Compiling ahash v0.8.3 |
| 3244 | 2025-04-15T03:28:40.805Z | [ helios-setup] Apr 15 03:28:39.409 INFO E| Compiling serde_derive_internals v0.26.0 |
| 3245 | 2025-04-15T03:28:41.429Z | [ helios-setup] Apr 15 03:28:40.003 INFO E| Compiling crossbeam-utils v0.8.14 |
| 3246 | 2025-04-15T03:28:41.484Z | [ helios-setup] Apr 15 03:28:40.082 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
| 3247 | 2025-04-15T03:28:41.629Z | [ helios-setup] Apr 15 03:28:40.218 INFO E| Compiling slog v2.7.0 |
| 3248 | 2025-04-15T03:28:42.632Z | [ helios-setup] Apr 15 03:28:41.145 INFO E| Compiling tiny-keccak v2.0.2 |
| 3249 | 2025-04-15T03:28:42.973Z | [ helios-setup] Apr 15 03:28:41.470 INFO E| Compiling rustix v0.37.3 |
| 3250 | 2025-04-15T03:28:43.133Z | [ helios-setup] Apr 15 03:28:41.593 INFO E| Compiling hashbrown v0.12.3 |
| 3251 | 2025-04-15T03:28:44.229Z | [ helios-setup] Apr 15 03:28:42.829 INFO E| Compiling digest v0.10.6 |
| 3252 | 2025-04-15T03:28:45.332Z | [ helios-setup] Apr 15 03:28:43.935 INFO E| Compiling errno v0.3.1 |
| 3253 | 2025-04-15T03:28:45.511Z | [ helios-setup] Apr 15 03:28:44.114 INFO E| Compiling fnv v1.0.7 |
| 3254 | 2025-04-15T03:28:45.514Z | [ helios-setup] Apr 15 03:28:44.115 INFO E| Compiling pkg-config v0.3.26 |
| 3255 | 2025-04-15T03:28:45.853Z | [ host-package] Compiling slog-envlogger v2.2.0 |
| 3256 | 2025-04-15T03:28:45.933Z | [ helios-setup] Apr 15 03:28:44.536 INFO E| Compiling anyhow v1.0.68 |
| 3257 | 2025-04-15T03:28:46.005Z | [ helios-setup] Apr 15 03:28:44.609 INFO E| Compiling unicode-width v0.1.10 |
| 3258 | 2025-04-15T03:28:46.071Z | [ helios-setup] Apr 15 03:28:44.675 INFO E| Compiling cpufeatures v0.2.5 |
| 3259 | 2025-04-15T03:28:46.548Z | [ helios-setup] Apr 15 03:28:45.151 INFO E| Compiling http v0.2.9 |
| 3260 | 2025-04-15T03:28:47.732Z | [ helios-setup] Apr 15 03:28:46.334 INFO E| Compiling thiserror-impl v1.0.38 |
| 3261 | 2025-04-15T03:28:48.241Z | [ helios-setup] Apr 15 03:28:46.844 INFO E| Compiling schemars_derive v0.8.12 |
| 3262 | 2025-04-15T03:28:48.647Z | [ helios-setup] Apr 15 03:28:47.249 INFO E| Compiling serde_derive v1.0.204 |
| 3263 | 2025-04-15T03:28:48.731Z | [ helios-setup] Apr 15 03:28:47.332 INFO E| Compiling futures-macro v0.3.28 |
| 3264 | 2025-04-15T03:28:48.902Z | [ helios-setup] Apr 15 03:28:47.505 INFO E| Compiling tokio-macros v2.0.0 |
| 3265 | 2025-04-15T03:28:50.307Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3266 | 2025-04-15T03:28:54.044Z | [ helios-setup] Apr 15 03:28:52.641 INFO E| Compiling aho-corasick v0.7.20 |
| 3267 | 2025-04-15T03:28:54.322Z | [ helios-setup] Apr 15 03:28:52.924 INFO E| Compiling tinyvec_macros v0.1.1 |
| 3268 | 2025-04-15T03:28:54.627Z | [ helios-setup] Apr 15 03:28:53.230 INFO E| Compiling heck v0.4.1 |
| 3269 | 2025-04-15T03:28:54.808Z | [ helios-setup] Apr 15 03:28:53.410 INFO E| Compiling httparse v1.8.0 |
| 3270 | 2025-04-15T03:28:54.847Z | [ helios-setup] Apr 15 03:28:53.449 INFO E| Compiling regex-syntax v0.6.29 |
| 3271 | 2025-04-15T03:28:55.128Z | [ helios-setup] Apr 15 03:28:53.730 INFO E| Compiling percent-encoding v2.2.0 |
| 3272 | 2025-04-15T03:28:55.380Z | [ helios-setup] Apr 15 03:28:53.983 INFO E| Compiling tinyvec v1.6.0 |
| 3273 | 2025-04-15T03:28:55.865Z | [ helios-setup] Apr 15 03:28:54.467 INFO E| Compiling form_urlencoded v1.1.0 |
| 3274 | 2025-04-15T03:28:56.310Z | [ helios-setup] Apr 15 03:28:54.912 INFO E| Compiling const-random-macro v0.1.15 |
| 3275 | 2025-04-15T03:28:56.936Z | [ helios-setup] Apr 15 03:28:55.538 INFO E| Compiling hashbrown v0.13.2 |
| 3276 | 2025-04-15T03:28:59.065Z | [ helios-setup] Apr 15 03:28:57.665 INFO E| Compiling libz-sys v1.1.8 |
| 3277 | 2025-04-15T03:28:59.211Z | [ helios-setup] Apr 15 03:28:57.812 INFO E| Compiling chrono v0.4.24 |
| 3278 | 2025-04-15T03:28:59.581Z | [ helios-setup] Apr 15 03:28:58.182 INFO E| Compiling getopts v0.2.21 |
| 3279 | 2025-04-15T03:29:00.557Z | [ helios-setup] Apr 15 03:28:59.158 INFO E| Compiling memoffset v0.7.1 |
| 3280 | 2025-04-15T03:29:01.422Z | [ helios-setup] Apr 15 03:29:00.024 INFO E| Compiling time-core v0.1.2 |
| 3281 | 2025-04-15T03:29:02.140Z | [ helios-setup] Apr 15 03:29:00.742 INFO E| Compiling regex v1.7.3 |
| 3282 | 2025-04-15T03:29:02.362Z | [ helios-setup] Apr 15 03:29:00.963 INFO E| Compiling powerfmt v0.2.0 |
| 3283 | 2025-04-15T03:29:02.602Z | [ helios-setup] Apr 15 03:29:01.204 INFO E| Compiling dyn-clone v1.0.11 |
| 3284 | 2025-04-15T03:29:03.134Z | [ helios-setup] Apr 15 03:29:01.735 INFO E| Compiling uuid v1.3.0 |
| 3285 | 2025-04-15T03:29:03.349Z | [ helios-setup] Apr 15 03:29:01.951 INFO E| Compiling num-conv v0.1.0 |
| 3286 | 2025-04-15T03:29:03.557Z | [ helios-setup] Apr 15 03:29:02.158 INFO E| Compiling deranged v0.3.11 |
| 3287 | 2025-04-15T03:29:04.049Z | [ helios-setup] Apr 15 03:29:02.650 INFO E| Compiling time-macros v0.2.18 |
| 3288 | 2025-04-15T03:29:05.146Z | [ helios-setup] Apr 15 03:29:03.747 INFO E| Compiling unicode-normalization v0.1.22 |
| 3289 | 2025-04-15T03:29:05.992Z | [ helios-setup] Apr 15 03:29:04.592 INFO E| Compiling regress v0.5.0 |
| 3290 | 2025-04-15T03:29:07.414Z | [ helios-setup] Apr 15 03:29:06.015 INFO E| Compiling const-random v0.1.15 |
| 3291 | 2025-04-15T03:29:07.983Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3292 | 2025-04-15T03:29:08.101Z | [ helios-setup] Apr 15 03:29:06.702 INFO E| Compiling tracing-core v0.1.30 |
| 3293 | 2025-04-15T03:29:09.549Z | [ helios-setup] Apr 15 03:29:08.147 INFO E| Compiling crossbeam-epoch v0.9.13 |
| 3294 | 2025-04-15T03:29:09.748Z | [ helios-setup] Apr 15 03:29:08.339 INFO E| Compiling unicode-bidi v0.3.13 |
| 3295 | 2025-04-15T03:29:11.212Z | [ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3296 | 2025-04-15T03:29:11.671Z | [ helios-setup] Apr 15 03:29:10.272 INFO E| Compiling ucd-trie v0.1.5 |
| 3297 | 2025-04-15T03:29:12.027Z | [ helios-setup] Apr 15 03:29:10.627 INFO E| Compiling num_threads v0.1.6 |
| 3298 | 2025-04-15T03:29:12.559Z | [ helios-setup] Apr 15 03:29:11.159 INFO E| Compiling pest v2.5.7 |
| 3299 | 2025-04-15T03:29:12.889Z | [ helios-setup] Apr 15 03:29:11.490 INFO E| Compiling time v0.3.36 |
| 3300 | 2025-04-15T03:29:13.129Z | [ helios-setup] Apr 15 03:29:11.730 INFO E| Compiling idna v0.3.0 |
| 3301 | 2025-04-15T03:29:14.154Z | [ helios-setup] Apr 15 03:29:12.754 INFO E| Compiling toml v0.5.11 |
| 3302 | 2025-04-15T03:29:14.523Z | [ helios-setup] Apr 15 03:29:13.124 INFO E| Compiling serde_tokenstream v0.2.0 |
| 3303 | 2025-04-15T03:29:15.079Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3304 | 2025-04-15T03:29:15.773Z | [ helios-setup] Apr 15 03:29:14.373 INFO E| Compiling smallvec v1.10.0 |
| 3305 | 2025-04-15T03:29:16.293Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3306 | 2025-04-15T03:29:16.567Z | [ host-package] Compiling typify-impl v0.2.0 |
| 3307 | 2025-04-15T03:29:18.295Z | [ helios-setup] Apr 15 03:29:16.894 INFO E| Compiling parking_lot v0.12.1 |
| 3308 | 2025-04-15T03:29:23.108Z | [ helios-setup] Apr 15 03:29:21.707 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
| 3309 | 2025-04-15T03:29:24.051Z | [ helios-setup] Apr 15 03:29:22.650 INFO E| Compiling tracing v0.1.37 |
| 3310 | 2025-04-15T03:29:25.005Z | [ host-package] Compiling bb8 v0.8.5 |
| 3311 | 2025-04-15T03:29:26.593Z | [ host-package] Compiling bcs v0.1.6 |
| 3312 | 2025-04-15T03:29:27.675Z | [ helios-setup] Apr 15 03:29:26.274 INFO E| Compiling crossbeam-channel v0.5.6 |
| 3313 | 2025-04-15T03:29:27.859Z | [ helios-setup] Apr 15 03:29:26.458 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
| 3314 | 2025-04-15T03:29:28.169Z | [ helios-setup] Apr 15 03:29:26.768 INFO E| Compiling dirs-sys-next v0.1.2 |
| 3315 | 2025-04-15T03:29:28.748Z | [ host-package] Compiling fxhash v0.2.1 |
| 3316 | 2025-04-15T03:29:29.521Z | [ host-package] Compiling libz-sys v1.1.20 |
| 3317 | 2025-04-15T03:29:29.525Z | [ helios-setup] Apr 15 03:29:28.120 INFO E| Compiling time v0.1.45 |
| 3318 | 2025-04-15T03:29:30.056Z | [ helios-setup] Apr 15 03:29:28.654 INFO E| Compiling iana-time-zone v0.1.56 |
| 3319 | 2025-04-15T03:29:30.424Z | [ helios-setup] Apr 15 03:29:29.023 INFO E| Compiling crc32fast v1.3.2 |
| 3320 | 2025-04-15T03:29:31.290Z | [ helios-setup] Apr 15 03:29:29.888 INFO E| Compiling semver v1.0.17 |
| 3321 | 2025-04-15T03:29:31.300Z | [ host-package] Compiling termtree v0.5.1 |
| 3322 | 2025-04-15T03:29:33.155Z | [ helios-setup] Apr 15 03:29:31.752 INFO E| Compiling dirs-next v2.0.0 |
| 3323 | 2025-04-15T03:29:33.560Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
| 3324 | 2025-04-15T03:29:33.970Z | [ helios-setup] Apr 15 03:29:32.568 INFO E| Compiling url v2.3.1 |
| 3325 | 2025-04-15T03:29:35.483Z | [ helios-setup] Apr 15 03:29:34.081 INFO E| Compiling proc-macro-crate v1.2.1 |
| 3326 | 2025-04-15T03:29:36.456Z | [ helios-setup] Apr 15 03:29:35.053 INFO E| Compiling semver-parser v0.10.2 |
| 3327 | 2025-04-15T03:29:36.944Z | [ helios-setup] Apr 15 03:29:35.542 INFO E| Compiling tokio-util v0.7.7 |
| 3328 | 2025-04-15T03:29:37.326Z | [ host-package] Compiling kstat-rs v0.2.4 |
| 3329 | 2025-04-15T03:29:37.411Z | [ host-package] Compiling typify-macro v0.2.0 |
| 3330 | 2025-04-15T03:29:37.416Z | [ helios-setup] Apr 15 03:29:36.014 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
| 3331 | 2025-04-15T03:29:37.938Z | [ helios-setup] Apr 15 03:29:36.536 INFO E| Compiling futures-executor v0.3.28 |
| 3332 | 2025-04-15T03:29:38.507Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3333 | 2025-04-15T03:29:39.145Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3334 | 2025-04-15T03:29:39.813Z | [ helios-setup] Apr 15 03:29:38.410 INFO E| Compiling thread_local v1.1.7 |
| 3335 | 2025-04-15T03:29:40.389Z | [ helios-setup] Apr 15 03:29:38.986 INFO E| Compiling try-lock v0.2.4 |
| 3336 | 2025-04-15T03:29:41.027Z | [ helios-setup] Apr 15 03:29:39.624 INFO E| Compiling rayon-core v1.10.2 |
| 3337 | 2025-04-15T03:29:41.280Z | [ helios-setup] Apr 15 03:29:39.877 INFO E| Compiling same-file v1.0.6 |
| 3338 | 2025-04-15T03:29:41.449Z | [ helios-setup] Apr 15 03:29:40.046 INFO E| Compiling adler v1.0.2 |
| 3339 | 2025-04-15T03:29:42.314Z | [ helios-setup] Apr 15 03:29:40.911 INFO E| Compiling walkdir v2.3.3 |
| 3340 | 2025-04-15T03:29:42.384Z | [ helios-setup] Apr 15 03:29:40.981 INFO E| Compiling miniz_oxide v0.6.2 |
| 3341 | 2025-04-15T03:29:42.562Z | [ helios-setup] Apr 15 03:29:41.159 INFO E| Compiling want v0.3.0 |
| 3342 | 2025-04-15T03:29:43.515Z | [ host-package] Compiling nanorand v0.7.0 |
| 3343 | 2025-04-15T03:29:44.537Z | [ helios-setup] Apr 15 03:29:43.134 INFO E| Compiling h2 v0.3.16 |
| 3344 | 2025-04-15T03:29:45.393Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
| 3345 | 2025-04-15T03:29:45.665Z | [ helios-setup] Apr 15 03:29:44.261 INFO E| Compiling futures v0.3.28 |
| 3346 | 2025-04-15T03:29:46.081Z | [ helios-setup] Apr 15 03:29:44.678 INFO E| Compiling semver v0.11.0 |
| 3347 | 2025-04-15T03:29:46.369Z | [ helios-setup] Apr 15 03:29:44.965 INFO E| Compiling num_enum_derive v0.5.7 |
| 3348 | 2025-04-15T03:29:46.865Z | [ helios-setup] Apr 15 03:29:45.462 INFO E| Compiling crossbeam-deque v0.8.2 |
| 3349 | 2025-04-15T03:29:47.093Z | [ host-package] Compiling parking_lot_core v0.8.6 |
| 3350 | 2025-04-15T03:29:47.665Z | [ helios-setup] Apr 15 03:29:46.258 INFO E| Compiling term v0.7.0 |
| 3351 | 2025-04-15T03:29:50.033Z | [ helios-setup] Apr 15 03:29:48.629 INFO E| Compiling http-body v0.4.5 |
| 3352 | 2025-04-15T03:29:51.449Z | [ helios-setup] Apr 15 03:29:50.045 INFO E| Compiling sha2 v0.10.6 |
| 3353 | 2025-04-15T03:29:52.599Z | [ helios-setup] Apr 15 03:29:51.194 INFO E| Compiling ring v0.16.20 |
| 3354 | 2025-04-15T03:29:54.790Z | [ helios-setup] Apr 15 03:29:53.386 INFO E| Compiling rand_core v0.6.4 |
| 3355 | 2025-04-15T03:29:55.827Z | [ helios-setup] Apr 15 03:29:54.423 INFO E| Compiling atty v0.2.14 |
| 3356 | 2025-04-15T03:29:56.089Z | [ helios-setup] Apr 15 03:29:54.684 INFO E| Compiling utf8parse v0.2.1 |
| 3357 | 2025-04-15T03:29:56.541Z | [ helios-setup] Apr 15 03:29:55.137 INFO E| Compiling ppv-lite86 v0.2.17 |
| 3358 | 2025-04-15T03:29:56.617Z | [ helios-setup] Apr 15 03:29:55.210 INFO E| Compiling home v0.5.4 |
| 3359 | 2025-04-15T03:29:58.134Z | [ helios-setup] Apr 15 03:29:56.728 INFO E| Compiling lazy_static v1.4.0 |
| 3360 | 2025-04-15T03:29:58.622Z | [ helios-setup] Apr 15 03:29:57.217 INFO E| Compiling tower-service v0.3.2 |
| 3361 | 2025-04-15T03:29:58.672Z | [ helios-setup] Apr 15 03:29:57.268 INFO E| Compiling httpdate v1.0.2 |
| 3362 | 2025-04-15T03:29:58.989Z | [ helios-setup] Apr 15 03:29:57.584 INFO E| Compiling base64 v0.21.0 |
| 3363 | 2025-04-15T03:29:59.454Z | [ helios-setup] Apr 15 03:29:58.050 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
| 3364 | 2025-04-15T03:30:00.671Z | [ helios-setup] Apr 15 03:29:59.266 INFO E| Compiling fastrand v1.9.0 |
| 3365 | 2025-04-15T03:30:00.852Z | [ helios-setup] Apr 15 03:29:59.447 INFO E| Compiling hyper v0.14.25 |
| 3366 | 2025-04-15T03:30:01.740Z | [ helios-setup] Apr 15 03:30:00.334 INFO E| Compiling tempfile v3.5.0 |
| 3367 | 2025-04-15T03:30:02.959Z | [ helios-setup] Apr 15 03:30:01.554 INFO E| Compiling toolchain_find v0.2.0 |
| 3368 | 2025-04-15T03:30:03.567Z | [ helios-setup] Apr 15 03:30:02.161 INFO E| Compiling rand_chacha v0.3.1 |
| 3369 | 2025-04-15T03:30:04.675Z | [ helios-setup] Apr 15 03:30:03.270 INFO E| Compiling anstyle-parse v0.1.1 |
| 3370 | 2025-04-15T03:30:05.621Z | [ helios-setup] Apr 15 03:30:04.215 INFO E| Compiling slog-term v2.9.0 |
| 3371 | 2025-04-15T03:30:14.371Z | [ helios-setup] Apr 15 03:30:12.964 INFO E| Compiling num_enum v0.5.7 |
| 3372 | 2025-04-15T03:30:15.244Z | [ helios-setup] Apr 15 03:30:13.837 INFO E| Compiling cargo-lock v8.0.3 |
| 3373 | 2025-04-15T03:30:15.347Z | [ host-package] Compiling flume v0.11.1 |
| 3374 | 2025-04-15T03:30:15.574Z | [ helios-setup] Apr 15 03:30:14.168 INFO E| Compiling flate2 v1.0.25 |
| 3375 | 2025-04-15T03:30:17.291Z | [ host-package] Compiling mime_guess v2.0.5 |
| 3376 | 2025-04-15T03:30:18.839Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3377 | 2025-04-15T03:30:19.665Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3378 | 2025-04-15T03:30:21.956Z | [ helios-setup] Apr 15 03:30:20.549 INFO E| Compiling serde_urlencoded v0.7.1 |
| 3379 | 2025-04-15T03:30:23.569Z | [ helios-setup] Apr 15 03:30:22.161 INFO E| Compiling is-terminal v0.4.7 |
| 3380 | 2025-04-15T03:30:23.876Z | [ helios-setup] Apr 15 03:30:22.468 INFO E| Compiling sha1 v0.10.5 |
| 3381 | 2025-04-15T03:30:25.650Z | [ helios-setup] Apr 15 03:30:24.242 INFO E| Compiling concolor-query v0.3.3 |
| 3382 | 2025-04-15T03:30:26.176Z | [ helios-setup] Apr 15 03:30:24.768 INFO E| Compiling either v1.8.0 |
| 3383 | 2025-04-15T03:30:26.220Z | [ helios-setup] Apr 15 03:30:24.812 INFO E| Compiling concolor-override v1.0.0 |
| 3384 | 2025-04-15T03:30:27.538Z | [ helios-setup] Apr 15 03:30:26.130 INFO E| Compiling anstyle v0.3.5 |
| 3385 | 2025-04-15T03:30:27.841Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3386 | 2025-04-15T03:30:28.666Z | [ helios-setup] Apr 15 03:30:27.257 INFO E| Compiling anstream v0.2.6 |
| 3387 | 2025-04-15T03:30:30.006Z | [ helios-setup] Apr 15 03:30:28.598 INFO E| Compiling rayon v1.6.1 |
| 3388 | 2025-04-15T03:30:31.469Z | [ helios-setup] Apr 15 03:30:30.060 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
| 3389 | 2025-04-15T03:30:32.744Z | [ helios-setup] Apr 15 03:30:31.335 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
| 3390 | 2025-04-15T03:30:32.967Z | [ helios-setup] Apr 15 03:30:31.559 INFO E| Compiling rand v0.8.5 |
| 3391 | 2025-04-15T03:30:33.848Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3392 | 2025-04-15T03:30:34.226Z | [ helios-setup] Apr 15 03:30:32.817 INFO E| Compiling rustfmt-wrapper v0.2.0 |
| 3393 | 2025-04-15T03:30:35.185Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3394 | 2025-04-15T03:30:35.780Z | [ helios-setup] Apr 15 03:30:34.371 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
| 3395 | 2025-04-15T03:30:36.495Z | [ helios-setup] Apr 15 03:30:35.086 INFO E| Compiling openapiv3 v1.0.2 |
| 3396 | 2025-04-15T03:30:36.834Z | [ helios-setup] Apr 15 03:30:35.425 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
| 3397 | 2025-04-15T03:30:37.886Z | [ helios-setup] Apr 15 03:30:36.476 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
| 3398 | 2025-04-15T03:30:38.018Z | [ helios-setup] Apr 15 03:30:36.609 INFO E| Compiling encoding_rs v0.8.32 |
| 3399 | 2025-04-15T03:30:39.247Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3400 | 2025-04-15T03:30:40.136Z | [ host-package] Compiling typify v0.2.0 |
| 3401 | 2025-04-15T03:30:40.346Z | [ helios-setup] Apr 15 03:30:38.937 INFO E| Compiling spin v0.5.2 |
| 3402 | 2025-04-15T03:30:40.612Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3403 | 2025-04-15T03:30:41.094Z | [ helios-setup] Apr 15 03:30:39.683 INFO E| Compiling untrusted v0.7.1 |
| 3404 | 2025-04-15T03:30:41.655Z | [ helios-setup] Apr 15 03:30:40.245 INFO E| Compiling ipnet v2.7.2 |
| 3405 | 2025-04-15T03:30:43.198Z | [ helios-setup] Apr 15 03:30:41.788 INFO E| Compiling project-root v0.2.2 |
| 3406 | 2025-04-15T03:30:43.570Z | [ helios-setup] Apr 15 03:30:42.160 INFO E| Compiling utf-8 v0.7.6 |
| 3407 | 2025-04-15T03:30:43.737Z | [ helios-setup] Apr 15 03:30:42.327 INFO E| Compiling base64 v0.13.1 |
| 3408 | 2025-04-15T03:30:44.677Z | [ helios-setup] Apr 15 03:30:43.267 INFO E| Compiling strsim v0.10.0 |
| 3409 | 2025-04-15T03:30:44.769Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3410 | 2025-04-15T03:30:44.817Z | [ helios-setup] Apr 15 03:30:43.406 INFO E| Compiling mime v0.3.17 |
| 3411 | 2025-04-15T03:30:45.577Z | [ helios-setup] Apr 15 03:30:44.167 INFO E| Compiling unsafe-libyaml v0.2.8 |
| 3412 | 2025-04-15T03:30:46.641Z | [ helios-setup] Apr 15 03:30:45.229 INFO E| Compiling byteorder v1.4.3 |
| 3413 | 2025-04-15T03:30:47.176Z | [ helios-setup] Apr 15 03:30:45.765 INFO E| Compiling clap_lex v0.4.1 |
| 3414 | 2025-04-15T03:30:47.861Z | [ helios-setup] Apr 15 03:30:46.451 INFO E| Compiling clap_builder v4.2.1 |
| 3415 | 2025-04-15T03:30:48.299Z | [ helios-setup] Apr 15 03:30:46.887 INFO E| Compiling tungstenite v0.18.0 |
| 3416 | 2025-04-15T03:30:48.830Z | [ helios-setup] Apr 15 03:30:47.420 INFO E| Compiling serde_yaml v0.9.21 |
| 3417 | 2025-04-15T03:30:48.940Z | [ helios-setup] Apr 15 03:30:47.527 INFO E| Compiling reqwest v0.11.16 |
| 3418 | 2025-04-15T03:30:48.940Z | [ helios-setup] Apr 15 03:30:47.527 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
| 3419 | 2025-04-15T03:30:57.531Z | [ host-package] Compiling vergen v8.3.2 |
| 3420 | 2025-04-15T03:30:58.131Z | [ host-package] Compiling castaway v0.2.3 |
| 3421 | 2025-04-15T03:30:58.150Z | [ helios-setup] Apr 15 03:30:56.738 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
| 3422 | 2025-04-15T03:30:58.601Z | [ host-package] Compiling nibble_vec v0.1.0 |
| 3423 | 2025-04-15T03:30:58.785Z | [ host-package] Compiling cargo-platform v0.1.8 |
| 3424 | 2025-04-15T03:30:59.578Z | [ host-package] Compiling atty v0.2.14 |
| 3425 | 2025-04-15T03:30:59.827Z | [ host-package] Compiling io-lifetimes v1.0.11 |
| 3426 | 2025-04-15T03:31:00.055Z | [ host-package] Compiling salty v0.3.0 |
| 3427 | 2025-04-15T03:31:00.762Z | [ helios-setup] Apr 15 03:30:59.348 INFO E| Compiling clap_derive v4.2.0 |
| 3428 | 2025-04-15T03:31:01.014Z | [ host-package] Compiling http-range v0.1.5 |
| 3429 | 2025-04-15T03:31:01.228Z | [ host-package] Compiling endian-type v0.1.2 |
| 3430 | 2025-04-15T03:31:01.554Z | [ host-package] Compiling git2 v0.19.0 |
| 3431 | 2025-04-15T03:31:01.943Z | [ host-package] Compiling radix_trie v0.2.1 |
| 3432 | 2025-04-15T03:31:02.185Z | [ host-package] Compiling tough v0.20.0 |
| 3433 | 2025-04-15T03:31:03.623Z | [ host-package] Compiling cargo_metadata v0.18.1 |
| 3434 | 2025-04-15T03:31:03.838Z | [ host-package] Compiling compact_str v0.8.0 |
| 3435 | 2025-04-15T03:31:09.494Z | [ helios-setup] Apr 15 03:31:08.081 INFO E| Compiling clap v4.2.1 |
| 3436 | 2025-04-15T03:31:09.838Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3437 | 2025-04-15T03:31:12.356Z | [ helios-setup] Apr 15 03:31:10.942 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
| 3438 | 2025-04-15T03:31:19.830Z | [ host-package] Compiling progenitor-impl v0.8.0 |
| 3439 | 2025-04-15T03:31:26.731Z | [ helios-setup] Apr 15 03:31:25.316 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
| 3440 | 2025-04-15T03:31:28.863Z | [ helios-setup] Apr 15 03:31:27.448 INFO E| Compiling tokio-tungstenite v0.18.0 |
| 3441 | 2025-04-15T03:31:30.583Z | [ helios-setup] Apr 15 03:31:29.167 INFO E| Compiling smartstring v1.0.1 |
| 3442 | 2025-04-15T03:31:31.005Z | [ host-package] Compiling parking_lot v0.11.2 |
| 3443 | 2025-04-15T03:31:31.873Z | [ helios-setup] Apr 15 03:31:30.458 INFO E| Compiling rustls v0.21.0 |
| 3444 | 2025-04-15T03:31:34.507Z | [ helios-setup] Apr 15 03:31:33.091 INFO E| Compiling sct v0.7.0 |
| 3445 | 2025-04-15T03:31:35.172Z | [ host-package] Compiling ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
| 3446 | 2025-04-15T03:31:35.684Z | [ helios-setup] Apr 15 03:31:34.268 INFO E| Compiling rustls-webpki v0.100.1 |
| 3447 | 2025-04-15T03:31:39.525Z | [ helios-setup] Apr 15 03:31:38.109 INFO E| Compiling serde_spanned v0.6.1 |
| 3448 | 2025-04-15T03:31:40.093Z | [ helios-setup] Apr 15 03:31:38.677 INFO E| Compiling toml_datetime v0.6.1 |
| 3449 | 2025-04-15T03:31:40.438Z | [ helios-setup] Apr 15 03:31:39.022 INFO E| Compiling match_cfg v0.1.0 |
| 3450 | 2025-04-15T03:31:40.866Z | [ helios-setup] Apr 15 03:31:39.449 INFO E| Compiling static_assertions v1.1.0 |
| 3451 | 2025-04-15T03:31:41.467Z | [ helios-setup] Apr 15 03:31:40.050 INFO E| Compiling paste v1.0.12 |
| 3452 | 2025-04-15T03:31:41.556Z | [ helios-setup] Apr 15 03:31:40.139 INFO E| Compiling winnow v0.4.1 |
| 3453 | 2025-04-15T03:31:42.581Z | [ helios-setup] Apr 15 03:31:41.164 INFO E| Compiling camino v1.1.4 |
| 3454 | 2025-04-15T03:31:42.622Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3455 | 2025-04-15T03:31:43.559Z | [ helios-setup] Apr 15 03:31:42.142 INFO E| Compiling slog-async v2.7.0 |
| 3456 | 2025-04-15T03:31:44.238Z | [ helios-setup] Apr 15 03:31:42.821 INFO E| Compiling async-trait v0.1.68 |
| 3457 | 2025-04-15T03:31:45.112Z | [ helios-setup] Apr 15 03:31:43.695 INFO E| Compiling hostname v0.3.1 |
| 3458 | 2025-04-15T03:31:45.737Z | [ helios-setup] Apr 15 03:31:44.320 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
| 3459 | 2025-04-15T03:31:46.674Z | [ helios-setup] Apr 15 03:31:45.257 INFO E| Compiling slog-json v2.6.1 |
| 3460 | 2025-04-15T03:31:47.826Z | [ helios-setup] Apr 15 03:31:46.409 INFO E| Compiling bincode v1.3.3 |
| 3461 | 2025-04-15T03:31:48.833Z | [ helios-setup] Apr 15 03:31:47.415 INFO E| Compiling toml_edit v0.19.8 |
| 3462 | 2025-04-15T03:31:50.007Z | [ helios-setup] Apr 15 03:31:48.589 INFO E| Compiling unicode-linebreak v0.1.4 |
| 3463 | 2025-04-15T03:31:51.176Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 3464 | 2025-04-15T03:31:54.886Z | [ helios-setup] Apr 15 03:31:53.465 INFO E| Compiling async-stream-impl v0.3.5 |
| 3465 | 2025-04-15T03:31:57.952Z | [ helios-setup] Apr 15 03:31:56.534 INFO E| Compiling rhai_codegen v1.5.0 |
| 3466 | 2025-04-15T03:31:58.116Z | [ host-package] Compiling unicode-truncate v1.1.0 |
| 3467 | 2025-04-15T03:31:59.182Z | [ host-package] Compiling lru v0.12.5 |
| 3468 | 2025-04-15T03:31:59.514Z | [ host-package] Compiling rand_seeder v0.3.0 |
| 3469 | 2025-04-15T03:32:00.424Z | [ host-package] Compiling lzma-sys v0.1.20 |
| 3470 | 2025-04-15T03:32:00.461Z | [ helios-setup] Apr 15 03:31:59.037 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
| 3471 | 2025-04-15T03:32:00.696Z | [ host-package] Compiling instability v0.3.2 |
| 3472 | 2025-04-15T03:32:01.349Z | [ helios-setup] Apr 15 03:31:59.930 INFO E| Compiling take_mut v0.2.2 |
| 3473 | 2025-04-15T03:32:02.104Z | [ host-package] Compiling rustix v0.37.28 |
| 3474 | 2025-04-15T03:32:02.210Z | [ helios-setup] Apr 15 03:32:00.791 INFO E| Compiling async-stream v0.3.5 |
| 3475 | 2025-04-15T03:32:02.888Z | [ host-package] Compiling indoc v2.0.6 |
| 3476 | 2025-04-15T03:32:03.079Z | [ helios-setup] Apr 15 03:32:01.659 INFO E| Compiling toml v0.7.3 |
| 3477 | 2025-04-15T03:32:03.183Z | [ host-package] Compiling cassowary v0.3.0 |
| 3478 | 2025-04-15T03:32:03.224Z | [ helios-setup] Apr 15 03:32:01.805 INFO E| Compiling rhai v1.14.0 |
| 3479 | 2025-04-15T03:32:04.750Z | [ host-package] Compiling rustls v0.21.12 |
| 3480 | 2025-04-15T03:32:06.228Z | [ host-package] Compiling ratatui v0.29.0 |
| 3481 | 2025-04-15T03:32:07.648Z | [ helios-setup] Apr 15 03:32:06.228 INFO E| Compiling tokio-rustls v0.24.0 |
| 3482 | 2025-04-15T03:32:09.376Z | [ helios-setup] Apr 15 03:32:07.956 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
| 3483 | 2025-04-15T03:32:09.617Z | [ helios-setup] Apr 15 03:32:08.197 INFO E| Compiling slog-bunyan v2.4.0 |
| 3484 | 2025-04-15T03:32:10.172Z | [ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26) |
| 3485 | 2025-04-15T03:32:11.491Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3486 | 2025-04-15T03:32:12.311Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
| 3487 | 2025-04-15T03:32:15.663Z | [ helios-setup] Apr 15 03:32:14.242 INFO E| Compiling rustls-pemfile v1.0.2 |
| 3488 | 2025-04-15T03:32:17.058Z | [ host-package] Compiling sled v0.34.7 |
| 3489 | 2025-04-15T03:32:17.132Z | [ helios-setup] Apr 15 03:32:15.711 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
| 3490 | 2025-04-15T03:32:17.488Z | [ host-package] Compiling progenitor-macro v0.8.0 |
| 3491 | 2025-04-15T03:32:18.204Z | [ helios-setup] Apr 15 03:32:16.783 INFO E| Compiling serde_path_to_error v0.1.11 |
| 3492 | 2025-04-15T03:32:19.022Z | [ helios-setup] Apr 15 03:32:17.601 INFO E| Compiling terminal_size v0.2.6 |
| 3493 | 2025-04-15T03:32:19.566Z | [ helios-setup] Apr 15 03:32:18.145 INFO E| Compiling smawk v0.3.1 |
| 3494 | 2025-04-15T03:32:20.191Z | [ helios-setup] Apr 15 03:32:18.769 INFO E| Compiling textwrap v0.16.0 |
| 3495 | 2025-04-15T03:32:20.397Z | [ helios-setup] Apr 15 03:32:18.975 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client) |
| 3496 | 2025-04-15T03:32:27.411Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3497 | 2025-04-15T03:32:43.046Z | [ host-package] Compiling hickory-client v0.24.4 |
| 3498 | 2025-04-15T03:32:43.093Z | [ helios-setup] Apr 15 03:32:41.658 INFO E| Compiling git2 v0.16.1 |
| 3499 | 2025-04-15T03:32:46.410Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3500 | 2025-04-15T03:32:48.038Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3501 | 2025-04-15T03:32:48.429Z | [ helios-setup] Apr 15 03:32:47.004 INFO E| Compiling built v0.6.0 |
| 3502 | 2025-04-15T03:32:49.168Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3503 | 2025-04-15T03:32:49.862Z | [ helios-setup] Apr 15 03:32:48.437 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
| 3504 | 2025-04-15T03:32:51.548Z | [ helios-setup] Apr 15 03:32:50.123 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
| 3505 | 2025-04-15T03:32:52.395Z | [ helios-setup] Apr 15 03:32:50.970 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
| 3506 | 2025-04-15T03:32:55.132Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a) |
| 3507 | 2025-04-15T03:32:57.043Z | [ host-package] Compiling progenitor-client v0.8.0 |
| 3508 | 2025-04-15T03:32:57.738Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3509 | 2025-04-15T03:32:58.915Z | [ host-package] Compiling rustls-webpki v0.101.7 |
| 3510 | 2025-04-15T03:32:59.055Z | [ host-package] Compiling sct v0.7.1 |
| 3511 | 2025-04-15T03:32:59.599Z | [ host-package] Compiling hickory-server v0.24.4 |
| 3512 | 2025-04-15T03:32:59.763Z | [ host-package] Compiling primeorder v0.13.6 |
| 3513 | 2025-04-15T03:33:00.906Z | [ host-package] Compiling heck v0.3.3 |
| 3514 | 2025-04-15T03:33:01.742Z | [ host-package] Compiling env_filter v0.1.2 |
| 3515 | 2025-04-15T03:33:04.458Z | [ host-package] Compiling csv-core v0.1.11 |
| 3516 | 2025-04-15T03:33:05.196Z | [ host-package] Compiling dropshot v0.12.0 |
| 3517 | 2025-04-15T03:33:05.690Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68) |
| 3518 | 2025-04-15T03:33:05.721Z | [ host-package] Compiling void v1.0.2 |
| 3519 | 2025-04-15T03:33:06.260Z | [ host-package] Compiling lzss v0.8.2 |
| 3520 | 2025-04-15T03:33:06.347Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3521 | 2025-04-15T03:33:06.983Z | [ host-package] Compiling csv v1.3.1 |
| 3522 | 2025-04-15T03:33:08.611Z | [ host-package] Compiling env_logger v0.11.5 |
| 3523 | 2025-04-15T03:33:09.592Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
| 3524 | 2025-04-15T03:33:10.165Z | [ host-package] Compiling p384 v0.13.0 |
| 3525 | 2025-04-15T03:33:13.622Z | [ host-package] Compiling progenitor v0.8.0 |
| 3526 | 2025-04-15T03:33:13.932Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3527 | 2025-04-15T03:33:15.622Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3528 | 2025-04-15T03:33:15.721Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 3529 | 2025-04-15T03:33:16.347Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3530 | 2025-04-15T03:33:17.119Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3531 | 2025-04-15T03:33:17.484Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3532 | 2025-04-15T03:33:17.842Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3533 | 2025-04-15T03:33:17.953Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3534 | 2025-04-15T03:33:18.364Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3535 | 2025-04-15T03:33:18.525Z | [ host-package] Compiling tungstenite v0.23.0 |
| 3536 | 2025-04-15T03:33:18.858Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3537 | 2025-04-15T03:33:19.786Z | [ host-package] Compiling nix v0.27.1 |
| 3538 | 2025-04-15T03:33:22.972Z | [ host-package] Compiling dropshot_endpoint v0.12.0 |
| 3539 | 2025-04-15T03:33:23.634Z | [ helios-setup] Apr 15 03:33:22.205 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
| 3540 | 2025-04-15T03:33:24.264Z | [ host-package] Compiling base64 v0.13.1 |
| 3541 | 2025-04-15T03:33:24.820Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3542 | 2025-04-15T03:33:25.424Z | [ host-package] Compiling xshell-macros v0.2.7 |
| 3543 | 2025-04-15T03:33:25.907Z | [ host-package] Compiling ron v0.7.1 |
| 3544 | 2025-04-15T03:33:26.590Z | [ host-package] Compiling xshell v0.2.7 |
| 3545 | 2025-04-15T03:33:34.774Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
| 3546 | 2025-04-15T03:33:35.947Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3547 | 2025-04-15T03:33:36.351Z | [ host-package] Compiling xz2 v0.1.7 |
| 3548 | 2025-04-15T03:33:36.768Z | [ helios-setup] Apr 15 03:33:35.338 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
| 3549 | 2025-04-15T03:33:37.742Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3550 | 2025-04-15T03:33:37.884Z | [ host-package] Compiling tokio-rustls v0.24.1 |
| 3551 | 2025-04-15T03:33:39.164Z | [ host-package] Compiling terminal_size v0.2.6 |
| 3552 | 2025-04-15T03:33:39.722Z | [ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3553 | 2025-04-15T03:33:44.930Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3554 | 2025-04-15T03:33:50.970Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3555 | 2025-04-15T03:33:53.267Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3556 | 2025-04-15T03:33:54.414Z | [ host-package] Compiling zone v0.1.8 |
| 3557 | 2025-04-15T03:33:55.816Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3558 | 2025-04-15T03:33:56.568Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3559 | 2025-04-15T03:34:01.183Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3560 | 2025-04-15T03:34:01.254Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3561 | 2025-04-15T03:34:02.770Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3562 | 2025-04-15T03:34:05.656Z | [ helios-setup] Apr 15 03:34:04.222 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
| 3563 | 2025-04-15T03:34:06.078Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3564 | 2025-04-15T03:34:09.727Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3565 | 2025-04-15T03:34:10.496Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3566 | 2025-04-15T03:34:14.722Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3567 | 2025-04-15T03:34:16.008Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3568 | 2025-04-15T03:34:16.415Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
| 3569 | 2025-04-15T03:34:16.545Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
| 3570 | 2025-04-15T03:34:17.060Z | [ host-package] Compiling yasna v0.5.2 |
| 3571 | 2025-04-15T03:34:17.533Z | [ host-package] Compiling twox-hash v2.1.0 |
| 3572 | 2025-04-15T03:34:17.636Z | [ host-package] Compiling smawk v0.3.2 |
| 3573 | 2025-04-15T03:34:17.639Z | [ host-package] Compiling is_ci v1.2.0 |
| 3574 | 2025-04-15T03:34:18.188Z | [ host-package] Compiling glob v0.3.2 |
| 3575 | 2025-04-15T03:34:18.244Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
| 3576 | 2025-04-15T03:34:19.177Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3577 | 2025-04-15T03:34:19.291Z | [ host-package] Compiling textwrap v0.16.1 |
| 3578 | 2025-04-15T03:34:20.886Z | [ host-package] Compiling rcgen v0.12.1 |
| 3579 | 2025-04-15T03:34:21.436Z | [ host-package] Compiling supports-color v3.0.2 |
| 3580 | 2025-04-15T03:34:22.274Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3581 | 2025-04-15T03:34:22.725Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3582 | 2025-04-15T03:34:32.473Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3583 | 2025-04-15T03:34:37.183Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3584 | 2025-04-15T03:34:39.949Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3585 | 2025-04-15T03:34:51.064Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 3586 | 2025-04-15T03:34:59.389Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 3587 | 2025-04-15T03:35:04.111Z | [ helios-setup] Apr 15 03:35:02.670 INFO E| Finished `release` profile [optimized] target(s) in 6m 48s |
| 3588 | 2025-04-15T03:35:04.242Z | [ helios-setup] Apr 15 03:35:02.802 INFO building project "pilot" ok (409 seconds) |
| 3589 | 2025-04-15T03:35:04.246Z | [ helios-setup] rm -f helios-build |
| 3590 | 2025-04-15T03:35:04.249Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
| 3591 | 2025-04-15T03:35:04.252Z | [ helios-setup] |
| 3592 | 2025-04-15T03:35:04.256Z | [ helios-setup] Setup complete! ./helios-build is now available. |
| 3593 | 2025-04-15T03:35:04.256Z | [ helios-setup] |
| 3594 | 2025-04-15T03:35:04.259Z | [ helios-setup] |
| 3595 | 2025-04-15T03:35:04.259Z | [ helios-setup] real 12:07.550657017 |
| 3596 | 2025-04-15T03:35:04.259Z | [ helios-setup] user 29:03.805625995 |
| 3597 | 2025-04-15T03:35:04.259Z | Apr 15 03:35:02.817 INFO [helios-setup] process exited with exit status: 0 (727.556705637s) |
| 3598 | 2025-04-15T03:35:04.259Z | [ helios-setup] sys 2:56.855754114 |
| 3599 | 2025-04-15T03:35:04.259Z | [ helios-setup] trap 1.931069433 |
| 3600 | 2025-04-15T03:35:04.259Z | [ helios-setup] tflt 6.232795180 |
| 3601 | 2025-04-15T03:35:04.259Z | [ helios-setup] dflt 22.273376129 |
| 3602 | 2025-04-15T03:35:04.259Z | [ helios-setup] kflt 0.015406379 |
| 3603 | 2025-04-15T03:35:04.259Z | [ helios-setup] lock 1:51:32.082206914 |
| 3604 | 2025-04-15T03:35:04.259Z | [ helios-setup] slp 3:34:42.403947696 |
| 3605 | 2025-04-15T03:35:04.259Z | [ helios-setup] lat 31:54.535307819 |
| 3606 | 2025-04-15T03:35:04.259Z | [ helios-setup] stop 4:57.112971541 |
| 3607 | 2025-04-15T03:35:07.308Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3608 | 2025-04-15T03:35:09.763Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3609 | 2025-04-15T03:35:12.184Z | [ host-package] Compiling ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client) |
| 3610 | 2025-04-15T03:35:13.491Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3611 | 2025-04-15T03:35:16.846Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3612 | 2025-04-15T03:35:19.793Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3613 | 2025-04-15T03:35:20.385Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3614 | 2025-04-15T03:35:20.801Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3615 | 2025-04-15T03:35:25.700Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3616 | 2025-04-15T03:35:26.077Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 3617 | 2025-04-15T03:35:28.586Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3618 | 2025-04-15T03:35:30.734Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3619 | 2025-04-15T03:35:31.132Z | [ host-package] Compiling fatfs v0.3.6 |
| 3620 | 2025-04-15T03:35:32.518Z | [ host-package] Compiling subprocess v0.2.9 |
| 3621 | 2025-04-15T03:35:34.128Z | [ host-package] Compiling rtoolbox v0.0.2 |
| 3622 | 2025-04-15T03:35:34.608Z | [ host-package] Compiling assert_matches v1.5.0 |
| 3623 | 2025-04-15T03:35:35.909Z | [ host-package] Compiling rpassword v7.3.1 |
| 3624 | 2025-04-15T03:35:36.437Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3625 | 2025-04-15T03:35:37.340Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3626 | 2025-04-15T03:35:39.393Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3627 | 2025-04-15T03:35:44.336Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3628 | 2025-04-15T03:35:51.308Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3629 | 2025-04-15T03:36:12.922Z | [ host-package] Compiling tui-tree-widget v0.23.0 |
| 3630 | 2025-04-15T03:36:13.440Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3631 | 2025-04-15T03:36:18.996Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3632 | 2025-04-15T03:36:19.385Z | [ host-package] Compiling uzers v0.12.1 |
| 3633 | 2025-04-15T03:36:22.532Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3634 | 2025-04-15T03:36:22.572Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3635 | 2025-04-15T03:36:24.578Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3636 | 2025-04-15T03:36:27.164Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3637 | 2025-04-15T03:36:37.944Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3638 | 2025-04-15T03:36:42.636Z | [ host-package] Compiling multimap v0.10.0 |
| 3639 | 2025-04-15T03:39:09.046Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3640 | 2025-04-15T03:46:52.194Z | [ host-package] Finished `release` profile [optimized] target(s) in 21m 46s |
| 3641 | 2025-04-15T03:48:01.772Z | Apr 15 03:48:00.241 INFO [host-package] process exited with exit status: 0 (1376.488375005s) |
| 3642 | 2025-04-15T03:48:01.772Z | Apr 15 03:48:00.241 INFO [host-stamp] running task |
| 3643 | 2025-04-15T03:48:01.777Z | Apr 15 03:48:00.242 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
| 3644 | 2025-04-15T03:48:01.784Z | Apr 15 03:48:00.253 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 14.0.0-0.ci+gitf69c0b91e09 |
| 3645 | 2025-04-15T03:48:01.801Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
| 3646 | 2025-04-15T03:48:01.805Z | Apr 15 03:48:00.270 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 14.0.0-0.ci+gitf69c0b91e09 |
| 3647 | 2025-04-15T03:48:01.816Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3648 | 2025-04-15T03:48:01.819Z | Apr 15 03:48:00.286 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 14.0.0-0.ci+gitf69c0b91e09 |
| 3649 | 2025-04-15T03:48:01.828Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3650 | 2025-04-15T03:48:01.838Z | Apr 15 03:48:00.306 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 14.0.0-0.ci+gitf69c0b91e09 |
| 3651 | 2025-04-15T03:48:01.852Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
| 3652 | 2025-04-15T03:48:01.857Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3653 | 2025-04-15T03:48:01.858Z | Apr 15 03:48:00.326 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 14.0.0-0.ci+gitf69c0b91e09 |
| 3654 | 2025-04-15T03:48:01.877Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3655 | 2025-04-15T03:48:01.880Z | Apr 15 03:48:00.347 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 14.0.0-0.ci+gitf69c0b91e09 |
| 3656 | 2025-04-15T03:48:01.894Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
| 3657 | 2025-04-15T03:48:01.902Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3658 | 2025-04-15T03:48:01.906Z | Apr 15 03:48:00.372 INFO [stamp-overlay] process exited with exit status: 0 (86.40622ms) |
| 3659 | 2025-04-15T03:48:01.906Z | Apr 15 03:48:00.373 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 14.0.0-0.ci+gitf69c0b91e09 |
| 3660 | 2025-04-15T03:48:01.919Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3661 | 2025-04-15T03:48:01.923Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
| 3662 | 2025-04-15T03:48:01.927Z | Apr 15 03:48:00.395 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 14.0.0-0.ci+gitf69c0b91e09 |
| 3663 | 2025-04-15T03:48:01.948Z | Apr 15 03:48:00.417 INFO [stamp-oxlog] process exited with exit status: 0 (110.554546ms) |
| 3664 | 2025-04-15T03:48:01.948Z | Apr 15 03:48:00.417 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (70.240475ms) |
| 3665 | 2025-04-15T03:48:01.948Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3666 | 2025-04-15T03:48:01.959Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3667 | 2025-04-15T03:48:02.027Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
| 3668 | 2025-04-15T03:48:02.030Z | Apr 15 03:48:00.500 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (127.207073ms) |
| 3669 | 2025-04-15T03:48:02.057Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 3670 | 2025-04-15T03:48:02.062Z | Apr 15 03:48:00.530 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (276.989997ms) |
| 3671 | 2025-04-15T03:48:02.263Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
| 3672 | 2025-04-15T03:48:02.267Z | Apr 15 03:48:00.736 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (466.522987ms) |
| 3673 | 2025-04-15T03:48:03.090Z | [recovery-package] Compiling newtype-uuid v1.2.1 |
| 3674 | 2025-04-15T03:48:03.140Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
| 3675 | 2025-04-15T03:48:03.146Z | Apr 15 03:48:01.614 INFO [stamp-propolis-server] process exited with exit status: 0 (1.288011211s) |
| 3676 | 2025-04-15T03:48:03.655Z | [recovery-package] Compiling daft v0.1.3 |
| 3677 | 2025-04-15T03:48:03.996Z | [recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3678 | 2025-04-15T03:48:04.366Z | [recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3679 | 2025-04-15T03:48:04.366Z | [recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3680 | 2025-04-15T03:48:04.402Z | [recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3681 | 2025-04-15T03:48:05.060Z | [recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3682 | 2025-04-15T03:48:10.909Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
| 3683 | 2025-04-15T03:48:10.912Z | Apr 15 03:48:09.381 INFO [stamp-switch-asic] process exited with exit status: 0 (8.986430297s) |
| 3684 | 2025-04-15T03:48:10.912Z | Apr 15 03:48:09.381 INFO [host-stamp] task succeeded (9.140144767s) |
| 3685 | 2025-04-15T03:48:10.915Z | Apr 15 03:48:09.381 INFO [host-proto] running task |
| 3686 | 2025-04-15T03:48:11.327Z | Apr 15 03:48:09.796 INFO [host-proto] task succeeded (414.199956ms) |
| 3687 | 2025-04-15T03:48:11.327Z | Apr 15 03:48:09.796 INFO [host-profile] running task |
| 3688 | 2025-04-15T03:48:11.332Z | Apr 15 03:48:09.796 INFO [host-profile] task succeeded (301.4µs) |
| 3689 | 2025-04-15T03:48:11.332Z | Apr 15 03:48:09.796 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.34.334' -P /tmp/.tmpTI7q2c/proto/host/root -N 'ci f69c0b9/${os_short_commit} 2025-04-15 03:22' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
| 3690 | 2025-04-15T03:48:11.361Z | [ host-image] Apr 15 03:48:09.829 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 3691 | 2025-04-15T03:48:11.361Z | [ host-image] Apr 15 03:48:09.830 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
| 3692 | 2025-04-15T03:48:11.378Z | [ host-image] Apr 15 03:48:09.847 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpTI7q2c/proto/host/root" |
| 3693 | 2025-04-15T03:48:11.378Z | [ host-image] Apr 15 03:48:09.847 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
| 3694 | 2025-04-15T03:48:11.382Z | [ host-image] Apr 15 03:48:09.847 INFO image builder template: ramdisk-01-os... |
| 3695 | 2025-04-15T03:48:11.382Z | [ host-image] Apr 15 03:48:09.847 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpTI7q2c/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", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.334", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 3696 | 2025-04-15T03:48:11.402Z | [ host-image] Apr 15 03:48:09.870 INFO O| Apr 15 03:48:09.870 INFO CREATE DATASET: rpool/images/build/host/output |
| 3697 | 2025-04-15T03:48:11.711Z | [ host-image] Apr 15 03:48:10.179 INFO O| Apr 15 03:48:10.179 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
| 3698 | 2025-04-15T03:48:11.723Z | [ host-image] Apr 15 03:48:10.185 INFO O| Apr 15 03:48:10.185 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
| 3699 | 2025-04-15T03:48:11.975Z | [ host-image] Apr 15 03:48:10.443 INFO O| Apr 15 03:48:10.443 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
| 3700 | 2025-04-15T03:48:12.048Z | [ host-image] Apr 15 03:48:10.517 INFO O| Apr 15 03:48:10.517 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
| 3701 | 2025-04-15T03:48:12.048Z | [ host-image] Apr 15 03:48:10.517 INFO O| Apr 15 03:48:10.517 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
| 3702 | 2025-04-15T03:48:12.052Z | [ host-image] Apr 15 03:48:10.517 INFO O| Apr 15 03:48:10.517 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
| 3703 | 2025-04-15T03:48:12.052Z | [ host-image] Apr 15 03:48:10.517 INFO O| Apr 15 03:48:10.517 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
| 3704 | 2025-04-15T03:48:12.057Z | [ host-image] Apr 15 03:48:10.526 INFO O| Apr 15 03:48:10.526 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
| 3705 | 2025-04-15T03:48:12.305Z | [ host-image] Apr 15 03:48:10.773 INFO O| Apr 15 03:48:10.773 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3706 | 2025-04-15T03:48:12.318Z | [ host-image] Apr 15 03:48:10.786 INFO O| Apr 15 03:48:10.786 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
| 3707 | 2025-04-15T03:48:12.718Z | [ host-image] Apr 15 03:48:11.187 INFO O| Apr 15 03:48:11.187 INFO O| Caching catalogs ... Done |
| 3708 | 2025-04-15T03:48:12.806Z | [ host-image] Apr 15 03:48:11.274 INFO O| Apr 15 03:48:11.274 INFO STEP 0 (pkg_image_create) COMPLETE |
| 3709 | 2025-04-15T03:48:12.806Z | [ host-image] Apr 15 03:48:11.274 INFO O| Apr 15 03:48:11.274 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3710 | 2025-04-15T03:48:12.806Z | [ host-image] Apr 15 03:48:11.274 INFO O| Apr 15 03:48:11.274 INFO skip step because feature "repo_redist" is not enabled |
| 3711 | 2025-04-15T03:48:12.809Z | [ host-image] Apr 15 03:48:11.274 INFO O| Apr 15 03:48:11.274 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3712 | 2025-04-15T03:48:12.819Z | [ host-image] Apr 15 03:48:11.286 INFO O| Apr 15 03:48:11.286 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
| 3713 | 2025-04-15T03:48:13.186Z | [ host-image] Apr 15 03:48:11.654 INFO O| Apr 15 03:48:11.654 INFO STEP 2 (pkg_set_publisher) COMPLETE |
| 3714 | 2025-04-15T03:48:13.186Z | [ host-image] Apr 15 03:48:11.654 INFO O| Apr 15 03:48:11.654 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3715 | 2025-04-15T03:48:13.202Z | [ host-image] Apr 15 03:48:11.669 INFO O| Apr 15 03:48:11.669 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
| 3716 | 2025-04-15T03:48:13.579Z | [ host-image] Apr 15 03:48:12.045 INFO O| Apr 15 03:48:12.045 INFO STEP 3 (pkg_set_publisher) COMPLETE |
| 3717 | 2025-04-15T03:48:13.579Z | [ host-image] Apr 15 03:48:12.045 INFO O| Apr 15 03:48:12.045 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3718 | 2025-04-15T03:48:13.586Z | [ host-image] Apr 15 03:48:12.045 INFO O| Apr 15 03:48:12.045 INFO skip step because feature "repo_redist" is not enabled |
| 3719 | 2025-04-15T03:48:13.586Z | [ host-image] Apr 15 03:48:12.045 INFO O| Apr 15 03:48:12.045 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3720 | 2025-04-15T03:48:13.806Z | [recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3721 | 2025-04-15T03:48:13.806Z | [recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3722 | 2025-04-15T03:48:13.806Z | [recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3723 | 2025-04-15T03:48:13.966Z | [ host-image] Apr 15 03:48:12.434 INFO O| Apr 15 03:48:12.434 INFO variant opensolaris.zone is already global |
| 3724 | 2025-04-15T03:48:13.966Z | [ host-image] Apr 15 03:48:12.434 INFO O| Apr 15 03:48:12.434 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 3725 | 2025-04-15T03:48:13.966Z | [ host-image] Apr 15 03:48:12.434 INFO O| Apr 15 03:48:12.434 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3726 | 2025-04-15T03:48:14.581Z | [ host-image] Apr 15 03:48:13.048 INFO O| Apr 15 03:48:13.048 INFO variant opensolaris.imagetype is full; changing to partial |
| 3727 | 2025-04-15T03:48:14.581Z | [ host-image] Apr 15 03:48:13.048 INFO O| Apr 15 03:48:13.048 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 3728 | 2025-04-15T03:48:18.786Z | [recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3729 | 2025-04-15T03:48:18.841Z | [recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3730 | 2025-04-15T03:48:19.648Z | [recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3731 | 2025-04-15T03:48:21.134Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3732 | 2025-04-15T03:48:21.241Z | [recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3733 | 2025-04-15T03:48:22.807Z | [recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3734 | 2025-04-15T03:48:26.322Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3735 | 2025-04-15T03:48:28.411Z | [ host-image] Apr 15 03:48:26.877 INFO O| Apr 15 03:48:26.876 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 3736 | 2025-04-15T03:48:35.856Z | [ host-image] Apr 15 03:48:34.321 INFO O| Apr 15 03:48:34.321 INFO O| Startup: Caching catalogs ... Done |
| 3737 | 2025-04-15T03:48:35.980Z | [ host-image] Apr 15 03:48:34.445 INFO O| Apr 15 03:48:34.445 INFO O| Planning: Planning completed in 0.00 seconds |
| 3738 | 2025-04-15T03:48:35.984Z | [ host-image] Apr 15 03:48:34.446 INFO O| Apr 15 03:48:34.446 INFO O| Planning: Consolidating action changes ... Done |
| 3739 | 2025-04-15T03:48:35.984Z | [ host-image] Apr 15 03:48:34.446 INFO O| Apr 15 03:48:34.446 INFO O| Planning: Evaluating mediators ... Done |
| 3740 | 2025-04-15T03:48:35.984Z | [ host-image] Apr 15 03:48:34.447 INFO O| Apr 15 03:48:34.447 INFO O| Planning: Planning completed in 0.01 seconds |
| 3741 | 2025-04-15T03:48:35.984Z | [ host-image] Apr 15 03:48:34.447 INFO O| Apr 15 03:48:34.447 INFO O| Variants/Facets to change: 1 |
| 3742 | 2025-04-15T03:48:36.073Z | [ host-image] Apr 15 03:48:34.539 INFO O| Apr 15 03:48:34.538 INFO O| Done |
| 3743 | 2025-04-15T03:48:36.073Z | [ host-image] Apr 15 03:48:34.539 INFO O| Apr 15 03:48:34.538 INFO O| Done |
| 3744 | 2025-04-15T03:48:36.999Z | [ host-image] Apr 15 03:48:35.464 INFO O| Apr 15 03:48:35.464 INFO O| Done |
| 3745 | 2025-04-15T03:48:37.076Z | [ host-image] Apr 15 03:48:35.541 INFO O| Apr 15 03:48:35.541 INFO O| Done |
| 3746 | 2025-04-15T03:48:37.080Z | [ host-image] Apr 15 03:48:35.543 INFO O| Apr 15 03:48:35.542 INFO O| Done |
| 3747 | 2025-04-15T03:48:37.080Z | [ host-image] Apr 15 03:48:35.543 INFO O| Apr 15 03:48:35.543 INFO O| Done |
| 3748 | 2025-04-15T03:48:37.080Z | [ host-image] Apr 15 03:48:35.544 INFO O| Apr 15 03:48:35.544 INFO O| Done |
| 3749 | 2025-04-15T03:48:37.677Z | [ host-image] Apr 15 03:48:36.142 INFO O| Apr 15 03:48:36.142 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 3750 | 2025-04-15T03:48:37.677Z | [ host-image] Apr 15 03:48:36.143 INFO O| Apr 15 03:48:36.142 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3751 | 2025-04-15T03:48:37.680Z | [ host-image] Apr 15 03:48:36.143 INFO O| Apr 15 03:48:36.142 INFO skip step because feature "debug_variant" is not enabled |
| 3752 | 2025-04-15T03:48:37.681Z | [ host-image] Apr 15 03:48:36.143 INFO O| Apr 15 03:48:36.143 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3753 | 2025-04-15T03:48:38.188Z | [ host-image] Apr 15 03:48:36.653 INFO O| Apr 15 03:48:36.653 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
| 3754 | 2025-04-15T03:48:38.861Z | [ host-image] Apr 15 03:48:37.326 INFO O| Apr 15 03:48:37.326 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 3755 | 2025-04-15T03:48:38.865Z | [ host-image] Apr 15 03:48:37.328 INFO O| Apr 15 03:48:37.327 INFO O| Planning: Planning completed in 0.00 seconds |
| 3756 | 2025-04-15T03:48:38.865Z | [ host-image] Apr 15 03:48:37.329 INFO O| Apr 15 03:48:37.328 INFO O| Planning: Consolidating action changes ... Done |
| 3757 | 2025-04-15T03:48:38.865Z | [ host-image] Apr 15 03:48:37.329 INFO O| Apr 15 03:48:37.329 INFO O| Planning: Evaluating mediators ... Done |
| 3758 | 2025-04-15T03:48:38.865Z | [ host-image] Apr 15 03:48:37.329 INFO O| Apr 15 03:48:37.329 INFO O| Planning: Planning completed in 0.00 seconds |
| 3759 | 2025-04-15T03:48:38.865Z | [ host-image] Apr 15 03:48:37.330 INFO O| Apr 15 03:48:37.329 INFO O| Variants/Facets to change: 1 |
| 3760 | 2025-04-15T03:48:38.960Z | [ host-image] Apr 15 03:48:37.425 INFO O| Apr 15 03:48:37.425 INFO O| Done |
| 3761 | 2025-04-15T03:48:38.960Z | [ host-image] Apr 15 03:48:37.425 INFO O| Apr 15 03:48:37.425 INFO O| Done |
| 3762 | 2025-04-15T03:48:39.847Z | [ host-image] Apr 15 03:48:38.312 INFO O| Apr 15 03:48:38.312 INFO O| Done |
| 3763 | 2025-04-15T03:48:39.963Z | [ host-image] Apr 15 03:48:38.428 INFO O| Apr 15 03:48:38.428 INFO O| Done |
| 3764 | 2025-04-15T03:48:39.967Z | [ host-image] Apr 15 03:48:38.429 INFO O| Apr 15 03:48:38.429 INFO O| Done |
| 3765 | 2025-04-15T03:48:39.967Z | [ host-image] Apr 15 03:48:38.429 INFO O| Apr 15 03:48:38.429 INFO O| Done |
| 3766 | 2025-04-15T03:48:39.967Z | [ host-image] Apr 15 03:48:38.431 INFO O| Apr 15 03:48:38.431 INFO O| Done |
| 3767 | 2025-04-15T03:48:40.074Z | [ host-image] Apr 15 03:48:38.539 INFO O| Apr 15 03:48:38.539 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 3768 | 2025-04-15T03:48:40.074Z | [ host-image] Apr 15 03:48:38.539 INFO O| Apr 15 03:48:38.539 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3769 | 2025-04-15T03:48:40.078Z | [ host-image] Apr 15 03:48:38.539 INFO O| Apr 15 03:48:38.539 INFO skip step because feature "recovery" is not enabled |
| 3770 | 2025-04-15T03:48:40.078Z | [ host-image] Apr 15 03:48:38.539 INFO O| Apr 15 03:48:38.539 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3771 | 2025-04-15T03:48:40.078Z | [ host-image] Apr 15 03:48:38.539 INFO O| Apr 15 03:48:38.539 INFO skip step because feature "recovery" is not enabled |
| 3772 | 2025-04-15T03:48:40.078Z | [ host-image] Apr 15 03:48:38.539 INFO O| Apr 15 03:48:38.539 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3773 | 2025-04-15T03:48:40.096Z | [ host-image] Apr 15 03:48:38.560 INFO O| Apr 15 03:48:38.560 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/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"] |
| 3774 | 2025-04-15T03:48:41.012Z | [ host-image] Apr 15 03:48:39.477 INFO O| Apr 15 03:48:39.477 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 3775 | 2025-04-15T03:48:45.582Z | [recovery-package] Finished `release` profile [optimized] target(s) in 43.54s |
| 3776 | 2025-04-15T03:48:47.085Z | Apr 15 03:48:45.549 INFO [recovery-package] process exited with exit status: 0 (45.307339074s) |
| 3777 | 2025-04-15T03:48:47.085Z | Apr 15 03:48:45.549 INFO [recovery-stamp] running task |
| 3778 | 2025-04-15T03:48:47.089Z | Apr 15 03:48:45.549 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
| 3779 | 2025-04-15T03:48:47.089Z | Apr 15 03:48:45.549 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 14.0.0-0.ci+gitf69c0b91e09 |
| 3780 | 2025-04-15T03:48:47.109Z | Apr 15 03:48:45.574 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 14.0.0-0.ci+gitf69c0b91e09 |
| 3781 | 2025-04-15T03:48:47.119Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
| 3782 | 2025-04-15T03:48:47.128Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
| 3783 | 2025-04-15T03:48:47.210Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
| 3784 | 2025-04-15T03:48:47.214Z | Apr 15 03:48:45.679 INFO [stamp-installinator] process exited with exit status: 0 (104.777489ms) |
| 3785 | 2025-04-15T03:48:47.235Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
| 3786 | 2025-04-15T03:48:47.240Z | Apr 15 03:48:45.705 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (155.038841ms) |
| 3787 | 2025-04-15T03:48:47.244Z | Apr 15 03:48:45.705 INFO [recovery-stamp] task succeeded (155.501517ms) |
| 3788 | 2025-04-15T03:48:47.244Z | Apr 15 03:48:45.705 INFO [recovery-proto] running task |
| 3789 | 2025-04-15T03:48:47.244Z | Apr 15 03:48:45.705 INFO [tuf-stamp] running task |
| 3790 | 2025-04-15T03:48:47.248Z | Apr 15 03:48:45.706 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 14.0.0-0.ci+gitf69c0b91e09 |
| 3791 | 2025-04-15T03:48:47.304Z | Apr 15 03:48:45.769 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 14.0.0-0.ci+gitf69c0b91e09 |
| 3792 | 2025-04-15T03:48:47.353Z | Apr 15 03:48:45.818 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 14.0.0-0.ci+gitf69c0b91e09 |
| 3793 | 2025-04-15T03:48:47.369Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3794 | 2025-04-15T03:48:47.377Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3795 | 2025-04-15T03:48:47.381Z | Apr 15 03:48:45.842 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 14.0.0-0.ci+gitf69c0b91e09 |
| 3796 | 2025-04-15T03:48:47.401Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3797 | 2025-04-15T03:48:47.404Z | Apr 15 03:48:45.865 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 14.0.0-0.ci+gitf69c0b91e09 |
| 3798 | 2025-04-15T03:48:47.427Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3799 | 2025-04-15T03:48:47.431Z | Apr 15 03:48:45.892 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 14.0.0-0.ci+gitf69c0b91e09 |
| 3800 | 2025-04-15T03:48:47.452Z | Apr 15 03:48:45.917 INFO [recovery-proto] task succeeded (211.845715ms) |
| 3801 | 2025-04-15T03:48:47.456Z | Apr 15 03:48:45.917 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.34.334' -P /tmp/.tmpTI7q2c/proto/recovery/root -N 'recovery f69c0b9/${os_short_commit} 2025-04-15 03:22' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
| 3802 | 2025-04-15T03:48:47.468Z | Apr 15 03:48:45.932 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 14.0.0-0.ci+gitf69c0b91e09 |
| 3803 | 2025-04-15T03:48:47.491Z | Apr 15 03:48:45.955 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 14.0.0-0.ci+gitf69c0b91e09 |
| 3804 | 2025-04-15T03:48:47.507Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3805 | 2025-04-15T03:48:47.523Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
| 3806 | 2025-04-15T03:48:47.526Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3807 | 2025-04-15T03:48:47.526Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3808 | 2025-04-15T03:48:47.526Z | Apr 15 03:48:45.988 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 14.0.0-0.ci+gitf69c0b91e09 |
| 3809 | 2025-04-15T03:48:47.575Z | Apr 15 03:48:46.039 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 14.0.0-0.ci+gitf69c0b91e09 |
| 3810 | 2025-04-15T03:48:47.733Z | [ recovery-image] Apr 15 03:48:45.949 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 3811 | 2025-04-15T03:48:47.737Z | [ recovery-image] Apr 15 03:48:45.949 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
| 3812 | 2025-04-15T03:48:47.737Z | [ recovery-image] Apr 15 03:48:46.028 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpTI7q2c/proto/recovery/root" |
| 3813 | 2025-04-15T03:48:47.737Z | [ recovery-image] Apr 15 03:48:46.028 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
| 3814 | 2025-04-15T03:48:47.737Z | [ recovery-image] Apr 15 03:48:46.028 INFO image builder template: ramdisk-01-os... |
| 3815 | 2025-04-15T03:48:47.737Z | [ recovery-image] Apr 15 03:48:46.028 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpTI7q2c/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", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.334", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 3816 | 2025-04-15T03:48:47.737Z | [ recovery-image] Apr 15 03:48:46.078 INFO O| Apr 15 03:48:46.070 INFO CREATE DATASET: rpool/images/build/recovery/output |
| 3817 | 2025-04-15T03:48:47.741Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3818 | 2025-04-15T03:48:47.763Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3819 | 2025-04-15T03:48:47.767Z | Apr 15 03:48:46.228 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 14.0.0-0.ci+gitf69c0b91e09 |
| 3820 | 2025-04-15T03:48:47.836Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3821 | 2025-04-15T03:48:47.839Z | Apr 15 03:48:46.303 INFO [stamp-probe] process exited with exit status: 0 (460.544619ms) |
| 3822 | 2025-04-15T03:48:47.932Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3823 | 2025-04-15T03:48:47.964Z | [ recovery-image] Apr 15 03:48:46.428 INFO O| Apr 15 03:48:46.428 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
| 3824 | 2025-04-15T03:48:47.970Z | [ recovery-image] Apr 15 03:48:46.434 INFO O| Apr 15 03:48:46.434 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
| 3825 | 2025-04-15T03:48:48.260Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 3826 | 2025-04-15T03:48:48.324Z | [ recovery-image] Apr 15 03:48:46.789 INFO O| Apr 15 03:48:46.788 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
| 3827 | 2025-04-15T03:48:48.416Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
| 3828 | 2025-04-15T03:48:48.482Z | [ recovery-image] Apr 15 03:48:46.945 INFO O| Apr 15 03:48:46.945 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
| 3829 | 2025-04-15T03:48:48.486Z | [ recovery-image] Apr 15 03:48:46.946 INFO O| Apr 15 03:48:46.946 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
| 3830 | 2025-04-15T03:48:48.486Z | [ recovery-image] Apr 15 03:48:46.946 INFO O| Apr 15 03:48:46.946 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
| 3831 | 2025-04-15T03:48:48.486Z | [ recovery-image] Apr 15 03:48:46.946 INFO O| Apr 15 03:48:46.946 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
| 3832 | 2025-04-15T03:48:48.499Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
| 3833 | 2025-04-15T03:48:48.503Z | [ recovery-image] Apr 15 03:48:46.964 INFO O| Apr 15 03:48:46.964 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
| 3834 | 2025-04-15T03:48:48.576Z | Apr 15 03:48:47.040 INFO [stamp-ntp] process exited with exit status: 0 (1.000662864s) |
| 3835 | 2025-04-15T03:48:48.957Z | [ recovery-image] Apr 15 03:48:47.421 INFO O| Apr 15 03:48:47.421 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3836 | 2025-04-15T03:48:48.974Z | [ recovery-image] Apr 15 03:48:47.437 INFO O| Apr 15 03:48:47.437 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
| 3837 | 2025-04-15T03:48:49.084Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
| 3838 | 2025-04-15T03:48:49.139Z | Apr 15 03:48:47.603 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.785127116s) |
| 3839 | 2025-04-15T03:48:49.601Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
| 3840 | 2025-04-15T03:48:49.649Z | Apr 15 03:48:48.113 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.157753703s) |
| 3841 | 2025-04-15T03:48:49.719Z | [ recovery-image] Apr 15 03:48:48.183 INFO O| Apr 15 03:48:48.183 INFO O| Caching catalogs ... Done |
| 3842 | 2025-04-15T03:48:49.763Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
| 3843 | 2025-04-15T03:48:49.808Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
| 3844 | 2025-04-15T03:48:49.812Z | Apr 15 03:48:48.277 INFO [stamp-internal-dns] process exited with exit status: 0 (2.570597701s) |
| 3845 | 2025-04-15T03:48:49.842Z | [ recovery-image] Apr 15 03:48:48.306 INFO O| Apr 15 03:48:48.306 INFO STEP 0 (pkg_image_create) COMPLETE |
| 3846 | 2025-04-15T03:48:49.842Z | [ recovery-image] Apr 15 03:48:48.306 INFO O| Apr 15 03:48:48.306 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3847 | 2025-04-15T03:48:49.842Z | [ recovery-image] Apr 15 03:48:48.306 INFO O| Apr 15 03:48:48.306 INFO skip step because feature "repo_redist" is not enabled |
| 3848 | 2025-04-15T03:48:49.842Z | [ recovery-image] Apr 15 03:48:48.306 INFO O| Apr 15 03:48:48.306 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3849 | 2025-04-15T03:48:49.865Z | Apr 15 03:48:48.310 INFO [stamp-external-dns] process exited with exit status: 0 (2.417984103s) |
| 3850 | 2025-04-15T03:48:49.865Z | [ recovery-image] Apr 15 03:48:48.322 INFO O| Apr 15 03:48:48.322 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
| 3851 | 2025-04-15T03:48:49.997Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
| 3852 | 2025-04-15T03:48:50.002Z | Apr 15 03:48:48.467 INFO [stamp-oximeter] process exited with exit status: 0 (2.698336702s) |
| 3853 | 2025-04-15T03:48:50.372Z | [ recovery-image] Apr 15 03:48:48.836 INFO O| Apr 15 03:48:48.836 INFO STEP 2 (pkg_set_publisher) COMPLETE |
| 3854 | 2025-04-15T03:48:50.372Z | [ recovery-image] Apr 15 03:48:48.836 INFO O| Apr 15 03:48:48.836 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3855 | 2025-04-15T03:48:50.389Z | [ recovery-image] Apr 15 03:48:48.853 INFO O| Apr 15 03:48:48.853 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
| 3856 | 2025-04-15T03:48:50.904Z | [ recovery-image] Apr 15 03:48:49.368 INFO O| Apr 15 03:48:49.368 INFO STEP 3 (pkg_set_publisher) COMPLETE |
| 3857 | 2025-04-15T03:48:50.904Z | [ recovery-image] Apr 15 03:48:49.368 INFO O| Apr 15 03:48:49.368 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3858 | 2025-04-15T03:48:50.907Z | [ recovery-image] Apr 15 03:48:49.368 INFO O| Apr 15 03:48:49.368 INFO skip step because feature "repo_redist" is not enabled |
| 3859 | 2025-04-15T03:48:50.907Z | [ recovery-image] Apr 15 03:48:49.368 INFO O| Apr 15 03:48:49.368 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3860 | 2025-04-15T03:48:51.394Z | [ recovery-image] Apr 15 03:48:49.859 INFO O| Apr 15 03:48:49.858 INFO variant opensolaris.zone is already global |
| 3861 | 2025-04-15T03:48:51.394Z | [ recovery-image] Apr 15 03:48:49.859 INFO O| Apr 15 03:48:49.859 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 3862 | 2025-04-15T03:48:51.398Z | [ recovery-image] Apr 15 03:48:49.859 INFO O| Apr 15 03:48:49.859 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3863 | 2025-04-15T03:48:51.854Z | [ recovery-image] Apr 15 03:48:50.318 INFO O| Apr 15 03:48:50.318 INFO variant opensolaris.imagetype is full; changing to partial |
| 3864 | 2025-04-15T03:48:51.855Z | [ recovery-image] Apr 15 03:48:50.319 INFO O| Apr 15 03:48:50.318 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 3865 | 2025-04-15T03:48:52.200Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
| 3866 | 2025-04-15T03:48:52.204Z | Apr 15 03:48:50.668 INFO [stamp-nexus] process exited with exit status: 0 (4.439887265s) |
| 3867 | 2025-04-15T03:48:53.538Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3868 | 2025-04-15T03:48:53.714Z | [verify-libraries] Compiling home v0.5.9 |
| 3869 | 2025-04-15T03:48:53.736Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
| 3870 | 2025-04-15T03:48:53.762Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3871 | 2025-04-15T03:48:53.782Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
| 3872 | 2025-04-15T03:48:53.782Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
| 3873 | 2025-04-15T03:48:53.792Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3874 | 2025-04-15T03:48:53.799Z | [verify-libraries] Compiling polyval v0.6.2 |
| 3875 | 2025-04-15T03:48:53.890Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
| 3876 | 2025-04-15T03:48:53.916Z | Apr 15 03:48:52.380 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.447617439s) |
| 3877 | 2025-04-15T03:48:54.099Z | [verify-libraries] Compiling nix v0.28.0 |
| 3878 | 2025-04-15T03:48:54.103Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3879 | 2025-04-15T03:48:54.372Z | [verify-libraries] Compiling sqlformat v0.2.6 |
| 3880 | 2025-04-15T03:48:54.633Z | [verify-libraries] Compiling ghash v0.5.1 |
| 3881 | 2025-04-15T03:48:54.723Z | [verify-libraries] Compiling ctr v0.9.2 |
| 3882 | 2025-04-15T03:48:54.987Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
| 3883 | 2025-04-15T03:48:55.243Z | [verify-libraries] Compiling sqlparser v0.45.0 |
| 3884 | 2025-04-15T03:48:55.570Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
| 3885 | 2025-04-15T03:48:55.681Z | [verify-libraries] Compiling blowfish v0.9.1 |
| 3886 | 2025-04-15T03:48:56.077Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
| 3887 | 2025-04-15T03:48:56.908Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
| 3888 | 2025-04-15T03:48:57.687Z | [verify-libraries] Compiling password-hash v0.4.2 |
| 3889 | 2025-04-15T03:49:00.534Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
| 3890 | 2025-04-15T03:49:00.579Z | [verify-libraries] Compiling rustyline v14.0.0 |
| 3891 | 2025-04-15T03:49:00.587Z | Apr 15 03:48:59.050 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.184917436s) |
| 3892 | 2025-04-15T03:49:01.420Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
| 3893 | 2025-04-15T03:49:01.924Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
| 3894 | 2025-04-15T03:49:01.984Z | Apr 15 03:49:00.447 INFO [stamp-clickhouse] process exited with exit status: 0 (14.459344891s) |
| 3895 | 2025-04-15T03:49:01.984Z | Apr 15 03:49:00.447 INFO [tuf-stamp] task succeeded (14.742575569s) |
| 3896 | 2025-04-15T03:49:02.203Z | [verify-libraries] Compiling ssh-key v0.6.6 |
| 3897 | 2025-04-15T03:49:03.430Z | [verify-libraries] Compiling p521 v0.13.3 |
| 3898 | 2025-04-15T03:49:04.186Z | [verify-libraries] Compiling p256 v0.13.2 |
| 3899 | 2025-04-15T03:49:04.817Z | [ recovery-image] Apr 15 03:49:03.279 INFO O| Apr 15 03:49:03.279 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 3900 | 2025-04-15T03:49:07.392Z | [verify-libraries] Compiling petname v2.0.2 |
| 3901 | 2025-04-15T03:49:08.678Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
| 3902 | 2025-04-15T03:49:09.219Z | [verify-libraries] Compiling md5 v0.7.0 |
| 3903 | 2025-04-15T03:49:09.873Z | [verify-libraries] Compiling russh-keys v0.45.0 |
| 3904 | 2025-04-15T03:49:10.536Z | [verify-libraries] Compiling num-bigint v0.4.6 |
| 3905 | 2025-04-15T03:49:15.844Z | [ recovery-image] Apr 15 03:49:14.305 INFO O| Apr 15 03:49:14.305 INFO O| Startup: Caching catalogs ... Done |
| 3906 | 2025-04-15T03:49:16.086Z | [ recovery-image] Apr 15 03:49:14.547 INFO O| Apr 15 03:49:14.547 INFO O| Planning: Planning completed in 0.00 seconds |
| 3907 | 2025-04-15T03:49:16.089Z | [ recovery-image] Apr 15 03:49:14.547 INFO O| Apr 15 03:49:14.547 INFO O| Planning: Consolidating action changes ... Done |
| 3908 | 2025-04-15T03:49:16.089Z | [ recovery-image] Apr 15 03:49:14.548 INFO O| Apr 15 03:49:14.548 INFO O| Planning: Evaluating mediators ... Done |
| 3909 | 2025-04-15T03:49:16.089Z | [ recovery-image] Apr 15 03:49:14.548 INFO O| Apr 15 03:49:14.548 INFO O| Planning: Planning completed in 0.00 seconds |
| 3910 | 2025-04-15T03:49:16.089Z | [ recovery-image] Apr 15 03:49:14.548 INFO O| Apr 15 03:49:14.548 INFO O| Variants/Facets to change: 1 |
| 3911 | 2025-04-15T03:49:16.174Z | [ recovery-image] Apr 15 03:49:14.635 INFO O| Apr 15 03:49:14.635 INFO O| Done |
| 3912 | 2025-04-15T03:49:16.174Z | [ recovery-image] Apr 15 03:49:14.635 INFO O| Apr 15 03:49:14.635 INFO O| Done |
| 3913 | 2025-04-15T03:49:17.290Z | [ recovery-image] Apr 15 03:49:15.751 INFO O| Apr 15 03:49:15.751 INFO O| Done |
| 3914 | 2025-04-15T03:49:17.401Z | [ recovery-image] Apr 15 03:49:15.862 INFO O| Apr 15 03:49:15.862 INFO O| Done |
| 3915 | 2025-04-15T03:49:17.404Z | [ recovery-image] Apr 15 03:49:15.864 INFO O| Apr 15 03:49:15.863 INFO O| Done |
| 3916 | 2025-04-15T03:49:17.404Z | [ recovery-image] Apr 15 03:49:15.864 INFO O| Apr 15 03:49:15.864 INFO O| Done |
| 3917 | 2025-04-15T03:49:17.407Z | [ recovery-image] Apr 15 03:49:15.866 INFO O| Apr 15 03:49:15.866 INFO O| Done |
| 3918 | 2025-04-15T03:49:17.505Z | [verify-libraries] Compiling des v0.8.1 |
| 3919 | 2025-04-15T03:49:18.162Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3920 | 2025-04-15T03:49:18.419Z | [ recovery-image] Apr 15 03:49:16.880 INFO O| Apr 15 03:49:16.880 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 3921 | 2025-04-15T03:49:18.422Z | [ recovery-image] Apr 15 03:49:16.880 INFO O| Apr 15 03:49:16.880 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3922 | 2025-04-15T03:49:18.422Z | [ recovery-image] Apr 15 03:49:16.880 INFO O| Apr 15 03:49:16.880 INFO skip step because feature "debug_variant" is not enabled |
| 3923 | 2025-04-15T03:49:18.422Z | [ recovery-image] Apr 15 03:49:16.880 INFO O| Apr 15 03:49:16.880 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3924 | 2025-04-15T03:49:19.129Z | [ recovery-image] Apr 15 03:49:17.590 INFO O| Apr 15 03:49:17.590 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
| 3925 | 2025-04-15T03:49:19.308Z | [verify-libraries] Compiling hex-literal v0.4.1 |
| 3926 | 2025-04-15T03:49:19.693Z | [verify-libraries] Compiling russh v0.45.0 |
| 3927 | 2025-04-15T03:49:20.056Z | [ recovery-image] Apr 15 03:49:18.517 INFO O| Apr 15 03:49:18.516 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 3928 | 2025-04-15T03:49:20.059Z | [ recovery-image] Apr 15 03:49:18.518 INFO O| Apr 15 03:49:18.518 INFO O| Planning: Planning completed in 0.00 seconds |
| 3929 | 2025-04-15T03:49:20.059Z | [ recovery-image] Apr 15 03:49:18.519 INFO O| Apr 15 03:49:18.519 INFO O| Planning: Consolidating action changes ... Done |
| 3930 | 2025-04-15T03:49:20.059Z | [ recovery-image] Apr 15 03:49:18.520 INFO O| Apr 15 03:49:18.519 INFO O| Planning: Evaluating mediators ... Done |
| 3931 | 2025-04-15T03:49:20.059Z | [ recovery-image] Apr 15 03:49:18.520 INFO O| Apr 15 03:49:18.520 INFO O| Planning: Planning completed in 0.00 seconds |
| 3932 | 2025-04-15T03:49:20.063Z | [ recovery-image] Apr 15 03:49:18.520 INFO O| Apr 15 03:49:18.520 INFO O| Variants/Facets to change: 1 |
| 3933 | 2025-04-15T03:49:20.162Z | [ recovery-image] Apr 15 03:49:18.623 INFO O| Apr 15 03:49:18.623 INFO O| Done |
| 3934 | 2025-04-15T03:49:20.162Z | [ recovery-image] Apr 15 03:49:18.623 INFO O| Apr 15 03:49:18.623 INFO O| Done |
| 3935 | 2025-04-15T03:49:21.092Z | [ recovery-image] Apr 15 03:49:19.552 INFO O| Apr 15 03:49:19.552 INFO O| Done |
| 3936 | 2025-04-15T03:49:21.199Z | [ recovery-image] Apr 15 03:49:19.660 INFO O| Apr 15 03:49:19.660 INFO O| Done |
| 3937 | 2025-04-15T03:49:21.203Z | [ recovery-image] Apr 15 03:49:19.661 INFO O| Apr 15 03:49:19.661 INFO O| Done |
| 3938 | 2025-04-15T03:49:21.203Z | [ recovery-image] Apr 15 03:49:19.661 INFO O| Apr 15 03:49:19.661 INFO O| Done |
| 3939 | 2025-04-15T03:49:21.203Z | [ recovery-image] Apr 15 03:49:19.663 INFO O| Apr 15 03:49:19.663 INFO O| Done |
| 3940 | 2025-04-15T03:49:21.356Z | [ recovery-image] Apr 15 03:49:19.816 INFO O| Apr 15 03:49:19.816 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 3941 | 2025-04-15T03:49:21.356Z | [ recovery-image] Apr 15 03:49:19.816 INFO O| Apr 15 03:49:19.816 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3942 | 2025-04-15T03:49:21.571Z | [verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3943 | 2025-04-15T03:49:22.062Z | [ recovery-image] Apr 15 03:49:20.522 INFO O| Apr 15 03:49:20.522 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
| 3944 | 2025-04-15T03:49:23.159Z | [ recovery-image] Apr 15 03:49:21.619 INFO O| Apr 15 03:49:21.619 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 3945 | 2025-04-15T03:49:23.163Z | [ recovery-image] Apr 15 03:49:21.621 INFO O| Apr 15 03:49:21.621 INFO O| Planning: Planning completed in 0.00 seconds |
| 3946 | 2025-04-15T03:49:23.163Z | [ recovery-image] Apr 15 03:49:21.622 INFO O| Apr 15 03:49:21.622 INFO O| Planning: Consolidating action changes ... Done |
| 3947 | 2025-04-15T03:49:23.163Z | [ recovery-image] Apr 15 03:49:21.623 INFO O| Apr 15 03:49:21.623 INFO O| Planning: Evaluating mediators ... Done |
| 3948 | 2025-04-15T03:49:23.166Z | [ recovery-image] Apr 15 03:49:21.623 INFO O| Apr 15 03:49:21.623 INFO O| Planning: Planning completed in 0.00 seconds |
| 3949 | 2025-04-15T03:49:23.166Z | [ recovery-image] Apr 15 03:49:21.624 INFO O| Apr 15 03:49:21.624 INFO O| Variants/Facets to change: 1 |
| 3950 | 2025-04-15T03:49:23.261Z | [ recovery-image] Apr 15 03:49:21.721 INFO O| Apr 15 03:49:21.721 INFO O| Done |
| 3951 | 2025-04-15T03:49:23.261Z | [ recovery-image] Apr 15 03:49:21.721 INFO O| Apr 15 03:49:21.721 INFO O| Done |
| 3952 | 2025-04-15T03:49:24.394Z | [ recovery-image] Apr 15 03:49:22.854 INFO O| Apr 15 03:49:22.854 INFO O| Done |
| 3953 | 2025-04-15T03:49:24.500Z | [ recovery-image] Apr 15 03:49:22.960 INFO O| Apr 15 03:49:22.960 INFO O| Done |
| 3954 | 2025-04-15T03:49:24.504Z | [ recovery-image] Apr 15 03:49:22.961 INFO O| Apr 15 03:49:22.961 INFO O| Done |
| 3955 | 2025-04-15T03:49:24.504Z | [ recovery-image] Apr 15 03:49:22.961 INFO O| Apr 15 03:49:22.961 INFO O| Done |
| 3956 | 2025-04-15T03:49:24.504Z | [ recovery-image] Apr 15 03:49:22.964 INFO O| Apr 15 03:49:22.963 INFO O| Done |
| 3957 | 2025-04-15T03:49:24.624Z | [ recovery-image] Apr 15 03:49:23.084 INFO O| Apr 15 03:49:23.084 INFO STEP 9 (pkg_change_facet) COMPLETE |
| 3958 | 2025-04-15T03:49:24.625Z | [ recovery-image] Apr 15 03:49:23.084 INFO O| Apr 15 03:49:23.084 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3959 | 2025-04-15T03:49:25.331Z | [ recovery-image] Apr 15 03:49:23.792 INFO O| Apr 15 03:49:23.791 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
| 3960 | 2025-04-15T03:49:26.676Z | [ recovery-image] Apr 15 03:49:25.136 INFO O| Apr 15 03:49:25.136 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 3961 | 2025-04-15T03:49:26.679Z | [ recovery-image] Apr 15 03:49:25.138 INFO O| Apr 15 03:49:25.138 INFO O| Planning: Planning completed in 0.00 seconds |
| 3962 | 2025-04-15T03:49:26.679Z | [ recovery-image] Apr 15 03:49:25.139 INFO O| Apr 15 03:49:25.139 INFO O| Planning: Consolidating action changes ... Done |
| 3963 | 2025-04-15T03:49:26.679Z | [ recovery-image] Apr 15 03:49:25.139 INFO O| Apr 15 03:49:25.139 INFO O| Planning: Evaluating mediators ... Done |
| 3964 | 2025-04-15T03:49:26.683Z | [ recovery-image] Apr 15 03:49:25.140 INFO O| Apr 15 03:49:25.140 INFO O| Planning: Planning completed in 0.00 seconds |
| 3965 | 2025-04-15T03:49:26.683Z | [ recovery-image] Apr 15 03:49:25.140 INFO O| Apr 15 03:49:25.140 INFO O| Variants/Facets to change: 1 |
| 3966 | 2025-04-15T03:49:26.746Z | [ recovery-image] Apr 15 03:49:25.206 INFO O| Apr 15 03:49:25.205 INFO O| Done |
| 3967 | 2025-04-15T03:49:26.746Z | [ recovery-image] Apr 15 03:49:25.206 INFO O| Apr 15 03:49:25.205 INFO O| Done |
| 3968 | 2025-04-15T03:49:27.699Z | [ recovery-image] Apr 15 03:49:26.159 INFO O| Apr 15 03:49:26.159 INFO O| Done |
| 3969 | 2025-04-15T03:49:27.877Z | [ recovery-image] Apr 15 03:49:26.337 INFO O| Apr 15 03:49:26.336 INFO O| Done |
| 3970 | 2025-04-15T03:49:27.880Z | [ recovery-image] Apr 15 03:49:26.338 INFO O| Apr 15 03:49:26.338 INFO O| Done |
| 3971 | 2025-04-15T03:49:27.880Z | [ recovery-image] Apr 15 03:49:26.338 INFO O| Apr 15 03:49:26.338 INFO O| Done |
| 3972 | 2025-04-15T03:49:27.883Z | [ recovery-image] Apr 15 03:49:26.340 INFO O| Apr 15 03:49:26.340 INFO O| Done |
| 3973 | 2025-04-15T03:49:28.024Z | [ recovery-image] Apr 15 03:49:26.483 INFO O| Apr 15 03:49:26.483 INFO STEP 10 (pkg_change_facet) COMPLETE |
| 3974 | 2025-04-15T03:49:28.024Z | [ recovery-image] Apr 15 03:49:26.483 INFO O| Apr 15 03:49:26.483 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3975 | 2025-04-15T03:49:28.048Z | [ recovery-image] Apr 15 03:49:26.507 INFO O| Apr 15 03:49:26.507 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/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"] |
| 3976 | 2025-04-15T03:49:29.238Z | [ recovery-image] Apr 15 03:49:27.588 INFO O| Apr 15 03:49:27.588 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 3977 | 2025-04-15T03:49:32.250Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3978 | 2025-04-15T03:49:32.920Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3979 | 2025-04-15T03:49:36.591Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3980 | 2025-04-15T03:49:46.011Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3981 | 2025-04-15T03:49:46.700Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3982 | 2025-04-15T03:49:47.723Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
| 3983 | 2025-04-15T03:49:48.112Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
| 3984 | 2025-04-15T03:49:48.448Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3985 | 2025-04-15T03:49:48.716Z | [verify-libraries] Compiling omicron-zone-package v0.12.0 |
| 3986 | 2025-04-15T03:50:04.880Z | [ host-image] Apr 15 03:50:03.335 INFO O| Apr 15 03:50:03.335 INFO O| Planning: Solver setup ... Done |
| 3987 | 2025-04-15T03:50:06.743Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3988 | 2025-04-15T03:50:12.116Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3989 | 2025-04-15T03:50:15.027Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3990 | 2025-04-15T03:50:40.449Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3991 | 2025-04-15T03:50:44.217Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3992 | 2025-04-15T03:50:51.328Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3993 | 2025-04-15T03:50:53.015Z | [verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3994 | 2025-04-15T03:50:54.400Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3995 | 2025-04-15T03:50:59.214Z | [ recovery-image] Apr 15 03:50:57.663 INFO O| Apr 15 03:50:57.663 INFO O| Planning: Solver setup ... Done |
| 3996 | 2025-04-15T03:51:00.773Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3997 | 2025-04-15T03:51:22.719Z | [verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3998 | 2025-04-15T03:51:23.203Z | [verify-libraries] Compiling diff v0.1.13 |
| 3999 | 2025-04-15T03:51:24.803Z | [verify-libraries] Compiling heck v0.4.1 |
| 4000 | 2025-04-15T03:51:25.697Z | [verify-libraries] Compiling yansi v1.0.1 |
| 4001 | 2025-04-15T03:51:26.485Z | [verify-libraries] Compiling pretty_assertions v1.4.1 |
| 4002 | 2025-04-15T03:51:26.875Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 4003 | 2025-04-15T03:51:31.909Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4004 | 2025-04-15T03:51:33.517Z | [verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4005 | 2025-04-15T03:51:35.186Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4006 | 2025-04-15T03:51:35.705Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4007 | 2025-04-15T03:51:36.372Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4008 | 2025-04-15T03:51:36.908Z | [verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4009 | 2025-04-15T03:51:37.496Z | [verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4010 | 2025-04-15T03:51:38.035Z | [verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4011 | 2025-04-15T03:51:49.484Z | [verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4012 | 2025-04-15T03:52:12.969Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 4013 | 2025-04-15T03:52:14.684Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4014 | 2025-04-15T03:52:22.885Z | [ host-image] Apr 15 03:52:21.325 INFO O| Apr 15 03:52:21.325 INFO O| Planning: Running solver ... Done |
| 4015 | 2025-04-15T03:52:23.693Z | [ host-image] Apr 15 03:52:22.132 INFO O| Apr 15 03:52:22.132 INFO O| Planning: Finding local manifests ... Done |
| 4016 | 2025-04-15T03:52:23.711Z | [ host-image] Apr 15 03:52:22.150 INFO O| Apr 15 03:52:22.150 INFO O| Planning: Fetching manifests: 0/125 0% complete |
| 4017 | 2025-04-15T03:52:28.900Z | [ host-image] Apr 15 03:52:27.339 INFO O| Apr 15 03:52:27.338 INFO O| Planning: Fetching manifests: 125/125 100% complete |
| 4018 | 2025-04-15T03:52:30.242Z | [ host-image] Apr 15 03:52:28.680 INFO O| Apr 15 03:52:28.680 INFO O| Planning: Package planning ... Done |
| 4019 | 2025-04-15T03:52:31.780Z | [ host-image] Apr 15 03:52:30.218 INFO O| Apr 15 03:52:30.218 INFO O| Planning: Merging actions ... Done |
| 4020 | 2025-04-15T03:52:32.152Z | [ host-image] Apr 15 03:52:30.590 INFO O| Apr 15 03:52:30.590 INFO O| Planning: Checking for conflicting actions ... Done |
| 4021 | 2025-04-15T03:52:32.463Z | [ host-image] Apr 15 03:52:30.901 INFO O| Apr 15 03:52:30.901 INFO O| Planning: Consolidating action changes ... Done |
| 4022 | 2025-04-15T03:52:32.985Z | [ host-image] Apr 15 03:52:31.422 INFO O| Apr 15 03:52:31.422 INFO O| Planning: Evaluating mediators ... Done |
| 4023 | 2025-04-15T03:52:39.407Z | [ host-image] Apr 15 03:52:37.844 INFO O| Apr 15 03:52:37.844 INFO O| Planning: Planning completed in 238.37 seconds |
| 4024 | 2025-04-15T03:52:39.415Z | [ host-image] Apr 15 03:52:37.852 INFO O| Apr 15 03:52:37.852 INFO O| Packages to install: 125 |
| 4025 | 2025-04-15T03:52:39.420Z | [ host-image] Apr 15 03:52:37.852 INFO O| Apr 15 03:52:37.852 INFO O| Mediators to change: 4 |
| 4026 | 2025-04-15T03:52:39.420Z | [ host-image] Apr 15 03:52:37.852 INFO O| Apr 15 03:52:37.852 INFO O| Services to change: 6 |
| 4027 | 2025-04-15T03:52:39.540Z | [ host-image] Apr 15 03:52:37.977 INFO O| Apr 15 03:52:37.977 INFO O| Download: 0/22873 items 0.0/202.0MB 0% complete |
| 4028 | 2025-04-15T03:52:45.221Z | [ host-image] Apr 15 03:52:43.658 INFO O| Apr 15 03:52:43.658 INFO O| Download: 1023/22873 items 5.0/202.0MB 2% complete (1.0M/s) |
| 4029 | 2025-04-15T03:52:50.222Z | [ host-image] Apr 15 03:52:48.658 INFO O| Apr 15 03:52:48.658 INFO O| Download: 1606/22873 items 9.7/202.0MB 4% complete (941k/s) |
| 4030 | 2025-04-15T03:52:52.590Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4031 | 2025-04-15T03:52:55.230Z | [ host-image] Apr 15 03:52:53.666 INFO O| Apr 15 03:52:53.666 INFO O| Download: 2036/22873 items 23.3/202.0MB 11% complete (1.8M/s) |
| 4032 | 2025-04-15T03:52:57.453Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4033 | 2025-04-15T03:52:58.703Z | [verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4034 | 2025-04-15T03:53:00.250Z | [ host-image] Apr 15 03:52:58.686 INFO O| Apr 15 03:52:58.685 INFO O| Download: 2755/22873 items 31.3/202.0MB 15% complete (2.1M/s) |
| 4035 | 2025-04-15T03:53:03.273Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4036 | 2025-04-15T03:53:03.936Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4037 | 2025-04-15T03:53:04.826Z | [verify-libraries] Compiling termios v0.3.3 |
| 4038 | 2025-04-15T03:53:05.284Z | [ host-image] Apr 15 03:53:03.719 INFO O| Apr 15 03:53:03.718 INFO O| Download: 3748/22873 items 37.6/202.0MB 18% complete (1.4M/s) |
| 4039 | 2025-04-15T03:53:05.414Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4040 | 2025-04-15T03:53:10.664Z | [ host-image] Apr 15 03:53:09.098 INFO O| Apr 15 03:53:09.098 INFO O| Download: 4610/22873 items 42.5/202.0MB 21% complete (1.1M/s) |
| 4041 | 2025-04-15T03:53:11.359Z | [ recovery-image] Apr 15 03:53:09.793 INFO O| Apr 15 03:53:09.793 INFO O| Planning: Running solver ... Done |
| 4042 | 2025-04-15T03:53:12.085Z | [ recovery-image] Apr 15 03:53:10.519 INFO O| Apr 15 03:53:10.519 INFO O| Planning: Finding local manifests ... Done |
| 4043 | 2025-04-15T03:53:12.110Z | [ recovery-image] Apr 15 03:53:10.544 INFO O| Apr 15 03:53:10.544 INFO O| Planning: Fetching manifests: 0/125 0% complete |
| 4044 | 2025-04-15T03:53:15.676Z | [ host-image] Apr 15 03:53:14.110 INFO O| Apr 15 03:53:14.109 INFO O| Download: 5423/22873 items 46.2/202.0MB 22% complete (687k/s) |
| 4045 | 2025-04-15T03:53:17.489Z | [ recovery-image] Apr 15 03:53:15.922 INFO O| Apr 15 03:53:15.922 INFO O| Planning: Fetching manifests: 125/125 100% complete |
| 4046 | 2025-04-15T03:53:18.773Z | [ recovery-image] Apr 15 03:53:17.205 INFO O| Apr 15 03:53:17.205 INFO O| Planning: Package planning ... Done |
| 4047 | 2025-04-15T03:53:19.482Z | [ recovery-image] Apr 15 03:53:17.915 INFO O| Apr 15 03:53:17.915 INFO O| Planning: Merging actions ... Done |
| 4048 | 2025-04-15T03:53:19.693Z | [ recovery-image] Apr 15 03:53:18.126 INFO O| Apr 15 03:53:18.126 INFO O| Planning: Checking for conflicting actions ... Done |
| 4049 | 2025-04-15T03:53:19.889Z | [ recovery-image] Apr 15 03:53:18.322 INFO O| Apr 15 03:53:18.322 INFO O| Planning: Consolidating action changes ... Done |
| 4050 | 2025-04-15T03:53:20.240Z | [ recovery-image] Apr 15 03:53:18.673 INFO O| Apr 15 03:53:18.673 INFO O| Planning: Evaluating mediators ... Done |
| 4051 | 2025-04-15T03:53:20.684Z | [ host-image] Apr 15 03:53:19.117 INFO O| Apr 15 03:53:19.117 INFO O| Download: 6147/22873 items 46.6/202.0MB 23% complete (424k/s) |
| 4052 | 2025-04-15T03:53:25.691Z | [ host-image] Apr 15 03:53:24.124 INFO O| Apr 15 03:53:24.124 INFO O| Download: 7105/22873 items 55.2/202.0MB 27% complete (685k/s) |
| 4053 | 2025-04-15T03:53:26.646Z | [ recovery-image] Apr 15 03:53:25.077 INFO O| Apr 15 03:53:25.077 INFO O| Planning: Planning completed in 237.49 seconds |
| 4054 | 2025-04-15T03:53:26.653Z | [ recovery-image] Apr 15 03:53:25.085 INFO O| Apr 15 03:53:25.085 INFO O| Packages to install: 125 |
| 4055 | 2025-04-15T03:53:26.656Z | [ recovery-image] Apr 15 03:53:25.085 INFO O| Apr 15 03:53:25.085 INFO O| Mediators to change: 4 |
| 4056 | 2025-04-15T03:53:26.656Z | [ recovery-image] Apr 15 03:53:25.085 INFO O| Apr 15 03:53:25.085 INFO O| Services to change: 5 |
| 4057 | 2025-04-15T03:53:26.750Z | [ recovery-image] Apr 15 03:53:25.182 INFO O| Apr 15 03:53:25.182 INFO O| Download: 0/15941 items 0.0/178.7MB 0% complete |
| 4058 | 2025-04-15T03:53:30.694Z | [ host-image] Apr 15 03:53:29.124 INFO O| Apr 15 03:53:29.124 INFO O| Download: 8073/22873 items 60.5/202.0MB 29% complete (1.4M/s) |
| 4059 | 2025-04-15T03:53:31.055Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4060 | 2025-04-15T03:53:31.751Z | [ recovery-image] Apr 15 03:53:30.182 INFO O| Apr 15 03:53:30.182 INFO O| Download: 851/15941 items 5.7/178.7MB 3% complete (1.1M/s) |
| 4061 | 2025-04-15T03:53:35.693Z | [ host-image] Apr 15 03:53:34.124 INFO O| Apr 15 03:53:34.124 INFO O| Download: 8435/22873 items 72.3/202.0MB 35% complete (1.9M/s) |
| 4062 | 2025-04-15T03:53:37.045Z | [ recovery-image] Apr 15 03:53:35.475 INFO O| Apr 15 03:53:35.475 INFO O| Download: 1168/15941 items 10.2/178.7MB 5% complete (1.0M/s) |
| 4063 | 2025-04-15T03:53:40.277Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4064 | 2025-04-15T03:53:40.578Z | [verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4065 | 2025-04-15T03:53:40.719Z | [ host-image] Apr 15 03:53:39.149 INFO O| Apr 15 03:53:39.149 INFO O| Download: 9382/22873 items 83.5/202.0MB 41% complete (2.3M/s) |
| 4066 | 2025-04-15T03:53:42.542Z | [ recovery-image] Apr 15 03:53:40.972 INFO O| Apr 15 03:53:40.972 INFO O| Download: 1315/15941 items 19.7/178.7MB 10% complete (1.5M/s) |
| 4067 | 2025-04-15T03:53:45.756Z | [ host-image] Apr 15 03:53:44.186 INFO O| Apr 15 03:53:44.186 INFO O| Download: 9452/22873 items 84.6/202.0MB 41% complete (2.3M/s) |
| 4068 | 2025-04-15T03:53:47.770Z | [ recovery-image] Apr 15 03:53:46.199 INFO O| Apr 15 03:53:46.199 INFO O| Download: 1495/15941 items 21.6/178.7MB 12% complete (1.1M/s) |
| 4069 | 2025-04-15T03:53:50.773Z | [ host-image] Apr 15 03:53:49.202 INFO O| Apr 15 03:53:49.201 INFO O| Download: 10490/22873 items 91.3/202.0MB 45% complete (790k/s) |
| 4070 | 2025-04-15T03:53:52.785Z | [ recovery-image] Apr 15 03:53:51.214 INFO O| Apr 15 03:53:51.214 INFO O| Download: 1806/15941 items 28.2/178.7MB 15% complete (1.1M/s) |
| 4071 | 2025-04-15T03:53:55.857Z | [ host-image] Apr 15 03:53:54.285 INFO O| Apr 15 03:53:54.285 INFO O| Download: 11161/22873 items 95.3/202.0MB 47% complete (1.1M/s) |
| 4072 | 2025-04-15T03:53:57.880Z | [ recovery-image] Apr 15 03:53:56.308 INFO O| Apr 15 03:53:56.308 INFO O| Download: 2683/15941 items 33.0/178.7MB 18% complete (1.2M/s) |
| 4073 | 2025-04-15T03:54:01.077Z | [ host-image] Apr 15 03:53:59.505 INFO O| Apr 15 03:53:59.505 INFO O| Download: 11407/22873 items 98.7/202.0MB 48% complete (783k/s) |
| 4074 | 2025-04-15T03:54:02.885Z | [ recovery-image] Apr 15 03:54:01.313 INFO O| Apr 15 03:54:01.313 INFO O| Download: 3524/15941 items 38.4/178.7MB 21% complete (1.0M/s) |
| 4075 | 2025-04-15T03:54:06.079Z | [ host-image] Apr 15 03:54:04.506 INFO O| Apr 15 03:54:04.506 INFO O| Download: 11985/22873 items 99.7/202.0MB 49% complete (459k/s) |
| 4076 | 2025-04-15T03:54:07.888Z | [ recovery-image] Apr 15 03:54:06.315 INFO O| Apr 15 03:54:06.315 INFO O| Download: 3847/15941 items 42.4/178.7MB 23% complete (948k/s) |
| 4077 | 2025-04-15T03:54:11.858Z | [ host-image] Apr 15 03:54:10.285 INFO O| Apr 15 03:54:10.285 INFO O| Download: 12183/22873 items 104.3/202.0MB 51% complete (600k/s) |
| 4078 | 2025-04-15T03:54:12.904Z | [ recovery-image] Apr 15 03:54:11.331 INFO O| Apr 15 03:54:11.331 INFO O| Download: 4766/15941 items 43.1/178.7MB 24% complete (486k/s) |
| 4079 | 2025-04-15T03:54:17.048Z | [ host-image] Apr 15 03:54:15.474 INFO O| Apr 15 03:54:15.474 INFO O| Download: 12354/22873 items 112.7/202.0MB 55% complete (1.3M/s) |
| 4080 | 2025-04-15T03:54:17.919Z | [ recovery-image] Apr 15 03:54:16.345 INFO O| Apr 15 03:54:16.345 INFO O| Download: 5723/15941 items 44.7/178.7MB 24% complete (207k/s) |
| 4081 | 2025-04-15T03:54:22.061Z | [ host-image] Apr 15 03:54:20.487 INFO O| Apr 15 03:54:20.487 INFO O| Download: 13352/22873 items 113.2/202.0MB 56% complete (750k/s) |
| 4082 | 2025-04-15T03:54:24.002Z | [ recovery-image] Apr 15 03:54:22.427 INFO O| Apr 15 03:54:22.427 INFO O| Download: 5780/15941 items 45.6/178.7MB 25% complete (242k/s) |
| 4083 | 2025-04-15T03:54:27.075Z | [ host-image] Apr 15 03:54:25.500 INFO O| Apr 15 03:54:25.500 INFO O| Download: 13942/22873 items 113.5/202.0MB 56% complete (83.2k/s) |
| 4084 | 2025-04-15T03:54:31.811Z | [ recovery-image] Apr 15 03:54:30.235 INFO O| Apr 15 03:54:30.235 INFO O| Download: 5985/15941 items 53.2/178.7MB 29% complete (938k/s) |
| 4085 | 2025-04-15T03:54:32.078Z | [ host-image] Apr 15 03:54:30.502 INFO O| Apr 15 03:54:30.502 INFO O| Download: 13990/22873 items 113.5/202.0MB 56% complete (32.0k/s) |
| 4086 | 2025-04-15T03:54:36.910Z | [ recovery-image] Apr 15 03:54:35.334 INFO O| Apr 15 03:54:35.334 INFO O| Download: 6251/15941 items 65.0/178.7MB 36% complete (1.2M/s) |
| 4087 | 2025-04-15T03:54:38.528Z | [ host-image] Apr 15 03:54:36.952 INFO O| Apr 15 03:54:36.952 INFO O| Download: 14493/22873 items 114.9/202.0MB 56% complete (131k/s) |
| 4088 | 2025-04-15T03:54:41.913Z | [ recovery-image] Apr 15 03:54:40.336 INFO O| Apr 15 03:54:40.336 INFO O| Download: 7122/15941 items 74.7/178.7MB 41% complete (2.1M/s) |
| 4089 | 2025-04-15T03:54:43.536Z | [ host-image] Apr 15 03:54:41.959 INFO O| Apr 15 03:54:41.959 INFO O| Download: 14818/22873 items 120.8/202.0MB 59% complete (720k/s) |
| 4090 | 2025-04-15T03:54:47.766Z | [ recovery-image] Apr 15 03:54:46.189 INFO O| Apr 15 03:54:46.189 INFO O| Download: 7283/15941 items 75.5/178.7MB 42% complete (2.0M/s) |
| 4091 | 2025-04-15T03:54:48.566Z | [ host-image] Apr 15 03:54:46.989 INFO O| Apr 15 03:54:46.988 INFO O| Download: 15440/22873 items 126.1/202.0MB 62% complete (1.1M/s) |
| 4092 | 2025-04-15T03:54:52.834Z | [ recovery-image] Apr 15 03:54:51.256 INFO O| Apr 15 03:54:51.256 INFO O| Download: 7730/15941 items 77.0/178.7MB 43% complete (193k/s) |
| 4093 | 2025-04-15T03:54:53.581Z | [ host-image] Apr 15 03:54:52.003 INFO O| Apr 15 03:54:52.003 INFO O| Download: 15778/22873 items 129.1/202.0MB 63% complete (858k/s) |
| 4094 | 2025-04-15T03:54:58.589Z | [ host-image] Apr 15 03:54:57.011 INFO O| Apr 15 03:54:57.011 INFO O| Download: 16043/22873 items 133.7/202.0MB 66% complete (770k/s) |
| 4095 | 2025-04-15T03:54:58.638Z | [ recovery-image] Apr 15 03:54:57.060 INFO O| Apr 15 03:54:57.060 INFO O| Download: 7984/15941 items 80.3/178.7MB 44% complete (564k/s) |
| 4096 | 2025-04-15T03:55:03.694Z | [ host-image] Apr 15 03:55:02.115 INFO O| Apr 15 03:55:02.114 INFO O| Download: 16760/22873 items 144.3/202.0MB 71% complete (1.5M/s) |
| 4097 | 2025-04-15T03:55:03.732Z | [ recovery-image] Apr 15 03:55:02.153 INFO O| Apr 15 03:55:02.153 INFO O| Download: 8484/15941 items 83.0/178.7MB 46% complete (535k/s) |
| 4098 | 2025-04-15T03:55:08.699Z | [ host-image] Apr 15 03:55:07.119 INFO O| Apr 15 03:55:07.119 INFO O| Download: 17402/22873 items 148.6/202.0MB 73% complete (1.5M/s) |
| 4099 | 2025-04-15T03:55:09.465Z | [ recovery-image] Apr 15 03:55:07.885 INFO O| Apr 15 03:55:07.885 INFO O| Download: 8837/15941 items 87.5/178.7MB 48% complete (816k/s) |
| 4100 | 2025-04-15T03:55:14.132Z | [ host-image] Apr 15 03:55:12.551 INFO O| Apr 15 03:55:12.551 INFO O| Download: 17999/22873 items 161.3/202.0MB 79% complete (1.5M/s) |
| 4101 | 2025-04-15T03:55:14.504Z | [ recovery-image] Apr 15 03:55:12.923 INFO O| Apr 15 03:55:12.923 INFO O| Download: 9261/15941 items 96.0/178.7MB 53% complete (1.3M/s) |
| 4102 | 2025-04-15T03:55:19.808Z | [ recovery-image] Apr 15 03:55:18.227 INFO O| Apr 15 03:55:18.227 INFO O| Download: 9875/15941 items 96.3/178.7MB 53% complete (962k/s) |
| 4103 | 2025-04-15T03:55:19.812Z | [ host-image] Apr 15 03:55:18.227 INFO O| Apr 15 03:55:18.227 INFO O| Download: 18291/22873 items 166.3/202.0MB 82% complete (1.7M/s) |
| 4104 | 2025-04-15T03:55:24.810Z | [ host-image] Apr 15 03:55:23.229 INFO O| Apr 15 03:55:23.229 INFO O| Download: 18971/22873 items 168.8/202.0MB 83% complete (524k/s) |
| 4105 | 2025-04-15T03:55:43.778Z | [ recovery-image] Apr 15 03:55:42.194 INFO O| Apr 15 03:55:42.194 INFO O| Download: 10032/15941 items 96.4/178.7MB 53% complete |
| 4106 | 2025-04-15T03:55:43.787Z | [ host-image] Apr 15 03:55:42.203 INFO O| Apr 15 03:55:42.203 INFO O| Download: 19067/22873 items 169.1/202.0MB 83% complete |
| 4107 | 2025-04-15T03:55:48.784Z | [ recovery-image] Apr 15 03:55:47.199 INFO O| Apr 15 03:55:47.199 INFO O| Download: 10609/15941 items 96.7/178.7MB 54% complete (59.1k/s) |
| 4108 | 2025-04-15T03:55:48.789Z | [ host-image] Apr 15 03:55:47.205 INFO O| Apr 15 03:55:47.205 INFO O| Download: 19491/22873 items 170.4/202.0MB 84% complete (268k/s) |
| 4109 | 2025-04-15T03:55:53.792Z | [ recovery-image] Apr 15 03:55:52.207 INFO O| Apr 15 03:55:52.207 INFO O| Download: 10774/15941 items 96.7/178.7MB 54% complete (34.8k/s) |
| 4110 | 2025-04-15T03:55:53.804Z | [ host-image] Apr 15 03:55:52.219 INFO O| Apr 15 03:55:52.219 INFO O| Download: 19947/22873 items 171.9/202.0MB 85% complete (284k/s) |
| 4111 | 2025-04-15T03:55:54.552Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4112 | 2025-04-15T03:55:58.808Z | [ host-image] Apr 15 03:55:57.222 INFO O| Apr 15 03:55:57.222 INFO O| Download: 20269/22873 items 173.6/202.0MB 85% complete (311k/s) |
| 4113 | 2025-04-15T03:55:59.156Z | [ recovery-image] Apr 15 03:55:57.570 INFO O| Apr 15 03:55:57.570 INFO O| Download: 11161/15941 items 102.8/178.7MB 57% complete (508k/s) |
| 4114 | 2025-04-15T03:56:04.304Z | [ recovery-image] Apr 15 03:56:02.717 INFO O| Apr 15 03:56:02.717 INFO O| Download: 11583/15941 items 113.7/178.7MB 63% complete (1.6M/s) |
| 4115 | 2025-04-15T03:56:06.172Z | [ host-image] Apr 15 03:56:04.585 INFO O| Apr 15 03:56:04.585 INFO O| Download: 20929/22873 items 181.4/202.0MB 89% complete (892k/s) |
| 4116 | 2025-04-15T03:56:11.290Z | [ recovery-image] Apr 15 03:56:08.431 INFO O| Apr 15 03:56:08.431 INFO O| Download: 12069/15941 items 143.5/178.7MB 80% complete (4.0M/s) |
| 4117 | 2025-04-15T03:56:11.323Z | [ host-image] Apr 15 03:56:09.617 INFO O| Apr 15 03:56:09.617 INFO O| Download: 21256/22873 items 183.2/202.0MB 90% complete (740k/s) |
| 4118 | 2025-04-15T03:56:15.038Z | [ recovery-image] Apr 15 03:56:13.450 INFO O| Apr 15 03:56:13.450 INFO O| Download: 12668/15941 items 145.9/178.7MB 81% complete (2.9M/s) |
| 4119 | 2025-04-15T03:56:16.440Z | [ host-image] Apr 15 03:56:14.852 INFO O| Apr 15 03:56:14.852 INFO O| Download: 21790/22873 items 187.2/202.0MB 92% complete (602k/s) |
| 4120 | 2025-04-15T03:56:20.052Z | [ recovery-image] Apr 15 03:56:18.464 INFO O| Apr 15 03:56:18.464 INFO O| Download: 13560/15941 items 148.7/178.7MB 83% complete (525k/s) |
| 4121 | 2025-04-15T03:56:21.597Z | [ host-image] Apr 15 03:56:20.008 INFO O| Apr 15 03:56:20.008 INFO O| Download: 22086/22873 items 195.6/202.0MB 96% complete (1.2M/s) |
| 4122 | 2025-04-15T03:56:25.059Z | [ recovery-image] Apr 15 03:56:23.470 INFO O| Apr 15 03:56:23.470 INFO O| Download: 14343/15941 items 151.9/178.7MB 84% complete (634k/s) |
| 4123 | 2025-04-15T03:56:26.453Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4124 | 2025-04-15T03:56:26.813Z | [ host-image] Apr 15 03:56:25.223 INFO O| Apr 15 03:56:25.223 INFO O| Download: 22342/22873 items 200.2/202.0MB 99% complete (1.3M/s) |
| 4125 | 2025-04-15T03:56:30.340Z | [ recovery-image] Apr 15 03:56:28.744 INFO O| Apr 15 03:56:28.744 INFO O| Download: 14766/15941 items 154.5/178.7MB 86% complete (574k/s) |
| 4126 | 2025-04-15T03:56:31.838Z | [ host-image] Apr 15 03:56:30.248 INFO O| Apr 15 03:56:30.248 INFO O| Download: 22615/22873 items 201.7/202.0MB 99% complete (610k/s) |
| 4127 | 2025-04-15T03:56:34.846Z | [ host-image] Apr 15 03:56:33.169 INFO O| Apr 15 03:56:33.168 INFO O| Download: Completed 202.03 MB in 235.19 seconds (877k/s) |
| 4128 | 2025-04-15T03:56:36.738Z | [ host-image] Apr 15 03:56:35.148 INFO O| Apr 15 03:56:35.148 INFO O| Actions: 1/49604 actions (Installing new actions) |
| 4129 | 2025-04-15T03:56:37.844Z | [ recovery-image] Apr 15 03:56:36.254 INFO O| Apr 15 03:56:36.254 INFO O| Download: 14846/15941 items 159.9/178.7MB 89% complete (942k/s) |
| 4130 | 2025-04-15T03:56:41.750Z | [ host-image] Apr 15 03:56:40.159 INFO O| Apr 15 03:56:40.159 INFO O| Actions: 9276/49604 actions (Installing new actions) |
| 4131 | 2025-04-15T03:56:42.298Z | [verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4132 | 2025-04-15T03:56:42.850Z | [ recovery-image] Apr 15 03:56:41.259 INFO O| Apr 15 03:56:41.259 INFO O| Download: 15501/15941 items 171.1/178.7MB 95% complete (1.1M/s) |
| 4133 | 2025-04-15T03:56:46.767Z | [ host-image] Apr 15 03:56:45.159 INFO O| Apr 15 03:56:45.159 INFO O| Actions: 15523/49604 actions (Installing new actions) |
| 4134 | 2025-04-15T03:56:48.087Z | [ recovery-image] Apr 15 03:56:46.494 INFO O| Apr 15 03:56:46.493 INFO O| Download: 15700/15941 items 173.4/178.7MB 96% complete (1.4M/s) |
| 4135 | 2025-04-15T03:56:48.179Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4136 | 2025-04-15T03:56:50.267Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4137 | 2025-04-15T03:56:51.752Z | [ host-image] Apr 15 03:56:50.160 INFO O| Apr 15 03:56:50.160 INFO O| Actions: 19387/49604 actions (Installing new actions) |
| 4138 | 2025-04-15T03:56:54.190Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 4139 | 2025-04-15T03:56:54.399Z | [ recovery-image] Apr 15 03:56:52.784 INFO O| Apr 15 03:56:52.784 INFO O| Download: 15914/15941 items 177.5/178.7MB 99% complete (1.1M/s) |
| 4140 | 2025-04-15T03:56:55.705Z | [ recovery-image] Apr 15 03:56:54.113 INFO O| Apr 15 03:56:54.113 INFO O| Download: Completed 178.74 MB in 208.93 seconds (873k/s) |
| 4141 | 2025-04-15T03:56:56.715Z | [ recovery-image] Apr 15 03:56:55.122 INFO O| Apr 15 03:56:55.122 INFO O| Actions: 1/25124 actions (Installing new actions) |
| 4142 | 2025-04-15T03:56:56.753Z | [ host-image] Apr 15 03:56:55.160 INFO O| Apr 15 03:56:55.160 INFO O| Actions: 25639/49604 actions (Installing new actions) |
| 4143 | 2025-04-15T03:57:01.715Z | [ recovery-image] Apr 15 03:57:00.123 INFO O| Apr 15 03:57:00.122 INFO O| Actions: 9049/25124 actions (Installing new actions) |
| 4144 | 2025-04-15T03:57:01.806Z | [ host-image] Apr 15 03:57:00.213 INFO O| Apr 15 03:57:00.213 INFO O| Actions: 49049/49604 actions (Installing new actions) |
| 4145 | 2025-04-15T03:57:03.397Z | [ host-image] Apr 15 03:57:01.804 INFO O| Apr 15 03:57:01.803 INFO O| Actions: Completed 49604 actions in 26.65 seconds. |
| 4146 | 2025-04-15T03:57:04.485Z | [ host-image] Apr 15 03:57:02.892 INFO O| Apr 15 03:57:02.892 INFO O| Done |
| 4147 | 2025-04-15T03:57:04.488Z | [ host-image] Apr 15 03:57:02.892 INFO O| Apr 15 03:57:02.892 INFO O| Done |
| 4148 | 2025-04-15T03:57:06.705Z | [ host-image] Apr 15 03:57:05.112 INFO O| Apr 15 03:57:05.112 INFO O| Done |
| 4149 | 2025-04-15T03:57:06.716Z | [ recovery-image] Apr 15 03:57:05.123 INFO O| Apr 15 03:57:05.123 INFO O| Actions: 15694/25124 actions (Installing new actions) |
| 4150 | 2025-04-15T03:57:10.180Z | [ host-image] Apr 15 03:57:08.586 INFO O| Apr 15 03:57:08.586 INFO O| Done |
| 4151 | 2025-04-15T03:57:10.230Z | [ host-image] Apr 15 03:57:08.636 INFO O| Apr 15 03:57:08.636 INFO O| Done |
| 4152 | 2025-04-15T03:57:11.874Z | [ recovery-image] Apr 15 03:57:10.280 INFO O| Apr 15 03:57:10.280 INFO O| Actions: 24569/25124 actions (Installing new actions) |
| 4153 | 2025-04-15T03:57:13.270Z | [ recovery-image] Apr 15 03:57:11.676 INFO O| Apr 15 03:57:11.676 INFO O| Actions: Completed 25124 actions in 16.55 seconds. |
| 4154 | 2025-04-15T03:57:14.486Z | [ recovery-image] Apr 15 03:57:12.891 INFO O| Apr 15 03:57:12.891 INFO O| Done |
| 4155 | 2025-04-15T03:57:14.486Z | [ recovery-image] Apr 15 03:57:12.892 INFO O| Apr 15 03:57:12.891 INFO O| Done |
| 4156 | 2025-04-15T03:57:16.575Z | [ recovery-image] Apr 15 03:57:14.980 INFO O| Apr 15 03:57:14.980 INFO O| Done |
| 4157 | 2025-04-15T03:57:17.813Z | [ host-image] Apr 15 03:57:16.218 INFO O| Apr 15 03:57:16.218 INFO O| Done |
| 4158 | 2025-04-15T03:57:18.744Z | [ recovery-image] Apr 15 03:57:17.149 INFO O| Apr 15 03:57:17.149 INFO O| Done |
| 4159 | 2025-04-15T03:57:18.804Z | [ recovery-image] Apr 15 03:57:17.210 INFO O| Apr 15 03:57:17.210 INFO O| Done |
| 4160 | 2025-04-15T03:57:18.869Z | [ host-image] Apr 15 03:57:17.274 INFO O| Apr 15 03:57:17.274 INFO O| Done |
| 4161 | 2025-04-15T03:57:20.133Z | [ host-image] Apr 15 03:57:18.538 INFO O| Apr 15 03:57:18.538 INFO STEP 11 (pkg_install) COMPLETE |
| 4162 | 2025-04-15T03:57:20.133Z | [ host-image] Apr 15 03:57:18.538 INFO O| Apr 15 03:57:18.538 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 4163 | 2025-04-15T03:57:20.165Z | [ host-image] Apr 15 03:57:18.570 INFO O| Apr 15 03:57:18.570 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest"] |
| 4164 | 2025-04-15T03:57:23.430Z | [ recovery-image] Apr 15 03:57:21.834 INFO O| Apr 15 03:57:21.834 INFO O| Done |
| 4165 | 2025-04-15T03:57:23.657Z | [ host-image] Apr 15 03:57:22.060 INFO O| Apr 15 03:57:22.060 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4166 | 2025-04-15T03:57:24.059Z | [ recovery-image] Apr 15 03:57:22.464 INFO O| Apr 15 03:57:22.464 INFO O| Done |
| 4167 | 2025-04-15T03:57:24.845Z | [ recovery-image] Apr 15 03:57:23.250 INFO O| Apr 15 03:57:23.250 INFO STEP 11 (pkg_install) COMPLETE |
| 4168 | 2025-04-15T03:57:24.845Z | [ recovery-image] Apr 15 03:57:23.250 INFO O| Apr 15 03:57:23.250 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 4169 | 2025-04-15T03:57:24.849Z | [ recovery-image] Apr 15 03:57:23.250 INFO O| Apr 15 03:57:23.250 INFO skip step because feature "recovery" is enabled |
| 4170 | 2025-04-15T03:57:24.849Z | [ recovery-image] Apr 15 03:57:23.250 INFO O| Apr 15 03:57:23.250 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 4171 | 2025-04-15T03:57:24.849Z | [ recovery-image] Apr 15 03:57:23.250 INFO O| Apr 15 03:57:23.250 INFO skip step because feature "omicron1" is not enabled |
| 4172 | 2025-04-15T03:57:24.849Z | [ recovery-image] Apr 15 03:57:23.250 INFO O| Apr 15 03:57:23.250 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 4173 | 2025-04-15T03:57:24.868Z | [ recovery-image] Apr 15 03:57:23.273 INFO O| Apr 15 03:57:23.273 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"] |
| 4174 | 2025-04-15T03:57:26.139Z | [ recovery-image] Apr 15 03:57:24.543 INFO O| Apr 15 03:57:24.543 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4175 | 2025-04-15T03:57:29.813Z | [ host-image] Apr 15 03:57:28.217 INFO O| Apr 15 03:57:28.217 INFO O| Planning: Solver setup ... Done |
| 4176 | 2025-04-15T03:57:29.823Z | [ host-image] Apr 15 03:57:28.226 INFO O| Apr 15 03:57:28.226 INFO O| Planning: Running solver ... Done |
| 4177 | 2025-04-15T03:57:29.958Z | [ host-image] Apr 15 03:57:28.362 INFO O| Apr 15 03:57:28.362 INFO O| Planning: Finding local manifests ... Done |
| 4178 | 2025-04-15T03:57:29.961Z | [ host-image] Apr 15 03:57:28.364 INFO O| Apr 15 03:57:28.364 INFO O| Planning: Fetching manifests: 0/5 0% complete |
| 4179 | 2025-04-15T03:57:31.513Z | [ recovery-image] Apr 15 03:57:29.917 INFO O| Apr 15 03:57:29.917 INFO O| Planning: Solver setup ... Done |
| 4180 | 2025-04-15T03:57:31.520Z | [ recovery-image] Apr 15 03:57:29.924 INFO O| Apr 15 03:57:29.924 INFO O| Planning: Running solver ... Done |
| 4181 | 2025-04-15T03:57:31.647Z | [ recovery-image] Apr 15 03:57:30.051 INFO O| Apr 15 03:57:30.051 INFO O| Planning: Finding local manifests ... Done |
| 4182 | 2025-04-15T03:57:31.650Z | [ recovery-image] Apr 15 03:57:30.052 INFO O| Apr 15 03:57:30.052 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 4183 | 2025-04-15T03:57:32.409Z | [ recovery-image] Apr 15 03:57:30.813 INFO O| Apr 15 03:57:30.813 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 4184 | 2025-04-15T03:57:32.524Z | [ recovery-image] Apr 15 03:57:30.928 INFO O| Apr 15 03:57:30.928 INFO O| Planning: Package planning ... Done |
| 4185 | 2025-04-15T03:57:32.528Z | [ recovery-image] Apr 15 03:57:30.929 INFO O| Apr 15 03:57:30.929 INFO O| Planning: Merging actions ... Done |
| 4186 | 2025-04-15T03:57:32.594Z | [ recovery-image] Apr 15 03:57:30.998 INFO O| Apr 15 03:57:30.998 INFO O| Planning: Checking for conflicting actions ... Done |
| 4187 | 2025-04-15T03:57:32.598Z | [ recovery-image] Apr 15 03:57:30.999 INFO O| Apr 15 03:57:30.999 INFO O| Planning: Consolidating action changes ... Done |
| 4188 | 2025-04-15T03:57:33.073Z | [ recovery-image] Apr 15 03:57:31.476 INFO O| Apr 15 03:57:31.476 INFO O| Planning: Evaluating mediators ... Done |
| 4189 | 2025-04-15T03:57:33.076Z | [ recovery-image] Apr 15 03:57:31.477 INFO O| Apr 15 03:57:31.477 INFO O| Planning: Planning completed in 6.93 seconds |
| 4190 | 2025-04-15T03:57:33.076Z | [ recovery-image] Apr 15 03:57:31.479 INFO O| Apr 15 03:57:31.479 INFO O| Packages to install: 1 |
| 4191 | 2025-04-15T03:57:33.097Z | [ recovery-image] Apr 15 03:57:31.501 INFO O| Apr 15 03:57:31.500 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete |
| 4192 | 2025-04-15T03:57:33.154Z | [ host-image] Apr 15 03:57:31.558 INFO O| Apr 15 03:57:31.558 INFO O| Planning: Fetching manifests: 5/5 100% complete |
| 4193 | 2025-04-15T03:57:33.216Z | [ host-image] Apr 15 03:57:31.619 INFO O| Apr 15 03:57:31.619 INFO O| Planning: Package planning ... Done |
| 4194 | 2025-04-15T03:57:33.223Z | [ host-image] Apr 15 03:57:31.627 INFO O| Apr 15 03:57:31.626 INFO O| Planning: Merging actions ... Done |
| 4195 | 2025-04-15T03:57:33.385Z | [ host-image] Apr 15 03:57:31.789 INFO O| Apr 15 03:57:31.789 INFO O| Planning: Checking for conflicting actions ... Done |
| 4196 | 2025-04-15T03:57:33.389Z | [ host-image] Apr 15 03:57:31.792 INFO O| Apr 15 03:57:31.791 INFO O| Planning: Consolidating action changes ... Done |
| 4197 | 2025-04-15T03:57:33.855Z | [ host-image] Apr 15 03:57:32.259 INFO O| Apr 15 03:57:32.258 INFO O| Planning: Evaluating mediators ... Done |
| 4198 | 2025-04-15T03:57:33.869Z | [ host-image] Apr 15 03:57:32.261 INFO O| Apr 15 03:57:32.261 INFO O| Planning: Planning completed in 10.20 seconds |
| 4199 | 2025-04-15T03:57:33.869Z | [ host-image] Apr 15 03:57:32.263 INFO O| Apr 15 03:57:32.263 INFO O| Packages to install: 5 |
| 4200 | 2025-04-15T03:57:33.869Z | [ host-image] Apr 15 03:57:32.263 INFO O| Apr 15 03:57:32.263 INFO O| Services to change: 2 |
| 4201 | 2025-04-15T03:57:33.881Z | [ host-image] Apr 15 03:57:32.284 INFO O| Apr 15 03:57:32.284 INFO O| Download: 0/119 items 0.0/1.5MB 0% complete |
| 4202 | 2025-04-15T03:57:34.197Z | [ recovery-image] Apr 15 03:57:32.601 INFO O| Apr 15 03:57:32.601 INFO O| Download: Completed 10.27 MB in 1.10 seconds (9.3M/s) |
| 4203 | 2025-04-15T03:57:34.308Z | [ recovery-image] Apr 15 03:57:32.711 INFO O| Apr 15 03:57:32.711 INFO O| Actions: 1/22 actions (Installing new actions) |
| 4204 | 2025-04-15T03:57:34.686Z | [ recovery-image] Apr 15 03:57:33.089 INFO O| Apr 15 03:57:33.089 INFO O| Actions: Completed 22 actions in 0.38 seconds. |
| 4205 | 2025-04-15T03:57:35.207Z | [ host-image] Apr 15 03:57:33.610 INFO O| Apr 15 03:57:33.610 INFO O| Download: Completed 1.46 MB in 1.33 seconds (1.1M/s) |
| 4206 | 2025-04-15T03:57:35.329Z | [ host-image] Apr 15 03:57:33.732 INFO O| Apr 15 03:57:33.732 INFO O| Actions: 1/311 actions (Installing new actions) |
| 4207 | 2025-04-15T03:57:35.428Z | [ recovery-image] Apr 15 03:57:33.832 INFO O| Apr 15 03:57:33.832 INFO O| Done |
| 4208 | 2025-04-15T03:57:35.428Z | [ recovery-image] Apr 15 03:57:33.832 INFO O| Apr 15 03:57:33.832 INFO O| Done |
| 4209 | 2025-04-15T03:57:35.519Z | [ host-image] Apr 15 03:57:33.921 INFO O| Apr 15 03:57:33.921 INFO O| Actions: Completed 311 actions in 0.19 seconds. |
| 4210 | 2025-04-15T03:57:36.526Z | [ host-image] Apr 15 03:57:34.929 INFO O| Apr 15 03:57:34.929 INFO O| Done |
| 4211 | 2025-04-15T03:57:36.526Z | [ host-image] Apr 15 03:57:34.929 INFO O| Apr 15 03:57:34.929 INFO O| Done |
| 4212 | 2025-04-15T03:57:36.971Z | [ recovery-image] Apr 15 03:57:35.374 INFO O| Apr 15 03:57:35.374 INFO O| Done |
| 4213 | 2025-04-15T03:57:38.034Z | [ host-image] Apr 15 03:57:36.437 INFO O| Apr 15 03:57:36.437 INFO O| Done |
| 4214 | 2025-04-15T03:57:39.184Z | [ recovery-image] Apr 15 03:57:37.587 INFO O| Apr 15 03:57:37.587 INFO O| Done |
| 4215 | 2025-04-15T03:57:39.208Z | [ recovery-image] Apr 15 03:57:37.611 INFO O| Apr 15 03:57:37.611 INFO O| Done |
| 4216 | 2025-04-15T03:57:39.211Z | [ recovery-image] Apr 15 03:57:37.611 INFO O| Apr 15 03:57:37.611 INFO O| Done |
| 4217 | 2025-04-15T03:57:39.235Z | [ recovery-image] Apr 15 03:57:37.638 INFO O| Apr 15 03:57:37.638 INFO O| Done |
| 4218 | 2025-04-15T03:57:39.475Z | [ recovery-image] Apr 15 03:57:37.877 INFO O| Apr 15 03:57:37.877 INFO STEP 14 (pkg_install) COMPLETE |
| 4219 | 2025-04-15T03:57:39.475Z | [ recovery-image] Apr 15 03:57:37.877 INFO O| Apr 15 03:57:37.877 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 4220 | 2025-04-15T03:57:39.478Z | [ recovery-image] Apr 15 03:57:37.877 INFO O| Apr 15 03:57:37.877 INFO skip step because feature "mfg" is not enabled |
| 4221 | 2025-04-15T03:57:39.478Z | [ recovery-image] Apr 15 03:57:37.877 INFO O| Apr 15 03:57:37.877 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 4222 | 2025-04-15T03:57:39.478Z | [ recovery-image] Apr 15 03:57:37.877 INFO O| Apr 15 03:57:37.877 INFO skip step because feature "compliance" is not enabled |
| 4223 | 2025-04-15T03:57:39.478Z | [ recovery-image] Apr 15 03:57:37.877 INFO O| Apr 15 03:57:37.877 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 4224 | 2025-04-15T03:57:39.478Z | [ recovery-image] Apr 15 03:57:37.877 INFO O| Apr 15 03:57:37.877 INFO skip step because feature "stress" is not enabled |
| 4225 | 2025-04-15T03:57:39.479Z | [ recovery-image] Apr 15 03:57:37.877 INFO O| Apr 15 03:57:37.877 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 4226 | 2025-04-15T03:57:39.479Z | [ recovery-image] Apr 15 03:57:37.877 INFO O| Apr 15 03:57:37.877 INFO skip step because feature "nfs" is not enabled |
| 4227 | 2025-04-15T03:57:39.479Z | [ recovery-image] Apr 15 03:57:37.877 INFO O| Apr 15 03:57:37.877 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
| 4228 | 2025-04-15T03:57:39.479Z | [ recovery-image] Apr 15 03:57:37.877 INFO O| Apr 15 03:57:37.877 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
| 4229 | 2025-04-15T03:57:39.550Z | [ recovery-image] Apr 15 03:57:37.952 INFO O| Apr 15 03:57:37.952 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
| 4230 | 2025-04-15T03:57:39.688Z | [ recovery-image] Apr 15 03:57:38.090 INFO O| Apr 15 03:57:38.090 INFO completed processing gimlet/ramdisk-01-os |
| 4231 | 2025-04-15T03:57:39.692Z | [ recovery-image] Apr 15 03:57:38.094 INFO image builder template: ramdisk-02-trim... |
| 4232 | 2025-04-15T03:57:39.692Z | [ recovery-image] Apr 15 03:57:38.094 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpTI7q2c/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", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.334", "-n", "ramdisk-02-trim"], pwd: None |
| 4233 | 2025-04-15T03:57:39.750Z | [ recovery-image] Apr 15 03:57:38.152 INFO O| Apr 15 03:57:38.152 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
| 4234 | 2025-04-15T03:57:39.758Z | [ recovery-image] Apr 15 03:57:38.161 INFO O| Apr 15 03:57:38.161 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
| 4235 | 2025-04-15T03:57:39.852Z | [ recovery-image] Apr 15 03:57:38.255 INFO O| Apr 15 03:57:38.255 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
| 4236 | 2025-04-15T03:57:39.956Z | [ recovery-image] Apr 15 03:57:38.358 INFO O| Apr 15 03:57:38.358 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
| 4237 | 2025-04-15T03:57:39.956Z | [ recovery-image] Apr 15 03:57:38.358 INFO O| Apr 15 03:57:38.358 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
| 4238 | 2025-04-15T03:57:39.968Z | [ recovery-image] Apr 15 03:57:38.371 INFO O| Apr 15 03:57:38.370 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
| 4239 | 2025-04-15T03:57:39.978Z | [ recovery-image] Apr 15 03:57:38.381 INFO O| Apr 15 03:57:38.381 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
| 4240 | 2025-04-15T03:57:39.990Z | [ recovery-image] Apr 15 03:57:38.393 INFO O| Apr 15 03:57:38.393 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
| 4241 | 2025-04-15T03:57:40.452Z | [ recovery-image] Apr 15 03:57:38.855 INFO O| Apr 15 03:57:38.855 INFO rolled back to input snapshot; work may begin |
| 4242 | 2025-04-15T03:57:40.452Z | [ recovery-image] Apr 15 03:57:38.855 INFO O| Apr 15 03:57:38.855 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
| 4243 | 2025-04-15T03:57:40.463Z | [ recovery-image] Apr 15 03:57:38.866 INFO O| Apr 15 03:57:38.866 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4244 | 2025-04-15T03:57:40.530Z | [ recovery-image] Apr 15 03:57:38.933 INFO O| Apr 15 03:57:38.933 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
| 4245 | 2025-04-15T03:57:40.888Z | [ host-image] Apr 15 03:57:39.291 INFO O| Apr 15 03:57:39.291 INFO O| Done |
| 4246 | 2025-04-15T03:57:40.956Z | [ host-image] Apr 15 03:57:39.359 INFO O| Apr 15 03:57:39.359 INFO O| Done |
| 4247 | 2025-04-15T03:57:40.960Z | [ host-image] Apr 15 03:57:39.359 INFO O| Apr 15 03:57:39.359 INFO O| Done |
| 4248 | 2025-04-15T03:57:41.015Z | [ host-image] Apr 15 03:57:39.416 INFO O| Apr 15 03:57:39.416 INFO O| Done |
| 4249 | 2025-04-15T03:57:41.210Z | [ host-image] Apr 15 03:57:39.612 INFO O| Apr 15 03:57:39.612 INFO STEP 12 (pkg_install) COMPLETE |
| 4250 | 2025-04-15T03:57:41.210Z | [ host-image] Apr 15 03:57:39.612 INFO O| Apr 15 03:57:39.612 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 4251 | 2025-04-15T03:57:41.230Z | [ host-image] Apr 15 03:57:39.633 INFO O| Apr 15 03:57:39.632 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
| 4252 | 2025-04-15T03:57:41.233Z | [ recovery-image] Apr 15 03:57:39.633 INFO O| Apr 15 03:57:39.633 INFO STEP 0 (remove_files) COMPLETE |
| 4253 | 2025-04-15T03:57:41.233Z | [ recovery-image] Apr 15 03:57:39.633 INFO O| Apr 15 03:57:39.633 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4254 | 2025-04-15T03:57:41.301Z | [ recovery-image] Apr 15 03:57:39.703 INFO O| Apr 15 03:57:39.703 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
| 4255 | 2025-04-15T03:57:41.304Z | [ recovery-image] Apr 15 03:57:39.707 INFO O| Apr 15 03:57:39.707 INFO STEP 1 (remove_files) COMPLETE |
| 4256 | 2025-04-15T03:57:41.307Z | [ recovery-image] Apr 15 03:57:39.707 INFO O| Apr 15 03:57:39.707 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4257 | 2025-04-15T03:57:41.351Z | [ recovery-image] Apr 15 03:57:39.753 INFO O| Apr 15 03:57:39.753 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
| 4258 | 2025-04-15T03:57:41.377Z | [ recovery-image] Apr 15 03:57:39.780 INFO O| Apr 15 03:57:39.779 INFO STEP 2 (remove_files) COMPLETE |
| 4259 | 2025-04-15T03:57:41.377Z | [ recovery-image] Apr 15 03:57:39.780 INFO O| Apr 15 03:57:39.780 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4260 | 2025-04-15T03:57:41.399Z | [ recovery-image] Apr 15 03:57:39.802 INFO O| Apr 15 03:57:39.801 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
| 4261 | 2025-04-15T03:57:41.403Z | [ recovery-image] Apr 15 03:57:39.805 INFO O| Apr 15 03:57:39.805 INFO STEP 3 (remove_files) COMPLETE |
| 4262 | 2025-04-15T03:57:41.403Z | [ recovery-image] Apr 15 03:57:39.805 INFO O| Apr 15 03:57:39.805 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4263 | 2025-04-15T03:57:41.425Z | [ recovery-image] Apr 15 03:57:39.828 INFO O| Apr 15 03:57:39.828 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
| 4264 | 2025-04-15T03:57:41.432Z | [ recovery-image] Apr 15 03:57:39.834 INFO O| Apr 15 03:57:39.834 INFO STEP 4 (remove_files) COMPLETE |
| 4265 | 2025-04-15T03:57:41.432Z | [ recovery-image] Apr 15 03:57:39.835 INFO O| Apr 15 03:57:39.834 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4266 | 2025-04-15T03:57:41.454Z | [ recovery-image] Apr 15 03:57:39.857 INFO O| Apr 15 03:57:39.857 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
| 4267 | 2025-04-15T03:57:41.458Z | [ recovery-image] Apr 15 03:57:39.857 INFO O| Apr 15 03:57:39.857 INFO STEP 5 (remove_files) COMPLETE |
| 4268 | 2025-04-15T03:57:41.458Z | [ recovery-image] Apr 15 03:57:39.857 INFO O| Apr 15 03:57:39.857 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4269 | 2025-04-15T03:57:41.490Z | [ recovery-image] Apr 15 03:57:39.893 INFO O| Apr 15 03:57:39.893 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
| 4270 | 2025-04-15T03:57:41.513Z | [ recovery-image] Apr 15 03:57:39.915 INFO O| Apr 15 03:57:39.915 INFO STEP 6 (remove_files) COMPLETE |
| 4271 | 2025-04-15T03:57:41.513Z | [ recovery-image] Apr 15 03:57:39.915 INFO O| Apr 15 03:57:39.915 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4272 | 2025-04-15T03:57:41.513Z | [ recovery-image] Apr 15 03:57:39.915 INFO O| Apr 15 03:57:39.915 INFO skip step because feature "recovery" is enabled |
| 4273 | 2025-04-15T03:57:41.516Z | [ recovery-image] Apr 15 03:57:39.915 INFO O| Apr 15 03:57:39.915 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4274 | 2025-04-15T03:57:41.516Z | [ recovery-image] Apr 15 03:57:39.915 INFO O| Apr 15 03:57:39.915 INFO skip step because feature "recovery" is enabled |
| 4275 | 2025-04-15T03:57:41.516Z | [ recovery-image] Apr 15 03:57:39.915 INFO O| Apr 15 03:57:39.915 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4276 | 2025-04-15T03:57:41.516Z | [ recovery-image] Apr 15 03:57:39.915 INFO O| Apr 15 03:57:39.915 INFO skip step because feature "recovery" is enabled |
| 4277 | 2025-04-15T03:57:41.516Z | [ recovery-image] Apr 15 03:57:39.915 INFO O| Apr 15 03:57:39.915 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4278 | 2025-04-15T03:57:41.568Z | [ recovery-image] Apr 15 03:57:39.971 INFO O| Apr 15 03:57:39.971 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
| 4279 | 2025-04-15T03:57:41.575Z | [ recovery-image] Apr 15 03:57:39.978 INFO O| Apr 15 03:57:39.977 INFO STEP 10 (remove_files) COMPLETE |
| 4280 | 2025-04-15T03:57:41.575Z | [ recovery-image] Apr 15 03:57:39.978 INFO O| Apr 15 03:57:39.978 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4281 | 2025-04-15T03:57:41.632Z | [ recovery-image] Apr 15 03:57:40.034 INFO O| Apr 15 03:57:40.034 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
| 4282 | 2025-04-15T03:57:41.656Z | [ recovery-image] Apr 15 03:57:40.058 INFO O| Apr 15 03:57:40.058 INFO STEP 11 (remove_files) COMPLETE |
| 4283 | 2025-04-15T03:57:41.656Z | [ recovery-image] Apr 15 03:57:40.059 INFO O| Apr 15 03:57:40.058 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4284 | 2025-04-15T03:57:41.727Z | [ recovery-image] Apr 15 03:57:40.130 INFO O| Apr 15 03:57:40.130 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
| 4285 | 2025-04-15T03:57:41.731Z | [ recovery-image] Apr 15 03:57:40.133 INFO O| Apr 15 03:57:40.132 INFO STEP 12 (remove_files) COMPLETE |
| 4286 | 2025-04-15T03:57:41.731Z | [ recovery-image] Apr 15 03:57:40.133 INFO O| Apr 15 03:57:40.133 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4287 | 2025-04-15T03:57:41.903Z | [ recovery-image] Apr 15 03:57:40.306 INFO O| Apr 15 03:57:40.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
| 4288 | 2025-04-15T03:57:41.961Z | [ recovery-image] Apr 15 03:57:40.364 INFO O| Apr 15 03:57:40.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
| 4289 | 2025-04-15T03:57:41.969Z | [ recovery-image] Apr 15 03:57:40.371 INFO O| Apr 15 03:57:40.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
| 4290 | 2025-04-15T03:57:41.972Z | [ recovery-image] Apr 15 03:57:40.372 INFO O| Apr 15 03:57:40.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
| 4291 | 2025-04-15T03:57:42.202Z | [ recovery-image] Apr 15 03:57:40.604 INFO O| Apr 15 03:57:40.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
| 4292 | 2025-04-15T03:57:42.236Z | [ recovery-image] Apr 15 03:57:40.638 INFO O| Apr 15 03:57:40.638 INFO STEP 13 (remove_files) COMPLETE |
| 4293 | 2025-04-15T03:57:42.236Z | [ recovery-image] Apr 15 03:57:40.638 INFO O| Apr 15 03:57:40.638 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4294 | 2025-04-15T03:57:42.260Z | [ recovery-image] Apr 15 03:57:40.663 INFO O| Apr 15 03:57:40.663 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
| 4295 | 2025-04-15T03:57:42.263Z | [ recovery-image] Apr 15 03:57:40.665 INFO O| Apr 15 03:57:40.665 INFO STEP 14 (remove_files) COMPLETE |
| 4296 | 2025-04-15T03:57:42.263Z | [ recovery-image] Apr 15 03:57:40.665 INFO O| Apr 15 03:57:40.665 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4297 | 2025-04-15T03:57:42.286Z | [ recovery-image] Apr 15 03:57:40.688 INFO O| Apr 15 03:57:40.688 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
| 4298 | 2025-04-15T03:57:42.296Z | [ recovery-image] Apr 15 03:57:40.698 INFO O| Apr 15 03:57:40.698 INFO STEP 15 (remove_files) COMPLETE |
| 4299 | 2025-04-15T03:57:42.296Z | [ recovery-image] Apr 15 03:57:40.699 INFO O| Apr 15 03:57:40.698 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4300 | 2025-04-15T03:57:42.332Z | [ recovery-image] Apr 15 03:57:40.735 INFO O| Apr 15 03:57:40.735 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
| 4301 | 2025-04-15T03:57:42.336Z | [ recovery-image] Apr 15 03:57:40.736 INFO O| Apr 15 03:57:40.736 INFO STEP 16 (remove_files) COMPLETE |
| 4302 | 2025-04-15T03:57:42.336Z | [ recovery-image] Apr 15 03:57:40.736 INFO O| Apr 15 03:57:40.736 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4303 | 2025-04-15T03:57:42.432Z | [ recovery-image] Apr 15 03:57:40.834 INFO O| Apr 15 03:57:40.834 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
| 4304 | 2025-04-15T03:57:42.435Z | [ recovery-image] Apr 15 03:57:40.837 INFO O| Apr 15 03:57:40.837 INFO STEP 17 (remove_files) COMPLETE |
| 4305 | 2025-04-15T03:57:42.435Z | [ recovery-image] Apr 15 03:57:40.837 INFO O| Apr 15 03:57:40.837 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4306 | 2025-04-15T03:57:42.468Z | [ recovery-image] Apr 15 03:57:40.870 INFO O| Apr 15 03:57:40.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
| 4307 | 2025-04-15T03:57:42.471Z | [ recovery-image] Apr 15 03:57:40.870 INFO O| Apr 15 03:57:40.870 INFO STEP 18 (remove_files) COMPLETE |
| 4308 | 2025-04-15T03:57:42.471Z | [ recovery-image] Apr 15 03:57:40.871 INFO O| Apr 15 03:57:40.870 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4309 | 2025-04-15T03:57:42.489Z | [ recovery-image] Apr 15 03:57:40.891 INFO O| Apr 15 03:57:40.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
| 4310 | 2025-04-15T03:57:42.493Z | [ recovery-image] Apr 15 03:57:40.892 INFO O| Apr 15 03:57:40.891 INFO STEP 19 (remove_files) COMPLETE |
| 4311 | 2025-04-15T03:57:42.493Z | [ recovery-image] Apr 15 03:57:40.892 INFO O| Apr 15 03:57:40.892 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4312 | 2025-04-15T03:57:42.509Z | [ recovery-image] Apr 15 03:57:40.912 INFO O| Apr 15 03:57:40.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
| 4313 | 2025-04-15T03:57:42.509Z | [ recovery-image] Apr 15 03:57:40.912 INFO O| Apr 15 03:57:40.912 INFO STEP 20 (remove_files) COMPLETE |
| 4314 | 2025-04-15T03:57:42.509Z | [ recovery-image] Apr 15 03:57:40.912 INFO O| Apr 15 03:57:40.912 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4315 | 2025-04-15T03:57:42.530Z | [ recovery-image] Apr 15 03:57:40.933 INFO O| Apr 15 03:57:40.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
| 4316 | 2025-04-15T03:57:42.530Z | [ recovery-image] Apr 15 03:57:40.933 INFO O| Apr 15 03:57:40.933 INFO STEP 21 (remove_files) COMPLETE |
| 4317 | 2025-04-15T03:57:42.530Z | [ recovery-image] Apr 15 03:57:40.933 INFO O| Apr 15 03:57:40.933 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4318 | 2025-04-15T03:57:42.553Z | [ recovery-image] Apr 15 03:57:40.955 INFO O| Apr 15 03:57:40.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
| 4319 | 2025-04-15T03:57:42.553Z | [ recovery-image] Apr 15 03:57:40.955 INFO O| Apr 15 03:57:40.955 INFO STEP 22 (remove_files) COMPLETE |
| 4320 | 2025-04-15T03:57:42.557Z | [ recovery-image] Apr 15 03:57:40.955 INFO O| Apr 15 03:57:40.955 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4321 | 2025-04-15T03:57:42.590Z | [ host-image] Apr 15 03:57:40.993 INFO O| Apr 15 03:57:40.993 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4322 | 2025-04-15T03:57:42.597Z | [ recovery-image] Apr 15 03:57:40.998 INFO O| Apr 15 03:57:40.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
| 4323 | 2025-04-15T03:57:42.600Z | [ recovery-image] Apr 15 03:57:40.998 INFO O| Apr 15 03:57:40.998 INFO STEP 23 (remove_files) COMPLETE |
| 4324 | 2025-04-15T03:57:42.600Z | [ recovery-image] Apr 15 03:57:40.998 INFO O| Apr 15 03:57:40.998 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4325 | 2025-04-15T03:57:42.633Z | [ recovery-image] Apr 15 03:57:41.035 INFO O| Apr 15 03:57:41.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
| 4326 | 2025-04-15T03:57:42.633Z | [ recovery-image] Apr 15 03:57:41.035 INFO O| Apr 15 03:57:41.035 INFO STEP 24 (remove_files) COMPLETE |
| 4327 | 2025-04-15T03:57:42.633Z | [ recovery-image] Apr 15 03:57:41.035 INFO O| Apr 15 03:57:41.035 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4328 | 2025-04-15T03:57:42.656Z | [ recovery-image] Apr 15 03:57:41.059 INFO O| Apr 15 03:57:41.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
| 4329 | 2025-04-15T03:57:42.656Z | [ recovery-image] Apr 15 03:57:41.059 INFO O| Apr 15 03:57:41.059 INFO STEP 25 (remove_files) COMPLETE |
| 4330 | 2025-04-15T03:57:42.659Z | [ recovery-image] Apr 15 03:57:41.059 INFO O| Apr 15 03:57:41.059 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4331 | 2025-04-15T03:57:42.678Z | [ recovery-image] Apr 15 03:57:41.080 INFO O| Apr 15 03:57:41.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
| 4332 | 2025-04-15T03:57:42.678Z | [ recovery-image] Apr 15 03:57:41.081 INFO O| Apr 15 03:57:41.080 INFO STEP 26 (remove_files) COMPLETE |
| 4333 | 2025-04-15T03:57:42.681Z | [ recovery-image] Apr 15 03:57:41.081 INFO O| Apr 15 03:57:41.080 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4334 | 2025-04-15T03:57:42.720Z | [ recovery-image] Apr 15 03:57:41.123 INFO O| Apr 15 03:57:41.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
| 4335 | 2025-04-15T03:57:42.720Z | [ recovery-image] Apr 15 03:57:41.123 INFO O| Apr 15 03:57:41.123 INFO STEP 27 (remove_files) COMPLETE |
| 4336 | 2025-04-15T03:57:42.720Z | [ recovery-image] Apr 15 03:57:41.123 INFO O| Apr 15 03:57:41.123 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4337 | 2025-04-15T03:57:42.744Z | [ recovery-image] Apr 15 03:57:41.147 INFO O| Apr 15 03:57:41.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
| 4338 | 2025-04-15T03:57:42.744Z | [ recovery-image] Apr 15 03:57:41.147 INFO O| Apr 15 03:57:41.147 INFO STEP 28 (remove_files) COMPLETE |
| 4339 | 2025-04-15T03:57:42.744Z | [ recovery-image] Apr 15 03:57:41.147 INFO O| Apr 15 03:57:41.147 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4340 | 2025-04-15T03:57:42.765Z | [ recovery-image] Apr 15 03:57:41.168 INFO O| Apr 15 03:57:41.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
| 4341 | 2025-04-15T03:57:42.765Z | [ recovery-image] Apr 15 03:57:41.168 INFO O| Apr 15 03:57:41.168 INFO STEP 29 (remove_files) COMPLETE |
| 4342 | 2025-04-15T03:57:42.765Z | [ recovery-image] Apr 15 03:57:41.168 INFO O| Apr 15 03:57:41.168 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4343 | 2025-04-15T03:57:42.835Z | [ recovery-image] Apr 15 03:57:41.237 INFO O| Apr 15 03:57:41.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
| 4344 | 2025-04-15T03:57:42.838Z | [ recovery-image] Apr 15 03:57:41.237 INFO O| Apr 15 03:57:41.237 INFO STEP 30 (remove_files) COMPLETE |
| 4345 | 2025-04-15T03:57:42.838Z | [ recovery-image] Apr 15 03:57:41.238 INFO O| Apr 15 03:57:41.238 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4346 | 2025-04-15T03:57:42.858Z | [ recovery-image] Apr 15 03:57:41.260 INFO O| Apr 15 03:57:41.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
| 4347 | 2025-04-15T03:57:42.861Z | [ recovery-image] Apr 15 03:57:41.260 INFO O| Apr 15 03:57:41.260 INFO STEP 31 (remove_files) COMPLETE |
| 4348 | 2025-04-15T03:57:42.861Z | [ recovery-image] Apr 15 03:57:41.260 INFO O| Apr 15 03:57:41.260 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4349 | 2025-04-15T03:57:42.878Z | [ recovery-image] Apr 15 03:57:41.281 INFO O| Apr 15 03:57:41.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
| 4350 | 2025-04-15T03:57:42.881Z | [ recovery-image] Apr 15 03:57:41.281 INFO O| Apr 15 03:57:41.281 INFO STEP 32 (remove_files) COMPLETE |
| 4351 | 2025-04-15T03:57:42.881Z | [ recovery-image] Apr 15 03:57:41.281 INFO O| Apr 15 03:57:41.281 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4352 | 2025-04-15T03:57:42.903Z | [ recovery-image] Apr 15 03:57:41.305 INFO O| Apr 15 03:57:41.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
| 4353 | 2025-04-15T03:57:42.907Z | [ recovery-image] Apr 15 03:57:41.306 INFO O| Apr 15 03:57:41.306 INFO STEP 33 (remove_files) COMPLETE |
| 4354 | 2025-04-15T03:57:42.907Z | [ recovery-image] Apr 15 03:57:41.306 INFO O| Apr 15 03:57:41.306 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4355 | 2025-04-15T03:57:42.924Z | [ recovery-image] Apr 15 03:57:41.326 INFO O| Apr 15 03:57:41.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
| 4356 | 2025-04-15T03:57:42.927Z | [ recovery-image] Apr 15 03:57:41.327 INFO O| Apr 15 03:57:41.327 INFO STEP 34 (remove_files) COMPLETE |
| 4357 | 2025-04-15T03:57:42.927Z | [ recovery-image] Apr 15 03:57:41.327 INFO O| Apr 15 03:57:41.327 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4358 | 2025-04-15T03:57:42.955Z | [ recovery-image] Apr 15 03:57:41.357 INFO O| Apr 15 03:57:41.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
| 4359 | 2025-04-15T03:57:42.955Z | [ recovery-image] Apr 15 03:57:41.357 INFO O| Apr 15 03:57:41.357 INFO STEP 35 (remove_files) COMPLETE |
| 4360 | 2025-04-15T03:57:42.955Z | [ recovery-image] Apr 15 03:57:41.357 INFO O| Apr 15 03:57:41.357 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4361 | 2025-04-15T03:57:43.012Z | [ recovery-image] Apr 15 03:57:41.414 INFO O| Apr 15 03:57:41.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
| 4362 | 2025-04-15T03:57:43.012Z | [ recovery-image] Apr 15 03:57:41.414 INFO O| Apr 15 03:57:41.414 INFO STEP 36 (remove_files) COMPLETE |
| 4363 | 2025-04-15T03:57:43.012Z | [ recovery-image] Apr 15 03:57:41.414 INFO O| Apr 15 03:57:41.414 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4364 | 2025-04-15T03:57:43.032Z | [ recovery-image] Apr 15 03:57:41.434 INFO O| Apr 15 03:57:41.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
| 4365 | 2025-04-15T03:57:43.032Z | [ recovery-image] Apr 15 03:57:41.435 INFO O| Apr 15 03:57:41.435 INFO STEP 37 (remove_files) COMPLETE |
| 4366 | 2025-04-15T03:57:43.032Z | [ recovery-image] Apr 15 03:57:41.435 INFO O| Apr 15 03:57:41.435 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4367 | 2025-04-15T03:57:43.052Z | [ recovery-image] Apr 15 03:57:41.453 INFO O| Apr 15 03:57:41.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
| 4368 | 2025-04-15T03:57:43.052Z | [ recovery-image] Apr 15 03:57:41.453 INFO O| Apr 15 03:57:41.453 INFO STEP 38 (remove_files) COMPLETE |
| 4369 | 2025-04-15T03:57:43.052Z | [ recovery-image] Apr 15 03:57:41.453 INFO O| Apr 15 03:57:41.453 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4370 | 2025-04-15T03:57:43.081Z | [ recovery-image] Apr 15 03:57:41.483 INFO O| Apr 15 03:57:41.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
| 4371 | 2025-04-15T03:57:43.081Z | [ recovery-image] Apr 15 03:57:41.484 INFO O| Apr 15 03:57:41.483 INFO STEP 39 (remove_files) COMPLETE |
| 4372 | 2025-04-15T03:57:43.085Z | [ recovery-image] Apr 15 03:57:41.484 INFO O| Apr 15 03:57:41.484 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4373 | 2025-04-15T03:57:43.104Z | [ recovery-image] Apr 15 03:57:41.506 INFO O| Apr 15 03:57:41.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
| 4374 | 2025-04-15T03:57:43.107Z | [ recovery-image] Apr 15 03:57:41.506 INFO O| Apr 15 03:57:41.506 INFO STEP 40 (remove_files) COMPLETE |
| 4375 | 2025-04-15T03:57:43.107Z | [ recovery-image] Apr 15 03:57:41.507 INFO O| Apr 15 03:57:41.506 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4376 | 2025-04-15T03:57:43.139Z | [ recovery-image] Apr 15 03:57:41.541 INFO O| Apr 15 03:57:41.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
| 4377 | 2025-04-15T03:57:43.139Z | [ recovery-image] Apr 15 03:57:41.541 INFO O| Apr 15 03:57:41.541 INFO STEP 41 (remove_files) COMPLETE |
| 4378 | 2025-04-15T03:57:43.143Z | [ recovery-image] Apr 15 03:57:41.541 INFO O| Apr 15 03:57:41.541 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4379 | 2025-04-15T03:57:43.179Z | [ recovery-image] Apr 15 03:57:41.572 INFO O| Apr 15 03:57:41.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
| 4380 | 2025-04-15T03:57:43.180Z | [ recovery-image] Apr 15 03:57:41.573 INFO O| Apr 15 03:57:41.573 INFO STEP 42 (remove_files) COMPLETE |
| 4381 | 2025-04-15T03:57:43.180Z | [ recovery-image] Apr 15 03:57:41.573 INFO O| Apr 15 03:57:41.573 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4382 | 2025-04-15T03:57:43.190Z | [ recovery-image] Apr 15 03:57:41.591 INFO O| Apr 15 03:57:41.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
| 4383 | 2025-04-15T03:57:43.190Z | [ recovery-image] Apr 15 03:57:41.591 INFO O| Apr 15 03:57:41.591 INFO STEP 43 (remove_files) COMPLETE |
| 4384 | 2025-04-15T03:57:43.190Z | [ recovery-image] Apr 15 03:57:41.591 INFO O| Apr 15 03:57:41.591 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4385 | 2025-04-15T03:57:43.208Z | [ recovery-image] Apr 15 03:57:41.608 INFO O| Apr 15 03:57:41.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 4386 | 2025-04-15T03:57:43.208Z | [ recovery-image] Apr 15 03:57:41.609 INFO O| Apr 15 03:57:41.608 INFO STEP 44 (remove_files) COMPLETE |
| 4387 | 2025-04-15T03:57:43.208Z | [ recovery-image] Apr 15 03:57:41.609 INFO O| Apr 15 03:57:41.608 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4388 | 2025-04-15T03:57:43.240Z | [ recovery-image] Apr 15 03:57:41.642 INFO O| Apr 15 03:57:41.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
| 4389 | 2025-04-15T03:57:43.240Z | [ recovery-image] Apr 15 03:57:41.642 INFO O| Apr 15 03:57:41.642 INFO STEP 45 (remove_files) COMPLETE |
| 4390 | 2025-04-15T03:57:43.243Z | [ recovery-image] Apr 15 03:57:41.642 INFO O| Apr 15 03:57:41.642 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4391 | 2025-04-15T03:57:43.261Z | [ recovery-image] Apr 15 03:57:41.663 INFO O| Apr 15 03:57:41.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 4392 | 2025-04-15T03:57:43.262Z | [ recovery-image] Apr 15 03:57:41.664 INFO O| Apr 15 03:57:41.663 INFO STEP 46 (remove_files) COMPLETE |
| 4393 | 2025-04-15T03:57:43.262Z | [ recovery-image] Apr 15 03:57:41.664 INFO O| Apr 15 03:57:41.663 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4394 | 2025-04-15T03:57:43.280Z | [ recovery-image] Apr 15 03:57:41.682 INFO O| Apr 15 03:57:41.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 4395 | 2025-04-15T03:57:43.280Z | [ recovery-image] Apr 15 03:57:41.682 INFO O| Apr 15 03:57:41.682 INFO STEP 47 (remove_files) COMPLETE |
| 4396 | 2025-04-15T03:57:43.283Z | [ recovery-image] Apr 15 03:57:41.682 INFO O| Apr 15 03:57:41.682 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4397 | 2025-04-15T03:57:43.299Z | [ recovery-image] Apr 15 03:57:41.702 INFO O| Apr 15 03:57:41.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
| 4398 | 2025-04-15T03:57:43.299Z | [ recovery-image] Apr 15 03:57:41.702 INFO O| Apr 15 03:57:41.702 INFO STEP 48 (remove_files) COMPLETE |
| 4399 | 2025-04-15T03:57:43.299Z | [ recovery-image] Apr 15 03:57:41.702 INFO O| Apr 15 03:57:41.702 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4400 | 2025-04-15T03:57:43.333Z | [ recovery-image] Apr 15 03:57:41.736 INFO O| Apr 15 03:57:41.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
| 4401 | 2025-04-15T03:57:43.333Z | [ recovery-image] Apr 15 03:57:41.736 INFO O| Apr 15 03:57:41.736 INFO STEP 49 (remove_files) COMPLETE |
| 4402 | 2025-04-15T03:57:43.337Z | [ recovery-image] Apr 15 03:57:41.736 INFO O| Apr 15 03:57:41.736 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4403 | 2025-04-15T03:57:43.370Z | [ recovery-image] Apr 15 03:57:41.772 INFO O| Apr 15 03:57:41.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
| 4404 | 2025-04-15T03:57:43.370Z | [ recovery-image] Apr 15 03:57:41.772 INFO O| Apr 15 03:57:41.772 INFO STEP 50 (remove_files) COMPLETE |
| 4405 | 2025-04-15T03:57:43.373Z | [ recovery-image] Apr 15 03:57:41.772 INFO O| Apr 15 03:57:41.772 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4406 | 2025-04-15T03:57:43.399Z | [ recovery-image] Apr 15 03:57:41.801 INFO O| Apr 15 03:57:41.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 4407 | 2025-04-15T03:57:43.399Z | [ recovery-image] Apr 15 03:57:41.801 INFO O| Apr 15 03:57:41.801 INFO STEP 51 (remove_files) COMPLETE |
| 4408 | 2025-04-15T03:57:43.402Z | [ recovery-image] Apr 15 03:57:41.801 INFO O| Apr 15 03:57:41.801 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4409 | 2025-04-15T03:57:43.419Z | [ recovery-image] Apr 15 03:57:41.822 INFO O| Apr 15 03:57:41.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 4410 | 2025-04-15T03:57:43.420Z | [ recovery-image] Apr 15 03:57:41.822 INFO O| Apr 15 03:57:41.822 INFO STEP 52 (remove_files) COMPLETE |
| 4411 | 2025-04-15T03:57:43.423Z | [ recovery-image] Apr 15 03:57:41.822 INFO O| Apr 15 03:57:41.822 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4412 | 2025-04-15T03:57:43.472Z | [ recovery-image] Apr 15 03:57:41.874 INFO O| Apr 15 03:57:41.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
| 4413 | 2025-04-15T03:57:43.472Z | [ recovery-image] Apr 15 03:57:41.874 INFO O| Apr 15 03:57:41.874 INFO STEP 53 (remove_files) COMPLETE |
| 4414 | 2025-04-15T03:57:43.475Z | [ recovery-image] Apr 15 03:57:41.874 INFO O| Apr 15 03:57:41.874 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4415 | 2025-04-15T03:57:43.537Z | [ recovery-image] Apr 15 03:57:41.939 INFO O| Apr 15 03:57:41.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
| 4416 | 2025-04-15T03:57:43.537Z | [ recovery-image] Apr 15 03:57:41.939 INFO O| Apr 15 03:57:41.939 INFO STEP 54 (remove_files) COMPLETE |
| 4417 | 2025-04-15T03:57:43.537Z | [ recovery-image] Apr 15 03:57:41.939 INFO O| Apr 15 03:57:41.939 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4418 | 2025-04-15T03:57:43.558Z | [ recovery-image] Apr 15 03:57:41.960 INFO O| Apr 15 03:57:41.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
| 4419 | 2025-04-15T03:57:43.558Z | [ recovery-image] Apr 15 03:57:41.960 INFO O| Apr 15 03:57:41.960 INFO STEP 55 (remove_files) COMPLETE |
| 4420 | 2025-04-15T03:57:43.558Z | [ recovery-image] Apr 15 03:57:41.960 INFO O| Apr 15 03:57:41.960 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4421 | 2025-04-15T03:57:43.580Z | [ recovery-image] Apr 15 03:57:41.981 INFO O| Apr 15 03:57:41.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
| 4422 | 2025-04-15T03:57:43.580Z | [ recovery-image] Apr 15 03:57:41.982 INFO O| Apr 15 03:57:41.982 INFO STEP 56 (remove_files) COMPLETE |
| 4423 | 2025-04-15T03:57:43.580Z | [ recovery-image] Apr 15 03:57:41.982 INFO O| Apr 15 03:57:41.982 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4424 | 2025-04-15T03:57:43.598Z | [ recovery-image] Apr 15 03:57:42.000 INFO O| Apr 15 03:57:42.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
| 4425 | 2025-04-15T03:57:43.598Z | [ recovery-image] Apr 15 03:57:42.000 INFO O| Apr 15 03:57:42.000 INFO STEP 57 (remove_files) COMPLETE |
| 4426 | 2025-04-15T03:57:43.601Z | [ recovery-image] Apr 15 03:57:42.000 INFO O| Apr 15 03:57:42.000 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4427 | 2025-04-15T03:57:43.651Z | [ recovery-image] Apr 15 03:57:42.053 INFO O| Apr 15 03:57:42.053 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 4428 | 2025-04-15T03:57:43.651Z | [ recovery-image] Apr 15 03:57:42.053 INFO O| Apr 15 03:57:42.053 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
| 4429 | 2025-04-15T03:57:43.654Z | [ recovery-image] Apr 15 03:57:42.054 INFO O| Apr 15 03:57:42.054 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
| 4430 | 2025-04-15T03:57:43.654Z | [ recovery-image] Apr 15 03:57:42.054 INFO O| Apr 15 03:57:42.054 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
| 4431 | 2025-04-15T03:57:43.654Z | [ recovery-image] Apr 15 03:57:42.054 INFO O| Apr 15 03:57:42.054 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
| 4432 | 2025-04-15T03:57:43.654Z | [ recovery-image] Apr 15 03:57:42.054 INFO O| Apr 15 03:57:42.054 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
| 4433 | 2025-04-15T03:57:43.654Z | [ recovery-image] Apr 15 03:57:42.055 INFO O| Apr 15 03:57:42.054 INFO ok! |
| 4434 | 2025-04-15T03:57:43.654Z | [ recovery-image] Apr 15 03:57:42.055 INFO O| Apr 15 03:57:42.054 INFO STEP 58 (ensure_file) COMPLETE |
| 4435 | 2025-04-15T03:57:43.654Z | [ recovery-image] Apr 15 03:57:42.055 INFO O| Apr 15 03:57:42.054 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4436 | 2025-04-15T03:57:43.694Z | [ recovery-image] Apr 15 03:57:42.095 INFO O| Apr 15 03:57:42.095 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 4437 | 2025-04-15T03:57:43.694Z | [ recovery-image] Apr 15 03:57:42.095 INFO O| Apr 15 03:57:42.095 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
| 4438 | 2025-04-15T03:57:43.697Z | [ recovery-image] Apr 15 03:57:42.095 INFO O| Apr 15 03:57:42.095 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
| 4439 | 2025-04-15T03:57:43.697Z | [ recovery-image] Apr 15 03:57:42.096 INFO O| Apr 15 03:57:42.095 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
| 4440 | 2025-04-15T03:57:43.697Z | [ recovery-image] Apr 15 03:57:42.096 INFO O| Apr 15 03:57:42.095 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
| 4441 | 2025-04-15T03:57:43.697Z | [ recovery-image] Apr 15 03:57:42.096 INFO O| Apr 15 03:57:42.096 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
| 4442 | 2025-04-15T03:57:43.698Z | [ recovery-image] Apr 15 03:57:42.096 INFO O| Apr 15 03:57:42.096 INFO ok! |
| 4443 | 2025-04-15T03:57:43.698Z | [ recovery-image] Apr 15 03:57:42.096 INFO O| Apr 15 03:57:42.096 INFO STEP 59 (ensure_file) COMPLETE |
| 4444 | 2025-04-15T03:57:43.698Z | [ recovery-image] Apr 15 03:57:42.096 INFO O| Apr 15 03:57:42.096 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4445 | 2025-04-15T03:57:43.735Z | [ recovery-image] Apr 15 03:57:42.137 INFO O| Apr 15 03:57:42.137 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
| 4446 | 2025-04-15T03:57:43.735Z | [ recovery-image] Apr 15 03:57:42.137 INFO O| Apr 15 03:57:42.137 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
| 4447 | 2025-04-15T03:57:43.738Z | [ recovery-image] Apr 15 03:57:42.137 INFO O| Apr 15 03:57:42.137 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
| 4448 | 2025-04-15T03:57:43.738Z | [ recovery-image] Apr 15 03:57:42.137 INFO O| Apr 15 03:57:42.137 INFO ok! |
| 4449 | 2025-04-15T03:57:43.738Z | [ recovery-image] Apr 15 03:57:42.137 INFO O| Apr 15 03:57:42.137 INFO STEP 60 (ensure_file) COMPLETE |
| 4450 | 2025-04-15T03:57:43.738Z | [ recovery-image] Apr 15 03:57:42.137 INFO O| Apr 15 03:57:42.137 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4451 | 2025-04-15T03:57:43.757Z | [ recovery-image] Apr 15 03:57:42.157 INFO O| Apr 15 03:57:42.157 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 4452 | 2025-04-15T03:57:43.757Z | [ recovery-image] Apr 15 03:57:42.157 INFO O| Apr 15 03:57:42.157 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
| 4453 | 2025-04-15T03:57:43.760Z | [ recovery-image] Apr 15 03:57:42.157 INFO O| Apr 15 03:57:42.157 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
| 4454 | 2025-04-15T03:57:43.760Z | [ recovery-image] Apr 15 03:57:42.157 INFO O| Apr 15 03:57:42.157 INFO ok! |
| 4455 | 2025-04-15T03:57:43.760Z | [ recovery-image] Apr 15 03:57:42.157 INFO O| Apr 15 03:57:42.157 INFO STEP 61 (ensure_file) COMPLETE |
| 4456 | 2025-04-15T03:57:43.760Z | [ recovery-image] Apr 15 03:57:42.157 INFO O| Apr 15 03:57:42.157 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4457 | 2025-04-15T03:57:43.800Z | [ recovery-image] Apr 15 03:57:42.202 INFO O| Apr 15 03:57:42.202 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 4458 | 2025-04-15T03:57:43.800Z | [ recovery-image] Apr 15 03:57:42.203 INFO O| Apr 15 03:57:42.203 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
| 4459 | 2025-04-15T03:57:43.803Z | [ recovery-image] Apr 15 03:57:42.203 INFO O| Apr 15 03:57:42.203 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
| 4460 | 2025-04-15T03:57:43.803Z | [ recovery-image] Apr 15 03:57:42.203 INFO O| Apr 15 03:57:42.203 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
| 4461 | 2025-04-15T03:57:43.803Z | [ recovery-image] Apr 15 03:57:42.203 INFO O| Apr 15 03:57:42.203 INFO ok! |
| 4462 | 2025-04-15T03:57:43.803Z | [ recovery-image] Apr 15 03:57:42.203 INFO O| Apr 15 03:57:42.203 INFO STEP 62 (ensure_file) COMPLETE |
| 4463 | 2025-04-15T03:57:43.804Z | [ recovery-image] Apr 15 03:57:42.203 INFO O| Apr 15 03:57:42.203 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4464 | 2025-04-15T03:57:43.823Z | [ recovery-image] Apr 15 03:57:42.225 INFO O| Apr 15 03:57:42.225 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 4465 | 2025-04-15T03:57:43.823Z | [ recovery-image] Apr 15 03:57:42.226 INFO O| Apr 15 03:57:42.225 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
| 4466 | 2025-04-15T03:57:43.826Z | [ recovery-image] Apr 15 03:57:42.226 INFO O| Apr 15 03:57:42.226 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
| 4467 | 2025-04-15T03:57:43.826Z | [ recovery-image] Apr 15 03:57:42.226 INFO O| Apr 15 03:57:42.226 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
| 4468 | 2025-04-15T03:57:43.826Z | [ recovery-image] Apr 15 03:57:42.226 INFO O| Apr 15 03:57:42.226 INFO ok! |
| 4469 | 2025-04-15T03:57:43.826Z | [ recovery-image] Apr 15 03:57:42.226 INFO O| Apr 15 03:57:42.226 INFO STEP 63 (ensure_file) COMPLETE |
| 4470 | 2025-04-15T03:57:43.826Z | [ recovery-image] Apr 15 03:57:42.226 INFO O| Apr 15 03:57:42.226 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4471 | 2025-04-15T03:57:43.846Z | [ recovery-image] Apr 15 03:57:42.248 INFO O| Apr 15 03:57:42.248 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
| 4472 | 2025-04-15T03:57:43.846Z | [ recovery-image] Apr 15 03:57:42.248 INFO O| Apr 15 03:57:42.248 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
| 4473 | 2025-04-15T03:57:43.850Z | [ recovery-image] Apr 15 03:57:42.248 INFO O| Apr 15 03:57:42.248 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
| 4474 | 2025-04-15T03:57:43.850Z | [ recovery-image] Apr 15 03:57:42.248 INFO O| Apr 15 03:57:42.248 INFO ok! |
| 4475 | 2025-04-15T03:57:43.850Z | [ recovery-image] Apr 15 03:57:42.249 INFO O| Apr 15 03:57:42.249 INFO STEP 64 (assemble_files) COMPLETE |
| 4476 | 2025-04-15T03:57:43.850Z | [ recovery-image] Apr 15 03:57:42.249 INFO O| Apr 15 03:57:42.249 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4477 | 2025-04-15T03:57:43.869Z | [ recovery-image] Apr 15 03:57:42.271 INFO O| Apr 15 03:57:42.271 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
| 4478 | 2025-04-15T03:57:43.869Z | [ recovery-image] Apr 15 03:57:42.272 INFO O| Apr 15 03:57:42.272 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
| 4479 | 2025-04-15T03:57:43.873Z | [ recovery-image] Apr 15 03:57:42.272 INFO O| Apr 15 03:57:42.272 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
| 4480 | 2025-04-15T03:57:43.873Z | [ recovery-image] Apr 15 03:57:42.272 INFO O| Apr 15 03:57:42.272 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
| 4481 | 2025-04-15T03:57:43.873Z | [ recovery-image] Apr 15 03:57:42.272 INFO O| Apr 15 03:57:42.272 INFO ok! |
| 4482 | 2025-04-15T03:57:43.873Z | [ recovery-image] Apr 15 03:57:42.272 INFO O| Apr 15 03:57:42.272 INFO STEP 65 (ensure_file) COMPLETE |
| 4483 | 2025-04-15T03:57:43.873Z | [ recovery-image] Apr 15 03:57:42.272 INFO O| Apr 15 03:57:42.272 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4484 | 2025-04-15T03:57:43.873Z | [ recovery-image] Apr 15 03:57:42.273 INFO O| Apr 15 03:57:42.273 INFO skip step because feature "omicron1" is not enabled |
| 4485 | 2025-04-15T03:57:43.873Z | [ recovery-image] Apr 15 03:57:42.273 INFO O| Apr 15 03:57:42.273 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4486 | 2025-04-15T03:57:43.873Z | [ recovery-image] Apr 15 03:57:42.273 INFO O| Apr 15 03:57:42.273 INFO skip step because feature "omicron1" is not enabled |
| 4487 | 2025-04-15T03:57:43.873Z | [ recovery-image] Apr 15 03:57:42.273 INFO O| Apr 15 03:57:42.273 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4488 | 2025-04-15T03:57:43.873Z | [ recovery-image] Apr 15 03:57:42.273 INFO O| Apr 15 03:57:42.273 INFO skip step because feature "omicron1" is not enabled |
| 4489 | 2025-04-15T03:57:43.873Z | [ recovery-image] Apr 15 03:57:42.273 INFO O| Apr 15 03:57:42.273 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4490 | 2025-04-15T03:57:43.934Z | [ recovery-image] Apr 15 03:57:42.336 INFO O| Apr 15 03:57:42.336 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
| 4491 | 2025-04-15T03:57:43.937Z | [ recovery-image] Apr 15 03:57:42.336 INFO O| Apr 15 03:57:42.336 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
| 4492 | 2025-04-15T03:57:46.941Z | [ recovery-image] Apr 15 03:57:45.343 INFO O| Apr 15 03:57:45.343 INFO STEP 69 (pack_tar) COMPLETE |
| 4493 | 2025-04-15T03:57:46.941Z | [ recovery-image] Apr 15 03:57:45.343 INFO O| Apr 15 03:57:45.343 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
| 4494 | 2025-04-15T03:57:46.945Z | [ recovery-image] Apr 15 03:57:45.343 INFO O| Apr 15 03:57:45.343 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
| 4495 | 2025-04-15T03:57:47.395Z | [ recovery-image] Apr 15 03:57:45.796 INFO O| Apr 15 03:57:45.796 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
| 4496 | 2025-04-15T03:57:47.506Z | [ recovery-image] Apr 15 03:57:45.908 INFO O| Apr 15 03:57:45.908 INFO completed processing gimlet/ramdisk-02-trim |
| 4497 | 2025-04-15T03:57:47.510Z | [ recovery-image] Apr 15 03:57:45.912 INFO image builder template: ramdisk-03-recovery-trim... |
| 4498 | 2025-04-15T03:57:47.510Z | [ recovery-image] Apr 15 03:57:45.912 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpTI7q2c/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", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.334", "-n", "ramdisk-03-recovery-trim"], pwd: None |
| 4499 | 2025-04-15T03:57:47.739Z | [ recovery-image] Apr 15 03:57:46.140 INFO O| Apr 15 03:57:46.140 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
| 4500 | 2025-04-15T03:57:47.747Z | [ recovery-image] Apr 15 03:57:46.149 INFO O| Apr 15 03:57:46.149 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
| 4501 | 2025-04-15T03:57:47.852Z | [ recovery-image] Apr 15 03:57:46.254 INFO O| Apr 15 03:57:46.254 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
| 4502 | 2025-04-15T03:57:47.907Z | [ host-image] Apr 15 03:57:46.309 INFO O| Apr 15 03:57:46.309 INFO O| Planning: Solver setup ... Done |
| 4503 | 2025-04-15T03:57:47.915Z | [ host-image] Apr 15 03:57:46.317 INFO O| Apr 15 03:57:46.317 INFO O| Planning: Running solver ... Done |
| 4504 | 2025-04-15T03:57:47.940Z | [ recovery-image] Apr 15 03:57:46.341 INFO O| Apr 15 03:57:46.341 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
| 4505 | 2025-04-15T03:57:47.945Z | [ recovery-image] Apr 15 03:57:46.341 INFO O| Apr 15 03:57:46.341 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
| 4506 | 2025-04-15T03:57:47.955Z | [ recovery-image] Apr 15 03:57:46.357 INFO O| Apr 15 03:57:46.357 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
| 4507 | 2025-04-15T03:57:47.963Z | [ recovery-image] Apr 15 03:57:46.365 INFO O| Apr 15 03:57:46.365 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
| 4508 | 2025-04-15T03:57:47.972Z | [ recovery-image] Apr 15 03:57:46.374 INFO O| Apr 15 03:57:46.374 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
| 4509 | 2025-04-15T03:57:48.049Z | [ host-image] Apr 15 03:57:46.448 INFO O| Apr 15 03:57:46.448 INFO O| Planning: Finding local manifests ... Done |
| 4510 | 2025-04-15T03:57:48.049Z | [ host-image] Apr 15 03:57:46.451 INFO O| Apr 15 03:57:46.451 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 4511 | 2025-04-15T03:57:48.600Z | [ recovery-image] Apr 15 03:57:47.001 INFO O| Apr 15 03:57:47.001 INFO rolled back to input snapshot; work may begin |
| 4512 | 2025-04-15T03:57:48.600Z | [ recovery-image] Apr 15 03:57:47.001 INFO O| Apr 15 03:57:47.001 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
| 4513 | 2025-04-15T03:57:48.621Z | [ recovery-image] Apr 15 03:57:47.022 INFO O| Apr 15 03:57:47.022 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4514 | 2025-04-15T03:57:48.647Z | [ recovery-image] Apr 15 03:57:47.048 INFO O| Apr 15 03:57:47.048 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
| 4515 | 2025-04-15T03:57:48.687Z | [ recovery-image] Apr 15 03:57:47.088 INFO O| Apr 15 03:57:47.088 INFO STEP 0 (remove_files) COMPLETE |
| 4516 | 2025-04-15T03:57:48.687Z | [ recovery-image] Apr 15 03:57:47.089 INFO O| Apr 15 03:57:47.088 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4517 | 2025-04-15T03:57:48.713Z | [ recovery-image] Apr 15 03:57:47.114 INFO O| Apr 15 03:57:47.114 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
| 4518 | 2025-04-15T03:57:48.837Z | [ recovery-image] Apr 15 03:57:47.239 INFO O| Apr 15 03:57:47.238 INFO STEP 1 (remove_files) COMPLETE |
| 4519 | 2025-04-15T03:57:48.837Z | [ recovery-image] Apr 15 03:57:47.239 INFO O| Apr 15 03:57:47.239 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4520 | 2025-04-15T03:57:48.895Z | [ recovery-image] Apr 15 03:57:47.297 INFO O| Apr 15 03:57:47.297 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
| 4521 | 2025-04-15T03:57:48.982Z | [ recovery-image] Apr 15 03:57:47.370 INFO O| Apr 15 03:57:47.369 INFO STEP 2 (remove_files) COMPLETE |
| 4522 | 2025-04-15T03:57:48.982Z | [ recovery-image] Apr 15 03:57:47.370 INFO O| Apr 15 03:57:47.369 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4523 | 2025-04-15T03:57:49.000Z | [ host-image] Apr 15 03:57:47.397 INFO O| Apr 15 03:57:47.397 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 4524 | 2025-04-15T03:57:49.029Z | [ recovery-image] Apr 15 03:57:47.429 INFO O| Apr 15 03:57:47.429 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
| 4525 | 2025-04-15T03:57:49.076Z | [ host-image] Apr 15 03:57:47.477 INFO O| Apr 15 03:57:47.476 INFO O| Planning: Package planning ... Done |
| 4526 | 2025-04-15T03:57:49.113Z | [ host-image] Apr 15 03:57:47.513 INFO O| Apr 15 03:57:47.513 INFO O| Planning: Merging actions ... Done |
| 4527 | 2025-04-15T03:57:49.154Z | [ recovery-image] Apr 15 03:57:47.553 INFO O| Apr 15 03:57:47.553 INFO STEP 3 (remove_files) COMPLETE |
| 4528 | 2025-04-15T03:57:49.154Z | [ recovery-image] Apr 15 03:57:47.553 INFO O| Apr 15 03:57:47.553 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4529 | 2025-04-15T03:57:49.187Z | [ recovery-image] Apr 15 03:57:47.588 INFO O| Apr 15 03:57:47.588 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
| 4530 | 2025-04-15T03:57:49.302Z | [ host-image] Apr 15 03:57:47.702 INFO O| Apr 15 03:57:47.702 INFO O| Planning: Checking for conflicting actions ... Done |
| 4531 | 2025-04-15T03:57:49.310Z | [ host-image] Apr 15 03:57:47.710 INFO O| Apr 15 03:57:47.710 INFO O| Planning: Consolidating action changes ... Done |
| 4532 | 2025-04-15T03:57:49.688Z | [ host-image] Apr 15 03:57:48.087 INFO O| Apr 15 03:57:48.087 INFO O| Planning: Evaluating mediators ... Done |
| 4533 | 2025-04-15T03:57:49.693Z | [ host-image] Apr 15 03:57:48.092 INFO O| Apr 15 03:57:48.092 INFO O| Planning: Planning completed in 7.10 seconds |
| 4534 | 2025-04-15T03:57:49.699Z | [ host-image] Apr 15 03:57:48.094 INFO O| Apr 15 03:57:48.094 INFO O| Packages to install: 6 |
| 4535 | 2025-04-15T03:57:49.699Z | [ host-image] Apr 15 03:57:48.094 INFO O| Apr 15 03:57:48.094 INFO O| Mediators to change: 1 |
| 4536 | 2025-04-15T03:57:49.699Z | [ host-image] Apr 15 03:57:48.094 INFO O| Apr 15 03:57:48.094 INFO O| Services to change: 1 |
| 4537 | 2025-04-15T03:57:49.715Z | [ recovery-image] Apr 15 03:57:48.116 INFO O| Apr 15 03:57:48.116 INFO STEP 4 (remove_files) COMPLETE |
| 4538 | 2025-04-15T03:57:49.715Z | [ recovery-image] Apr 15 03:57:48.116 INFO O| Apr 15 03:57:48.116 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4539 | 2025-04-15T03:57:49.722Z | [ host-image] Apr 15 03:57:48.122 INFO O| Apr 15 03:57:48.122 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
| 4540 | 2025-04-15T03:57:49.740Z | [ recovery-image] Apr 15 03:57:48.141 INFO O| Apr 15 03:57:48.141 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
| 4541 | 2025-04-15T03:57:49.745Z | [ recovery-image] Apr 15 03:57:48.143 INFO O| Apr 15 03:57:48.143 INFO STEP 5 (remove_files) COMPLETE |
| 4542 | 2025-04-15T03:57:49.745Z | [ recovery-image] Apr 15 03:57:48.143 INFO O| Apr 15 03:57:48.143 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4543 | 2025-04-15T03:57:49.784Z | [ recovery-image] Apr 15 03:57:48.185 INFO O| Apr 15 03:57:48.185 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
| 4544 | 2025-04-15T03:57:49.788Z | [ recovery-image] Apr 15 03:57:48.187 INFO O| Apr 15 03:57:48.187 INFO STEP 6 (remove_files) COMPLETE |
| 4545 | 2025-04-15T03:57:49.788Z | [ recovery-image] Apr 15 03:57:48.187 INFO O| Apr 15 03:57:48.187 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4546 | 2025-04-15T03:57:49.826Z | [ recovery-image] Apr 15 03:57:48.228 INFO O| Apr 15 03:57:48.228 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
| 4547 | 2025-04-15T03:57:49.894Z | [ recovery-image] Apr 15 03:57:48.296 INFO O| Apr 15 03:57:48.296 INFO STEP 7 (remove_files) COMPLETE |
| 4548 | 2025-04-15T03:57:49.894Z | [ recovery-image] Apr 15 03:57:48.296 INFO O| Apr 15 03:57:48.296 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4549 | 2025-04-15T03:57:49.939Z | [ recovery-image] Apr 15 03:57:48.340 INFO O| Apr 15 03:57:48.340 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
| 4550 | 2025-04-15T03:57:49.962Z | [ recovery-image] Apr 15 03:57:48.364 INFO O| Apr 15 03:57:48.364 INFO STEP 8 (remove_files) COMPLETE |
| 4551 | 2025-04-15T03:57:49.962Z | [ recovery-image] Apr 15 03:57:48.364 INFO O| Apr 15 03:57:48.364 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4552 | 2025-04-15T03:57:49.986Z | [ recovery-image] Apr 15 03:57:48.387 INFO O| Apr 15 03:57:48.387 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
| 4553 | 2025-04-15T03:57:50.016Z | [ recovery-image] Apr 15 03:57:48.417 INFO O| Apr 15 03:57:48.417 INFO STEP 9 (remove_files) COMPLETE |
| 4554 | 2025-04-15T03:57:50.016Z | [ recovery-image] Apr 15 03:57:48.418 INFO O| Apr 15 03:57:48.417 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4555 | 2025-04-15T03:57:50.080Z | [ recovery-image] Apr 15 03:57:48.482 INFO O| Apr 15 03:57:48.482 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
| 4556 | 2025-04-15T03:57:50.732Z | [ recovery-image] Apr 15 03:57:49.134 INFO O| Apr 15 03:57:49.134 INFO STEP 10 (remove_files) COMPLETE |
| 4557 | 2025-04-15T03:57:50.732Z | [ recovery-image] Apr 15 03:57:49.134 INFO O| Apr 15 03:57:49.134 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4558 | 2025-04-15T03:57:50.786Z | [ recovery-image] Apr 15 03:57:49.187 INFO O| Apr 15 03:57:49.187 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
| 4559 | 2025-04-15T03:57:50.789Z | [ recovery-image] Apr 15 03:57:49.190 INFO O| Apr 15 03:57:49.190 INFO STEP 11 (remove_files) COMPLETE |
| 4560 | 2025-04-15T03:57:50.789Z | [ recovery-image] Apr 15 03:57:49.190 INFO O| Apr 15 03:57:49.190 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4561 | 2025-04-15T03:57:50.832Z | [ recovery-image] Apr 15 03:57:49.233 INFO O| Apr 15 03:57:49.233 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
| 4562 | 2025-04-15T03:57:50.910Z | [ recovery-image] Apr 15 03:57:49.312 INFO O| Apr 15 03:57:49.311 INFO STEP 12 (remove_files) COMPLETE |
| 4563 | 2025-04-15T03:57:50.913Z | [ recovery-image] Apr 15 03:57:49.312 INFO O| Apr 15 03:57:49.312 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4564 | 2025-04-15T03:57:50.934Z | [ recovery-image] Apr 15 03:57:49.336 INFO O| Apr 15 03:57:49.335 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
| 4565 | 2025-04-15T03:57:50.956Z | [ recovery-image] Apr 15 03:57:49.357 INFO O| Apr 15 03:57:49.357 INFO STEP 13 (remove_files) COMPLETE |
| 4566 | 2025-04-15T03:57:50.956Z | [ recovery-image] Apr 15 03:57:49.357 INFO O| Apr 15 03:57:49.357 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4567 | 2025-04-15T03:57:50.979Z | [ recovery-image] Apr 15 03:57:49.381 INFO O| Apr 15 03:57:49.380 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
| 4568 | 2025-04-15T03:57:51.047Z | [ recovery-image] Apr 15 03:57:49.448 INFO O| Apr 15 03:57:49.448 INFO STEP 14 (remove_files) COMPLETE |
| 4569 | 2025-04-15T03:57:51.047Z | [ recovery-image] Apr 15 03:57:49.448 INFO O| Apr 15 03:57:49.448 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4570 | 2025-04-15T03:57:51.081Z | [ recovery-image] Apr 15 03:57:49.481 INFO O| Apr 15 03:57:49.481 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
| 4571 | 2025-04-15T03:57:51.183Z | [ recovery-image] Apr 15 03:57:49.585 INFO O| Apr 15 03:57:49.585 INFO STEP 15 (remove_files) COMPLETE |
| 4572 | 2025-04-15T03:57:51.183Z | [ recovery-image] Apr 15 03:57:49.585 INFO O| Apr 15 03:57:49.585 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4573 | 2025-04-15T03:57:51.215Z | [ recovery-image] Apr 15 03:57:49.616 INFO O| Apr 15 03:57:49.616 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
| 4574 | 2025-04-15T03:57:51.235Z | [ recovery-image] Apr 15 03:57:49.637 INFO O| Apr 15 03:57:49.637 INFO STEP 16 (remove_files) COMPLETE |
| 4575 | 2025-04-15T03:57:51.235Z | [ recovery-image] Apr 15 03:57:49.637 INFO O| Apr 15 03:57:49.637 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4576 | 2025-04-15T03:57:51.268Z | [ recovery-image] Apr 15 03:57:49.669 INFO O| Apr 15 03:57:49.669 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
| 4577 | 2025-04-15T03:57:51.268Z | [ recovery-image] Apr 15 03:57:49.669 INFO O| Apr 15 03:57:49.669 INFO STEP 17 (remove_files) COMPLETE |
| 4578 | 2025-04-15T03:57:51.271Z | [ recovery-image] Apr 15 03:57:49.669 INFO O| Apr 15 03:57:49.669 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4579 | 2025-04-15T03:57:51.313Z | [ recovery-image] Apr 15 03:57:49.714 INFO O| Apr 15 03:57:49.714 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
| 4580 | 2025-04-15T03:57:51.626Z | [ recovery-image] Apr 15 03:57:50.026 INFO O| Apr 15 03:57:50.025 INFO STEP 18 (remove_files) COMPLETE |
| 4581 | 2025-04-15T03:57:51.626Z | [ recovery-image] Apr 15 03:57:50.026 INFO O| Apr 15 03:57:50.026 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4582 | 2025-04-15T03:57:51.690Z | [ recovery-image] Apr 15 03:57:50.092 INFO O| Apr 15 03:57:50.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
| 4583 | 2025-04-15T03:57:51.709Z | [ recovery-image] Apr 15 03:57:50.109 INFO O| Apr 15 03:57:50.109 INFO STEP 19 (remove_files) COMPLETE |
| 4584 | 2025-04-15T03:57:51.709Z | [ recovery-image] Apr 15 03:57:50.109 INFO O| Apr 15 03:57:50.109 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4585 | 2025-04-15T03:57:51.739Z | [ recovery-image] Apr 15 03:57:50.139 INFO O| Apr 15 03:57:50.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
| 4586 | 2025-04-15T03:57:51.742Z | [ recovery-image] Apr 15 03:57:50.140 INFO O| Apr 15 03:57:50.140 INFO STEP 20 (remove_files) COMPLETE |
| 4587 | 2025-04-15T03:57:51.742Z | [ recovery-image] Apr 15 03:57:50.140 INFO O| Apr 15 03:57:50.140 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4588 | 2025-04-15T03:57:51.763Z | [ recovery-image] Apr 15 03:57:50.164 INFO O| Apr 15 03:57:50.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
| 4589 | 2025-04-15T03:57:51.767Z | [ recovery-image] Apr 15 03:57:50.165 INFO O| Apr 15 03:57:50.165 INFO STEP 21 (remove_files) COMPLETE |
| 4590 | 2025-04-15T03:57:51.767Z | [ recovery-image] Apr 15 03:57:50.165 INFO O| Apr 15 03:57:50.165 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4591 | 2025-04-15T03:57:51.786Z | [ recovery-image] Apr 15 03:57:50.187 INFO O| Apr 15 03:57:50.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
| 4592 | 2025-04-15T03:57:51.786Z | [ recovery-image] Apr 15 03:57:50.187 INFO O| Apr 15 03:57:50.187 INFO STEP 22 (remove_files) COMPLETE |
| 4593 | 2025-04-15T03:57:51.789Z | [ recovery-image] Apr 15 03:57:50.187 INFO O| Apr 15 03:57:50.187 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4594 | 2025-04-15T03:57:51.806Z | [ recovery-image] Apr 15 03:57:50.208 INFO O| Apr 15 03:57:50.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
| 4595 | 2025-04-15T03:57:51.834Z | [ recovery-image] Apr 15 03:57:50.235 INFO O| Apr 15 03:57:50.235 INFO STEP 23 (remove_files) COMPLETE |
| 4596 | 2025-04-15T03:57:51.834Z | [ recovery-image] Apr 15 03:57:50.235 INFO O| Apr 15 03:57:50.235 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4597 | 2025-04-15T03:57:51.855Z | [ recovery-image] Apr 15 03:57:50.256 INFO O| Apr 15 03:57:50.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
| 4598 | 2025-04-15T03:57:51.858Z | [ recovery-image] Apr 15 03:57:50.257 INFO O| Apr 15 03:57:50.257 INFO STEP 24 (remove_files) COMPLETE |
| 4599 | 2025-04-15T03:57:51.858Z | [ recovery-image] Apr 15 03:57:50.257 INFO O| Apr 15 03:57:50.257 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4600 | 2025-04-15T03:57:51.876Z | [ recovery-image] Apr 15 03:57:50.277 INFO O| Apr 15 03:57:50.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
| 4601 | 2025-04-15T03:57:51.890Z | [ recovery-image] Apr 15 03:57:50.292 INFO O| Apr 15 03:57:50.292 INFO STEP 25 (remove_files) COMPLETE |
| 4602 | 2025-04-15T03:57:51.890Z | [ recovery-image] Apr 15 03:57:50.292 INFO O| Apr 15 03:57:50.292 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4603 | 2025-04-15T03:57:51.911Z | [ recovery-image] Apr 15 03:57:50.313 INFO O| Apr 15 03:57:50.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
| 4604 | 2025-04-15T03:57:51.911Z | [ recovery-image] Apr 15 03:57:50.313 INFO O| Apr 15 03:57:50.313 INFO STEP 26 (remove_files) COMPLETE |
| 4605 | 2025-04-15T03:57:51.915Z | [ recovery-image] Apr 15 03:57:50.313 INFO O| Apr 15 03:57:50.313 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4606 | 2025-04-15T03:57:51.932Z | [ recovery-image] Apr 15 03:57:50.333 INFO O| Apr 15 03:57:50.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
| 4607 | 2025-04-15T03:57:51.935Z | [ recovery-image] Apr 15 03:57:50.337 INFO O| Apr 15 03:57:50.337 INFO STEP 27 (remove_files) COMPLETE |
| 4608 | 2025-04-15T03:57:51.935Z | [ recovery-image] Apr 15 03:57:50.337 INFO O| Apr 15 03:57:50.337 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4609 | 2025-04-15T03:57:51.957Z | [ recovery-image] Apr 15 03:57:50.358 INFO O| Apr 15 03:57:50.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
| 4610 | 2025-04-15T03:57:51.960Z | [ recovery-image] Apr 15 03:57:50.359 INFO O| Apr 15 03:57:50.359 INFO STEP 28 (remove_files) COMPLETE |
| 4611 | 2025-04-15T03:57:51.960Z | [ recovery-image] Apr 15 03:57:50.359 INFO O| Apr 15 03:57:50.359 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4612 | 2025-04-15T03:57:51.979Z | [ recovery-image] Apr 15 03:57:50.380 INFO O| Apr 15 03:57:50.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
| 4613 | 2025-04-15T03:57:51.982Z | [ recovery-image] Apr 15 03:57:50.381 INFO O| Apr 15 03:57:50.380 INFO STEP 29 (remove_files) COMPLETE |
| 4614 | 2025-04-15T03:57:51.982Z | [ recovery-image] Apr 15 03:57:50.381 INFO O| Apr 15 03:57:50.381 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4615 | 2025-04-15T03:57:52.017Z | [ recovery-image] Apr 15 03:57:50.418 INFO O| Apr 15 03:57:50.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
| 4616 | 2025-04-15T03:57:52.017Z | [ recovery-image] Apr 15 03:57:50.418 INFO O| Apr 15 03:57:50.418 INFO STEP 30 (remove_files) COMPLETE |
| 4617 | 2025-04-15T03:57:52.020Z | [ recovery-image] Apr 15 03:57:50.418 INFO O| Apr 15 03:57:50.418 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4618 | 2025-04-15T03:57:52.052Z | [ recovery-image] Apr 15 03:57:50.454 INFO O| Apr 15 03:57:50.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
| 4619 | 2025-04-15T03:57:52.056Z | [ recovery-image] Apr 15 03:57:50.455 INFO O| Apr 15 03:57:50.455 INFO STEP 31 (remove_files) COMPLETE |
| 4620 | 2025-04-15T03:57:52.056Z | [ recovery-image] Apr 15 03:57:50.455 INFO O| Apr 15 03:57:50.455 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4621 | 2025-04-15T03:57:52.114Z | [ recovery-image] Apr 15 03:57:50.516 INFO O| Apr 15 03:57:50.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
| 4622 | 2025-04-15T03:57:52.117Z | [ recovery-image] Apr 15 03:57:50.516 INFO O| Apr 15 03:57:50.516 INFO STEP 32 (remove_files) COMPLETE |
| 4623 | 2025-04-15T03:57:52.117Z | [ recovery-image] Apr 15 03:57:50.516 INFO O| Apr 15 03:57:50.516 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4624 | 2025-04-15T03:57:52.175Z | [ recovery-image] Apr 15 03:57:50.576 INFO O| Apr 15 03:57:50.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
| 4625 | 2025-04-15T03:57:52.178Z | [ recovery-image] Apr 15 03:57:50.576 INFO O| Apr 15 03:57:50.576 INFO STEP 33 (remove_files) COMPLETE |
| 4626 | 2025-04-15T03:57:52.178Z | [ recovery-image] Apr 15 03:57:50.576 INFO O| Apr 15 03:57:50.576 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4627 | 2025-04-15T03:57:52.196Z | [ recovery-image] Apr 15 03:57:50.597 INFO O| Apr 15 03:57:50.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
| 4628 | 2025-04-15T03:57:52.214Z | [ recovery-image] Apr 15 03:57:50.616 INFO O| Apr 15 03:57:50.616 INFO STEP 34 (remove_files) COMPLETE |
| 4629 | 2025-04-15T03:57:52.215Z | [ recovery-image] Apr 15 03:57:50.616 INFO O| Apr 15 03:57:50.616 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4630 | 2025-04-15T03:57:52.238Z | [ recovery-image] Apr 15 03:57:50.640 INFO O| Apr 15 03:57:50.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
| 4631 | 2025-04-15T03:57:52.262Z | [ recovery-image] Apr 15 03:57:50.664 INFO O| Apr 15 03:57:50.664 INFO STEP 35 (remove_files) COMPLETE |
| 4632 | 2025-04-15T03:57:52.262Z | [ recovery-image] Apr 15 03:57:50.664 INFO O| Apr 15 03:57:50.664 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4633 | 2025-04-15T03:57:52.327Z | [ recovery-image] Apr 15 03:57:50.728 INFO O| Apr 15 03:57:50.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
| 4634 | 2025-04-15T03:57:52.327Z | [ recovery-image] Apr 15 03:57:50.728 INFO O| Apr 15 03:57:50.728 INFO STEP 36 (remove_files) COMPLETE |
| 4635 | 2025-04-15T03:57:52.327Z | [ recovery-image] Apr 15 03:57:50.728 INFO O| Apr 15 03:57:50.728 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4636 | 2025-04-15T03:57:52.349Z | [ recovery-image] Apr 15 03:57:50.750 INFO O| Apr 15 03:57:50.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
| 4637 | 2025-04-15T03:57:52.349Z | [ recovery-image] Apr 15 03:57:50.750 INFO O| Apr 15 03:57:50.750 INFO STEP 37 (remove_files) COMPLETE |
| 4638 | 2025-04-15T03:57:52.352Z | [ recovery-image] Apr 15 03:57:50.750 INFO O| Apr 15 03:57:50.750 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4639 | 2025-04-15T03:57:52.372Z | [ recovery-image] Apr 15 03:57:50.773 INFO O| Apr 15 03:57:50.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
| 4640 | 2025-04-15T03:57:52.372Z | [ recovery-image] Apr 15 03:57:50.774 INFO O| Apr 15 03:57:50.774 INFO STEP 38 (remove_files) COMPLETE |
| 4641 | 2025-04-15T03:57:52.375Z | [ recovery-image] Apr 15 03:57:50.774 INFO O| Apr 15 03:57:50.774 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4642 | 2025-04-15T03:57:52.398Z | [ recovery-image] Apr 15 03:57:50.799 INFO O| Apr 15 03:57:50.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
| 4643 | 2025-04-15T03:57:52.398Z | [ recovery-image] Apr 15 03:57:50.799 INFO O| Apr 15 03:57:50.799 INFO STEP 39 (remove_files) COMPLETE |
| 4644 | 2025-04-15T03:57:52.398Z | [ recovery-image] Apr 15 03:57:50.799 INFO O| Apr 15 03:57:50.799 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4645 | 2025-04-15T03:57:52.421Z | [ recovery-image] Apr 15 03:57:50.823 INFO O| Apr 15 03:57:50.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
| 4646 | 2025-04-15T03:57:52.421Z | [ recovery-image] Apr 15 03:57:50.823 INFO O| Apr 15 03:57:50.823 INFO STEP 40 (remove_files) COMPLETE |
| 4647 | 2025-04-15T03:57:52.421Z | [ recovery-image] Apr 15 03:57:50.823 INFO O| Apr 15 03:57:50.823 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4648 | 2025-04-15T03:57:52.448Z | [ recovery-image] Apr 15 03:57:50.849 INFO O| Apr 15 03:57:50.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
| 4649 | 2025-04-15T03:57:52.448Z | [ recovery-image] Apr 15 03:57:50.849 INFO O| Apr 15 03:57:50.849 INFO STEP 41 (remove_files) COMPLETE |
| 4650 | 2025-04-15T03:57:52.457Z | [ recovery-image] Apr 15 03:57:50.849 INFO O| Apr 15 03:57:50.849 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4651 | 2025-04-15T03:57:52.472Z | [ recovery-image] Apr 15 03:57:50.873 INFO O| Apr 15 03:57:50.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
| 4652 | 2025-04-15T03:57:52.472Z | [ recovery-image] Apr 15 03:57:50.873 INFO O| Apr 15 03:57:50.873 INFO STEP 42 (remove_files) COMPLETE |
| 4653 | 2025-04-15T03:57:52.472Z | [ recovery-image] Apr 15 03:57:50.873 INFO O| Apr 15 03:57:50.873 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4654 | 2025-04-15T03:57:52.530Z | [ recovery-image] Apr 15 03:57:50.931 INFO O| Apr 15 03:57:50.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
| 4655 | 2025-04-15T03:57:52.552Z | [ recovery-image] Apr 15 03:57:50.953 INFO O| Apr 15 03:57:50.953 INFO STEP 43 (remove_files) COMPLETE |
| 4656 | 2025-04-15T03:57:52.553Z | [ recovery-image] Apr 15 03:57:50.953 INFO O| Apr 15 03:57:50.953 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4657 | 2025-04-15T03:57:52.585Z | [ recovery-image] Apr 15 03:57:50.986 INFO O| Apr 15 03:57:50.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
| 4658 | 2025-04-15T03:57:52.585Z | [ recovery-image] Apr 15 03:57:50.986 INFO O| Apr 15 03:57:50.986 INFO STEP 44 (remove_files) COMPLETE |
| 4659 | 2025-04-15T03:57:52.588Z | [ recovery-image] Apr 15 03:57:50.986 INFO O| Apr 15 03:57:50.986 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4660 | 2025-04-15T03:57:52.604Z | [ recovery-image] Apr 15 03:57:51.004 INFO O| Apr 15 03:57:51.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
| 4661 | 2025-04-15T03:57:52.613Z | [ recovery-image] Apr 15 03:57:51.014 INFO O| Apr 15 03:57:51.014 INFO STEP 45 (remove_files) COMPLETE |
| 4662 | 2025-04-15T03:57:52.613Z | [ recovery-image] Apr 15 03:57:51.014 INFO O| Apr 15 03:57:51.014 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4663 | 2025-04-15T03:57:52.651Z | [ recovery-image] Apr 15 03:57:51.052 INFO O| Apr 15 03:57:51.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
| 4664 | 2025-04-15T03:57:52.654Z | [ recovery-image] Apr 15 03:57:51.052 INFO O| Apr 15 03:57:51.052 INFO STEP 46 (remove_files) COMPLETE |
| 4665 | 2025-04-15T03:57:52.654Z | [ recovery-image] Apr 15 03:57:51.052 INFO O| Apr 15 03:57:51.052 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4666 | 2025-04-15T03:57:52.707Z | [ recovery-image] Apr 15 03:57:51.109 INFO O| Apr 15 03:57:51.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
| 4667 | 2025-04-15T03:57:52.711Z | [ recovery-image] Apr 15 03:57:51.109 INFO O| Apr 15 03:57:51.109 INFO STEP 47 (remove_files) COMPLETE |
| 4668 | 2025-04-15T03:57:52.711Z | [ recovery-image] Apr 15 03:57:51.109 INFO O| Apr 15 03:57:51.109 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4669 | 2025-04-15T03:57:52.738Z | [ recovery-image] Apr 15 03:57:51.140 INFO O| Apr 15 03:57:51.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
| 4670 | 2025-04-15T03:57:52.738Z | [ recovery-image] Apr 15 03:57:51.140 INFO O| Apr 15 03:57:51.140 INFO STEP 48 (remove_files) COMPLETE |
| 4671 | 2025-04-15T03:57:52.738Z | [ recovery-image] Apr 15 03:57:51.140 INFO O| Apr 15 03:57:51.140 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4672 | 2025-04-15T03:57:52.777Z | [ recovery-image] Apr 15 03:57:51.178 INFO O| Apr 15 03:57:51.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
| 4673 | 2025-04-15T03:57:52.777Z | [ recovery-image] Apr 15 03:57:51.178 INFO O| Apr 15 03:57:51.178 INFO STEP 49 (remove_files) COMPLETE |
| 4674 | 2025-04-15T03:57:52.780Z | [ recovery-image] Apr 15 03:57:51.178 INFO O| Apr 15 03:57:51.178 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4675 | 2025-04-15T03:57:52.816Z | [ recovery-image] Apr 15 03:57:51.217 INFO O| Apr 15 03:57:51.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
| 4676 | 2025-04-15T03:57:52.836Z | [ recovery-image] Apr 15 03:57:51.237 INFO O| Apr 15 03:57:51.237 INFO STEP 50 (remove_files) COMPLETE |
| 4677 | 2025-04-15T03:57:52.836Z | [ recovery-image] Apr 15 03:57:51.237 INFO O| Apr 15 03:57:51.237 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4678 | 2025-04-15T03:57:52.860Z | [ recovery-image] Apr 15 03:57:51.262 INFO O| Apr 15 03:57:51.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
| 4679 | 2025-04-15T03:57:52.864Z | [ recovery-image] Apr 15 03:57:51.262 INFO O| Apr 15 03:57:51.262 INFO STEP 51 (remove_files) COMPLETE |
| 4680 | 2025-04-15T03:57:52.864Z | [ recovery-image] Apr 15 03:57:51.262 INFO O| Apr 15 03:57:51.262 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4681 | 2025-04-15T03:57:52.883Z | [ recovery-image] Apr 15 03:57:51.284 INFO O| Apr 15 03:57:51.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
| 4682 | 2025-04-15T03:57:52.886Z | [ recovery-image] Apr 15 03:57:51.285 INFO O| Apr 15 03:57:51.285 INFO STEP 52 (remove_files) COMPLETE |
| 4683 | 2025-04-15T03:57:52.886Z | [ recovery-image] Apr 15 03:57:51.285 INFO O| Apr 15 03:57:51.285 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4684 | 2025-04-15T03:57:52.922Z | [ recovery-image] Apr 15 03:57:51.323 INFO O| Apr 15 03:57:51.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
| 4685 | 2025-04-15T03:57:52.922Z | [ recovery-image] Apr 15 03:57:51.323 INFO O| Apr 15 03:57:51.323 INFO STEP 53 (remove_files) COMPLETE |
| 4686 | 2025-04-15T03:57:52.926Z | [ recovery-image] Apr 15 03:57:51.324 INFO O| Apr 15 03:57:51.323 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4687 | 2025-04-15T03:57:52.946Z | [ recovery-image] Apr 15 03:57:51.348 INFO O| Apr 15 03:57:51.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
| 4688 | 2025-04-15T03:57:52.946Z | [ recovery-image] Apr 15 03:57:51.348 INFO O| Apr 15 03:57:51.348 INFO STEP 54 (remove_files) COMPLETE |
| 4689 | 2025-04-15T03:57:52.946Z | [ recovery-image] Apr 15 03:57:51.348 INFO O| Apr 15 03:57:51.348 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4690 | 2025-04-15T03:57:52.968Z | [ recovery-image] Apr 15 03:57:51.370 INFO O| Apr 15 03:57:51.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
| 4691 | 2025-04-15T03:57:52.969Z | [ recovery-image] Apr 15 03:57:51.370 INFO O| Apr 15 03:57:51.370 INFO STEP 55 (remove_files) COMPLETE |
| 4692 | 2025-04-15T03:57:52.969Z | [ recovery-image] Apr 15 03:57:51.370 INFO O| Apr 15 03:57:51.370 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4693 | 2025-04-15T03:57:52.992Z | [ recovery-image] Apr 15 03:57:51.393 INFO O| Apr 15 03:57:51.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
| 4694 | 2025-04-15T03:57:52.992Z | [ recovery-image] Apr 15 03:57:51.393 INFO O| Apr 15 03:57:51.393 INFO STEP 56 (remove_files) COMPLETE |
| 4695 | 2025-04-15T03:57:52.996Z | [ recovery-image] Apr 15 03:57:51.393 INFO O| Apr 15 03:57:51.393 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4696 | 2025-04-15T03:57:53.017Z | [ recovery-image] Apr 15 03:57:51.418 INFO O| Apr 15 03:57:51.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
| 4697 | 2025-04-15T03:57:53.017Z | [ recovery-image] Apr 15 03:57:51.418 INFO O| Apr 15 03:57:51.418 INFO STEP 57 (remove_files) COMPLETE |
| 4698 | 2025-04-15T03:57:53.017Z | [ recovery-image] Apr 15 03:57:51.418 INFO O| Apr 15 03:57:51.418 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4699 | 2025-04-15T03:57:53.065Z | [ recovery-image] Apr 15 03:57:51.466 INFO O| Apr 15 03:57:51.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
| 4700 | 2025-04-15T03:57:53.068Z | [ recovery-image] Apr 15 03:57:51.466 INFO O| Apr 15 03:57:51.466 INFO STEP 58 (remove_files) COMPLETE |
| 4701 | 2025-04-15T03:57:53.068Z | [ recovery-image] Apr 15 03:57:51.466 INFO O| Apr 15 03:57:51.466 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4702 | 2025-04-15T03:57:53.089Z | [ recovery-image] Apr 15 03:57:51.490 INFO O| Apr 15 03:57:51.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
| 4703 | 2025-04-15T03:57:53.092Z | [ recovery-image] Apr 15 03:57:51.490 INFO O| Apr 15 03:57:51.490 INFO STEP 59 (remove_files) COMPLETE |
| 4704 | 2025-04-15T03:57:53.092Z | [ recovery-image] Apr 15 03:57:51.490 INFO O| Apr 15 03:57:51.490 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4705 | 2025-04-15T03:57:53.116Z | [ recovery-image] Apr 15 03:57:51.517 INFO O| Apr 15 03:57:51.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
| 4706 | 2025-04-15T03:57:53.140Z | [ recovery-image] Apr 15 03:57:51.541 INFO O| Apr 15 03:57:51.541 INFO STEP 60 (remove_files) COMPLETE |
| 4707 | 2025-04-15T03:57:53.140Z | [ recovery-image] Apr 15 03:57:51.541 INFO O| Apr 15 03:57:51.541 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4708 | 2025-04-15T03:57:53.162Z | [ recovery-image] Apr 15 03:57:51.563 INFO O| Apr 15 03:57:51.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
| 4709 | 2025-04-15T03:57:53.165Z | [ recovery-image] Apr 15 03:57:51.563 INFO O| Apr 15 03:57:51.563 INFO STEP 61 (remove_files) COMPLETE |
| 4710 | 2025-04-15T03:57:53.165Z | [ recovery-image] Apr 15 03:57:51.563 INFO O| Apr 15 03:57:51.563 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4711 | 2025-04-15T03:57:53.183Z | [ recovery-image] Apr 15 03:57:51.584 INFO O| Apr 15 03:57:51.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
| 4712 | 2025-04-15T03:57:53.186Z | [ recovery-image] Apr 15 03:57:51.584 INFO O| Apr 15 03:57:51.584 INFO STEP 62 (remove_files) COMPLETE |
| 4713 | 2025-04-15T03:57:53.186Z | [ recovery-image] Apr 15 03:57:51.585 INFO O| Apr 15 03:57:51.585 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4714 | 2025-04-15T03:57:53.204Z | [ recovery-image] Apr 15 03:57:51.605 INFO O| Apr 15 03:57:51.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
| 4715 | 2025-04-15T03:57:53.207Z | [ recovery-image] Apr 15 03:57:51.606 INFO O| Apr 15 03:57:51.606 INFO STEP 63 (remove_files) COMPLETE |
| 4716 | 2025-04-15T03:57:53.207Z | [ recovery-image] Apr 15 03:57:51.606 INFO O| Apr 15 03:57:51.606 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4717 | 2025-04-15T03:57:53.245Z | [ recovery-image] Apr 15 03:57:51.646 INFO O| Apr 15 03:57:51.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
| 4718 | 2025-04-15T03:57:53.245Z | [ recovery-image] Apr 15 03:57:51.646 INFO O| Apr 15 03:57:51.646 INFO STEP 64 (remove_files) COMPLETE |
| 4719 | 2025-04-15T03:57:53.248Z | [ recovery-image] Apr 15 03:57:51.646 INFO O| Apr 15 03:57:51.646 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4720 | 2025-04-15T03:57:53.266Z | [ recovery-image] Apr 15 03:57:51.668 INFO O| Apr 15 03:57:51.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
| 4721 | 2025-04-15T03:57:53.292Z | [ recovery-image] Apr 15 03:57:51.693 INFO O| Apr 15 03:57:51.693 INFO STEP 65 (remove_files) COMPLETE |
| 4722 | 2025-04-15T03:57:53.292Z | [ recovery-image] Apr 15 03:57:51.693 INFO O| Apr 15 03:57:51.693 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4723 | 2025-04-15T03:57:53.331Z | [ recovery-image] Apr 15 03:57:51.732 INFO O| Apr 15 03:57:51.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
| 4724 | 2025-04-15T03:57:53.334Z | [ recovery-image] Apr 15 03:57:51.733 INFO O| Apr 15 03:57:51.733 INFO STEP 66 (remove_files) COMPLETE |
| 4725 | 2025-04-15T03:57:53.334Z | [ recovery-image] Apr 15 03:57:51.733 INFO O| Apr 15 03:57:51.733 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4726 | 2025-04-15T03:57:53.399Z | [ recovery-image] Apr 15 03:57:51.800 INFO O| Apr 15 03:57:51.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
| 4727 | 2025-04-15T03:57:53.402Z | [ recovery-image] Apr 15 03:57:51.800 INFO O| Apr 15 03:57:51.800 INFO STEP 67 (remove_files) COMPLETE |
| 4728 | 2025-04-15T03:57:53.402Z | [ recovery-image] Apr 15 03:57:51.800 INFO O| Apr 15 03:57:51.800 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4729 | 2025-04-15T03:57:53.446Z | [ recovery-image] Apr 15 03:57:51.847 INFO O| Apr 15 03:57:51.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
| 4730 | 2025-04-15T03:57:53.449Z | [ recovery-image] Apr 15 03:57:51.847 INFO O| Apr 15 03:57:51.847 INFO STEP 68 (remove_files) COMPLETE |
| 4731 | 2025-04-15T03:57:53.449Z | [ recovery-image] Apr 15 03:57:51.848 INFO O| Apr 15 03:57:51.847 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4732 | 2025-04-15T03:57:53.469Z | [ recovery-image] Apr 15 03:57:51.870 INFO O| Apr 15 03:57:51.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
| 4733 | 2025-04-15T03:57:53.472Z | [ recovery-image] Apr 15 03:57:51.870 INFO O| Apr 15 03:57:51.870 INFO STEP 69 (remove_files) COMPLETE |
| 4734 | 2025-04-15T03:57:53.472Z | [ recovery-image] Apr 15 03:57:51.871 INFO O| Apr 15 03:57:51.870 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4735 | 2025-04-15T03:57:53.493Z | [ recovery-image] Apr 15 03:57:51.894 INFO O| Apr 15 03:57:51.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
| 4736 | 2025-04-15T03:57:53.496Z | [ recovery-image] Apr 15 03:57:51.894 INFO O| Apr 15 03:57:51.894 INFO STEP 70 (remove_files) COMPLETE |
| 4737 | 2025-04-15T03:57:53.496Z | [ recovery-image] Apr 15 03:57:51.894 INFO O| Apr 15 03:57:51.894 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4738 | 2025-04-15T03:57:53.515Z | [ recovery-image] Apr 15 03:57:51.916 INFO O| Apr 15 03:57:51.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
| 4739 | 2025-04-15T03:57:53.518Z | [ recovery-image] Apr 15 03:57:51.916 INFO O| Apr 15 03:57:51.916 INFO STEP 71 (remove_files) COMPLETE |
| 4740 | 2025-04-15T03:57:53.518Z | [ recovery-image] Apr 15 03:57:51.916 INFO O| Apr 15 03:57:51.916 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4741 | 2025-04-15T03:57:53.536Z | [ recovery-image] Apr 15 03:57:51.938 INFO O| Apr 15 03:57:51.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
| 4742 | 2025-04-15T03:57:53.540Z | [ recovery-image] Apr 15 03:57:51.938 INFO O| Apr 15 03:57:51.938 INFO STEP 72 (remove_files) COMPLETE |
| 4743 | 2025-04-15T03:57:53.540Z | [ recovery-image] Apr 15 03:57:51.938 INFO O| Apr 15 03:57:51.938 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4744 | 2025-04-15T03:57:53.572Z | [ recovery-image] Apr 15 03:57:51.973 INFO O| Apr 15 03:57:51.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
| 4745 | 2025-04-15T03:57:53.572Z | [ recovery-image] Apr 15 03:57:51.973 INFO O| Apr 15 03:57:51.973 INFO STEP 73 (remove_files) COMPLETE |
| 4746 | 2025-04-15T03:57:53.572Z | [ recovery-image] Apr 15 03:57:51.973 INFO O| Apr 15 03:57:51.973 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4747 | 2025-04-15T03:57:53.594Z | [ recovery-image] Apr 15 03:57:51.995 INFO O| Apr 15 03:57:51.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
| 4748 | 2025-04-15T03:57:53.594Z | [ recovery-image] Apr 15 03:57:51.995 INFO O| Apr 15 03:57:51.995 INFO STEP 74 (remove_files) COMPLETE |
| 4749 | 2025-04-15T03:57:53.594Z | [ recovery-image] Apr 15 03:57:51.995 INFO O| Apr 15 03:57:51.995 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4750 | 2025-04-15T03:57:53.617Z | [ recovery-image] Apr 15 03:57:52.017 INFO O| Apr 15 03:57:52.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
| 4751 | 2025-04-15T03:57:53.617Z | [ recovery-image] Apr 15 03:57:52.017 INFO O| Apr 15 03:57:52.017 INFO STEP 75 (remove_files) COMPLETE |
| 4752 | 2025-04-15T03:57:53.620Z | [ recovery-image] Apr 15 03:57:52.017 INFO O| Apr 15 03:57:52.017 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4753 | 2025-04-15T03:57:53.635Z | [ recovery-image] Apr 15 03:57:52.036 INFO O| Apr 15 03:57:52.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
| 4754 | 2025-04-15T03:57:53.635Z | [ recovery-image] Apr 15 03:57:52.037 INFO O| Apr 15 03:57:52.036 INFO STEP 76 (remove_files) COMPLETE |
| 4755 | 2025-04-15T03:57:53.639Z | [ recovery-image] Apr 15 03:57:52.037 INFO O| Apr 15 03:57:52.036 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4756 | 2025-04-15T03:57:53.667Z | [ recovery-image] Apr 15 03:57:52.068 INFO O| Apr 15 03:57:52.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
| 4757 | 2025-04-15T03:57:53.667Z | [ recovery-image] Apr 15 03:57:52.068 INFO O| Apr 15 03:57:52.068 INFO STEP 77 (remove_files) COMPLETE |
| 4758 | 2025-04-15T03:57:53.667Z | [ recovery-image] Apr 15 03:57:52.068 INFO O| Apr 15 03:57:52.068 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4759 | 2025-04-15T03:57:53.732Z | [ recovery-image] Apr 15 03:57:52.133 INFO O| Apr 15 03:57:52.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
| 4760 | 2025-04-15T03:57:53.732Z | [ recovery-image] Apr 15 03:57:52.133 INFO O| Apr 15 03:57:52.133 INFO STEP 78 (remove_files) COMPLETE |
| 4761 | 2025-04-15T03:57:53.732Z | [ recovery-image] Apr 15 03:57:52.133 INFO O| Apr 15 03:57:52.133 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4762 | 2025-04-15T03:57:53.753Z | [ recovery-image] Apr 15 03:57:52.154 INFO O| Apr 15 03:57:52.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
| 4763 | 2025-04-15T03:57:53.753Z | [ recovery-image] Apr 15 03:57:52.154 INFO O| Apr 15 03:57:52.154 INFO STEP 79 (remove_files) COMPLETE |
| 4764 | 2025-04-15T03:57:53.753Z | [ recovery-image] Apr 15 03:57:52.154 INFO O| Apr 15 03:57:52.154 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4765 | 2025-04-15T03:57:53.793Z | [ recovery-image] Apr 15 03:57:52.194 INFO O| Apr 15 03:57:52.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
| 4766 | 2025-04-15T03:57:53.793Z | [ recovery-image] Apr 15 03:57:52.194 INFO O| Apr 15 03:57:52.194 INFO STEP 80 (remove_files) COMPLETE |
| 4767 | 2025-04-15T03:57:53.796Z | [ recovery-image] Apr 15 03:57:52.194 INFO O| Apr 15 03:57:52.194 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4768 | 2025-04-15T03:57:53.837Z | [ recovery-image] Apr 15 03:57:52.239 INFO O| Apr 15 03:57:52.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
| 4769 | 2025-04-15T03:57:53.837Z | [ recovery-image] Apr 15 03:57:52.239 INFO O| Apr 15 03:57:52.239 INFO STEP 81 (remove_files) COMPLETE |
| 4770 | 2025-04-15T03:57:53.841Z | [ recovery-image] Apr 15 03:57:52.239 INFO O| Apr 15 03:57:52.239 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4771 | 2025-04-15T03:57:53.895Z | [ recovery-image] Apr 15 03:57:52.296 INFO O| Apr 15 03:57:52.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
| 4772 | 2025-04-15T03:57:53.905Z | [ recovery-image] Apr 15 03:57:52.306 INFO O| Apr 15 03:57:52.306 INFO STEP 82 (remove_files) COMPLETE |
| 4773 | 2025-04-15T03:57:53.905Z | [ recovery-image] Apr 15 03:57:52.306 INFO O| Apr 15 03:57:52.306 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4774 | 2025-04-15T03:57:53.941Z | [ recovery-image] Apr 15 03:57:52.343 INFO O| Apr 15 03:57:52.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
| 4775 | 2025-04-15T03:57:53.941Z | [ recovery-image] Apr 15 03:57:52.343 INFO O| Apr 15 03:57:52.343 INFO STEP 83 (remove_files) COMPLETE |
| 4776 | 2025-04-15T03:57:53.944Z | [ recovery-image] Apr 15 03:57:52.343 INFO O| Apr 15 03:57:52.343 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4777 | 2025-04-15T03:57:53.963Z | [ recovery-image] Apr 15 03:57:52.365 INFO O| Apr 15 03:57:52.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
| 4778 | 2025-04-15T03:57:53.963Z | [ recovery-image] Apr 15 03:57:52.365 INFO O| Apr 15 03:57:52.365 INFO STEP 84 (remove_files) COMPLETE |
| 4779 | 2025-04-15T03:57:53.964Z | [ recovery-image] Apr 15 03:57:52.365 INFO O| Apr 15 03:57:52.365 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4780 | 2025-04-15T03:57:53.985Z | [ recovery-image] Apr 15 03:57:52.386 INFO O| Apr 15 03:57:52.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
| 4781 | 2025-04-15T03:57:53.985Z | [ recovery-image] Apr 15 03:57:52.386 INFO O| Apr 15 03:57:52.386 INFO STEP 85 (remove_files) COMPLETE |
| 4782 | 2025-04-15T03:57:53.985Z | [ recovery-image] Apr 15 03:57:52.386 INFO O| Apr 15 03:57:52.386 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4783 | 2025-04-15T03:57:54.005Z | [ recovery-image] Apr 15 03:57:52.406 INFO O| Apr 15 03:57:52.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
| 4784 | 2025-04-15T03:57:54.023Z | [ recovery-image] Apr 15 03:57:52.424 INFO O| Apr 15 03:57:52.424 INFO STEP 86 (remove_files) COMPLETE |
| 4785 | 2025-04-15T03:57:54.023Z | [ recovery-image] Apr 15 03:57:52.424 INFO O| Apr 15 03:57:52.424 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4786 | 2025-04-15T03:57:54.044Z | [ recovery-image] Apr 15 03:57:52.445 INFO O| Apr 15 03:57:52.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
| 4787 | 2025-04-15T03:57:54.044Z | [ recovery-image] Apr 15 03:57:52.445 INFO O| Apr 15 03:57:52.445 INFO STEP 87 (remove_files) COMPLETE |
| 4788 | 2025-04-15T03:57:54.047Z | [ recovery-image] Apr 15 03:57:52.446 INFO O| Apr 15 03:57:52.445 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4789 | 2025-04-15T03:57:54.079Z | [ recovery-image] Apr 15 03:57:52.480 INFO O| Apr 15 03:57:52.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
| 4790 | 2025-04-15T03:57:54.079Z | [ recovery-image] Apr 15 03:57:52.480 INFO O| Apr 15 03:57:52.480 INFO STEP 88 (remove_files) COMPLETE |
| 4791 | 2025-04-15T03:57:54.079Z | [ recovery-image] Apr 15 03:57:52.480 INFO O| Apr 15 03:57:52.480 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4792 | 2025-04-15T03:57:54.139Z | [ recovery-image] Apr 15 03:57:52.539 INFO O| Apr 15 03:57:52.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
| 4793 | 2025-04-15T03:57:54.139Z | [ recovery-image] Apr 15 03:57:52.539 INFO O| Apr 15 03:57:52.539 INFO STEP 89 (remove_files) COMPLETE |
| 4794 | 2025-04-15T03:57:54.139Z | [ recovery-image] Apr 15 03:57:52.539 INFO O| Apr 15 03:57:52.539 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4795 | 2025-04-15T03:57:54.160Z | [ recovery-image] Apr 15 03:57:52.561 INFO O| Apr 15 03:57:52.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
| 4796 | 2025-04-15T03:57:54.160Z | [ recovery-image] Apr 15 03:57:52.561 INFO O| Apr 15 03:57:52.561 INFO STEP 90 (remove_files) COMPLETE |
| 4797 | 2025-04-15T03:57:54.165Z | [ recovery-image] Apr 15 03:57:52.561 INFO O| Apr 15 03:57:52.561 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4798 | 2025-04-15T03:57:54.184Z | [ recovery-image] Apr 15 03:57:52.583 INFO O| Apr 15 03:57:52.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
| 4799 | 2025-04-15T03:57:54.187Z | [ recovery-image] Apr 15 03:57:52.584 INFO O| Apr 15 03:57:52.584 INFO STEP 91 (remove_files) COMPLETE |
| 4800 | 2025-04-15T03:57:54.187Z | [ recovery-image] Apr 15 03:57:52.584 INFO O| Apr 15 03:57:52.584 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4801 | 2025-04-15T03:57:54.205Z | [ recovery-image] Apr 15 03:57:52.607 INFO O| Apr 15 03:57:52.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
| 4802 | 2025-04-15T03:57:54.205Z | [ recovery-image] Apr 15 03:57:52.607 INFO O| Apr 15 03:57:52.607 INFO STEP 92 (remove_files) COMPLETE |
| 4803 | 2025-04-15T03:57:54.208Z | [ recovery-image] Apr 15 03:57:52.607 INFO O| Apr 15 03:57:52.607 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4804 | 2025-04-15T03:57:54.228Z | [ recovery-image] Apr 15 03:57:52.630 INFO O| Apr 15 03:57:52.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
| 4805 | 2025-04-15T03:57:54.228Z | [ recovery-image] Apr 15 03:57:52.630 INFO O| Apr 15 03:57:52.630 INFO STEP 93 (remove_files) COMPLETE |
| 4806 | 2025-04-15T03:57:54.232Z | [ recovery-image] Apr 15 03:57:52.630 INFO O| Apr 15 03:57:52.630 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4807 | 2025-04-15T03:57:54.252Z | [ recovery-image] Apr 15 03:57:52.653 INFO O| Apr 15 03:57:52.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
| 4808 | 2025-04-15T03:57:54.252Z | [ recovery-image] Apr 15 03:57:52.653 INFO O| Apr 15 03:57:52.653 INFO STEP 94 (remove_files) COMPLETE |
| 4809 | 2025-04-15T03:57:54.256Z | [ recovery-image] Apr 15 03:57:52.653 INFO O| Apr 15 03:57:52.653 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4810 | 2025-04-15T03:57:54.274Z | [ recovery-image] Apr 15 03:57:52.675 INFO O| Apr 15 03:57:52.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
| 4811 | 2025-04-15T03:57:54.274Z | [ recovery-image] Apr 15 03:57:52.675 INFO O| Apr 15 03:57:52.675 INFO STEP 95 (remove_files) COMPLETE |
| 4812 | 2025-04-15T03:57:54.277Z | [ recovery-image] Apr 15 03:57:52.675 INFO O| Apr 15 03:57:52.675 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4813 | 2025-04-15T03:57:54.297Z | [ recovery-image] Apr 15 03:57:52.698 INFO O| Apr 15 03:57:52.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
| 4814 | 2025-04-15T03:57:54.297Z | [ recovery-image] Apr 15 03:57:52.698 INFO O| Apr 15 03:57:52.698 INFO STEP 96 (remove_files) COMPLETE |
| 4815 | 2025-04-15T03:57:54.297Z | [ recovery-image] Apr 15 03:57:52.698 INFO O| Apr 15 03:57:52.698 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4816 | 2025-04-15T03:57:54.324Z | [ recovery-image] Apr 15 03:57:52.725 INFO O| Apr 15 03:57:52.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
| 4817 | 2025-04-15T03:57:54.324Z | [ recovery-image] Apr 15 03:57:52.725 INFO O| Apr 15 03:57:52.725 INFO STEP 97 (remove_files) COMPLETE |
| 4818 | 2025-04-15T03:57:54.324Z | [ recovery-image] Apr 15 03:57:52.725 INFO O| Apr 15 03:57:52.725 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4819 | 2025-04-15T03:57:54.347Z | [ recovery-image] Apr 15 03:57:52.748 INFO O| Apr 15 03:57:52.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
| 4820 | 2025-04-15T03:57:54.351Z | [ recovery-image] Apr 15 03:57:52.748 INFO O| Apr 15 03:57:52.748 INFO STEP 98 (remove_files) COMPLETE |
| 4821 | 2025-04-15T03:57:54.351Z | [ recovery-image] Apr 15 03:57:52.748 INFO O| Apr 15 03:57:52.748 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4822 | 2025-04-15T03:57:54.368Z | [ recovery-image] Apr 15 03:57:52.769 INFO O| Apr 15 03:57:52.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
| 4823 | 2025-04-15T03:57:54.368Z | [ recovery-image] Apr 15 03:57:52.769 INFO O| Apr 15 03:57:52.769 INFO STEP 99 (remove_files) COMPLETE |
| 4824 | 2025-04-15T03:57:54.368Z | [ recovery-image] Apr 15 03:57:52.769 INFO O| Apr 15 03:57:52.769 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4825 | 2025-04-15T03:57:54.389Z | [ recovery-image] Apr 15 03:57:52.790 INFO O| Apr 15 03:57:52.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
| 4826 | 2025-04-15T03:57:54.416Z | [ recovery-image] Apr 15 03:57:52.817 INFO O| Apr 15 03:57:52.817 INFO STEP 100 (remove_files) COMPLETE |
| 4827 | 2025-04-15T03:57:54.416Z | [ recovery-image] Apr 15 03:57:52.817 INFO O| Apr 15 03:57:52.817 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4828 | 2025-04-15T03:57:54.473Z | [ recovery-image] Apr 15 03:57:52.875 INFO O| Apr 15 03:57:52.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
| 4829 | 2025-04-15T03:57:54.473Z | [ recovery-image] Apr 15 03:57:52.875 INFO O| Apr 15 03:57:52.875 INFO STEP 101 (remove_files) COMPLETE |
| 4830 | 2025-04-15T03:57:54.477Z | [ recovery-image] Apr 15 03:57:52.875 INFO O| Apr 15 03:57:52.875 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4831 | 2025-04-15T03:57:54.494Z | [ recovery-image] Apr 15 03:57:52.896 INFO O| Apr 15 03:57:52.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
| 4832 | 2025-04-15T03:57:54.498Z | [ recovery-image] Apr 15 03:57:52.896 INFO O| Apr 15 03:57:52.896 INFO STEP 102 (remove_files) COMPLETE |
| 4833 | 2025-04-15T03:57:54.498Z | [ recovery-image] Apr 15 03:57:52.896 INFO O| Apr 15 03:57:52.896 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4834 | 2025-04-15T03:57:54.517Z | [ recovery-image] Apr 15 03:57:52.917 INFO O| Apr 15 03:57:52.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
| 4835 | 2025-04-15T03:57:54.526Z | [ recovery-image] Apr 15 03:57:52.926 INFO O| Apr 15 03:57:52.926 INFO STEP 103 (remove_files) COMPLETE |
| 4836 | 2025-04-15T03:57:54.526Z | [ recovery-image] Apr 15 03:57:52.926 INFO O| Apr 15 03:57:52.926 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4837 | 2025-04-15T03:57:54.564Z | [ recovery-image] Apr 15 03:57:52.965 INFO O| Apr 15 03:57:52.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
| 4838 | 2025-04-15T03:57:54.590Z | [ recovery-image] Apr 15 03:57:52.990 INFO O| Apr 15 03:57:52.990 INFO STEP 104 (remove_files) COMPLETE |
| 4839 | 2025-04-15T03:57:54.590Z | [ recovery-image] Apr 15 03:57:52.990 INFO O| Apr 15 03:57:52.990 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4840 | 2025-04-15T03:57:54.648Z | [ recovery-image] Apr 15 03:57:53.049 INFO O| Apr 15 03:57:53.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
| 4841 | 2025-04-15T03:57:54.648Z | [ recovery-image] Apr 15 03:57:53.049 INFO O| Apr 15 03:57:53.049 INFO STEP 105 (remove_files) COMPLETE |
| 4842 | 2025-04-15T03:57:54.651Z | [ recovery-image] Apr 15 03:57:53.049 INFO O| Apr 15 03:57:53.049 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4843 | 2025-04-15T03:57:54.670Z | [ recovery-image] Apr 15 03:57:53.071 INFO O| Apr 15 03:57:53.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
| 4844 | 2025-04-15T03:57:54.673Z | [ recovery-image] Apr 15 03:57:53.071 INFO O| Apr 15 03:57:53.071 INFO STEP 106 (remove_files) COMPLETE |
| 4845 | 2025-04-15T03:57:54.673Z | [ recovery-image] Apr 15 03:57:53.071 INFO O| Apr 15 03:57:53.071 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4846 | 2025-04-15T03:57:54.691Z | [ recovery-image] Apr 15 03:57:53.092 INFO O| Apr 15 03:57:53.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
| 4847 | 2025-04-15T03:57:54.691Z | [ recovery-image] Apr 15 03:57:53.092 INFO O| Apr 15 03:57:53.092 INFO STEP 107 (remove_files) COMPLETE |
| 4848 | 2025-04-15T03:57:54.691Z | [ recovery-image] Apr 15 03:57:53.092 INFO O| Apr 15 03:57:53.092 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4849 | 2025-04-15T03:57:54.711Z | [ recovery-image] Apr 15 03:57:53.112 INFO O| Apr 15 03:57:53.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
| 4850 | 2025-04-15T03:57:54.711Z | [ recovery-image] Apr 15 03:57:53.112 INFO O| Apr 15 03:57:53.112 INFO STEP 108 (remove_files) COMPLETE |
| 4851 | 2025-04-15T03:57:54.715Z | [ recovery-image] Apr 15 03:57:53.112 INFO O| Apr 15 03:57:53.112 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4852 | 2025-04-15T03:57:54.734Z | [ recovery-image] Apr 15 03:57:53.135 INFO O| Apr 15 03:57:53.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
| 4853 | 2025-04-15T03:57:54.734Z | [ recovery-image] Apr 15 03:57:53.135 INFO O| Apr 15 03:57:53.135 INFO STEP 109 (remove_files) COMPLETE |
| 4854 | 2025-04-15T03:57:54.734Z | [ recovery-image] Apr 15 03:57:53.135 INFO O| Apr 15 03:57:53.135 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4855 | 2025-04-15T03:57:54.764Z | [ recovery-image] Apr 15 03:57:53.165 INFO O| Apr 15 03:57:53.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
| 4856 | 2025-04-15T03:57:54.764Z | [ recovery-image] Apr 15 03:57:53.165 INFO O| Apr 15 03:57:53.165 INFO STEP 110 (remove_files) COMPLETE |
| 4857 | 2025-04-15T03:57:54.764Z | [ recovery-image] Apr 15 03:57:53.165 INFO O| Apr 15 03:57:53.165 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4858 | 2025-04-15T03:57:54.812Z | [ recovery-image] Apr 15 03:57:53.212 INFO O| Apr 15 03:57:53.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
| 4859 | 2025-04-15T03:57:54.812Z | [ recovery-image] Apr 15 03:57:53.212 INFO O| Apr 15 03:57:53.212 INFO STEP 111 (remove_files) COMPLETE |
| 4860 | 2025-04-15T03:57:54.812Z | [ recovery-image] Apr 15 03:57:53.212 INFO O| Apr 15 03:57:53.212 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4861 | 2025-04-15T03:57:54.835Z | [ recovery-image] Apr 15 03:57:53.236 INFO O| Apr 15 03:57:53.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
| 4862 | 2025-04-15T03:57:54.835Z | [ recovery-image] Apr 15 03:57:53.236 INFO O| Apr 15 03:57:53.236 INFO STEP 112 (remove_files) COMPLETE |
| 4863 | 2025-04-15T03:57:54.838Z | [ recovery-image] Apr 15 03:57:53.236 INFO O| Apr 15 03:57:53.236 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4864 | 2025-04-15T03:57:54.859Z | [ recovery-image] Apr 15 03:57:53.258 INFO O| Apr 15 03:57:53.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
| 4865 | 2025-04-15T03:57:54.859Z | [ recovery-image] Apr 15 03:57:53.258 INFO O| Apr 15 03:57:53.258 INFO STEP 113 (remove_files) COMPLETE |
| 4866 | 2025-04-15T03:57:54.863Z | [ recovery-image] Apr 15 03:57:53.258 INFO O| Apr 15 03:57:53.258 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4867 | 2025-04-15T03:57:54.877Z | [ recovery-image] Apr 15 03:57:53.278 INFO O| Apr 15 03:57:53.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
| 4868 | 2025-04-15T03:57:54.903Z | [ recovery-image] Apr 15 03:57:53.304 INFO O| Apr 15 03:57:53.304 INFO STEP 114 (remove_files) COMPLETE |
| 4869 | 2025-04-15T03:57:54.903Z | [ recovery-image] Apr 15 03:57:53.304 INFO O| Apr 15 03:57:53.304 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4870 | 2025-04-15T03:57:54.959Z | [ recovery-image] Apr 15 03:57:53.360 INFO O| Apr 15 03:57:53.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
| 4871 | 2025-04-15T03:57:54.959Z | [ recovery-image] Apr 15 03:57:53.361 INFO O| Apr 15 03:57:53.361 INFO STEP 115 (remove_files) COMPLETE |
| 4872 | 2025-04-15T03:57:54.959Z | [ recovery-image] Apr 15 03:57:53.361 INFO O| Apr 15 03:57:53.361 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4873 | 2025-04-15T03:57:54.980Z | [ recovery-image] Apr 15 03:57:53.380 INFO O| Apr 15 03:57:53.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
| 4874 | 2025-04-15T03:57:54.980Z | [ recovery-image] Apr 15 03:57:53.380 INFO O| Apr 15 03:57:53.380 INFO STEP 116 (remove_files) COMPLETE |
| 4875 | 2025-04-15T03:57:54.983Z | [ recovery-image] Apr 15 03:57:53.380 INFO O| Apr 15 03:57:53.380 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4876 | 2025-04-15T03:57:55.001Z | [ recovery-image] Apr 15 03:57:53.401 INFO O| Apr 15 03:57:53.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
| 4877 | 2025-04-15T03:57:55.001Z | [ recovery-image] Apr 15 03:57:53.401 INFO O| Apr 15 03:57:53.401 INFO STEP 117 (remove_files) COMPLETE |
| 4878 | 2025-04-15T03:57:55.001Z | [ recovery-image] Apr 15 03:57:53.401 INFO O| Apr 15 03:57:53.401 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4879 | 2025-04-15T03:57:55.025Z | [ recovery-image] Apr 15 03:57:53.424 INFO O| Apr 15 03:57:53.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
| 4880 | 2025-04-15T03:57:55.025Z | [ recovery-image] Apr 15 03:57:53.425 INFO O| Apr 15 03:57:53.425 INFO STEP 118 (remove_files) COMPLETE |
| 4881 | 2025-04-15T03:57:55.025Z | [ recovery-image] Apr 15 03:57:53.425 INFO O| Apr 15 03:57:53.425 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4882 | 2025-04-15T03:57:55.064Z | [ recovery-image] Apr 15 03:57:53.464 INFO O| Apr 15 03:57:53.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
| 4883 | 2025-04-15T03:57:55.064Z | [ recovery-image] Apr 15 03:57:53.464 INFO O| Apr 15 03:57:53.464 INFO STEP 119 (remove_files) COMPLETE |
| 4884 | 2025-04-15T03:57:55.068Z | [ recovery-image] Apr 15 03:57:53.464 INFO O| Apr 15 03:57:53.464 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4885 | 2025-04-15T03:57:55.100Z | [ recovery-image] Apr 15 03:57:53.498 INFO O| Apr 15 03:57:53.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
| 4886 | 2025-04-15T03:57:55.100Z | [ recovery-image] Apr 15 03:57:53.498 INFO O| Apr 15 03:57:53.498 INFO STEP 120 (remove_files) COMPLETE |
| 4887 | 2025-04-15T03:57:55.103Z | [ recovery-image] Apr 15 03:57:53.498 INFO O| Apr 15 03:57:53.498 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4888 | 2025-04-15T03:57:55.158Z | [ recovery-image] Apr 15 03:57:53.558 INFO O| Apr 15 03:57:53.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
| 4889 | 2025-04-15T03:57:55.158Z | [ recovery-image] Apr 15 03:57:53.558 INFO O| Apr 15 03:57:53.558 INFO STEP 121 (remove_files) COMPLETE |
| 4890 | 2025-04-15T03:57:55.158Z | [ recovery-image] Apr 15 03:57:53.558 INFO O| Apr 15 03:57:53.558 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4891 | 2025-04-15T03:57:55.180Z | [ recovery-image] Apr 15 03:57:53.581 INFO O| Apr 15 03:57:53.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
| 4892 | 2025-04-15T03:57:55.181Z | [ recovery-image] Apr 15 03:57:53.581 INFO O| Apr 15 03:57:53.581 INFO STEP 122 (remove_files) COMPLETE |
| 4893 | 2025-04-15T03:57:55.185Z | [ recovery-image] Apr 15 03:57:53.581 INFO O| Apr 15 03:57:53.581 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4894 | 2025-04-15T03:57:55.201Z | [ recovery-image] Apr 15 03:57:53.602 INFO O| Apr 15 03:57:53.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
| 4895 | 2025-04-15T03:57:55.201Z | [ recovery-image] Apr 15 03:57:53.602 INFO O| Apr 15 03:57:53.602 INFO STEP 123 (remove_files) COMPLETE |
| 4896 | 2025-04-15T03:57:55.205Z | [ recovery-image] Apr 15 03:57:53.602 INFO O| Apr 15 03:57:53.602 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4897 | 2025-04-15T03:57:55.227Z | [ recovery-image] Apr 15 03:57:53.622 INFO O| Apr 15 03:57:53.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
| 4898 | 2025-04-15T03:57:55.227Z | [ recovery-image] Apr 15 03:57:53.622 INFO O| Apr 15 03:57:53.622 INFO STEP 124 (remove_files) COMPLETE |
| 4899 | 2025-04-15T03:57:55.231Z | [ recovery-image] Apr 15 03:57:53.622 INFO O| Apr 15 03:57:53.622 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4900 | 2025-04-15T03:57:55.258Z | [ recovery-image] Apr 15 03:57:53.659 INFO O| Apr 15 03:57:53.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
| 4901 | 2025-04-15T03:57:55.262Z | [ recovery-image] Apr 15 03:57:53.660 INFO O| Apr 15 03:57:53.660 INFO STEP 125 (remove_files) COMPLETE |
| 4902 | 2025-04-15T03:57:55.262Z | [ recovery-image] Apr 15 03:57:53.660 INFO O| Apr 15 03:57:53.660 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4903 | 2025-04-15T03:57:55.285Z | [ recovery-image] Apr 15 03:57:53.685 INFO O| Apr 15 03:57:53.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
| 4904 | 2025-04-15T03:57:55.286Z | [ recovery-image] Apr 15 03:57:53.685 INFO O| Apr 15 03:57:53.685 INFO STEP 126 (remove_files) COMPLETE |
| 4905 | 2025-04-15T03:57:55.289Z | [ recovery-image] Apr 15 03:57:53.686 INFO O| Apr 15 03:57:53.686 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4906 | 2025-04-15T03:57:55.352Z | [ recovery-image] Apr 15 03:57:53.751 INFO O| Apr 15 03:57:53.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
| 4907 | 2025-04-15T03:57:55.352Z | [ recovery-image] Apr 15 03:57:53.751 INFO O| Apr 15 03:57:53.751 INFO STEP 127 (remove_files) COMPLETE |
| 4908 | 2025-04-15T03:57:55.352Z | [ recovery-image] Apr 15 03:57:53.752 INFO O| Apr 15 03:57:53.751 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4909 | 2025-04-15T03:57:55.374Z | [ recovery-image] Apr 15 03:57:53.774 INFO O| Apr 15 03:57:53.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
| 4910 | 2025-04-15T03:57:55.374Z | [ recovery-image] Apr 15 03:57:53.774 INFO O| Apr 15 03:57:53.774 INFO STEP 128 (remove_files) COMPLETE |
| 4911 | 2025-04-15T03:57:55.378Z | [ recovery-image] Apr 15 03:57:53.774 INFO O| Apr 15 03:57:53.774 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4912 | 2025-04-15T03:57:55.398Z | [ recovery-image] Apr 15 03:57:53.798 INFO O| Apr 15 03:57:53.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
| 4913 | 2025-04-15T03:57:55.401Z | [ recovery-image] Apr 15 03:57:53.798 INFO O| Apr 15 03:57:53.798 INFO STEP 129 (remove_files) COMPLETE |
| 4914 | 2025-04-15T03:57:55.401Z | [ recovery-image] Apr 15 03:57:53.798 INFO O| Apr 15 03:57:53.798 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4915 | 2025-04-15T03:57:55.421Z | [ recovery-image] Apr 15 03:57:53.822 INFO O| Apr 15 03:57:53.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
| 4916 | 2025-04-15T03:57:55.425Z | [ recovery-image] Apr 15 03:57:53.822 INFO O| Apr 15 03:57:53.822 INFO STEP 130 (remove_files) COMPLETE |
| 4917 | 2025-04-15T03:57:55.426Z | [ recovery-image] Apr 15 03:57:53.822 INFO O| Apr 15 03:57:53.822 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4918 | 2025-04-15T03:57:55.462Z | [ recovery-image] Apr 15 03:57:53.863 INFO O| Apr 15 03:57:53.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
| 4919 | 2025-04-15T03:57:55.462Z | [ recovery-image] Apr 15 03:57:53.863 INFO O| Apr 15 03:57:53.863 INFO STEP 131 (remove_files) COMPLETE |
| 4920 | 2025-04-15T03:57:55.465Z | [ recovery-image] Apr 15 03:57:53.863 INFO O| Apr 15 03:57:53.863 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4921 | 2025-04-15T03:57:55.487Z | [ recovery-image] Apr 15 03:57:53.888 INFO O| Apr 15 03:57:53.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
| 4922 | 2025-04-15T03:57:55.487Z | [ recovery-image] Apr 15 03:57:53.888 INFO O| Apr 15 03:57:53.888 INFO STEP 132 (remove_files) COMPLETE |
| 4923 | 2025-04-15T03:57:55.487Z | [ recovery-image] Apr 15 03:57:53.888 INFO O| Apr 15 03:57:53.888 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4924 | 2025-04-15T03:57:55.511Z | [ recovery-image] Apr 15 03:57:53.911 INFO O| Apr 15 03:57:53.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
| 4925 | 2025-04-15T03:57:55.512Z | [ recovery-image] Apr 15 03:57:53.911 INFO O| Apr 15 03:57:53.911 INFO STEP 133 (remove_files) COMPLETE |
| 4926 | 2025-04-15T03:57:55.512Z | [ recovery-image] Apr 15 03:57:53.911 INFO O| Apr 15 03:57:53.911 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4927 | 2025-04-15T03:57:55.535Z | [ recovery-image] Apr 15 03:57:53.936 INFO O| Apr 15 03:57:53.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
| 4928 | 2025-04-15T03:57:55.535Z | [ recovery-image] Apr 15 03:57:53.936 INFO O| Apr 15 03:57:53.936 INFO STEP 134 (remove_files) COMPLETE |
| 4929 | 2025-04-15T03:57:55.539Z | [ recovery-image] Apr 15 03:57:53.936 INFO O| Apr 15 03:57:53.936 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4930 | 2025-04-15T03:57:55.560Z | [ recovery-image] Apr 15 03:57:53.960 INFO O| Apr 15 03:57:53.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
| 4931 | 2025-04-15T03:57:55.560Z | [ recovery-image] Apr 15 03:57:53.960 INFO O| Apr 15 03:57:53.960 INFO STEP 135 (remove_files) COMPLETE |
| 4932 | 2025-04-15T03:57:55.560Z | [ recovery-image] Apr 15 03:57:53.960 INFO O| Apr 15 03:57:53.960 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4933 | 2025-04-15T03:57:55.583Z | [ recovery-image] Apr 15 03:57:53.984 INFO O| Apr 15 03:57:53.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
| 4934 | 2025-04-15T03:57:55.583Z | [ recovery-image] Apr 15 03:57:53.984 INFO O| Apr 15 03:57:53.984 INFO STEP 136 (remove_files) COMPLETE |
| 4935 | 2025-04-15T03:57:55.583Z | [ recovery-image] Apr 15 03:57:53.984 INFO O| Apr 15 03:57:53.984 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4936 | 2025-04-15T03:57:55.613Z | [ recovery-image] Apr 15 03:57:54.014 INFO O| Apr 15 03:57:54.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
| 4937 | 2025-04-15T03:57:55.613Z | [ recovery-image] Apr 15 03:57:54.014 INFO O| Apr 15 03:57:54.014 INFO STEP 137 (remove_files) COMPLETE |
| 4938 | 2025-04-15T03:57:55.613Z | [ recovery-image] Apr 15 03:57:54.014 INFO O| Apr 15 03:57:54.014 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4939 | 2025-04-15T03:57:55.641Z | [ recovery-image] Apr 15 03:57:54.042 INFO O| Apr 15 03:57:54.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
| 4940 | 2025-04-15T03:57:55.642Z | [ recovery-image] Apr 15 03:57:54.042 INFO O| Apr 15 03:57:54.042 INFO STEP 138 (remove_files) COMPLETE |
| 4941 | 2025-04-15T03:57:55.645Z | [ recovery-image] Apr 15 03:57:54.042 INFO O| Apr 15 03:57:54.042 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4942 | 2025-04-15T03:57:55.664Z | [ recovery-image] Apr 15 03:57:54.065 INFO O| Apr 15 03:57:54.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
| 4943 | 2025-04-15T03:57:55.664Z | [ recovery-image] Apr 15 03:57:54.065 INFO O| Apr 15 03:57:54.065 INFO STEP 139 (remove_files) COMPLETE |
| 4944 | 2025-04-15T03:57:55.664Z | [ recovery-image] Apr 15 03:57:54.065 INFO O| Apr 15 03:57:54.065 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4945 | 2025-04-15T03:57:55.698Z | [ recovery-image] Apr 15 03:57:54.097 INFO O| Apr 15 03:57:54.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
| 4946 | 2025-04-15T03:57:55.701Z | [ recovery-image] Apr 15 03:57:54.098 INFO O| Apr 15 03:57:54.097 INFO STEP 140 (remove_files) COMPLETE |
| 4947 | 2025-04-15T03:57:55.701Z | [ recovery-image] Apr 15 03:57:54.098 INFO O| Apr 15 03:57:54.098 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4948 | 2025-04-15T03:57:55.726Z | [ recovery-image] Apr 15 03:57:54.126 INFO O| Apr 15 03:57:54.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
| 4949 | 2025-04-15T03:57:55.726Z | [ recovery-image] Apr 15 03:57:54.127 INFO O| Apr 15 03:57:54.127 INFO STEP 141 (remove_files) COMPLETE |
| 4950 | 2025-04-15T03:57:55.729Z | [ recovery-image] Apr 15 03:57:54.127 INFO O| Apr 15 03:57:54.127 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4951 | 2025-04-15T03:57:55.749Z | [ recovery-image] Apr 15 03:57:54.150 INFO O| Apr 15 03:57:54.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
| 4952 | 2025-04-15T03:57:55.749Z | [ recovery-image] Apr 15 03:57:54.150 INFO O| Apr 15 03:57:54.150 INFO STEP 142 (remove_files) COMPLETE |
| 4953 | 2025-04-15T03:57:55.752Z | [ recovery-image] Apr 15 03:57:54.150 INFO O| Apr 15 03:57:54.150 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4954 | 2025-04-15T03:57:55.799Z | [ recovery-image] Apr 15 03:57:54.200 INFO O| Apr 15 03:57:54.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
| 4955 | 2025-04-15T03:57:55.816Z | [ recovery-image] Apr 15 03:57:54.217 INFO O| Apr 15 03:57:54.217 INFO STEP 143 (remove_files) COMPLETE |
| 4956 | 2025-04-15T03:57:55.819Z | [ recovery-image] Apr 15 03:57:54.217 INFO O| Apr 15 03:57:54.217 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4957 | 2025-04-15T03:57:55.838Z | [ recovery-image] Apr 15 03:57:54.239 INFO O| Apr 15 03:57:54.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
| 4958 | 2025-04-15T03:57:55.841Z | [ recovery-image] Apr 15 03:57:54.240 INFO O| Apr 15 03:57:54.239 INFO STEP 144 (remove_files) COMPLETE |
| 4959 | 2025-04-15T03:57:55.841Z | [ recovery-image] Apr 15 03:57:54.240 INFO O| Apr 15 03:57:54.240 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4960 | 2025-04-15T03:57:55.859Z | [ recovery-image] Apr 15 03:57:54.260 INFO O| Apr 15 03:57:54.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
| 4961 | 2025-04-15T03:57:55.862Z | [ recovery-image] Apr 15 03:57:54.260 INFO O| Apr 15 03:57:54.260 INFO STEP 145 (remove_files) COMPLETE |
| 4962 | 2025-04-15T03:57:55.862Z | [ recovery-image] Apr 15 03:57:54.260 INFO O| Apr 15 03:57:54.260 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4963 | 2025-04-15T03:57:55.881Z | [ recovery-image] Apr 15 03:57:54.280 INFO O| Apr 15 03:57:54.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
| 4964 | 2025-04-15T03:57:55.884Z | [ recovery-image] Apr 15 03:57:54.281 INFO O| Apr 15 03:57:54.281 INFO STEP 146 (remove_files) COMPLETE |
| 4965 | 2025-04-15T03:57:55.884Z | [ recovery-image] Apr 15 03:57:54.281 INFO O| Apr 15 03:57:54.281 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4966 | 2025-04-15T03:57:55.900Z | [ recovery-image] Apr 15 03:57:54.301 INFO O| Apr 15 03:57:54.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
| 4967 | 2025-04-15T03:57:55.900Z | [ recovery-image] Apr 15 03:57:54.301 INFO O| Apr 15 03:57:54.301 INFO STEP 147 (remove_files) COMPLETE |
| 4968 | 2025-04-15T03:57:55.900Z | [ recovery-image] Apr 15 03:57:54.301 INFO O| Apr 15 03:57:54.301 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4969 | 2025-04-15T03:57:55.923Z | [ recovery-image] Apr 15 03:57:54.324 INFO O| Apr 15 03:57:54.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
| 4970 | 2025-04-15T03:57:55.923Z | [ recovery-image] Apr 15 03:57:54.324 INFO O| Apr 15 03:57:54.324 INFO STEP 148 (remove_files) COMPLETE |
| 4971 | 2025-04-15T03:57:55.926Z | [ recovery-image] Apr 15 03:57:54.324 INFO O| Apr 15 03:57:54.324 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4972 | 2025-04-15T03:57:55.947Z | [ recovery-image] Apr 15 03:57:54.348 INFO O| Apr 15 03:57:54.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
| 4973 | 2025-04-15T03:57:55.952Z | [ recovery-image] Apr 15 03:57:54.348 INFO O| Apr 15 03:57:54.348 INFO STEP 149 (remove_files) COMPLETE |
| 4974 | 2025-04-15T03:57:55.952Z | [ recovery-image] Apr 15 03:57:54.348 INFO O| Apr 15 03:57:54.348 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4975 | 2025-04-15T03:57:55.970Z | [ recovery-image] Apr 15 03:57:54.371 INFO O| Apr 15 03:57:54.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
| 4976 | 2025-04-15T03:57:55.973Z | [ recovery-image] Apr 15 03:57:54.372 INFO O| Apr 15 03:57:54.371 INFO STEP 150 (remove_files) COMPLETE |
| 4977 | 2025-04-15T03:57:55.973Z | [ recovery-image] Apr 15 03:57:54.372 INFO O| Apr 15 03:57:54.372 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4978 | 2025-04-15T03:57:56.010Z | [ recovery-image] Apr 15 03:57:54.407 INFO O| Apr 15 03:57:54.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
| 4979 | 2025-04-15T03:57:56.010Z | [ recovery-image] Apr 15 03:57:54.408 INFO O| Apr 15 03:57:54.407 INFO STEP 151 (remove_files) COMPLETE |
| 4980 | 2025-04-15T03:57:56.010Z | [ recovery-image] Apr 15 03:57:54.408 INFO O| Apr 15 03:57:54.408 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4981 | 2025-04-15T03:57:56.044Z | [ recovery-image] Apr 15 03:57:54.445 INFO O| Apr 15 03:57:54.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
| 4982 | 2025-04-15T03:57:56.047Z | [ recovery-image] Apr 15 03:57:54.445 INFO O| Apr 15 03:57:54.445 INFO STEP 152 (remove_files) COMPLETE |
| 4983 | 2025-04-15T03:57:56.047Z | [ recovery-image] Apr 15 03:57:54.445 INFO O| Apr 15 03:57:54.445 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4984 | 2025-04-15T03:57:56.066Z | [ recovery-image] Apr 15 03:57:54.465 INFO O| Apr 15 03:57:54.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
| 4985 | 2025-04-15T03:57:56.070Z | [ recovery-image] Apr 15 03:57:54.466 INFO O| Apr 15 03:57:54.466 INFO STEP 153 (remove_files) COMPLETE |
| 4986 | 2025-04-15T03:57:56.070Z | [ recovery-image] Apr 15 03:57:54.466 INFO O| Apr 15 03:57:54.466 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4987 | 2025-04-15T03:57:56.086Z | [ recovery-image] Apr 15 03:57:54.486 INFO O| Apr 15 03:57:54.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
| 4988 | 2025-04-15T03:57:56.089Z | [ recovery-image] Apr 15 03:57:54.486 INFO O| Apr 15 03:57:54.486 INFO STEP 154 (remove_files) COMPLETE |
| 4989 | 2025-04-15T03:57:56.089Z | [ recovery-image] Apr 15 03:57:54.486 INFO O| Apr 15 03:57:54.486 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4990 | 2025-04-15T03:57:56.107Z | [ recovery-image] Apr 15 03:57:54.507 INFO O| Apr 15 03:57:54.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
| 4991 | 2025-04-15T03:57:56.110Z | [ recovery-image] Apr 15 03:57:54.508 INFO O| Apr 15 03:57:54.508 INFO STEP 155 (remove_files) COMPLETE |
| 4992 | 2025-04-15T03:57:56.110Z | [ recovery-image] Apr 15 03:57:54.508 INFO O| Apr 15 03:57:54.508 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4993 | 2025-04-15T03:57:56.130Z | [ recovery-image] Apr 15 03:57:54.529 INFO O| Apr 15 03:57:54.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
| 4994 | 2025-04-15T03:57:56.133Z | [ recovery-image] Apr 15 03:57:54.529 INFO O| Apr 15 03:57:54.529 INFO STEP 156 (remove_files) COMPLETE |
| 4995 | 2025-04-15T03:57:56.133Z | [ recovery-image] Apr 15 03:57:54.529 INFO O| Apr 15 03:57:54.529 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4996 | 2025-04-15T03:57:56.169Z | [ recovery-image] Apr 15 03:57:54.570 INFO O| Apr 15 03:57:54.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
| 4997 | 2025-04-15T03:57:56.173Z | [ recovery-image] Apr 15 03:57:54.570 INFO O| Apr 15 03:57:54.570 INFO STEP 157 (remove_files) COMPLETE |
| 4998 | 2025-04-15T03:57:56.173Z | [ recovery-image] Apr 15 03:57:54.570 INFO O| Apr 15 03:57:54.570 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4999 | 2025-04-15T03:57:56.195Z | [ recovery-image] Apr 15 03:57:54.593 INFO O| Apr 15 03:57:54.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
| 5000 | 2025-04-15T03:57:56.195Z | [ recovery-image] Apr 15 03:57:54.593 INFO O| Apr 15 03:57:54.593 INFO STEP 158 (remove_files) COMPLETE |
| 5001 | 2025-04-15T03:57:56.195Z | [ recovery-image] Apr 15 03:57:54.593 INFO O| Apr 15 03:57:54.593 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5002 | 2025-04-15T03:57:56.214Z | [ recovery-image] Apr 15 03:57:54.615 INFO O| Apr 15 03:57:54.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
| 5003 | 2025-04-15T03:57:56.214Z | [ recovery-image] Apr 15 03:57:54.615 INFO O| Apr 15 03:57:54.615 INFO STEP 159 (remove_files) COMPLETE |
| 5004 | 2025-04-15T03:57:56.217Z | [ recovery-image] Apr 15 03:57:54.615 INFO O| Apr 15 03:57:54.615 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5005 | 2025-04-15T03:57:56.235Z | [ recovery-image] Apr 15 03:57:54.636 INFO O| Apr 15 03:57:54.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
| 5006 | 2025-04-15T03:57:56.236Z | [ recovery-image] Apr 15 03:57:54.636 INFO O| Apr 15 03:57:54.636 INFO STEP 160 (remove_files) COMPLETE |
| 5007 | 2025-04-15T03:57:56.239Z | [ recovery-image] Apr 15 03:57:54.636 INFO O| Apr 15 03:57:54.636 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5008 | 2025-04-15T03:57:56.260Z | [ recovery-image] Apr 15 03:57:54.661 INFO O| Apr 15 03:57:54.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
| 5009 | 2025-04-15T03:57:56.260Z | [ recovery-image] Apr 15 03:57:54.661 INFO O| Apr 15 03:57:54.661 INFO STEP 161 (remove_files) COMPLETE |
| 5010 | 2025-04-15T03:57:56.260Z | [ recovery-image] Apr 15 03:57:54.661 INFO O| Apr 15 03:57:54.661 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5011 | 2025-04-15T03:57:56.339Z | [ recovery-image] Apr 15 03:57:54.740 INFO O| Apr 15 03:57:54.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
| 5012 | 2025-04-15T03:57:56.342Z | [ recovery-image] Apr 15 03:57:54.742 INFO O| Apr 15 03:57:54.742 INFO STEP 162 (remove_files) COMPLETE |
| 5013 | 2025-04-15T03:57:56.342Z | [ recovery-image] Apr 15 03:57:54.742 INFO O| Apr 15 03:57:54.742 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5014 | 2025-04-15T03:57:56.366Z | [ recovery-image] Apr 15 03:57:54.766 INFO O| Apr 15 03:57:54.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
| 5015 | 2025-04-15T03:57:56.370Z | [ recovery-image] Apr 15 03:57:54.766 INFO O| Apr 15 03:57:54.766 INFO STEP 163 (remove_files) COMPLETE |
| 5016 | 2025-04-15T03:57:56.370Z | [ recovery-image] Apr 15 03:57:54.766 INFO O| Apr 15 03:57:54.766 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5017 | 2025-04-15T03:57:56.402Z | [ recovery-image] Apr 15 03:57:54.803 INFO O| Apr 15 03:57:54.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
| 5018 | 2025-04-15T03:57:56.406Z | [ recovery-image] Apr 15 03:57:54.803 INFO O| Apr 15 03:57:54.803 INFO STEP 164 (remove_files) COMPLETE |
| 5019 | 2025-04-15T03:57:56.406Z | [ recovery-image] Apr 15 03:57:54.803 INFO O| Apr 15 03:57:54.803 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5020 | 2025-04-15T03:57:56.425Z | [ recovery-image] Apr 15 03:57:54.826 INFO O| Apr 15 03:57:54.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
| 5021 | 2025-04-15T03:57:56.425Z | [ recovery-image] Apr 15 03:57:54.826 INFO O| Apr 15 03:57:54.826 INFO STEP 165 (remove_files) COMPLETE |
| 5022 | 2025-04-15T03:57:56.425Z | [ recovery-image] Apr 15 03:57:54.826 INFO O| Apr 15 03:57:54.826 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5023 | 2025-04-15T03:57:56.446Z | [ recovery-image] Apr 15 03:57:54.847 INFO O| Apr 15 03:57:54.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
| 5024 | 2025-04-15T03:57:56.446Z | [ recovery-image] Apr 15 03:57:54.847 INFO O| Apr 15 03:57:54.847 INFO STEP 166 (remove_files) COMPLETE |
| 5025 | 2025-04-15T03:57:56.449Z | [ recovery-image] Apr 15 03:57:54.847 INFO O| Apr 15 03:57:54.847 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5026 | 2025-04-15T03:57:56.493Z | [ recovery-image] Apr 15 03:57:54.893 INFO O| Apr 15 03:57:54.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
| 5027 | 2025-04-15T03:57:56.496Z | [ recovery-image] Apr 15 03:57:54.893 INFO O| Apr 15 03:57:54.893 INFO STEP 167 (remove_files) COMPLETE |
| 5028 | 2025-04-15T03:57:56.496Z | [ recovery-image] Apr 15 03:57:54.893 INFO O| Apr 15 03:57:54.893 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5029 | 2025-04-15T03:57:56.514Z | [ recovery-image] Apr 15 03:57:54.914 INFO O| Apr 15 03:57:54.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
| 5030 | 2025-04-15T03:57:56.538Z | [ recovery-image] Apr 15 03:57:54.938 INFO O| Apr 15 03:57:54.938 INFO STEP 168 (remove_files) COMPLETE |
| 5031 | 2025-04-15T03:57:56.538Z | [ recovery-image] Apr 15 03:57:54.938 INFO O| Apr 15 03:57:54.938 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5032 | 2025-04-15T03:57:56.595Z | [ recovery-image] Apr 15 03:57:54.996 INFO O| Apr 15 03:57:54.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
| 5033 | 2025-04-15T03:57:56.595Z | [ recovery-image] Apr 15 03:57:54.996 INFO O| Apr 15 03:57:54.996 INFO STEP 169 (remove_files) COMPLETE |
| 5034 | 2025-04-15T03:57:56.595Z | [ recovery-image] Apr 15 03:57:54.996 INFO O| Apr 15 03:57:54.996 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5035 | 2025-04-15T03:57:56.632Z | [ recovery-image] Apr 15 03:57:55.033 INFO O| Apr 15 03:57:55.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
| 5036 | 2025-04-15T03:57:56.632Z | [ recovery-image] Apr 15 03:57:55.033 INFO O| Apr 15 03:57:55.033 INFO STEP 170 (remove_files) COMPLETE |
| 5037 | 2025-04-15T03:57:56.632Z | [ recovery-image] Apr 15 03:57:55.033 INFO O| Apr 15 03:57:55.033 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5038 | 2025-04-15T03:57:56.654Z | [ recovery-image] Apr 15 03:57:55.054 INFO O| Apr 15 03:57:55.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
| 5039 | 2025-04-15T03:57:56.654Z | [ recovery-image] Apr 15 03:57:55.054 INFO O| Apr 15 03:57:55.054 INFO STEP 171 (remove_files) COMPLETE |
| 5040 | 2025-04-15T03:57:56.654Z | [ recovery-image] Apr 15 03:57:55.054 INFO O| Apr 15 03:57:55.054 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5041 | 2025-04-15T03:57:56.674Z | [ recovery-image] Apr 15 03:57:55.075 INFO O| Apr 15 03:57:55.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
| 5042 | 2025-04-15T03:57:56.674Z | [ recovery-image] Apr 15 03:57:55.075 INFO O| Apr 15 03:57:55.075 INFO STEP 172 (remove_files) COMPLETE |
| 5043 | 2025-04-15T03:57:56.677Z | [ recovery-image] Apr 15 03:57:55.075 INFO O| Apr 15 03:57:55.075 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5044 | 2025-04-15T03:57:56.695Z | [ recovery-image] Apr 15 03:57:55.096 INFO O| Apr 15 03:57:55.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
| 5045 | 2025-04-15T03:57:56.695Z | [ recovery-image] Apr 15 03:57:55.096 INFO O| Apr 15 03:57:55.096 INFO STEP 173 (remove_files) COMPLETE |
| 5046 | 2025-04-15T03:57:56.695Z | [ recovery-image] Apr 15 03:57:55.096 INFO O| Apr 15 03:57:55.096 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5047 | 2025-04-15T03:57:56.714Z | [ recovery-image] Apr 15 03:57:55.115 INFO O| Apr 15 03:57:55.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
| 5048 | 2025-04-15T03:57:56.718Z | [ recovery-image] Apr 15 03:57:55.119 INFO O| Apr 15 03:57:55.119 INFO STEP 174 (remove_files) COMPLETE |
| 5049 | 2025-04-15T03:57:56.718Z | [ recovery-image] Apr 15 03:57:55.119 INFO O| Apr 15 03:57:55.119 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5050 | 2025-04-15T03:57:56.753Z | [ recovery-image] Apr 15 03:57:55.153 INFO O| Apr 15 03:57:55.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
| 5051 | 2025-04-15T03:57:56.756Z | [ recovery-image] Apr 15 03:57:55.154 INFO O| Apr 15 03:57:55.154 INFO STEP 175 (remove_files) COMPLETE |
| 5052 | 2025-04-15T03:57:56.756Z | [ recovery-image] Apr 15 03:57:55.154 INFO O| Apr 15 03:57:55.154 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5053 | 2025-04-15T03:57:56.775Z | [ recovery-image] Apr 15 03:57:55.175 INFO O| Apr 15 03:57:55.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
| 5054 | 2025-04-15T03:57:56.775Z | [ recovery-image] Apr 15 03:57:55.175 INFO O| Apr 15 03:57:55.175 INFO STEP 176 (remove_files) COMPLETE |
| 5055 | 2025-04-15T03:57:56.775Z | [ recovery-image] Apr 15 03:57:55.175 INFO O| Apr 15 03:57:55.175 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5056 | 2025-04-15T03:57:56.813Z | [ recovery-image] Apr 15 03:57:55.213 INFO O| Apr 15 03:57:55.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
| 5057 | 2025-04-15T03:57:56.816Z | [ recovery-image] Apr 15 03:57:55.214 INFO O| Apr 15 03:57:55.214 INFO STEP 177 (remove_files) COMPLETE |
| 5058 | 2025-04-15T03:57:56.816Z | [ recovery-image] Apr 15 03:57:55.214 INFO O| Apr 15 03:57:55.214 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5059 | 2025-04-15T03:57:56.835Z | [ recovery-image] Apr 15 03:57:55.236 INFO O| Apr 15 03:57:55.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
| 5060 | 2025-04-15T03:57:56.839Z | [ recovery-image] Apr 15 03:57:55.237 INFO O| Apr 15 03:57:55.237 INFO STEP 178 (remove_files) COMPLETE |
| 5061 | 2025-04-15T03:57:56.839Z | [ recovery-image] Apr 15 03:57:55.237 INFO O| Apr 15 03:57:55.237 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5062 | 2025-04-15T03:57:56.858Z | [ recovery-image] Apr 15 03:57:55.259 INFO O| Apr 15 03:57:55.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
| 5063 | 2025-04-15T03:57:56.861Z | [ recovery-image] Apr 15 03:57:55.259 INFO O| Apr 15 03:57:55.259 INFO STEP 179 (remove_files) COMPLETE |
| 5064 | 2025-04-15T03:57:56.861Z | [ recovery-image] Apr 15 03:57:55.260 INFO O| Apr 15 03:57:55.259 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5065 | 2025-04-15T03:57:56.880Z | [ recovery-image] Apr 15 03:57:55.281 INFO O| Apr 15 03:57:55.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
| 5066 | 2025-04-15T03:57:56.884Z | [ recovery-image] Apr 15 03:57:55.282 INFO O| Apr 15 03:57:55.282 INFO STEP 180 (remove_files) COMPLETE |
| 5067 | 2025-04-15T03:57:56.884Z | [ recovery-image] Apr 15 03:57:55.282 INFO O| Apr 15 03:57:55.282 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5068 | 2025-04-15T03:57:56.918Z | [ host-image] Apr 15 03:57:55.318 INFO O| Apr 15 03:57:55.317 INFO O| Download: 214/1140 items 1.3/8.4MB 15% complete (416k/s) |
| 5069 | 2025-04-15T03:57:56.929Z | [ recovery-image] Apr 15 03:57:55.330 INFO O| Apr 15 03:57:55.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
| 5070 | 2025-04-15T03:57:56.962Z | [ recovery-image] Apr 15 03:57:55.363 INFO O| Apr 15 03:57:55.363 INFO STEP 181 (remove_files) COMPLETE |
| 5071 | 2025-04-15T03:57:56.962Z | [ recovery-image] Apr 15 03:57:55.363 INFO O| Apr 15 03:57:55.363 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5072 | 2025-04-15T03:57:56.986Z | [ recovery-image] Apr 15 03:57:55.387 INFO O| Apr 15 03:57:55.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
| 5073 | 2025-04-15T03:57:56.989Z | [ recovery-image] Apr 15 03:57:55.387 INFO O| Apr 15 03:57:55.387 INFO STEP 182 (remove_files) COMPLETE |
| 5074 | 2025-04-15T03:57:56.990Z | [ recovery-image] Apr 15 03:57:55.388 INFO O| Apr 15 03:57:55.387 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5075 | 2025-04-15T03:57:57.010Z | [ recovery-image] Apr 15 03:57:55.410 INFO O| Apr 15 03:57:55.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
| 5076 | 2025-04-15T03:57:57.013Z | [ recovery-image] Apr 15 03:57:55.411 INFO O| Apr 15 03:57:55.411 INFO STEP 183 (remove_files) COMPLETE |
| 5077 | 2025-04-15T03:57:57.013Z | [ recovery-image] Apr 15 03:57:55.411 INFO O| Apr 15 03:57:55.411 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5078 | 2025-04-15T03:57:57.032Z | [ recovery-image] Apr 15 03:57:55.432 INFO O| Apr 15 03:57:55.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
| 5079 | 2025-04-15T03:57:57.035Z | [ recovery-image] Apr 15 03:57:55.433 INFO O| Apr 15 03:57:55.433 INFO STEP 184 (remove_files) COMPLETE |
| 5080 | 2025-04-15T03:57:57.035Z | [ recovery-image] Apr 15 03:57:55.433 INFO O| Apr 15 03:57:55.433 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5081 | 2025-04-15T03:57:57.055Z | [ recovery-image] Apr 15 03:57:55.456 INFO O| Apr 15 03:57:55.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
| 5082 | 2025-04-15T03:57:57.055Z | [ recovery-image] Apr 15 03:57:55.456 INFO O| Apr 15 03:57:55.456 INFO STEP 185 (remove_files) COMPLETE |
| 5083 | 2025-04-15T03:57:57.055Z | [ recovery-image] Apr 15 03:57:55.456 INFO O| Apr 15 03:57:55.456 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5084 | 2025-04-15T03:57:57.078Z | [ recovery-image] Apr 15 03:57:55.479 INFO O| Apr 15 03:57:55.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
| 5085 | 2025-04-15T03:57:57.078Z | [ recovery-image] Apr 15 03:57:55.479 INFO O| Apr 15 03:57:55.479 INFO STEP 186 (remove_files) COMPLETE |
| 5086 | 2025-04-15T03:57:57.078Z | [ recovery-image] Apr 15 03:57:55.479 INFO O| Apr 15 03:57:55.479 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5087 | 2025-04-15T03:57:57.127Z | [ recovery-image] Apr 15 03:57:55.527 INFO O| Apr 15 03:57:55.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
| 5088 | 2025-04-15T03:57:57.127Z | [ recovery-image] Apr 15 03:57:55.528 INFO O| Apr 15 03:57:55.528 INFO STEP 187 (remove_files) COMPLETE |
| 5089 | 2025-04-15T03:57:57.127Z | [ recovery-image] Apr 15 03:57:55.528 INFO O| Apr 15 03:57:55.528 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5090 | 2025-04-15T03:57:57.166Z | [ recovery-image] Apr 15 03:57:55.567 INFO O| Apr 15 03:57:55.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
| 5091 | 2025-04-15T03:57:57.166Z | [ recovery-image] Apr 15 03:57:55.567 INFO O| Apr 15 03:57:55.567 INFO STEP 188 (remove_files) COMPLETE |
| 5092 | 2025-04-15T03:57:57.166Z | [ recovery-image] Apr 15 03:57:55.567 INFO O| Apr 15 03:57:55.567 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5093 | 2025-04-15T03:57:57.191Z | [ recovery-image] Apr 15 03:57:55.591 INFO O| Apr 15 03:57:55.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
| 5094 | 2025-04-15T03:57:57.191Z | [ recovery-image] Apr 15 03:57:55.591 INFO O| Apr 15 03:57:55.591 INFO STEP 189 (remove_files) COMPLETE |
| 5095 | 2025-04-15T03:57:57.191Z | [ recovery-image] Apr 15 03:57:55.591 INFO O| Apr 15 03:57:55.591 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5096 | 2025-04-15T03:57:57.213Z | [ recovery-image] Apr 15 03:57:55.614 INFO O| Apr 15 03:57:55.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
| 5097 | 2025-04-15T03:57:57.213Z | [ recovery-image] Apr 15 03:57:55.614 INFO O| Apr 15 03:57:55.614 INFO STEP 190 (remove_files) COMPLETE |
| 5098 | 2025-04-15T03:57:57.216Z | [ recovery-image] Apr 15 03:57:55.614 INFO O| Apr 15 03:57:55.614 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5099 | 2025-04-15T03:57:57.238Z | [ recovery-image] Apr 15 03:57:55.639 INFO O| Apr 15 03:57:55.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
| 5100 | 2025-04-15T03:57:57.238Z | [ recovery-image] Apr 15 03:57:55.639 INFO O| Apr 15 03:57:55.639 INFO STEP 191 (remove_files) COMPLETE |
| 5101 | 2025-04-15T03:57:57.238Z | [ recovery-image] Apr 15 03:57:55.639 INFO O| Apr 15 03:57:55.639 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5102 | 2025-04-15T03:57:57.278Z | [ recovery-image] Apr 15 03:57:55.679 INFO O| Apr 15 03:57:55.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
| 5103 | 2025-04-15T03:57:57.278Z | [ recovery-image] Apr 15 03:57:55.679 INFO O| Apr 15 03:57:55.679 INFO STEP 192 (remove_files) COMPLETE |
| 5104 | 2025-04-15T03:57:57.282Z | [ recovery-image] Apr 15 03:57:55.679 INFO O| Apr 15 03:57:55.679 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5105 | 2025-04-15T03:57:57.303Z | [ recovery-image] Apr 15 03:57:55.704 INFO O| Apr 15 03:57:55.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
| 5106 | 2025-04-15T03:57:57.306Z | [ recovery-image] Apr 15 03:57:55.704 INFO O| Apr 15 03:57:55.704 INFO STEP 193 (remove_files) COMPLETE |
| 5107 | 2025-04-15T03:57:57.306Z | [ recovery-image] Apr 15 03:57:55.704 INFO O| Apr 15 03:57:55.704 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5108 | 2025-04-15T03:57:57.329Z | [ recovery-image] Apr 15 03:57:55.730 INFO O| Apr 15 03:57:55.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
| 5109 | 2025-04-15T03:57:57.332Z | [ recovery-image] Apr 15 03:57:55.730 INFO O| Apr 15 03:57:55.730 INFO STEP 194 (remove_files) COMPLETE |
| 5110 | 2025-04-15T03:57:57.332Z | [ recovery-image] Apr 15 03:57:55.730 INFO O| Apr 15 03:57:55.730 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5111 | 2025-04-15T03:57:57.355Z | [ recovery-image] Apr 15 03:57:55.756 INFO O| Apr 15 03:57:55.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
| 5112 | 2025-04-15T03:57:57.355Z | [ recovery-image] Apr 15 03:57:55.756 INFO O| Apr 15 03:57:55.756 INFO STEP 195 (remove_files) COMPLETE |
| 5113 | 2025-04-15T03:57:57.355Z | [ recovery-image] Apr 15 03:57:55.756 INFO O| Apr 15 03:57:55.756 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5114 | 2025-04-15T03:57:57.380Z | [ recovery-image] Apr 15 03:57:55.781 INFO O| Apr 15 03:57:55.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
| 5115 | 2025-04-15T03:57:57.380Z | [ recovery-image] Apr 15 03:57:55.781 INFO O| Apr 15 03:57:55.781 INFO STEP 196 (remove_files) COMPLETE |
| 5116 | 2025-04-15T03:57:57.380Z | [ recovery-image] Apr 15 03:57:55.781 INFO O| Apr 15 03:57:55.781 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5117 | 2025-04-15T03:57:57.524Z | [ recovery-image] Apr 15 03:57:55.925 INFO O| Apr 15 03:57:55.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
| 5118 | 2025-04-15T03:57:57.524Z | [ recovery-image] Apr 15 03:57:55.925 INFO O| Apr 15 03:57:55.925 INFO STEP 197 (remove_files) COMPLETE |
| 5119 | 2025-04-15T03:57:57.524Z | [ recovery-image] Apr 15 03:57:55.925 INFO O| Apr 15 03:57:55.925 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5120 | 2025-04-15T03:57:57.550Z | [ recovery-image] Apr 15 03:57:55.951 INFO O| Apr 15 03:57:55.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
| 5121 | 2025-04-15T03:57:57.550Z | [ recovery-image] Apr 15 03:57:55.951 INFO O| Apr 15 03:57:55.951 INFO STEP 198 (remove_files) COMPLETE |
| 5122 | 2025-04-15T03:57:57.553Z | [ recovery-image] Apr 15 03:57:55.951 INFO O| Apr 15 03:57:55.951 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5123 | 2025-04-15T03:57:57.574Z | [ recovery-image] Apr 15 03:57:55.975 INFO O| Apr 15 03:57:55.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
| 5124 | 2025-04-15T03:57:57.574Z | [ recovery-image] Apr 15 03:57:55.975 INFO O| Apr 15 03:57:55.974 INFO STEP 199 (remove_files) COMPLETE |
| 5125 | 2025-04-15T03:57:57.577Z | [ recovery-image] Apr 15 03:57:55.975 INFO O| Apr 15 03:57:55.974 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5126 | 2025-04-15T03:57:57.599Z | [ recovery-image] Apr 15 03:57:55.999 INFO O| Apr 15 03:57:55.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
| 5127 | 2025-04-15T03:57:57.599Z | [ recovery-image] Apr 15 03:57:55.999 INFO O| Apr 15 03:57:55.999 INFO STEP 200 (remove_files) COMPLETE |
| 5128 | 2025-04-15T03:57:57.599Z | [ recovery-image] Apr 15 03:57:55.999 INFO O| Apr 15 03:57:55.999 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5129 | 2025-04-15T03:57:57.640Z | [ recovery-image] Apr 15 03:57:56.041 INFO O| Apr 15 03:57:56.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
| 5130 | 2025-04-15T03:57:57.644Z | [ recovery-image] Apr 15 03:57:56.041 INFO O| Apr 15 03:57:56.041 INFO STEP 201 (remove_files) COMPLETE |
| 5131 | 2025-04-15T03:57:57.644Z | [ recovery-image] Apr 15 03:57:56.041 INFO O| Apr 15 03:57:56.041 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5132 | 2025-04-15T03:57:57.665Z | [ recovery-image] Apr 15 03:57:56.066 INFO O| Apr 15 03:57:56.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
| 5133 | 2025-04-15T03:57:57.665Z | [ recovery-image] Apr 15 03:57:56.066 INFO O| Apr 15 03:57:56.066 INFO STEP 202 (remove_files) COMPLETE |
| 5134 | 2025-04-15T03:57:57.668Z | [ recovery-image] Apr 15 03:57:56.066 INFO O| Apr 15 03:57:56.066 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5135 | 2025-04-15T03:57:57.689Z | [ recovery-image] Apr 15 03:57:56.090 INFO O| Apr 15 03:57:56.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
| 5136 | 2025-04-15T03:57:57.690Z | [ recovery-image] Apr 15 03:57:56.090 INFO O| Apr 15 03:57:56.090 INFO STEP 203 (remove_files) COMPLETE |
| 5137 | 2025-04-15T03:57:57.690Z | [ recovery-image] Apr 15 03:57:56.090 INFO O| Apr 15 03:57:56.090 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5138 | 2025-04-15T03:57:57.719Z | [ recovery-image] Apr 15 03:57:56.116 INFO O| Apr 15 03:57:56.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
| 5139 | 2025-04-15T03:57:57.719Z | [ recovery-image] Apr 15 03:57:56.116 INFO O| Apr 15 03:57:56.115 INFO STEP 204 (remove_files) COMPLETE |
| 5140 | 2025-04-15T03:57:57.719Z | [ recovery-image] Apr 15 03:57:56.116 INFO O| Apr 15 03:57:56.115 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5141 | 2025-04-15T03:57:57.738Z | [ recovery-image] Apr 15 03:57:56.138 INFO O| Apr 15 03:57:56.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
| 5142 | 2025-04-15T03:57:57.738Z | [ recovery-image] Apr 15 03:57:56.138 INFO O| Apr 15 03:57:56.138 INFO STEP 205 (remove_files) COMPLETE |
| 5143 | 2025-04-15T03:57:57.741Z | [ recovery-image] Apr 15 03:57:56.139 INFO O| Apr 15 03:57:56.138 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5144 | 2025-04-15T03:57:57.759Z | [ recovery-image] Apr 15 03:57:56.160 INFO O| Apr 15 03:57:56.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
| 5145 | 2025-04-15T03:57:57.759Z | [ recovery-image] Apr 15 03:57:56.160 INFO O| Apr 15 03:57:56.160 INFO STEP 206 (remove_files) COMPLETE |
| 5146 | 2025-04-15T03:57:57.759Z | [ recovery-image] Apr 15 03:57:56.160 INFO O| Apr 15 03:57:56.160 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5147 | 2025-04-15T03:57:57.791Z | [ recovery-image] Apr 15 03:57:56.191 INFO O| Apr 15 03:57:56.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
| 5148 | 2025-04-15T03:57:57.791Z | [ recovery-image] Apr 15 03:57:56.191 INFO O| Apr 15 03:57:56.191 INFO STEP 207 (remove_files) COMPLETE |
| 5149 | 2025-04-15T03:57:57.791Z | [ recovery-image] Apr 15 03:57:56.191 INFO O| Apr 15 03:57:56.191 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5150 | 2025-04-15T03:57:57.816Z | [ recovery-image] Apr 15 03:57:56.217 INFO O| Apr 15 03:57:56.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
| 5151 | 2025-04-15T03:57:57.816Z | [ recovery-image] Apr 15 03:57:56.217 INFO O| Apr 15 03:57:56.217 INFO STEP 208 (remove_files) COMPLETE |
| 5152 | 2025-04-15T03:57:57.819Z | [ recovery-image] Apr 15 03:57:56.217 INFO O| Apr 15 03:57:56.217 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5153 | 2025-04-15T03:57:57.854Z | [ recovery-image] Apr 15 03:57:56.246 INFO O| Apr 15 03:57:56.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
| 5154 | 2025-04-15T03:57:57.854Z | [ recovery-image] Apr 15 03:57:56.246 INFO O| Apr 15 03:57:56.242 INFO STEP 209 (remove_files) COMPLETE |
| 5155 | 2025-04-15T03:57:57.854Z | [ recovery-image] Apr 15 03:57:56.246 INFO O| Apr 15 03:57:56.242 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5156 | 2025-04-15T03:57:57.888Z | [ recovery-image] Apr 15 03:57:56.289 INFO O| Apr 15 03:57:56.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
| 5157 | 2025-04-15T03:57:57.888Z | [ recovery-image] Apr 15 03:57:56.289 INFO O| Apr 15 03:57:56.273 INFO STEP 210 (remove_files) COMPLETE |
| 5158 | 2025-04-15T03:57:57.891Z | [ recovery-image] Apr 15 03:57:56.289 INFO O| Apr 15 03:57:56.273 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5159 | 2025-04-15T03:57:57.902Z | [ recovery-image] Apr 15 03:57:56.303 INFO O| Apr 15 03:57:56.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
| 5160 | 2025-04-15T03:57:57.902Z | [ recovery-image] Apr 15 03:57:56.303 INFO O| Apr 15 03:57:56.293 INFO STEP 211 (remove_files) COMPLETE |
| 5161 | 2025-04-15T03:57:57.905Z | [ recovery-image] Apr 15 03:57:56.303 INFO O| Apr 15 03:57:56.293 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5162 | 2025-04-15T03:57:57.912Z | [ recovery-image] Apr 15 03:57:56.313 INFO O| Apr 15 03:57:56.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
| 5163 | 2025-04-15T03:57:57.912Z | [ recovery-image] Apr 15 03:57:56.313 INFO O| Apr 15 03:57:56.313 INFO STEP 212 (remove_files) COMPLETE |
| 5164 | 2025-04-15T03:57:57.916Z | [ recovery-image] Apr 15 03:57:56.313 INFO O| Apr 15 03:57:56.313 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5165 | 2025-04-15T03:57:57.933Z | [ recovery-image] Apr 15 03:57:56.334 INFO O| Apr 15 03:57:56.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
| 5166 | 2025-04-15T03:57:57.933Z | [ recovery-image] Apr 15 03:57:56.334 INFO O| Apr 15 03:57:56.334 INFO STEP 213 (remove_files) COMPLETE |
| 5167 | 2025-04-15T03:57:57.933Z | [ recovery-image] Apr 15 03:57:56.334 INFO O| Apr 15 03:57:56.334 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5168 | 2025-04-15T03:57:57.957Z | [ recovery-image] Apr 15 03:57:56.357 INFO O| Apr 15 03:57:56.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
| 5169 | 2025-04-15T03:57:57.957Z | [ recovery-image] Apr 15 03:57:56.358 INFO O| Apr 15 03:57:56.357 INFO STEP 214 (remove_files) COMPLETE |
| 5170 | 2025-04-15T03:57:57.957Z | [ recovery-image] Apr 15 03:57:56.358 INFO O| Apr 15 03:57:56.357 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5171 | 2025-04-15T03:57:57.980Z | [ recovery-image] Apr 15 03:57:56.380 INFO O| Apr 15 03:57:56.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
| 5172 | 2025-04-15T03:57:57.980Z | [ recovery-image] Apr 15 03:57:56.380 INFO O| Apr 15 03:57:56.380 INFO STEP 215 (remove_files) COMPLETE |
| 5173 | 2025-04-15T03:57:57.983Z | [ recovery-image] Apr 15 03:57:56.380 INFO O| Apr 15 03:57:56.380 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5174 | 2025-04-15T03:57:58.002Z | [ recovery-image] Apr 15 03:57:56.402 INFO O| Apr 15 03:57:56.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
| 5175 | 2025-04-15T03:57:58.002Z | [ recovery-image] Apr 15 03:57:56.403 INFO O| Apr 15 03:57:56.403 INFO STEP 216 (remove_files) COMPLETE |
| 5176 | 2025-04-15T03:57:58.002Z | [ recovery-image] Apr 15 03:57:56.403 INFO O| Apr 15 03:57:56.403 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5177 | 2025-04-15T03:57:58.024Z | [ recovery-image] Apr 15 03:57:56.425 INFO O| Apr 15 03:57:56.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
| 5178 | 2025-04-15T03:57:58.024Z | [ recovery-image] Apr 15 03:57:56.425 INFO O| Apr 15 03:57:56.425 INFO STEP 217 (remove_files) COMPLETE |
| 5179 | 2025-04-15T03:57:58.024Z | [ recovery-image] Apr 15 03:57:56.425 INFO O| Apr 15 03:57:56.425 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5180 | 2025-04-15T03:57:58.046Z | [ recovery-image] Apr 15 03:57:56.446 INFO O| Apr 15 03:57:56.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
| 5181 | 2025-04-15T03:57:58.046Z | [ recovery-image] Apr 15 03:57:56.447 INFO O| Apr 15 03:57:56.446 INFO STEP 218 (remove_files) COMPLETE |
| 5182 | 2025-04-15T03:57:58.046Z | [ recovery-image] Apr 15 03:57:56.447 INFO O| Apr 15 03:57:56.446 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5183 | 2025-04-15T03:57:58.068Z | [ recovery-image] Apr 15 03:57:56.469 INFO O| Apr 15 03:57:56.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
| 5184 | 2025-04-15T03:57:58.068Z | [ recovery-image] Apr 15 03:57:56.469 INFO O| Apr 15 03:57:56.469 INFO STEP 219 (remove_files) COMPLETE |
| 5185 | 2025-04-15T03:57:58.068Z | [ recovery-image] Apr 15 03:57:56.469 INFO O| Apr 15 03:57:56.469 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5186 | 2025-04-15T03:57:58.147Z | [ recovery-image] Apr 15 03:57:56.545 INFO O| Apr 15 03:57:56.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
| 5187 | 2025-04-15T03:57:58.164Z | [ recovery-image] Apr 15 03:57:56.565 INFO O| Apr 15 03:57:56.565 INFO STEP 220 (remove_files) COMPLETE |
| 5188 | 2025-04-15T03:57:58.164Z | [ recovery-image] Apr 15 03:57:56.565 INFO O| Apr 15 03:57:56.565 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5189 | 2025-04-15T03:57:58.198Z | [ recovery-image] Apr 15 03:57:56.599 INFO O| Apr 15 03:57:56.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
| 5190 | 2025-04-15T03:57:58.198Z | [ recovery-image] Apr 15 03:57:56.599 INFO O| Apr 15 03:57:56.599 INFO STEP 221 (remove_files) COMPLETE |
| 5191 | 2025-04-15T03:57:58.201Z | [ recovery-image] Apr 15 03:57:56.599 INFO O| Apr 15 03:57:56.599 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5192 | 2025-04-15T03:57:58.257Z | [ recovery-image] Apr 15 03:57:56.658 INFO O| Apr 15 03:57:56.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
| 5193 | 2025-04-15T03:57:58.257Z | [ recovery-image] Apr 15 03:57:56.658 INFO O| Apr 15 03:57:56.658 INFO STEP 222 (remove_files) COMPLETE |
| 5194 | 2025-04-15T03:57:58.257Z | [ recovery-image] Apr 15 03:57:56.658 INFO O| Apr 15 03:57:56.658 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5195 | 2025-04-15T03:57:58.291Z | [ recovery-image] Apr 15 03:57:56.691 INFO O| Apr 15 03:57:56.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
| 5196 | 2025-04-15T03:57:58.291Z | [ recovery-image] Apr 15 03:57:56.691 INFO O| Apr 15 03:57:56.691 INFO STEP 223 (remove_files) COMPLETE |
| 5197 | 2025-04-15T03:57:58.295Z | [ recovery-image] Apr 15 03:57:56.691 INFO O| Apr 15 03:57:56.691 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5198 | 2025-04-15T03:57:58.314Z | [ recovery-image] Apr 15 03:57:56.715 INFO O| Apr 15 03:57:56.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
| 5199 | 2025-04-15T03:57:58.314Z | [ recovery-image] Apr 15 03:57:56.715 INFO O| Apr 15 03:57:56.715 INFO STEP 224 (remove_files) COMPLETE |
| 5200 | 2025-04-15T03:57:58.319Z | [ recovery-image] Apr 15 03:57:56.715 INFO O| Apr 15 03:57:56.715 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5201 | 2025-04-15T03:57:58.340Z | [ recovery-image] Apr 15 03:57:56.740 INFO O| Apr 15 03:57:56.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
| 5202 | 2025-04-15T03:57:58.343Z | [ recovery-image] Apr 15 03:57:56.740 INFO O| Apr 15 03:57:56.740 INFO STEP 225 (remove_files) COMPLETE |
| 5203 | 2025-04-15T03:57:58.343Z | [ recovery-image] Apr 15 03:57:56.740 INFO O| Apr 15 03:57:56.740 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5204 | 2025-04-15T03:57:58.365Z | [ recovery-image] Apr 15 03:57:56.765 INFO O| Apr 15 03:57:56.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
| 5205 | 2025-04-15T03:57:58.368Z | [ recovery-image] Apr 15 03:57:56.765 INFO O| Apr 15 03:57:56.765 INFO STEP 226 (remove_files) COMPLETE |
| 5206 | 2025-04-15T03:57:58.368Z | [ recovery-image] Apr 15 03:57:56.766 INFO O| Apr 15 03:57:56.766 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5207 | 2025-04-15T03:57:58.389Z | [ recovery-image] Apr 15 03:57:56.790 INFO O| Apr 15 03:57:56.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
| 5208 | 2025-04-15T03:57:58.392Z | [ recovery-image] Apr 15 03:57:56.790 INFO O| Apr 15 03:57:56.790 INFO STEP 227 (remove_files) COMPLETE |
| 5209 | 2025-04-15T03:57:58.392Z | [ recovery-image] Apr 15 03:57:56.790 INFO O| Apr 15 03:57:56.790 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5210 | 2025-04-15T03:57:58.415Z | [ recovery-image] Apr 15 03:57:56.816 INFO O| Apr 15 03:57:56.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
| 5211 | 2025-04-15T03:57:58.415Z | [ recovery-image] Apr 15 03:57:56.816 INFO O| Apr 15 03:57:56.816 INFO STEP 228 (remove_files) COMPLETE |
| 5212 | 2025-04-15T03:57:58.418Z | [ recovery-image] Apr 15 03:57:56.816 INFO O| Apr 15 03:57:56.816 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5213 | 2025-04-15T03:57:58.461Z | [ recovery-image] Apr 15 03:57:56.859 INFO O| Apr 15 03:57:56.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
| 5214 | 2025-04-15T03:57:58.466Z | [ recovery-image] Apr 15 03:57:56.859 INFO O| Apr 15 03:57:56.859 INFO STEP 229 (remove_files) COMPLETE |
| 5215 | 2025-04-15T03:57:58.466Z | [ recovery-image] Apr 15 03:57:56.859 INFO O| Apr 15 03:57:56.859 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5216 | 2025-04-15T03:57:58.484Z | [ recovery-image] Apr 15 03:57:56.884 INFO O| Apr 15 03:57:56.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
| 5217 | 2025-04-15T03:57:58.488Z | [ recovery-image] Apr 15 03:57:56.885 INFO O| Apr 15 03:57:56.885 INFO STEP 230 (remove_files) COMPLETE |
| 5218 | 2025-04-15T03:57:58.488Z | [ recovery-image] Apr 15 03:57:56.885 INFO O| Apr 15 03:57:56.885 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5219 | 2025-04-15T03:57:58.513Z | [ recovery-image] Apr 15 03:57:56.914 INFO O| Apr 15 03:57:56.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
| 5220 | 2025-04-15T03:57:58.513Z | [ recovery-image] Apr 15 03:57:56.914 INFO O| Apr 15 03:57:56.914 INFO STEP 231 (remove_files) COMPLETE |
| 5221 | 2025-04-15T03:57:58.513Z | [ recovery-image] Apr 15 03:57:56.914 INFO O| Apr 15 03:57:56.914 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5222 | 2025-04-15T03:57:58.574Z | [ recovery-image] Apr 15 03:57:56.975 INFO O| Apr 15 03:57:56.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
| 5223 | 2025-04-15T03:57:58.575Z | [ recovery-image] Apr 15 03:57:56.975 INFO O| Apr 15 03:57:56.975 INFO STEP 232 (remove_files) COMPLETE |
| 5224 | 2025-04-15T03:57:58.575Z | [ recovery-image] Apr 15 03:57:56.975 INFO O| Apr 15 03:57:56.975 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5225 | 2025-04-15T03:57:58.657Z | [ recovery-image] Apr 15 03:57:57.058 INFO O| Apr 15 03:57:57.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
| 5226 | 2025-04-15T03:57:58.657Z | [ recovery-image] Apr 15 03:57:57.058 INFO O| Apr 15 03:57:57.058 INFO STEP 233 (remove_files) COMPLETE |
| 5227 | 2025-04-15T03:57:58.657Z | [ recovery-image] Apr 15 03:57:57.058 INFO O| Apr 15 03:57:57.058 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5228 | 2025-04-15T03:57:58.693Z | [ recovery-image] Apr 15 03:57:57.094 INFO O| Apr 15 03:57:57.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
| 5229 | 2025-04-15T03:57:58.693Z | [ recovery-image] Apr 15 03:57:57.094 INFO O| Apr 15 03:57:57.094 INFO STEP 234 (remove_files) COMPLETE |
| 5230 | 2025-04-15T03:57:58.697Z | [ recovery-image] Apr 15 03:57:57.094 INFO O| Apr 15 03:57:57.094 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5231 | 2025-04-15T03:57:58.739Z | [ recovery-image] Apr 15 03:57:57.139 INFO O| Apr 15 03:57:57.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
| 5232 | 2025-04-15T03:57:58.739Z | [ recovery-image] Apr 15 03:57:57.139 INFO O| Apr 15 03:57:57.139 INFO STEP 235 (remove_files) COMPLETE |
| 5233 | 2025-04-15T03:57:58.742Z | [ recovery-image] Apr 15 03:57:57.140 INFO O| Apr 15 03:57:57.139 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5234 | 2025-04-15T03:57:58.761Z | [ recovery-image] Apr 15 03:57:57.162 INFO O| Apr 15 03:57:57.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
| 5235 | 2025-04-15T03:57:58.761Z | [ recovery-image] Apr 15 03:57:57.162 INFO O| Apr 15 03:57:57.162 INFO STEP 236 (remove_files) COMPLETE |
| 5236 | 2025-04-15T03:57:58.762Z | [ recovery-image] Apr 15 03:57:57.162 INFO O| Apr 15 03:57:57.162 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5237 | 2025-04-15T03:57:58.807Z | [ recovery-image] Apr 15 03:57:57.207 INFO O| Apr 15 03:57:57.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
| 5238 | 2025-04-15T03:57:58.807Z | [ recovery-image] Apr 15 03:57:57.207 INFO O| Apr 15 03:57:57.207 INFO STEP 237 (remove_files) COMPLETE |
| 5239 | 2025-04-15T03:57:58.807Z | [ recovery-image] Apr 15 03:57:57.207 INFO O| Apr 15 03:57:57.207 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5240 | 2025-04-15T03:57:58.831Z | [ recovery-image] Apr 15 03:57:57.232 INFO O| Apr 15 03:57:57.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
| 5241 | 2025-04-15T03:57:58.831Z | [ recovery-image] Apr 15 03:57:57.232 INFO O| Apr 15 03:57:57.232 INFO STEP 238 (remove_files) COMPLETE |
| 5242 | 2025-04-15T03:57:58.831Z | [ recovery-image] Apr 15 03:57:57.232 INFO O| Apr 15 03:57:57.232 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5243 | 2025-04-15T03:57:58.856Z | [ recovery-image] Apr 15 03:57:57.256 INFO O| Apr 15 03:57:57.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
| 5244 | 2025-04-15T03:57:58.869Z | [ recovery-image] Apr 15 03:57:57.269 INFO O| Apr 15 03:57:57.269 INFO STEP 239 (remove_files) COMPLETE |
| 5245 | 2025-04-15T03:57:58.869Z | [ recovery-image] Apr 15 03:57:57.269 INFO O| Apr 15 03:57:57.269 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5246 | 2025-04-15T03:57:58.902Z | [ recovery-image] Apr 15 03:57:57.302 INFO O| Apr 15 03:57:57.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
| 5247 | 2025-04-15T03:57:58.902Z | [ recovery-image] Apr 15 03:57:57.302 INFO O| Apr 15 03:57:57.302 INFO STEP 240 (remove_files) COMPLETE |
| 5248 | 2025-04-15T03:57:58.902Z | [ recovery-image] Apr 15 03:57:57.302 INFO O| Apr 15 03:57:57.302 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5249 | 2025-04-15T03:57:58.926Z | [ recovery-image] Apr 15 03:57:57.326 INFO O| Apr 15 03:57:57.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
| 5250 | 2025-04-15T03:57:58.926Z | [ recovery-image] Apr 15 03:57:57.326 INFO O| Apr 15 03:57:57.326 INFO STEP 241 (remove_files) COMPLETE |
| 5251 | 2025-04-15T03:57:58.929Z | [ recovery-image] Apr 15 03:57:57.326 INFO O| Apr 15 03:57:57.326 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5252 | 2025-04-15T03:57:58.956Z | [ recovery-image] Apr 15 03:57:57.357 INFO O| Apr 15 03:57:57.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
| 5253 | 2025-04-15T03:57:58.973Z | [ recovery-image] Apr 15 03:57:57.373 INFO O| Apr 15 03:57:57.373 INFO STEP 242 (remove_files) COMPLETE |
| 5254 | 2025-04-15T03:57:58.973Z | [ recovery-image] Apr 15 03:57:57.373 INFO O| Apr 15 03:57:57.373 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5255 | 2025-04-15T03:57:59.030Z | [ recovery-image] Apr 15 03:57:57.431 INFO O| Apr 15 03:57:57.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
| 5256 | 2025-04-15T03:57:59.033Z | [ recovery-image] Apr 15 03:57:57.431 INFO O| Apr 15 03:57:57.431 INFO STEP 243 (remove_files) COMPLETE |
| 5257 | 2025-04-15T03:57:59.033Z | [ recovery-image] Apr 15 03:57:57.431 INFO O| Apr 15 03:57:57.431 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5258 | 2025-04-15T03:57:59.066Z | [ recovery-image] Apr 15 03:57:57.465 INFO O| Apr 15 03:57:57.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
| 5259 | 2025-04-15T03:57:59.069Z | [ recovery-image] Apr 15 03:57:57.465 INFO O| Apr 15 03:57:57.465 INFO STEP 244 (remove_files) COMPLETE |
| 5260 | 2025-04-15T03:57:59.069Z | [ recovery-image] Apr 15 03:57:57.465 INFO O| Apr 15 03:57:57.465 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5261 | 2025-04-15T03:57:59.088Z | [ recovery-image] Apr 15 03:57:57.489 INFO O| Apr 15 03:57:57.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
| 5262 | 2025-04-15T03:57:59.092Z | [ recovery-image] Apr 15 03:57:57.489 INFO O| Apr 15 03:57:57.489 INFO STEP 245 (remove_files) COMPLETE |
| 5263 | 2025-04-15T03:57:59.092Z | [ recovery-image] Apr 15 03:57:57.489 INFO O| Apr 15 03:57:57.489 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5264 | 2025-04-15T03:57:59.112Z | [ recovery-image] Apr 15 03:57:57.512 INFO O| Apr 15 03:57:57.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
| 5265 | 2025-04-15T03:57:59.115Z | [ recovery-image] Apr 15 03:57:57.513 INFO O| Apr 15 03:57:57.513 INFO STEP 246 (remove_files) COMPLETE |
| 5266 | 2025-04-15T03:57:59.115Z | [ recovery-image] Apr 15 03:57:57.513 INFO O| Apr 15 03:57:57.513 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5267 | 2025-04-15T03:57:59.135Z | [ recovery-image] Apr 15 03:57:57.535 INFO O| Apr 15 03:57:57.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
| 5268 | 2025-04-15T03:57:59.138Z | [ recovery-image] Apr 15 03:57:57.536 INFO O| Apr 15 03:57:57.535 INFO STEP 247 (remove_files) COMPLETE |
| 5269 | 2025-04-15T03:57:59.138Z | [ recovery-image] Apr 15 03:57:57.536 INFO O| Apr 15 03:57:57.536 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5270 | 2025-04-15T03:57:59.158Z | [ recovery-image] Apr 15 03:57:57.558 INFO O| Apr 15 03:57:57.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
| 5271 | 2025-04-15T03:57:59.161Z | [ recovery-image] Apr 15 03:57:57.558 INFO O| Apr 15 03:57:57.558 INFO STEP 248 (remove_files) COMPLETE |
| 5272 | 2025-04-15T03:57:59.161Z | [ recovery-image] Apr 15 03:57:57.559 INFO O| Apr 15 03:57:57.559 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5273 | 2025-04-15T03:57:59.191Z | [ recovery-image] Apr 15 03:57:57.592 INFO O| Apr 15 03:57:57.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
| 5274 | 2025-04-15T03:57:59.191Z | [ recovery-image] Apr 15 03:57:57.592 INFO O| Apr 15 03:57:57.592 INFO STEP 249 (remove_files) COMPLETE |
| 5275 | 2025-04-15T03:57:59.191Z | [ recovery-image] Apr 15 03:57:57.592 INFO O| Apr 15 03:57:57.592 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5276 | 2025-04-15T03:57:59.216Z | [ recovery-image] Apr 15 03:57:57.616 INFO O| Apr 15 03:57:57.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
| 5277 | 2025-04-15T03:57:59.216Z | [ recovery-image] Apr 15 03:57:57.616 INFO O| Apr 15 03:57:57.616 INFO STEP 250 (remove_files) COMPLETE |
| 5278 | 2025-04-15T03:57:59.216Z | [ recovery-image] Apr 15 03:57:57.616 INFO O| Apr 15 03:57:57.616 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5279 | 2025-04-15T03:57:59.240Z | [ recovery-image] Apr 15 03:57:57.640 INFO O| Apr 15 03:57:57.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
| 5280 | 2025-04-15T03:57:59.240Z | [ recovery-image] Apr 15 03:57:57.640 INFO O| Apr 15 03:57:57.640 INFO STEP 251 (remove_files) COMPLETE |
| 5281 | 2025-04-15T03:57:59.240Z | [ recovery-image] Apr 15 03:57:57.640 INFO O| Apr 15 03:57:57.640 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5282 | 2025-04-15T03:57:59.261Z | [ recovery-image] Apr 15 03:57:57.661 INFO O| Apr 15 03:57:57.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
| 5283 | 2025-04-15T03:57:59.261Z | [ recovery-image] Apr 15 03:57:57.661 INFO O| Apr 15 03:57:57.661 INFO STEP 252 (remove_files) COMPLETE |
| 5284 | 2025-04-15T03:57:59.261Z | [ recovery-image] Apr 15 03:57:57.661 INFO O| Apr 15 03:57:57.661 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5285 | 2025-04-15T03:57:59.282Z | [ recovery-image] Apr 15 03:57:57.682 INFO O| Apr 15 03:57:57.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
| 5286 | 2025-04-15T03:57:59.285Z | [ recovery-image] Apr 15 03:57:57.683 INFO O| Apr 15 03:57:57.682 INFO STEP 253 (remove_files) COMPLETE |
| 5287 | 2025-04-15T03:57:59.285Z | [ recovery-image] Apr 15 03:57:57.683 INFO O| Apr 15 03:57:57.683 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5288 | 2025-04-15T03:57:59.304Z | [ recovery-image] Apr 15 03:57:57.704 INFO O| Apr 15 03:57:57.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
| 5289 | 2025-04-15T03:57:59.304Z | [ recovery-image] Apr 15 03:57:57.704 INFO O| Apr 15 03:57:57.704 INFO STEP 254 (remove_files) COMPLETE |
| 5290 | 2025-04-15T03:57:59.304Z | [ recovery-image] Apr 15 03:57:57.704 INFO O| Apr 15 03:57:57.704 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5291 | 2025-04-15T03:57:59.325Z | [ recovery-image] Apr 15 03:57:57.725 INFO O| Apr 15 03:57:57.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
| 5292 | 2025-04-15T03:57:59.325Z | [ recovery-image] Apr 15 03:57:57.725 INFO O| Apr 15 03:57:57.725 INFO STEP 255 (remove_files) COMPLETE |
| 5293 | 2025-04-15T03:57:59.325Z | [ recovery-image] Apr 15 03:57:57.725 INFO O| Apr 15 03:57:57.725 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5294 | 2025-04-15T03:57:59.347Z | [ recovery-image] Apr 15 03:57:57.747 INFO O| Apr 15 03:57:57.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
| 5295 | 2025-04-15T03:57:59.347Z | [ recovery-image] Apr 15 03:57:57.747 INFO O| Apr 15 03:57:57.747 INFO STEP 256 (remove_files) COMPLETE |
| 5296 | 2025-04-15T03:57:59.350Z | [ recovery-image] Apr 15 03:57:57.748 INFO O| Apr 15 03:57:57.747 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5297 | 2025-04-15T03:57:59.372Z | [ recovery-image] Apr 15 03:57:57.771 INFO O| Apr 15 03:57:57.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
| 5298 | 2025-04-15T03:57:59.372Z | [ recovery-image] Apr 15 03:57:57.771 INFO O| Apr 15 03:57:57.771 INFO STEP 257 (remove_files) COMPLETE |
| 5299 | 2025-04-15T03:57:59.372Z | [ recovery-image] Apr 15 03:57:57.771 INFO O| Apr 15 03:57:57.771 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5300 | 2025-04-15T03:57:59.395Z | [ recovery-image] Apr 15 03:57:57.795 INFO O| Apr 15 03:57:57.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
| 5301 | 2025-04-15T03:57:59.395Z | [ recovery-image] Apr 15 03:57:57.795 INFO O| Apr 15 03:57:57.795 INFO STEP 258 (remove_files) COMPLETE |
| 5302 | 2025-04-15T03:57:59.395Z | [ recovery-image] Apr 15 03:57:57.795 INFO O| Apr 15 03:57:57.795 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5303 | 2025-04-15T03:57:59.418Z | [ recovery-image] Apr 15 03:57:57.818 INFO O| Apr 15 03:57:57.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
| 5304 | 2025-04-15T03:57:59.418Z | [ recovery-image] Apr 15 03:57:57.818 INFO O| Apr 15 03:57:57.818 INFO STEP 259 (remove_files) COMPLETE |
| 5305 | 2025-04-15T03:57:59.421Z | [ recovery-image] Apr 15 03:57:57.818 INFO O| Apr 15 03:57:57.818 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5306 | 2025-04-15T03:57:59.457Z | [ recovery-image] Apr 15 03:57:57.858 INFO O| Apr 15 03:57:57.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
| 5307 | 2025-04-15T03:57:59.457Z | [ recovery-image] Apr 15 03:57:57.858 INFO O| Apr 15 03:57:57.858 INFO STEP 260 (remove_files) COMPLETE |
| 5308 | 2025-04-15T03:57:59.460Z | [ recovery-image] Apr 15 03:57:57.858 INFO O| Apr 15 03:57:57.858 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5309 | 2025-04-15T03:57:59.480Z | [ recovery-image] Apr 15 03:57:57.881 INFO O| Apr 15 03:57:57.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
| 5310 | 2025-04-15T03:57:59.497Z | [ recovery-image] Apr 15 03:57:57.897 INFO O| Apr 15 03:57:57.897 INFO STEP 261 (remove_files) COMPLETE |
| 5311 | 2025-04-15T03:57:59.497Z | [ recovery-image] Apr 15 03:57:57.897 INFO O| Apr 15 03:57:57.897 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5312 | 2025-04-15T03:57:59.534Z | [ recovery-image] Apr 15 03:57:57.935 INFO O| Apr 15 03:57:57.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
| 5313 | 2025-04-15T03:57:59.534Z | [ recovery-image] Apr 15 03:57:57.935 INFO O| Apr 15 03:57:57.935 INFO STEP 262 (remove_files) COMPLETE |
| 5314 | 2025-04-15T03:57:59.540Z | [ recovery-image] Apr 15 03:57:57.935 INFO O| Apr 15 03:57:57.935 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5315 | 2025-04-15T03:57:59.558Z | [ recovery-image] Apr 15 03:57:57.957 INFO O| Apr 15 03:57:57.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
| 5316 | 2025-04-15T03:57:59.558Z | [ recovery-image] Apr 15 03:57:57.957 INFO O| Apr 15 03:57:57.957 INFO STEP 263 (remove_files) COMPLETE |
| 5317 | 2025-04-15T03:57:59.561Z | [ recovery-image] Apr 15 03:57:57.957 INFO O| Apr 15 03:57:57.957 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5318 | 2025-04-15T03:57:59.580Z | [ recovery-image] Apr 15 03:57:57.980 INFO O| Apr 15 03:57:57.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
| 5319 | 2025-04-15T03:57:59.580Z | [ recovery-image] Apr 15 03:57:57.980 INFO O| Apr 15 03:57:57.980 INFO STEP 264 (remove_files) COMPLETE |
| 5320 | 2025-04-15T03:57:59.583Z | [ recovery-image] Apr 15 03:57:57.980 INFO O| Apr 15 03:57:57.980 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5321 | 2025-04-15T03:57:59.599Z | [ recovery-image] Apr 15 03:57:58.000 INFO O| Apr 15 03:57:58.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
| 5322 | 2025-04-15T03:57:59.599Z | [ recovery-image] Apr 15 03:57:58.000 INFO O| Apr 15 03:57:58.000 INFO STEP 265 (remove_files) COMPLETE |
| 5323 | 2025-04-15T03:57:59.599Z | [ recovery-image] Apr 15 03:57:58.000 INFO O| Apr 15 03:57:58.000 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5324 | 2025-04-15T03:57:59.641Z | [ recovery-image] Apr 15 03:57:58.042 INFO O| Apr 15 03:57:58.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
| 5325 | 2025-04-15T03:57:59.645Z | [ recovery-image] Apr 15 03:57:58.042 INFO O| Apr 15 03:57:58.042 INFO STEP 266 (remove_files) COMPLETE |
| 5326 | 2025-04-15T03:57:59.645Z | [ recovery-image] Apr 15 03:57:58.042 INFO O| Apr 15 03:57:58.042 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5327 | 2025-04-15T03:57:59.666Z | [ recovery-image] Apr 15 03:57:58.066 INFO O| Apr 15 03:57:58.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
| 5328 | 2025-04-15T03:57:59.681Z | [ recovery-image] Apr 15 03:57:58.081 INFO O| Apr 15 03:57:58.081 INFO STEP 267 (remove_files) COMPLETE |
| 5329 | 2025-04-15T03:57:59.681Z | [ recovery-image] Apr 15 03:57:58.081 INFO O| Apr 15 03:57:58.081 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5330 | 2025-04-15T03:57:59.737Z | [ recovery-image] Apr 15 03:57:58.137 INFO O| Apr 15 03:57:58.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
| 5331 | 2025-04-15T03:57:59.737Z | [ recovery-image] Apr 15 03:57:58.138 INFO O| Apr 15 03:57:58.138 INFO STEP 268 (remove_files) COMPLETE |
| 5332 | 2025-04-15T03:57:59.737Z | [ recovery-image] Apr 15 03:57:58.138 INFO O| Apr 15 03:57:58.138 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5333 | 2025-04-15T03:57:59.757Z | [ recovery-image] Apr 15 03:57:58.158 INFO O| Apr 15 03:57:58.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
| 5334 | 2025-04-15T03:57:59.758Z | [ recovery-image] Apr 15 03:57:58.158 INFO O| Apr 15 03:57:58.158 INFO STEP 269 (remove_files) COMPLETE |
| 5335 | 2025-04-15T03:57:59.758Z | [ recovery-image] Apr 15 03:57:58.158 INFO O| Apr 15 03:57:58.158 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5336 | 2025-04-15T03:57:59.778Z | [ recovery-image] Apr 15 03:57:58.179 INFO O| Apr 15 03:57:58.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
| 5337 | 2025-04-15T03:57:59.779Z | [ recovery-image] Apr 15 03:57:58.179 INFO O| Apr 15 03:57:58.179 INFO STEP 270 (remove_files) COMPLETE |
| 5338 | 2025-04-15T03:57:59.782Z | [ recovery-image] Apr 15 03:57:58.179 INFO O| Apr 15 03:57:58.179 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5339 | 2025-04-15T03:57:59.815Z | [ recovery-image] Apr 15 03:57:58.216 INFO O| Apr 15 03:57:58.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
| 5340 | 2025-04-15T03:57:59.815Z | [ recovery-image] Apr 15 03:57:58.216 INFO O| Apr 15 03:57:58.216 INFO STEP 271 (remove_files) COMPLETE |
| 5341 | 2025-04-15T03:57:59.820Z | [ recovery-image] Apr 15 03:57:58.216 INFO O| Apr 15 03:57:58.216 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5342 | 2025-04-15T03:57:59.837Z | [ recovery-image] Apr 15 03:57:58.237 INFO O| Apr 15 03:57:58.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
| 5343 | 2025-04-15T03:57:59.837Z | [ recovery-image] Apr 15 03:57:58.237 INFO O| Apr 15 03:57:58.237 INFO STEP 272 (remove_files) COMPLETE |
| 5344 | 2025-04-15T03:57:59.837Z | [ recovery-image] Apr 15 03:57:58.237 INFO O| Apr 15 03:57:58.237 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5345 | 2025-04-15T03:57:59.857Z | [ recovery-image] Apr 15 03:57:58.257 INFO O| Apr 15 03:57:58.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
| 5346 | 2025-04-15T03:57:59.857Z | [ recovery-image] Apr 15 03:57:58.257 INFO O| Apr 15 03:57:58.257 INFO STEP 273 (remove_files) COMPLETE |
| 5347 | 2025-04-15T03:57:59.857Z | [ recovery-image] Apr 15 03:57:58.257 INFO O| Apr 15 03:57:58.257 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5348 | 2025-04-15T03:57:59.876Z | [ recovery-image] Apr 15 03:57:58.276 INFO O| Apr 15 03:57:58.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
| 5349 | 2025-04-15T03:57:59.876Z | [ recovery-image] Apr 15 03:57:58.276 INFO O| Apr 15 03:57:58.276 INFO STEP 274 (remove_files) COMPLETE |
| 5350 | 2025-04-15T03:57:59.876Z | [ recovery-image] Apr 15 03:57:58.276 INFO O| Apr 15 03:57:58.276 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5351 | 2025-04-15T03:57:59.908Z | [ recovery-image] Apr 15 03:57:58.309 INFO O| Apr 15 03:57:58.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
| 5352 | 2025-04-15T03:57:59.913Z | [ recovery-image] Apr 15 03:57:58.309 INFO O| Apr 15 03:57:58.309 INFO STEP 275 (remove_files) COMPLETE |
| 5353 | 2025-04-15T03:57:59.913Z | [ recovery-image] Apr 15 03:57:58.309 INFO O| Apr 15 03:57:58.309 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5354 | 2025-04-15T03:57:59.933Z | [ recovery-image] Apr 15 03:57:58.333 INFO O| Apr 15 03:57:58.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
| 5355 | 2025-04-15T03:57:59.944Z | [ recovery-image] Apr 15 03:57:58.333 INFO O| Apr 15 03:57:58.333 INFO STEP 276 (remove_files) COMPLETE |
| 5356 | 2025-04-15T03:57:59.944Z | [ recovery-image] Apr 15 03:57:58.334 INFO O| Apr 15 03:57:58.333 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5357 | 2025-04-15T03:57:59.955Z | [ recovery-image] Apr 15 03:57:58.355 INFO O| Apr 15 03:57:58.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
| 5358 | 2025-04-15T03:57:59.958Z | [ recovery-image] Apr 15 03:57:58.356 INFO O| Apr 15 03:57:58.356 INFO STEP 277 (remove_files) COMPLETE |
| 5359 | 2025-04-15T03:57:59.959Z | [ recovery-image] Apr 15 03:57:58.356 INFO O| Apr 15 03:57:58.356 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5360 | 2025-04-15T03:57:59.997Z | [ recovery-image] Apr 15 03:57:58.397 INFO O| Apr 15 03:57:58.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
| 5361 | 2025-04-15T03:58:00.000Z | [ recovery-image] Apr 15 03:57:58.401 INFO O| Apr 15 03:57:58.401 INFO STEP 278 (remove_files) COMPLETE |
| 5362 | 2025-04-15T03:58:00.000Z | [ recovery-image] Apr 15 03:57:58.401 INFO O| Apr 15 03:57:58.401 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5363 | 2025-04-15T03:58:00.061Z | [ recovery-image] Apr 15 03:57:58.462 INFO O| Apr 15 03:57:58.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
| 5364 | 2025-04-15T03:58:00.061Z | [ recovery-image] Apr 15 03:57:58.462 INFO O| Apr 15 03:57:58.462 INFO STEP 279 (remove_files) COMPLETE |
| 5365 | 2025-04-15T03:58:00.061Z | [ recovery-image] Apr 15 03:57:58.462 INFO O| Apr 15 03:57:58.462 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5366 | 2025-04-15T03:58:00.088Z | [ recovery-image] Apr 15 03:57:58.486 INFO O| Apr 15 03:57:58.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
| 5367 | 2025-04-15T03:58:00.088Z | [ recovery-image] Apr 15 03:57:58.486 INFO O| Apr 15 03:57:58.486 INFO STEP 280 (remove_files) COMPLETE |
| 5368 | 2025-04-15T03:58:00.088Z | [ recovery-image] Apr 15 03:57:58.486 INFO O| Apr 15 03:57:58.486 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5369 | 2025-04-15T03:58:00.109Z | [ recovery-image] Apr 15 03:57:58.510 INFO O| Apr 15 03:57:58.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
| 5370 | 2025-04-15T03:58:00.127Z | [ recovery-image] Apr 15 03:57:58.526 INFO O| Apr 15 03:57:58.526 INFO STEP 281 (remove_files) COMPLETE |
| 5371 | 2025-04-15T03:58:00.127Z | [ recovery-image] Apr 15 03:57:58.526 INFO O| Apr 15 03:57:58.526 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5372 | 2025-04-15T03:58:00.160Z | [ recovery-image] Apr 15 03:57:58.560 INFO O| Apr 15 03:57:58.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
| 5373 | 2025-04-15T03:58:00.160Z | [ recovery-image] Apr 15 03:57:58.560 INFO O| Apr 15 03:57:58.560 INFO STEP 282 (remove_files) COMPLETE |
| 5374 | 2025-04-15T03:58:00.160Z | [ recovery-image] Apr 15 03:57:58.560 INFO O| Apr 15 03:57:58.560 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5375 | 2025-04-15T03:58:00.196Z | [ recovery-image] Apr 15 03:57:58.596 INFO O| Apr 15 03:57:58.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
| 5376 | 2025-04-15T03:58:00.196Z | [ recovery-image] Apr 15 03:57:58.596 INFO O| Apr 15 03:57:58.596 INFO STEP 283 (remove_files) COMPLETE |
| 5377 | 2025-04-15T03:58:00.196Z | [ recovery-image] Apr 15 03:57:58.596 INFO O| Apr 15 03:57:58.596 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5378 | 2025-04-15T03:58:00.221Z | [ recovery-image] Apr 15 03:57:58.621 INFO O| Apr 15 03:57:58.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
| 5379 | 2025-04-15T03:58:00.221Z | [ recovery-image] Apr 15 03:57:58.621 INFO O| Apr 15 03:57:58.621 INFO STEP 284 (remove_files) COMPLETE |
| 5380 | 2025-04-15T03:58:00.221Z | [ recovery-image] Apr 15 03:57:58.621 INFO O| Apr 15 03:57:58.621 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5381 | 2025-04-15T03:58:00.259Z | [ recovery-image] Apr 15 03:57:58.660 INFO O| Apr 15 03:57:58.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
| 5382 | 2025-04-15T03:58:00.259Z | [ recovery-image] Apr 15 03:57:58.660 INFO O| Apr 15 03:57:58.660 INFO STEP 285 (remove_files) COMPLETE |
| 5383 | 2025-04-15T03:58:00.259Z | [ recovery-image] Apr 15 03:57:58.660 INFO O| Apr 15 03:57:58.660 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5384 | 2025-04-15T03:58:00.282Z | [ recovery-image] Apr 15 03:57:58.682 INFO O| Apr 15 03:57:58.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
| 5385 | 2025-04-15T03:58:00.282Z | [ recovery-image] Apr 15 03:57:58.683 INFO O| Apr 15 03:57:58.683 INFO STEP 286 (remove_files) COMPLETE |
| 5386 | 2025-04-15T03:58:00.286Z | [ recovery-image] Apr 15 03:57:58.683 INFO O| Apr 15 03:57:58.683 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5387 | 2025-04-15T03:58:00.306Z | [ recovery-image] Apr 15 03:57:58.706 INFO O| Apr 15 03:57:58.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
| 5388 | 2025-04-15T03:58:00.306Z | [ recovery-image] Apr 15 03:57:58.706 INFO O| Apr 15 03:57:58.706 INFO STEP 287 (remove_files) COMPLETE |
| 5389 | 2025-04-15T03:58:00.306Z | [ recovery-image] Apr 15 03:57:58.706 INFO O| Apr 15 03:57:58.706 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5390 | 2025-04-15T03:58:00.331Z | [ recovery-image] Apr 15 03:57:58.730 INFO O| Apr 15 03:57:58.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
| 5391 | 2025-04-15T03:58:00.331Z | [ recovery-image] Apr 15 03:57:58.731 INFO O| Apr 15 03:57:58.730 INFO STEP 288 (remove_files) COMPLETE |
| 5392 | 2025-04-15T03:58:00.331Z | [ recovery-image] Apr 15 03:57:58.731 INFO O| Apr 15 03:57:58.731 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5393 | 2025-04-15T03:58:00.355Z | [ recovery-image] Apr 15 03:57:58.755 INFO O| Apr 15 03:57:58.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
| 5394 | 2025-04-15T03:58:00.355Z | [ recovery-image] Apr 15 03:57:58.756 INFO O| Apr 15 03:57:58.755 INFO STEP 289 (remove_files) COMPLETE |
| 5395 | 2025-04-15T03:58:00.355Z | [ recovery-image] Apr 15 03:57:58.756 INFO O| Apr 15 03:57:58.756 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5396 | 2025-04-15T03:58:00.380Z | [ recovery-image] Apr 15 03:57:58.780 INFO O| Apr 15 03:57:58.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
| 5397 | 2025-04-15T03:58:00.380Z | [ recovery-image] Apr 15 03:57:58.781 INFO O| Apr 15 03:57:58.781 INFO STEP 290 (remove_files) COMPLETE |
| 5398 | 2025-04-15T03:58:00.380Z | [ recovery-image] Apr 15 03:57:58.781 INFO O| Apr 15 03:57:58.781 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5399 | 2025-04-15T03:58:00.404Z | [ recovery-image] Apr 15 03:57:58.804 INFO O| Apr 15 03:57:58.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
| 5400 | 2025-04-15T03:58:00.404Z | [ recovery-image] Apr 15 03:57:58.804 INFO O| Apr 15 03:57:58.804 INFO STEP 291 (remove_files) COMPLETE |
| 5401 | 2025-04-15T03:58:00.404Z | [ recovery-image] Apr 15 03:57:58.804 INFO O| Apr 15 03:57:58.804 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5402 | 2025-04-15T03:58:00.427Z | [ recovery-image] Apr 15 03:57:58.828 INFO O| Apr 15 03:57:58.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
| 5403 | 2025-04-15T03:58:00.427Z | [ recovery-image] Apr 15 03:57:58.828 INFO O| Apr 15 03:57:58.828 INFO STEP 292 (remove_files) COMPLETE |
| 5404 | 2025-04-15T03:58:00.430Z | [ recovery-image] Apr 15 03:57:58.828 INFO O| Apr 15 03:57:58.828 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5405 | 2025-04-15T03:58:00.469Z | [ recovery-image] Apr 15 03:57:58.870 INFO O| Apr 15 03:57:58.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
| 5406 | 2025-04-15T03:58:00.470Z | [ recovery-image] Apr 15 03:57:58.870 INFO O| Apr 15 03:57:58.870 INFO STEP 293 (remove_files) COMPLETE |
| 5407 | 2025-04-15T03:58:00.473Z | [ recovery-image] Apr 15 03:57:58.870 INFO O| Apr 15 03:57:58.870 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5408 | 2025-04-15T03:58:00.528Z | [ recovery-image] Apr 15 03:57:58.928 INFO O| Apr 15 03:57:58.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
| 5409 | 2025-04-15T03:58:00.528Z | [ recovery-image] Apr 15 03:57:58.928 INFO O| Apr 15 03:57:58.928 INFO STEP 294 (remove_files) COMPLETE |
| 5410 | 2025-04-15T03:58:00.528Z | [ recovery-image] Apr 15 03:57:58.928 INFO O| Apr 15 03:57:58.928 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5411 | 2025-04-15T03:58:00.550Z | [ recovery-image] Apr 15 03:57:58.950 INFO O| Apr 15 03:57:58.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
| 5412 | 2025-04-15T03:58:00.550Z | [ recovery-image] Apr 15 03:57:58.951 INFO O| Apr 15 03:57:58.950 INFO STEP 295 (remove_files) COMPLETE |
| 5413 | 2025-04-15T03:58:00.553Z | [ recovery-image] Apr 15 03:57:58.951 INFO O| Apr 15 03:57:58.950 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5414 | 2025-04-15T03:58:00.573Z | [ recovery-image] Apr 15 03:57:58.973 INFO O| Apr 15 03:57:58.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
| 5415 | 2025-04-15T03:58:00.573Z | [ recovery-image] Apr 15 03:57:58.973 INFO O| Apr 15 03:57:58.973 INFO STEP 296 (remove_files) COMPLETE |
| 5416 | 2025-04-15T03:58:00.576Z | [ recovery-image] Apr 15 03:57:58.973 INFO O| Apr 15 03:57:58.973 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5417 | 2025-04-15T03:58:00.611Z | [ recovery-image] Apr 15 03:57:59.011 INFO O| Apr 15 03:57:59.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
| 5418 | 2025-04-15T03:58:00.611Z | [ recovery-image] Apr 15 03:57:59.011 INFO O| Apr 15 03:57:59.011 INFO STEP 297 (remove_files) COMPLETE |
| 5419 | 2025-04-15T03:58:00.611Z | [ recovery-image] Apr 15 03:57:59.011 INFO O| Apr 15 03:57:59.011 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5420 | 2025-04-15T03:58:00.635Z | [ recovery-image] Apr 15 03:57:59.035 INFO O| Apr 15 03:57:59.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
| 5421 | 2025-04-15T03:58:00.635Z | [ recovery-image] Apr 15 03:57:59.035 INFO O| Apr 15 03:57:59.035 INFO STEP 298 (remove_files) COMPLETE |
| 5422 | 2025-04-15T03:58:00.638Z | [ recovery-image] Apr 15 03:57:59.035 INFO O| Apr 15 03:57:59.035 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5423 | 2025-04-15T03:58:00.656Z | [ recovery-image] Apr 15 03:57:59.056 INFO O| Apr 15 03:57:59.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
| 5424 | 2025-04-15T03:58:00.656Z | [ recovery-image] Apr 15 03:57:59.056 INFO O| Apr 15 03:57:59.056 INFO STEP 299 (remove_files) COMPLETE |
| 5425 | 2025-04-15T03:58:00.656Z | [ recovery-image] Apr 15 03:57:59.056 INFO O| Apr 15 03:57:59.056 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5426 | 2025-04-15T03:58:00.698Z | [ recovery-image] Apr 15 03:57:59.098 INFO O| Apr 15 03:57:59.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
| 5427 | 2025-04-15T03:58:00.701Z | [ recovery-image] Apr 15 03:57:59.098 INFO O| Apr 15 03:57:59.098 INFO STEP 300 (remove_files) COMPLETE |
| 5428 | 2025-04-15T03:58:00.701Z | [ recovery-image] Apr 15 03:57:59.098 INFO O| Apr 15 03:57:59.098 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5429 | 2025-04-15T03:58:00.730Z | [ recovery-image] Apr 15 03:57:59.131 INFO O| Apr 15 03:57:59.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
| 5430 | 2025-04-15T03:58:00.734Z | [ recovery-image] Apr 15 03:57:59.132 INFO O| Apr 15 03:57:59.132 INFO STEP 301 (remove_files) COMPLETE |
| 5431 | 2025-04-15T03:58:00.734Z | [ recovery-image] Apr 15 03:57:59.132 INFO O| Apr 15 03:57:59.132 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5432 | 2025-04-15T03:58:00.762Z | [ recovery-image] Apr 15 03:57:59.162 INFO O| Apr 15 03:57:59.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
| 5433 | 2025-04-15T03:58:00.762Z | [ recovery-image] Apr 15 03:57:59.162 INFO O| Apr 15 03:57:59.162 INFO STEP 302 (remove_files) COMPLETE |
| 5434 | 2025-04-15T03:58:00.762Z | [ recovery-image] Apr 15 03:57:59.162 INFO O| Apr 15 03:57:59.162 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5435 | 2025-04-15T03:58:00.802Z | [ recovery-image] Apr 15 03:57:59.203 INFO O| Apr 15 03:57:59.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
| 5436 | 2025-04-15T03:58:00.806Z | [ recovery-image] Apr 15 03:57:59.203 INFO O| Apr 15 03:57:59.203 INFO STEP 303 (remove_files) COMPLETE |
| 5437 | 2025-04-15T03:58:00.806Z | [ recovery-image] Apr 15 03:57:59.203 INFO O| Apr 15 03:57:59.203 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5438 | 2025-04-15T03:58:00.826Z | [ recovery-image] Apr 15 03:57:59.226 INFO O| Apr 15 03:57:59.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
| 5439 | 2025-04-15T03:58:00.826Z | [ recovery-image] Apr 15 03:57:59.226 INFO O| Apr 15 03:57:59.226 INFO STEP 304 (remove_files) COMPLETE |
| 5440 | 2025-04-15T03:58:00.826Z | [ recovery-image] Apr 15 03:57:59.226 INFO O| Apr 15 03:57:59.226 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5441 | 2025-04-15T03:58:00.902Z | [ recovery-image] Apr 15 03:57:59.302 INFO O| Apr 15 03:57:59.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
| 5442 | 2025-04-15T03:58:00.902Z | [ recovery-image] Apr 15 03:57:59.302 INFO O| Apr 15 03:57:59.302 INFO STEP 305 (remove_files) COMPLETE |
| 5443 | 2025-04-15T03:58:00.902Z | [ recovery-image] Apr 15 03:57:59.302 INFO O| Apr 15 03:57:59.302 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5444 | 2025-04-15T03:58:00.942Z | [ recovery-image] Apr 15 03:57:59.343 INFO O| Apr 15 03:57:59.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
| 5445 | 2025-04-15T03:58:00.964Z | [ recovery-image] Apr 15 03:57:59.364 INFO O| Apr 15 03:57:59.364 INFO STEP 306 (remove_files) COMPLETE |
| 5446 | 2025-04-15T03:58:00.964Z | [ recovery-image] Apr 15 03:57:59.364 INFO O| Apr 15 03:57:59.364 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5447 | 2025-04-15T03:58:00.987Z | [ recovery-image] Apr 15 03:57:59.387 INFO O| Apr 15 03:57:59.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
| 5448 | 2025-04-15T03:58:00.990Z | [ recovery-image] Apr 15 03:57:59.388 INFO O| Apr 15 03:57:59.388 INFO STEP 307 (remove_files) COMPLETE |
| 5449 | 2025-04-15T03:58:00.990Z | [ recovery-image] Apr 15 03:57:59.388 INFO O| Apr 15 03:57:59.388 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5450 | 2025-04-15T03:58:01.010Z | [ recovery-image] Apr 15 03:57:59.410 INFO O| Apr 15 03:57:59.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
| 5451 | 2025-04-15T03:58:01.013Z | [ recovery-image] Apr 15 03:57:59.410 INFO O| Apr 15 03:57:59.410 INFO STEP 308 (remove_files) COMPLETE |
| 5452 | 2025-04-15T03:58:01.013Z | [ recovery-image] Apr 15 03:57:59.410 INFO O| Apr 15 03:57:59.410 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5453 | 2025-04-15T03:58:01.034Z | [ recovery-image] Apr 15 03:57:59.434 INFO O| Apr 15 03:57:59.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
| 5454 | 2025-04-15T03:58:01.034Z | [ recovery-image] Apr 15 03:57:59.434 INFO O| Apr 15 03:57:59.434 INFO STEP 309 (remove_files) COMPLETE |
| 5455 | 2025-04-15T03:58:01.038Z | [ recovery-image] Apr 15 03:57:59.434 INFO O| Apr 15 03:57:59.434 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5456 | 2025-04-15T03:58:01.058Z | [ recovery-image] Apr 15 03:57:59.458 INFO O| Apr 15 03:57:59.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
| 5457 | 2025-04-15T03:58:01.059Z | [ recovery-image] Apr 15 03:57:59.458 INFO O| Apr 15 03:57:59.458 INFO STEP 310 (remove_files) COMPLETE |
| 5458 | 2025-04-15T03:58:01.059Z | [ recovery-image] Apr 15 03:57:59.458 INFO O| Apr 15 03:57:59.458 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5459 | 2025-04-15T03:58:01.097Z | [ recovery-image] Apr 15 03:57:59.497 INFO O| Apr 15 03:57:59.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
| 5460 | 2025-04-15T03:58:01.097Z | [ recovery-image] Apr 15 03:57:59.497 INFO O| Apr 15 03:57:59.497 INFO STEP 311 (remove_files) COMPLETE |
| 5461 | 2025-04-15T03:58:01.097Z | [ recovery-image] Apr 15 03:57:59.497 INFO O| Apr 15 03:57:59.497 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5462 | 2025-04-15T03:58:01.118Z | [ recovery-image] Apr 15 03:57:59.518 INFO O| Apr 15 03:57:59.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
| 5463 | 2025-04-15T03:58:01.121Z | [ recovery-image] Apr 15 03:57:59.518 INFO O| Apr 15 03:57:59.518 INFO STEP 312 (remove_files) COMPLETE |
| 5464 | 2025-04-15T03:58:01.121Z | [ recovery-image] Apr 15 03:57:59.518 INFO O| Apr 15 03:57:59.518 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5465 | 2025-04-15T03:58:01.154Z | [ recovery-image] Apr 15 03:57:59.554 INFO O| Apr 15 03:57:59.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
| 5466 | 2025-04-15T03:58:01.154Z | [ recovery-image] Apr 15 03:57:59.554 INFO O| Apr 15 03:57:59.554 INFO STEP 313 (remove_files) COMPLETE |
| 5467 | 2025-04-15T03:58:01.157Z | [ recovery-image] Apr 15 03:57:59.554 INFO O| Apr 15 03:57:59.554 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5468 | 2025-04-15T03:58:01.176Z | [ recovery-image] Apr 15 03:57:59.577 INFO O| Apr 15 03:57:59.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
| 5469 | 2025-04-15T03:58:01.176Z | [ recovery-image] Apr 15 03:57:59.577 INFO O| Apr 15 03:57:59.577 INFO STEP 314 (remove_files) COMPLETE |
| 5470 | 2025-04-15T03:58:01.176Z | [ recovery-image] Apr 15 03:57:59.577 INFO O| Apr 15 03:57:59.577 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5471 | 2025-04-15T03:58:01.198Z | [ recovery-image] Apr 15 03:57:59.598 INFO O| Apr 15 03:57:59.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
| 5472 | 2025-04-15T03:58:01.198Z | [ recovery-image] Apr 15 03:57:59.598 INFO O| Apr 15 03:57:59.598 INFO STEP 315 (remove_files) COMPLETE |
| 5473 | 2025-04-15T03:58:01.198Z | [ recovery-image] Apr 15 03:57:59.598 INFO O| Apr 15 03:57:59.598 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5474 | 2025-04-15T03:58:01.232Z | [ recovery-image] Apr 15 03:57:59.632 INFO O| Apr 15 03:57:59.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
| 5475 | 2025-04-15T03:58:01.232Z | [ recovery-image] Apr 15 03:57:59.632 INFO O| Apr 15 03:57:59.632 INFO STEP 316 (remove_files) COMPLETE |
| 5476 | 2025-04-15T03:58:01.232Z | [ recovery-image] Apr 15 03:57:59.632 INFO O| Apr 15 03:57:59.632 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5477 | 2025-04-15T03:58:01.255Z | [ recovery-image] Apr 15 03:57:59.655 INFO O| Apr 15 03:57:59.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
| 5478 | 2025-04-15T03:58:01.255Z | [ recovery-image] Apr 15 03:57:59.656 INFO O| Apr 15 03:57:59.656 INFO STEP 317 (remove_files) COMPLETE |
| 5479 | 2025-04-15T03:58:01.255Z | [ recovery-image] Apr 15 03:57:59.656 INFO O| Apr 15 03:57:59.656 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5480 | 2025-04-15T03:58:01.278Z | [ recovery-image] Apr 15 03:57:59.678 INFO O| Apr 15 03:57:59.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
| 5481 | 2025-04-15T03:58:01.278Z | [ recovery-image] Apr 15 03:57:59.678 INFO O| Apr 15 03:57:59.678 INFO STEP 318 (remove_files) COMPLETE |
| 5482 | 2025-04-15T03:58:01.281Z | [ recovery-image] Apr 15 03:57:59.678 INFO O| Apr 15 03:57:59.678 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5483 | 2025-04-15T03:58:01.299Z | [ recovery-image] Apr 15 03:57:59.699 INFO O| Apr 15 03:57:59.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
| 5484 | 2025-04-15T03:58:01.299Z | [ recovery-image] Apr 15 03:57:59.699 INFO O| Apr 15 03:57:59.699 INFO STEP 319 (remove_files) COMPLETE |
| 5485 | 2025-04-15T03:58:01.299Z | [ recovery-image] Apr 15 03:57:59.699 INFO O| Apr 15 03:57:59.699 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5486 | 2025-04-15T03:58:01.344Z | [ recovery-image] Apr 15 03:57:59.744 INFO O| Apr 15 03:57:59.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
| 5487 | 2025-04-15T03:58:01.344Z | [ recovery-image] Apr 15 03:57:59.744 INFO O| Apr 15 03:57:59.744 INFO STEP 320 (remove_files) COMPLETE |
| 5488 | 2025-04-15T03:58:01.344Z | [ recovery-image] Apr 15 03:57:59.744 INFO O| Apr 15 03:57:59.744 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5489 | 2025-04-15T03:58:01.368Z | [ recovery-image] Apr 15 03:57:59.767 INFO O| Apr 15 03:57:59.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
| 5490 | 2025-04-15T03:58:01.368Z | [ recovery-image] Apr 15 03:57:59.767 INFO O| Apr 15 03:57:59.767 INFO STEP 321 (remove_files) COMPLETE |
| 5491 | 2025-04-15T03:58:01.368Z | [ recovery-image] Apr 15 03:57:59.767 INFO O| Apr 15 03:57:59.767 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5492 | 2025-04-15T03:58:01.389Z | [ recovery-image] Apr 15 03:57:59.789 INFO O| Apr 15 03:57:59.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
| 5493 | 2025-04-15T03:58:01.406Z | [ recovery-image] Apr 15 03:57:59.805 INFO O| Apr 15 03:57:59.805 INFO STEP 322 (remove_files) COMPLETE |
| 5494 | 2025-04-15T03:58:01.406Z | [ recovery-image] Apr 15 03:57:59.805 INFO O| Apr 15 03:57:59.805 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5495 | 2025-04-15T03:58:01.458Z | [ recovery-image] Apr 15 03:57:59.859 INFO O| Apr 15 03:57:59.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
| 5496 | 2025-04-15T03:58:01.458Z | [ recovery-image] Apr 15 03:57:59.859 INFO O| Apr 15 03:57:59.859 INFO STEP 323 (remove_files) COMPLETE |
| 5497 | 2025-04-15T03:58:01.458Z | [ recovery-image] Apr 15 03:57:59.859 INFO O| Apr 15 03:57:59.859 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5498 | 2025-04-15T03:58:01.481Z | [ recovery-image] Apr 15 03:57:59.881 INFO O| Apr 15 03:57:59.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
| 5499 | 2025-04-15T03:58:01.481Z | [ recovery-image] Apr 15 03:57:59.882 INFO O| Apr 15 03:57:59.881 INFO STEP 324 (remove_files) COMPLETE |
| 5500 | 2025-04-15T03:58:01.481Z | [ recovery-image] Apr 15 03:57:59.882 INFO O| Apr 15 03:57:59.882 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5501 | 2025-04-15T03:58:01.502Z | [ recovery-image] Apr 15 03:57:59.902 INFO O| Apr 15 03:57:59.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
| 5502 | 2025-04-15T03:58:01.502Z | [ recovery-image] Apr 15 03:57:59.902 INFO O| Apr 15 03:57:59.902 INFO STEP 325 (remove_files) COMPLETE |
| 5503 | 2025-04-15T03:58:01.505Z | [ recovery-image] Apr 15 03:57:59.902 INFO O| Apr 15 03:57:59.902 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5504 | 2025-04-15T03:58:01.523Z | [ recovery-image] Apr 15 03:57:59.923 INFO O| Apr 15 03:57:59.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
| 5505 | 2025-04-15T03:58:01.523Z | [ recovery-image] Apr 15 03:57:59.923 INFO O| Apr 15 03:57:59.923 INFO STEP 326 (remove_files) COMPLETE |
| 5506 | 2025-04-15T03:58:01.523Z | [ recovery-image] Apr 15 03:57:59.923 INFO O| Apr 15 03:57:59.923 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5507 | 2025-04-15T03:58:01.555Z | [ recovery-image] Apr 15 03:57:59.955 INFO O| Apr 15 03:57:59.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
| 5508 | 2025-04-15T03:58:01.558Z | [ recovery-image] Apr 15 03:57:59.956 INFO O| Apr 15 03:57:59.955 INFO STEP 327 (remove_files) COMPLETE |
| 5509 | 2025-04-15T03:58:01.558Z | [ recovery-image] Apr 15 03:57:59.956 INFO O| Apr 15 03:57:59.956 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5510 | 2025-04-15T03:58:01.576Z | [ recovery-image] Apr 15 03:57:59.976 INFO O| Apr 15 03:57:59.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
| 5511 | 2025-04-15T03:58:01.576Z | [ recovery-image] Apr 15 03:57:59.977 INFO O| Apr 15 03:57:59.977 INFO STEP 328 (remove_files) COMPLETE |
| 5512 | 2025-04-15T03:58:01.576Z | [ recovery-image] Apr 15 03:57:59.977 INFO O| Apr 15 03:57:59.977 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5513 | 2025-04-15T03:58:01.596Z | [ recovery-image] Apr 15 03:57:59.996 INFO O| Apr 15 03:57:59.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
| 5514 | 2025-04-15T03:58:01.596Z | [ recovery-image] Apr 15 03:57:59.996 INFO O| Apr 15 03:57:59.996 INFO STEP 329 (remove_files) COMPLETE |
| 5515 | 2025-04-15T03:58:01.596Z | [ recovery-image] Apr 15 03:57:59.996 INFO O| Apr 15 03:57:59.996 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5516 | 2025-04-15T03:58:01.622Z | [ recovery-image] Apr 15 03:58:00.022 INFO O| Apr 15 03:58:00.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
| 5517 | 2025-04-15T03:58:01.622Z | [ recovery-image] Apr 15 03:58:00.022 INFO O| Apr 15 03:58:00.022 INFO STEP 330 (remove_files) COMPLETE |
| 5518 | 2025-04-15T03:58:01.622Z | [ recovery-image] Apr 15 03:58:00.022 INFO O| Apr 15 03:58:00.022 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5519 | 2025-04-15T03:58:01.642Z | [ recovery-image] Apr 15 03:58:00.042 INFO O| Apr 15 03:58:00.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
| 5520 | 2025-04-15T03:58:01.642Z | [ recovery-image] Apr 15 03:58:00.042 INFO O| Apr 15 03:58:00.042 INFO STEP 331 (remove_files) COMPLETE |
| 5521 | 2025-04-15T03:58:01.642Z | [ recovery-image] Apr 15 03:58:00.042 INFO O| Apr 15 03:58:00.042 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5522 | 2025-04-15T03:58:01.664Z | [ recovery-image] Apr 15 03:58:00.063 INFO O| Apr 15 03:58:00.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
| 5523 | 2025-04-15T03:58:01.664Z | [ recovery-image] Apr 15 03:58:00.064 INFO O| Apr 15 03:58:00.064 INFO STEP 332 (remove_files) COMPLETE |
| 5524 | 2025-04-15T03:58:01.664Z | [ recovery-image] Apr 15 03:58:00.064 INFO O| Apr 15 03:58:00.064 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5525 | 2025-04-15T03:58:01.702Z | [ recovery-image] Apr 15 03:58:00.101 INFO O| Apr 15 03:58:00.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
| 5526 | 2025-04-15T03:58:01.702Z | [ recovery-image] Apr 15 03:58:00.101 INFO O| Apr 15 03:58:00.101 INFO STEP 333 (remove_files) COMPLETE |
| 5527 | 2025-04-15T03:58:01.702Z | [ recovery-image] Apr 15 03:58:00.101 INFO O| Apr 15 03:58:00.101 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5528 | 2025-04-15T03:58:01.735Z | [ recovery-image] Apr 15 03:58:00.135 INFO O| Apr 15 03:58:00.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
| 5529 | 2025-04-15T03:58:01.735Z | [ recovery-image] Apr 15 03:58:00.135 INFO O| Apr 15 03:58:00.135 INFO STEP 334 (remove_files) COMPLETE |
| 5530 | 2025-04-15T03:58:01.739Z | [ recovery-image] Apr 15 03:58:00.135 INFO O| Apr 15 03:58:00.135 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5531 | 2025-04-15T03:58:01.755Z | [ recovery-image] Apr 15 03:58:00.155 INFO O| Apr 15 03:58:00.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
| 5532 | 2025-04-15T03:58:01.755Z | [ recovery-image] Apr 15 03:58:00.156 INFO O| Apr 15 03:58:00.155 INFO STEP 335 (remove_files) COMPLETE |
| 5533 | 2025-04-15T03:58:01.755Z | [ recovery-image] Apr 15 03:58:00.156 INFO O| Apr 15 03:58:00.155 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5534 | 2025-04-15T03:58:01.777Z | [ recovery-image] Apr 15 03:58:00.177 INFO O| Apr 15 03:58:00.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
| 5535 | 2025-04-15T03:58:01.780Z | [ recovery-image] Apr 15 03:58:00.177 INFO O| Apr 15 03:58:00.177 INFO STEP 336 (remove_files) COMPLETE |
| 5536 | 2025-04-15T03:58:01.780Z | [ recovery-image] Apr 15 03:58:00.177 INFO O| Apr 15 03:58:00.177 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5537 | 2025-04-15T03:58:01.799Z | [ recovery-image] Apr 15 03:58:00.200 INFO O| Apr 15 03:58:00.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
| 5538 | 2025-04-15T03:58:01.803Z | [ recovery-image] Apr 15 03:58:00.200 INFO O| Apr 15 03:58:00.200 INFO STEP 337 (remove_files) COMPLETE |
| 5539 | 2025-04-15T03:58:01.803Z | [ recovery-image] Apr 15 03:58:00.200 INFO O| Apr 15 03:58:00.200 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5540 | 2025-04-15T03:58:01.836Z | [ recovery-image] Apr 15 03:58:00.236 INFO O| Apr 15 03:58:00.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
| 5541 | 2025-04-15T03:58:01.836Z | [ recovery-image] Apr 15 03:58:00.236 INFO O| Apr 15 03:58:00.236 INFO STEP 338 (remove_files) COMPLETE |
| 5542 | 2025-04-15T03:58:01.836Z | [ recovery-image] Apr 15 03:58:00.236 INFO O| Apr 15 03:58:00.236 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5543 | 2025-04-15T03:58:01.855Z | [ recovery-image] Apr 15 03:58:00.255 INFO O| Apr 15 03:58:00.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
| 5544 | 2025-04-15T03:58:01.855Z | [ recovery-image] Apr 15 03:58:00.255 INFO O| Apr 15 03:58:00.255 INFO STEP 339 (remove_files) COMPLETE |
| 5545 | 2025-04-15T03:58:01.858Z | [ recovery-image] Apr 15 03:58:00.256 INFO O| Apr 15 03:58:00.255 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5546 | 2025-04-15T03:58:01.876Z | [ recovery-image] Apr 15 03:58:00.276 INFO O| Apr 15 03:58:00.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
| 5547 | 2025-04-15T03:58:01.876Z | [ recovery-image] Apr 15 03:58:00.276 INFO O| Apr 15 03:58:00.276 INFO STEP 340 (remove_files) COMPLETE |
| 5548 | 2025-04-15T03:58:01.876Z | [ recovery-image] Apr 15 03:58:00.276 INFO O| Apr 15 03:58:00.276 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5549 | 2025-04-15T03:58:01.898Z | [ recovery-image] Apr 15 03:58:00.298 INFO O| Apr 15 03:58:00.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
| 5550 | 2025-04-15T03:58:01.898Z | [ recovery-image] Apr 15 03:58:00.298 INFO O| Apr 15 03:58:00.298 INFO STEP 341 (remove_files) COMPLETE |
| 5551 | 2025-04-15T03:58:01.898Z | [ recovery-image] Apr 15 03:58:00.298 INFO O| Apr 15 03:58:00.298 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5552 | 2025-04-15T03:58:01.920Z | [ recovery-image] Apr 15 03:58:00.320 INFO O| Apr 15 03:58:00.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
| 5553 | 2025-04-15T03:58:01.920Z | [ recovery-image] Apr 15 03:58:00.320 INFO O| Apr 15 03:58:00.320 INFO STEP 342 (remove_files) COMPLETE |
| 5554 | 2025-04-15T03:58:01.920Z | [ recovery-image] Apr 15 03:58:00.320 INFO O| Apr 15 03:58:00.320 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5555 | 2025-04-15T03:58:01.960Z | [ recovery-image] Apr 15 03:58:00.360 INFO O| Apr 15 03:58:00.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
| 5556 | 2025-04-15T03:58:01.960Z | [ recovery-image] Apr 15 03:58:00.360 INFO O| Apr 15 03:58:00.360 INFO STEP 343 (remove_files) COMPLETE |
| 5557 | 2025-04-15T03:58:01.960Z | [ recovery-image] Apr 15 03:58:00.360 INFO O| Apr 15 03:58:00.360 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5558 | 2025-04-15T03:58:01.982Z | [ recovery-image] Apr 15 03:58:00.382 INFO O| Apr 15 03:58:00.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
| 5559 | 2025-04-15T03:58:01.982Z | [ recovery-image] Apr 15 03:58:00.382 INFO O| Apr 15 03:58:00.382 INFO STEP 344 (remove_files) COMPLETE |
| 5560 | 2025-04-15T03:58:01.982Z | [ recovery-image] Apr 15 03:58:00.382 INFO O| Apr 15 03:58:00.382 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5561 | 2025-04-15T03:58:02.003Z | [ recovery-image] Apr 15 03:58:00.404 INFO O| Apr 15 03:58:00.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
| 5562 | 2025-04-15T03:58:02.003Z | [ recovery-image] Apr 15 03:58:00.404 INFO O| Apr 15 03:58:00.404 INFO STEP 345 (remove_files) COMPLETE |
| 5563 | 2025-04-15T03:58:02.006Z | [ recovery-image] Apr 15 03:58:00.404 INFO O| Apr 15 03:58:00.404 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5564 | 2025-04-15T03:58:02.024Z | [ recovery-image] Apr 15 03:58:00.424 INFO O| Apr 15 03:58:00.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
| 5565 | 2025-04-15T03:58:02.024Z | [ recovery-image] Apr 15 03:58:00.424 INFO O| Apr 15 03:58:00.424 INFO STEP 346 (remove_files) COMPLETE |
| 5566 | 2025-04-15T03:58:02.024Z | [ recovery-image] Apr 15 03:58:00.424 INFO O| Apr 15 03:58:00.424 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5567 | 2025-04-15T03:58:02.061Z | [ recovery-image] Apr 15 03:58:00.461 INFO O| Apr 15 03:58:00.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
| 5568 | 2025-04-15T03:58:02.064Z | [ recovery-image] Apr 15 03:58:00.461 INFO O| Apr 15 03:58:00.461 INFO STEP 347 (remove_files) COMPLETE |
| 5569 | 2025-04-15T03:58:02.064Z | [ recovery-image] Apr 15 03:58:00.461 INFO O| Apr 15 03:58:00.461 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5570 | 2025-04-15T03:58:02.082Z | [ recovery-image] Apr 15 03:58:00.482 INFO O| Apr 15 03:58:00.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
| 5571 | 2025-04-15T03:58:02.082Z | [ recovery-image] Apr 15 03:58:00.482 INFO O| Apr 15 03:58:00.482 INFO STEP 348 (remove_files) COMPLETE |
| 5572 | 2025-04-15T03:58:02.085Z | [ recovery-image] Apr 15 03:58:00.482 INFO O| Apr 15 03:58:00.482 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5573 | 2025-04-15T03:58:02.101Z | [ recovery-image] Apr 15 03:58:00.501 INFO O| Apr 15 03:58:00.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
| 5574 | 2025-04-15T03:58:02.101Z | [ recovery-image] Apr 15 03:58:00.501 INFO O| Apr 15 03:58:00.501 INFO STEP 349 (remove_files) COMPLETE |
| 5575 | 2025-04-15T03:58:02.104Z | [ recovery-image] Apr 15 03:58:00.501 INFO O| Apr 15 03:58:00.501 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5576 | 2025-04-15T03:58:02.122Z | [ recovery-image] Apr 15 03:58:00.521 INFO O| Apr 15 03:58:00.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
| 5577 | 2025-04-15T03:58:02.122Z | [ recovery-image] Apr 15 03:58:00.521 INFO O| Apr 15 03:58:00.521 INFO STEP 350 (remove_files) COMPLETE |
| 5578 | 2025-04-15T03:58:02.122Z | [ recovery-image] Apr 15 03:58:00.521 INFO O| Apr 15 03:58:00.521 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5579 | 2025-04-15T03:58:02.157Z | [ recovery-image] Apr 15 03:58:00.557 INFO O| Apr 15 03:58:00.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
| 5580 | 2025-04-15T03:58:02.160Z | [ recovery-image] Apr 15 03:58:00.557 INFO O| Apr 15 03:58:00.557 INFO STEP 351 (remove_files) COMPLETE |
| 5581 | 2025-04-15T03:58:02.160Z | [ recovery-image] Apr 15 03:58:00.557 INFO O| Apr 15 03:58:00.557 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5582 | 2025-04-15T03:58:02.178Z | [ recovery-image] Apr 15 03:58:00.578 INFO O| Apr 15 03:58:00.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
| 5583 | 2025-04-15T03:58:02.201Z | [ recovery-image] Apr 15 03:58:00.601 INFO O| Apr 15 03:58:00.601 INFO STEP 352 (remove_files) COMPLETE |
| 5584 | 2025-04-15T03:58:02.201Z | [ recovery-image] Apr 15 03:58:00.601 INFO O| Apr 15 03:58:00.601 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5585 | 2025-04-15T03:58:02.259Z | [ recovery-image] Apr 15 03:58:00.659 INFO O| Apr 15 03:58:00.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
| 5586 | 2025-04-15T03:58:02.259Z | [ recovery-image] Apr 15 03:58:00.659 INFO O| Apr 15 03:58:00.659 INFO STEP 353 (remove_files) COMPLETE |
| 5587 | 2025-04-15T03:58:02.259Z | [ recovery-image] Apr 15 03:58:00.659 INFO O| Apr 15 03:58:00.659 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5588 | 2025-04-15T03:58:02.279Z | [ recovery-image] Apr 15 03:58:00.680 INFO O| Apr 15 03:58:00.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
| 5589 | 2025-04-15T03:58:02.279Z | [ recovery-image] Apr 15 03:58:00.680 INFO O| Apr 15 03:58:00.680 INFO STEP 354 (remove_files) COMPLETE |
| 5590 | 2025-04-15T03:58:02.283Z | [ recovery-image] Apr 15 03:58:00.680 INFO O| Apr 15 03:58:00.680 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5591 | 2025-04-15T03:58:02.299Z | [ recovery-image] Apr 15 03:58:00.699 INFO O| Apr 15 03:58:00.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
| 5592 | 2025-04-15T03:58:02.299Z | [ recovery-image] Apr 15 03:58:00.699 INFO O| Apr 15 03:58:00.699 INFO STEP 355 (remove_files) COMPLETE |
| 5593 | 2025-04-15T03:58:02.302Z | [ recovery-image] Apr 15 03:58:00.699 INFO O| Apr 15 03:58:00.699 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5594 | 2025-04-15T03:58:02.318Z | [ recovery-image] Apr 15 03:58:00.719 INFO O| Apr 15 03:58:00.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
| 5595 | 2025-04-15T03:58:02.318Z | [ recovery-image] Apr 15 03:58:00.719 INFO O| Apr 15 03:58:00.719 INFO STEP 356 (remove_files) COMPLETE |
| 5596 | 2025-04-15T03:58:02.318Z | [ recovery-image] Apr 15 03:58:00.719 INFO O| Apr 15 03:58:00.719 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5597 | 2025-04-15T03:58:02.353Z | [ recovery-image] Apr 15 03:58:00.753 INFO O| Apr 15 03:58:00.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
| 5598 | 2025-04-15T03:58:02.353Z | [ recovery-image] Apr 15 03:58:00.753 INFO O| Apr 15 03:58:00.753 INFO STEP 357 (remove_files) COMPLETE |
| 5599 | 2025-04-15T03:58:02.353Z | [ recovery-image] Apr 15 03:58:00.753 INFO O| Apr 15 03:58:00.753 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5600 | 2025-04-15T03:58:02.382Z | [ recovery-image] Apr 15 03:58:00.782 INFO O| Apr 15 03:58:00.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
| 5601 | 2025-04-15T03:58:02.386Z | [ recovery-image] Apr 15 03:58:00.783 INFO O| Apr 15 03:58:00.782 INFO STEP 358 (remove_files) COMPLETE |
| 5602 | 2025-04-15T03:58:02.386Z | [ recovery-image] Apr 15 03:58:00.783 INFO O| Apr 15 03:58:00.783 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5603 | 2025-04-15T03:58:02.441Z | [ recovery-image] Apr 15 03:58:00.841 INFO O| Apr 15 03:58:00.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
| 5604 | 2025-04-15T03:58:02.444Z | [ recovery-image] Apr 15 03:58:00.841 INFO O| Apr 15 03:58:00.841 INFO STEP 359 (remove_files) COMPLETE |
| 5605 | 2025-04-15T03:58:02.444Z | [ recovery-image] Apr 15 03:58:00.841 INFO O| Apr 15 03:58:00.841 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5606 | 2025-04-15T03:58:02.465Z | [ recovery-image] Apr 15 03:58:00.864 INFO O| Apr 15 03:58:00.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
| 5607 | 2025-04-15T03:58:02.465Z | [ recovery-image] Apr 15 03:58:00.865 INFO O| Apr 15 03:58:00.864 INFO STEP 360 (remove_files) COMPLETE |
| 5608 | 2025-04-15T03:58:02.465Z | [ recovery-image] Apr 15 03:58:00.865 INFO O| Apr 15 03:58:00.865 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5609 | 2025-04-15T03:58:02.487Z | [ recovery-image] Apr 15 03:58:00.887 INFO O| Apr 15 03:58:00.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
| 5610 | 2025-04-15T03:58:02.487Z | [ recovery-image] Apr 15 03:58:00.887 INFO O| Apr 15 03:58:00.887 INFO STEP 361 (remove_files) COMPLETE |
| 5611 | 2025-04-15T03:58:02.487Z | [ recovery-image] Apr 15 03:58:00.887 INFO O| Apr 15 03:58:00.887 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5612 | 2025-04-15T03:58:02.510Z | [ recovery-image] Apr 15 03:58:00.910 INFO O| Apr 15 03:58:00.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
| 5613 | 2025-04-15T03:58:02.513Z | [ recovery-image] Apr 15 03:58:00.912 INFO O| Apr 15 03:58:00.912 INFO STEP 362 (remove_files) COMPLETE |
| 5614 | 2025-04-15T03:58:02.519Z | [ recovery-image] Apr 15 03:58:00.920 INFO O| Apr 15 03:58:00.920 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5615 | 2025-04-15T03:58:02.540Z | [ recovery-image] Apr 15 03:58:00.940 INFO O| Apr 15 03:58:00.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
| 5616 | 2025-04-15T03:58:02.543Z | [ recovery-image] Apr 15 03:58:00.941 INFO O| Apr 15 03:58:00.941 INFO STEP 363 (remove_files) COMPLETE |
| 5617 | 2025-04-15T03:58:02.543Z | [ recovery-image] Apr 15 03:58:00.941 INFO O| Apr 15 03:58:00.941 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5618 | 2025-04-15T03:58:02.625Z | [ recovery-image] Apr 15 03:58:01.025 INFO O| Apr 15 03:58:01.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
| 5619 | 2025-04-15T03:58:02.625Z | [ recovery-image] Apr 15 03:58:01.025 INFO O| Apr 15 03:58:01.025 INFO STEP 364 (remove_files) COMPLETE |
| 5620 | 2025-04-15T03:58:02.628Z | [ recovery-image] Apr 15 03:58:01.025 INFO O| Apr 15 03:58:01.025 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5621 | 2025-04-15T03:58:02.666Z | [ recovery-image] Apr 15 03:58:01.066 INFO O| Apr 15 03:58:01.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
| 5622 | 2025-04-15T03:58:02.666Z | [ recovery-image] Apr 15 03:58:01.066 INFO O| Apr 15 03:58:01.066 INFO STEP 365 (remove_files) COMPLETE |
| 5623 | 2025-04-15T03:58:02.669Z | [ recovery-image] Apr 15 03:58:01.066 INFO O| Apr 15 03:58:01.066 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5624 | 2025-04-15T03:58:02.707Z | [ recovery-image] Apr 15 03:58:01.108 INFO O| Apr 15 03:58:01.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
| 5625 | 2025-04-15T03:58:02.707Z | [ recovery-image] Apr 15 03:58:01.108 INFO O| Apr 15 03:58:01.108 INFO STEP 366 (remove_files) COMPLETE |
| 5626 | 2025-04-15T03:58:02.708Z | [ recovery-image] Apr 15 03:58:01.108 INFO O| Apr 15 03:58:01.108 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5627 | 2025-04-15T03:58:02.770Z | [ recovery-image] Apr 15 03:58:01.170 INFO O| Apr 15 03:58:01.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
| 5628 | 2025-04-15T03:58:02.770Z | [ recovery-image] Apr 15 03:58:01.171 INFO O| Apr 15 03:58:01.170 INFO STEP 367 (remove_files) COMPLETE |
| 5629 | 2025-04-15T03:58:02.774Z | [ recovery-image] Apr 15 03:58:01.171 INFO O| Apr 15 03:58:01.171 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5630 | 2025-04-15T03:58:02.792Z | [ recovery-image] Apr 15 03:58:01.192 INFO O| Apr 15 03:58:01.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
| 5631 | 2025-04-15T03:58:02.792Z | [ recovery-image] Apr 15 03:58:01.192 INFO O| Apr 15 03:58:01.192 INFO STEP 368 (remove_files) COMPLETE |
| 5632 | 2025-04-15T03:58:02.792Z | [ recovery-image] Apr 15 03:58:01.192 INFO O| Apr 15 03:58:01.192 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5633 | 2025-04-15T03:58:02.826Z | [ recovery-image] Apr 15 03:58:01.226 INFO O| Apr 15 03:58:01.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
| 5634 | 2025-04-15T03:58:02.826Z | [ recovery-image] Apr 15 03:58:01.226 INFO O| Apr 15 03:58:01.226 INFO STEP 369 (remove_files) COMPLETE |
| 5635 | 2025-04-15T03:58:02.826Z | [ recovery-image] Apr 15 03:58:01.226 INFO O| Apr 15 03:58:01.226 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5636 | 2025-04-15T03:58:02.850Z | [ recovery-image] Apr 15 03:58:01.250 INFO O| Apr 15 03:58:01.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
| 5637 | 2025-04-15T03:58:02.850Z | [ recovery-image] Apr 15 03:58:01.250 INFO O| Apr 15 03:58:01.250 INFO STEP 370 (remove_files) COMPLETE |
| 5638 | 2025-04-15T03:58:02.850Z | [ recovery-image] Apr 15 03:58:01.250 INFO O| Apr 15 03:58:01.250 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5639 | 2025-04-15T03:58:02.874Z | [ recovery-image] Apr 15 03:58:01.273 INFO O| Apr 15 03:58:01.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
| 5640 | 2025-04-15T03:58:02.874Z | [ recovery-image] Apr 15 03:58:01.273 INFO O| Apr 15 03:58:01.273 INFO STEP 371 (remove_files) COMPLETE |
| 5641 | 2025-04-15T03:58:02.874Z | [ recovery-image] Apr 15 03:58:01.273 INFO O| Apr 15 03:58:01.273 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5642 | 2025-04-15T03:58:02.895Z | [ recovery-image] Apr 15 03:58:01.295 INFO O| Apr 15 03:58:01.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
| 5643 | 2025-04-15T03:58:02.895Z | [ recovery-image] Apr 15 03:58:01.295 INFO O| Apr 15 03:58:01.295 INFO STEP 372 (remove_files) COMPLETE |
| 5644 | 2025-04-15T03:58:02.895Z | [ recovery-image] Apr 15 03:58:01.296 INFO O| Apr 15 03:58:01.295 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5645 | 2025-04-15T03:58:02.918Z | [ recovery-image] Apr 15 03:58:01.318 INFO O| Apr 15 03:58:01.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
| 5646 | 2025-04-15T03:58:02.918Z | [ recovery-image] Apr 15 03:58:01.318 INFO O| Apr 15 03:58:01.318 INFO STEP 373 (remove_files) COMPLETE |
| 5647 | 2025-04-15T03:58:02.918Z | [ recovery-image] Apr 15 03:58:01.318 INFO O| Apr 15 03:58:01.318 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5648 | 2025-04-15T03:58:02.942Z | [ recovery-image] Apr 15 03:58:01.342 INFO O| Apr 15 03:58:01.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
| 5649 | 2025-04-15T03:58:02.942Z | [ recovery-image] Apr 15 03:58:01.342 INFO O| Apr 15 03:58:01.342 INFO STEP 374 (remove_files) COMPLETE |
| 5650 | 2025-04-15T03:58:02.945Z | [ recovery-image] Apr 15 03:58:01.342 INFO O| Apr 15 03:58:01.342 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5651 | 2025-04-15T03:58:02.973Z | [ recovery-image] Apr 15 03:58:01.373 INFO O| Apr 15 03:58:01.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
| 5652 | 2025-04-15T03:58:02.973Z | [ recovery-image] Apr 15 03:58:01.373 INFO O| Apr 15 03:58:01.373 INFO STEP 375 (remove_files) COMPLETE |
| 5653 | 2025-04-15T03:58:02.976Z | [ recovery-image] Apr 15 03:58:01.373 INFO O| Apr 15 03:58:01.373 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5654 | 2025-04-15T03:58:02.995Z | [ recovery-image] Apr 15 03:58:01.395 INFO O| Apr 15 03:58:01.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
| 5655 | 2025-04-15T03:58:02.995Z | [ recovery-image] Apr 15 03:58:01.395 INFO O| Apr 15 03:58:01.395 INFO STEP 376 (remove_files) COMPLETE |
| 5656 | 2025-04-15T03:58:02.995Z | [ recovery-image] Apr 15 03:58:01.395 INFO O| Apr 15 03:58:01.395 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5657 | 2025-04-15T03:58:03.030Z | [ recovery-image] Apr 15 03:58:01.430 INFO O| Apr 15 03:58:01.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
| 5658 | 2025-04-15T03:58:03.030Z | [ recovery-image] Apr 15 03:58:01.430 INFO O| Apr 15 03:58:01.430 INFO STEP 377 (remove_files) COMPLETE |
| 5659 | 2025-04-15T03:58:03.030Z | [ recovery-image] Apr 15 03:58:01.430 INFO O| Apr 15 03:58:01.430 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5660 | 2025-04-15T03:58:03.076Z | [ recovery-image] Apr 15 03:58:01.476 INFO O| Apr 15 03:58:01.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
| 5661 | 2025-04-15T03:58:03.080Z | [ recovery-image] Apr 15 03:58:01.477 INFO O| Apr 15 03:58:01.477 INFO STEP 378 (remove_files) COMPLETE |
| 5662 | 2025-04-15T03:58:03.080Z | [ recovery-image] Apr 15 03:58:01.477 INFO O| Apr 15 03:58:01.477 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5663 | 2025-04-15T03:58:03.120Z | [ recovery-image] Apr 15 03:58:01.520 INFO O| Apr 15 03:58:01.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
| 5664 | 2025-04-15T03:58:03.120Z | [ recovery-image] Apr 15 03:58:01.520 INFO O| Apr 15 03:58:01.520 INFO STEP 379 (remove_files) COMPLETE |
| 5665 | 2025-04-15T03:58:03.120Z | [ recovery-image] Apr 15 03:58:01.520 INFO O| Apr 15 03:58:01.520 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5666 | 2025-04-15T03:58:03.144Z | [ recovery-image] Apr 15 03:58:01.544 INFO O| Apr 15 03:58:01.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
| 5667 | 2025-04-15T03:58:03.144Z | [ recovery-image] Apr 15 03:58:01.544 INFO O| Apr 15 03:58:01.544 INFO STEP 380 (remove_files) COMPLETE |
| 5668 | 2025-04-15T03:58:03.144Z | [ recovery-image] Apr 15 03:58:01.544 INFO O| Apr 15 03:58:01.544 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5669 | 2025-04-15T03:58:03.186Z | [ recovery-image] Apr 15 03:58:01.586 INFO O| Apr 15 03:58:01.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
| 5670 | 2025-04-15T03:58:03.189Z | [ recovery-image] Apr 15 03:58:01.586 INFO O| Apr 15 03:58:01.586 INFO STEP 381 (remove_files) COMPLETE |
| 5671 | 2025-04-15T03:58:03.189Z | [ recovery-image] Apr 15 03:58:01.586 INFO O| Apr 15 03:58:01.586 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5672 | 2025-04-15T03:58:03.225Z | [ host-image] Apr 15 03:58:01.625 INFO O| Apr 15 03:58:01.625 INFO O| Download: 261/1140 items 1.8/8.4MB 21% complete (205k/s) |
| 5673 | 2025-04-15T03:58:03.229Z | [ recovery-image] Apr 15 03:58:01.629 INFO O| Apr 15 03:58:01.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
| 5674 | 2025-04-15T03:58:03.232Z | [ recovery-image] Apr 15 03:58:01.629 INFO O| Apr 15 03:58:01.629 INFO STEP 382 (remove_files) COMPLETE |
| 5675 | 2025-04-15T03:58:03.232Z | [ recovery-image] Apr 15 03:58:01.629 INFO O| Apr 15 03:58:01.629 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5676 | 2025-04-15T03:58:03.254Z | [ recovery-image] Apr 15 03:58:01.653 INFO O| Apr 15 03:58:01.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
| 5677 | 2025-04-15T03:58:03.254Z | [ recovery-image] Apr 15 03:58:01.654 INFO O| Apr 15 03:58:01.654 INFO STEP 383 (remove_files) COMPLETE |
| 5678 | 2025-04-15T03:58:03.258Z | [ recovery-image] Apr 15 03:58:01.654 INFO O| Apr 15 03:58:01.654 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5679 | 2025-04-15T03:58:03.277Z | [ recovery-image] Apr 15 03:58:01.677 INFO O| Apr 15 03:58:01.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
| 5680 | 2025-04-15T03:58:03.277Z | [ recovery-image] Apr 15 03:58:01.677 INFO O| Apr 15 03:58:01.677 INFO STEP 384 (remove_files) COMPLETE |
| 5681 | 2025-04-15T03:58:03.277Z | [ recovery-image] Apr 15 03:58:01.677 INFO O| Apr 15 03:58:01.677 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5682 | 2025-04-15T03:58:03.302Z | [ recovery-image] Apr 15 03:58:01.701 INFO O| Apr 15 03:58:01.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
| 5683 | 2025-04-15T03:58:03.302Z | [ recovery-image] Apr 15 03:58:01.701 INFO O| Apr 15 03:58:01.701 INFO STEP 385 (remove_files) COMPLETE |
| 5684 | 2025-04-15T03:58:03.305Z | [ recovery-image] Apr 15 03:58:01.701 INFO O| Apr 15 03:58:01.701 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5685 | 2025-04-15T03:58:03.327Z | [ recovery-image] Apr 15 03:58:01.727 INFO O| Apr 15 03:58:01.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
| 5686 | 2025-04-15T03:58:03.327Z | [ recovery-image] Apr 15 03:58:01.728 INFO O| Apr 15 03:58:01.727 INFO STEP 386 (remove_files) COMPLETE |
| 5687 | 2025-04-15T03:58:03.331Z | [ recovery-image] Apr 15 03:58:01.728 INFO O| Apr 15 03:58:01.727 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5688 | 2025-04-15T03:58:03.353Z | [ recovery-image] Apr 15 03:58:01.752 INFO O| Apr 15 03:58:01.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
| 5689 | 2025-04-15T03:58:03.353Z | [ recovery-image] Apr 15 03:58:01.753 INFO O| Apr 15 03:58:01.753 INFO STEP 387 (remove_files) COMPLETE |
| 5690 | 2025-04-15T03:58:03.353Z | [ recovery-image] Apr 15 03:58:01.753 INFO O| Apr 15 03:58:01.753 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5691 | 2025-04-15T03:58:03.378Z | [ recovery-image] Apr 15 03:58:01.778 INFO O| Apr 15 03:58:01.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
| 5692 | 2025-04-15T03:58:03.378Z | [ recovery-image] Apr 15 03:58:01.778 INFO O| Apr 15 03:58:01.778 INFO STEP 388 (remove_files) COMPLETE |
| 5693 | 2025-04-15T03:58:03.378Z | [ recovery-image] Apr 15 03:58:01.778 INFO O| Apr 15 03:58:01.778 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5694 | 2025-04-15T03:58:03.419Z | [ recovery-image] Apr 15 03:58:01.819 INFO O| Apr 15 03:58:01.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
| 5695 | 2025-04-15T03:58:03.422Z | [ recovery-image] Apr 15 03:58:01.819 INFO O| Apr 15 03:58:01.819 INFO STEP 389 (remove_files) COMPLETE |
| 5696 | 2025-04-15T03:58:03.422Z | [ recovery-image] Apr 15 03:58:01.819 INFO O| Apr 15 03:58:01.819 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5697 | 2025-04-15T03:58:03.442Z | [ recovery-image] Apr 15 03:58:01.842 INFO O| Apr 15 03:58:01.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
| 5698 | 2025-04-15T03:58:03.442Z | [ recovery-image] Apr 15 03:58:01.842 INFO O| Apr 15 03:58:01.842 INFO STEP 390 (remove_files) COMPLETE |
| 5699 | 2025-04-15T03:58:03.445Z | [ recovery-image] Apr 15 03:58:01.842 INFO O| Apr 15 03:58:01.842 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5700 | 2025-04-15T03:58:03.463Z | [ recovery-image] Apr 15 03:58:01.862 INFO O| Apr 15 03:58:01.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
| 5701 | 2025-04-15T03:58:03.463Z | [ recovery-image] Apr 15 03:58:01.863 INFO O| Apr 15 03:58:01.863 INFO STEP 391 (remove_files) COMPLETE |
| 5702 | 2025-04-15T03:58:03.464Z | [ recovery-image] Apr 15 03:58:01.863 INFO O| Apr 15 03:58:01.863 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5703 | 2025-04-15T03:58:03.482Z | [ recovery-image] Apr 15 03:58:01.882 INFO O| Apr 15 03:58:01.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
| 5704 | 2025-04-15T03:58:03.482Z | [ recovery-image] Apr 15 03:58:01.882 INFO O| Apr 15 03:58:01.882 INFO STEP 392 (remove_files) COMPLETE |
| 5705 | 2025-04-15T03:58:03.482Z | [ recovery-image] Apr 15 03:58:01.882 INFO O| Apr 15 03:58:01.882 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5706 | 2025-04-15T03:58:03.522Z | [ recovery-image] Apr 15 03:58:01.922 INFO O| Apr 15 03:58:01.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
| 5707 | 2025-04-15T03:58:03.525Z | [ recovery-image] Apr 15 03:58:01.922 INFO O| Apr 15 03:58:01.922 INFO STEP 393 (remove_files) COMPLETE |
| 5708 | 2025-04-15T03:58:03.525Z | [ recovery-image] Apr 15 03:58:01.922 INFO O| Apr 15 03:58:01.922 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5709 | 2025-04-15T03:58:03.579Z | [ recovery-image] Apr 15 03:58:01.979 INFO O| Apr 15 03:58:01.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
| 5710 | 2025-04-15T03:58:03.582Z | [ recovery-image] Apr 15 03:58:01.979 INFO O| Apr 15 03:58:01.979 INFO STEP 394 (remove_files) COMPLETE |
| 5711 | 2025-04-15T03:58:03.582Z | [ recovery-image] Apr 15 03:58:01.979 INFO O| Apr 15 03:58:01.979 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5712 | 2025-04-15T03:58:03.627Z | [ recovery-image] Apr 15 03:58:02.026 INFO O| Apr 15 03:58:02.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
| 5713 | 2025-04-15T03:58:03.627Z | [ recovery-image] Apr 15 03:58:02.026 INFO O| Apr 15 03:58:02.026 INFO STEP 395 (remove_files) COMPLETE |
| 5714 | 2025-04-15T03:58:03.627Z | [ recovery-image] Apr 15 03:58:02.026 INFO O| Apr 15 03:58:02.026 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5715 | 2025-04-15T03:58:03.652Z | [ recovery-image] Apr 15 03:58:02.049 INFO O| Apr 15 03:58:02.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
| 5716 | 2025-04-15T03:58:03.655Z | [ recovery-image] Apr 15 03:58:02.050 INFO O| Apr 15 03:58:02.050 INFO STEP 396 (remove_files) COMPLETE |
| 5717 | 2025-04-15T03:58:03.655Z | [ recovery-image] Apr 15 03:58:02.050 INFO O| Apr 15 03:58:02.050 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5718 | 2025-04-15T03:58:03.673Z | [ recovery-image] Apr 15 03:58:02.072 INFO O| Apr 15 03:58:02.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
| 5719 | 2025-04-15T03:58:03.673Z | [ recovery-image] Apr 15 03:58:02.072 INFO O| Apr 15 03:58:02.072 INFO STEP 397 (remove_files) COMPLETE |
| 5720 | 2025-04-15T03:58:03.673Z | [ recovery-image] Apr 15 03:58:02.072 INFO O| Apr 15 03:58:02.072 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5721 | 2025-04-15T03:58:03.704Z | [ recovery-image] Apr 15 03:58:02.103 INFO O| Apr 15 03:58:02.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
| 5722 | 2025-04-15T03:58:03.709Z | [ recovery-image] Apr 15 03:58:02.103 INFO O| Apr 15 03:58:02.103 INFO STEP 398 (remove_files) COMPLETE |
| 5723 | 2025-04-15T03:58:03.709Z | [ recovery-image] Apr 15 03:58:02.103 INFO O| Apr 15 03:58:02.103 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5724 | 2025-04-15T03:58:03.738Z | [ recovery-image] Apr 15 03:58:02.138 INFO O| Apr 15 03:58:02.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
| 5725 | 2025-04-15T03:58:03.738Z | [ recovery-image] Apr 15 03:58:02.138 INFO O| Apr 15 03:58:02.138 INFO STEP 399 (remove_files) COMPLETE |
| 5726 | 2025-04-15T03:58:03.738Z | [ recovery-image] Apr 15 03:58:02.138 INFO O| Apr 15 03:58:02.138 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5727 | 2025-04-15T03:58:03.758Z | [ recovery-image] Apr 15 03:58:02.158 INFO O| Apr 15 03:58:02.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
| 5728 | 2025-04-15T03:58:03.758Z | [ recovery-image] Apr 15 03:58:02.158 INFO O| Apr 15 03:58:02.158 INFO STEP 400 (remove_files) COMPLETE |
| 5729 | 2025-04-15T03:58:03.762Z | [ recovery-image] Apr 15 03:58:02.158 INFO O| Apr 15 03:58:02.158 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5730 | 2025-04-15T03:58:03.802Z | [ recovery-image] Apr 15 03:58:02.201 INFO O| Apr 15 03:58:02.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
| 5731 | 2025-04-15T03:58:03.803Z | [ recovery-image] Apr 15 03:58:02.201 INFO O| Apr 15 03:58:02.201 INFO STEP 401 (remove_files) COMPLETE |
| 5732 | 2025-04-15T03:58:03.803Z | [ recovery-image] Apr 15 03:58:02.201 INFO O| Apr 15 03:58:02.201 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5733 | 2025-04-15T03:58:03.850Z | [ recovery-image] Apr 15 03:58:02.249 INFO O| Apr 15 03:58:02.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
| 5734 | 2025-04-15T03:58:03.850Z | [ recovery-image] Apr 15 03:58:02.249 INFO O| Apr 15 03:58:02.249 INFO STEP 402 (remove_files) COMPLETE |
| 5735 | 2025-04-15T03:58:03.850Z | [ recovery-image] Apr 15 03:58:02.249 INFO O| Apr 15 03:58:02.249 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5736 | 2025-04-15T03:58:03.895Z | [ recovery-image] Apr 15 03:58:02.295 INFO O| Apr 15 03:58:02.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
| 5737 | 2025-04-15T03:58:03.895Z | [ recovery-image] Apr 15 03:58:02.295 INFO O| Apr 15 03:58:02.295 INFO STEP 403 (remove_files) COMPLETE |
| 5738 | 2025-04-15T03:58:03.895Z | [ recovery-image] Apr 15 03:58:02.295 INFO O| Apr 15 03:58:02.295 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5739 | 2025-04-15T03:58:03.917Z | [ recovery-image] Apr 15 03:58:02.317 INFO O| Apr 15 03:58:02.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
| 5740 | 2025-04-15T03:58:03.917Z | [ recovery-image] Apr 15 03:58:02.317 INFO O| Apr 15 03:58:02.317 INFO STEP 404 (remove_files) COMPLETE |
| 5741 | 2025-04-15T03:58:03.917Z | [ recovery-image] Apr 15 03:58:02.317 INFO O| Apr 15 03:58:02.317 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5742 | 2025-04-15T03:58:03.960Z | [ recovery-image] Apr 15 03:58:02.357 INFO O| Apr 15 03:58:02.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
| 5743 | 2025-04-15T03:58:03.960Z | [ recovery-image] Apr 15 03:58:02.357 INFO O| Apr 15 03:58:02.357 INFO STEP 405 (remove_files) COMPLETE |
| 5744 | 2025-04-15T03:58:03.964Z | [ recovery-image] Apr 15 03:58:02.357 INFO O| Apr 15 03:58:02.357 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5745 | 2025-04-15T03:58:04.005Z | [ recovery-image] Apr 15 03:58:02.404 INFO O| Apr 15 03:58:02.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
| 5746 | 2025-04-15T03:58:04.005Z | [ recovery-image] Apr 15 03:58:02.404 INFO O| Apr 15 03:58:02.404 INFO STEP 406 (remove_files) COMPLETE |
| 5747 | 2025-04-15T03:58:04.008Z | [ recovery-image] Apr 15 03:58:02.404 INFO O| Apr 15 03:58:02.404 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5748 | 2025-04-15T03:58:04.027Z | [ recovery-image] Apr 15 03:58:02.426 INFO O| Apr 15 03:58:02.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
| 5749 | 2025-04-15T03:58:04.027Z | [ recovery-image] Apr 15 03:58:02.426 INFO O| Apr 15 03:58:02.426 INFO STEP 407 (remove_files) COMPLETE |
| 5750 | 2025-04-15T03:58:04.027Z | [ recovery-image] Apr 15 03:58:02.426 INFO O| Apr 15 03:58:02.426 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5751 | 2025-04-15T03:58:04.049Z | [ recovery-image] Apr 15 03:58:02.449 INFO O| Apr 15 03:58:02.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
| 5752 | 2025-04-15T03:58:04.052Z | [ recovery-image] Apr 15 03:58:02.449 INFO O| Apr 15 03:58:02.449 INFO STEP 408 (remove_files) COMPLETE |
| 5753 | 2025-04-15T03:58:04.052Z | [ recovery-image] Apr 15 03:58:02.449 INFO O| Apr 15 03:58:02.449 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5754 | 2025-04-15T03:58:04.072Z | [ recovery-image] Apr 15 03:58:02.471 INFO O| Apr 15 03:58:02.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
| 5755 | 2025-04-15T03:58:04.073Z | [ recovery-image] Apr 15 03:58:02.472 INFO O| Apr 15 03:58:02.471 INFO STEP 409 (remove_files) COMPLETE |
| 5756 | 2025-04-15T03:58:04.073Z | [ recovery-image] Apr 15 03:58:02.472 INFO O| Apr 15 03:58:02.472 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5757 | 2025-04-15T03:58:04.096Z | [ recovery-image] Apr 15 03:58:02.495 INFO O| Apr 15 03:58:02.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
| 5758 | 2025-04-15T03:58:04.096Z | [ recovery-image] Apr 15 03:58:02.495 INFO O| Apr 15 03:58:02.495 INFO STEP 410 (remove_files) COMPLETE |
| 5759 | 2025-04-15T03:58:04.096Z | [ recovery-image] Apr 15 03:58:02.495 INFO O| Apr 15 03:58:02.495 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5760 | 2025-04-15T03:58:04.119Z | [ recovery-image] Apr 15 03:58:02.518 INFO O| Apr 15 03:58:02.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
| 5761 | 2025-04-15T03:58:04.119Z | [ recovery-image] Apr 15 03:58:02.519 INFO O| Apr 15 03:58:02.518 INFO STEP 411 (remove_files) COMPLETE |
| 5762 | 2025-04-15T03:58:04.119Z | [ recovery-image] Apr 15 03:58:02.519 INFO O| Apr 15 03:58:02.519 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5763 | 2025-04-15T03:58:04.157Z | [ recovery-image] Apr 15 03:58:02.555 INFO O| Apr 15 03:58:02.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
| 5764 | 2025-04-15T03:58:04.157Z | [ recovery-image] Apr 15 03:58:02.555 INFO O| Apr 15 03:58:02.555 INFO STEP 412 (remove_files) COMPLETE |
| 5765 | 2025-04-15T03:58:04.157Z | [ recovery-image] Apr 15 03:58:02.555 INFO O| Apr 15 03:58:02.555 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5766 | 2025-04-15T03:58:04.178Z | [ recovery-image] Apr 15 03:58:02.577 INFO O| Apr 15 03:58:02.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
| 5767 | 2025-04-15T03:58:04.178Z | [ recovery-image] Apr 15 03:58:02.577 INFO O| Apr 15 03:58:02.577 INFO STEP 413 (remove_files) COMPLETE |
| 5768 | 2025-04-15T03:58:04.178Z | [ recovery-image] Apr 15 03:58:02.577 INFO O| Apr 15 03:58:02.577 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5769 | 2025-04-15T03:58:04.199Z | [ recovery-image] Apr 15 03:58:02.599 INFO O| Apr 15 03:58:02.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
| 5770 | 2025-04-15T03:58:04.199Z | [ recovery-image] Apr 15 03:58:02.599 INFO O| Apr 15 03:58:02.599 INFO STEP 414 (remove_files) COMPLETE |
| 5771 | 2025-04-15T03:58:04.199Z | [ recovery-image] Apr 15 03:58:02.599 INFO O| Apr 15 03:58:02.599 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5772 | 2025-04-15T03:58:04.220Z | [ recovery-image] Apr 15 03:58:02.620 INFO O| Apr 15 03:58:02.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
| 5773 | 2025-04-15T03:58:04.220Z | [ recovery-image] Apr 15 03:58:02.620 INFO O| Apr 15 03:58:02.620 INFO STEP 415 (remove_files) COMPLETE |
| 5774 | 2025-04-15T03:58:04.220Z | [ recovery-image] Apr 15 03:58:02.620 INFO O| Apr 15 03:58:02.620 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5775 | 2025-04-15T03:58:04.242Z | [ recovery-image] Apr 15 03:58:02.641 INFO O| Apr 15 03:58:02.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
| 5776 | 2025-04-15T03:58:04.242Z | [ recovery-image] Apr 15 03:58:02.642 INFO O| Apr 15 03:58:02.642 INFO STEP 416 (remove_files) COMPLETE |
| 5777 | 2025-04-15T03:58:04.242Z | [ recovery-image] Apr 15 03:58:02.642 INFO O| Apr 15 03:58:02.642 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5778 | 2025-04-15T03:58:04.263Z | [ recovery-image] Apr 15 03:58:02.663 INFO O| Apr 15 03:58:02.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
| 5779 | 2025-04-15T03:58:04.263Z | [ recovery-image] Apr 15 03:58:02.663 INFO O| Apr 15 03:58:02.663 INFO STEP 417 (remove_files) COMPLETE |
| 5780 | 2025-04-15T03:58:04.263Z | [ recovery-image] Apr 15 03:58:02.663 INFO O| Apr 15 03:58:02.663 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5781 | 2025-04-15T03:58:04.285Z | [ recovery-image] Apr 15 03:58:02.685 INFO O| Apr 15 03:58:02.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
| 5782 | 2025-04-15T03:58:04.286Z | [ recovery-image] Apr 15 03:58:02.685 INFO O| Apr 15 03:58:02.685 INFO STEP 418 (remove_files) COMPLETE |
| 5783 | 2025-04-15T03:58:04.289Z | [ recovery-image] Apr 15 03:58:02.685 INFO O| Apr 15 03:58:02.685 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5784 | 2025-04-15T03:58:04.307Z | [ recovery-image] Apr 15 03:58:02.707 INFO O| Apr 15 03:58:02.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
| 5785 | 2025-04-15T03:58:04.307Z | [ recovery-image] Apr 15 03:58:02.707 INFO O| Apr 15 03:58:02.707 INFO STEP 419 (remove_files) COMPLETE |
| 5786 | 2025-04-15T03:58:04.307Z | [ recovery-image] Apr 15 03:58:02.707 INFO O| Apr 15 03:58:02.707 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5787 | 2025-04-15T03:58:04.328Z | [ recovery-image] Apr 15 03:58:02.728 INFO O| Apr 15 03:58:02.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
| 5788 | 2025-04-15T03:58:04.328Z | [ recovery-image] Apr 15 03:58:02.728 INFO O| Apr 15 03:58:02.728 INFO STEP 420 (remove_files) COMPLETE |
| 5789 | 2025-04-15T03:58:04.328Z | [ recovery-image] Apr 15 03:58:02.728 INFO O| Apr 15 03:58:02.728 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5790 | 2025-04-15T03:58:04.349Z | [ recovery-image] Apr 15 03:58:02.749 INFO O| Apr 15 03:58:02.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
| 5791 | 2025-04-15T03:58:04.349Z | [ recovery-image] Apr 15 03:58:02.749 INFO O| Apr 15 03:58:02.749 INFO STEP 421 (remove_files) COMPLETE |
| 5792 | 2025-04-15T03:58:04.349Z | [ recovery-image] Apr 15 03:58:02.749 INFO O| Apr 15 03:58:02.749 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5793 | 2025-04-15T03:58:04.369Z | [ recovery-image] Apr 15 03:58:02.769 INFO O| Apr 15 03:58:02.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
| 5794 | 2025-04-15T03:58:04.372Z | [ recovery-image] Apr 15 03:58:02.770 INFO O| Apr 15 03:58:02.769 INFO STEP 422 (remove_files) COMPLETE |
| 5795 | 2025-04-15T03:58:04.372Z | [ recovery-image] Apr 15 03:58:02.770 INFO O| Apr 15 03:58:02.769 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5796 | 2025-04-15T03:58:04.391Z | [ recovery-image] Apr 15 03:58:02.791 INFO O| Apr 15 03:58:02.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
| 5797 | 2025-04-15T03:58:04.394Z | [ recovery-image] Apr 15 03:58:02.791 INFO O| Apr 15 03:58:02.791 INFO STEP 423 (remove_files) COMPLETE |
| 5798 | 2025-04-15T03:58:04.394Z | [ recovery-image] Apr 15 03:58:02.791 INFO O| Apr 15 03:58:02.791 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5799 | 2025-04-15T03:58:04.414Z | [ recovery-image] Apr 15 03:58:02.814 INFO O| Apr 15 03:58:02.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
| 5800 | 2025-04-15T03:58:04.417Z | [ recovery-image] Apr 15 03:58:02.814 INFO O| Apr 15 03:58:02.814 INFO STEP 424 (remove_files) COMPLETE |
| 5801 | 2025-04-15T03:58:04.417Z | [ recovery-image] Apr 15 03:58:02.814 INFO O| Apr 15 03:58:02.814 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5802 | 2025-04-15T03:58:04.436Z | [ recovery-image] Apr 15 03:58:02.836 INFO O| Apr 15 03:58:02.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
| 5803 | 2025-04-15T03:58:04.436Z | [ recovery-image] Apr 15 03:58:02.836 INFO O| Apr 15 03:58:02.836 INFO STEP 425 (remove_files) COMPLETE |
| 5804 | 2025-04-15T03:58:04.439Z | [ recovery-image] Apr 15 03:58:02.836 INFO O| Apr 15 03:58:02.836 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5805 | 2025-04-15T03:58:04.459Z | [ recovery-image] Apr 15 03:58:02.859 INFO O| Apr 15 03:58:02.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
| 5806 | 2025-04-15T03:58:04.459Z | [ recovery-image] Apr 15 03:58:02.860 INFO O| Apr 15 03:58:02.860 INFO STEP 426 (remove_files) COMPLETE |
| 5807 | 2025-04-15T03:58:04.460Z | [ recovery-image] Apr 15 03:58:02.860 INFO O| Apr 15 03:58:02.860 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5808 | 2025-04-15T03:58:04.484Z | [ recovery-image] Apr 15 03:58:02.883 INFO O| Apr 15 03:58:02.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
| 5809 | 2025-04-15T03:58:04.484Z | [ recovery-image] Apr 15 03:58:02.884 INFO O| Apr 15 03:58:02.883 INFO STEP 427 (remove_files) COMPLETE |
| 5810 | 2025-04-15T03:58:04.484Z | [ recovery-image] Apr 15 03:58:02.884 INFO O| Apr 15 03:58:02.883 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5811 | 2025-04-15T03:58:04.514Z | [ recovery-image] Apr 15 03:58:02.908 INFO O| Apr 15 03:58:02.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
| 5812 | 2025-04-15T03:58:04.514Z | [ recovery-image] Apr 15 03:58:02.909 INFO O| Apr 15 03:58:02.909 INFO STEP 428 (remove_files) COMPLETE |
| 5813 | 2025-04-15T03:58:04.514Z | [ recovery-image] Apr 15 03:58:02.909 INFO O| Apr 15 03:58:02.909 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5814 | 2025-04-15T03:58:04.533Z | [ recovery-image] Apr 15 03:58:02.933 INFO O| Apr 15 03:58:02.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
| 5815 | 2025-04-15T03:58:04.533Z | [ recovery-image] Apr 15 03:58:02.933 INFO O| Apr 15 03:58:02.933 INFO STEP 429 (remove_files) COMPLETE |
| 5816 | 2025-04-15T03:58:04.537Z | [ recovery-image] Apr 15 03:58:02.934 INFO O| Apr 15 03:58:02.933 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5817 | 2025-04-15T03:58:04.560Z | [ recovery-image] Apr 15 03:58:02.960 INFO O| Apr 15 03:58:02.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
| 5818 | 2025-04-15T03:58:04.560Z | [ recovery-image] Apr 15 03:58:02.960 INFO O| Apr 15 03:58:02.960 INFO STEP 430 (remove_files) COMPLETE |
| 5819 | 2025-04-15T03:58:04.560Z | [ recovery-image] Apr 15 03:58:02.960 INFO O| Apr 15 03:58:02.960 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5820 | 2025-04-15T03:58:04.585Z | [ recovery-image] Apr 15 03:58:02.985 INFO O| Apr 15 03:58:02.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
| 5821 | 2025-04-15T03:58:04.585Z | [ recovery-image] Apr 15 03:58:02.985 INFO O| Apr 15 03:58:02.985 INFO STEP 431 (remove_files) COMPLETE |
| 5822 | 2025-04-15T03:58:04.588Z | [ recovery-image] Apr 15 03:58:02.985 INFO O| Apr 15 03:58:02.985 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5823 | 2025-04-15T03:58:04.612Z | [ recovery-image] Apr 15 03:58:03.011 INFO O| Apr 15 03:58:03.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
| 5824 | 2025-04-15T03:58:04.612Z | [ recovery-image] Apr 15 03:58:03.011 INFO O| Apr 15 03:58:03.011 INFO STEP 432 (remove_files) COMPLETE |
| 5825 | 2025-04-15T03:58:04.612Z | [ recovery-image] Apr 15 03:58:03.011 INFO O| Apr 15 03:58:03.011 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5826 | 2025-04-15T03:58:04.662Z | [ recovery-image] Apr 15 03:58:03.062 INFO O| Apr 15 03:58:03.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
| 5827 | 2025-04-15T03:58:04.662Z | [ recovery-image] Apr 15 03:58:03.062 INFO O| Apr 15 03:58:03.062 INFO STEP 433 (remove_files) COMPLETE |
| 5828 | 2025-04-15T03:58:04.668Z | [ recovery-image] Apr 15 03:58:03.062 INFO O| Apr 15 03:58:03.062 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5829 | 2025-04-15T03:58:04.717Z | [ recovery-image] Apr 15 03:58:03.116 INFO O| Apr 15 03:58:03.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
| 5830 | 2025-04-15T03:58:04.717Z | [ recovery-image] Apr 15 03:58:03.117 INFO O| Apr 15 03:58:03.117 INFO STEP 434 (remove_files) COMPLETE |
| 5831 | 2025-04-15T03:58:04.717Z | [ recovery-image] Apr 15 03:58:03.117 INFO O| Apr 15 03:58:03.117 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5832 | 2025-04-15T03:58:04.751Z | [ recovery-image] Apr 15 03:58:03.151 INFO O| Apr 15 03:58:03.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
| 5833 | 2025-04-15T03:58:04.751Z | [ recovery-image] Apr 15 03:58:03.151 INFO O| Apr 15 03:58:03.151 INFO STEP 435 (remove_files) COMPLETE |
| 5834 | 2025-04-15T03:58:04.751Z | [ recovery-image] Apr 15 03:58:03.151 INFO O| Apr 15 03:58:03.151 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5835 | 2025-04-15T03:58:04.775Z | [ recovery-image] Apr 15 03:58:03.173 INFO O| Apr 15 03:58:03.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
| 5836 | 2025-04-15T03:58:04.775Z | [ recovery-image] Apr 15 03:58:03.173 INFO O| Apr 15 03:58:03.173 INFO STEP 436 (remove_files) COMPLETE |
| 5837 | 2025-04-15T03:58:04.775Z | [ recovery-image] Apr 15 03:58:03.173 INFO O| Apr 15 03:58:03.173 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5838 | 2025-04-15T03:58:04.816Z | [ recovery-image] Apr 15 03:58:03.216 INFO O| Apr 15 03:58:03.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
| 5839 | 2025-04-15T03:58:04.816Z | [ recovery-image] Apr 15 03:58:03.216 INFO O| Apr 15 03:58:03.216 INFO STEP 437 (remove_files) COMPLETE |
| 5840 | 2025-04-15T03:58:04.816Z | [ recovery-image] Apr 15 03:58:03.216 INFO O| Apr 15 03:58:03.216 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5841 | 2025-04-15T03:58:04.890Z | [ recovery-image] Apr 15 03:58:03.290 INFO O| Apr 15 03:58:03.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
| 5842 | 2025-04-15T03:58:04.890Z | [ recovery-image] Apr 15 03:58:03.290 INFO O| Apr 15 03:58:03.290 INFO STEP 438 (remove_files) COMPLETE |
| 5843 | 2025-04-15T03:58:04.893Z | [ recovery-image] Apr 15 03:58:03.290 INFO O| Apr 15 03:58:03.290 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5844 | 2025-04-15T03:58:04.913Z | [ recovery-image] Apr 15 03:58:03.313 INFO O| Apr 15 03:58:03.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
| 5845 | 2025-04-15T03:58:04.913Z | [ recovery-image] Apr 15 03:58:03.313 INFO O| Apr 15 03:58:03.313 INFO STEP 439 (remove_files) COMPLETE |
| 5846 | 2025-04-15T03:58:04.916Z | [ recovery-image] Apr 15 03:58:03.313 INFO O| Apr 15 03:58:03.313 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5847 | 2025-04-15T03:58:04.935Z | [ recovery-image] Apr 15 03:58:03.334 INFO O| Apr 15 03:58:03.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
| 5848 | 2025-04-15T03:58:04.935Z | [ recovery-image] Apr 15 03:58:03.335 INFO O| Apr 15 03:58:03.335 INFO STEP 440 (remove_files) COMPLETE |
| 5849 | 2025-04-15T03:58:04.938Z | [ recovery-image] Apr 15 03:58:03.335 INFO O| Apr 15 03:58:03.335 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5850 | 2025-04-15T03:58:04.957Z | [ recovery-image] Apr 15 03:58:03.357 INFO O| Apr 15 03:58:03.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
| 5851 | 2025-04-15T03:58:04.957Z | [ recovery-image] Apr 15 03:58:03.357 INFO O| Apr 15 03:58:03.357 INFO STEP 441 (remove_files) COMPLETE |
| 5852 | 2025-04-15T03:58:04.957Z | [ recovery-image] Apr 15 03:58:03.357 INFO O| Apr 15 03:58:03.357 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5853 | 2025-04-15T03:58:04.979Z | [ recovery-image] Apr 15 03:58:03.379 INFO O| Apr 15 03:58:03.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
| 5854 | 2025-04-15T03:58:04.979Z | [ recovery-image] Apr 15 03:58:03.379 INFO O| Apr 15 03:58:03.379 INFO STEP 442 (remove_files) COMPLETE |
| 5855 | 2025-04-15T03:58:04.979Z | [ recovery-image] Apr 15 03:58:03.379 INFO O| Apr 15 03:58:03.379 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5856 | 2025-04-15T03:58:05.002Z | [ recovery-image] Apr 15 03:58:03.402 INFO O| Apr 15 03:58:03.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
| 5857 | 2025-04-15T03:58:05.002Z | [ recovery-image] Apr 15 03:58:03.402 INFO O| Apr 15 03:58:03.402 INFO STEP 443 (remove_files) COMPLETE |
| 5858 | 2025-04-15T03:58:05.003Z | [ recovery-image] Apr 15 03:58:03.402 INFO O| Apr 15 03:58:03.402 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5859 | 2025-04-15T03:58:05.024Z | [ recovery-image] Apr 15 03:58:03.424 INFO O| Apr 15 03:58:03.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
| 5860 | 2025-04-15T03:58:05.024Z | [ recovery-image] Apr 15 03:58:03.424 INFO O| Apr 15 03:58:03.424 INFO STEP 444 (remove_files) COMPLETE |
| 5861 | 2025-04-15T03:58:05.028Z | [ recovery-image] Apr 15 03:58:03.424 INFO O| Apr 15 03:58:03.424 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5862 | 2025-04-15T03:58:05.070Z | [ recovery-image] Apr 15 03:58:03.470 INFO O| Apr 15 03:58:03.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
| 5863 | 2025-04-15T03:58:05.070Z | [ recovery-image] Apr 15 03:58:03.470 INFO O| Apr 15 03:58:03.470 INFO STEP 445 (remove_files) COMPLETE |
| 5864 | 2025-04-15T03:58:05.070Z | [ recovery-image] Apr 15 03:58:03.470 INFO O| Apr 15 03:58:03.470 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5865 | 2025-04-15T03:58:05.097Z | [ recovery-image] Apr 15 03:58:03.497 INFO O| Apr 15 03:58:03.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
| 5866 | 2025-04-15T03:58:05.097Z | [ recovery-image] Apr 15 03:58:03.497 INFO O| Apr 15 03:58:03.497 INFO STEP 446 (remove_files) COMPLETE |
| 5867 | 2025-04-15T03:58:05.097Z | [ recovery-image] Apr 15 03:58:03.497 INFO O| Apr 15 03:58:03.497 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5868 | 2025-04-15T03:58:05.118Z | [ recovery-image] Apr 15 03:58:03.517 INFO O| Apr 15 03:58:03.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
| 5869 | 2025-04-15T03:58:05.118Z | [ recovery-image] Apr 15 03:58:03.517 INFO O| Apr 15 03:58:03.517 INFO STEP 447 (remove_files) COMPLETE |
| 5870 | 2025-04-15T03:58:05.118Z | [ recovery-image] Apr 15 03:58:03.517 INFO O| Apr 15 03:58:03.517 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5871 | 2025-04-15T03:58:05.139Z | [ recovery-image] Apr 15 03:58:03.538 INFO O| Apr 15 03:58:03.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
| 5872 | 2025-04-15T03:58:05.139Z | [ recovery-image] Apr 15 03:58:03.539 INFO O| Apr 15 03:58:03.539 INFO STEP 448 (remove_files) COMPLETE |
| 5873 | 2025-04-15T03:58:05.139Z | [ recovery-image] Apr 15 03:58:03.539 INFO O| Apr 15 03:58:03.539 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5874 | 2025-04-15T03:58:05.168Z | [ recovery-image] Apr 15 03:58:03.568 INFO O| Apr 15 03:58:03.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
| 5875 | 2025-04-15T03:58:05.168Z | [ recovery-image] Apr 15 03:58:03.568 INFO O| Apr 15 03:58:03.568 INFO STEP 449 (remove_files) COMPLETE |
| 5876 | 2025-04-15T03:58:05.168Z | [ recovery-image] Apr 15 03:58:03.568 INFO O| Apr 15 03:58:03.568 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5877 | 2025-04-15T03:58:05.191Z | [ recovery-image] Apr 15 03:58:03.591 INFO O| Apr 15 03:58:03.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
| 5878 | 2025-04-15T03:58:05.197Z | [ recovery-image] Apr 15 03:58:03.591 INFO O| Apr 15 03:58:03.591 INFO STEP 450 (remove_files) COMPLETE |
| 5879 | 2025-04-15T03:58:05.197Z | [ recovery-image] Apr 15 03:58:03.591 INFO O| Apr 15 03:58:03.591 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5880 | 2025-04-15T03:58:05.215Z | [ recovery-image] Apr 15 03:58:03.615 INFO O| Apr 15 03:58:03.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
| 5881 | 2025-04-15T03:58:05.219Z | [ recovery-image] Apr 15 03:58:03.616 INFO O| Apr 15 03:58:03.615 INFO STEP 451 (remove_files) COMPLETE |
| 5882 | 2025-04-15T03:58:05.219Z | [ recovery-image] Apr 15 03:58:03.616 INFO O| Apr 15 03:58:03.616 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5883 | 2025-04-15T03:58:05.240Z | [ recovery-image] Apr 15 03:58:03.638 INFO O| Apr 15 03:58:03.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
| 5884 | 2025-04-15T03:58:05.240Z | [ recovery-image] Apr 15 03:58:03.639 INFO O| Apr 15 03:58:03.639 INFO STEP 452 (remove_files) COMPLETE |
| 5885 | 2025-04-15T03:58:05.240Z | [ recovery-image] Apr 15 03:58:03.639 INFO O| Apr 15 03:58:03.639 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5886 | 2025-04-15T03:58:05.262Z | [ recovery-image] Apr 15 03:58:03.662 INFO O| Apr 15 03:58:03.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
| 5887 | 2025-04-15T03:58:05.262Z | [ recovery-image] Apr 15 03:58:03.662 INFO O| Apr 15 03:58:03.662 INFO STEP 453 (remove_files) COMPLETE |
| 5888 | 2025-04-15T03:58:05.262Z | [ recovery-image] Apr 15 03:58:03.662 INFO O| Apr 15 03:58:03.662 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5889 | 2025-04-15T03:58:05.285Z | [ recovery-image] Apr 15 03:58:03.685 INFO O| Apr 15 03:58:03.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
| 5890 | 2025-04-15T03:58:05.285Z | [ recovery-image] Apr 15 03:58:03.685 INFO O| Apr 15 03:58:03.685 INFO STEP 454 (remove_files) COMPLETE |
| 5891 | 2025-04-15T03:58:05.285Z | [ recovery-image] Apr 15 03:58:03.685 INFO O| Apr 15 03:58:03.685 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5892 | 2025-04-15T03:58:05.309Z | [ recovery-image] Apr 15 03:58:03.709 INFO O| Apr 15 03:58:03.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
| 5893 | 2025-04-15T03:58:05.320Z | [ recovery-image] Apr 15 03:58:03.710 INFO O| Apr 15 03:58:03.709 INFO STEP 455 (remove_files) COMPLETE |
| 5894 | 2025-04-15T03:58:05.320Z | [ recovery-image] Apr 15 03:58:03.710 INFO O| Apr 15 03:58:03.710 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5895 | 2025-04-15T03:58:05.335Z | [ recovery-image] Apr 15 03:58:03.735 INFO O| Apr 15 03:58:03.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
| 5896 | 2025-04-15T03:58:05.335Z | [ recovery-image] Apr 15 03:58:03.735 INFO O| Apr 15 03:58:03.735 INFO STEP 456 (remove_files) COMPLETE |
| 5897 | 2025-04-15T03:58:05.335Z | [ recovery-image] Apr 15 03:58:03.735 INFO O| Apr 15 03:58:03.735 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5898 | 2025-04-15T03:58:05.374Z | [ recovery-image] Apr 15 03:58:03.773 INFO O| Apr 15 03:58:03.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
| 5899 | 2025-04-15T03:58:05.374Z | [ recovery-image] Apr 15 03:58:03.773 INFO O| Apr 15 03:58:03.773 INFO STEP 457 (remove_files) COMPLETE |
| 5900 | 2025-04-15T03:58:05.374Z | [ recovery-image] Apr 15 03:58:03.773 INFO O| Apr 15 03:58:03.773 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5901 | 2025-04-15T03:58:05.462Z | [ recovery-image] Apr 15 03:58:03.862 INFO O| Apr 15 03:58:03.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
| 5902 | 2025-04-15T03:58:05.462Z | [ recovery-image] Apr 15 03:58:03.862 INFO O| Apr 15 03:58:03.862 INFO STEP 458 (remove_files) COMPLETE |
| 5903 | 2025-04-15T03:58:05.465Z | [ recovery-image] Apr 15 03:58:03.862 INFO O| Apr 15 03:58:03.862 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5904 | 2025-04-15T03:58:05.488Z | [ recovery-image] Apr 15 03:58:03.887 INFO O| Apr 15 03:58:03.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
| 5905 | 2025-04-15T03:58:05.488Z | [ recovery-image] Apr 15 03:58:03.887 INFO O| Apr 15 03:58:03.887 INFO STEP 459 (remove_files) COMPLETE |
| 5906 | 2025-04-15T03:58:05.488Z | [ recovery-image] Apr 15 03:58:03.887 INFO O| Apr 15 03:58:03.887 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5907 | 2025-04-15T03:58:05.510Z | [ recovery-image] Apr 15 03:58:03.910 INFO O| Apr 15 03:58:03.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
| 5908 | 2025-04-15T03:58:05.510Z | [ recovery-image] Apr 15 03:58:03.910 INFO O| Apr 15 03:58:03.910 INFO STEP 460 (remove_files) COMPLETE |
| 5909 | 2025-04-15T03:58:05.510Z | [ recovery-image] Apr 15 03:58:03.910 INFO O| Apr 15 03:58:03.910 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5910 | 2025-04-15T03:58:05.540Z | [ recovery-image] Apr 15 03:58:03.939 INFO O| Apr 15 03:58:03.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
| 5911 | 2025-04-15T03:58:05.544Z | [ recovery-image] Apr 15 03:58:03.940 INFO O| Apr 15 03:58:03.939 INFO STEP 461 (remove_files) COMPLETE |
| 5912 | 2025-04-15T03:58:05.544Z | [ recovery-image] Apr 15 03:58:03.940 INFO O| Apr 15 03:58:03.940 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5913 | 2025-04-15T03:58:05.581Z | [ recovery-image] Apr 15 03:58:03.980 INFO O| Apr 15 03:58:03.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
| 5914 | 2025-04-15T03:58:05.581Z | [ recovery-image] Apr 15 03:58:03.980 INFO O| Apr 15 03:58:03.980 INFO STEP 462 (remove_files) COMPLETE |
| 5915 | 2025-04-15T03:58:05.581Z | [ recovery-image] Apr 15 03:58:03.980 INFO O| Apr 15 03:58:03.980 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5916 | 2025-04-15T03:58:05.605Z | [ recovery-image] Apr 15 03:58:04.005 INFO O| Apr 15 03:58:04.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
| 5917 | 2025-04-15T03:58:05.605Z | [ recovery-image] Apr 15 03:58:04.005 INFO O| Apr 15 03:58:04.005 INFO STEP 463 (remove_files) COMPLETE |
| 5918 | 2025-04-15T03:58:05.605Z | [ recovery-image] Apr 15 03:58:04.005 INFO O| Apr 15 03:58:04.005 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5919 | 2025-04-15T03:58:05.628Z | [ recovery-image] Apr 15 03:58:04.028 INFO O| Apr 15 03:58:04.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
| 5920 | 2025-04-15T03:58:05.628Z | [ recovery-image] Apr 15 03:58:04.028 INFO O| Apr 15 03:58:04.028 INFO STEP 464 (remove_files) COMPLETE |
| 5921 | 2025-04-15T03:58:05.632Z | [ recovery-image] Apr 15 03:58:04.028 INFO O| Apr 15 03:58:04.028 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5922 | 2025-04-15T03:58:05.666Z | [ recovery-image] Apr 15 03:58:04.065 INFO O| Apr 15 03:58:04.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
| 5923 | 2025-04-15T03:58:05.666Z | [ recovery-image] Apr 15 03:58:04.065 INFO O| Apr 15 03:58:04.065 INFO STEP 465 (remove_files) COMPLETE |
| 5924 | 2025-04-15T03:58:05.666Z | [ recovery-image] Apr 15 03:58:04.065 INFO O| Apr 15 03:58:04.065 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5925 | 2025-04-15T03:58:05.686Z | [ recovery-image] Apr 15 03:58:04.086 INFO O| Apr 15 03:58:04.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
| 5926 | 2025-04-15T03:58:05.686Z | [ recovery-image] Apr 15 03:58:04.086 INFO O| Apr 15 03:58:04.086 INFO STEP 466 (remove_files) COMPLETE |
| 5927 | 2025-04-15T03:58:05.686Z | [ recovery-image] Apr 15 03:58:04.086 INFO O| Apr 15 03:58:04.086 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5928 | 2025-04-15T03:58:05.708Z | [ recovery-image] Apr 15 03:58:04.108 INFO O| Apr 15 03:58:04.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
| 5929 | 2025-04-15T03:58:05.708Z | [ recovery-image] Apr 15 03:58:04.108 INFO O| Apr 15 03:58:04.108 INFO STEP 467 (remove_files) COMPLETE |
| 5930 | 2025-04-15T03:58:05.708Z | [ recovery-image] Apr 15 03:58:04.108 INFO O| Apr 15 03:58:04.108 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5931 | 2025-04-15T03:58:05.731Z | [ recovery-image] Apr 15 03:58:04.130 INFO O| Apr 15 03:58:04.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
| 5932 | 2025-04-15T03:58:05.731Z | [ recovery-image] Apr 15 03:58:04.130 INFO O| Apr 15 03:58:04.130 INFO STEP 468 (remove_files) COMPLETE |
| 5933 | 2025-04-15T03:58:05.735Z | [ recovery-image] Apr 15 03:58:04.131 INFO O| Apr 15 03:58:04.130 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5934 | 2025-04-15T03:58:05.751Z | [ recovery-image] Apr 15 03:58:04.151 INFO O| Apr 15 03:58:04.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
| 5935 | 2025-04-15T03:58:05.751Z | [ recovery-image] Apr 15 03:58:04.151 INFO O| Apr 15 03:58:04.151 INFO STEP 469 (remove_files) COMPLETE |
| 5936 | 2025-04-15T03:58:05.754Z | [ recovery-image] Apr 15 03:58:04.151 INFO O| Apr 15 03:58:04.151 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5937 | 2025-04-15T03:58:05.793Z | [ recovery-image] Apr 15 03:58:04.193 INFO O| Apr 15 03:58:04.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
| 5938 | 2025-04-15T03:58:05.796Z | [ recovery-image] Apr 15 03:58:04.193 INFO O| Apr 15 03:58:04.193 INFO STEP 470 (remove_files) COMPLETE |
| 5939 | 2025-04-15T03:58:05.796Z | [ recovery-image] Apr 15 03:58:04.193 INFO O| Apr 15 03:58:04.193 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5940 | 2025-04-15T03:58:05.818Z | [ recovery-image] Apr 15 03:58:04.217 INFO O| Apr 15 03:58:04.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
| 5941 | 2025-04-15T03:58:05.818Z | [ recovery-image] Apr 15 03:58:04.218 INFO O| Apr 15 03:58:04.218 INFO STEP 471 (remove_files) COMPLETE |
| 5942 | 2025-04-15T03:58:05.821Z | [ recovery-image] Apr 15 03:58:04.218 INFO O| Apr 15 03:58:04.218 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5943 | 2025-04-15T03:58:05.841Z | [ recovery-image] Apr 15 03:58:04.240 INFO O| Apr 15 03:58:04.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
| 5944 | 2025-04-15T03:58:05.841Z | [ recovery-image] Apr 15 03:58:04.240 INFO O| Apr 15 03:58:04.240 INFO STEP 472 (remove_files) COMPLETE |
| 5945 | 2025-04-15T03:58:05.845Z | [ recovery-image] Apr 15 03:58:04.240 INFO O| Apr 15 03:58:04.240 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5946 | 2025-04-15T03:58:05.864Z | [ recovery-image] Apr 15 03:58:04.262 INFO O| Apr 15 03:58:04.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
| 5947 | 2025-04-15T03:58:05.864Z | [ recovery-image] Apr 15 03:58:04.262 INFO O| Apr 15 03:58:04.262 INFO STEP 473 (remove_files) COMPLETE |
| 5948 | 2025-04-15T03:58:05.864Z | [ recovery-image] Apr 15 03:58:04.262 INFO O| Apr 15 03:58:04.262 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5949 | 2025-04-15T03:58:05.883Z | [ recovery-image] Apr 15 03:58:04.282 INFO O| Apr 15 03:58:04.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
| 5950 | 2025-04-15T03:58:05.883Z | [ recovery-image] Apr 15 03:58:04.283 INFO O| Apr 15 03:58:04.283 INFO STEP 474 (remove_files) COMPLETE |
| 5951 | 2025-04-15T03:58:05.886Z | [ recovery-image] Apr 15 03:58:04.283 INFO O| Apr 15 03:58:04.283 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5952 | 2025-04-15T03:58:05.903Z | [ recovery-image] Apr 15 03:58:04.302 INFO O| Apr 15 03:58:04.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
| 5953 | 2025-04-15T03:58:05.903Z | [ recovery-image] Apr 15 03:58:04.302 INFO O| Apr 15 03:58:04.302 INFO STEP 475 (remove_files) COMPLETE |
| 5954 | 2025-04-15T03:58:05.903Z | [ recovery-image] Apr 15 03:58:04.302 INFO O| Apr 15 03:58:04.302 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5955 | 2025-04-15T03:58:05.921Z | [ recovery-image] Apr 15 03:58:04.321 INFO O| Apr 15 03:58:04.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
| 5956 | 2025-04-15T03:58:05.921Z | [ recovery-image] Apr 15 03:58:04.321 INFO O| Apr 15 03:58:04.321 INFO STEP 476 (remove_files) COMPLETE |
| 5957 | 2025-04-15T03:58:05.921Z | [ recovery-image] Apr 15 03:58:04.321 INFO O| Apr 15 03:58:04.321 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5958 | 2025-04-15T03:58:05.941Z | [ recovery-image] Apr 15 03:58:04.340 INFO O| Apr 15 03:58:04.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
| 5959 | 2025-04-15T03:58:05.941Z | [ recovery-image] Apr 15 03:58:04.340 INFO O| Apr 15 03:58:04.340 INFO STEP 477 (remove_files) COMPLETE |
| 5960 | 2025-04-15T03:58:05.941Z | [ recovery-image] Apr 15 03:58:04.340 INFO O| Apr 15 03:58:04.340 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5961 | 2025-04-15T03:58:05.958Z | [ recovery-image] Apr 15 03:58:04.358 INFO O| Apr 15 03:58:04.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
| 5962 | 2025-04-15T03:58:05.980Z | [ recovery-image] Apr 15 03:58:04.380 INFO O| Apr 15 03:58:04.380 INFO STEP 478 (remove_files) COMPLETE |
| 5963 | 2025-04-15T03:58:05.980Z | [ recovery-image] Apr 15 03:58:04.380 INFO O| Apr 15 03:58:04.380 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5964 | 2025-04-15T03:58:06.028Z | [ recovery-image] Apr 15 03:58:04.427 INFO O| Apr 15 03:58:04.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
| 5965 | 2025-04-15T03:58:06.031Z | [ recovery-image] Apr 15 03:58:04.428 INFO O| Apr 15 03:58:04.428 INFO STEP 479 (remove_files) COMPLETE |
| 5966 | 2025-04-15T03:58:06.031Z | [ recovery-image] Apr 15 03:58:04.428 INFO O| Apr 15 03:58:04.428 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5967 | 2025-04-15T03:58:06.051Z | [ recovery-image] Apr 15 03:58:04.451 INFO O| Apr 15 03:58:04.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
| 5968 | 2025-04-15T03:58:06.054Z | [ recovery-image] Apr 15 03:58:04.451 INFO O| Apr 15 03:58:04.451 INFO STEP 480 (remove_files) COMPLETE |
| 5969 | 2025-04-15T03:58:06.054Z | [ recovery-image] Apr 15 03:58:04.451 INFO O| Apr 15 03:58:04.451 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5970 | 2025-04-15T03:58:06.071Z | [ recovery-image] Apr 15 03:58:04.471 INFO O| Apr 15 03:58:04.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
| 5971 | 2025-04-15T03:58:06.075Z | [ recovery-image] Apr 15 03:58:04.471 INFO O| Apr 15 03:58:04.471 INFO STEP 481 (remove_files) COMPLETE |
| 5972 | 2025-04-15T03:58:06.075Z | [ recovery-image] Apr 15 03:58:04.471 INFO O| Apr 15 03:58:04.471 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5973 | 2025-04-15T03:58:06.092Z | [ recovery-image] Apr 15 03:58:04.491 INFO O| Apr 15 03:58:04.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
| 5974 | 2025-04-15T03:58:06.095Z | [ recovery-image] Apr 15 03:58:04.492 INFO O| Apr 15 03:58:04.492 INFO STEP 482 (remove_files) COMPLETE |
| 5975 | 2025-04-15T03:58:06.095Z | [ recovery-image] Apr 15 03:58:04.492 INFO O| Apr 15 03:58:04.492 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5976 | 2025-04-15T03:58:06.111Z | [ recovery-image] Apr 15 03:58:04.511 INFO O| Apr 15 03:58:04.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
| 5977 | 2025-04-15T03:58:06.114Z | [ recovery-image] Apr 15 03:58:04.511 INFO O| Apr 15 03:58:04.511 INFO STEP 483 (remove_files) COMPLETE |
| 5978 | 2025-04-15T03:58:06.114Z | [ recovery-image] Apr 15 03:58:04.511 INFO O| Apr 15 03:58:04.511 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5979 | 2025-04-15T03:58:06.130Z | [ recovery-image] Apr 15 03:58:04.529 INFO O| Apr 15 03:58:04.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
| 5980 | 2025-04-15T03:58:06.133Z | [ recovery-image] Apr 15 03:58:04.530 INFO O| Apr 15 03:58:04.530 INFO STEP 484 (remove_files) COMPLETE |
| 5981 | 2025-04-15T03:58:06.133Z | [ recovery-image] Apr 15 03:58:04.530 INFO O| Apr 15 03:58:04.530 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5982 | 2025-04-15T03:58:06.210Z | [ recovery-image] Apr 15 03:58:04.607 INFO O| Apr 15 03:58:04.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
| 5983 | 2025-04-15T03:58:06.214Z | [ recovery-image] Apr 15 03:58:04.608 INFO O| Apr 15 03:58:04.608 INFO STEP 485 (remove_files) COMPLETE |
| 5984 | 2025-04-15T03:58:06.214Z | [ recovery-image] Apr 15 03:58:04.608 INFO O| Apr 15 03:58:04.608 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5985 | 2025-04-15T03:58:06.286Z | [ recovery-image] Apr 15 03:58:04.685 INFO O| Apr 15 03:58:04.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
| 5986 | 2025-04-15T03:58:06.290Z | [ recovery-image] Apr 15 03:58:04.685 INFO O| Apr 15 03:58:04.685 INFO STEP 486 (remove_files) COMPLETE |
| 5987 | 2025-04-15T03:58:06.290Z | [ recovery-image] Apr 15 03:58:04.685 INFO O| Apr 15 03:58:04.685 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5988 | 2025-04-15T03:58:06.308Z | [ recovery-image] Apr 15 03:58:04.707 INFO O| Apr 15 03:58:04.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
| 5989 | 2025-04-15T03:58:06.308Z | [ recovery-image] Apr 15 03:58:04.707 INFO O| Apr 15 03:58:04.707 INFO STEP 487 (remove_files) COMPLETE |
| 5990 | 2025-04-15T03:58:06.308Z | [ recovery-image] Apr 15 03:58:04.707 INFO O| Apr 15 03:58:04.707 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5991 | 2025-04-15T03:58:06.329Z | [ recovery-image] Apr 15 03:58:04.727 INFO O| Apr 15 03:58:04.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
| 5992 | 2025-04-15T03:58:06.329Z | [ recovery-image] Apr 15 03:58:04.727 INFO O| Apr 15 03:58:04.727 INFO STEP 488 (remove_files) COMPLETE |
| 5993 | 2025-04-15T03:58:06.332Z | [ recovery-image] Apr 15 03:58:04.728 INFO O| Apr 15 03:58:04.727 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5994 | 2025-04-15T03:58:06.378Z | [ recovery-image] Apr 15 03:58:04.778 INFO O| Apr 15 03:58:04.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
| 5995 | 2025-04-15T03:58:06.381Z | [ recovery-image] Apr 15 03:58:04.778 INFO O| Apr 15 03:58:04.778 INFO STEP 489 (remove_files) COMPLETE |
| 5996 | 2025-04-15T03:58:06.381Z | [ recovery-image] Apr 15 03:58:04.778 INFO O| Apr 15 03:58:04.778 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5997 | 2025-04-15T03:58:06.421Z | [ recovery-image] Apr 15 03:58:04.819 INFO O| Apr 15 03:58:04.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
| 5998 | 2025-04-15T03:58:06.421Z | [ recovery-image] Apr 15 03:58:04.819 INFO O| Apr 15 03:58:04.819 INFO STEP 490 (remove_files) COMPLETE |
| 5999 | 2025-04-15T03:58:06.425Z | [ recovery-image] Apr 15 03:58:04.819 INFO O| Apr 15 03:58:04.819 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6000 | 2025-04-15T03:58:06.441Z | [ recovery-image] Apr 15 03:58:04.839 INFO O| Apr 15 03:58:04.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
| 6001 | 2025-04-15T03:58:06.441Z | [ recovery-image] Apr 15 03:58:04.839 INFO O| Apr 15 03:58:04.839 INFO STEP 491 (remove_files) COMPLETE |
| 6002 | 2025-04-15T03:58:06.441Z | [ recovery-image] Apr 15 03:58:04.839 INFO O| Apr 15 03:58:04.839 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6003 | 2025-04-15T03:58:06.460Z | [ recovery-image] Apr 15 03:58:04.859 INFO O| Apr 15 03:58:04.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
| 6004 | 2025-04-15T03:58:06.460Z | [ recovery-image] Apr 15 03:58:04.859 INFO O| Apr 15 03:58:04.859 INFO STEP 492 (remove_files) COMPLETE |
| 6005 | 2025-04-15T03:58:06.460Z | [ recovery-image] Apr 15 03:58:04.859 INFO O| Apr 15 03:58:04.859 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6006 | 2025-04-15T03:58:06.480Z | [ recovery-image] Apr 15 03:58:04.880 INFO O| Apr 15 03:58:04.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
| 6007 | 2025-04-15T03:58:06.480Z | [ recovery-image] Apr 15 03:58:04.880 INFO O| Apr 15 03:58:04.880 INFO STEP 493 (remove_files) COMPLETE |
| 6008 | 2025-04-15T03:58:06.483Z | [ recovery-image] Apr 15 03:58:04.880 INFO O| Apr 15 03:58:04.880 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6009 | 2025-04-15T03:58:06.518Z | [ recovery-image] Apr 15 03:58:04.917 INFO O| Apr 15 03:58:04.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
| 6010 | 2025-04-15T03:58:06.518Z | [ recovery-image] Apr 15 03:58:04.917 INFO O| Apr 15 03:58:04.917 INFO STEP 494 (remove_files) COMPLETE |
| 6011 | 2025-04-15T03:58:06.518Z | [ recovery-image] Apr 15 03:58:04.917 INFO O| Apr 15 03:58:04.917 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6012 | 2025-04-15T03:58:06.536Z | [ recovery-image] Apr 15 03:58:04.936 INFO O| Apr 15 03:58:04.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
| 6013 | 2025-04-15T03:58:06.536Z | [ recovery-image] Apr 15 03:58:04.936 INFO O| Apr 15 03:58:04.936 INFO STEP 495 (remove_files) COMPLETE |
| 6014 | 2025-04-15T03:58:06.536Z | [ recovery-image] Apr 15 03:58:04.936 INFO O| Apr 15 03:58:04.936 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6015 | 2025-04-15T03:58:06.557Z | [ recovery-image] Apr 15 03:58:04.957 INFO O| Apr 15 03:58:04.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
| 6016 | 2025-04-15T03:58:06.557Z | [ recovery-image] Apr 15 03:58:04.957 INFO O| Apr 15 03:58:04.957 INFO STEP 496 (remove_files) COMPLETE |
| 6017 | 2025-04-15T03:58:06.560Z | [ recovery-image] Apr 15 03:58:04.957 INFO O| Apr 15 03:58:04.957 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6018 | 2025-04-15T03:58:06.580Z | [ recovery-image] Apr 15 03:58:04.980 INFO O| Apr 15 03:58:04.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
| 6019 | 2025-04-15T03:58:06.580Z | [ recovery-image] Apr 15 03:58:04.980 INFO O| Apr 15 03:58:04.980 INFO STEP 497 (remove_files) COMPLETE |
| 6020 | 2025-04-15T03:58:06.583Z | [ recovery-image] Apr 15 03:58:04.980 INFO O| Apr 15 03:58:04.980 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6021 | 2025-04-15T03:58:06.615Z | [ recovery-image] Apr 15 03:58:05.014 INFO O| Apr 15 03:58:05.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
| 6022 | 2025-04-15T03:58:06.618Z | [ recovery-image] Apr 15 03:58:05.015 INFO O| Apr 15 03:58:05.015 INFO STEP 498 (remove_files) COMPLETE |
| 6023 | 2025-04-15T03:58:06.618Z | [ recovery-image] Apr 15 03:58:05.015 INFO O| Apr 15 03:58:05.015 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6024 | 2025-04-15T03:58:06.648Z | [ recovery-image] Apr 15 03:58:05.048 INFO O| Apr 15 03:58:05.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
| 6025 | 2025-04-15T03:58:06.652Z | [ recovery-image] Apr 15 03:58:05.048 INFO O| Apr 15 03:58:05.048 INFO STEP 499 (remove_files) COMPLETE |
| 6026 | 2025-04-15T03:58:06.652Z | [ recovery-image] Apr 15 03:58:05.049 INFO O| Apr 15 03:58:05.048 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6027 | 2025-04-15T03:58:06.668Z | [ recovery-image] Apr 15 03:58:05.068 INFO O| Apr 15 03:58:05.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
| 6028 | 2025-04-15T03:58:06.672Z | [ recovery-image] Apr 15 03:58:05.068 INFO O| Apr 15 03:58:05.068 INFO STEP 500 (remove_files) COMPLETE |
| 6029 | 2025-04-15T03:58:06.672Z | [ recovery-image] Apr 15 03:58:05.069 INFO O| Apr 15 03:58:05.069 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6030 | 2025-04-15T03:58:06.706Z | [ recovery-image] Apr 15 03:58:05.106 INFO O| Apr 15 03:58:05.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
| 6031 | 2025-04-15T03:58:06.709Z | [ recovery-image] Apr 15 03:58:05.106 INFO O| Apr 15 03:58:05.106 INFO STEP 501 (remove_files) COMPLETE |
| 6032 | 2025-04-15T03:58:06.709Z | [ recovery-image] Apr 15 03:58:05.106 INFO O| Apr 15 03:58:05.106 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6033 | 2025-04-15T03:58:06.730Z | [ recovery-image] Apr 15 03:58:05.130 INFO O| Apr 15 03:58:05.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
| 6034 | 2025-04-15T03:58:06.730Z | [ recovery-image] Apr 15 03:58:05.130 INFO O| Apr 15 03:58:05.130 INFO STEP 502 (remove_files) COMPLETE |
| 6035 | 2025-04-15T03:58:06.730Z | [ recovery-image] Apr 15 03:58:05.130 INFO O| Apr 15 03:58:05.130 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6036 | 2025-04-15T03:58:06.753Z | [ recovery-image] Apr 15 03:58:05.153 INFO O| Apr 15 03:58:05.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
| 6037 | 2025-04-15T03:58:06.757Z | [ recovery-image] Apr 15 03:58:05.153 INFO O| Apr 15 03:58:05.153 INFO STEP 503 (remove_files) COMPLETE |
| 6038 | 2025-04-15T03:58:06.757Z | [ recovery-image] Apr 15 03:58:05.153 INFO O| Apr 15 03:58:05.153 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6039 | 2025-04-15T03:58:06.788Z | [ recovery-image] Apr 15 03:58:05.188 INFO O| Apr 15 03:58:05.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
| 6040 | 2025-04-15T03:58:06.788Z | [ recovery-image] Apr 15 03:58:05.188 INFO O| Apr 15 03:58:05.188 INFO STEP 504 (remove_files) COMPLETE |
| 6041 | 2025-04-15T03:58:06.788Z | [ recovery-image] Apr 15 03:58:05.188 INFO O| Apr 15 03:58:05.188 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6042 | 2025-04-15T03:58:06.815Z | [ recovery-image] Apr 15 03:58:05.214 INFO O| Apr 15 03:58:05.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
| 6043 | 2025-04-15T03:58:06.815Z | [ recovery-image] Apr 15 03:58:05.214 INFO O| Apr 15 03:58:05.214 INFO STEP 505 (remove_files) COMPLETE |
| 6044 | 2025-04-15T03:58:06.815Z | [ recovery-image] Apr 15 03:58:05.214 INFO O| Apr 15 03:58:05.214 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6045 | 2025-04-15T03:58:06.853Z | [ recovery-image] Apr 15 03:58:05.253 INFO O| Apr 15 03:58:05.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
| 6046 | 2025-04-15T03:58:06.853Z | [ recovery-image] Apr 15 03:58:05.253 INFO O| Apr 15 03:58:05.253 INFO STEP 506 (remove_files) COMPLETE |
| 6047 | 2025-04-15T03:58:06.857Z | [ recovery-image] Apr 15 03:58:05.253 INFO O| Apr 15 03:58:05.253 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6048 | 2025-04-15T03:58:06.885Z | [ recovery-image] Apr 15 03:58:05.285 INFO O| Apr 15 03:58:05.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
| 6049 | 2025-04-15T03:58:06.885Z | [ recovery-image] Apr 15 03:58:05.285 INFO O| Apr 15 03:58:05.285 INFO STEP 507 (remove_files) COMPLETE |
| 6050 | 2025-04-15T03:58:06.885Z | [ recovery-image] Apr 15 03:58:05.285 INFO O| Apr 15 03:58:05.285 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6051 | 2025-04-15T03:58:06.908Z | [ recovery-image] Apr 15 03:58:05.308 INFO O| Apr 15 03:58:05.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
| 6052 | 2025-04-15T03:58:06.929Z | [ recovery-image] Apr 15 03:58:05.329 INFO O| Apr 15 03:58:05.329 INFO STEP 508 (remove_files) COMPLETE |
| 6053 | 2025-04-15T03:58:06.929Z | [ recovery-image] Apr 15 03:58:05.329 INFO O| Apr 15 03:58:05.329 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6054 | 2025-04-15T03:58:06.963Z | [ recovery-image] Apr 15 03:58:05.362 INFO O| Apr 15 03:58:05.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
| 6055 | 2025-04-15T03:58:06.966Z | [ recovery-image] Apr 15 03:58:05.362 INFO O| Apr 15 03:58:05.362 INFO STEP 509 (remove_files) COMPLETE |
| 6056 | 2025-04-15T03:58:06.966Z | [ recovery-image] Apr 15 03:58:05.362 INFO O| Apr 15 03:58:05.362 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6057 | 2025-04-15T03:58:06.986Z | [ recovery-image] Apr 15 03:58:05.385 INFO O| Apr 15 03:58:05.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
| 6058 | 2025-04-15T03:58:06.989Z | [ recovery-image] Apr 15 03:58:05.385 INFO O| Apr 15 03:58:05.385 INFO STEP 510 (remove_files) COMPLETE |
| 6059 | 2025-04-15T03:58:06.989Z | [ recovery-image] Apr 15 03:58:05.385 INFO O| Apr 15 03:58:05.385 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6060 | 2025-04-15T03:58:07.006Z | [ recovery-image] Apr 15 03:58:05.406 INFO O| Apr 15 03:58:05.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
| 6061 | 2025-04-15T03:58:07.007Z | [ recovery-image] Apr 15 03:58:05.406 INFO O| Apr 15 03:58:05.406 INFO STEP 511 (remove_files) COMPLETE |
| 6062 | 2025-04-15T03:58:07.007Z | [ recovery-image] Apr 15 03:58:05.406 INFO O| Apr 15 03:58:05.406 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6063 | 2025-04-15T03:58:07.029Z | [ recovery-image] Apr 15 03:58:05.429 INFO O| Apr 15 03:58:05.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
| 6064 | 2025-04-15T03:58:07.029Z | [ recovery-image] Apr 15 03:58:05.429 INFO O| Apr 15 03:58:05.429 INFO STEP 512 (remove_files) COMPLETE |
| 6065 | 2025-04-15T03:58:07.032Z | [ recovery-image] Apr 15 03:58:05.429 INFO O| Apr 15 03:58:05.429 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6066 | 2025-04-15T03:58:07.073Z | [ recovery-image] Apr 15 03:58:05.473 INFO O| Apr 15 03:58:05.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
| 6067 | 2025-04-15T03:58:07.073Z | [ recovery-image] Apr 15 03:58:05.473 INFO O| Apr 15 03:58:05.473 INFO STEP 513 (remove_files) COMPLETE |
| 6068 | 2025-04-15T03:58:07.073Z | [ recovery-image] Apr 15 03:58:05.473 INFO O| Apr 15 03:58:05.473 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6069 | 2025-04-15T03:58:07.096Z | [ recovery-image] Apr 15 03:58:05.495 INFO O| Apr 15 03:58:05.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
| 6070 | 2025-04-15T03:58:07.096Z | [ recovery-image] Apr 15 03:58:05.496 INFO O| Apr 15 03:58:05.495 INFO STEP 514 (remove_files) COMPLETE |
| 6071 | 2025-04-15T03:58:07.099Z | [ recovery-image] Apr 15 03:58:05.496 INFO O| Apr 15 03:58:05.495 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6072 | 2025-04-15T03:58:07.117Z | [ recovery-image] Apr 15 03:58:05.517 INFO O| Apr 15 03:58:05.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
| 6073 | 2025-04-15T03:58:07.117Z | [ recovery-image] Apr 15 03:58:05.517 INFO O| Apr 15 03:58:05.517 INFO STEP 515 (remove_files) COMPLETE |
| 6074 | 2025-04-15T03:58:07.121Z | [ recovery-image] Apr 15 03:58:05.517 INFO O| Apr 15 03:58:05.517 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6075 | 2025-04-15T03:58:07.140Z | [ recovery-image] Apr 15 03:58:05.539 INFO O| Apr 15 03:58:05.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
| 6076 | 2025-04-15T03:58:07.140Z | [ recovery-image] Apr 15 03:58:05.539 INFO O| Apr 15 03:58:05.539 INFO STEP 516 (remove_files) COMPLETE |
| 6077 | 2025-04-15T03:58:07.140Z | [ recovery-image] Apr 15 03:58:05.539 INFO O| Apr 15 03:58:05.539 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6078 | 2025-04-15T03:58:07.161Z | [ recovery-image] Apr 15 03:58:05.561 INFO O| Apr 15 03:58:05.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
| 6079 | 2025-04-15T03:58:07.161Z | [ recovery-image] Apr 15 03:58:05.561 INFO O| Apr 15 03:58:05.561 INFO STEP 517 (remove_files) COMPLETE |
| 6080 | 2025-04-15T03:58:07.161Z | [ recovery-image] Apr 15 03:58:05.561 INFO O| Apr 15 03:58:05.561 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6081 | 2025-04-15T03:58:07.184Z | [ recovery-image] Apr 15 03:58:05.583 INFO O| Apr 15 03:58:05.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
| 6082 | 2025-04-15T03:58:07.184Z | [ recovery-image] Apr 15 03:58:05.583 INFO O| Apr 15 03:58:05.583 INFO STEP 518 (remove_files) COMPLETE |
| 6083 | 2025-04-15T03:58:07.184Z | [ recovery-image] Apr 15 03:58:05.583 INFO O| Apr 15 03:58:05.583 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6084 | 2025-04-15T03:58:07.205Z | [ recovery-image] Apr 15 03:58:05.604 INFO O| Apr 15 03:58:05.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
| 6085 | 2025-04-15T03:58:07.205Z | [ recovery-image] Apr 15 03:58:05.605 INFO O| Apr 15 03:58:05.604 INFO STEP 519 (remove_files) COMPLETE |
| 6086 | 2025-04-15T03:58:07.206Z | [ recovery-image] Apr 15 03:58:05.605 INFO O| Apr 15 03:58:05.605 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6087 | 2025-04-15T03:58:07.225Z | [ recovery-image] Apr 15 03:58:05.625 INFO O| Apr 15 03:58:05.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
| 6088 | 2025-04-15T03:58:07.225Z | [ recovery-image] Apr 15 03:58:05.625 INFO O| Apr 15 03:58:05.625 INFO STEP 520 (remove_files) COMPLETE |
| 6089 | 2025-04-15T03:58:07.225Z | [ recovery-image] Apr 15 03:58:05.625 INFO O| Apr 15 03:58:05.625 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6090 | 2025-04-15T03:58:07.245Z | [ recovery-image] Apr 15 03:58:05.644 INFO O| Apr 15 03:58:05.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
| 6091 | 2025-04-15T03:58:07.248Z | [ recovery-image] Apr 15 03:58:05.645 INFO O| Apr 15 03:58:05.645 INFO STEP 521 (remove_files) COMPLETE |
| 6092 | 2025-04-15T03:58:07.248Z | [ recovery-image] Apr 15 03:58:05.645 INFO O| Apr 15 03:58:05.645 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6093 | 2025-04-15T03:58:07.289Z | [ recovery-image] Apr 15 03:58:05.688 INFO O| Apr 15 03:58:05.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
| 6094 | 2025-04-15T03:58:07.289Z | [ recovery-image] Apr 15 03:58:05.688 INFO O| Apr 15 03:58:05.688 INFO STEP 522 (remove_files) COMPLETE |
| 6095 | 2025-04-15T03:58:07.289Z | [ recovery-image] Apr 15 03:58:05.688 INFO O| Apr 15 03:58:05.688 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6096 | 2025-04-15T03:58:07.348Z | [ recovery-image] Apr 15 03:58:05.748 INFO O| Apr 15 03:58:05.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
| 6097 | 2025-04-15T03:58:07.348Z | [ recovery-image] Apr 15 03:58:05.748 INFO O| Apr 15 03:58:05.748 INFO STEP 523 (remove_files) COMPLETE |
| 6098 | 2025-04-15T03:58:07.353Z | [ recovery-image] Apr 15 03:58:05.748 INFO O| Apr 15 03:58:05.748 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6099 | 2025-04-15T03:58:07.412Z | [ recovery-image] Apr 15 03:58:05.812 INFO O| Apr 15 03:58:05.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
| 6100 | 2025-04-15T03:58:07.412Z | [ recovery-image] Apr 15 03:58:05.812 INFO O| Apr 15 03:58:05.812 INFO STEP 524 (remove_files) COMPLETE |
| 6101 | 2025-04-15T03:58:07.412Z | [ recovery-image] Apr 15 03:58:05.812 INFO O| Apr 15 03:58:05.812 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6102 | 2025-04-15T03:58:07.450Z | [ recovery-image] Apr 15 03:58:05.849 INFO O| Apr 15 03:58:05.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
| 6103 | 2025-04-15T03:58:07.450Z | [ recovery-image] Apr 15 03:58:05.849 INFO O| Apr 15 03:58:05.849 INFO STEP 525 (remove_files) COMPLETE |
| 6104 | 2025-04-15T03:58:07.453Z | [ recovery-image] Apr 15 03:58:05.849 INFO O| Apr 15 03:58:05.849 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6105 | 2025-04-15T03:58:07.472Z | [ recovery-image] Apr 15 03:58:05.871 INFO O| Apr 15 03:58:05.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
| 6106 | 2025-04-15T03:58:07.475Z | [ recovery-image] Apr 15 03:58:05.874 INFO O| Apr 15 03:58:05.874 INFO STEP 526 (remove_files) COMPLETE |
| 6107 | 2025-04-15T03:58:07.475Z | [ recovery-image] Apr 15 03:58:05.874 INFO O| Apr 15 03:58:05.874 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6108 | 2025-04-15T03:58:07.509Z | [ recovery-image] Apr 15 03:58:05.908 INFO O| Apr 15 03:58:05.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
| 6109 | 2025-04-15T03:58:07.509Z | [ recovery-image] Apr 15 03:58:05.909 INFO O| Apr 15 03:58:05.908 INFO STEP 527 (remove_files) COMPLETE |
| 6110 | 2025-04-15T03:58:07.509Z | [ recovery-image] Apr 15 03:58:05.909 INFO O| Apr 15 03:58:05.908 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6111 | 2025-04-15T03:58:07.547Z | [ recovery-image] Apr 15 03:58:05.947 INFO O| Apr 15 03:58:05.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
| 6112 | 2025-04-15T03:58:07.547Z | [ recovery-image] Apr 15 03:58:05.947 INFO O| Apr 15 03:58:05.947 INFO STEP 528 (remove_files) COMPLETE |
| 6113 | 2025-04-15T03:58:07.550Z | [ recovery-image] Apr 15 03:58:05.947 INFO O| Apr 15 03:58:05.947 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6114 | 2025-04-15T03:58:07.587Z | [ recovery-image] Apr 15 03:58:05.987 INFO O| Apr 15 03:58:05.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
| 6115 | 2025-04-15T03:58:07.587Z | [ recovery-image] Apr 15 03:58:05.987 INFO O| Apr 15 03:58:05.987 INFO STEP 529 (remove_files) COMPLETE |
| 6116 | 2025-04-15T03:58:07.587Z | [ recovery-image] Apr 15 03:58:05.987 INFO O| Apr 15 03:58:05.987 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6117 | 2025-04-15T03:58:07.624Z | [ recovery-image] Apr 15 03:58:06.024 INFO O| Apr 15 03:58:06.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
| 6118 | 2025-04-15T03:58:07.624Z | [ recovery-image] Apr 15 03:58:06.024 INFO O| Apr 15 03:58:06.024 INFO STEP 530 (remove_files) COMPLETE |
| 6119 | 2025-04-15T03:58:07.628Z | [ recovery-image] Apr 15 03:58:06.024 INFO O| Apr 15 03:58:06.024 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6120 | 2025-04-15T03:58:07.648Z | [ recovery-image] Apr 15 03:58:06.047 INFO O| Apr 15 03:58:06.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
| 6121 | 2025-04-15T03:58:07.648Z | [ recovery-image] Apr 15 03:58:06.047 INFO O| Apr 15 03:58:06.047 INFO STEP 531 (remove_files) COMPLETE |
| 6122 | 2025-04-15T03:58:07.648Z | [ recovery-image] Apr 15 03:58:06.047 INFO O| Apr 15 03:58:06.047 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6123 | 2025-04-15T03:58:07.670Z | [ recovery-image] Apr 15 03:58:06.070 INFO O| Apr 15 03:58:06.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
| 6124 | 2025-04-15T03:58:07.670Z | [ recovery-image] Apr 15 03:58:06.070 INFO O| Apr 15 03:58:06.070 INFO STEP 532 (remove_files) COMPLETE |
| 6125 | 2025-04-15T03:58:07.673Z | [ recovery-image] Apr 15 03:58:06.070 INFO O| Apr 15 03:58:06.070 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6126 | 2025-04-15T03:58:07.742Z | [ recovery-image] Apr 15 03:58:06.142 INFO O| Apr 15 03:58:06.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
| 6127 | 2025-04-15T03:58:07.745Z | [ recovery-image] Apr 15 03:58:06.142 INFO O| Apr 15 03:58:06.142 INFO STEP 533 (remove_files) COMPLETE |
| 6128 | 2025-04-15T03:58:07.745Z | [ recovery-image] Apr 15 03:58:06.142 INFO O| Apr 15 03:58:06.142 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6129 | 2025-04-15T03:58:07.763Z | [ recovery-image] Apr 15 03:58:06.163 INFO O| Apr 15 03:58:06.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
| 6130 | 2025-04-15T03:58:07.763Z | [ recovery-image] Apr 15 03:58:06.163 INFO O| Apr 15 03:58:06.163 INFO STEP 534 (remove_files) COMPLETE |
| 6131 | 2025-04-15T03:58:07.763Z | [ recovery-image] Apr 15 03:58:06.163 INFO O| Apr 15 03:58:06.163 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6132 | 2025-04-15T03:58:07.800Z | [ recovery-image] Apr 15 03:58:06.200 INFO O| Apr 15 03:58:06.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
| 6133 | 2025-04-15T03:58:07.800Z | [ recovery-image] Apr 15 03:58:06.200 INFO O| Apr 15 03:58:06.200 INFO STEP 535 (remove_files) COMPLETE |
| 6134 | 2025-04-15T03:58:07.800Z | [ recovery-image] Apr 15 03:58:06.200 INFO O| Apr 15 03:58:06.200 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6135 | 2025-04-15T03:58:07.824Z | [ recovery-image] Apr 15 03:58:06.224 INFO O| Apr 15 03:58:06.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
| 6136 | 2025-04-15T03:58:07.824Z | [ recovery-image] Apr 15 03:58:06.224 INFO O| Apr 15 03:58:06.224 INFO STEP 536 (remove_files) COMPLETE |
| 6137 | 2025-04-15T03:58:07.824Z | [ recovery-image] Apr 15 03:58:06.224 INFO O| Apr 15 03:58:06.224 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6138 | 2025-04-15T03:58:07.847Z | [ recovery-image] Apr 15 03:58:06.246 INFO O| Apr 15 03:58:06.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
| 6139 | 2025-04-15T03:58:07.847Z | [ recovery-image] Apr 15 03:58:06.247 INFO O| Apr 15 03:58:06.247 INFO STEP 537 (remove_files) COMPLETE |
| 6140 | 2025-04-15T03:58:07.847Z | [ recovery-image] Apr 15 03:58:06.247 INFO O| Apr 15 03:58:06.247 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6141 | 2025-04-15T03:58:07.870Z | [ recovery-image] Apr 15 03:58:06.269 INFO O| Apr 15 03:58:06.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
| 6142 | 2025-04-15T03:58:07.870Z | [ recovery-image] Apr 15 03:58:06.269 INFO O| Apr 15 03:58:06.269 INFO STEP 538 (remove_files) COMPLETE |
| 6143 | 2025-04-15T03:58:07.870Z | [ recovery-image] Apr 15 03:58:06.269 INFO O| Apr 15 03:58:06.269 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6144 | 2025-04-15T03:58:07.893Z | [ recovery-image] Apr 15 03:58:06.292 INFO O| Apr 15 03:58:06.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
| 6145 | 2025-04-15T03:58:07.896Z | [ recovery-image] Apr 15 03:58:06.293 INFO O| Apr 15 03:58:06.292 INFO STEP 539 (remove_files) COMPLETE |
| 6146 | 2025-04-15T03:58:07.896Z | [ recovery-image] Apr 15 03:58:06.293 INFO O| Apr 15 03:58:06.292 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6147 | 2025-04-15T03:58:07.915Z | [ recovery-image] Apr 15 03:58:06.315 INFO O| Apr 15 03:58:06.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
| 6148 | 2025-04-15T03:58:07.915Z | [ recovery-image] Apr 15 03:58:06.315 INFO O| Apr 15 03:58:06.315 INFO STEP 540 (remove_files) COMPLETE |
| 6149 | 2025-04-15T03:58:07.915Z | [ recovery-image] Apr 15 03:58:06.315 INFO O| Apr 15 03:58:06.315 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6150 | 2025-04-15T03:58:07.938Z | [ recovery-image] Apr 15 03:58:06.337 INFO O| Apr 15 03:58:06.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
| 6151 | 2025-04-15T03:58:07.938Z | [ recovery-image] Apr 15 03:58:06.337 INFO O| Apr 15 03:58:06.337 INFO STEP 541 (remove_files) COMPLETE |
| 6152 | 2025-04-15T03:58:07.941Z | [ recovery-image] Apr 15 03:58:06.337 INFO O| Apr 15 03:58:06.337 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6153 | 2025-04-15T03:58:07.980Z | [ recovery-image] Apr 15 03:58:06.379 INFO O| Apr 15 03:58:06.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
| 6154 | 2025-04-15T03:58:07.983Z | [ recovery-image] Apr 15 03:58:06.380 INFO O| Apr 15 03:58:06.379 INFO STEP 542 (remove_files) COMPLETE |
| 6155 | 2025-04-15T03:58:07.983Z | [ recovery-image] Apr 15 03:58:06.380 INFO O| Apr 15 03:58:06.380 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6156 | 2025-04-15T03:58:08.022Z | [ recovery-image] Apr 15 03:58:06.422 INFO O| Apr 15 03:58:06.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
| 6157 | 2025-04-15T03:58:08.026Z | [ recovery-image] Apr 15 03:58:06.422 INFO O| Apr 15 03:58:06.422 INFO STEP 543 (remove_files) COMPLETE |
| 6158 | 2025-04-15T03:58:08.026Z | [ recovery-image] Apr 15 03:58:06.422 INFO O| Apr 15 03:58:06.422 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6159 | 2025-04-15T03:58:08.046Z | [ recovery-image] Apr 15 03:58:06.446 INFO O| Apr 15 03:58:06.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
| 6160 | 2025-04-15T03:58:08.049Z | [ recovery-image] Apr 15 03:58:06.446 INFO O| Apr 15 03:58:06.446 INFO STEP 544 (remove_files) COMPLETE |
| 6161 | 2025-04-15T03:58:08.049Z | [ recovery-image] Apr 15 03:58:06.446 INFO O| Apr 15 03:58:06.446 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6162 | 2025-04-15T03:58:08.081Z | [ recovery-image] Apr 15 03:58:06.480 INFO O| Apr 15 03:58:06.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
| 6163 | 2025-04-15T03:58:08.081Z | [ recovery-image] Apr 15 03:58:06.480 INFO O| Apr 15 03:58:06.480 INFO STEP 545 (remove_files) COMPLETE |
| 6164 | 2025-04-15T03:58:08.086Z | [ recovery-image] Apr 15 03:58:06.481 INFO O| Apr 15 03:58:06.480 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6165 | 2025-04-15T03:58:08.105Z | [ recovery-image] Apr 15 03:58:06.504 INFO O| Apr 15 03:58:06.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
| 6166 | 2025-04-15T03:58:08.105Z | [ recovery-image] Apr 15 03:58:06.504 INFO O| Apr 15 03:58:06.504 INFO STEP 546 (remove_files) COMPLETE |
| 6167 | 2025-04-15T03:58:08.108Z | [ recovery-image] Apr 15 03:58:06.504 INFO O| Apr 15 03:58:06.504 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6168 | 2025-04-15T03:58:08.126Z | [ recovery-image] Apr 15 03:58:06.525 INFO O| Apr 15 03:58:06.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
| 6169 | 2025-04-15T03:58:08.126Z | [ recovery-image] Apr 15 03:58:06.526 INFO O| Apr 15 03:58:06.525 INFO STEP 547 (remove_files) COMPLETE |
| 6170 | 2025-04-15T03:58:08.126Z | [ recovery-image] Apr 15 03:58:06.526 INFO O| Apr 15 03:58:06.525 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6171 | 2025-04-15T03:58:08.145Z | [ recovery-image] Apr 15 03:58:06.544 INFO O| Apr 15 03:58:06.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
| 6172 | 2025-04-15T03:58:08.145Z | [ recovery-image] Apr 15 03:58:06.544 INFO O| Apr 15 03:58:06.544 INFO STEP 548 (remove_files) COMPLETE |
| 6173 | 2025-04-15T03:58:08.148Z | [ recovery-image] Apr 15 03:58:06.544 INFO O| Apr 15 03:58:06.544 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6174 | 2025-04-15T03:58:08.165Z | [ recovery-image] Apr 15 03:58:06.565 INFO O| Apr 15 03:58:06.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
| 6175 | 2025-04-15T03:58:08.165Z | [ recovery-image] Apr 15 03:58:06.565 INFO O| Apr 15 03:58:06.565 INFO STEP 549 (remove_files) COMPLETE |
| 6176 | 2025-04-15T03:58:08.169Z | [ recovery-image] Apr 15 03:58:06.565 INFO O| Apr 15 03:58:06.565 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6177 | 2025-04-15T03:58:08.187Z | [ recovery-image] Apr 15 03:58:06.586 INFO O| Apr 15 03:58:06.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
| 6178 | 2025-04-15T03:58:08.187Z | [ recovery-image] Apr 15 03:58:06.586 INFO O| Apr 15 03:58:06.586 INFO STEP 550 (remove_files) COMPLETE |
| 6179 | 2025-04-15T03:58:08.190Z | [ recovery-image] Apr 15 03:58:06.586 INFO O| Apr 15 03:58:06.586 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6180 | 2025-04-15T03:58:08.209Z | [ recovery-image] Apr 15 03:58:06.608 INFO O| Apr 15 03:58:06.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
| 6181 | 2025-04-15T03:58:08.209Z | [ recovery-image] Apr 15 03:58:06.609 INFO O| Apr 15 03:58:06.609 INFO STEP 551 (remove_files) COMPLETE |
| 6182 | 2025-04-15T03:58:08.209Z | [ recovery-image] Apr 15 03:58:06.609 INFO O| Apr 15 03:58:06.609 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6183 | 2025-04-15T03:58:08.229Z | [ host-image] Apr 15 03:58:06.629 INFO O| Apr 15 03:58:06.629 INFO O| Download: 634/1140 items 2.8/8.4MB 33% complete (108k/s) |
| 6184 | 2025-04-15T03:58:08.253Z | [ recovery-image] Apr 15 03:58:06.653 INFO O| Apr 15 03:58:06.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
| 6185 | 2025-04-15T03:58:08.253Z | [ recovery-image] Apr 15 03:58:06.653 INFO O| Apr 15 03:58:06.653 INFO STEP 552 (remove_files) COMPLETE |
| 6186 | 2025-04-15T03:58:08.253Z | [ recovery-image] Apr 15 03:58:06.653 INFO O| Apr 15 03:58:06.653 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6187 | 2025-04-15T03:58:08.274Z | [ recovery-image] Apr 15 03:58:06.673 INFO O| Apr 15 03:58:06.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
| 6188 | 2025-04-15T03:58:08.274Z | [ recovery-image] Apr 15 03:58:06.673 INFO O| Apr 15 03:58:06.673 INFO STEP 553 (remove_files) COMPLETE |
| 6189 | 2025-04-15T03:58:08.277Z | [ recovery-image] Apr 15 03:58:06.673 INFO O| Apr 15 03:58:06.673 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6190 | 2025-04-15T03:58:08.339Z | [ recovery-image] Apr 15 03:58:06.738 INFO O| Apr 15 03:58:06.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
| 6191 | 2025-04-15T03:58:08.339Z | [ recovery-image] Apr 15 03:58:06.739 INFO O| Apr 15 03:58:06.738 INFO STEP 554 (remove_files) COMPLETE |
| 6192 | 2025-04-15T03:58:08.342Z | [ recovery-image] Apr 15 03:58:06.739 INFO O| Apr 15 03:58:06.738 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6193 | 2025-04-15T03:58:08.389Z | [ recovery-image] Apr 15 03:58:06.789 INFO O| Apr 15 03:58:06.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
| 6194 | 2025-04-15T03:58:08.393Z | [ recovery-image] Apr 15 03:58:06.789 INFO O| Apr 15 03:58:06.789 INFO STEP 555 (remove_files) COMPLETE |
| 6195 | 2025-04-15T03:58:08.393Z | [ recovery-image] Apr 15 03:58:06.789 INFO O| Apr 15 03:58:06.789 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6196 | 2025-04-15T03:58:08.415Z | [ recovery-image] Apr 15 03:58:06.813 INFO O| Apr 15 03:58:06.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
| 6197 | 2025-04-15T03:58:08.415Z | [ recovery-image] Apr 15 03:58:06.813 INFO O| Apr 15 03:58:06.813 INFO STEP 556 (remove_files) COMPLETE |
| 6198 | 2025-04-15T03:58:08.418Z | [ recovery-image] Apr 15 03:58:06.813 INFO O| Apr 15 03:58:06.813 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6199 | 2025-04-15T03:58:08.436Z | [ recovery-image] Apr 15 03:58:06.836 INFO O| Apr 15 03:58:06.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
| 6200 | 2025-04-15T03:58:08.439Z | [ recovery-image] Apr 15 03:58:06.836 INFO O| Apr 15 03:58:06.836 INFO STEP 557 (remove_files) COMPLETE |
| 6201 | 2025-04-15T03:58:08.439Z | [ recovery-image] Apr 15 03:58:06.836 INFO O| Apr 15 03:58:06.836 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6202 | 2025-04-15T03:58:08.477Z | [ recovery-image] Apr 15 03:58:06.877 INFO O| Apr 15 03:58:06.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 6203 | 2025-04-15T03:58:08.477Z | [ recovery-image] Apr 15 03:58:06.877 INFO O| Apr 15 03:58:06.877 INFO STEP 558 (remove_files) COMPLETE |
| 6204 | 2025-04-15T03:58:08.477Z | [ recovery-image] Apr 15 03:58:06.877 INFO O| Apr 15 03:58:06.877 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6205 | 2025-04-15T03:58:08.499Z | [ recovery-image] Apr 15 03:58:06.899 INFO O| Apr 15 03:58:06.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
| 6206 | 2025-04-15T03:58:08.504Z | [ recovery-image] Apr 15 03:58:06.899 INFO O| Apr 15 03:58:06.899 INFO STEP 559 (remove_files) COMPLETE |
| 6207 | 2025-04-15T03:58:08.504Z | [ recovery-image] Apr 15 03:58:06.899 INFO O| Apr 15 03:58:06.899 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6208 | 2025-04-15T03:58:08.555Z | [ recovery-image] Apr 15 03:58:06.954 INFO O| Apr 15 03:58:06.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
| 6209 | 2025-04-15T03:58:08.558Z | [ recovery-image] Apr 15 03:58:06.954 INFO O| Apr 15 03:58:06.954 INFO STEP 560 (remove_files) COMPLETE |
| 6210 | 2025-04-15T03:58:08.558Z | [ recovery-image] Apr 15 03:58:06.954 INFO O| Apr 15 03:58:06.954 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6211 | 2025-04-15T03:58:08.579Z | [ recovery-image] Apr 15 03:58:06.978 INFO O| Apr 15 03:58:06.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
| 6212 | 2025-04-15T03:58:08.579Z | [ recovery-image] Apr 15 03:58:06.978 INFO O| Apr 15 03:58:06.978 INFO STEP 561 (remove_files) COMPLETE |
| 6213 | 2025-04-15T03:58:08.582Z | [ recovery-image] Apr 15 03:58:06.978 INFO O| Apr 15 03:58:06.978 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6214 | 2025-04-15T03:58:08.604Z | [ recovery-image] Apr 15 03:58:07.002 INFO O| Apr 15 03:58:07.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
| 6215 | 2025-04-15T03:58:08.604Z | [ recovery-image] Apr 15 03:58:07.002 INFO O| Apr 15 03:58:07.002 INFO STEP 562 (remove_files) COMPLETE |
| 6216 | 2025-04-15T03:58:08.608Z | [ recovery-image] Apr 15 03:58:07.002 INFO O| Apr 15 03:58:07.002 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6217 | 2025-04-15T03:58:08.627Z | [ recovery-image] Apr 15 03:58:07.025 INFO O| Apr 15 03:58:07.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
| 6218 | 2025-04-15T03:58:08.627Z | [ recovery-image] Apr 15 03:58:07.025 INFO O| Apr 15 03:58:07.025 INFO STEP 563 (remove_files) COMPLETE |
| 6219 | 2025-04-15T03:58:08.630Z | [ recovery-image] Apr 15 03:58:07.025 INFO O| Apr 15 03:58:07.025 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6220 | 2025-04-15T03:58:08.650Z | [ recovery-image] Apr 15 03:58:07.048 INFO O| Apr 15 03:58:07.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
| 6221 | 2025-04-15T03:58:08.650Z | [ recovery-image] Apr 15 03:58:07.049 INFO O| Apr 15 03:58:07.048 INFO STEP 564 (remove_files) COMPLETE |
| 6222 | 2025-04-15T03:58:08.650Z | [ recovery-image] Apr 15 03:58:07.049 INFO O| Apr 15 03:58:07.049 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6223 | 2025-04-15T03:58:08.672Z | [ recovery-image] Apr 15 03:58:07.071 INFO O| Apr 15 03:58:07.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
| 6224 | 2025-04-15T03:58:08.691Z | [ recovery-image] Apr 15 03:58:07.090 INFO O| Apr 15 03:58:07.090 INFO STEP 565 (remove_files) COMPLETE |
| 6225 | 2025-04-15T03:58:08.691Z | [ recovery-image] Apr 15 03:58:07.090 INFO O| Apr 15 03:58:07.090 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6226 | 2025-04-15T03:58:08.713Z | [ recovery-image] Apr 15 03:58:07.112 INFO O| Apr 15 03:58:07.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
| 6227 | 2025-04-15T03:58:08.713Z | [ recovery-image] Apr 15 03:58:07.112 INFO O| Apr 15 03:58:07.112 INFO STEP 566 (remove_files) COMPLETE |
| 6228 | 2025-04-15T03:58:08.713Z | [ recovery-image] Apr 15 03:58:07.113 INFO O| Apr 15 03:58:07.112 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6229 | 2025-04-15T03:58:08.736Z | [ recovery-image] Apr 15 03:58:07.136 INFO O| Apr 15 03:58:07.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
| 6230 | 2025-04-15T03:58:08.736Z | [ recovery-image] Apr 15 03:58:07.136 INFO O| Apr 15 03:58:07.136 INFO STEP 567 (remove_files) COMPLETE |
| 6231 | 2025-04-15T03:58:08.736Z | [ recovery-image] Apr 15 03:58:07.136 INFO O| Apr 15 03:58:07.136 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6232 | 2025-04-15T03:58:08.783Z | [ recovery-image] Apr 15 03:58:07.182 INFO O| Apr 15 03:58:07.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
| 6233 | 2025-04-15T03:58:08.786Z | [ recovery-image] Apr 15 03:58:07.182 INFO O| Apr 15 03:58:07.182 INFO STEP 568 (remove_files) COMPLETE |
| 6234 | 2025-04-15T03:58:08.786Z | [ recovery-image] Apr 15 03:58:07.182 INFO O| Apr 15 03:58:07.182 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6235 | 2025-04-15T03:58:08.819Z | [ recovery-image] Apr 15 03:58:07.218 INFO O| Apr 15 03:58:07.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
| 6236 | 2025-04-15T03:58:08.819Z | [ recovery-image] Apr 15 03:58:07.218 INFO O| Apr 15 03:58:07.218 INFO STEP 569 (remove_files) COMPLETE |
| 6237 | 2025-04-15T03:58:08.819Z | [ recovery-image] Apr 15 03:58:07.218 INFO O| Apr 15 03:58:07.218 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6238 | 2025-04-15T03:58:08.842Z | [ recovery-image] Apr 15 03:58:07.241 INFO O| Apr 15 03:58:07.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
| 6239 | 2025-04-15T03:58:08.842Z | [ recovery-image] Apr 15 03:58:07.242 INFO O| Apr 15 03:58:07.242 INFO STEP 570 (remove_files) COMPLETE |
| 6240 | 2025-04-15T03:58:08.845Z | [ recovery-image] Apr 15 03:58:07.242 INFO O| Apr 15 03:58:07.242 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6241 | 2025-04-15T03:58:08.865Z | [ recovery-image] Apr 15 03:58:07.264 INFO O| Apr 15 03:58:07.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
| 6242 | 2025-04-15T03:58:08.865Z | [ recovery-image] Apr 15 03:58:07.264 INFO O| Apr 15 03:58:07.264 INFO STEP 571 (remove_files) COMPLETE |
| 6243 | 2025-04-15T03:58:08.865Z | [ recovery-image] Apr 15 03:58:07.264 INFO O| Apr 15 03:58:07.264 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6244 | 2025-04-15T03:58:08.887Z | [ recovery-image] Apr 15 03:58:07.286 INFO O| Apr 15 03:58:07.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
| 6245 | 2025-04-15T03:58:08.887Z | [ recovery-image] Apr 15 03:58:07.286 INFO O| Apr 15 03:58:07.286 INFO STEP 572 (remove_files) COMPLETE |
| 6246 | 2025-04-15T03:58:08.890Z | [ recovery-image] Apr 15 03:58:07.287 INFO O| Apr 15 03:58:07.286 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6247 | 2025-04-15T03:58:08.909Z | [ recovery-image] Apr 15 03:58:07.309 INFO O| Apr 15 03:58:07.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
| 6248 | 2025-04-15T03:58:08.909Z | [ recovery-image] Apr 15 03:58:07.309 INFO O| Apr 15 03:58:07.309 INFO STEP 573 (remove_files) COMPLETE |
| 6249 | 2025-04-15T03:58:08.909Z | [ recovery-image] Apr 15 03:58:07.309 INFO O| Apr 15 03:58:07.309 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6250 | 2025-04-15T03:58:08.932Z | [ recovery-image] Apr 15 03:58:07.331 INFO O| Apr 15 03:58:07.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
| 6251 | 2025-04-15T03:58:08.932Z | [ recovery-image] Apr 15 03:58:07.331 INFO O| Apr 15 03:58:07.331 INFO STEP 574 (remove_files) COMPLETE |
| 6252 | 2025-04-15T03:58:08.932Z | [ recovery-image] Apr 15 03:58:07.331 INFO O| Apr 15 03:58:07.331 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6253 | 2025-04-15T03:58:08.975Z | [ recovery-image] Apr 15 03:58:07.375 INFO O| Apr 15 03:58:07.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
| 6254 | 2025-04-15T03:58:08.975Z | [ recovery-image] Apr 15 03:58:07.375 INFO O| Apr 15 03:58:07.375 INFO STEP 575 (remove_files) COMPLETE |
| 6255 | 2025-04-15T03:58:08.975Z | [ recovery-image] Apr 15 03:58:07.375 INFO O| Apr 15 03:58:07.375 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6256 | 2025-04-15T03:58:09.009Z | [ recovery-image] Apr 15 03:58:07.408 INFO O| Apr 15 03:58:07.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
| 6257 | 2025-04-15T03:58:09.012Z | [ recovery-image] Apr 15 03:58:07.408 INFO O| Apr 15 03:58:07.408 INFO STEP 576 (remove_files) COMPLETE |
| 6258 | 2025-04-15T03:58:09.012Z | [ recovery-image] Apr 15 03:58:07.409 INFO O| Apr 15 03:58:07.408 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6259 | 2025-04-15T03:58:09.032Z | [ recovery-image] Apr 15 03:58:07.432 INFO O| Apr 15 03:58:07.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
| 6260 | 2025-04-15T03:58:09.033Z | [ recovery-image] Apr 15 03:58:07.432 INFO O| Apr 15 03:58:07.432 INFO STEP 577 (remove_files) COMPLETE |
| 6261 | 2025-04-15T03:58:09.033Z | [ recovery-image] Apr 15 03:58:07.432 INFO O| Apr 15 03:58:07.432 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6262 | 2025-04-15T03:58:09.055Z | [ recovery-image] Apr 15 03:58:07.455 INFO O| Apr 15 03:58:07.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
| 6263 | 2025-04-15T03:58:09.056Z | [ recovery-image] Apr 15 03:58:07.455 INFO O| Apr 15 03:58:07.455 INFO STEP 578 (remove_files) COMPLETE |
| 6264 | 2025-04-15T03:58:09.059Z | [ recovery-image] Apr 15 03:58:07.455 INFO O| Apr 15 03:58:07.455 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6265 | 2025-04-15T03:58:09.111Z | [ recovery-image] Apr 15 03:58:07.497 INFO O| Apr 15 03:58:07.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
| 6266 | 2025-04-15T03:58:09.162Z | [ recovery-image] Apr 15 03:58:07.497 INFO O| Apr 15 03:58:07.497 INFO STEP 579 (remove_files) COMPLETE |
| 6267 | 2025-04-15T03:58:09.162Z | [ recovery-image] Apr 15 03:58:07.497 INFO O| Apr 15 03:58:07.497 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6268 | 2025-04-15T03:58:09.219Z | [ recovery-image] Apr 15 03:58:07.537 INFO O| Apr 15 03:58:07.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
| 6269 | 2025-04-15T03:58:09.219Z | [ recovery-image] Apr 15 03:58:07.537 INFO O| Apr 15 03:58:07.537 INFO STEP 580 (remove_files) COMPLETE |
| 6270 | 2025-04-15T03:58:09.219Z | [ recovery-image] Apr 15 03:58:07.537 INFO O| Apr 15 03:58:07.537 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6271 | 2025-04-15T03:58:09.219Z | [ recovery-image] Apr 15 03:58:07.558 INFO O| Apr 15 03:58:07.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
| 6272 | 2025-04-15T03:58:09.219Z | [ recovery-image] Apr 15 03:58:07.558 INFO O| Apr 15 03:58:07.558 INFO STEP 581 (remove_files) COMPLETE |
| 6273 | 2025-04-15T03:58:09.219Z | [ recovery-image] Apr 15 03:58:07.558 INFO O| Apr 15 03:58:07.558 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6274 | 2025-04-15T03:58:09.230Z | [ recovery-image] Apr 15 03:58:07.595 INFO O| Apr 15 03:58:07.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
| 6275 | 2025-04-15T03:58:09.230Z | [ recovery-image] Apr 15 03:58:07.595 INFO O| Apr 15 03:58:07.595 INFO STEP 582 (remove_files) COMPLETE |
| 6276 | 2025-04-15T03:58:09.230Z | [ recovery-image] Apr 15 03:58:07.595 INFO O| Apr 15 03:58:07.595 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6277 | 2025-04-15T03:58:09.230Z | [ recovery-image] Apr 15 03:58:07.614 INFO O| Apr 15 03:58:07.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
| 6278 | 2025-04-15T03:58:09.230Z | [ recovery-image] Apr 15 03:58:07.614 INFO O| Apr 15 03:58:07.614 INFO STEP 583 (remove_files) COMPLETE |
| 6279 | 2025-04-15T03:58:09.230Z | [ recovery-image] Apr 15 03:58:07.614 INFO O| Apr 15 03:58:07.614 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6280 | 2025-04-15T03:58:09.244Z | [ recovery-image] Apr 15 03:58:07.632 INFO O| Apr 15 03:58:07.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
| 6281 | 2025-04-15T03:58:09.271Z | [ recovery-image] Apr 15 03:58:07.644 INFO O| Apr 15 03:58:07.644 INFO STEP 584 (remove_files) COMPLETE |
| 6282 | 2025-04-15T03:58:09.271Z | [ recovery-image] Apr 15 03:58:07.644 INFO O| Apr 15 03:58:07.644 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6283 | 2025-04-15T03:58:09.290Z | [ recovery-image] Apr 15 03:58:07.689 INFO O| Apr 15 03:58:07.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
| 6284 | 2025-04-15T03:58:09.290Z | [ recovery-image] Apr 15 03:58:07.689 INFO O| Apr 15 03:58:07.689 INFO STEP 585 (remove_files) COMPLETE |
| 6285 | 2025-04-15T03:58:09.299Z | [ recovery-image] Apr 15 03:58:07.689 INFO O| Apr 15 03:58:07.689 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6286 | 2025-04-15T03:58:09.323Z | [ recovery-image] Apr 15 03:58:07.722 INFO O| Apr 15 03:58:07.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
| 6287 | 2025-04-15T03:58:09.323Z | [ recovery-image] Apr 15 03:58:07.722 INFO O| Apr 15 03:58:07.722 INFO STEP 586 (remove_files) COMPLETE |
| 6288 | 2025-04-15T03:58:09.326Z | [ recovery-image] Apr 15 03:58:07.722 INFO O| Apr 15 03:58:07.722 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6289 | 2025-04-15T03:58:09.346Z | [ recovery-image] Apr 15 03:58:07.746 INFO O| Apr 15 03:58:07.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
| 6290 | 2025-04-15T03:58:09.346Z | [ recovery-image] Apr 15 03:58:07.746 INFO O| Apr 15 03:58:07.746 INFO STEP 587 (remove_files) COMPLETE |
| 6291 | 2025-04-15T03:58:09.349Z | [ recovery-image] Apr 15 03:58:07.746 INFO O| Apr 15 03:58:07.746 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6292 | 2025-04-15T03:58:09.396Z | [ recovery-image] Apr 15 03:58:07.796 INFO O| Apr 15 03:58:07.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
| 6293 | 2025-04-15T03:58:09.400Z | [ recovery-image] Apr 15 03:58:07.796 INFO O| Apr 15 03:58:07.796 INFO STEP 588 (remove_files) COMPLETE |
| 6294 | 2025-04-15T03:58:09.400Z | [ recovery-image] Apr 15 03:58:07.796 INFO O| Apr 15 03:58:07.796 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6295 | 2025-04-15T03:58:09.433Z | [ recovery-image] Apr 15 03:58:07.832 INFO O| Apr 15 03:58:07.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
| 6296 | 2025-04-15T03:58:09.436Z | [ recovery-image] Apr 15 03:58:07.832 INFO O| Apr 15 03:58:07.832 INFO STEP 589 (remove_files) COMPLETE |
| 6297 | 2025-04-15T03:58:09.436Z | [ recovery-image] Apr 15 03:58:07.832 INFO O| Apr 15 03:58:07.832 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6298 | 2025-04-15T03:58:09.455Z | [ recovery-image] Apr 15 03:58:07.855 INFO O| Apr 15 03:58:07.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
| 6299 | 2025-04-15T03:58:09.455Z | [ recovery-image] Apr 15 03:58:07.855 INFO O| Apr 15 03:58:07.855 INFO STEP 590 (remove_files) COMPLETE |
| 6300 | 2025-04-15T03:58:09.455Z | [ recovery-image] Apr 15 03:58:07.855 INFO O| Apr 15 03:58:07.855 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6301 | 2025-04-15T03:58:09.482Z | [ recovery-image] Apr 15 03:58:07.881 INFO O| Apr 15 03:58:07.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
| 6302 | 2025-04-15T03:58:09.482Z | [ recovery-image] Apr 15 03:58:07.881 INFO O| Apr 15 03:58:07.881 INFO STEP 591 (remove_files) COMPLETE |
| 6303 | 2025-04-15T03:58:09.482Z | [ recovery-image] Apr 15 03:58:07.881 INFO O| Apr 15 03:58:07.881 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6304 | 2025-04-15T03:58:09.505Z | [ recovery-image] Apr 15 03:58:07.904 INFO O| Apr 15 03:58:07.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
| 6305 | 2025-04-15T03:58:09.505Z | [ recovery-image] Apr 15 03:58:07.904 INFO O| Apr 15 03:58:07.904 INFO STEP 592 (remove_files) COMPLETE |
| 6306 | 2025-04-15T03:58:09.516Z | [ recovery-image] Apr 15 03:58:07.905 INFO O| Apr 15 03:58:07.904 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6307 | 2025-04-15T03:58:09.528Z | [ recovery-image] Apr 15 03:58:07.927 INFO O| Apr 15 03:58:07.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
| 6308 | 2025-04-15T03:58:09.531Z | [ recovery-image] Apr 15 03:58:07.927 INFO O| Apr 15 03:58:07.927 INFO STEP 593 (remove_files) COMPLETE |
| 6309 | 2025-04-15T03:58:09.531Z | [ recovery-image] Apr 15 03:58:07.927 INFO O| Apr 15 03:58:07.927 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6310 | 2025-04-15T03:58:09.552Z | [ recovery-image] Apr 15 03:58:07.952 INFO O| Apr 15 03:58:07.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
| 6311 | 2025-04-15T03:58:09.552Z | [ recovery-image] Apr 15 03:58:07.952 INFO O| Apr 15 03:58:07.952 INFO STEP 594 (remove_files) COMPLETE |
| 6312 | 2025-04-15T03:58:09.557Z | [ recovery-image] Apr 15 03:58:07.952 INFO O| Apr 15 03:58:07.952 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6313 | 2025-04-15T03:58:09.575Z | [ recovery-image] Apr 15 03:58:07.974 INFO O| Apr 15 03:58:07.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
| 6314 | 2025-04-15T03:58:09.575Z | [ recovery-image] Apr 15 03:58:07.974 INFO O| Apr 15 03:58:07.974 INFO STEP 595 (remove_files) COMPLETE |
| 6315 | 2025-04-15T03:58:09.575Z | [ recovery-image] Apr 15 03:58:07.974 INFO O| Apr 15 03:58:07.974 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6316 | 2025-04-15T03:58:09.598Z | [ recovery-image] Apr 15 03:58:07.997 INFO O| Apr 15 03:58:07.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
| 6317 | 2025-04-15T03:58:09.598Z | [ recovery-image] Apr 15 03:58:07.997 INFO O| Apr 15 03:58:07.997 INFO STEP 596 (remove_files) COMPLETE |
| 6318 | 2025-04-15T03:58:09.602Z | [ recovery-image] Apr 15 03:58:07.997 INFO O| Apr 15 03:58:07.997 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6319 | 2025-04-15T03:58:09.622Z | [ recovery-image] Apr 15 03:58:08.021 INFO O| Apr 15 03:58:08.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
| 6320 | 2025-04-15T03:58:09.622Z | [ recovery-image] Apr 15 03:58:08.022 INFO O| Apr 15 03:58:08.022 INFO STEP 597 (remove_files) COMPLETE |
| 6321 | 2025-04-15T03:58:09.622Z | [ recovery-image] Apr 15 03:58:08.022 INFO O| Apr 15 03:58:08.022 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6322 | 2025-04-15T03:58:09.645Z | [ recovery-image] Apr 15 03:58:08.044 INFO O| Apr 15 03:58:08.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
| 6323 | 2025-04-15T03:58:09.645Z | [ recovery-image] Apr 15 03:58:08.044 INFO O| Apr 15 03:58:08.044 INFO STEP 598 (remove_files) COMPLETE |
| 6324 | 2025-04-15T03:58:09.649Z | [ recovery-image] Apr 15 03:58:08.044 INFO O| Apr 15 03:58:08.044 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6325 | 2025-04-15T03:58:09.670Z | [ recovery-image] Apr 15 03:58:08.069 INFO O| Apr 15 03:58:08.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
| 6326 | 2025-04-15T03:58:09.670Z | [ recovery-image] Apr 15 03:58:08.069 INFO O| Apr 15 03:58:08.069 INFO STEP 599 (remove_files) COMPLETE |
| 6327 | 2025-04-15T03:58:09.670Z | [ recovery-image] Apr 15 03:58:08.069 INFO O| Apr 15 03:58:08.069 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6328 | 2025-04-15T03:58:09.696Z | [ recovery-image] Apr 15 03:58:08.095 INFO O| Apr 15 03:58:08.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
| 6329 | 2025-04-15T03:58:09.708Z | [ recovery-image] Apr 15 03:58:08.107 INFO O| Apr 15 03:58:08.107 INFO STEP 600 (remove_files) COMPLETE |
| 6330 | 2025-04-15T03:58:09.708Z | [ recovery-image] Apr 15 03:58:08.107 INFO O| Apr 15 03:58:08.107 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6331 | 2025-04-15T03:58:09.739Z | [ recovery-image] Apr 15 03:58:08.138 INFO O| Apr 15 03:58:08.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
| 6332 | 2025-04-15T03:58:09.739Z | [ recovery-image] Apr 15 03:58:08.138 INFO O| Apr 15 03:58:08.138 INFO STEP 601 (remove_files) COMPLETE |
| 6333 | 2025-04-15T03:58:09.743Z | [ recovery-image] Apr 15 03:58:08.139 INFO O| Apr 15 03:58:08.138 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6334 | 2025-04-15T03:58:09.760Z | [ recovery-image] Apr 15 03:58:08.160 INFO O| Apr 15 03:58:08.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
| 6335 | 2025-04-15T03:58:09.760Z | [ recovery-image] Apr 15 03:58:08.160 INFO O| Apr 15 03:58:08.160 INFO STEP 602 (remove_files) COMPLETE |
| 6336 | 2025-04-15T03:58:09.764Z | [ recovery-image] Apr 15 03:58:08.160 INFO O| Apr 15 03:58:08.160 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6337 | 2025-04-15T03:58:09.783Z | [ recovery-image] Apr 15 03:58:08.182 INFO O| Apr 15 03:58:08.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
| 6338 | 2025-04-15T03:58:09.783Z | [ recovery-image] Apr 15 03:58:08.182 INFO O| Apr 15 03:58:08.182 INFO STEP 603 (remove_files) COMPLETE |
| 6339 | 2025-04-15T03:58:09.788Z | [ recovery-image] Apr 15 03:58:08.182 INFO O| Apr 15 03:58:08.182 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6340 | 2025-04-15T03:58:09.835Z | [ recovery-image] Apr 15 03:58:08.234 INFO O| Apr 15 03:58:08.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
| 6341 | 2025-04-15T03:58:09.854Z | [ recovery-image] Apr 15 03:58:08.254 INFO O| Apr 15 03:58:08.254 INFO STEP 604 (remove_files) COMPLETE |
| 6342 | 2025-04-15T03:58:09.854Z | [ recovery-image] Apr 15 03:58:08.254 INFO O| Apr 15 03:58:08.254 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6343 | 2025-04-15T03:58:09.877Z | [ recovery-image] Apr 15 03:58:08.277 INFO O| Apr 15 03:58:08.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
| 6344 | 2025-04-15T03:58:09.877Z | [ recovery-image] Apr 15 03:58:08.277 INFO O| Apr 15 03:58:08.277 INFO STEP 605 (remove_files) COMPLETE |
| 6345 | 2025-04-15T03:58:09.881Z | [ recovery-image] Apr 15 03:58:08.277 INFO O| Apr 15 03:58:08.277 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6346 | 2025-04-15T03:58:09.898Z | [ recovery-image] Apr 15 03:58:08.297 INFO O| Apr 15 03:58:08.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
| 6347 | 2025-04-15T03:58:09.898Z | [ recovery-image] Apr 15 03:58:08.297 INFO O| Apr 15 03:58:08.297 INFO STEP 606 (remove_files) COMPLETE |
| 6348 | 2025-04-15T03:58:09.898Z | [ recovery-image] Apr 15 03:58:08.297 INFO O| Apr 15 03:58:08.297 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6349 | 2025-04-15T03:58:09.918Z | [ recovery-image] Apr 15 03:58:08.317 INFO O| Apr 15 03:58:08.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
| 6350 | 2025-04-15T03:58:09.918Z | [ recovery-image] Apr 15 03:58:08.317 INFO O| Apr 15 03:58:08.317 INFO STEP 607 (remove_files) COMPLETE |
| 6351 | 2025-04-15T03:58:09.921Z | [ recovery-image] Apr 15 03:58:08.317 INFO O| Apr 15 03:58:08.317 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6352 | 2025-04-15T03:58:09.941Z | [ recovery-image] Apr 15 03:58:08.340 INFO O| Apr 15 03:58:08.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
| 6353 | 2025-04-15T03:58:09.948Z | [ recovery-image] Apr 15 03:58:08.348 INFO O| Apr 15 03:58:08.348 INFO STEP 608 (remove_files) COMPLETE |
| 6354 | 2025-04-15T03:58:09.948Z | [ recovery-image] Apr 15 03:58:08.348 INFO O| Apr 15 03:58:08.348 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6355 | 2025-04-15T03:58:09.995Z | [ recovery-image] Apr 15 03:58:08.395 INFO O| Apr 15 03:58:08.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
| 6356 | 2025-04-15T03:58:09.995Z | [ recovery-image] Apr 15 03:58:08.395 INFO O| Apr 15 03:58:08.395 INFO STEP 609 (remove_files) COMPLETE |
| 6357 | 2025-04-15T03:58:09.999Z | [ recovery-image] Apr 15 03:58:08.395 INFO O| Apr 15 03:58:08.395 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6358 | 2025-04-15T03:58:10.034Z | [ recovery-image] Apr 15 03:58:08.433 INFO O| Apr 15 03:58:08.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
| 6359 | 2025-04-15T03:58:10.034Z | [ recovery-image] Apr 15 03:58:08.433 INFO O| Apr 15 03:58:08.433 INFO STEP 610 (remove_files) COMPLETE |
| 6360 | 2025-04-15T03:58:10.034Z | [ recovery-image] Apr 15 03:58:08.433 INFO O| Apr 15 03:58:08.433 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6361 | 2025-04-15T03:58:10.068Z | [ recovery-image] Apr 15 03:58:08.467 INFO O| Apr 15 03:58:08.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
| 6362 | 2025-04-15T03:58:10.068Z | [ recovery-image] Apr 15 03:58:08.467 INFO O| Apr 15 03:58:08.467 INFO STEP 611 (remove_files) COMPLETE |
| 6363 | 2025-04-15T03:58:10.071Z | [ recovery-image] Apr 15 03:58:08.467 INFO O| Apr 15 03:58:08.467 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6364 | 2025-04-15T03:58:10.129Z | [ recovery-image] Apr 15 03:58:08.528 INFO O| Apr 15 03:58:08.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
| 6365 | 2025-04-15T03:58:10.132Z | [ recovery-image] Apr 15 03:58:08.528 INFO O| Apr 15 03:58:08.528 INFO STEP 612 (remove_files) COMPLETE |
| 6366 | 2025-04-15T03:58:10.132Z | [ recovery-image] Apr 15 03:58:08.528 INFO O| Apr 15 03:58:08.528 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6367 | 2025-04-15T03:58:10.152Z | [ recovery-image] Apr 15 03:58:08.551 INFO O| Apr 15 03:58:08.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
| 6368 | 2025-04-15T03:58:10.155Z | [ recovery-image] Apr 15 03:58:08.551 INFO O| Apr 15 03:58:08.551 INFO STEP 613 (remove_files) COMPLETE |
| 6369 | 2025-04-15T03:58:10.155Z | [ recovery-image] Apr 15 03:58:08.551 INFO O| Apr 15 03:58:08.551 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6370 | 2025-04-15T03:58:10.173Z | [ recovery-image] Apr 15 03:58:08.572 INFO O| Apr 15 03:58:08.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
| 6371 | 2025-04-15T03:58:10.176Z | [ recovery-image] Apr 15 03:58:08.572 INFO O| Apr 15 03:58:08.572 INFO STEP 614 (remove_files) COMPLETE |
| 6372 | 2025-04-15T03:58:10.176Z | [ recovery-image] Apr 15 03:58:08.572 INFO O| Apr 15 03:58:08.572 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6373 | 2025-04-15T03:58:10.208Z | [ recovery-image] Apr 15 03:58:08.607 INFO O| Apr 15 03:58:08.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
| 6374 | 2025-04-15T03:58:10.208Z | [ recovery-image] Apr 15 03:58:08.607 INFO O| Apr 15 03:58:08.607 INFO STEP 615 (remove_files) COMPLETE |
| 6375 | 2025-04-15T03:58:10.208Z | [ recovery-image] Apr 15 03:58:08.607 INFO O| Apr 15 03:58:08.607 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6376 | 2025-04-15T03:58:10.235Z | [ recovery-image] Apr 15 03:58:08.635 INFO O| Apr 15 03:58:08.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
| 6377 | 2025-04-15T03:58:10.235Z | [ recovery-image] Apr 15 03:58:08.635 INFO O| Apr 15 03:58:08.635 INFO STEP 616 (remove_files) COMPLETE |
| 6378 | 2025-04-15T03:58:10.235Z | [ recovery-image] Apr 15 03:58:08.635 INFO O| Apr 15 03:58:08.635 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6379 | 2025-04-15T03:58:10.287Z | [ recovery-image] Apr 15 03:58:08.686 INFO O| Apr 15 03:58:08.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
| 6380 | 2025-04-15T03:58:10.290Z | [ recovery-image] Apr 15 03:58:08.686 INFO O| Apr 15 03:58:08.686 INFO STEP 617 (remove_files) COMPLETE |
| 6381 | 2025-04-15T03:58:10.291Z | [ recovery-image] Apr 15 03:58:08.686 INFO O| Apr 15 03:58:08.686 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6382 | 2025-04-15T03:58:10.311Z | [ recovery-image] Apr 15 03:58:08.711 INFO O| Apr 15 03:58:08.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
| 6383 | 2025-04-15T03:58:10.311Z | [ recovery-image] Apr 15 03:58:08.711 INFO O| Apr 15 03:58:08.711 INFO STEP 618 (remove_files) COMPLETE |
| 6384 | 2025-04-15T03:58:10.315Z | [ recovery-image] Apr 15 03:58:08.711 INFO O| Apr 15 03:58:08.711 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6385 | 2025-04-15T03:58:10.355Z | [ recovery-image] Apr 15 03:58:08.754 INFO O| Apr 15 03:58:08.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
| 6386 | 2025-04-15T03:58:10.355Z | [ recovery-image] Apr 15 03:58:08.755 INFO O| Apr 15 03:58:08.754 INFO STEP 619 (remove_files) COMPLETE |
| 6387 | 2025-04-15T03:58:10.358Z | [ recovery-image] Apr 15 03:58:08.755 INFO O| Apr 15 03:58:08.755 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6388 | 2025-04-15T03:58:10.396Z | [ recovery-image] Apr 15 03:58:08.795 INFO O| Apr 15 03:58:08.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
| 6389 | 2025-04-15T03:58:10.396Z | [ recovery-image] Apr 15 03:58:08.795 INFO O| Apr 15 03:58:08.795 INFO STEP 620 (remove_files) COMPLETE |
| 6390 | 2025-04-15T03:58:10.396Z | [ recovery-image] Apr 15 03:58:08.795 INFO O| Apr 15 03:58:08.795 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6391 | 2025-04-15T03:58:10.431Z | [ recovery-image] Apr 15 03:58:08.830 INFO O| Apr 15 03:58:08.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
| 6392 | 2025-04-15T03:58:10.431Z | [ recovery-image] Apr 15 03:58:08.831 INFO O| Apr 15 03:58:08.831 INFO STEP 621 (remove_files) COMPLETE |
| 6393 | 2025-04-15T03:58:10.431Z | [ recovery-image] Apr 15 03:58:08.831 INFO O| Apr 15 03:58:08.831 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6394 | 2025-04-15T03:58:10.455Z | [ recovery-image] Apr 15 03:58:08.853 INFO O| Apr 15 03:58:08.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
| 6395 | 2025-04-15T03:58:10.455Z | [ recovery-image] Apr 15 03:58:08.853 INFO O| Apr 15 03:58:08.853 INFO STEP 622 (remove_files) COMPLETE |
| 6396 | 2025-04-15T03:58:10.455Z | [ recovery-image] Apr 15 03:58:08.853 INFO O| Apr 15 03:58:08.853 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6397 | 2025-04-15T03:58:10.492Z | [ recovery-image] Apr 15 03:58:08.890 INFO O| Apr 15 03:58:08.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
| 6398 | 2025-04-15T03:58:10.492Z | [ recovery-image] Apr 15 03:58:08.891 INFO O| Apr 15 03:58:08.890 INFO STEP 623 (remove_files) COMPLETE |
| 6399 | 2025-04-15T03:58:10.492Z | [ recovery-image] Apr 15 03:58:08.891 INFO O| Apr 15 03:58:08.891 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6400 | 2025-04-15T03:58:10.526Z | [ recovery-image] Apr 15 03:58:08.925 INFO O| Apr 15 03:58:08.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
| 6401 | 2025-04-15T03:58:10.526Z | [ recovery-image] Apr 15 03:58:08.926 INFO O| Apr 15 03:58:08.926 INFO STEP 624 (remove_files) COMPLETE |
| 6402 | 2025-04-15T03:58:10.526Z | [ recovery-image] Apr 15 03:58:08.926 INFO O| Apr 15 03:58:08.926 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6403 | 2025-04-15T03:58:10.549Z | [ recovery-image] Apr 15 03:58:08.948 INFO O| Apr 15 03:58:08.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
| 6404 | 2025-04-15T03:58:10.549Z | [ recovery-image] Apr 15 03:58:08.948 INFO O| Apr 15 03:58:08.948 INFO STEP 625 (remove_files) COMPLETE |
| 6405 | 2025-04-15T03:58:10.549Z | [ recovery-image] Apr 15 03:58:08.948 INFO O| Apr 15 03:58:08.948 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6406 | 2025-04-15T03:58:10.570Z | [ recovery-image] Apr 15 03:58:08.969 INFO O| Apr 15 03:58:08.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
| 6407 | 2025-04-15T03:58:10.570Z | [ recovery-image] Apr 15 03:58:08.969 INFO O| Apr 15 03:58:08.969 INFO STEP 626 (remove_files) COMPLETE |
| 6408 | 2025-04-15T03:58:10.573Z | [ recovery-image] Apr 15 03:58:08.969 INFO O| Apr 15 03:58:08.969 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6409 | 2025-04-15T03:58:10.590Z | [ recovery-image] Apr 15 03:58:08.990 INFO O| Apr 15 03:58:08.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
| 6410 | 2025-04-15T03:58:10.590Z | [ recovery-image] Apr 15 03:58:08.990 INFO O| Apr 15 03:58:08.990 INFO STEP 627 (remove_files) COMPLETE |
| 6411 | 2025-04-15T03:58:10.590Z | [ recovery-image] Apr 15 03:58:08.990 INFO O| Apr 15 03:58:08.990 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6412 | 2025-04-15T03:58:10.612Z | [ recovery-image] Apr 15 03:58:09.011 INFO O| Apr 15 03:58:09.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
| 6413 | 2025-04-15T03:58:10.616Z | [ recovery-image] Apr 15 03:58:09.015 INFO O| Apr 15 03:58:09.015 INFO STEP 628 (remove_files) COMPLETE |
| 6414 | 2025-04-15T03:58:10.616Z | [ recovery-image] Apr 15 03:58:09.015 INFO O| Apr 15 03:58:09.015 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6415 | 2025-04-15T03:58:10.677Z | [ recovery-image] Apr 15 03:58:09.075 INFO O| Apr 15 03:58:09.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
| 6416 | 2025-04-15T03:58:10.677Z | [ recovery-image] Apr 15 03:58:09.076 INFO O| Apr 15 03:58:09.076 INFO STEP 629 (remove_files) COMPLETE |
| 6417 | 2025-04-15T03:58:10.677Z | [ recovery-image] Apr 15 03:58:09.076 INFO O| Apr 15 03:58:09.076 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6418 | 2025-04-15T03:58:10.701Z | [ recovery-image] Apr 15 03:58:09.100 INFO O| Apr 15 03:58:09.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
| 6419 | 2025-04-15T03:58:10.701Z | [ recovery-image] Apr 15 03:58:09.100 INFO O| Apr 15 03:58:09.100 INFO STEP 630 (remove_files) COMPLETE |
| 6420 | 2025-04-15T03:58:10.701Z | [ recovery-image] Apr 15 03:58:09.100 INFO O| Apr 15 03:58:09.100 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6421 | 2025-04-15T03:58:10.725Z | [ recovery-image] Apr 15 03:58:09.125 INFO O| Apr 15 03:58:09.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
| 6422 | 2025-04-15T03:58:10.725Z | [ recovery-image] Apr 15 03:58:09.125 INFO O| Apr 15 03:58:09.125 INFO STEP 631 (remove_files) COMPLETE |
| 6423 | 2025-04-15T03:58:10.725Z | [ recovery-image] Apr 15 03:58:09.125 INFO O| Apr 15 03:58:09.125 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6424 | 2025-04-15T03:58:10.763Z | [ recovery-image] Apr 15 03:58:09.162 INFO O| Apr 15 03:58:09.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
| 6425 | 2025-04-15T03:58:10.763Z | [ recovery-image] Apr 15 03:58:09.162 INFO O| Apr 15 03:58:09.162 INFO STEP 632 (remove_files) COMPLETE |
| 6426 | 2025-04-15T03:58:10.766Z | [ recovery-image] Apr 15 03:58:09.162 INFO O| Apr 15 03:58:09.162 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6427 | 2025-04-15T03:58:10.813Z | [ recovery-image] Apr 15 03:58:09.212 INFO O| Apr 15 03:58:09.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
| 6428 | 2025-04-15T03:58:10.813Z | [ recovery-image] Apr 15 03:58:09.212 INFO O| Apr 15 03:58:09.212 INFO STEP 633 (remove_files) COMPLETE |
| 6429 | 2025-04-15T03:58:10.813Z | [ recovery-image] Apr 15 03:58:09.212 INFO O| Apr 15 03:58:09.212 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6430 | 2025-04-15T03:58:10.872Z | [ recovery-image] Apr 15 03:58:09.271 INFO O| Apr 15 03:58:09.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
| 6431 | 2025-04-15T03:58:10.872Z | [ recovery-image] Apr 15 03:58:09.271 INFO O| Apr 15 03:58:09.271 INFO STEP 634 (remove_files) COMPLETE |
| 6432 | 2025-04-15T03:58:10.872Z | [ recovery-image] Apr 15 03:58:09.271 INFO O| Apr 15 03:58:09.271 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6433 | 2025-04-15T03:58:10.897Z | [ recovery-image] Apr 15 03:58:09.297 INFO O| Apr 15 03:58:09.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
| 6434 | 2025-04-15T03:58:10.897Z | [ recovery-image] Apr 15 03:58:09.297 INFO O| Apr 15 03:58:09.297 INFO STEP 635 (remove_files) COMPLETE |
| 6435 | 2025-04-15T03:58:10.898Z | [ recovery-image] Apr 15 03:58:09.297 INFO O| Apr 15 03:58:09.297 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6436 | 2025-04-15T03:58:10.923Z | [ recovery-image] Apr 15 03:58:09.322 INFO O| Apr 15 03:58:09.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
| 6437 | 2025-04-15T03:58:10.926Z | [ recovery-image] Apr 15 03:58:09.322 INFO O| Apr 15 03:58:09.322 INFO STEP 636 (remove_files) COMPLETE |
| 6438 | 2025-04-15T03:58:10.926Z | [ recovery-image] Apr 15 03:58:09.322 INFO O| Apr 15 03:58:09.322 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6439 | 2025-04-15T03:58:10.947Z | [ recovery-image] Apr 15 03:58:09.346 INFO O| Apr 15 03:58:09.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
| 6440 | 2025-04-15T03:58:10.947Z | [ recovery-image] Apr 15 03:58:09.346 INFO O| Apr 15 03:58:09.346 INFO STEP 637 (remove_files) COMPLETE |
| 6441 | 2025-04-15T03:58:10.947Z | [ recovery-image] Apr 15 03:58:09.346 INFO O| Apr 15 03:58:09.346 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6442 | 2025-04-15T03:58:10.970Z | [ recovery-image] Apr 15 03:58:09.369 INFO O| Apr 15 03:58:09.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
| 6443 | 2025-04-15T03:58:10.973Z | [ recovery-image] Apr 15 03:58:09.369 INFO O| Apr 15 03:58:09.369 INFO STEP 638 (remove_files) COMPLETE |
| 6444 | 2025-04-15T03:58:10.973Z | [ recovery-image] Apr 15 03:58:09.369 INFO O| Apr 15 03:58:09.369 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6445 | 2025-04-15T03:58:11.013Z | [ recovery-image] Apr 15 03:58:09.412 INFO O| Apr 15 03:58:09.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
| 6446 | 2025-04-15T03:58:11.016Z | [ recovery-image] Apr 15 03:58:09.412 INFO O| Apr 15 03:58:09.412 INFO STEP 639 (remove_files) COMPLETE |
| 6447 | 2025-04-15T03:58:11.016Z | [ recovery-image] Apr 15 03:58:09.412 INFO O| Apr 15 03:58:09.412 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6448 | 2025-04-15T03:58:11.039Z | [ recovery-image] Apr 15 03:58:09.438 INFO O| Apr 15 03:58:09.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
| 6449 | 2025-04-15T03:58:11.039Z | [ recovery-image] Apr 15 03:58:09.439 INFO O| Apr 15 03:58:09.438 INFO STEP 640 (remove_files) COMPLETE |
| 6450 | 2025-04-15T03:58:11.043Z | [ recovery-image] Apr 15 03:58:09.439 INFO O| Apr 15 03:58:09.439 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6451 | 2025-04-15T03:58:11.064Z | [ recovery-image] Apr 15 03:58:09.463 INFO O| Apr 15 03:58:09.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
| 6452 | 2025-04-15T03:58:11.067Z | [ recovery-image] Apr 15 03:58:09.463 INFO O| Apr 15 03:58:09.463 INFO STEP 641 (remove_files) COMPLETE |
| 6453 | 2025-04-15T03:58:11.067Z | [ recovery-image] Apr 15 03:58:09.463 INFO O| Apr 15 03:58:09.463 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6454 | 2025-04-15T03:58:11.150Z | [ recovery-image] Apr 15 03:58:09.549 INFO O| Apr 15 03:58:09.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
| 6455 | 2025-04-15T03:58:11.150Z | [ recovery-image] Apr 15 03:58:09.549 INFO O| Apr 15 03:58:09.549 INFO STEP 642 (remove_files) COMPLETE |
| 6456 | 2025-04-15T03:58:11.153Z | [ recovery-image] Apr 15 03:58:09.549 INFO O| Apr 15 03:58:09.549 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6457 | 2025-04-15T03:58:11.173Z | [ recovery-image] Apr 15 03:58:09.572 INFO O| Apr 15 03:58:09.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
| 6458 | 2025-04-15T03:58:11.176Z | [ recovery-image] Apr 15 03:58:09.572 INFO O| Apr 15 03:58:09.572 INFO STEP 643 (remove_files) COMPLETE |
| 6459 | 2025-04-15T03:58:11.176Z | [ recovery-image] Apr 15 03:58:09.572 INFO O| Apr 15 03:58:09.572 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6460 | 2025-04-15T03:58:11.194Z | [ recovery-image] Apr 15 03:58:09.593 INFO O| Apr 15 03:58:09.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
| 6461 | 2025-04-15T03:58:11.194Z | [ recovery-image] Apr 15 03:58:09.593 INFO O| Apr 15 03:58:09.593 INFO STEP 644 (remove_files) COMPLETE |
| 6462 | 2025-04-15T03:58:11.197Z | [ recovery-image] Apr 15 03:58:09.593 INFO O| Apr 15 03:58:09.593 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6463 | 2025-04-15T03:58:11.215Z | [ recovery-image] Apr 15 03:58:09.614 INFO O| Apr 15 03:58:09.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
| 6464 | 2025-04-15T03:58:11.215Z | [ recovery-image] Apr 15 03:58:09.614 INFO O| Apr 15 03:58:09.614 INFO STEP 645 (remove_files) COMPLETE |
| 6465 | 2025-04-15T03:58:11.218Z | [ recovery-image] Apr 15 03:58:09.615 INFO O| Apr 15 03:58:09.614 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6466 | 2025-04-15T03:58:11.255Z | [ recovery-image] Apr 15 03:58:09.653 INFO O| Apr 15 03:58:09.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
| 6467 | 2025-04-15T03:58:11.255Z | [ recovery-image] Apr 15 03:58:09.653 INFO O| Apr 15 03:58:09.653 INFO STEP 646 (remove_files) COMPLETE |
| 6468 | 2025-04-15T03:58:11.255Z | [ recovery-image] Apr 15 03:58:09.653 INFO O| Apr 15 03:58:09.653 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6469 | 2025-04-15T03:58:11.276Z | [ recovery-image] Apr 15 03:58:09.675 INFO O| Apr 15 03:58:09.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
| 6470 | 2025-04-15T03:58:11.279Z | [ recovery-image] Apr 15 03:58:09.676 INFO O| Apr 15 03:58:09.676 INFO STEP 647 (remove_files) COMPLETE |
| 6471 | 2025-04-15T03:58:11.280Z | [ recovery-image] Apr 15 03:58:09.676 INFO O| Apr 15 03:58:09.676 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6472 | 2025-04-15T03:58:11.300Z | [ recovery-image] Apr 15 03:58:09.699 INFO O| Apr 15 03:58:09.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
| 6473 | 2025-04-15T03:58:11.300Z | [ recovery-image] Apr 15 03:58:09.699 INFO O| Apr 15 03:58:09.699 INFO STEP 648 (remove_files) COMPLETE |
| 6474 | 2025-04-15T03:58:11.300Z | [ recovery-image] Apr 15 03:58:09.699 INFO O| Apr 15 03:58:09.699 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6475 | 2025-04-15T03:58:11.320Z | [ recovery-image] Apr 15 03:58:09.719 INFO O| Apr 15 03:58:09.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
| 6476 | 2025-04-15T03:58:11.320Z | [ recovery-image] Apr 15 03:58:09.719 INFO O| Apr 15 03:58:09.719 INFO STEP 649 (remove_files) COMPLETE |
| 6477 | 2025-04-15T03:58:11.323Z | [ recovery-image] Apr 15 03:58:09.719 INFO O| Apr 15 03:58:09.719 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6478 | 2025-04-15T03:58:11.339Z | [ recovery-image] Apr 15 03:58:09.738 INFO O| Apr 15 03:58:09.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
| 6479 | 2025-04-15T03:58:11.339Z | [ recovery-image] Apr 15 03:58:09.738 INFO O| Apr 15 03:58:09.738 INFO STEP 650 (remove_files) COMPLETE |
| 6480 | 2025-04-15T03:58:11.339Z | [ recovery-image] Apr 15 03:58:09.738 INFO O| Apr 15 03:58:09.738 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6481 | 2025-04-15T03:58:11.363Z | [ recovery-image] Apr 15 03:58:09.760 INFO O| Apr 15 03:58:09.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
| 6482 | 2025-04-15T03:58:11.366Z | [ recovery-image] Apr 15 03:58:09.760 INFO O| Apr 15 03:58:09.760 INFO STEP 651 (remove_files) COMPLETE |
| 6483 | 2025-04-15T03:58:11.366Z | [ recovery-image] Apr 15 03:58:09.760 INFO O| Apr 15 03:58:09.760 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6484 | 2025-04-15T03:58:11.386Z | [ recovery-image] Apr 15 03:58:09.785 INFO O| Apr 15 03:58:09.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
| 6485 | 2025-04-15T03:58:11.390Z | [ recovery-image] Apr 15 03:58:09.786 INFO O| Apr 15 03:58:09.786 INFO STEP 652 (remove_files) COMPLETE |
| 6486 | 2025-04-15T03:58:11.390Z | [ recovery-image] Apr 15 03:58:09.787 INFO O| Apr 15 03:58:09.786 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6487 | 2025-04-15T03:58:11.450Z | [ recovery-image] Apr 15 03:58:09.849 INFO O| Apr 15 03:58:09.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
| 6488 | 2025-04-15T03:58:11.454Z | [ recovery-image] Apr 15 03:58:09.849 INFO O| Apr 15 03:58:09.849 INFO STEP 653 (remove_files) COMPLETE |
| 6489 | 2025-04-15T03:58:11.454Z | [ recovery-image] Apr 15 03:58:09.850 INFO O| Apr 15 03:58:09.849 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6490 | 2025-04-15T03:58:11.475Z | [ recovery-image] Apr 15 03:58:09.874 INFO O| Apr 15 03:58:09.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
| 6491 | 2025-04-15T03:58:11.478Z | [ recovery-image] Apr 15 03:58:09.874 INFO O| Apr 15 03:58:09.874 INFO STEP 654 (remove_files) COMPLETE |
| 6492 | 2025-04-15T03:58:11.478Z | [ recovery-image] Apr 15 03:58:09.874 INFO O| Apr 15 03:58:09.874 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6493 | 2025-04-15T03:58:11.500Z | [ recovery-image] Apr 15 03:58:09.899 INFO O| Apr 15 03:58:09.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
| 6494 | 2025-04-15T03:58:11.503Z | [ recovery-image] Apr 15 03:58:09.899 INFO O| Apr 15 03:58:09.899 INFO STEP 655 (remove_files) COMPLETE |
| 6495 | 2025-04-15T03:58:11.503Z | [ recovery-image] Apr 15 03:58:09.899 INFO O| Apr 15 03:58:09.899 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6496 | 2025-04-15T03:58:11.540Z | [ recovery-image] Apr 15 03:58:09.939 INFO O| Apr 15 03:58:09.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
| 6497 | 2025-04-15T03:58:11.543Z | [ recovery-image] Apr 15 03:58:09.939 INFO O| Apr 15 03:58:09.939 INFO STEP 656 (remove_files) COMPLETE |
| 6498 | 2025-04-15T03:58:11.543Z | [ recovery-image] Apr 15 03:58:09.939 INFO O| Apr 15 03:58:09.939 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6499 | 2025-04-15T03:58:11.566Z | [ recovery-image] Apr 15 03:58:09.965 INFO O| Apr 15 03:58:09.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
| 6500 | 2025-04-15T03:58:11.569Z | [ recovery-image] Apr 15 03:58:09.965 INFO O| Apr 15 03:58:09.965 INFO STEP 657 (remove_files) COMPLETE |
| 6501 | 2025-04-15T03:58:11.569Z | [ recovery-image] Apr 15 03:58:09.966 INFO O| Apr 15 03:58:09.965 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6502 | 2025-04-15T03:58:11.591Z | [ recovery-image] Apr 15 03:58:09.990 INFO O| Apr 15 03:58:09.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
| 6503 | 2025-04-15T03:58:11.595Z | [ recovery-image] Apr 15 03:58:09.991 INFO O| Apr 15 03:58:09.991 INFO STEP 658 (remove_files) COMPLETE |
| 6504 | 2025-04-15T03:58:11.595Z | [ recovery-image] Apr 15 03:58:09.991 INFO O| Apr 15 03:58:09.991 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6505 | 2025-04-15T03:58:11.618Z | [ recovery-image] Apr 15 03:58:10.017 INFO O| Apr 15 03:58:10.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
| 6506 | 2025-04-15T03:58:11.621Z | [ recovery-image] Apr 15 03:58:10.018 INFO O| Apr 15 03:58:10.017 INFO STEP 659 (remove_files) COMPLETE |
| 6507 | 2025-04-15T03:58:11.622Z | [ recovery-image] Apr 15 03:58:10.018 INFO O| Apr 15 03:58:10.018 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6508 | 2025-04-15T03:58:11.643Z | [ recovery-image] Apr 15 03:58:10.043 INFO O| Apr 15 03:58:10.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
| 6509 | 2025-04-15T03:58:11.644Z | [ recovery-image] Apr 15 03:58:10.043 INFO O| Apr 15 03:58:10.043 INFO STEP 660 (remove_files) COMPLETE |
| 6510 | 2025-04-15T03:58:11.647Z | [ recovery-image] Apr 15 03:58:10.043 INFO O| Apr 15 03:58:10.043 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6511 | 2025-04-15T03:58:11.667Z | [ recovery-image] Apr 15 03:58:10.066 INFO O| Apr 15 03:58:10.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
| 6512 | 2025-04-15T03:58:11.667Z | [ recovery-image] Apr 15 03:58:10.066 INFO O| Apr 15 03:58:10.066 INFO STEP 661 (remove_files) COMPLETE |
| 6513 | 2025-04-15T03:58:11.667Z | [ recovery-image] Apr 15 03:58:10.066 INFO O| Apr 15 03:58:10.066 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6514 | 2025-04-15T03:58:11.690Z | [ recovery-image] Apr 15 03:58:10.089 INFO O| Apr 15 03:58:10.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
| 6515 | 2025-04-15T03:58:11.690Z | [ recovery-image] Apr 15 03:58:10.089 INFO O| Apr 15 03:58:10.089 INFO STEP 662 (remove_files) COMPLETE |
| 6516 | 2025-04-15T03:58:11.690Z | [ recovery-image] Apr 15 03:58:10.089 INFO O| Apr 15 03:58:10.089 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6517 | 2025-04-15T03:58:11.714Z | [ recovery-image] Apr 15 03:58:10.113 INFO O| Apr 15 03:58:10.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
| 6518 | 2025-04-15T03:58:11.720Z | [ recovery-image] Apr 15 03:58:10.119 INFO O| Apr 15 03:58:10.119 INFO STEP 663 (remove_files) COMPLETE |
| 6519 | 2025-04-15T03:58:11.720Z | [ recovery-image] Apr 15 03:58:10.119 INFO O| Apr 15 03:58:10.119 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6520 | 2025-04-15T03:58:11.743Z | [ recovery-image] Apr 15 03:58:10.143 INFO O| Apr 15 03:58:10.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
| 6521 | 2025-04-15T03:58:11.744Z | [ recovery-image] Apr 15 03:58:10.143 INFO O| Apr 15 03:58:10.143 INFO STEP 664 (remove_files) COMPLETE |
| 6522 | 2025-04-15T03:58:11.747Z | [ recovery-image] Apr 15 03:58:10.143 INFO O| Apr 15 03:58:10.143 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6523 | 2025-04-15T03:58:11.772Z | [ recovery-image] Apr 15 03:58:10.171 INFO O| Apr 15 03:58:10.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
| 6524 | 2025-04-15T03:58:11.772Z | [ recovery-image] Apr 15 03:58:10.171 INFO O| Apr 15 03:58:10.171 INFO STEP 665 (remove_files) COMPLETE |
| 6525 | 2025-04-15T03:58:11.775Z | [ recovery-image] Apr 15 03:58:10.171 INFO O| Apr 15 03:58:10.171 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6526 | 2025-04-15T03:58:11.811Z | [ recovery-image] Apr 15 03:58:10.210 INFO O| Apr 15 03:58:10.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
| 6527 | 2025-04-15T03:58:11.811Z | [ recovery-image] Apr 15 03:58:10.210 INFO O| Apr 15 03:58:10.210 INFO STEP 666 (remove_files) COMPLETE |
| 6528 | 2025-04-15T03:58:11.811Z | [ recovery-image] Apr 15 03:58:10.210 INFO O| Apr 15 03:58:10.210 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6529 | 2025-04-15T03:58:11.835Z | [ recovery-image] Apr 15 03:58:10.234 INFO O| Apr 15 03:58:10.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
| 6530 | 2025-04-15T03:58:11.835Z | [ recovery-image] Apr 15 03:58:10.234 INFO O| Apr 15 03:58:10.234 INFO STEP 667 (remove_files) COMPLETE |
| 6531 | 2025-04-15T03:58:11.838Z | [ recovery-image] Apr 15 03:58:10.234 INFO O| Apr 15 03:58:10.234 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6532 | 2025-04-15T03:58:11.859Z | [ recovery-image] Apr 15 03:58:10.258 INFO O| Apr 15 03:58:10.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
| 6533 | 2025-04-15T03:58:11.859Z | [ recovery-image] Apr 15 03:58:10.258 INFO O| Apr 15 03:58:10.258 INFO STEP 668 (remove_files) COMPLETE |
| 6534 | 2025-04-15T03:58:11.859Z | [ recovery-image] Apr 15 03:58:10.258 INFO O| Apr 15 03:58:10.258 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6535 | 2025-04-15T03:58:11.890Z | [ recovery-image] Apr 15 03:58:10.289 INFO O| Apr 15 03:58:10.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
| 6536 | 2025-04-15T03:58:11.890Z | [ recovery-image] Apr 15 03:58:10.289 INFO O| Apr 15 03:58:10.289 INFO STEP 669 (remove_files) COMPLETE |
| 6537 | 2025-04-15T03:58:11.890Z | [ recovery-image] Apr 15 03:58:10.289 INFO O| Apr 15 03:58:10.289 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6538 | 2025-04-15T03:58:11.915Z | [ recovery-image] Apr 15 03:58:10.314 INFO O| Apr 15 03:58:10.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
| 6539 | 2025-04-15T03:58:11.936Z | [ recovery-image] Apr 15 03:58:10.334 INFO O| Apr 15 03:58:10.334 INFO STEP 670 (remove_files) COMPLETE |
| 6540 | 2025-04-15T03:58:11.936Z | [ recovery-image] Apr 15 03:58:10.334 INFO O| Apr 15 03:58:10.334 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6541 | 2025-04-15T03:58:11.970Z | [ recovery-image] Apr 15 03:58:10.369 INFO O| Apr 15 03:58:10.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
| 6542 | 2025-04-15T03:58:11.994Z | [ recovery-image] Apr 15 03:58:10.392 INFO O| Apr 15 03:58:10.392 INFO STEP 671 (remove_files) COMPLETE |
| 6543 | 2025-04-15T03:58:11.994Z | [ recovery-image] Apr 15 03:58:10.392 INFO O| Apr 15 03:58:10.392 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6544 | 2025-04-15T03:58:12.066Z | [ recovery-image] Apr 15 03:58:10.464 INFO O| Apr 15 03:58:10.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
| 6545 | 2025-04-15T03:58:12.066Z | [ recovery-image] Apr 15 03:58:10.464 INFO O| Apr 15 03:58:10.464 INFO STEP 672 (remove_files) COMPLETE |
| 6546 | 2025-04-15T03:58:12.066Z | [ recovery-image] Apr 15 03:58:10.464 INFO O| Apr 15 03:58:10.464 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6547 | 2025-04-15T03:58:12.089Z | [ recovery-image] Apr 15 03:58:10.488 INFO O| Apr 15 03:58:10.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
| 6548 | 2025-04-15T03:58:12.090Z | [ recovery-image] Apr 15 03:58:10.488 INFO O| Apr 15 03:58:10.488 INFO STEP 673 (remove_files) COMPLETE |
| 6549 | 2025-04-15T03:58:12.090Z | [ recovery-image] Apr 15 03:58:10.488 INFO O| Apr 15 03:58:10.488 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6550 | 2025-04-15T03:58:12.117Z | [ recovery-image] Apr 15 03:58:10.516 INFO O| Apr 15 03:58:10.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
| 6551 | 2025-04-15T03:58:12.118Z | [ recovery-image] Apr 15 03:58:10.517 INFO O| Apr 15 03:58:10.517 INFO STEP 674 (remove_files) COMPLETE |
| 6552 | 2025-04-15T03:58:12.121Z | [ recovery-image] Apr 15 03:58:10.517 INFO O| Apr 15 03:58:10.517 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6553 | 2025-04-15T03:58:12.206Z | [ recovery-image] Apr 15 03:58:10.604 INFO O| Apr 15 03:58:10.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
| 6554 | 2025-04-15T03:58:12.209Z | [ recovery-image] Apr 15 03:58:10.604 INFO O| Apr 15 03:58:10.604 INFO STEP 675 (remove_files) COMPLETE |
| 6555 | 2025-04-15T03:58:12.209Z | [ recovery-image] Apr 15 03:58:10.604 INFO O| Apr 15 03:58:10.604 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6556 | 2025-04-15T03:58:12.229Z | [ recovery-image] Apr 15 03:58:10.628 INFO O| Apr 15 03:58:10.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
| 6557 | 2025-04-15T03:58:12.232Z | [ recovery-image] Apr 15 03:58:10.628 INFO O| Apr 15 03:58:10.628 INFO STEP 676 (remove_files) COMPLETE |
| 6558 | 2025-04-15T03:58:12.232Z | [ recovery-image] Apr 15 03:58:10.628 INFO O| Apr 15 03:58:10.628 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6559 | 2025-04-15T03:58:12.251Z | [ recovery-image] Apr 15 03:58:10.650 INFO O| Apr 15 03:58:10.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
| 6560 | 2025-04-15T03:58:12.255Z | [ recovery-image] Apr 15 03:58:10.650 INFO O| Apr 15 03:58:10.650 INFO STEP 677 (remove_files) COMPLETE |
| 6561 | 2025-04-15T03:58:12.255Z | [ recovery-image] Apr 15 03:58:10.650 INFO O| Apr 15 03:58:10.650 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6562 | 2025-04-15T03:58:12.274Z | [ recovery-image] Apr 15 03:58:10.672 INFO O| Apr 15 03:58:10.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
| 6563 | 2025-04-15T03:58:12.277Z | [ recovery-image] Apr 15 03:58:10.672 INFO O| Apr 15 03:58:10.672 INFO STEP 678 (remove_files) COMPLETE |
| 6564 | 2025-04-15T03:58:12.277Z | [ recovery-image] Apr 15 03:58:10.672 INFO O| Apr 15 03:58:10.672 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6565 | 2025-04-15T03:58:12.294Z | [ recovery-image] Apr 15 03:58:10.693 INFO O| Apr 15 03:58:10.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
| 6566 | 2025-04-15T03:58:12.298Z | [ recovery-image] Apr 15 03:58:10.694 INFO O| Apr 15 03:58:10.694 INFO STEP 679 (remove_files) COMPLETE |
| 6567 | 2025-04-15T03:58:12.298Z | [ recovery-image] Apr 15 03:58:10.694 INFO O| Apr 15 03:58:10.694 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6568 | 2025-04-15T03:58:12.316Z | [ recovery-image] Apr 15 03:58:10.715 INFO O| Apr 15 03:58:10.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
| 6569 | 2025-04-15T03:58:12.320Z | [ recovery-image] Apr 15 03:58:10.715 INFO O| Apr 15 03:58:10.715 INFO STEP 680 (remove_files) COMPLETE |
| 6570 | 2025-04-15T03:58:12.320Z | [ recovery-image] Apr 15 03:58:10.715 INFO O| Apr 15 03:58:10.715 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6571 | 2025-04-15T03:58:12.338Z | [ recovery-image] Apr 15 03:58:10.737 INFO O| Apr 15 03:58:10.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
| 6572 | 2025-04-15T03:58:12.338Z | [ recovery-image] Apr 15 03:58:10.737 INFO O| Apr 15 03:58:10.737 INFO STEP 681 (remove_files) COMPLETE |
| 6573 | 2025-04-15T03:58:12.341Z | [ recovery-image] Apr 15 03:58:10.737 INFO O| Apr 15 03:58:10.737 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6574 | 2025-04-15T03:58:12.361Z | [ recovery-image] Apr 15 03:58:10.760 INFO O| Apr 15 03:58:10.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
| 6575 | 2025-04-15T03:58:12.364Z | [ recovery-image] Apr 15 03:58:10.760 INFO O| Apr 15 03:58:10.760 INFO STEP 682 (remove_files) COMPLETE |
| 6576 | 2025-04-15T03:58:12.365Z | [ recovery-image] Apr 15 03:58:10.760 INFO O| Apr 15 03:58:10.760 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6577 | 2025-04-15T03:58:12.384Z | [ recovery-image] Apr 15 03:58:10.783 INFO O| Apr 15 03:58:10.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
| 6578 | 2025-04-15T03:58:12.387Z | [ recovery-image] Apr 15 03:58:10.784 INFO O| Apr 15 03:58:10.784 INFO STEP 683 (remove_files) COMPLETE |
| 6579 | 2025-04-15T03:58:12.387Z | [ recovery-image] Apr 15 03:58:10.784 INFO O| Apr 15 03:58:10.784 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6580 | 2025-04-15T03:58:12.445Z | [ recovery-image] Apr 15 03:58:10.844 INFO O| Apr 15 03:58:10.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
| 6581 | 2025-04-15T03:58:12.448Z | [ recovery-image] Apr 15 03:58:10.844 INFO O| Apr 15 03:58:10.844 INFO STEP 684 (remove_files) COMPLETE |
| 6582 | 2025-04-15T03:58:12.448Z | [ recovery-image] Apr 15 03:58:10.844 INFO O| Apr 15 03:58:10.844 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6583 | 2025-04-15T03:58:12.470Z | [ recovery-image] Apr 15 03:58:10.869 INFO O| Apr 15 03:58:10.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
| 6584 | 2025-04-15T03:58:12.470Z | [ recovery-image] Apr 15 03:58:10.869 INFO O| Apr 15 03:58:10.869 INFO STEP 685 (remove_files) COMPLETE |
| 6585 | 2025-04-15T03:58:12.474Z | [ recovery-image] Apr 15 03:58:10.869 INFO O| Apr 15 03:58:10.869 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6586 | 2025-04-15T03:58:12.492Z | [ recovery-image] Apr 15 03:58:10.891 INFO O| Apr 15 03:58:10.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
| 6587 | 2025-04-15T03:58:12.492Z | [ recovery-image] Apr 15 03:58:10.891 INFO O| Apr 15 03:58:10.891 INFO STEP 686 (remove_files) COMPLETE |
| 6588 | 2025-04-15T03:58:12.492Z | [ recovery-image] Apr 15 03:58:10.891 INFO O| Apr 15 03:58:10.891 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6589 | 2025-04-15T03:58:12.514Z | [ recovery-image] Apr 15 03:58:10.913 INFO O| Apr 15 03:58:10.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
| 6590 | 2025-04-15T03:58:12.514Z | [ recovery-image] Apr 15 03:58:10.913 INFO O| Apr 15 03:58:10.913 INFO STEP 687 (remove_files) COMPLETE |
| 6591 | 2025-04-15T03:58:12.517Z | [ recovery-image] Apr 15 03:58:10.913 INFO O| Apr 15 03:58:10.913 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6592 | 2025-04-15T03:58:12.538Z | [ recovery-image] Apr 15 03:58:10.937 INFO O| Apr 15 03:58:10.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
| 6593 | 2025-04-15T03:58:12.538Z | [ recovery-image] Apr 15 03:58:10.937 INFO O| Apr 15 03:58:10.937 INFO STEP 688 (remove_files) COMPLETE |
| 6594 | 2025-04-15T03:58:12.541Z | [ recovery-image] Apr 15 03:58:10.937 INFO O| Apr 15 03:58:10.937 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6595 | 2025-04-15T03:58:12.562Z | [ recovery-image] Apr 15 03:58:10.960 INFO O| Apr 15 03:58:10.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
| 6596 | 2025-04-15T03:58:12.562Z | [ recovery-image] Apr 15 03:58:10.960 INFO O| Apr 15 03:58:10.960 INFO STEP 689 (remove_files) COMPLETE |
| 6597 | 2025-04-15T03:58:12.565Z | [ recovery-image] Apr 15 03:58:10.960 INFO O| Apr 15 03:58:10.960 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6598 | 2025-04-15T03:58:12.600Z | [ recovery-image] Apr 15 03:58:10.998 INFO O| Apr 15 03:58:10.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
| 6599 | 2025-04-15T03:58:12.600Z | [ recovery-image] Apr 15 03:58:10.998 INFO O| Apr 15 03:58:10.998 INFO STEP 690 (remove_files) COMPLETE |
| 6600 | 2025-04-15T03:58:12.600Z | [ recovery-image] Apr 15 03:58:10.998 INFO O| Apr 15 03:58:10.998 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6601 | 2025-04-15T03:58:12.621Z | [ recovery-image] Apr 15 03:58:11.020 INFO O| Apr 15 03:58:11.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
| 6602 | 2025-04-15T03:58:12.621Z | [ recovery-image] Apr 15 03:58:11.020 INFO O| Apr 15 03:58:11.020 INFO STEP 691 (remove_files) COMPLETE |
| 6603 | 2025-04-15T03:58:12.621Z | [ recovery-image] Apr 15 03:58:11.020 INFO O| Apr 15 03:58:11.020 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6604 | 2025-04-15T03:58:12.645Z | [ recovery-image] Apr 15 03:58:11.044 INFO O| Apr 15 03:58:11.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
| 6605 | 2025-04-15T03:58:12.645Z | [ recovery-image] Apr 15 03:58:11.044 INFO O| Apr 15 03:58:11.044 INFO STEP 692 (remove_files) COMPLETE |
| 6606 | 2025-04-15T03:58:12.645Z | [ recovery-image] Apr 15 03:58:11.044 INFO O| Apr 15 03:58:11.044 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6607 | 2025-04-15T03:58:12.681Z | [ recovery-image] Apr 15 03:58:11.080 INFO O| Apr 15 03:58:11.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
| 6608 | 2025-04-15T03:58:12.681Z | [ recovery-image] Apr 15 03:58:11.080 INFO O| Apr 15 03:58:11.080 INFO STEP 693 (remove_files) COMPLETE |
| 6609 | 2025-04-15T03:58:12.686Z | [ recovery-image] Apr 15 03:58:11.080 INFO O| Apr 15 03:58:11.080 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6610 | 2025-04-15T03:58:12.703Z | [ recovery-image] Apr 15 03:58:11.102 INFO O| Apr 15 03:58:11.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
| 6611 | 2025-04-15T03:58:12.703Z | [ recovery-image] Apr 15 03:58:11.102 INFO O| Apr 15 03:58:11.102 INFO STEP 694 (remove_files) COMPLETE |
| 6612 | 2025-04-15T03:58:12.703Z | [ recovery-image] Apr 15 03:58:11.102 INFO O| Apr 15 03:58:11.102 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6613 | 2025-04-15T03:58:12.746Z | [ recovery-image] Apr 15 03:58:11.145 INFO O| Apr 15 03:58:11.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
| 6614 | 2025-04-15T03:58:12.750Z | [ recovery-image] Apr 15 03:58:11.145 INFO O| Apr 15 03:58:11.145 INFO STEP 695 (remove_files) COMPLETE |
| 6615 | 2025-04-15T03:58:12.750Z | [ recovery-image] Apr 15 03:58:11.145 INFO O| Apr 15 03:58:11.145 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6616 | 2025-04-15T03:58:12.770Z | [ recovery-image] Apr 15 03:58:11.169 INFO O| Apr 15 03:58:11.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 6617 | 2025-04-15T03:58:12.770Z | [ recovery-image] Apr 15 03:58:11.169 INFO O| Apr 15 03:58:11.169 INFO STEP 696 (remove_files) COMPLETE |
| 6618 | 2025-04-15T03:58:12.770Z | [ recovery-image] Apr 15 03:58:11.169 INFO O| Apr 15 03:58:11.169 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6619 | 2025-04-15T03:58:12.810Z | [ recovery-image] Apr 15 03:58:11.209 INFO O| Apr 15 03:58:11.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
| 6620 | 2025-04-15T03:58:12.810Z | [ recovery-image] Apr 15 03:58:11.209 INFO O| Apr 15 03:58:11.209 INFO STEP 697 (remove_files) COMPLETE |
| 6621 | 2025-04-15T03:58:12.810Z | [ recovery-image] Apr 15 03:58:11.209 INFO O| Apr 15 03:58:11.209 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6622 | 2025-04-15T03:58:12.835Z | [ recovery-image] Apr 15 03:58:11.234 INFO O| Apr 15 03:58:11.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
| 6623 | 2025-04-15T03:58:12.835Z | [ recovery-image] Apr 15 03:58:11.234 INFO O| Apr 15 03:58:11.234 INFO STEP 698 (remove_files) COMPLETE |
| 6624 | 2025-04-15T03:58:12.835Z | [ recovery-image] Apr 15 03:58:11.235 INFO O| Apr 15 03:58:11.234 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6625 | 2025-04-15T03:58:12.859Z | [ recovery-image] Apr 15 03:58:11.258 INFO O| Apr 15 03:58:11.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
| 6626 | 2025-04-15T03:58:12.859Z | [ recovery-image] Apr 15 03:58:11.258 INFO O| Apr 15 03:58:11.258 INFO STEP 699 (remove_files) COMPLETE |
| 6627 | 2025-04-15T03:58:12.859Z | [ recovery-image] Apr 15 03:58:11.258 INFO O| Apr 15 03:58:11.258 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6628 | 2025-04-15T03:58:12.882Z | [ recovery-image] Apr 15 03:58:11.281 INFO O| Apr 15 03:58:11.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
| 6629 | 2025-04-15T03:58:12.882Z | [ recovery-image] Apr 15 03:58:11.281 INFO O| Apr 15 03:58:11.281 INFO STEP 700 (remove_files) COMPLETE |
| 6630 | 2025-04-15T03:58:12.888Z | [ recovery-image] Apr 15 03:58:11.281 INFO O| Apr 15 03:58:11.281 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6631 | 2025-04-15T03:58:12.905Z | [ recovery-image] Apr 15 03:58:11.304 INFO O| Apr 15 03:58:11.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
| 6632 | 2025-04-15T03:58:12.905Z | [ recovery-image] Apr 15 03:58:11.304 INFO O| Apr 15 03:58:11.304 INFO STEP 701 (remove_files) COMPLETE |
| 6633 | 2025-04-15T03:58:12.905Z | [ recovery-image] Apr 15 03:58:11.304 INFO O| Apr 15 03:58:11.304 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6634 | 2025-04-15T03:58:12.938Z | [ recovery-image] Apr 15 03:58:11.337 INFO O| Apr 15 03:58:11.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
| 6635 | 2025-04-15T03:58:12.938Z | [ recovery-image] Apr 15 03:58:11.337 INFO O| Apr 15 03:58:11.337 INFO STEP 702 (remove_files) COMPLETE |
| 6636 | 2025-04-15T03:58:12.938Z | [ recovery-image] Apr 15 03:58:11.337 INFO O| Apr 15 03:58:11.337 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6637 | 2025-04-15T03:58:12.962Z | [ recovery-image] Apr 15 03:58:11.361 INFO O| Apr 15 03:58:11.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
| 6638 | 2025-04-15T03:58:12.962Z | [ recovery-image] Apr 15 03:58:11.361 INFO O| Apr 15 03:58:11.361 INFO STEP 703 (remove_files) COMPLETE |
| 6639 | 2025-04-15T03:58:12.965Z | [ recovery-image] Apr 15 03:58:11.361 INFO O| Apr 15 03:58:11.361 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6640 | 2025-04-15T03:58:12.985Z | [ recovery-image] Apr 15 03:58:11.384 INFO O| Apr 15 03:58:11.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
| 6641 | 2025-04-15T03:58:13.003Z | [ recovery-image] Apr 15 03:58:11.401 INFO O| Apr 15 03:58:11.401 INFO STEP 704 (remove_files) COMPLETE |
| 6642 | 2025-04-15T03:58:13.003Z | [ recovery-image] Apr 15 03:58:11.401 INFO O| Apr 15 03:58:11.401 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6643 | 2025-04-15T03:58:13.062Z | [ recovery-image] Apr 15 03:58:11.461 INFO O| Apr 15 03:58:11.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
| 6644 | 2025-04-15T03:58:13.062Z | [ recovery-image] Apr 15 03:58:11.461 INFO O| Apr 15 03:58:11.461 INFO STEP 705 (remove_files) COMPLETE |
| 6645 | 2025-04-15T03:58:13.065Z | [ recovery-image] Apr 15 03:58:11.461 INFO O| Apr 15 03:58:11.461 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6646 | 2025-04-15T03:58:13.087Z | [ recovery-image] Apr 15 03:58:11.484 INFO O| Apr 15 03:58:11.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
| 6647 | 2025-04-15T03:58:13.092Z | [ recovery-image] Apr 15 03:58:11.490 INFO O| Apr 15 03:58:11.490 INFO STEP 706 (remove_files) COMPLETE |
| 6648 | 2025-04-15T03:58:13.092Z | [ recovery-image] Apr 15 03:58:11.490 INFO O| Apr 15 03:58:11.490 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6649 | 2025-04-15T03:58:13.128Z | [ recovery-image] Apr 15 03:58:11.527 INFO O| Apr 15 03:58:11.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
| 6650 | 2025-04-15T03:58:13.128Z | [ recovery-image] Apr 15 03:58:11.527 INFO O| Apr 15 03:58:11.527 INFO STEP 707 (remove_files) COMPLETE |
| 6651 | 2025-04-15T03:58:13.128Z | [ recovery-image] Apr 15 03:58:11.527 INFO O| Apr 15 03:58:11.527 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6652 | 2025-04-15T03:58:13.150Z | [ recovery-image] Apr 15 03:58:11.549 INFO O| Apr 15 03:58:11.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
| 6653 | 2025-04-15T03:58:13.170Z | [ recovery-image] Apr 15 03:58:11.568 INFO O| Apr 15 03:58:11.568 INFO STEP 708 (remove_files) COMPLETE |
| 6654 | 2025-04-15T03:58:13.170Z | [ recovery-image] Apr 15 03:58:11.568 INFO O| Apr 15 03:58:11.568 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6655 | 2025-04-15T03:58:13.202Z | [ recovery-image] Apr 15 03:58:11.601 INFO O| Apr 15 03:58:11.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
| 6656 | 2025-04-15T03:58:13.202Z | [ recovery-image] Apr 15 03:58:11.601 INFO O| Apr 15 03:58:11.601 INFO STEP 709 (remove_files) COMPLETE |
| 6657 | 2025-04-15T03:58:13.202Z | [ recovery-image] Apr 15 03:58:11.601 INFO O| Apr 15 03:58:11.601 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6658 | 2025-04-15T03:58:13.237Z | [ recovery-image] Apr 15 03:58:11.635 INFO O| Apr 15 03:58:11.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
| 6659 | 2025-04-15T03:58:13.237Z | [ recovery-image] Apr 15 03:58:11.636 INFO O| Apr 15 03:58:11.636 INFO STEP 710 (remove_files) COMPLETE |
| 6660 | 2025-04-15T03:58:13.237Z | [ recovery-image] Apr 15 03:58:11.636 INFO O| Apr 15 03:58:11.636 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6661 | 2025-04-15T03:58:13.259Z | [ recovery-image] Apr 15 03:58:11.658 INFO O| Apr 15 03:58:11.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
| 6662 | 2025-04-15T03:58:13.259Z | [ recovery-image] Apr 15 03:58:11.658 INFO O| Apr 15 03:58:11.658 INFO STEP 711 (remove_files) COMPLETE |
| 6663 | 2025-04-15T03:58:13.259Z | [ recovery-image] Apr 15 03:58:11.658 INFO O| Apr 15 03:58:11.658 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6664 | 2025-04-15T03:58:13.293Z | [ recovery-image] Apr 15 03:58:11.692 INFO O| Apr 15 03:58:11.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
| 6665 | 2025-04-15T03:58:13.297Z | [ recovery-image] Apr 15 03:58:11.692 INFO O| Apr 15 03:58:11.692 INFO STEP 712 (remove_files) COMPLETE |
| 6666 | 2025-04-15T03:58:13.297Z | [ recovery-image] Apr 15 03:58:11.693 INFO O| Apr 15 03:58:11.693 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6667 | 2025-04-15T03:58:13.317Z | [ recovery-image] Apr 15 03:58:11.716 INFO O| Apr 15 03:58:11.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
| 6668 | 2025-04-15T03:58:13.323Z | [ recovery-image] Apr 15 03:58:11.716 INFO O| Apr 15 03:58:11.716 INFO STEP 713 (remove_files) COMPLETE |
| 6669 | 2025-04-15T03:58:13.323Z | [ recovery-image] Apr 15 03:58:11.716 INFO O| Apr 15 03:58:11.716 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6670 | 2025-04-15T03:58:13.354Z | [ recovery-image] Apr 15 03:58:11.753 INFO O| Apr 15 03:58:11.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
| 6671 | 2025-04-15T03:58:13.357Z | [ recovery-image] Apr 15 03:58:11.753 INFO O| Apr 15 03:58:11.753 INFO STEP 714 (remove_files) COMPLETE |
| 6672 | 2025-04-15T03:58:13.357Z | [ recovery-image] Apr 15 03:58:11.753 INFO O| Apr 15 03:58:11.753 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6673 | 2025-04-15T03:58:13.373Z | [ host-image] Apr 15 03:58:11.772 INFO O| Apr 15 03:58:11.772 INFO O| Download: 1113/1140 items 6.6/8.4MB 78% complete (450k/s) |
| 6674 | 2025-04-15T03:58:13.379Z | [ recovery-image] Apr 15 03:58:11.778 INFO O| Apr 15 03:58:11.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
| 6675 | 2025-04-15T03:58:13.382Z | [ recovery-image] Apr 15 03:58:11.778 INFO O| Apr 15 03:58:11.778 INFO STEP 715 (remove_files) COMPLETE |
| 6676 | 2025-04-15T03:58:13.382Z | [ recovery-image] Apr 15 03:58:11.778 INFO O| Apr 15 03:58:11.778 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6677 | 2025-04-15T03:58:13.401Z | [ recovery-image] Apr 15 03:58:11.800 INFO O| Apr 15 03:58:11.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
| 6678 | 2025-04-15T03:58:13.401Z | [ recovery-image] Apr 15 03:58:11.800 INFO O| Apr 15 03:58:11.800 INFO STEP 716 (remove_files) COMPLETE |
| 6679 | 2025-04-15T03:58:13.401Z | [ recovery-image] Apr 15 03:58:11.800 INFO O| Apr 15 03:58:11.800 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6680 | 2025-04-15T03:58:13.423Z | [ recovery-image] Apr 15 03:58:11.822 INFO O| Apr 15 03:58:11.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
| 6681 | 2025-04-15T03:58:13.423Z | [ recovery-image] Apr 15 03:58:11.822 INFO O| Apr 15 03:58:11.822 INFO STEP 717 (remove_files) COMPLETE |
| 6682 | 2025-04-15T03:58:13.423Z | [ recovery-image] Apr 15 03:58:11.822 INFO O| Apr 15 03:58:11.822 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6683 | 2025-04-15T03:58:13.462Z | [ recovery-image] Apr 15 03:58:11.861 INFO O| Apr 15 03:58:11.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
| 6684 | 2025-04-15T03:58:13.462Z | [ recovery-image] Apr 15 03:58:11.861 INFO O| Apr 15 03:58:11.861 INFO STEP 718 (remove_files) COMPLETE |
| 6685 | 2025-04-15T03:58:13.466Z | [ recovery-image] Apr 15 03:58:11.862 INFO O| Apr 15 03:58:11.861 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6686 | 2025-04-15T03:58:13.487Z | [ recovery-image] Apr 15 03:58:11.886 INFO O| Apr 15 03:58:11.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
| 6687 | 2025-04-15T03:58:13.487Z | [ recovery-image] Apr 15 03:58:11.886 INFO O| Apr 15 03:58:11.886 INFO STEP 719 (remove_files) COMPLETE |
| 6688 | 2025-04-15T03:58:13.490Z | [ recovery-image] Apr 15 03:58:11.886 INFO O| Apr 15 03:58:11.886 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6689 | 2025-04-15T03:58:13.518Z | [ recovery-image] Apr 15 03:58:11.917 INFO O| Apr 15 03:58:11.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
| 6690 | 2025-04-15T03:58:13.522Z | [ recovery-image] Apr 15 03:58:11.918 INFO O| Apr 15 03:58:11.917 INFO STEP 720 (remove_files) COMPLETE |
| 6691 | 2025-04-15T03:58:13.522Z | [ recovery-image] Apr 15 03:58:11.918 INFO O| Apr 15 03:58:11.918 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6692 | 2025-04-15T03:58:13.543Z | [ recovery-image] Apr 15 03:58:11.942 INFO O| Apr 15 03:58:11.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
| 6693 | 2025-04-15T03:58:13.546Z | [ recovery-image] Apr 15 03:58:11.942 INFO O| Apr 15 03:58:11.942 INFO STEP 721 (remove_files) COMPLETE |
| 6694 | 2025-04-15T03:58:13.546Z | [ recovery-image] Apr 15 03:58:11.942 INFO O| Apr 15 03:58:11.942 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6695 | 2025-04-15T03:58:13.567Z | [ recovery-image] Apr 15 03:58:11.966 INFO O| Apr 15 03:58:11.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
| 6696 | 2025-04-15T03:58:13.570Z | [ recovery-image] Apr 15 03:58:11.966 INFO O| Apr 15 03:58:11.966 INFO STEP 722 (remove_files) COMPLETE |
| 6697 | 2025-04-15T03:58:13.570Z | [ recovery-image] Apr 15 03:58:11.966 INFO O| Apr 15 03:58:11.966 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6698 | 2025-04-15T03:58:13.590Z | [ recovery-image] Apr 15 03:58:11.989 INFO O| Apr 15 03:58:11.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
| 6699 | 2025-04-15T03:58:13.593Z | [ recovery-image] Apr 15 03:58:11.990 INFO O| Apr 15 03:58:11.990 INFO STEP 723 (remove_files) COMPLETE |
| 6700 | 2025-04-15T03:58:13.594Z | [ recovery-image] Apr 15 03:58:11.990 INFO O| Apr 15 03:58:11.990 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6701 | 2025-04-15T03:58:13.614Z | [ recovery-image] Apr 15 03:58:12.013 INFO O| Apr 15 03:58:12.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
| 6702 | 2025-04-15T03:58:13.617Z | [ recovery-image] Apr 15 03:58:12.013 INFO O| Apr 15 03:58:12.013 INFO STEP 724 (remove_files) COMPLETE |
| 6703 | 2025-04-15T03:58:13.617Z | [ recovery-image] Apr 15 03:58:12.013 INFO O| Apr 15 03:58:12.013 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6704 | 2025-04-15T03:58:13.638Z | [ recovery-image] Apr 15 03:58:12.037 INFO O| Apr 15 03:58:12.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
| 6705 | 2025-04-15T03:58:13.638Z | [ recovery-image] Apr 15 03:58:12.037 INFO O| Apr 15 03:58:12.037 INFO STEP 725 (remove_files) COMPLETE |
| 6706 | 2025-04-15T03:58:13.641Z | [ recovery-image] Apr 15 03:58:12.037 INFO O| Apr 15 03:58:12.037 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6707 | 2025-04-15T03:58:13.662Z | [ recovery-image] Apr 15 03:58:12.060 INFO O| Apr 15 03:58:12.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
| 6708 | 2025-04-15T03:58:13.662Z | [ recovery-image] Apr 15 03:58:12.060 INFO O| Apr 15 03:58:12.060 INFO STEP 726 (remove_files) COMPLETE |
| 6709 | 2025-04-15T03:58:13.662Z | [ recovery-image] Apr 15 03:58:12.060 INFO O| Apr 15 03:58:12.060 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6710 | 2025-04-15T03:58:13.686Z | [ recovery-image] Apr 15 03:58:12.083 INFO O| Apr 15 03:58:12.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
| 6711 | 2025-04-15T03:58:13.686Z | [ recovery-image] Apr 15 03:58:12.083 INFO O| Apr 15 03:58:12.083 INFO STEP 727 (remove_files) COMPLETE |
| 6712 | 2025-04-15T03:58:13.689Z | [ recovery-image] Apr 15 03:58:12.083 INFO O| Apr 15 03:58:12.083 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6713 | 2025-04-15T03:58:13.708Z | [ recovery-image] Apr 15 03:58:12.106 INFO O| Apr 15 03:58:12.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
| 6714 | 2025-04-15T03:58:13.708Z | [ recovery-image] Apr 15 03:58:12.107 INFO O| Apr 15 03:58:12.107 INFO STEP 728 (remove_files) COMPLETE |
| 6715 | 2025-04-15T03:58:13.708Z | [ recovery-image] Apr 15 03:58:12.107 INFO O| Apr 15 03:58:12.107 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6716 | 2025-04-15T03:58:13.731Z | [ recovery-image] Apr 15 03:58:12.130 INFO O| Apr 15 03:58:12.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
| 6717 | 2025-04-15T03:58:13.731Z | [ recovery-image] Apr 15 03:58:12.130 INFO O| Apr 15 03:58:12.130 INFO STEP 729 (remove_files) COMPLETE |
| 6718 | 2025-04-15T03:58:13.731Z | [ recovery-image] Apr 15 03:58:12.130 INFO O| Apr 15 03:58:12.130 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6719 | 2025-04-15T03:58:13.764Z | [ recovery-image] Apr 15 03:58:12.163 INFO O| Apr 15 03:58:12.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
| 6720 | 2025-04-15T03:58:13.764Z | [ recovery-image] Apr 15 03:58:12.163 INFO O| Apr 15 03:58:12.163 INFO STEP 730 (remove_files) COMPLETE |
| 6721 | 2025-04-15T03:58:13.764Z | [ recovery-image] Apr 15 03:58:12.163 INFO O| Apr 15 03:58:12.163 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6722 | 2025-04-15T03:58:13.805Z | [ recovery-image] Apr 15 03:58:12.204 INFO O| Apr 15 03:58:12.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
| 6723 | 2025-04-15T03:58:13.805Z | [ recovery-image] Apr 15 03:58:12.204 INFO O| Apr 15 03:58:12.204 INFO STEP 731 (remove_files) COMPLETE |
| 6724 | 2025-04-15T03:58:13.809Z | [ recovery-image] Apr 15 03:58:12.204 INFO O| Apr 15 03:58:12.204 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6725 | 2025-04-15T03:58:13.830Z | [ recovery-image] Apr 15 03:58:12.229 INFO O| Apr 15 03:58:12.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
| 6726 | 2025-04-15T03:58:13.830Z | [ recovery-image] Apr 15 03:58:12.229 INFO O| Apr 15 03:58:12.229 INFO STEP 732 (remove_files) COMPLETE |
| 6727 | 2025-04-15T03:58:13.830Z | [ recovery-image] Apr 15 03:58:12.229 INFO O| Apr 15 03:58:12.229 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6728 | 2025-04-15T03:58:13.854Z | [ recovery-image] Apr 15 03:58:12.253 INFO O| Apr 15 03:58:12.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
| 6729 | 2025-04-15T03:58:13.854Z | [ recovery-image] Apr 15 03:58:12.253 INFO O| Apr 15 03:58:12.253 INFO STEP 733 (remove_files) COMPLETE |
| 6730 | 2025-04-15T03:58:13.854Z | [ recovery-image] Apr 15 03:58:12.253 INFO O| Apr 15 03:58:12.253 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6731 | 2025-04-15T03:58:13.879Z | [ recovery-image] Apr 15 03:58:12.278 INFO O| Apr 15 03:58:12.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
| 6732 | 2025-04-15T03:58:13.879Z | [ recovery-image] Apr 15 03:58:12.278 INFO O| Apr 15 03:58:12.278 INFO STEP 734 (remove_files) COMPLETE |
| 6733 | 2025-04-15T03:58:13.883Z | [ recovery-image] Apr 15 03:58:12.278 INFO O| Apr 15 03:58:12.278 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6734 | 2025-04-15T03:58:13.912Z | [ recovery-image] Apr 15 03:58:12.310 INFO O| Apr 15 03:58:12.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
| 6735 | 2025-04-15T03:58:13.912Z | [ recovery-image] Apr 15 03:58:12.310 INFO O| Apr 15 03:58:12.310 INFO STEP 735 (remove_files) COMPLETE |
| 6736 | 2025-04-15T03:58:13.915Z | [ recovery-image] Apr 15 03:58:12.310 INFO O| Apr 15 03:58:12.310 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6737 | 2025-04-15T03:58:13.971Z | [ recovery-image] Apr 15 03:58:12.369 INFO O| Apr 15 03:58:12.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
| 6738 | 2025-04-15T03:58:13.971Z | [ recovery-image] Apr 15 03:58:12.369 INFO O| Apr 15 03:58:12.369 INFO STEP 736 (remove_files) COMPLETE |
| 6739 | 2025-04-15T03:58:13.971Z | [ recovery-image] Apr 15 03:58:12.369 INFO O| Apr 15 03:58:12.369 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6740 | 2025-04-15T03:58:13.996Z | [ recovery-image] Apr 15 03:58:12.395 INFO O| Apr 15 03:58:12.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
| 6741 | 2025-04-15T03:58:13.996Z | [ recovery-image] Apr 15 03:58:12.395 INFO O| Apr 15 03:58:12.395 INFO STEP 737 (remove_files) COMPLETE |
| 6742 | 2025-04-15T03:58:13.996Z | [ recovery-image] Apr 15 03:58:12.395 INFO O| Apr 15 03:58:12.395 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6743 | 2025-04-15T03:58:14.020Z | [ recovery-image] Apr 15 03:58:12.419 INFO O| Apr 15 03:58:12.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
| 6744 | 2025-04-15T03:58:14.024Z | [ recovery-image] Apr 15 03:58:12.419 INFO O| Apr 15 03:58:12.419 INFO STEP 738 (remove_files) COMPLETE |
| 6745 | 2025-04-15T03:58:14.024Z | [ recovery-image] Apr 15 03:58:12.420 INFO O| Apr 15 03:58:12.420 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6746 | 2025-04-15T03:58:14.046Z | [ recovery-image] Apr 15 03:58:12.445 INFO O| Apr 15 03:58:12.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
| 6747 | 2025-04-15T03:58:14.049Z | [ recovery-image] Apr 15 03:58:12.445 INFO O| Apr 15 03:58:12.445 INFO STEP 739 (remove_files) COMPLETE |
| 6748 | 2025-04-15T03:58:14.049Z | [ recovery-image] Apr 15 03:58:12.445 INFO O| Apr 15 03:58:12.445 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6749 | 2025-04-15T03:58:14.072Z | [ recovery-image] Apr 15 03:58:12.471 INFO O| Apr 15 03:58:12.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
| 6750 | 2025-04-15T03:58:14.076Z | [ recovery-image] Apr 15 03:58:12.471 INFO O| Apr 15 03:58:12.471 INFO STEP 740 (remove_files) COMPLETE |
| 6751 | 2025-04-15T03:58:14.076Z | [ recovery-image] Apr 15 03:58:12.472 INFO O| Apr 15 03:58:12.471 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6752 | 2025-04-15T03:58:14.099Z | [ recovery-image] Apr 15 03:58:12.498 INFO O| Apr 15 03:58:12.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
| 6753 | 2025-04-15T03:58:14.102Z | [ recovery-image] Apr 15 03:58:12.498 INFO O| Apr 15 03:58:12.498 INFO STEP 741 (remove_files) COMPLETE |
| 6754 | 2025-04-15T03:58:14.102Z | [ recovery-image] Apr 15 03:58:12.499 INFO O| Apr 15 03:58:12.499 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6755 | 2025-04-15T03:58:14.141Z | [ recovery-image] Apr 15 03:58:12.540 INFO O| Apr 15 03:58:12.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
| 6756 | 2025-04-15T03:58:14.141Z | [ recovery-image] Apr 15 03:58:12.540 INFO O| Apr 15 03:58:12.540 INFO STEP 742 (remove_files) COMPLETE |
| 6757 | 2025-04-15T03:58:14.144Z | [ recovery-image] Apr 15 03:58:12.540 INFO O| Apr 15 03:58:12.540 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6758 | 2025-04-15T03:58:14.166Z | [ recovery-image] Apr 15 03:58:12.565 INFO O| Apr 15 03:58:12.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
| 6759 | 2025-04-15T03:58:14.166Z | [ recovery-image] Apr 15 03:58:12.565 INFO O| Apr 15 03:58:12.565 INFO STEP 743 (remove_files) COMPLETE |
| 6760 | 2025-04-15T03:58:14.169Z | [ recovery-image] Apr 15 03:58:12.565 INFO O| Apr 15 03:58:12.565 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6761 | 2025-04-15T03:58:14.190Z | [ recovery-image] Apr 15 03:58:12.589 INFO O| Apr 15 03:58:12.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
| 6762 | 2025-04-15T03:58:14.190Z | [ recovery-image] Apr 15 03:58:12.589 INFO O| Apr 15 03:58:12.589 INFO STEP 744 (remove_files) COMPLETE |
| 6763 | 2025-04-15T03:58:14.190Z | [ recovery-image] Apr 15 03:58:12.589 INFO O| Apr 15 03:58:12.589 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6764 | 2025-04-15T03:58:14.215Z | [ recovery-image] Apr 15 03:58:12.614 INFO O| Apr 15 03:58:12.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
| 6765 | 2025-04-15T03:58:14.215Z | [ recovery-image] Apr 15 03:58:12.614 INFO O| Apr 15 03:58:12.614 INFO STEP 745 (remove_files) COMPLETE |
| 6766 | 2025-04-15T03:58:14.215Z | [ recovery-image] Apr 15 03:58:12.614 INFO O| Apr 15 03:58:12.614 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6767 | 2025-04-15T03:58:14.250Z | [ recovery-image] Apr 15 03:58:12.649 INFO O| Apr 15 03:58:12.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
| 6768 | 2025-04-15T03:58:14.253Z | [ recovery-image] Apr 15 03:58:12.649 INFO O| Apr 15 03:58:12.649 INFO STEP 746 (remove_files) COMPLETE |
| 6769 | 2025-04-15T03:58:14.253Z | [ recovery-image] Apr 15 03:58:12.649 INFO O| Apr 15 03:58:12.649 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6770 | 2025-04-15T03:58:14.276Z | [ recovery-image] Apr 15 03:58:12.675 INFO O| Apr 15 03:58:12.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
| 6771 | 2025-04-15T03:58:14.276Z | [ recovery-image] Apr 15 03:58:12.675 INFO O| Apr 15 03:58:12.675 INFO STEP 747 (remove_files) COMPLETE |
| 6772 | 2025-04-15T03:58:14.276Z | [ recovery-image] Apr 15 03:58:12.675 INFO O| Apr 15 03:58:12.675 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6773 | 2025-04-15T03:58:14.300Z | [ recovery-image] Apr 15 03:58:12.699 INFO O| Apr 15 03:58:12.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
| 6774 | 2025-04-15T03:58:14.300Z | [ recovery-image] Apr 15 03:58:12.699 INFO O| Apr 15 03:58:12.699 INFO STEP 748 (remove_files) COMPLETE |
| 6775 | 2025-04-15T03:58:14.300Z | [ recovery-image] Apr 15 03:58:12.699 INFO O| Apr 15 03:58:12.699 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6776 | 2025-04-15T03:58:14.344Z | [ recovery-image] Apr 15 03:58:12.743 INFO O| Apr 15 03:58:12.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
| 6777 | 2025-04-15T03:58:14.344Z | [ recovery-image] Apr 15 03:58:12.743 INFO O| Apr 15 03:58:12.743 INFO STEP 749 (remove_files) COMPLETE |
| 6778 | 2025-04-15T03:58:14.344Z | [ recovery-image] Apr 15 03:58:12.743 INFO O| Apr 15 03:58:12.743 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6779 | 2025-04-15T03:58:14.370Z | [ recovery-image] Apr 15 03:58:12.768 INFO O| Apr 15 03:58:12.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
| 6780 | 2025-04-15T03:58:14.370Z | [ recovery-image] Apr 15 03:58:12.768 INFO O| Apr 15 03:58:12.768 INFO STEP 750 (remove_files) COMPLETE |
| 6781 | 2025-04-15T03:58:14.370Z | [ recovery-image] Apr 15 03:58:12.768 INFO O| Apr 15 03:58:12.768 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6782 | 2025-04-15T03:58:14.394Z | [ recovery-image] Apr 15 03:58:12.793 INFO O| Apr 15 03:58:12.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
| 6783 | 2025-04-15T03:58:14.398Z | [ recovery-image] Apr 15 03:58:12.793 INFO O| Apr 15 03:58:12.793 INFO STEP 751 (remove_files) COMPLETE |
| 6784 | 2025-04-15T03:58:14.398Z | [ recovery-image] Apr 15 03:58:12.793 INFO O| Apr 15 03:58:12.793 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6785 | 2025-04-15T03:58:14.436Z | [ recovery-image] Apr 15 03:58:12.835 INFO O| Apr 15 03:58:12.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
| 6786 | 2025-04-15T03:58:14.439Z | [ recovery-image] Apr 15 03:58:12.835 INFO O| Apr 15 03:58:12.835 INFO STEP 752 (remove_files) COMPLETE |
| 6787 | 2025-04-15T03:58:14.440Z | [ recovery-image] Apr 15 03:58:12.835 INFO O| Apr 15 03:58:12.835 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6788 | 2025-04-15T03:58:14.461Z | [ recovery-image] Apr 15 03:58:12.860 INFO O| Apr 15 03:58:12.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
| 6789 | 2025-04-15T03:58:14.461Z | [ recovery-image] Apr 15 03:58:12.860 INFO O| Apr 15 03:58:12.860 INFO STEP 753 (remove_files) COMPLETE |
| 6790 | 2025-04-15T03:58:14.465Z | [ recovery-image] Apr 15 03:58:12.860 INFO O| Apr 15 03:58:12.860 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6791 | 2025-04-15T03:58:14.486Z | [ recovery-image] Apr 15 03:58:12.884 INFO O| Apr 15 03:58:12.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
| 6792 | 2025-04-15T03:58:14.489Z | [ recovery-image] Apr 15 03:58:12.884 INFO O| Apr 15 03:58:12.884 INFO STEP 754 (remove_files) COMPLETE |
| 6793 | 2025-04-15T03:58:14.489Z | [ recovery-image] Apr 15 03:58:12.885 INFO O| Apr 15 03:58:12.884 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6794 | 2025-04-15T03:58:14.510Z | [ recovery-image] Apr 15 03:58:12.909 INFO O| Apr 15 03:58:12.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
| 6795 | 2025-04-15T03:58:14.511Z | [ recovery-image] Apr 15 03:58:12.909 INFO O| Apr 15 03:58:12.909 INFO STEP 755 (remove_files) COMPLETE |
| 6796 | 2025-04-15T03:58:14.514Z | [ recovery-image] Apr 15 03:58:12.909 INFO O| Apr 15 03:58:12.909 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6797 | 2025-04-15T03:58:14.551Z | [ recovery-image] Apr 15 03:58:12.950 INFO O| Apr 15 03:58:12.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
| 6798 | 2025-04-15T03:58:14.551Z | [ recovery-image] Apr 15 03:58:12.950 INFO O| Apr 15 03:58:12.950 INFO STEP 756 (remove_files) COMPLETE |
| 6799 | 2025-04-15T03:58:14.554Z | [ recovery-image] Apr 15 03:58:12.950 INFO O| Apr 15 03:58:12.950 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6800 | 2025-04-15T03:58:14.575Z | [ recovery-image] Apr 15 03:58:12.973 INFO O| Apr 15 03:58:12.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
| 6801 | 2025-04-15T03:58:14.575Z | [ recovery-image] Apr 15 03:58:12.973 INFO O| Apr 15 03:58:12.973 INFO STEP 757 (remove_files) COMPLETE |
| 6802 | 2025-04-15T03:58:14.575Z | [ recovery-image] Apr 15 03:58:12.973 INFO O| Apr 15 03:58:12.973 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6803 | 2025-04-15T03:58:14.605Z | [ recovery-image] Apr 15 03:58:13.004 INFO O| Apr 15 03:58:13.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
| 6804 | 2025-04-15T03:58:14.609Z | [ recovery-image] Apr 15 03:58:13.004 INFO O| Apr 15 03:58:13.004 INFO STEP 758 (remove_files) COMPLETE |
| 6805 | 2025-04-15T03:58:14.609Z | [ recovery-image] Apr 15 03:58:13.004 INFO O| Apr 15 03:58:13.004 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6806 | 2025-04-15T03:58:14.627Z | [ recovery-image] Apr 15 03:58:13.026 INFO O| Apr 15 03:58:13.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
| 6807 | 2025-04-15T03:58:14.631Z | [ recovery-image] Apr 15 03:58:13.026 INFO O| Apr 15 03:58:13.026 INFO STEP 759 (remove_files) COMPLETE |
| 6808 | 2025-04-15T03:58:14.631Z | [ recovery-image] Apr 15 03:58:13.026 INFO O| Apr 15 03:58:13.026 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6809 | 2025-04-15T03:58:14.662Z | [ recovery-image] Apr 15 03:58:13.061 INFO O| Apr 15 03:58:13.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
| 6810 | 2025-04-15T03:58:14.666Z | [ recovery-image] Apr 15 03:58:13.061 INFO O| Apr 15 03:58:13.061 INFO STEP 760 (remove_files) COMPLETE |
| 6811 | 2025-04-15T03:58:14.666Z | [ recovery-image] Apr 15 03:58:13.062 INFO O| Apr 15 03:58:13.062 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6812 | 2025-04-15T03:58:14.687Z | [ recovery-image] Apr 15 03:58:13.085 INFO O| Apr 15 03:58:13.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
| 6813 | 2025-04-15T03:58:14.690Z | [ recovery-image] Apr 15 03:58:13.085 INFO O| Apr 15 03:58:13.085 INFO STEP 761 (remove_files) COMPLETE |
| 6814 | 2025-04-15T03:58:14.690Z | [ recovery-image] Apr 15 03:58:13.086 INFO O| Apr 15 03:58:13.086 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6815 | 2025-04-15T03:58:14.710Z | [ recovery-image] Apr 15 03:58:13.109 INFO O| Apr 15 03:58:13.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
| 6816 | 2025-04-15T03:58:14.716Z | [ recovery-image] Apr 15 03:58:13.115 INFO O| Apr 15 03:58:13.115 INFO STEP 762 (remove_files) COMPLETE |
| 6817 | 2025-04-15T03:58:14.716Z | [ recovery-image] Apr 15 03:58:13.115 INFO O| Apr 15 03:58:13.115 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6818 | 2025-04-15T03:58:14.752Z | [ recovery-image] Apr 15 03:58:13.151 INFO O| Apr 15 03:58:13.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
| 6819 | 2025-04-15T03:58:14.756Z | [ recovery-image] Apr 15 03:58:13.152 INFO O| Apr 15 03:58:13.152 INFO STEP 763 (remove_files) COMPLETE |
| 6820 | 2025-04-15T03:58:14.756Z | [ recovery-image] Apr 15 03:58:13.152 INFO O| Apr 15 03:58:13.152 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6821 | 2025-04-15T03:58:14.776Z | [ recovery-image] Apr 15 03:58:13.175 INFO O| Apr 15 03:58:13.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
| 6822 | 2025-04-15T03:58:14.776Z | [ recovery-image] Apr 15 03:58:13.175 INFO O| Apr 15 03:58:13.175 INFO STEP 764 (remove_files) COMPLETE |
| 6823 | 2025-04-15T03:58:14.776Z | [ recovery-image] Apr 15 03:58:13.175 INFO O| Apr 15 03:58:13.175 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6824 | 2025-04-15T03:58:14.800Z | [ recovery-image] Apr 15 03:58:13.199 INFO O| Apr 15 03:58:13.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
| 6825 | 2025-04-15T03:58:14.800Z | [ recovery-image] Apr 15 03:58:13.199 INFO O| Apr 15 03:58:13.199 INFO STEP 765 (remove_files) COMPLETE |
| 6826 | 2025-04-15T03:58:14.803Z | [ recovery-image] Apr 15 03:58:13.199 INFO O| Apr 15 03:58:13.199 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6827 | 2025-04-15T03:58:14.824Z | [ recovery-image] Apr 15 03:58:13.223 INFO O| Apr 15 03:58:13.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
| 6828 | 2025-04-15T03:58:14.824Z | [ recovery-image] Apr 15 03:58:13.223 INFO O| Apr 15 03:58:13.223 INFO STEP 766 (remove_files) COMPLETE |
| 6829 | 2025-04-15T03:58:14.824Z | [ recovery-image] Apr 15 03:58:13.223 INFO O| Apr 15 03:58:13.223 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6830 | 2025-04-15T03:58:14.848Z | [ recovery-image] Apr 15 03:58:13.246 INFO O| Apr 15 03:58:13.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
| 6831 | 2025-04-15T03:58:14.851Z | [ recovery-image] Apr 15 03:58:13.247 INFO O| Apr 15 03:58:13.247 INFO STEP 767 (remove_files) COMPLETE |
| 6832 | 2025-04-15T03:58:14.851Z | [ recovery-image] Apr 15 03:58:13.247 INFO O| Apr 15 03:58:13.247 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6833 | 2025-04-15T03:58:14.872Z | [ recovery-image] Apr 15 03:58:13.271 INFO O| Apr 15 03:58:13.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
| 6834 | 2025-04-15T03:58:14.872Z | [ recovery-image] Apr 15 03:58:13.271 INFO O| Apr 15 03:58:13.271 INFO STEP 768 (remove_files) COMPLETE |
| 6835 | 2025-04-15T03:58:14.872Z | [ recovery-image] Apr 15 03:58:13.271 INFO O| Apr 15 03:58:13.271 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6836 | 2025-04-15T03:58:14.910Z | [ recovery-image] Apr 15 03:58:13.308 INFO O| Apr 15 03:58:13.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
| 6837 | 2025-04-15T03:58:14.913Z | [ recovery-image] Apr 15 03:58:13.308 INFO O| Apr 15 03:58:13.308 INFO STEP 769 (remove_files) COMPLETE |
| 6838 | 2025-04-15T03:58:14.913Z | [ recovery-image] Apr 15 03:58:13.309 INFO O| Apr 15 03:58:13.309 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6839 | 2025-04-15T03:58:14.934Z | [ recovery-image] Apr 15 03:58:13.333 INFO O| Apr 15 03:58:13.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
| 6840 | 2025-04-15T03:58:14.937Z | [ recovery-image] Apr 15 03:58:13.333 INFO O| Apr 15 03:58:13.333 INFO STEP 770 (remove_files) COMPLETE |
| 6841 | 2025-04-15T03:58:14.937Z | [ recovery-image] Apr 15 03:58:13.333 INFO O| Apr 15 03:58:13.333 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6842 | 2025-04-15T03:58:14.957Z | [ recovery-image] Apr 15 03:58:13.356 INFO O| Apr 15 03:58:13.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
| 6843 | 2025-04-15T03:58:14.960Z | [ recovery-image] Apr 15 03:58:13.356 INFO O| Apr 15 03:58:13.356 INFO STEP 771 (remove_files) COMPLETE |
| 6844 | 2025-04-15T03:58:14.960Z | [ recovery-image] Apr 15 03:58:13.356 INFO O| Apr 15 03:58:13.356 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6845 | 2025-04-15T03:58:14.980Z | [ recovery-image] Apr 15 03:58:13.378 INFO O| Apr 15 03:58:13.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
| 6846 | 2025-04-15T03:58:14.983Z | [ recovery-image] Apr 15 03:58:13.379 INFO O| Apr 15 03:58:13.379 INFO STEP 772 (remove_files) COMPLETE |
| 6847 | 2025-04-15T03:58:14.983Z | [ recovery-image] Apr 15 03:58:13.379 INFO O| Apr 15 03:58:13.379 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6848 | 2025-04-15T03:58:15.008Z | [ recovery-image] Apr 15 03:58:13.406 INFO O| Apr 15 03:58:13.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
| 6849 | 2025-04-15T03:58:15.008Z | [ recovery-image] Apr 15 03:58:13.406 INFO O| Apr 15 03:58:13.406 INFO STEP 773 (remove_files) COMPLETE |
| 6850 | 2025-04-15T03:58:15.008Z | [ recovery-image] Apr 15 03:58:13.406 INFO O| Apr 15 03:58:13.406 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6851 | 2025-04-15T03:58:15.066Z | [ recovery-image] Apr 15 03:58:13.464 INFO O| Apr 15 03:58:13.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
| 6852 | 2025-04-15T03:58:15.069Z | [ recovery-image] Apr 15 03:58:13.464 INFO O| Apr 15 03:58:13.464 INFO STEP 774 (remove_files) COMPLETE |
| 6853 | 2025-04-15T03:58:15.069Z | [ recovery-image] Apr 15 03:58:13.464 INFO O| Apr 15 03:58:13.464 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6854 | 2025-04-15T03:58:15.093Z | [ recovery-image] Apr 15 03:58:13.487 INFO O| Apr 15 03:58:13.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
| 6855 | 2025-04-15T03:58:15.093Z | [ recovery-image] Apr 15 03:58:13.487 INFO O| Apr 15 03:58:13.487 INFO STEP 775 (remove_files) COMPLETE |
| 6856 | 2025-04-15T03:58:15.098Z | [ recovery-image] Apr 15 03:58:13.487 INFO O| Apr 15 03:58:13.487 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6857 | 2025-04-15T03:58:15.113Z | [ recovery-image] Apr 15 03:58:13.509 INFO O| Apr 15 03:58:13.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
| 6858 | 2025-04-15T03:58:15.113Z | [ recovery-image] Apr 15 03:58:13.510 INFO O| Apr 15 03:58:13.510 INFO STEP 776 (remove_files) COMPLETE |
| 6859 | 2025-04-15T03:58:15.118Z | [ recovery-image] Apr 15 03:58:13.510 INFO O| Apr 15 03:58:13.510 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6860 | 2025-04-15T03:58:15.136Z | [ recovery-image] Apr 15 03:58:13.533 INFO O| Apr 15 03:58:13.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
| 6861 | 2025-04-15T03:58:15.136Z | [ recovery-image] Apr 15 03:58:13.533 INFO O| Apr 15 03:58:13.533 INFO STEP 777 (remove_files) COMPLETE |
| 6862 | 2025-04-15T03:58:15.136Z | [ recovery-image] Apr 15 03:58:13.533 INFO O| Apr 15 03:58:13.533 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6863 | 2025-04-15T03:58:15.158Z | [ recovery-image] Apr 15 03:58:13.557 INFO O| Apr 15 03:58:13.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
| 6864 | 2025-04-15T03:58:15.158Z | [ recovery-image] Apr 15 03:58:13.557 INFO O| Apr 15 03:58:13.557 INFO STEP 778 (remove_files) COMPLETE |
| 6865 | 2025-04-15T03:58:15.159Z | [ recovery-image] Apr 15 03:58:13.557 INFO O| Apr 15 03:58:13.557 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6866 | 2025-04-15T03:58:15.182Z | [ recovery-image] Apr 15 03:58:13.580 INFO O| Apr 15 03:58:13.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
| 6867 | 2025-04-15T03:58:15.187Z | [ recovery-image] Apr 15 03:58:13.580 INFO O| Apr 15 03:58:13.580 INFO STEP 779 (remove_files) COMPLETE |
| 6868 | 2025-04-15T03:58:15.187Z | [ recovery-image] Apr 15 03:58:13.580 INFO O| Apr 15 03:58:13.580 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6869 | 2025-04-15T03:58:15.224Z | [ recovery-image] Apr 15 03:58:13.619 INFO O| Apr 15 03:58:13.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
| 6870 | 2025-04-15T03:58:15.224Z | [ recovery-image] Apr 15 03:58:13.619 INFO O| Apr 15 03:58:13.619 INFO STEP 780 (remove_files) COMPLETE |
| 6871 | 2025-04-15T03:58:15.231Z | [ recovery-image] Apr 15 03:58:13.620 INFO O| Apr 15 03:58:13.619 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6872 | 2025-04-15T03:58:15.245Z | [ recovery-image] Apr 15 03:58:13.644 INFO O| Apr 15 03:58:13.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
| 6873 | 2025-04-15T03:58:15.245Z | [ recovery-image] Apr 15 03:58:13.644 INFO O| Apr 15 03:58:13.644 INFO STEP 781 (remove_files) COMPLETE |
| 6874 | 2025-04-15T03:58:15.245Z | [ recovery-image] Apr 15 03:58:13.644 INFO O| Apr 15 03:58:13.644 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6875 | 2025-04-15T03:58:15.270Z | [ recovery-image] Apr 15 03:58:13.668 INFO O| Apr 15 03:58:13.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
| 6876 | 2025-04-15T03:58:15.270Z | [ recovery-image] Apr 15 03:58:13.668 INFO O| Apr 15 03:58:13.668 INFO STEP 782 (remove_files) COMPLETE |
| 6877 | 2025-04-15T03:58:15.273Z | [ recovery-image] Apr 15 03:58:13.668 INFO O| Apr 15 03:58:13.668 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6878 | 2025-04-15T03:58:15.294Z | [ recovery-image] Apr 15 03:58:13.692 INFO O| Apr 15 03:58:13.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
| 6879 | 2025-04-15T03:58:15.294Z | [ recovery-image] Apr 15 03:58:13.693 INFO O| Apr 15 03:58:13.693 INFO STEP 783 (remove_files) COMPLETE |
| 6880 | 2025-04-15T03:58:15.297Z | [ recovery-image] Apr 15 03:58:13.693 INFO O| Apr 15 03:58:13.693 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6881 | 2025-04-15T03:58:15.324Z | [ recovery-image] Apr 15 03:58:13.722 INFO O| Apr 15 03:58:13.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
| 6882 | 2025-04-15T03:58:15.327Z | [ recovery-image] Apr 15 03:58:13.723 INFO O| Apr 15 03:58:13.723 INFO STEP 784 (remove_files) COMPLETE |
| 6883 | 2025-04-15T03:58:15.327Z | [ recovery-image] Apr 15 03:58:13.723 INFO O| Apr 15 03:58:13.723 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6884 | 2025-04-15T03:58:15.350Z | [ recovery-image] Apr 15 03:58:13.749 INFO O| Apr 15 03:58:13.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
| 6885 | 2025-04-15T03:58:15.353Z | [ recovery-image] Apr 15 03:58:13.749 INFO O| Apr 15 03:58:13.749 INFO STEP 785 (remove_files) COMPLETE |
| 6886 | 2025-04-15T03:58:15.353Z | [ recovery-image] Apr 15 03:58:13.749 INFO O| Apr 15 03:58:13.749 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6887 | 2025-04-15T03:58:15.375Z | [ recovery-image] Apr 15 03:58:13.774 INFO O| Apr 15 03:58:13.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
| 6888 | 2025-04-15T03:58:15.375Z | [ recovery-image] Apr 15 03:58:13.774 INFO O| Apr 15 03:58:13.774 INFO STEP 786 (remove_files) COMPLETE |
| 6889 | 2025-04-15T03:58:15.375Z | [ recovery-image] Apr 15 03:58:13.774 INFO O| Apr 15 03:58:13.774 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6890 | 2025-04-15T03:58:15.409Z | [ recovery-image] Apr 15 03:58:13.808 INFO O| Apr 15 03:58:13.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
| 6891 | 2025-04-15T03:58:15.429Z | [ recovery-image] Apr 15 03:58:13.828 INFO O| Apr 15 03:58:13.828 INFO STEP 787 (remove_files) COMPLETE |
| 6892 | 2025-04-15T03:58:15.429Z | [ recovery-image] Apr 15 03:58:13.828 INFO O| Apr 15 03:58:13.828 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6893 | 2025-04-15T03:58:15.455Z | [ recovery-image] Apr 15 03:58:13.853 INFO O| Apr 15 03:58:13.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
| 6894 | 2025-04-15T03:58:15.458Z | [ recovery-image] Apr 15 03:58:13.854 INFO O| Apr 15 03:58:13.854 INFO STEP 788 (remove_files) COMPLETE |
| 6895 | 2025-04-15T03:58:15.458Z | [ recovery-image] Apr 15 03:58:13.854 INFO O| Apr 15 03:58:13.854 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6896 | 2025-04-15T03:58:15.479Z | [ recovery-image] Apr 15 03:58:13.878 INFO O| Apr 15 03:58:13.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
| 6897 | 2025-04-15T03:58:15.483Z | [ recovery-image] Apr 15 03:58:13.878 INFO O| Apr 15 03:58:13.878 INFO STEP 789 (remove_files) COMPLETE |
| 6898 | 2025-04-15T03:58:15.483Z | [ recovery-image] Apr 15 03:58:13.878 INFO O| Apr 15 03:58:13.878 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6899 | 2025-04-15T03:58:15.504Z | [ recovery-image] Apr 15 03:58:13.902 INFO O| Apr 15 03:58:13.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
| 6900 | 2025-04-15T03:58:15.504Z | [ recovery-image] Apr 15 03:58:13.902 INFO O| Apr 15 03:58:13.902 INFO STEP 790 (remove_files) COMPLETE |
| 6901 | 2025-04-15T03:58:15.504Z | [ recovery-image] Apr 15 03:58:13.902 INFO O| Apr 15 03:58:13.902 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6902 | 2025-04-15T03:58:15.530Z | [ recovery-image] Apr 15 03:58:13.928 INFO O| Apr 15 03:58:13.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
| 6903 | 2025-04-15T03:58:15.530Z | [ recovery-image] Apr 15 03:58:13.928 INFO O| Apr 15 03:58:13.928 INFO STEP 791 (remove_files) COMPLETE |
| 6904 | 2025-04-15T03:58:15.530Z | [ recovery-image] Apr 15 03:58:13.928 INFO O| Apr 15 03:58:13.928 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6905 | 2025-04-15T03:58:15.554Z | [ recovery-image] Apr 15 03:58:13.953 INFO O| Apr 15 03:58:13.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
| 6906 | 2025-04-15T03:58:15.554Z | [ recovery-image] Apr 15 03:58:13.953 INFO O| Apr 15 03:58:13.953 INFO STEP 792 (remove_files) COMPLETE |
| 6907 | 2025-04-15T03:58:15.554Z | [ recovery-image] Apr 15 03:58:13.953 INFO O| Apr 15 03:58:13.953 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6908 | 2025-04-15T03:58:15.578Z | [ recovery-image] Apr 15 03:58:13.977 INFO O| Apr 15 03:58:13.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
| 6909 | 2025-04-15T03:58:15.578Z | [ recovery-image] Apr 15 03:58:13.977 INFO O| Apr 15 03:58:13.977 INFO STEP 793 (remove_files) COMPLETE |
| 6910 | 2025-04-15T03:58:15.582Z | [ recovery-image] Apr 15 03:58:13.977 INFO O| Apr 15 03:58:13.977 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6911 | 2025-04-15T03:58:15.602Z | [ recovery-image] Apr 15 03:58:14.001 INFO O| Apr 15 03:58:14.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
| 6912 | 2025-04-15T03:58:15.605Z | [ recovery-image] Apr 15 03:58:14.001 INFO O| Apr 15 03:58:14.001 INFO STEP 794 (remove_files) COMPLETE |
| 6913 | 2025-04-15T03:58:15.606Z | [ recovery-image] Apr 15 03:58:14.001 INFO O| Apr 15 03:58:14.001 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6914 | 2025-04-15T03:58:15.642Z | [ recovery-image] Apr 15 03:58:14.041 INFO O| Apr 15 03:58:14.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
| 6915 | 2025-04-15T03:58:15.642Z | [ recovery-image] Apr 15 03:58:14.041 INFO O| Apr 15 03:58:14.041 INFO STEP 795 (remove_files) COMPLETE |
| 6916 | 2025-04-15T03:58:15.642Z | [ recovery-image] Apr 15 03:58:14.041 INFO O| Apr 15 03:58:14.041 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6917 | 2025-04-15T03:58:15.666Z | [ recovery-image] Apr 15 03:58:14.065 INFO O| Apr 15 03:58:14.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
| 6918 | 2025-04-15T03:58:15.666Z | [ recovery-image] Apr 15 03:58:14.065 INFO O| Apr 15 03:58:14.065 INFO STEP 796 (remove_files) COMPLETE |
| 6919 | 2025-04-15T03:58:15.666Z | [ recovery-image] Apr 15 03:58:14.065 INFO O| Apr 15 03:58:14.065 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6920 | 2025-04-15T03:58:15.690Z | [ recovery-image] Apr 15 03:58:14.088 INFO O| Apr 15 03:58:14.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
| 6921 | 2025-04-15T03:58:15.690Z | [ recovery-image] Apr 15 03:58:14.088 INFO O| Apr 15 03:58:14.088 INFO STEP 797 (remove_files) COMPLETE |
| 6922 | 2025-04-15T03:58:15.693Z | [ recovery-image] Apr 15 03:58:14.088 INFO O| Apr 15 03:58:14.088 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6923 | 2025-04-15T03:58:15.713Z | [ recovery-image] Apr 15 03:58:14.112 INFO O| Apr 15 03:58:14.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
| 6924 | 2025-04-15T03:58:15.713Z | [ recovery-image] Apr 15 03:58:14.112 INFO O| Apr 15 03:58:14.112 INFO STEP 798 (remove_files) COMPLETE |
| 6925 | 2025-04-15T03:58:15.713Z | [ recovery-image] Apr 15 03:58:14.112 INFO O| Apr 15 03:58:14.112 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6926 | 2025-04-15T03:58:15.736Z | [ recovery-image] Apr 15 03:58:14.135 INFO O| Apr 15 03:58:14.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
| 6927 | 2025-04-15T03:58:15.736Z | [ recovery-image] Apr 15 03:58:14.135 INFO O| Apr 15 03:58:14.135 INFO STEP 799 (remove_files) COMPLETE |
| 6928 | 2025-04-15T03:58:15.736Z | [ recovery-image] Apr 15 03:58:14.135 INFO O| Apr 15 03:58:14.135 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6929 | 2025-04-15T03:58:15.760Z | [ recovery-image] Apr 15 03:58:14.159 INFO O| Apr 15 03:58:14.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
| 6930 | 2025-04-15T03:58:15.764Z | [ recovery-image] Apr 15 03:58:14.159 INFO O| Apr 15 03:58:14.159 INFO STEP 800 (remove_files) COMPLETE |
| 6931 | 2025-04-15T03:58:15.764Z | [ recovery-image] Apr 15 03:58:14.159 INFO O| Apr 15 03:58:14.159 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6932 | 2025-04-15T03:58:15.802Z | [ recovery-image] Apr 15 03:58:14.200 INFO O| Apr 15 03:58:14.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
| 6933 | 2025-04-15T03:58:15.805Z | [ recovery-image] Apr 15 03:58:14.201 INFO O| Apr 15 03:58:14.201 INFO STEP 801 (remove_files) COMPLETE |
| 6934 | 2025-04-15T03:58:15.805Z | [ recovery-image] Apr 15 03:58:14.201 INFO O| Apr 15 03:58:14.201 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6935 | 2025-04-15T03:58:15.826Z | [ recovery-image] Apr 15 03:58:14.225 INFO O| Apr 15 03:58:14.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
| 6936 | 2025-04-15T03:58:15.830Z | [ recovery-image] Apr 15 03:58:14.225 INFO O| Apr 15 03:58:14.225 INFO STEP 802 (remove_files) COMPLETE |
| 6937 | 2025-04-15T03:58:15.830Z | [ recovery-image] Apr 15 03:58:14.225 INFO O| Apr 15 03:58:14.225 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6938 | 2025-04-15T03:58:15.849Z | [ recovery-image] Apr 15 03:58:14.248 INFO O| Apr 15 03:58:14.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
| 6939 | 2025-04-15T03:58:15.849Z | [ recovery-image] Apr 15 03:58:14.248 INFO O| Apr 15 03:58:14.248 INFO STEP 803 (remove_files) COMPLETE |
| 6940 | 2025-04-15T03:58:15.852Z | [ recovery-image] Apr 15 03:58:14.248 INFO O| Apr 15 03:58:14.248 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6941 | 2025-04-15T03:58:15.882Z | [ recovery-image] Apr 15 03:58:14.280 INFO O| Apr 15 03:58:14.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
| 6942 | 2025-04-15T03:58:15.882Z | [ recovery-image] Apr 15 03:58:14.280 INFO O| Apr 15 03:58:14.280 INFO STEP 804 (remove_files) COMPLETE |
| 6943 | 2025-04-15T03:58:15.882Z | [ recovery-image] Apr 15 03:58:14.280 INFO O| Apr 15 03:58:14.280 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6944 | 2025-04-15T03:58:15.907Z | [ recovery-image] Apr 15 03:58:14.306 INFO O| Apr 15 03:58:14.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
| 6945 | 2025-04-15T03:58:15.907Z | [ recovery-image] Apr 15 03:58:14.306 INFO O| Apr 15 03:58:14.306 INFO STEP 805 (remove_files) COMPLETE |
| 6946 | 2025-04-15T03:58:15.910Z | [ recovery-image] Apr 15 03:58:14.306 INFO O| Apr 15 03:58:14.306 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6947 | 2025-04-15T03:58:15.930Z | [ recovery-image] Apr 15 03:58:14.329 INFO O| Apr 15 03:58:14.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
| 6948 | 2025-04-15T03:58:15.930Z | [ recovery-image] Apr 15 03:58:14.329 INFO O| Apr 15 03:58:14.329 INFO STEP 806 (remove_files) COMPLETE |
| 6949 | 2025-04-15T03:58:15.934Z | [ recovery-image] Apr 15 03:58:14.329 INFO O| Apr 15 03:58:14.329 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6950 | 2025-04-15T03:58:15.953Z | [ recovery-image] Apr 15 03:58:14.352 INFO O| Apr 15 03:58:14.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
| 6951 | 2025-04-15T03:58:15.956Z | [ recovery-image] Apr 15 03:58:14.352 INFO O| Apr 15 03:58:14.352 INFO STEP 807 (remove_files) COMPLETE |
| 6952 | 2025-04-15T03:58:15.956Z | [ recovery-image] Apr 15 03:58:14.352 INFO O| Apr 15 03:58:14.352 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6953 | 2025-04-15T03:58:15.986Z | [ recovery-image] Apr 15 03:58:14.384 INFO O| Apr 15 03:58:14.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
| 6954 | 2025-04-15T03:58:15.986Z | [ recovery-image] Apr 15 03:58:14.384 INFO O| Apr 15 03:58:14.384 INFO STEP 808 (remove_files) COMPLETE |
| 6955 | 2025-04-15T03:58:15.986Z | [ recovery-image] Apr 15 03:58:14.384 INFO O| Apr 15 03:58:14.384 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6956 | 2025-04-15T03:58:16.010Z | [ recovery-image] Apr 15 03:58:14.409 INFO O| Apr 15 03:58:14.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
| 6957 | 2025-04-15T03:58:16.010Z | [ recovery-image] Apr 15 03:58:14.409 INFO O| Apr 15 03:58:14.409 INFO STEP 809 (remove_files) COMPLETE |
| 6958 | 2025-04-15T03:58:16.013Z | [ recovery-image] Apr 15 03:58:14.409 INFO O| Apr 15 03:58:14.409 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6959 | 2025-04-15T03:58:16.042Z | [ recovery-image] Apr 15 03:58:14.440 INFO O| Apr 15 03:58:14.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
| 6960 | 2025-04-15T03:58:16.042Z | [ recovery-image] Apr 15 03:58:14.440 INFO O| Apr 15 03:58:14.440 INFO STEP 810 (remove_files) COMPLETE |
| 6961 | 2025-04-15T03:58:16.045Z | [ recovery-image] Apr 15 03:58:14.440 INFO O| Apr 15 03:58:14.440 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6962 | 2025-04-15T03:58:16.067Z | [ recovery-image] Apr 15 03:58:14.466 INFO O| Apr 15 03:58:14.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
| 6963 | 2025-04-15T03:58:16.070Z | [ recovery-image] Apr 15 03:58:14.466 INFO O| Apr 15 03:58:14.466 INFO STEP 811 (remove_files) COMPLETE |
| 6964 | 2025-04-15T03:58:16.071Z | [ recovery-image] Apr 15 03:58:14.466 INFO O| Apr 15 03:58:14.466 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6965 | 2025-04-15T03:58:16.092Z | [ recovery-image] Apr 15 03:58:14.491 INFO O| Apr 15 03:58:14.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
| 6966 | 2025-04-15T03:58:16.092Z | [ recovery-image] Apr 15 03:58:14.491 INFO O| Apr 15 03:58:14.491 INFO STEP 812 (remove_files) COMPLETE |
| 6967 | 2025-04-15T03:58:16.096Z | [ recovery-image] Apr 15 03:58:14.491 INFO O| Apr 15 03:58:14.491 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6968 | 2025-04-15T03:58:16.117Z | [ recovery-image] Apr 15 03:58:14.515 INFO O| Apr 15 03:58:14.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
| 6969 | 2025-04-15T03:58:16.117Z | [ recovery-image] Apr 15 03:58:14.515 INFO O| Apr 15 03:58:14.515 INFO STEP 813 (remove_files) COMPLETE |
| 6970 | 2025-04-15T03:58:16.117Z | [ recovery-image] Apr 15 03:58:14.515 INFO O| Apr 15 03:58:14.515 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6971 | 2025-04-15T03:58:16.142Z | [ recovery-image] Apr 15 03:58:14.540 INFO O| Apr 15 03:58:14.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
| 6972 | 2025-04-15T03:58:16.142Z | [ recovery-image] Apr 15 03:58:14.540 INFO O| Apr 15 03:58:14.540 INFO STEP 814 (remove_files) COMPLETE |
| 6973 | 2025-04-15T03:58:16.145Z | [ recovery-image] Apr 15 03:58:14.540 INFO O| Apr 15 03:58:14.540 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6974 | 2025-04-15T03:58:16.166Z | [ recovery-image] Apr 15 03:58:14.564 INFO O| Apr 15 03:58:14.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
| 6975 | 2025-04-15T03:58:16.166Z | [ recovery-image] Apr 15 03:58:14.565 INFO O| Apr 15 03:58:14.565 INFO STEP 815 (remove_files) COMPLETE |
| 6976 | 2025-04-15T03:58:16.166Z | [ recovery-image] Apr 15 03:58:14.565 INFO O| Apr 15 03:58:14.565 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6977 | 2025-04-15T03:58:16.193Z | [ recovery-image] Apr 15 03:58:14.591 INFO O| Apr 15 03:58:14.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
| 6978 | 2025-04-15T03:58:16.213Z | [ recovery-image] Apr 15 03:58:14.612 INFO O| Apr 15 03:58:14.612 INFO STEP 816 (remove_files) COMPLETE |
| 6979 | 2025-04-15T03:58:16.213Z | [ recovery-image] Apr 15 03:58:14.612 INFO O| Apr 15 03:58:14.612 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6980 | 2025-04-15T03:58:16.239Z | [ recovery-image] Apr 15 03:58:14.638 INFO O| Apr 15 03:58:14.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
| 6981 | 2025-04-15T03:58:16.242Z | [ recovery-image] Apr 15 03:58:14.638 INFO O| Apr 15 03:58:14.638 INFO STEP 817 (remove_files) COMPLETE |
| 6982 | 2025-04-15T03:58:16.242Z | [ recovery-image] Apr 15 03:58:14.638 INFO O| Apr 15 03:58:14.638 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6983 | 2025-04-15T03:58:16.279Z | [ recovery-image] Apr 15 03:58:14.678 INFO O| Apr 15 03:58:14.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
| 6984 | 2025-04-15T03:58:16.279Z | [ recovery-image] Apr 15 03:58:14.678 INFO O| Apr 15 03:58:14.678 INFO STEP 818 (remove_files) COMPLETE |
| 6985 | 2025-04-15T03:58:16.279Z | [ recovery-image] Apr 15 03:58:14.678 INFO O| Apr 15 03:58:14.678 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6986 | 2025-04-15T03:58:16.306Z | [ recovery-image] Apr 15 03:58:14.704 INFO O| Apr 15 03:58:14.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
| 6987 | 2025-04-15T03:58:16.306Z | [ recovery-image] Apr 15 03:58:14.704 INFO O| Apr 15 03:58:14.704 INFO STEP 819 (remove_files) COMPLETE |
| 6988 | 2025-04-15T03:58:16.306Z | [ recovery-image] Apr 15 03:58:14.704 INFO O| Apr 15 03:58:14.704 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6989 | 2025-04-15T03:58:16.344Z | [ recovery-image] Apr 15 03:58:14.742 INFO O| Apr 15 03:58:14.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
| 6990 | 2025-04-15T03:58:16.344Z | [ recovery-image] Apr 15 03:58:14.743 INFO O| Apr 15 03:58:14.742 INFO STEP 820 (remove_files) COMPLETE |
| 6991 | 2025-04-15T03:58:16.344Z | [ recovery-image] Apr 15 03:58:14.743 INFO O| Apr 15 03:58:14.742 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6992 | 2025-04-15T03:58:16.370Z | [ recovery-image] Apr 15 03:58:14.768 INFO O| Apr 15 03:58:14.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
| 6993 | 2025-04-15T03:58:16.370Z | [ recovery-image] Apr 15 03:58:14.768 INFO O| Apr 15 03:58:14.768 INFO STEP 821 (remove_files) COMPLETE |
| 6994 | 2025-04-15T03:58:16.370Z | [ recovery-image] Apr 15 03:58:14.768 INFO O| Apr 15 03:58:14.768 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6995 | 2025-04-15T03:58:16.418Z | [ recovery-image] Apr 15 03:58:14.816 INFO O| Apr 15 03:58:14.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
| 6996 | 2025-04-15T03:58:16.422Z | [ recovery-image] Apr 15 03:58:14.816 INFO O| Apr 15 03:58:14.816 INFO STEP 822 (remove_files) COMPLETE |
| 6997 | 2025-04-15T03:58:16.422Z | [ recovery-image] Apr 15 03:58:14.817 INFO O| Apr 15 03:58:14.816 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6998 | 2025-04-15T03:58:16.444Z | [ recovery-image] Apr 15 03:58:14.841 INFO O| Apr 15 03:58:14.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
| 6999 | 2025-04-15T03:58:16.447Z | [ recovery-image] Apr 15 03:58:14.841 INFO O| Apr 15 03:58:14.841 INFO STEP 823 (remove_files) COMPLETE |
| 7000 | 2025-04-15T03:58:16.447Z | [ recovery-image] Apr 15 03:58:14.841 INFO O| Apr 15 03:58:14.841 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7001 | 2025-04-15T03:58:16.467Z | [ recovery-image] Apr 15 03:58:14.865 INFO O| Apr 15 03:58:14.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
| 7002 | 2025-04-15T03:58:16.467Z | [ recovery-image] Apr 15 03:58:14.866 INFO O| Apr 15 03:58:14.866 INFO STEP 824 (remove_files) COMPLETE |
| 7003 | 2025-04-15T03:58:16.467Z | [ recovery-image] Apr 15 03:58:14.866 INFO O| Apr 15 03:58:14.866 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7004 | 2025-04-15T03:58:16.491Z | [ recovery-image] Apr 15 03:58:14.890 INFO O| Apr 15 03:58:14.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
| 7005 | 2025-04-15T03:58:16.492Z | [ recovery-image] Apr 15 03:58:14.890 INFO O| Apr 15 03:58:14.890 INFO STEP 825 (remove_files) COMPLETE |
| 7006 | 2025-04-15T03:58:16.492Z | [ recovery-image] Apr 15 03:58:14.890 INFO O| Apr 15 03:58:14.890 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7007 | 2025-04-15T03:58:16.525Z | [ recovery-image] Apr 15 03:58:14.923 INFO O| Apr 15 03:58:14.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
| 7008 | 2025-04-15T03:58:16.525Z | [ recovery-image] Apr 15 03:58:14.923 INFO O| Apr 15 03:58:14.923 INFO STEP 826 (remove_files) COMPLETE |
| 7009 | 2025-04-15T03:58:16.525Z | [ recovery-image] Apr 15 03:58:14.923 INFO O| Apr 15 03:58:14.923 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7010 | 2025-04-15T03:58:16.548Z | [ recovery-image] Apr 15 03:58:14.947 INFO O| Apr 15 03:58:14.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
| 7011 | 2025-04-15T03:58:16.551Z | [ recovery-image] Apr 15 03:58:14.947 INFO O| Apr 15 03:58:14.947 INFO STEP 827 (remove_files) COMPLETE |
| 7012 | 2025-04-15T03:58:16.552Z | [ recovery-image] Apr 15 03:58:14.947 INFO O| Apr 15 03:58:14.947 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7013 | 2025-04-15T03:58:16.573Z | [ recovery-image] Apr 15 03:58:14.971 INFO O| Apr 15 03:58:14.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
| 7014 | 2025-04-15T03:58:16.573Z | [ recovery-image] Apr 15 03:58:14.972 INFO O| Apr 15 03:58:14.972 INFO STEP 828 (remove_files) COMPLETE |
| 7015 | 2025-04-15T03:58:16.576Z | [ recovery-image] Apr 15 03:58:14.972 INFO O| Apr 15 03:58:14.972 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7016 | 2025-04-15T03:58:16.605Z | [ recovery-image] Apr 15 03:58:15.003 INFO O| Apr 15 03:58:15.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
| 7017 | 2025-04-15T03:58:16.605Z | [ recovery-image] Apr 15 03:58:15.003 INFO O| Apr 15 03:58:15.003 INFO STEP 829 (remove_files) COMPLETE |
| 7018 | 2025-04-15T03:58:16.605Z | [ recovery-image] Apr 15 03:58:15.003 INFO O| Apr 15 03:58:15.003 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7019 | 2025-04-15T03:58:16.629Z | [ recovery-image] Apr 15 03:58:15.027 INFO O| Apr 15 03:58:15.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
| 7020 | 2025-04-15T03:58:16.629Z | [ recovery-image] Apr 15 03:58:15.027 INFO O| Apr 15 03:58:15.027 INFO STEP 830 (remove_files) COMPLETE |
| 7021 | 2025-04-15T03:58:16.629Z | [ recovery-image] Apr 15 03:58:15.027 INFO O| Apr 15 03:58:15.027 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7022 | 2025-04-15T03:58:16.652Z | [ recovery-image] Apr 15 03:58:15.051 INFO O| Apr 15 03:58:15.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
| 7023 | 2025-04-15T03:58:16.652Z | [ recovery-image] Apr 15 03:58:15.051 INFO O| Apr 15 03:58:15.051 INFO STEP 831 (remove_files) COMPLETE |
| 7024 | 2025-04-15T03:58:16.656Z | [ recovery-image] Apr 15 03:58:15.051 INFO O| Apr 15 03:58:15.051 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7025 | 2025-04-15T03:58:16.676Z | [ recovery-image] Apr 15 03:58:15.074 INFO O| Apr 15 03:58:15.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
| 7026 | 2025-04-15T03:58:16.679Z | [ recovery-image] Apr 15 03:58:15.075 INFO O| Apr 15 03:58:15.074 INFO STEP 832 (remove_files) COMPLETE |
| 7027 | 2025-04-15T03:58:16.679Z | [ recovery-image] Apr 15 03:58:15.075 INFO O| Apr 15 03:58:15.075 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7028 | 2025-04-15T03:58:16.700Z | [ recovery-image] Apr 15 03:58:15.098 INFO O| Apr 15 03:58:15.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
| 7029 | 2025-04-15T03:58:16.700Z | [ recovery-image] Apr 15 03:58:15.098 INFO O| Apr 15 03:58:15.098 INFO STEP 833 (remove_files) COMPLETE |
| 7030 | 2025-04-15T03:58:16.704Z | [ recovery-image] Apr 15 03:58:15.098 INFO O| Apr 15 03:58:15.098 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7031 | 2025-04-15T03:58:16.746Z | [ recovery-image] Apr 15 03:58:15.145 INFO O| Apr 15 03:58:15.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
| 7032 | 2025-04-15T03:58:16.746Z | [ recovery-image] Apr 15 03:58:15.145 INFO O| Apr 15 03:58:15.145 INFO STEP 834 (remove_files) COMPLETE |
| 7033 | 2025-04-15T03:58:16.746Z | [ recovery-image] Apr 15 03:58:15.145 INFO O| Apr 15 03:58:15.145 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7034 | 2025-04-15T03:58:16.767Z | [ recovery-image] Apr 15 03:58:15.165 INFO O| Apr 15 03:58:15.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
| 7035 | 2025-04-15T03:58:16.767Z | [ recovery-image] Apr 15 03:58:15.165 INFO O| Apr 15 03:58:15.165 INFO STEP 835 (remove_files) COMPLETE |
| 7036 | 2025-04-15T03:58:16.767Z | [ recovery-image] Apr 15 03:58:15.165 INFO O| Apr 15 03:58:15.165 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7037 | 2025-04-15T03:58:16.800Z | [ recovery-image] Apr 15 03:58:15.198 INFO O| Apr 15 03:58:15.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
| 7038 | 2025-04-15T03:58:16.803Z | [ recovery-image] Apr 15 03:58:15.198 INFO O| Apr 15 03:58:15.198 INFO STEP 836 (remove_files) COMPLETE |
| 7039 | 2025-04-15T03:58:16.803Z | [ recovery-image] Apr 15 03:58:15.198 INFO O| Apr 15 03:58:15.198 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7040 | 2025-04-15T03:58:16.834Z | [ recovery-image] Apr 15 03:58:15.231 INFO O| Apr 15 03:58:15.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
| 7041 | 2025-04-15T03:58:16.834Z | [ recovery-image] Apr 15 03:58:15.231 INFO O| Apr 15 03:58:15.231 INFO STEP 837 (remove_files) COMPLETE |
| 7042 | 2025-04-15T03:58:16.834Z | [ recovery-image] Apr 15 03:58:15.231 INFO O| Apr 15 03:58:15.231 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7043 | 2025-04-15T03:58:16.853Z | [ recovery-image] Apr 15 03:58:15.252 INFO O| Apr 15 03:58:15.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
| 7044 | 2025-04-15T03:58:16.856Z | [ recovery-image] Apr 15 03:58:15.252 INFO O| Apr 15 03:58:15.252 INFO STEP 838 (remove_files) COMPLETE |
| 7045 | 2025-04-15T03:58:16.856Z | [ recovery-image] Apr 15 03:58:15.252 INFO O| Apr 15 03:58:15.252 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7046 | 2025-04-15T03:58:16.875Z | [ recovery-image] Apr 15 03:58:15.274 INFO O| Apr 15 03:58:15.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
| 7047 | 2025-04-15T03:58:16.875Z | [ recovery-image] Apr 15 03:58:15.274 INFO O| Apr 15 03:58:15.274 INFO STEP 839 (remove_files) COMPLETE |
| 7048 | 2025-04-15T03:58:16.878Z | [ recovery-image] Apr 15 03:58:15.274 INFO O| Apr 15 03:58:15.274 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7049 | 2025-04-15T03:58:16.898Z | [ recovery-image] Apr 15 03:58:15.296 INFO O| Apr 15 03:58:15.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
| 7050 | 2025-04-15T03:58:16.901Z | [ recovery-image] Apr 15 03:58:15.297 INFO O| Apr 15 03:58:15.296 INFO STEP 840 (remove_files) COMPLETE |
| 7051 | 2025-04-15T03:58:16.901Z | [ recovery-image] Apr 15 03:58:15.297 INFO O| Apr 15 03:58:15.297 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7052 | 2025-04-15T03:58:16.924Z | [ recovery-image] Apr 15 03:58:15.323 INFO O| Apr 15 03:58:15.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
| 7053 | 2025-04-15T03:58:16.924Z | [ recovery-image] Apr 15 03:58:15.323 INFO O| Apr 15 03:58:15.323 INFO STEP 841 (remove_files) COMPLETE |
| 7054 | 2025-04-15T03:58:16.924Z | [ recovery-image] Apr 15 03:58:15.323 INFO O| Apr 15 03:58:15.323 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7055 | 2025-04-15T03:58:16.965Z | [ recovery-image] Apr 15 03:58:15.363 INFO O| Apr 15 03:58:15.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
| 7056 | 2025-04-15T03:58:16.965Z | [ recovery-image] Apr 15 03:58:15.363 INFO O| Apr 15 03:58:15.363 INFO STEP 842 (remove_files) COMPLETE |
| 7057 | 2025-04-15T03:58:16.968Z | [ recovery-image] Apr 15 03:58:15.363 INFO O| Apr 15 03:58:15.363 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7058 | 2025-04-15T03:58:16.996Z | [ recovery-image] Apr 15 03:58:15.395 INFO O| Apr 15 03:58:15.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
| 7059 | 2025-04-15T03:58:16.999Z | [ recovery-image] Apr 15 03:58:15.395 INFO O| Apr 15 03:58:15.395 INFO STEP 843 (remove_files) COMPLETE |
| 7060 | 2025-04-15T03:58:16.999Z | [ recovery-image] Apr 15 03:58:15.395 INFO O| Apr 15 03:58:15.395 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7061 | 2025-04-15T03:58:17.021Z | [ recovery-image] Apr 15 03:58:15.420 INFO O| Apr 15 03:58:15.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
| 7062 | 2025-04-15T03:58:17.024Z | [ recovery-image] Apr 15 03:58:15.420 INFO O| Apr 15 03:58:15.420 INFO STEP 844 (remove_files) COMPLETE |
| 7063 | 2025-04-15T03:58:17.024Z | [ recovery-image] Apr 15 03:58:15.420 INFO O| Apr 15 03:58:15.420 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7064 | 2025-04-15T03:58:17.042Z | [ recovery-image] Apr 15 03:58:15.440 INFO O| Apr 15 03:58:15.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
| 7065 | 2025-04-15T03:58:17.045Z | [ recovery-image] Apr 15 03:58:15.440 INFO O| Apr 15 03:58:15.440 INFO STEP 845 (remove_files) COMPLETE |
| 7066 | 2025-04-15T03:58:17.045Z | [ recovery-image] Apr 15 03:58:15.440 INFO O| Apr 15 03:58:15.440 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7067 | 2025-04-15T03:58:17.062Z | [ recovery-image] Apr 15 03:58:15.461 INFO O| Apr 15 03:58:15.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
| 7068 | 2025-04-15T03:58:17.065Z | [ recovery-image] Apr 15 03:58:15.461 INFO O| Apr 15 03:58:15.461 INFO STEP 846 (remove_files) COMPLETE |
| 7069 | 2025-04-15T03:58:17.065Z | [ recovery-image] Apr 15 03:58:15.461 INFO O| Apr 15 03:58:15.461 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7070 | 2025-04-15T03:58:17.086Z | [ recovery-image] Apr 15 03:58:15.484 INFO O| Apr 15 03:58:15.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
| 7071 | 2025-04-15T03:58:17.086Z | [ recovery-image] Apr 15 03:58:15.484 INFO O| Apr 15 03:58:15.484 INFO STEP 847 (remove_files) COMPLETE |
| 7072 | 2025-04-15T03:58:17.086Z | [ recovery-image] Apr 15 03:58:15.484 INFO O| Apr 15 03:58:15.484 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7073 | 2025-04-15T03:58:17.109Z | [ recovery-image] Apr 15 03:58:15.507 INFO O| Apr 15 03:58:15.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
| 7074 | 2025-04-15T03:58:17.109Z | [ recovery-image] Apr 15 03:58:15.507 INFO O| Apr 15 03:58:15.507 INFO STEP 848 (remove_files) COMPLETE |
| 7075 | 2025-04-15T03:58:17.109Z | [ recovery-image] Apr 15 03:58:15.507 INFO O| Apr 15 03:58:15.507 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7076 | 2025-04-15T03:58:17.134Z | [ recovery-image] Apr 15 03:58:15.533 INFO O| Apr 15 03:58:15.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
| 7077 | 2025-04-15T03:58:17.137Z | [ recovery-image] Apr 15 03:58:15.533 INFO O| Apr 15 03:58:15.533 INFO STEP 849 (remove_files) COMPLETE |
| 7078 | 2025-04-15T03:58:17.137Z | [ recovery-image] Apr 15 03:58:15.533 INFO O| Apr 15 03:58:15.533 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7079 | 2025-04-15T03:58:17.158Z | [ recovery-image] Apr 15 03:58:15.556 INFO O| Apr 15 03:58:15.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
| 7080 | 2025-04-15T03:58:17.158Z | [ recovery-image] Apr 15 03:58:15.556 INFO O| Apr 15 03:58:15.556 INFO STEP 850 (remove_files) COMPLETE |
| 7081 | 2025-04-15T03:58:17.158Z | [ recovery-image] Apr 15 03:58:15.556 INFO O| Apr 15 03:58:15.556 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7082 | 2025-04-15T03:58:17.181Z | [ recovery-image] Apr 15 03:58:15.579 INFO O| Apr 15 03:58:15.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
| 7083 | 2025-04-15T03:58:17.181Z | [ recovery-image] Apr 15 03:58:15.580 INFO O| Apr 15 03:58:15.579 INFO STEP 851 (remove_files) COMPLETE |
| 7084 | 2025-04-15T03:58:17.184Z | [ recovery-image] Apr 15 03:58:15.580 INFO O| Apr 15 03:58:15.580 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7085 | 2025-04-15T03:58:17.206Z | [ recovery-image] Apr 15 03:58:15.604 INFO O| Apr 15 03:58:15.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
| 7086 | 2025-04-15T03:58:17.206Z | [ recovery-image] Apr 15 03:58:15.604 INFO O| Apr 15 03:58:15.604 INFO STEP 852 (remove_files) COMPLETE |
| 7087 | 2025-04-15T03:58:17.206Z | [ recovery-image] Apr 15 03:58:15.604 INFO O| Apr 15 03:58:15.604 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7088 | 2025-04-15T03:58:17.229Z | [ recovery-image] Apr 15 03:58:15.627 INFO O| Apr 15 03:58:15.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
| 7089 | 2025-04-15T03:58:17.229Z | [ recovery-image] Apr 15 03:58:15.628 INFO O| Apr 15 03:58:15.628 INFO STEP 853 (remove_files) COMPLETE |
| 7090 | 2025-04-15T03:58:17.229Z | [ recovery-image] Apr 15 03:58:15.628 INFO O| Apr 15 03:58:15.628 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7091 | 2025-04-15T03:58:17.252Z | [ recovery-image] Apr 15 03:58:15.651 INFO O| Apr 15 03:58:15.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
| 7092 | 2025-04-15T03:58:17.252Z | [ recovery-image] Apr 15 03:58:15.651 INFO O| Apr 15 03:58:15.651 INFO STEP 854 (remove_files) COMPLETE |
| 7093 | 2025-04-15T03:58:17.252Z | [ recovery-image] Apr 15 03:58:15.651 INFO O| Apr 15 03:58:15.651 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7094 | 2025-04-15T03:58:17.276Z | [ recovery-image] Apr 15 03:58:15.674 INFO O| Apr 15 03:58:15.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
| 7095 | 2025-04-15T03:58:17.276Z | [ recovery-image] Apr 15 03:58:15.675 INFO O| Apr 15 03:58:15.674 INFO STEP 855 (remove_files) COMPLETE |
| 7096 | 2025-04-15T03:58:17.279Z | [ recovery-image] Apr 15 03:58:15.675 INFO O| Apr 15 03:58:15.674 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7097 | 2025-04-15T03:58:17.304Z | [ recovery-image] Apr 15 03:58:15.702 INFO O| Apr 15 03:58:15.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
| 7098 | 2025-04-15T03:58:17.304Z | [ recovery-image] Apr 15 03:58:15.702 INFO O| Apr 15 03:58:15.702 INFO STEP 856 (remove_files) COMPLETE |
| 7099 | 2025-04-15T03:58:17.304Z | [ recovery-image] Apr 15 03:58:15.702 INFO O| Apr 15 03:58:15.702 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7100 | 2025-04-15T03:58:17.343Z | [ recovery-image] Apr 15 03:58:15.741 INFO O| Apr 15 03:58:15.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
| 7101 | 2025-04-15T03:58:17.343Z | [ recovery-image] Apr 15 03:58:15.741 INFO O| Apr 15 03:58:15.741 INFO STEP 857 (remove_files) COMPLETE |
| 7102 | 2025-04-15T03:58:17.343Z | [ recovery-image] Apr 15 03:58:15.741 INFO O| Apr 15 03:58:15.741 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7103 | 2025-04-15T03:58:17.367Z | [ recovery-image] Apr 15 03:58:15.765 INFO O| Apr 15 03:58:15.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
| 7104 | 2025-04-15T03:58:17.367Z | [ recovery-image] Apr 15 03:58:15.765 INFO O| Apr 15 03:58:15.765 INFO STEP 858 (remove_files) COMPLETE |
| 7105 | 2025-04-15T03:58:17.371Z | [ recovery-image] Apr 15 03:58:15.765 INFO O| Apr 15 03:58:15.765 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7106 | 2025-04-15T03:58:17.408Z | [ recovery-image] Apr 15 03:58:15.806 INFO O| Apr 15 03:58:15.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
| 7107 | 2025-04-15T03:58:17.411Z | [ recovery-image] Apr 15 03:58:15.806 INFO O| Apr 15 03:58:15.806 INFO STEP 859 (remove_files) COMPLETE |
| 7108 | 2025-04-15T03:58:17.412Z | [ recovery-image] Apr 15 03:58:15.806 INFO O| Apr 15 03:58:15.806 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7109 | 2025-04-15T03:58:17.443Z | [ recovery-image] Apr 15 03:58:15.841 INFO O| Apr 15 03:58:15.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
| 7110 | 2025-04-15T03:58:17.443Z | [ recovery-image] Apr 15 03:58:15.841 INFO O| Apr 15 03:58:15.841 INFO STEP 860 (remove_files) COMPLETE |
| 7111 | 2025-04-15T03:58:17.443Z | [ recovery-image] Apr 15 03:58:15.841 INFO O| Apr 15 03:58:15.841 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7112 | 2025-04-15T03:58:17.467Z | [ recovery-image] Apr 15 03:58:15.866 INFO O| Apr 15 03:58:15.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
| 7113 | 2025-04-15T03:58:17.467Z | [ recovery-image] Apr 15 03:58:15.866 INFO O| Apr 15 03:58:15.866 INFO STEP 861 (remove_files) COMPLETE |
| 7114 | 2025-04-15T03:58:17.467Z | [ recovery-image] Apr 15 03:58:15.866 INFO O| Apr 15 03:58:15.866 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7115 | 2025-04-15T03:58:17.492Z | [ recovery-image] Apr 15 03:58:15.890 INFO O| Apr 15 03:58:15.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
| 7116 | 2025-04-15T03:58:17.492Z | [ recovery-image] Apr 15 03:58:15.890 INFO O| Apr 15 03:58:15.890 INFO STEP 862 (remove_files) COMPLETE |
| 7117 | 2025-04-15T03:58:17.495Z | [ recovery-image] Apr 15 03:58:15.891 INFO O| Apr 15 03:58:15.890 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7118 | 2025-04-15T03:58:17.516Z | [ recovery-image] Apr 15 03:58:15.915 INFO O| Apr 15 03:58:15.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
| 7119 | 2025-04-15T03:58:17.516Z | [ recovery-image] Apr 15 03:58:15.915 INFO O| Apr 15 03:58:15.915 INFO STEP 863 (remove_files) COMPLETE |
| 7120 | 2025-04-15T03:58:17.519Z | [ recovery-image] Apr 15 03:58:15.915 INFO O| Apr 15 03:58:15.915 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7121 | 2025-04-15T03:58:17.552Z | [ recovery-image] Apr 15 03:58:15.951 INFO O| Apr 15 03:58:15.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
| 7122 | 2025-04-15T03:58:17.556Z | [ recovery-image] Apr 15 03:58:15.951 INFO O| Apr 15 03:58:15.951 INFO STEP 864 (remove_files) COMPLETE |
| 7123 | 2025-04-15T03:58:17.556Z | [ recovery-image] Apr 15 03:58:15.951 INFO O| Apr 15 03:58:15.951 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7124 | 2025-04-15T03:58:17.576Z | [ recovery-image] Apr 15 03:58:15.974 INFO O| Apr 15 03:58:15.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
| 7125 | 2025-04-15T03:58:17.579Z | [ recovery-image] Apr 15 03:58:15.974 INFO O| Apr 15 03:58:15.974 INFO STEP 865 (remove_files) COMPLETE |
| 7126 | 2025-04-15T03:58:17.579Z | [ recovery-image] Apr 15 03:58:15.974 INFO O| Apr 15 03:58:15.974 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7127 | 2025-04-15T03:58:17.598Z | [ recovery-image] Apr 15 03:58:15.997 INFO O| Apr 15 03:58:15.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
| 7128 | 2025-04-15T03:58:17.598Z | [ recovery-image] Apr 15 03:58:15.997 INFO O| Apr 15 03:58:15.997 INFO STEP 866 (remove_files) COMPLETE |
| 7129 | 2025-04-15T03:58:17.598Z | [ recovery-image] Apr 15 03:58:15.997 INFO O| Apr 15 03:58:15.997 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7130 | 2025-04-15T03:58:17.621Z | [ recovery-image] Apr 15 03:58:16.019 INFO O| Apr 15 03:58:16.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
| 7131 | 2025-04-15T03:58:17.621Z | [ recovery-image] Apr 15 03:58:16.019 INFO O| Apr 15 03:58:16.019 INFO STEP 867 (remove_files) COMPLETE |
| 7132 | 2025-04-15T03:58:17.621Z | [ recovery-image] Apr 15 03:58:16.019 INFO O| Apr 15 03:58:16.019 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7133 | 2025-04-15T03:58:17.673Z | [ recovery-image] Apr 15 03:58:16.072 INFO O| Apr 15 03:58:16.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
| 7134 | 2025-04-15T03:58:17.673Z | [ recovery-image] Apr 15 03:58:16.072 INFO O| Apr 15 03:58:16.072 INFO STEP 868 (remove_files) COMPLETE |
| 7135 | 2025-04-15T03:58:17.677Z | [ recovery-image] Apr 15 03:58:16.072 INFO O| Apr 15 03:58:16.072 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7136 | 2025-04-15T03:58:17.707Z | [ recovery-image] Apr 15 03:58:16.106 INFO O| Apr 15 03:58:16.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
| 7137 | 2025-04-15T03:58:17.707Z | [ recovery-image] Apr 15 03:58:16.106 INFO O| Apr 15 03:58:16.106 INFO STEP 869 (remove_files) COMPLETE |
| 7138 | 2025-04-15T03:58:17.711Z | [ recovery-image] Apr 15 03:58:16.106 INFO O| Apr 15 03:58:16.106 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7139 | 2025-04-15T03:58:17.743Z | [ recovery-image] Apr 15 03:58:16.142 INFO O| Apr 15 03:58:16.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
| 7140 | 2025-04-15T03:58:17.743Z | [ recovery-image] Apr 15 03:58:16.142 INFO O| Apr 15 03:58:16.142 INFO STEP 870 (remove_files) COMPLETE |
| 7141 | 2025-04-15T03:58:17.743Z | [ recovery-image] Apr 15 03:58:16.142 INFO O| Apr 15 03:58:16.142 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7142 | 2025-04-15T03:58:17.763Z | [ recovery-image] Apr 15 03:58:16.161 INFO O| Apr 15 03:58:16.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
| 7143 | 2025-04-15T03:58:17.763Z | [ recovery-image] Apr 15 03:58:16.162 INFO O| Apr 15 03:58:16.162 INFO STEP 871 (remove_files) COMPLETE |
| 7144 | 2025-04-15T03:58:17.763Z | [ recovery-image] Apr 15 03:58:16.162 INFO O| Apr 15 03:58:16.162 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7145 | 2025-04-15T03:58:17.791Z | [ recovery-image] Apr 15 03:58:16.190 INFO O| Apr 15 03:58:16.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
| 7146 | 2025-04-15T03:58:17.792Z | [ recovery-image] Apr 15 03:58:16.190 INFO O| Apr 15 03:58:16.190 INFO STEP 872 (remove_files) COMPLETE |
| 7147 | 2025-04-15T03:58:17.792Z | [ recovery-image] Apr 15 03:58:16.190 INFO O| Apr 15 03:58:16.190 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7148 | 2025-04-15T03:58:17.866Z | [ recovery-image] Apr 15 03:58:16.265 INFO O| Apr 15 03:58:16.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
| 7149 | 2025-04-15T03:58:17.866Z | [ recovery-image] Apr 15 03:58:16.265 INFO O| Apr 15 03:58:16.265 INFO STEP 873 (remove_files) COMPLETE |
| 7150 | 2025-04-15T03:58:17.866Z | [ recovery-image] Apr 15 03:58:16.265 INFO O| Apr 15 03:58:16.265 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7151 | 2025-04-15T03:58:17.919Z | [ recovery-image] Apr 15 03:58:16.318 INFO O| Apr 15 03:58:16.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
| 7152 | 2025-04-15T03:58:17.920Z | [ recovery-image] Apr 15 03:58:16.318 INFO O| Apr 15 03:58:16.318 INFO STEP 874 (remove_files) COMPLETE |
| 7153 | 2025-04-15T03:58:17.920Z | [ recovery-image] Apr 15 03:58:16.318 INFO O| Apr 15 03:58:16.318 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7154 | 2025-04-15T03:58:17.944Z | [ recovery-image] Apr 15 03:58:16.342 INFO O| Apr 15 03:58:16.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
| 7155 | 2025-04-15T03:58:17.944Z | [ recovery-image] Apr 15 03:58:16.342 INFO O| Apr 15 03:58:16.342 INFO STEP 875 (remove_files) COMPLETE |
| 7156 | 2025-04-15T03:58:17.947Z | [ recovery-image] Apr 15 03:58:16.342 INFO O| Apr 15 03:58:16.342 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7157 | 2025-04-15T03:58:17.969Z | [ recovery-image] Apr 15 03:58:16.367 INFO O| Apr 15 03:58:16.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
| 7158 | 2025-04-15T03:58:17.969Z | [ recovery-image] Apr 15 03:58:16.367 INFO O| Apr 15 03:58:16.367 INFO STEP 876 (remove_files) COMPLETE |
| 7159 | 2025-04-15T03:58:17.972Z | [ recovery-image] Apr 15 03:58:16.367 INFO O| Apr 15 03:58:16.367 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7160 | 2025-04-15T03:58:17.991Z | [ recovery-image] Apr 15 03:58:16.390 INFO O| Apr 15 03:58:16.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
| 7161 | 2025-04-15T03:58:17.991Z | [ recovery-image] Apr 15 03:58:16.390 INFO O| Apr 15 03:58:16.390 INFO STEP 877 (remove_files) COMPLETE |
| 7162 | 2025-04-15T03:58:17.994Z | [ recovery-image] Apr 15 03:58:16.390 INFO O| Apr 15 03:58:16.390 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7163 | 2025-04-15T03:58:18.045Z | [ recovery-image] Apr 15 03:58:16.443 INFO O| Apr 15 03:58:16.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
| 7164 | 2025-04-15T03:58:18.048Z | [ recovery-image] Apr 15 03:58:16.443 INFO O| Apr 15 03:58:16.443 INFO STEP 878 (remove_files) COMPLETE |
| 7165 | 2025-04-15T03:58:18.048Z | [ recovery-image] Apr 15 03:58:16.443 INFO O| Apr 15 03:58:16.443 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7166 | 2025-04-15T03:58:18.068Z | [ recovery-image] Apr 15 03:58:16.467 INFO O| Apr 15 03:58:16.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
| 7167 | 2025-04-15T03:58:18.071Z | [ recovery-image] Apr 15 03:58:16.467 INFO O| Apr 15 03:58:16.467 INFO STEP 879 (remove_files) COMPLETE |
| 7168 | 2025-04-15T03:58:18.071Z | [ recovery-image] Apr 15 03:58:16.467 INFO O| Apr 15 03:58:16.467 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7169 | 2025-04-15T03:58:18.095Z | [ recovery-image] Apr 15 03:58:16.490 INFO O| Apr 15 03:58:16.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
| 7170 | 2025-04-15T03:58:18.095Z | [ recovery-image] Apr 15 03:58:16.490 INFO O| Apr 15 03:58:16.490 INFO STEP 880 (remove_files) COMPLETE |
| 7171 | 2025-04-15T03:58:18.095Z | [ recovery-image] Apr 15 03:58:16.490 INFO O| Apr 15 03:58:16.490 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7172 | 2025-04-15T03:58:18.129Z | [ recovery-image] Apr 15 03:58:16.528 INFO O| Apr 15 03:58:16.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
| 7173 | 2025-04-15T03:58:18.133Z | [ recovery-image] Apr 15 03:58:16.528 INFO O| Apr 15 03:58:16.528 INFO STEP 881 (remove_files) COMPLETE |
| 7174 | 2025-04-15T03:58:18.133Z | [ recovery-image] Apr 15 03:58:16.528 INFO O| Apr 15 03:58:16.528 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7175 | 2025-04-15T03:58:18.156Z | [ recovery-image] Apr 15 03:58:16.555 INFO O| Apr 15 03:58:16.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
| 7176 | 2025-04-15T03:58:18.157Z | [ recovery-image] Apr 15 03:58:16.555 INFO O| Apr 15 03:58:16.555 INFO STEP 882 (remove_files) COMPLETE |
| 7177 | 2025-04-15T03:58:18.157Z | [ recovery-image] Apr 15 03:58:16.555 INFO O| Apr 15 03:58:16.555 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7178 | 2025-04-15T03:58:18.178Z | [ recovery-image] Apr 15 03:58:16.576 INFO O| Apr 15 03:58:16.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
| 7179 | 2025-04-15T03:58:18.178Z | [ recovery-image] Apr 15 03:58:16.576 INFO O| Apr 15 03:58:16.576 INFO STEP 883 (remove_files) COMPLETE |
| 7180 | 2025-04-15T03:58:18.178Z | [ recovery-image] Apr 15 03:58:16.576 INFO O| Apr 15 03:58:16.576 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7181 | 2025-04-15T03:58:18.198Z | [ recovery-image] Apr 15 03:58:16.596 INFO O| Apr 15 03:58:16.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
| 7182 | 2025-04-15T03:58:18.201Z | [ recovery-image] Apr 15 03:58:16.596 INFO O| Apr 15 03:58:16.596 INFO STEP 884 (remove_files) COMPLETE |
| 7183 | 2025-04-15T03:58:18.201Z | [ recovery-image] Apr 15 03:58:16.596 INFO O| Apr 15 03:58:16.596 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7184 | 2025-04-15T03:58:18.223Z | [ recovery-image] Apr 15 03:58:16.622 INFO O| Apr 15 03:58:16.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
| 7185 | 2025-04-15T03:58:18.224Z | [ recovery-image] Apr 15 03:58:16.622 INFO O| Apr 15 03:58:16.622 INFO STEP 885 (remove_files) COMPLETE |
| 7186 | 2025-04-15T03:58:18.227Z | [ recovery-image] Apr 15 03:58:16.622 INFO O| Apr 15 03:58:16.622 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7187 | 2025-04-15T03:58:18.259Z | [ recovery-image] Apr 15 03:58:16.657 INFO O| Apr 15 03:58:16.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
| 7188 | 2025-04-15T03:58:18.259Z | [ recovery-image] Apr 15 03:58:16.658 INFO O| Apr 15 03:58:16.658 INFO STEP 886 (remove_files) COMPLETE |
| 7189 | 2025-04-15T03:58:18.259Z | [ recovery-image] Apr 15 03:58:16.658 INFO O| Apr 15 03:58:16.658 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7190 | 2025-04-15T03:58:18.283Z | [ recovery-image] Apr 15 03:58:16.681 INFO O| Apr 15 03:58:16.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
| 7191 | 2025-04-15T03:58:18.283Z | [ recovery-image] Apr 15 03:58:16.681 INFO O| Apr 15 03:58:16.681 INFO STEP 887 (remove_files) COMPLETE |
| 7192 | 2025-04-15T03:58:18.283Z | [ recovery-image] Apr 15 03:58:16.681 INFO O| Apr 15 03:58:16.681 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7193 | 2025-04-15T03:58:18.307Z | [ recovery-image] Apr 15 03:58:16.705 INFO O| Apr 15 03:58:16.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
| 7194 | 2025-04-15T03:58:18.307Z | [ recovery-image] Apr 15 03:58:16.705 INFO O| Apr 15 03:58:16.705 INFO STEP 888 (remove_files) COMPLETE |
| 7195 | 2025-04-15T03:58:18.307Z | [ recovery-image] Apr 15 03:58:16.705 INFO O| Apr 15 03:58:16.705 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7196 | 2025-04-15T03:58:18.330Z | [ recovery-image] Apr 15 03:58:16.728 INFO O| Apr 15 03:58:16.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
| 7197 | 2025-04-15T03:58:18.333Z | [ recovery-image] Apr 15 03:58:16.728 INFO O| Apr 15 03:58:16.728 INFO STEP 889 (remove_files) COMPLETE |
| 7198 | 2025-04-15T03:58:18.333Z | [ recovery-image] Apr 15 03:58:16.728 INFO O| Apr 15 03:58:16.728 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7199 | 2025-04-15T03:58:18.351Z | [ recovery-image] Apr 15 03:58:16.749 INFO O| Apr 15 03:58:16.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
| 7200 | 2025-04-15T03:58:18.351Z | [ recovery-image] Apr 15 03:58:16.750 INFO O| Apr 15 03:58:16.750 INFO STEP 890 (remove_files) COMPLETE |
| 7201 | 2025-04-15T03:58:18.355Z | [ recovery-image] Apr 15 03:58:16.750 INFO O| Apr 15 03:58:16.750 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7202 | 2025-04-15T03:58:18.372Z | [ recovery-image] Apr 15 03:58:16.771 INFO O| Apr 15 03:58:16.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
| 7203 | 2025-04-15T03:58:18.372Z | [ recovery-image] Apr 15 03:58:16.771 INFO O| Apr 15 03:58:16.771 INFO STEP 891 (remove_files) COMPLETE |
| 7204 | 2025-04-15T03:58:18.372Z | [ recovery-image] Apr 15 03:58:16.771 INFO O| Apr 15 03:58:16.771 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7205 | 2025-04-15T03:58:18.394Z | [ recovery-image] Apr 15 03:58:16.793 INFO O| Apr 15 03:58:16.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
| 7206 | 2025-04-15T03:58:18.394Z | [ recovery-image] Apr 15 03:58:16.793 INFO O| Apr 15 03:58:16.793 INFO STEP 892 (remove_files) COMPLETE |
| 7207 | 2025-04-15T03:58:18.397Z | [ recovery-image] Apr 15 03:58:16.793 INFO O| Apr 15 03:58:16.793 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7208 | 2025-04-15T03:58:18.416Z | [ recovery-image] Apr 15 03:58:16.815 INFO O| Apr 15 03:58:16.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
| 7209 | 2025-04-15T03:58:18.417Z | [ recovery-image] Apr 15 03:58:16.815 INFO O| Apr 15 03:58:16.815 INFO STEP 893 (remove_files) COMPLETE |
| 7210 | 2025-04-15T03:58:18.420Z | [ recovery-image] Apr 15 03:58:16.815 INFO O| Apr 15 03:58:16.815 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7211 | 2025-04-15T03:58:18.440Z | [ recovery-image] Apr 15 03:58:16.838 INFO O| Apr 15 03:58:16.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
| 7212 | 2025-04-15T03:58:18.440Z | [ recovery-image] Apr 15 03:58:16.838 INFO O| Apr 15 03:58:16.838 INFO STEP 894 (remove_files) COMPLETE |
| 7213 | 2025-04-15T03:58:18.440Z | [ recovery-image] Apr 15 03:58:16.838 INFO O| Apr 15 03:58:16.838 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7214 | 2025-04-15T03:58:18.497Z | [ recovery-image] Apr 15 03:58:16.896 INFO O| Apr 15 03:58:16.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
| 7215 | 2025-04-15T03:58:18.497Z | [ recovery-image] Apr 15 03:58:16.896 INFO O| Apr 15 03:58:16.896 INFO STEP 895 (remove_files) COMPLETE |
| 7216 | 2025-04-15T03:58:18.501Z | [ recovery-image] Apr 15 03:58:16.896 INFO O| Apr 15 03:58:16.896 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7217 | 2025-04-15T03:58:18.517Z | [ recovery-image] Apr 15 03:58:16.915 INFO O| Apr 15 03:58:16.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
| 7218 | 2025-04-15T03:58:18.517Z | [ recovery-image] Apr 15 03:58:16.915 INFO O| Apr 15 03:58:16.915 INFO STEP 896 (remove_files) COMPLETE |
| 7219 | 2025-04-15T03:58:18.520Z | [ recovery-image] Apr 15 03:58:16.915 INFO O| Apr 15 03:58:16.915 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7220 | 2025-04-15T03:58:18.536Z | [ recovery-image] Apr 15 03:58:16.934 INFO O| Apr 15 03:58:16.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
| 7221 | 2025-04-15T03:58:18.536Z | [ recovery-image] Apr 15 03:58:16.935 INFO O| Apr 15 03:58:16.934 INFO STEP 897 (remove_files) COMPLETE |
| 7222 | 2025-04-15T03:58:18.536Z | [ recovery-image] Apr 15 03:58:16.935 INFO O| Apr 15 03:58:16.935 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7223 | 2025-04-15T03:58:18.555Z | [ recovery-image] Apr 15 03:58:16.953 INFO O| Apr 15 03:58:16.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
| 7224 | 2025-04-15T03:58:18.555Z | [ recovery-image] Apr 15 03:58:16.953 INFO O| Apr 15 03:58:16.953 INFO STEP 898 (remove_files) COMPLETE |
| 7225 | 2025-04-15T03:58:18.558Z | [ recovery-image] Apr 15 03:58:16.953 INFO O| Apr 15 03:58:16.953 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7226 | 2025-04-15T03:58:18.573Z | [ recovery-image] Apr 15 03:58:16.972 INFO O| Apr 15 03:58:16.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
| 7227 | 2025-04-15T03:58:18.573Z | [ recovery-image] Apr 15 03:58:16.972 INFO O| Apr 15 03:58:16.972 INFO STEP 899 (remove_files) COMPLETE |
| 7228 | 2025-04-15T03:58:18.577Z | [ recovery-image] Apr 15 03:58:16.972 INFO O| Apr 15 03:58:16.972 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7229 | 2025-04-15T03:58:18.592Z | [ recovery-image] Apr 15 03:58:16.990 INFO O| Apr 15 03:58:16.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
| 7230 | 2025-04-15T03:58:18.592Z | [ recovery-image] Apr 15 03:58:16.990 INFO O| Apr 15 03:58:16.990 INFO STEP 900 (remove_files) COMPLETE |
| 7231 | 2025-04-15T03:58:18.592Z | [ recovery-image] Apr 15 03:58:16.990 INFO O| Apr 15 03:58:16.990 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7232 | 2025-04-15T03:58:18.616Z | [ recovery-image] Apr 15 03:58:17.015 INFO O| Apr 15 03:58:17.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
| 7233 | 2025-04-15T03:58:18.617Z | [ recovery-image] Apr 15 03:58:17.015 INFO O| Apr 15 03:58:17.015 INFO STEP 901 (remove_files) COMPLETE |
| 7234 | 2025-04-15T03:58:18.617Z | [ recovery-image] Apr 15 03:58:17.015 INFO O| Apr 15 03:58:17.015 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7235 | 2025-04-15T03:58:18.638Z | [ recovery-image] Apr 15 03:58:17.036 INFO O| Apr 15 03:58:17.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
| 7236 | 2025-04-15T03:58:18.638Z | [ recovery-image] Apr 15 03:58:17.036 INFO O| Apr 15 03:58:17.036 INFO STEP 902 (remove_files) COMPLETE |
| 7237 | 2025-04-15T03:58:18.638Z | [ recovery-image] Apr 15 03:58:17.036 INFO O| Apr 15 03:58:17.036 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7238 | 2025-04-15T03:58:18.659Z | [ recovery-image] Apr 15 03:58:17.057 INFO O| Apr 15 03:58:17.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
| 7239 | 2025-04-15T03:58:18.659Z | [ recovery-image] Apr 15 03:58:17.057 INFO O| Apr 15 03:58:17.057 INFO STEP 903 (remove_files) COMPLETE |
| 7240 | 2025-04-15T03:58:18.659Z | [ recovery-image] Apr 15 03:58:17.057 INFO O| Apr 15 03:58:17.057 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7241 | 2025-04-15T03:58:18.698Z | [ recovery-image] Apr 15 03:58:17.096 INFO O| Apr 15 03:58:17.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
| 7242 | 2025-04-15T03:58:18.698Z | [ recovery-image] Apr 15 03:58:17.097 INFO O| Apr 15 03:58:17.097 INFO STEP 904 (remove_files) COMPLETE |
| 7243 | 2025-04-15T03:58:18.702Z | [ recovery-image] Apr 15 03:58:17.097 INFO O| Apr 15 03:58:17.097 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7244 | 2025-04-15T03:58:18.721Z | [ recovery-image] Apr 15 03:58:17.120 INFO O| Apr 15 03:58:17.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
| 7245 | 2025-04-15T03:58:18.721Z | [ recovery-image] Apr 15 03:58:17.120 INFO O| Apr 15 03:58:17.120 INFO STEP 905 (remove_files) COMPLETE |
| 7246 | 2025-04-15T03:58:18.721Z | [ recovery-image] Apr 15 03:58:17.120 INFO O| Apr 15 03:58:17.120 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7247 | 2025-04-15T03:58:18.756Z | [ recovery-image] Apr 15 03:58:17.155 INFO O| Apr 15 03:58:17.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
| 7248 | 2025-04-15T03:58:18.756Z | [ recovery-image] Apr 15 03:58:17.155 INFO O| Apr 15 03:58:17.155 INFO STEP 906 (remove_files) COMPLETE |
| 7249 | 2025-04-15T03:58:18.756Z | [ recovery-image] Apr 15 03:58:17.155 INFO O| Apr 15 03:58:17.155 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7250 | 2025-04-15T03:58:18.783Z | [ recovery-image] Apr 15 03:58:17.181 INFO O| Apr 15 03:58:17.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
| 7251 | 2025-04-15T03:58:18.786Z | [ recovery-image] Apr 15 03:58:17.182 INFO O| Apr 15 03:58:17.181 INFO STEP 907 (remove_files) COMPLETE |
| 7252 | 2025-04-15T03:58:18.786Z | [ recovery-image] Apr 15 03:58:17.182 INFO O| Apr 15 03:58:17.182 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7253 | 2025-04-15T03:58:18.804Z | [ recovery-image] Apr 15 03:58:17.202 INFO O| Apr 15 03:58:17.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
| 7254 | 2025-04-15T03:58:18.804Z | [ recovery-image] Apr 15 03:58:17.202 INFO O| Apr 15 03:58:17.202 INFO STEP 908 (remove_files) COMPLETE |
| 7255 | 2025-04-15T03:58:18.804Z | [ recovery-image] Apr 15 03:58:17.202 INFO O| Apr 15 03:58:17.202 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7256 | 2025-04-15T03:58:18.829Z | [ recovery-image] Apr 15 03:58:17.227 INFO O| Apr 15 03:58:17.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
| 7257 | 2025-04-15T03:58:18.829Z | [ recovery-image] Apr 15 03:58:17.227 INFO O| Apr 15 03:58:17.227 INFO STEP 909 (remove_files) COMPLETE |
| 7258 | 2025-04-15T03:58:18.829Z | [ recovery-image] Apr 15 03:58:17.227 INFO O| Apr 15 03:58:17.227 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7259 | 2025-04-15T03:58:18.851Z | [ recovery-image] Apr 15 03:58:17.250 INFO O| Apr 15 03:58:17.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
| 7260 | 2025-04-15T03:58:18.852Z | [ recovery-image] Apr 15 03:58:17.250 INFO O| Apr 15 03:58:17.250 INFO STEP 910 (remove_files) COMPLETE |
| 7261 | 2025-04-15T03:58:18.852Z | [ recovery-image] Apr 15 03:58:17.250 INFO O| Apr 15 03:58:17.250 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7262 | 2025-04-15T03:58:18.877Z | [ recovery-image] Apr 15 03:58:17.275 INFO O| Apr 15 03:58:17.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
| 7263 | 2025-04-15T03:58:18.877Z | [ recovery-image] Apr 15 03:58:17.275 INFO O| Apr 15 03:58:17.275 INFO STEP 911 (remove_files) COMPLETE |
| 7264 | 2025-04-15T03:58:18.877Z | [ recovery-image] Apr 15 03:58:17.275 INFO O| Apr 15 03:58:17.275 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7265 | 2025-04-15T03:58:18.900Z | [ recovery-image] Apr 15 03:58:17.298 INFO O| Apr 15 03:58:17.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
| 7266 | 2025-04-15T03:58:18.900Z | [ recovery-image] Apr 15 03:58:17.298 INFO O| Apr 15 03:58:17.298 INFO STEP 912 (remove_files) COMPLETE |
| 7267 | 2025-04-15T03:58:18.903Z | [ recovery-image] Apr 15 03:58:17.298 INFO O| Apr 15 03:58:17.298 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7268 | 2025-04-15T03:58:18.925Z | [ recovery-image] Apr 15 03:58:17.322 INFO O| Apr 15 03:58:17.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
| 7269 | 2025-04-15T03:58:18.925Z | [ recovery-image] Apr 15 03:58:17.322 INFO O| Apr 15 03:58:17.322 INFO STEP 913 (remove_files) COMPLETE |
| 7270 | 2025-04-15T03:58:18.929Z | [ recovery-image] Apr 15 03:58:17.322 INFO O| Apr 15 03:58:17.322 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7271 | 2025-04-15T03:58:18.949Z | [ recovery-image] Apr 15 03:58:17.347 INFO O| Apr 15 03:58:17.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
| 7272 | 2025-04-15T03:58:18.949Z | [ recovery-image] Apr 15 03:58:17.347 INFO O| Apr 15 03:58:17.347 INFO STEP 914 (remove_files) COMPLETE |
| 7273 | 2025-04-15T03:58:18.953Z | [ recovery-image] Apr 15 03:58:17.347 INFO O| Apr 15 03:58:17.347 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7274 | 2025-04-15T03:58:18.984Z | [ recovery-image] Apr 15 03:58:17.382 INFO O| Apr 15 03:58:17.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
| 7275 | 2025-04-15T03:58:18.987Z | [ recovery-image] Apr 15 03:58:17.382 INFO O| Apr 15 03:58:17.382 INFO STEP 915 (remove_files) COMPLETE |
| 7276 | 2025-04-15T03:58:18.987Z | [ recovery-image] Apr 15 03:58:17.382 INFO O| Apr 15 03:58:17.382 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7277 | 2025-04-15T03:58:19.012Z | [ recovery-image] Apr 15 03:58:17.410 INFO O| Apr 15 03:58:17.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
| 7278 | 2025-04-15T03:58:19.015Z | [ recovery-image] Apr 15 03:58:17.410 INFO O| Apr 15 03:58:17.410 INFO STEP 916 (remove_files) COMPLETE |
| 7279 | 2025-04-15T03:58:19.015Z | [ recovery-image] Apr 15 03:58:17.410 INFO O| Apr 15 03:58:17.410 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7280 | 2025-04-15T03:58:19.045Z | [ recovery-image] Apr 15 03:58:17.443 INFO O| Apr 15 03:58:17.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
| 7281 | 2025-04-15T03:58:19.045Z | [ recovery-image] Apr 15 03:58:17.444 INFO O| Apr 15 03:58:17.443 INFO STEP 917 (remove_files) COMPLETE |
| 7282 | 2025-04-15T03:58:19.048Z | [ recovery-image] Apr 15 03:58:17.444 INFO O| Apr 15 03:58:17.444 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7283 | 2025-04-15T03:58:19.070Z | [ recovery-image] Apr 15 03:58:17.468 INFO O| Apr 15 03:58:17.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
| 7284 | 2025-04-15T03:58:19.070Z | [ recovery-image] Apr 15 03:58:17.468 INFO O| Apr 15 03:58:17.468 INFO STEP 918 (remove_files) COMPLETE |
| 7285 | 2025-04-15T03:58:19.073Z | [ recovery-image] Apr 15 03:58:17.469 INFO O| Apr 15 03:58:17.468 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7286 | 2025-04-15T03:58:19.091Z | [ recovery-image] Apr 15 03:58:17.489 INFO O| Apr 15 03:58:17.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
| 7287 | 2025-04-15T03:58:19.094Z | [ recovery-image] Apr 15 03:58:17.489 INFO O| Apr 15 03:58:17.489 INFO STEP 919 (remove_files) COMPLETE |
| 7288 | 2025-04-15T03:58:19.094Z | [ recovery-image] Apr 15 03:58:17.490 INFO O| Apr 15 03:58:17.489 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7289 | 2025-04-15T03:58:19.112Z | [ recovery-image] Apr 15 03:58:17.510 INFO O| Apr 15 03:58:17.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
| 7290 | 2025-04-15T03:58:19.115Z | [ recovery-image] Apr 15 03:58:17.511 INFO O| Apr 15 03:58:17.510 INFO STEP 920 (remove_files) COMPLETE |
| 7291 | 2025-04-15T03:58:19.115Z | [ recovery-image] Apr 15 03:58:17.511 INFO O| Apr 15 03:58:17.510 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7292 | 2025-04-15T03:58:19.133Z | [ recovery-image] Apr 15 03:58:17.531 INFO O| Apr 15 03:58:17.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
| 7293 | 2025-04-15T03:58:19.136Z | [ recovery-image] Apr 15 03:58:17.531 INFO O| Apr 15 03:58:17.531 INFO STEP 921 (remove_files) COMPLETE |
| 7294 | 2025-04-15T03:58:19.136Z | [ recovery-image] Apr 15 03:58:17.531 INFO O| Apr 15 03:58:17.531 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7295 | 2025-04-15T03:58:19.154Z | [ recovery-image] Apr 15 03:58:17.552 INFO O| Apr 15 03:58:17.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
| 7296 | 2025-04-15T03:58:19.154Z | [ recovery-image] Apr 15 03:58:17.552 INFO O| Apr 15 03:58:17.552 INFO STEP 922 (remove_files) COMPLETE |
| 7297 | 2025-04-15T03:58:19.154Z | [ recovery-image] Apr 15 03:58:17.552 INFO O| Apr 15 03:58:17.552 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7298 | 2025-04-15T03:58:19.176Z | [ recovery-image] Apr 15 03:58:17.573 INFO O| Apr 15 03:58:17.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
| 7299 | 2025-04-15T03:58:19.176Z | [ recovery-image] Apr 15 03:58:17.574 INFO O| Apr 15 03:58:17.573 INFO STEP 923 (remove_files) COMPLETE |
| 7300 | 2025-04-15T03:58:19.176Z | [ recovery-image] Apr 15 03:58:17.574 INFO O| Apr 15 03:58:17.574 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7301 | 2025-04-15T03:58:19.196Z | [ recovery-image] Apr 15 03:58:17.595 INFO O| Apr 15 03:58:17.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
| 7302 | 2025-04-15T03:58:19.196Z | [ recovery-image] Apr 15 03:58:17.595 INFO O| Apr 15 03:58:17.595 INFO STEP 924 (remove_files) COMPLETE |
| 7303 | 2025-04-15T03:58:19.199Z | [ recovery-image] Apr 15 03:58:17.595 INFO O| Apr 15 03:58:17.595 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7304 | 2025-04-15T03:58:19.218Z | [ recovery-image] Apr 15 03:58:17.616 INFO O| Apr 15 03:58:17.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
| 7305 | 2025-04-15T03:58:19.218Z | [ recovery-image] Apr 15 03:58:17.616 INFO O| Apr 15 03:58:17.616 INFO STEP 925 (remove_files) COMPLETE |
| 7306 | 2025-04-15T03:58:19.218Z | [ recovery-image] Apr 15 03:58:17.616 INFO O| Apr 15 03:58:17.616 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7307 | 2025-04-15T03:58:19.241Z | [ recovery-image] Apr 15 03:58:17.639 INFO O| Apr 15 03:58:17.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
| 7308 | 2025-04-15T03:58:19.241Z | [ recovery-image] Apr 15 03:58:17.639 INFO O| Apr 15 03:58:17.639 INFO STEP 926 (remove_files) COMPLETE |
| 7309 | 2025-04-15T03:58:19.241Z | [ recovery-image] Apr 15 03:58:17.639 INFO O| Apr 15 03:58:17.639 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7310 | 2025-04-15T03:58:19.263Z | [ recovery-image] Apr 15 03:58:17.661 INFO O| Apr 15 03:58:17.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
| 7311 | 2025-04-15T03:58:19.263Z | [ recovery-image] Apr 15 03:58:17.661 INFO O| Apr 15 03:58:17.661 INFO STEP 927 (remove_files) COMPLETE |
| 7312 | 2025-04-15T03:58:19.266Z | [ recovery-image] Apr 15 03:58:17.661 INFO O| Apr 15 03:58:17.661 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7313 | 2025-04-15T03:58:19.289Z | [ recovery-image] Apr 15 03:58:17.685 INFO O| Apr 15 03:58:17.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
| 7314 | 2025-04-15T03:58:19.296Z | [ recovery-image] Apr 15 03:58:17.685 INFO O| Apr 15 03:58:17.685 INFO STEP 928 (remove_files) COMPLETE |
| 7315 | 2025-04-15T03:58:19.296Z | [ recovery-image] Apr 15 03:58:17.685 INFO O| Apr 15 03:58:17.685 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7316 | 2025-04-15T03:58:19.310Z | [ recovery-image] Apr 15 03:58:17.709 INFO O| Apr 15 03:58:17.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
| 7317 | 2025-04-15T03:58:19.311Z | [ recovery-image] Apr 15 03:58:17.709 INFO O| Apr 15 03:58:17.709 INFO STEP 929 (remove_files) COMPLETE |
| 7318 | 2025-04-15T03:58:19.311Z | [ recovery-image] Apr 15 03:58:17.709 INFO O| Apr 15 03:58:17.709 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7319 | 2025-04-15T03:58:19.335Z | [ recovery-image] Apr 15 03:58:17.733 INFO O| Apr 15 03:58:17.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
| 7320 | 2025-04-15T03:58:19.338Z | [ recovery-image] Apr 15 03:58:17.733 INFO O| Apr 15 03:58:17.733 INFO STEP 930 (remove_files) COMPLETE |
| 7321 | 2025-04-15T03:58:19.338Z | [ recovery-image] Apr 15 03:58:17.733 INFO O| Apr 15 03:58:17.733 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7322 | 2025-04-15T03:58:19.359Z | [ recovery-image] Apr 15 03:58:17.757 INFO O| Apr 15 03:58:17.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
| 7323 | 2025-04-15T03:58:19.362Z | [ recovery-image] Apr 15 03:58:17.757 INFO O| Apr 15 03:58:17.757 INFO STEP 931 (remove_files) COMPLETE |
| 7324 | 2025-04-15T03:58:19.362Z | [ recovery-image] Apr 15 03:58:17.758 INFO O| Apr 15 03:58:17.757 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7325 | 2025-04-15T03:58:19.385Z | [ recovery-image] Apr 15 03:58:17.782 INFO O| Apr 15 03:58:17.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
| 7326 | 2025-04-15T03:58:19.385Z | [ recovery-image] Apr 15 03:58:17.782 INFO O| Apr 15 03:58:17.782 INFO STEP 932 (remove_files) COMPLETE |
| 7327 | 2025-04-15T03:58:19.385Z | [ recovery-image] Apr 15 03:58:17.782 INFO O| Apr 15 03:58:17.782 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7328 | 2025-04-15T03:58:19.409Z | [ recovery-image] Apr 15 03:58:17.807 INFO O| Apr 15 03:58:17.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
| 7329 | 2025-04-15T03:58:19.409Z | [ recovery-image] Apr 15 03:58:17.807 INFO O| Apr 15 03:58:17.807 INFO STEP 933 (remove_files) COMPLETE |
| 7330 | 2025-04-15T03:58:19.409Z | [ recovery-image] Apr 15 03:58:17.807 INFO O| Apr 15 03:58:17.807 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7331 | 2025-04-15T03:58:19.434Z | [ recovery-image] Apr 15 03:58:17.832 INFO O| Apr 15 03:58:17.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
| 7332 | 2025-04-15T03:58:19.437Z | [ recovery-image] Apr 15 03:58:17.832 INFO O| Apr 15 03:58:17.832 INFO STEP 934 (remove_files) COMPLETE |
| 7333 | 2025-04-15T03:58:19.437Z | [ recovery-image] Apr 15 03:58:17.832 INFO O| Apr 15 03:58:17.832 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7334 | 2025-04-15T03:58:19.459Z | [ recovery-image] Apr 15 03:58:17.857 INFO O| Apr 15 03:58:17.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
| 7335 | 2025-04-15T03:58:19.459Z | [ recovery-image] Apr 15 03:58:17.857 INFO O| Apr 15 03:58:17.857 INFO STEP 935 (remove_files) COMPLETE |
| 7336 | 2025-04-15T03:58:19.462Z | [ recovery-image] Apr 15 03:58:17.857 INFO O| Apr 15 03:58:17.857 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7337 | 2025-04-15T03:58:19.487Z | [ recovery-image] Apr 15 03:58:17.886 INFO O| Apr 15 03:58:17.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
| 7338 | 2025-04-15T03:58:19.487Z | [ recovery-image] Apr 15 03:58:17.886 INFO O| Apr 15 03:58:17.886 INFO STEP 936 (remove_files) COMPLETE |
| 7339 | 2025-04-15T03:58:19.491Z | [ recovery-image] Apr 15 03:58:17.886 INFO O| Apr 15 03:58:17.886 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7340 | 2025-04-15T03:58:19.512Z | [ recovery-image] Apr 15 03:58:17.910 INFO O| Apr 15 03:58:17.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
| 7341 | 2025-04-15T03:58:19.515Z | [ recovery-image] Apr 15 03:58:17.911 INFO O| Apr 15 03:58:17.911 INFO STEP 937 (remove_files) COMPLETE |
| 7342 | 2025-04-15T03:58:19.515Z | [ recovery-image] Apr 15 03:58:17.911 INFO O| Apr 15 03:58:17.911 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7343 | 2025-04-15T03:58:19.538Z | [ recovery-image] Apr 15 03:58:17.937 INFO O| Apr 15 03:58:17.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
| 7344 | 2025-04-15T03:58:19.541Z | [ recovery-image] Apr 15 03:58:17.937 INFO O| Apr 15 03:58:17.937 INFO STEP 938 (remove_files) COMPLETE |
| 7345 | 2025-04-15T03:58:19.541Z | [ recovery-image] Apr 15 03:58:17.937 INFO O| Apr 15 03:58:17.937 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7346 | 2025-04-15T03:58:19.563Z | [ recovery-image] Apr 15 03:58:17.961 INFO O| Apr 15 03:58:17.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
| 7347 | 2025-04-15T03:58:19.566Z | [ recovery-image] Apr 15 03:58:17.961 INFO O| Apr 15 03:58:17.961 INFO STEP 939 (remove_files) COMPLETE |
| 7348 | 2025-04-15T03:58:19.566Z | [ recovery-image] Apr 15 03:58:17.961 INFO O| Apr 15 03:58:17.961 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7349 | 2025-04-15T03:58:19.588Z | [ recovery-image] Apr 15 03:58:17.986 INFO O| Apr 15 03:58:17.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
| 7350 | 2025-04-15T03:58:19.595Z | [ recovery-image] Apr 15 03:58:17.986 INFO O| Apr 15 03:58:17.986 INFO STEP 940 (remove_files) COMPLETE |
| 7351 | 2025-04-15T03:58:19.595Z | [ recovery-image] Apr 15 03:58:17.986 INFO O| Apr 15 03:58:17.986 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7352 | 2025-04-15T03:58:19.615Z | [ recovery-image] Apr 15 03:58:18.013 INFO O| Apr 15 03:58:18.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
| 7353 | 2025-04-15T03:58:19.619Z | [ recovery-image] Apr 15 03:58:18.014 INFO O| Apr 15 03:58:18.014 INFO STEP 941 (remove_files) COMPLETE |
| 7354 | 2025-04-15T03:58:19.619Z | [ recovery-image] Apr 15 03:58:18.014 INFO O| Apr 15 03:58:18.014 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7355 | 2025-04-15T03:58:19.639Z | [ recovery-image] Apr 15 03:58:18.037 INFO O| Apr 15 03:58:18.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
| 7356 | 2025-04-15T03:58:19.639Z | [ recovery-image] Apr 15 03:58:18.037 INFO O| Apr 15 03:58:18.037 INFO STEP 942 (remove_files) COMPLETE |
| 7357 | 2025-04-15T03:58:19.643Z | [ recovery-image] Apr 15 03:58:18.038 INFO O| Apr 15 03:58:18.037 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7358 | 2025-04-15T03:58:19.663Z | [ recovery-image] Apr 15 03:58:18.061 INFO O| Apr 15 03:58:18.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
| 7359 | 2025-04-15T03:58:19.663Z | [ recovery-image] Apr 15 03:58:18.061 INFO O| Apr 15 03:58:18.061 INFO STEP 943 (remove_files) COMPLETE |
| 7360 | 2025-04-15T03:58:19.666Z | [ recovery-image] Apr 15 03:58:18.061 INFO O| Apr 15 03:58:18.061 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7361 | 2025-04-15T03:58:19.686Z | [ recovery-image] Apr 15 03:58:18.084 INFO O| Apr 15 03:58:18.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
| 7362 | 2025-04-15T03:58:19.686Z | [ recovery-image] Apr 15 03:58:18.085 INFO O| Apr 15 03:58:18.085 INFO STEP 944 (remove_files) COMPLETE |
| 7363 | 2025-04-15T03:58:19.689Z | [ recovery-image] Apr 15 03:58:18.085 INFO O| Apr 15 03:58:18.085 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7364 | 2025-04-15T03:58:19.709Z | [ recovery-image] Apr 15 03:58:18.107 INFO O| Apr 15 03:58:18.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
| 7365 | 2025-04-15T03:58:19.709Z | [ recovery-image] Apr 15 03:58:18.107 INFO O| Apr 15 03:58:18.107 INFO STEP 945 (remove_files) COMPLETE |
| 7366 | 2025-04-15T03:58:19.709Z | [ recovery-image] Apr 15 03:58:18.107 INFO O| Apr 15 03:58:18.107 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7367 | 2025-04-15T03:58:19.730Z | [ recovery-image] Apr 15 03:58:18.128 INFO O| Apr 15 03:58:18.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
| 7368 | 2025-04-15T03:58:19.730Z | [ recovery-image] Apr 15 03:58:18.128 INFO O| Apr 15 03:58:18.128 INFO STEP 946 (remove_files) COMPLETE |
| 7369 | 2025-04-15T03:58:19.730Z | [ recovery-image] Apr 15 03:58:18.128 INFO O| Apr 15 03:58:18.128 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7370 | 2025-04-15T03:58:19.751Z | [ recovery-image] Apr 15 03:58:18.150 INFO O| Apr 15 03:58:18.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
| 7371 | 2025-04-15T03:58:19.751Z | [ recovery-image] Apr 15 03:58:18.150 INFO O| Apr 15 03:58:18.150 INFO STEP 947 (remove_files) COMPLETE |
| 7372 | 2025-04-15T03:58:19.751Z | [ recovery-image] Apr 15 03:58:18.150 INFO O| Apr 15 03:58:18.150 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7373 | 2025-04-15T03:58:19.785Z | [ recovery-image] Apr 15 03:58:18.183 INFO O| Apr 15 03:58:18.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
| 7374 | 2025-04-15T03:58:19.788Z | [ recovery-image] Apr 15 03:58:18.185 INFO O| Apr 15 03:58:18.185 INFO STEP 948 (remove_files) COMPLETE |
| 7375 | 2025-04-15T03:58:19.788Z | [ recovery-image] Apr 15 03:58:18.187 INFO O| Apr 15 03:58:18.185 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7376 | 2025-04-15T03:58:19.810Z | [ recovery-image] Apr 15 03:58:18.208 INFO O| Apr 15 03:58:18.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
| 7377 | 2025-04-15T03:58:19.810Z | [ recovery-image] Apr 15 03:58:18.209 INFO O| Apr 15 03:58:18.208 INFO STEP 949 (remove_files) COMPLETE |
| 7378 | 2025-04-15T03:58:19.810Z | [ recovery-image] Apr 15 03:58:18.209 INFO O| Apr 15 03:58:18.209 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7379 | 2025-04-15T03:58:19.833Z | [ recovery-image] Apr 15 03:58:18.231 INFO O| Apr 15 03:58:18.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
| 7380 | 2025-04-15T03:58:19.833Z | [ recovery-image] Apr 15 03:58:18.232 INFO O| Apr 15 03:58:18.231 INFO STEP 950 (remove_files) COMPLETE |
| 7381 | 2025-04-15T03:58:19.833Z | [ recovery-image] Apr 15 03:58:18.232 INFO O| Apr 15 03:58:18.232 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7382 | 2025-04-15T03:58:19.858Z | [ recovery-image] Apr 15 03:58:18.256 INFO O| Apr 15 03:58:18.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
| 7383 | 2025-04-15T03:58:19.858Z | [ recovery-image] Apr 15 03:58:18.256 INFO O| Apr 15 03:58:18.256 INFO STEP 951 (remove_files) COMPLETE |
| 7384 | 2025-04-15T03:58:19.858Z | [ recovery-image] Apr 15 03:58:18.256 INFO O| Apr 15 03:58:18.256 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7385 | 2025-04-15T03:58:19.882Z | [ recovery-image] Apr 15 03:58:18.280 INFO O| Apr 15 03:58:18.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
| 7386 | 2025-04-15T03:58:19.882Z | [ recovery-image] Apr 15 03:58:18.280 INFO O| Apr 15 03:58:18.280 INFO STEP 952 (remove_files) COMPLETE |
| 7387 | 2025-04-15T03:58:19.882Z | [ recovery-image] Apr 15 03:58:18.280 INFO O| Apr 15 03:58:18.280 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7388 | 2025-04-15T03:58:19.905Z | [ recovery-image] Apr 15 03:58:18.303 INFO O| Apr 15 03:58:18.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
| 7389 | 2025-04-15T03:58:19.905Z | [ recovery-image] Apr 15 03:58:18.303 INFO O| Apr 15 03:58:18.303 INFO STEP 953 (remove_files) COMPLETE |
| 7390 | 2025-04-15T03:58:19.908Z | [ recovery-image] Apr 15 03:58:18.303 INFO O| Apr 15 03:58:18.303 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7391 | 2025-04-15T03:58:19.933Z | [ recovery-image] Apr 15 03:58:18.331 INFO O| Apr 15 03:58:18.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
| 7392 | 2025-04-15T03:58:19.933Z | [ recovery-image] Apr 15 03:58:18.331 INFO O| Apr 15 03:58:18.331 INFO STEP 954 (remove_files) COMPLETE |
| 7393 | 2025-04-15T03:58:19.933Z | [ recovery-image] Apr 15 03:58:18.331 INFO O| Apr 15 03:58:18.331 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7394 | 2025-04-15T03:58:19.991Z | [ recovery-image] Apr 15 03:58:18.389 INFO O| Apr 15 03:58:18.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
| 7395 | 2025-04-15T03:58:19.994Z | [ recovery-image] Apr 15 03:58:18.390 INFO O| Apr 15 03:58:18.389 INFO STEP 955 (remove_files) COMPLETE |
| 7396 | 2025-04-15T03:58:19.994Z | [ recovery-image] Apr 15 03:58:18.390 INFO O| Apr 15 03:58:18.390 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7397 | 2025-04-15T03:58:20.036Z | [ recovery-image] Apr 15 03:58:18.435 INFO O| Apr 15 03:58:18.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
| 7398 | 2025-04-15T03:58:20.037Z | [ recovery-image] Apr 15 03:58:18.435 INFO O| Apr 15 03:58:18.435 INFO STEP 956 (remove_files) COMPLETE |
| 7399 | 2025-04-15T03:58:20.037Z | [ recovery-image] Apr 15 03:58:18.435 INFO O| Apr 15 03:58:18.435 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7400 | 2025-04-15T03:58:20.070Z | [ recovery-image] Apr 15 03:58:18.468 INFO O| Apr 15 03:58:18.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
| 7401 | 2025-04-15T03:58:20.070Z | [ recovery-image] Apr 15 03:58:18.468 INFO O| Apr 15 03:58:18.468 INFO STEP 957 (remove_files) COMPLETE |
| 7402 | 2025-04-15T03:58:20.070Z | [ recovery-image] Apr 15 03:58:18.468 INFO O| Apr 15 03:58:18.468 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7403 | 2025-04-15T03:58:20.092Z | [ recovery-image] Apr 15 03:58:18.490 INFO O| Apr 15 03:58:18.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
| 7404 | 2025-04-15T03:58:20.092Z | [ recovery-image] Apr 15 03:58:18.490 INFO O| Apr 15 03:58:18.490 INFO STEP 958 (remove_files) COMPLETE |
| 7405 | 2025-04-15T03:58:20.092Z | [ recovery-image] Apr 15 03:58:18.490 INFO O| Apr 15 03:58:18.490 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7406 | 2025-04-15T03:58:20.114Z | [ recovery-image] Apr 15 03:58:18.512 INFO O| Apr 15 03:58:18.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
| 7407 | 2025-04-15T03:58:20.114Z | [ recovery-image] Apr 15 03:58:18.512 INFO O| Apr 15 03:58:18.512 INFO STEP 959 (remove_files) COMPLETE |
| 7408 | 2025-04-15T03:58:20.118Z | [ recovery-image] Apr 15 03:58:18.512 INFO O| Apr 15 03:58:18.512 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7409 | 2025-04-15T03:58:20.143Z | [ recovery-image] Apr 15 03:58:18.541 INFO O| Apr 15 03:58:18.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
| 7410 | 2025-04-15T03:58:20.143Z | [ recovery-image] Apr 15 03:58:18.541 INFO O| Apr 15 03:58:18.541 INFO STEP 960 (remove_files) COMPLETE |
| 7411 | 2025-04-15T03:58:20.143Z | [ recovery-image] Apr 15 03:58:18.541 INFO O| Apr 15 03:58:18.541 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7412 | 2025-04-15T03:58:20.168Z | [ recovery-image] Apr 15 03:58:18.566 INFO O| Apr 15 03:58:18.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
| 7413 | 2025-04-15T03:58:20.168Z | [ recovery-image] Apr 15 03:58:18.566 INFO O| Apr 15 03:58:18.566 INFO STEP 961 (remove_files) COMPLETE |
| 7414 | 2025-04-15T03:58:20.168Z | [ recovery-image] Apr 15 03:58:18.566 INFO O| Apr 15 03:58:18.566 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7415 | 2025-04-15T03:58:20.192Z | [ recovery-image] Apr 15 03:58:18.590 INFO O| Apr 15 03:58:18.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
| 7416 | 2025-04-15T03:58:20.192Z | [ recovery-image] Apr 15 03:58:18.590 INFO O| Apr 15 03:58:18.590 INFO STEP 962 (remove_files) COMPLETE |
| 7417 | 2025-04-15T03:58:20.192Z | [ recovery-image] Apr 15 03:58:18.590 INFO O| Apr 15 03:58:18.590 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7418 | 2025-04-15T03:58:20.222Z | [ recovery-image] Apr 15 03:58:18.620 INFO O| Apr 15 03:58:18.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
| 7419 | 2025-04-15T03:58:20.222Z | [ recovery-image] Apr 15 03:58:18.620 INFO O| Apr 15 03:58:18.620 INFO STEP 963 (remove_files) COMPLETE |
| 7420 | 2025-04-15T03:58:20.222Z | [ recovery-image] Apr 15 03:58:18.620 INFO O| Apr 15 03:58:18.620 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7421 | 2025-04-15T03:58:20.283Z | [ recovery-image] Apr 15 03:58:18.681 INFO O| Apr 15 03:58:18.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
| 7422 | 2025-04-15T03:58:20.287Z | [ recovery-image] Apr 15 03:58:18.682 INFO O| Apr 15 03:58:18.682 INFO STEP 964 (remove_files) COMPLETE |
| 7423 | 2025-04-15T03:58:20.287Z | [ recovery-image] Apr 15 03:58:18.682 INFO O| Apr 15 03:58:18.682 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7424 | 2025-04-15T03:58:20.327Z | [ recovery-image] Apr 15 03:58:18.725 INFO O| Apr 15 03:58:18.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
| 7425 | 2025-04-15T03:58:20.331Z | [ recovery-image] Apr 15 03:58:18.725 INFO O| Apr 15 03:58:18.725 INFO STEP 965 (remove_files) COMPLETE |
| 7426 | 2025-04-15T03:58:20.331Z | [ recovery-image] Apr 15 03:58:18.725 INFO O| Apr 15 03:58:18.725 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7427 | 2025-04-15T03:58:20.385Z | [ recovery-image] Apr 15 03:58:18.783 INFO O| Apr 15 03:58:18.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
| 7428 | 2025-04-15T03:58:20.385Z | [ recovery-image] Apr 15 03:58:18.783 INFO O| Apr 15 03:58:18.783 INFO STEP 966 (remove_files) COMPLETE |
| 7429 | 2025-04-15T03:58:20.385Z | [ recovery-image] Apr 15 03:58:18.783 INFO O| Apr 15 03:58:18.783 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7430 | 2025-04-15T03:58:20.406Z | [ recovery-image] Apr 15 03:58:18.804 INFO O| Apr 15 03:58:18.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
| 7431 | 2025-04-15T03:58:20.406Z | [ recovery-image] Apr 15 03:58:18.804 INFO O| Apr 15 03:58:18.804 INFO STEP 967 (remove_files) COMPLETE |
| 7432 | 2025-04-15T03:58:20.406Z | [ recovery-image] Apr 15 03:58:18.804 INFO O| Apr 15 03:58:18.804 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7433 | 2025-04-15T03:58:20.426Z | [ recovery-image] Apr 15 03:58:18.824 INFO O| Apr 15 03:58:18.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
| 7434 | 2025-04-15T03:58:20.426Z | [ recovery-image] Apr 15 03:58:18.824 INFO O| Apr 15 03:58:18.824 INFO STEP 968 (remove_files) COMPLETE |
| 7435 | 2025-04-15T03:58:20.429Z | [ recovery-image] Apr 15 03:58:18.825 INFO O| Apr 15 03:58:18.824 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7436 | 2025-04-15T03:58:20.448Z | [ recovery-image] Apr 15 03:58:18.846 INFO O| Apr 15 03:58:18.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
| 7437 | 2025-04-15T03:58:20.451Z | [ recovery-image] Apr 15 03:58:18.847 INFO O| Apr 15 03:58:18.846 INFO STEP 969 (remove_files) COMPLETE |
| 7438 | 2025-04-15T03:58:20.451Z | [ recovery-image] Apr 15 03:58:18.847 INFO O| Apr 15 03:58:18.847 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7439 | 2025-04-15T03:58:20.474Z | [ recovery-image] Apr 15 03:58:18.871 INFO O| Apr 15 03:58:18.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
| 7440 | 2025-04-15T03:58:20.474Z | [ recovery-image] Apr 15 03:58:18.871 INFO O| Apr 15 03:58:18.871 INFO STEP 970 (remove_files) COMPLETE |
| 7441 | 2025-04-15T03:58:20.474Z | [ recovery-image] Apr 15 03:58:18.871 INFO O| Apr 15 03:58:18.871 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7442 | 2025-04-15T03:58:20.554Z | [ recovery-image] Apr 15 03:58:18.952 INFO O| Apr 15 03:58:18.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
| 7443 | 2025-04-15T03:58:20.554Z | [ recovery-image] Apr 15 03:58:18.952 INFO O| Apr 15 03:58:18.952 INFO STEP 971 (remove_files) COMPLETE |
| 7444 | 2025-04-15T03:58:20.554Z | [ recovery-image] Apr 15 03:58:18.952 INFO O| Apr 15 03:58:18.952 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7445 | 2025-04-15T03:58:20.607Z | [ recovery-image] Apr 15 03:58:19.004 INFO O| Apr 15 03:58:19.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
| 7446 | 2025-04-15T03:58:20.607Z | [ recovery-image] Apr 15 03:58:19.004 INFO O| Apr 15 03:58:19.004 INFO STEP 972 (remove_files) COMPLETE |
| 7447 | 2025-04-15T03:58:20.611Z | [ recovery-image] Apr 15 03:58:19.004 INFO O| Apr 15 03:58:19.004 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7448 | 2025-04-15T03:58:20.647Z | [ recovery-image] Apr 15 03:58:19.045 INFO O| Apr 15 03:58:19.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
| 7449 | 2025-04-15T03:58:20.647Z | [ recovery-image] Apr 15 03:58:19.045 INFO O| Apr 15 03:58:19.045 INFO STEP 973 (remove_files) COMPLETE |
| 7450 | 2025-04-15T03:58:20.650Z | [ recovery-image] Apr 15 03:58:19.045 INFO O| Apr 15 03:58:19.045 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7451 | 2025-04-15T03:58:20.673Z | [ recovery-image] Apr 15 03:58:19.070 INFO O| Apr 15 03:58:19.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
| 7452 | 2025-04-15T03:58:20.673Z | [ recovery-image] Apr 15 03:58:19.070 INFO O| Apr 15 03:58:19.070 INFO STEP 974 (remove_files) COMPLETE |
| 7453 | 2025-04-15T03:58:20.673Z | [ recovery-image] Apr 15 03:58:19.070 INFO O| Apr 15 03:58:19.070 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7454 | 2025-04-15T03:58:20.717Z | [ recovery-image] Apr 15 03:58:19.115 INFO O| Apr 15 03:58:19.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
| 7455 | 2025-04-15T03:58:20.717Z | [ recovery-image] Apr 15 03:58:19.115 INFO O| Apr 15 03:58:19.115 INFO STEP 975 (remove_files) COMPLETE |
| 7456 | 2025-04-15T03:58:20.717Z | [ recovery-image] Apr 15 03:58:19.115 INFO O| Apr 15 03:58:19.115 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7457 | 2025-04-15T03:58:20.752Z | [ recovery-image] Apr 15 03:58:19.150 INFO O| Apr 15 03:58:19.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
| 7458 | 2025-04-15T03:58:20.752Z | [ recovery-image] Apr 15 03:58:19.151 INFO O| Apr 15 03:58:19.150 INFO STEP 976 (remove_files) COMPLETE |
| 7459 | 2025-04-15T03:58:20.752Z | [ recovery-image] Apr 15 03:58:19.151 INFO O| Apr 15 03:58:19.151 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7460 | 2025-04-15T03:58:20.780Z | [ recovery-image] Apr 15 03:58:19.178 INFO O| Apr 15 03:58:19.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
| 7461 | 2025-04-15T03:58:20.780Z | [ recovery-image] Apr 15 03:58:19.178 INFO O| Apr 15 03:58:19.178 INFO STEP 977 (remove_files) COMPLETE |
| 7462 | 2025-04-15T03:58:20.780Z | [ recovery-image] Apr 15 03:58:19.178 INFO O| Apr 15 03:58:19.178 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7463 | 2025-04-15T03:58:20.818Z | [ recovery-image] Apr 15 03:58:19.216 INFO O| Apr 15 03:58:19.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
| 7464 | 2025-04-15T03:58:20.818Z | [ recovery-image] Apr 15 03:58:19.216 INFO O| Apr 15 03:58:19.216 INFO STEP 978 (remove_files) COMPLETE |
| 7465 | 2025-04-15T03:58:20.818Z | [ recovery-image] Apr 15 03:58:19.216 INFO O| Apr 15 03:58:19.216 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7466 | 2025-04-15T03:58:20.838Z | [ recovery-image] Apr 15 03:58:19.236 INFO O| Apr 15 03:58:19.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
| 7467 | 2025-04-15T03:58:20.841Z | [ recovery-image] Apr 15 03:58:19.236 INFO O| Apr 15 03:58:19.236 INFO STEP 979 (remove_files) COMPLETE |
| 7468 | 2025-04-15T03:58:20.841Z | [ recovery-image] Apr 15 03:58:19.236 INFO O| Apr 15 03:58:19.236 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7469 | 2025-04-15T03:58:20.857Z | [ recovery-image] Apr 15 03:58:19.255 INFO O| Apr 15 03:58:19.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
| 7470 | 2025-04-15T03:58:20.857Z | [ recovery-image] Apr 15 03:58:19.255 INFO O| Apr 15 03:58:19.255 INFO STEP 980 (remove_files) COMPLETE |
| 7471 | 2025-04-15T03:58:20.857Z | [ recovery-image] Apr 15 03:58:19.255 INFO O| Apr 15 03:58:19.255 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7472 | 2025-04-15T03:58:20.915Z | [ recovery-image] Apr 15 03:58:19.313 INFO O| Apr 15 03:58:19.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
| 7473 | 2025-04-15T03:58:20.935Z | [ recovery-image] Apr 15 03:58:19.333 INFO O| Apr 15 03:58:19.333 INFO STEP 981 (remove_files) COMPLETE |
| 7474 | 2025-04-15T03:58:20.935Z | [ recovery-image] Apr 15 03:58:19.333 INFO O| Apr 15 03:58:19.333 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7475 | 2025-04-15T03:58:20.988Z | [ recovery-image] Apr 15 03:58:19.386 INFO O| Apr 15 03:58:19.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
| 7476 | 2025-04-15T03:58:20.991Z | [ recovery-image] Apr 15 03:58:19.386 INFO O| Apr 15 03:58:19.386 INFO STEP 982 (remove_files) COMPLETE |
| 7477 | 2025-04-15T03:58:20.991Z | [ recovery-image] Apr 15 03:58:19.386 INFO O| Apr 15 03:58:19.386 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7478 | 2025-04-15T03:58:21.013Z | [ recovery-image] Apr 15 03:58:19.410 INFO O| Apr 15 03:58:19.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
| 7479 | 2025-04-15T03:58:21.013Z | [ recovery-image] Apr 15 03:58:19.410 INFO O| Apr 15 03:58:19.410 INFO STEP 983 (remove_files) COMPLETE |
| 7480 | 2025-04-15T03:58:21.013Z | [ recovery-image] Apr 15 03:58:19.410 INFO O| Apr 15 03:58:19.410 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7481 | 2025-04-15T03:58:21.034Z | [ recovery-image] Apr 15 03:58:19.432 INFO O| Apr 15 03:58:19.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
| 7482 | 2025-04-15T03:58:21.034Z | [ recovery-image] Apr 15 03:58:19.432 INFO O| Apr 15 03:58:19.432 INFO STEP 984 (remove_files) COMPLETE |
| 7483 | 2025-04-15T03:58:21.034Z | [ recovery-image] Apr 15 03:58:19.432 INFO O| Apr 15 03:58:19.432 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7484 | 2025-04-15T03:58:21.072Z | [ recovery-image] Apr 15 03:58:19.470 INFO O| Apr 15 03:58:19.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
| 7485 | 2025-04-15T03:58:21.072Z | [ recovery-image] Apr 15 03:58:19.470 INFO O| Apr 15 03:58:19.470 INFO STEP 985 (remove_files) COMPLETE |
| 7486 | 2025-04-15T03:58:21.072Z | [ recovery-image] Apr 15 03:58:19.470 INFO O| Apr 15 03:58:19.470 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7487 | 2025-04-15T03:58:21.093Z | [ recovery-image] Apr 15 03:58:19.491 INFO O| Apr 15 03:58:19.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
| 7488 | 2025-04-15T03:58:21.093Z | [ recovery-image] Apr 15 03:58:19.491 INFO O| Apr 15 03:58:19.491 INFO STEP 986 (remove_files) COMPLETE |
| 7489 | 2025-04-15T03:58:21.093Z | [ recovery-image] Apr 15 03:58:19.491 INFO O| Apr 15 03:58:19.491 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7490 | 2025-04-15T03:58:21.117Z | [ recovery-image] Apr 15 03:58:19.514 INFO O| Apr 15 03:58:19.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
| 7491 | 2025-04-15T03:58:21.117Z | [ recovery-image] Apr 15 03:58:19.514 INFO O| Apr 15 03:58:19.514 INFO STEP 987 (remove_files) COMPLETE |
| 7492 | 2025-04-15T03:58:21.117Z | [ recovery-image] Apr 15 03:58:19.514 INFO O| Apr 15 03:58:19.514 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7493 | 2025-04-15T03:58:21.139Z | [ recovery-image] Apr 15 03:58:19.537 INFO O| Apr 15 03:58:19.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
| 7494 | 2025-04-15T03:58:21.143Z | [ recovery-image] Apr 15 03:58:19.537 INFO O| Apr 15 03:58:19.537 INFO STEP 988 (remove_files) COMPLETE |
| 7495 | 2025-04-15T03:58:21.143Z | [ recovery-image] Apr 15 03:58:19.537 INFO O| Apr 15 03:58:19.537 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7496 | 2025-04-15T03:58:21.163Z | [ recovery-image] Apr 15 03:58:19.561 INFO O| Apr 15 03:58:19.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
| 7497 | 2025-04-15T03:58:21.163Z | [ recovery-image] Apr 15 03:58:19.561 INFO O| Apr 15 03:58:19.561 INFO STEP 989 (remove_files) COMPLETE |
| 7498 | 2025-04-15T03:58:21.163Z | [ recovery-image] Apr 15 03:58:19.561 INFO O| Apr 15 03:58:19.561 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7499 | 2025-04-15T03:58:21.195Z | [ recovery-image] Apr 15 03:58:19.593 INFO O| Apr 15 03:58:19.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
| 7500 | 2025-04-15T03:58:21.199Z | [ recovery-image] Apr 15 03:58:19.593 INFO O| Apr 15 03:58:19.593 INFO STEP 990 (remove_files) COMPLETE |
| 7501 | 2025-04-15T03:58:21.199Z | [ recovery-image] Apr 15 03:58:19.593 INFO O| Apr 15 03:58:19.593 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7502 | 2025-04-15T03:58:21.199Z | [ host-image] Apr 15 03:58:19.597 INFO O| Apr 15 03:58:19.596 INFO O| Download: 1115/1140 items 6.6/8.4MB 78% complete (448k/s) |
| 7503 | 2025-04-15T03:58:21.219Z | [ recovery-image] Apr 15 03:58:19.617 INFO O| Apr 15 03:58:19.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
| 7504 | 2025-04-15T03:58:21.219Z | [ recovery-image] Apr 15 03:58:19.617 INFO O| Apr 15 03:58:19.617 INFO STEP 991 (remove_files) COMPLETE |
| 7505 | 2025-04-15T03:58:21.219Z | [ recovery-image] Apr 15 03:58:19.617 INFO O| Apr 15 03:58:19.617 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7506 | 2025-04-15T03:58:21.243Z | [ recovery-image] Apr 15 03:58:19.640 INFO O| Apr 15 03:58:19.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
| 7507 | 2025-04-15T03:58:21.243Z | [ recovery-image] Apr 15 03:58:19.640 INFO O| Apr 15 03:58:19.640 INFO STEP 992 (remove_files) COMPLETE |
| 7508 | 2025-04-15T03:58:21.243Z | [ recovery-image] Apr 15 03:58:19.640 INFO O| Apr 15 03:58:19.640 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7509 | 2025-04-15T03:58:21.269Z | [ recovery-image] Apr 15 03:58:19.667 INFO O| Apr 15 03:58:19.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
| 7510 | 2025-04-15T03:58:21.269Z | [ recovery-image] Apr 15 03:58:19.667 INFO O| Apr 15 03:58:19.667 INFO STEP 993 (remove_files) COMPLETE |
| 7511 | 2025-04-15T03:58:21.269Z | [ recovery-image] Apr 15 03:58:19.667 INFO O| Apr 15 03:58:19.667 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7512 | 2025-04-15T03:58:21.293Z | [ recovery-image] Apr 15 03:58:19.691 INFO O| Apr 15 03:58:19.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
| 7513 | 2025-04-15T03:58:21.293Z | [ recovery-image] Apr 15 03:58:19.691 INFO O| Apr 15 03:58:19.691 INFO STEP 994 (remove_files) COMPLETE |
| 7514 | 2025-04-15T03:58:21.293Z | [ recovery-image] Apr 15 03:58:19.691 INFO O| Apr 15 03:58:19.691 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7515 | 2025-04-15T03:58:21.317Z | [ recovery-image] Apr 15 03:58:19.715 INFO O| Apr 15 03:58:19.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
| 7516 | 2025-04-15T03:58:21.317Z | [ recovery-image] Apr 15 03:58:19.715 INFO O| Apr 15 03:58:19.715 INFO STEP 995 (remove_files) COMPLETE |
| 7517 | 2025-04-15T03:58:21.317Z | [ recovery-image] Apr 15 03:58:19.715 INFO O| Apr 15 03:58:19.715 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7518 | 2025-04-15T03:58:21.352Z | [ recovery-image] Apr 15 03:58:19.749 INFO O| Apr 15 03:58:19.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
| 7519 | 2025-04-15T03:58:21.352Z | [ recovery-image] Apr 15 03:58:19.749 INFO O| Apr 15 03:58:19.749 INFO STEP 996 (remove_files) COMPLETE |
| 7520 | 2025-04-15T03:58:21.353Z | [ recovery-image] Apr 15 03:58:19.749 INFO O| Apr 15 03:58:19.749 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7521 | 2025-04-15T03:58:21.378Z | [ recovery-image] Apr 15 03:58:19.776 INFO O| Apr 15 03:58:19.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
| 7522 | 2025-04-15T03:58:21.378Z | [ recovery-image] Apr 15 03:58:19.776 INFO O| Apr 15 03:58:19.776 INFO STEP 997 (remove_files) COMPLETE |
| 7523 | 2025-04-15T03:58:21.378Z | [ recovery-image] Apr 15 03:58:19.776 INFO O| Apr 15 03:58:19.776 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7524 | 2025-04-15T03:58:21.403Z | [ recovery-image] Apr 15 03:58:19.801 INFO O| Apr 15 03:58:19.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
| 7525 | 2025-04-15T03:58:21.407Z | [ recovery-image] Apr 15 03:58:19.801 INFO O| Apr 15 03:58:19.801 INFO STEP 998 (remove_files) COMPLETE |
| 7526 | 2025-04-15T03:58:21.407Z | [ recovery-image] Apr 15 03:58:19.801 INFO O| Apr 15 03:58:19.801 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7527 | 2025-04-15T03:58:21.429Z | [ recovery-image] Apr 15 03:58:19.827 INFO O| Apr 15 03:58:19.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
| 7528 | 2025-04-15T03:58:21.429Z | [ recovery-image] Apr 15 03:58:19.827 INFO O| Apr 15 03:58:19.827 INFO STEP 999 (remove_files) COMPLETE |
| 7529 | 2025-04-15T03:58:21.435Z | [ recovery-image] Apr 15 03:58:19.827 INFO O| Apr 15 03:58:19.827 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7530 | 2025-04-15T03:58:21.457Z | [ recovery-image] Apr 15 03:58:19.855 INFO O| Apr 15 03:58:19.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
| 7531 | 2025-04-15T03:58:21.460Z | [ recovery-image] Apr 15 03:58:19.855 INFO O| Apr 15 03:58:19.855 INFO STEP 1000 (remove_files) COMPLETE |
| 7532 | 2025-04-15T03:58:21.460Z | [ recovery-image] Apr 15 03:58:19.855 INFO O| Apr 15 03:58:19.855 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7533 | 2025-04-15T03:58:21.481Z | [ recovery-image] Apr 15 03:58:19.879 INFO O| Apr 15 03:58:19.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
| 7534 | 2025-04-15T03:58:21.484Z | [ recovery-image] Apr 15 03:58:19.879 INFO O| Apr 15 03:58:19.879 INFO STEP 1001 (remove_files) COMPLETE |
| 7535 | 2025-04-15T03:58:21.484Z | [ recovery-image] Apr 15 03:58:19.879 INFO O| Apr 15 03:58:19.879 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7536 | 2025-04-15T03:58:21.519Z | [ recovery-image] Apr 15 03:58:19.917 INFO O| Apr 15 03:58:19.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
| 7537 | 2025-04-15T03:58:21.519Z | [ recovery-image] Apr 15 03:58:19.917 INFO O| Apr 15 03:58:19.917 INFO STEP 1002 (remove_files) COMPLETE |
| 7538 | 2025-04-15T03:58:21.522Z | [ recovery-image] Apr 15 03:58:19.918 INFO O| Apr 15 03:58:19.917 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7539 | 2025-04-15T03:58:21.545Z | [ recovery-image] Apr 15 03:58:19.943 INFO O| Apr 15 03:58:19.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
| 7540 | 2025-04-15T03:58:21.545Z | [ recovery-image] Apr 15 03:58:19.943 INFO O| Apr 15 03:58:19.943 INFO STEP 1003 (remove_files) COMPLETE |
| 7541 | 2025-04-15T03:58:21.548Z | [ recovery-image] Apr 15 03:58:19.943 INFO O| Apr 15 03:58:19.943 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7542 | 2025-04-15T03:58:21.604Z | [ recovery-image] Apr 15 03:58:20.002 INFO O| Apr 15 03:58:20.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
| 7543 | 2025-04-15T03:58:21.604Z | [ recovery-image] Apr 15 03:58:20.002 INFO O| Apr 15 03:58:20.002 INFO STEP 1004 (remove_files) COMPLETE |
| 7544 | 2025-04-15T03:58:21.604Z | [ recovery-image] Apr 15 03:58:20.002 INFO O| Apr 15 03:58:20.002 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7545 | 2025-04-15T03:58:21.631Z | [ recovery-image] Apr 15 03:58:20.027 INFO O| Apr 15 03:58:20.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
| 7546 | 2025-04-15T03:58:21.631Z | [ recovery-image] Apr 15 03:58:20.027 INFO O| Apr 15 03:58:20.027 INFO STEP 1005 (remove_files) COMPLETE |
| 7547 | 2025-04-15T03:58:21.631Z | [ recovery-image] Apr 15 03:58:20.027 INFO O| Apr 15 03:58:20.027 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7548 | 2025-04-15T03:58:21.653Z | [ recovery-image] Apr 15 03:58:20.051 INFO O| Apr 15 03:58:20.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
| 7549 | 2025-04-15T03:58:21.657Z | [ recovery-image] Apr 15 03:58:20.051 INFO O| Apr 15 03:58:20.051 INFO STEP 1006 (remove_files) COMPLETE |
| 7550 | 2025-04-15T03:58:21.657Z | [ recovery-image] Apr 15 03:58:20.051 INFO O| Apr 15 03:58:20.051 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7551 | 2025-04-15T03:58:21.677Z | [ recovery-image] Apr 15 03:58:20.075 INFO O| Apr 15 03:58:20.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
| 7552 | 2025-04-15T03:58:21.677Z | [ recovery-image] Apr 15 03:58:20.075 INFO O| Apr 15 03:58:20.075 INFO STEP 1007 (remove_files) COMPLETE |
| 7553 | 2025-04-15T03:58:21.677Z | [ recovery-image] Apr 15 03:58:20.075 INFO O| Apr 15 03:58:20.075 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7554 | 2025-04-15T03:58:21.715Z | [ recovery-image] Apr 15 03:58:20.113 INFO O| Apr 15 03:58:20.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
| 7555 | 2025-04-15T03:58:21.715Z | [ recovery-image] Apr 15 03:58:20.113 INFO O| Apr 15 03:58:20.113 INFO STEP 1008 (remove_files) COMPLETE |
| 7556 | 2025-04-15T03:58:21.715Z | [ recovery-image] Apr 15 03:58:20.113 INFO O| Apr 15 03:58:20.113 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7557 | 2025-04-15T03:58:21.736Z | [ recovery-image] Apr 15 03:58:20.134 INFO O| Apr 15 03:58:20.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
| 7558 | 2025-04-15T03:58:21.740Z | [ recovery-image] Apr 15 03:58:20.135 INFO O| Apr 15 03:58:20.134 INFO STEP 1009 (remove_files) COMPLETE |
| 7559 | 2025-04-15T03:58:21.740Z | [ recovery-image] Apr 15 03:58:20.135 INFO O| Apr 15 03:58:20.134 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7560 | 2025-04-15T03:58:21.764Z | [ recovery-image] Apr 15 03:58:20.161 INFO O| Apr 15 03:58:20.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
| 7561 | 2025-04-15T03:58:21.767Z | [ recovery-image] Apr 15 03:58:20.161 INFO O| Apr 15 03:58:20.161 INFO STEP 1010 (remove_files) COMPLETE |
| 7562 | 2025-04-15T03:58:21.767Z | [ recovery-image] Apr 15 03:58:20.161 INFO O| Apr 15 03:58:20.161 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7563 | 2025-04-15T03:58:21.804Z | [ recovery-image] Apr 15 03:58:20.202 INFO O| Apr 15 03:58:20.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
| 7564 | 2025-04-15T03:58:21.804Z | [ recovery-image] Apr 15 03:58:20.202 INFO O| Apr 15 03:58:20.202 INFO STEP 1011 (remove_files) COMPLETE |
| 7565 | 2025-04-15T03:58:21.807Z | [ recovery-image] Apr 15 03:58:20.202 INFO O| Apr 15 03:58:20.202 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7566 | 2025-04-15T03:58:21.828Z | [ recovery-image] Apr 15 03:58:20.226 INFO O| Apr 15 03:58:20.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
| 7567 | 2025-04-15T03:58:21.828Z | [ recovery-image] Apr 15 03:58:20.226 INFO O| Apr 15 03:58:20.226 INFO STEP 1012 (remove_files) COMPLETE |
| 7568 | 2025-04-15T03:58:21.828Z | [ recovery-image] Apr 15 03:58:20.226 INFO O| Apr 15 03:58:20.226 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7569 | 2025-04-15T03:58:21.851Z | [ recovery-image] Apr 15 03:58:20.249 INFO O| Apr 15 03:58:20.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
| 7570 | 2025-04-15T03:58:21.851Z | [ recovery-image] Apr 15 03:58:20.249 INFO O| Apr 15 03:58:20.249 INFO STEP 1013 (remove_files) COMPLETE |
| 7571 | 2025-04-15T03:58:21.855Z | [ recovery-image] Apr 15 03:58:20.249 INFO O| Apr 15 03:58:20.249 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7572 | 2025-04-15T03:58:21.875Z | [ recovery-image] Apr 15 03:58:20.273 INFO O| Apr 15 03:58:20.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
| 7573 | 2025-04-15T03:58:21.878Z | [ recovery-image] Apr 15 03:58:20.273 INFO O| Apr 15 03:58:20.273 INFO STEP 1014 (remove_files) COMPLETE |
| 7574 | 2025-04-15T03:58:21.878Z | [ recovery-image] Apr 15 03:58:20.273 INFO O| Apr 15 03:58:20.273 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7575 | 2025-04-15T03:58:21.898Z | [ recovery-image] Apr 15 03:58:20.296 INFO O| Apr 15 03:58:20.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
| 7576 | 2025-04-15T03:58:21.901Z | [ recovery-image] Apr 15 03:58:20.296 INFO O| Apr 15 03:58:20.296 INFO STEP 1015 (remove_files) COMPLETE |
| 7577 | 2025-04-15T03:58:21.901Z | [ recovery-image] Apr 15 03:58:20.296 INFO O| Apr 15 03:58:20.296 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7578 | 2025-04-15T03:58:21.939Z | [ recovery-image] Apr 15 03:58:20.337 INFO O| Apr 15 03:58:20.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
| 7579 | 2025-04-15T03:58:21.939Z | [ recovery-image] Apr 15 03:58:20.337 INFO O| Apr 15 03:58:20.337 INFO STEP 1016 (remove_files) COMPLETE |
| 7580 | 2025-04-15T03:58:21.942Z | [ recovery-image] Apr 15 03:58:20.337 INFO O| Apr 15 03:58:20.337 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7581 | 2025-04-15T03:58:21.963Z | [ recovery-image] Apr 15 03:58:20.361 INFO O| Apr 15 03:58:20.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
| 7582 | 2025-04-15T03:58:21.963Z | [ recovery-image] Apr 15 03:58:20.361 INFO O| Apr 15 03:58:20.361 INFO STEP 1017 (remove_files) COMPLETE |
| 7583 | 2025-04-15T03:58:21.963Z | [ recovery-image] Apr 15 03:58:20.361 INFO O| Apr 15 03:58:20.361 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7584 | 2025-04-15T03:58:21.987Z | [ recovery-image] Apr 15 03:58:20.385 INFO O| Apr 15 03:58:20.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
| 7585 | 2025-04-15T03:58:21.987Z | [ recovery-image] Apr 15 03:58:20.385 INFO O| Apr 15 03:58:20.385 INFO STEP 1018 (remove_files) COMPLETE |
| 7586 | 2025-04-15T03:58:21.987Z | [ recovery-image] Apr 15 03:58:20.385 INFO O| Apr 15 03:58:20.385 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7587 | 2025-04-15T03:58:22.010Z | [ recovery-image] Apr 15 03:58:20.408 INFO O| Apr 15 03:58:20.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
| 7588 | 2025-04-15T03:58:22.010Z | [ recovery-image] Apr 15 03:58:20.408 INFO O| Apr 15 03:58:20.408 INFO STEP 1019 (remove_files) COMPLETE |
| 7589 | 2025-04-15T03:58:22.010Z | [ recovery-image] Apr 15 03:58:20.408 INFO O| Apr 15 03:58:20.408 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7590 | 2025-04-15T03:58:22.040Z | [ recovery-image] Apr 15 03:58:20.438 INFO O| Apr 15 03:58:20.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
| 7591 | 2025-04-15T03:58:22.040Z | [ recovery-image] Apr 15 03:58:20.438 INFO O| Apr 15 03:58:20.438 INFO STEP 1020 (remove_files) COMPLETE |
| 7592 | 2025-04-15T03:58:22.044Z | [ recovery-image] Apr 15 03:58:20.438 INFO O| Apr 15 03:58:20.438 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7593 | 2025-04-15T03:58:22.065Z | [ recovery-image] Apr 15 03:58:20.463 INFO O| Apr 15 03:58:20.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
| 7594 | 2025-04-15T03:58:22.065Z | [ recovery-image] Apr 15 03:58:20.463 INFO O| Apr 15 03:58:20.463 INFO STEP 1021 (remove_files) COMPLETE |
| 7595 | 2025-04-15T03:58:22.065Z | [ recovery-image] Apr 15 03:58:20.463 INFO O| Apr 15 03:58:20.463 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7596 | 2025-04-15T03:58:22.089Z | [ recovery-image] Apr 15 03:58:20.487 INFO O| Apr 15 03:58:20.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
| 7597 | 2025-04-15T03:58:22.089Z | [ recovery-image] Apr 15 03:58:20.487 INFO O| Apr 15 03:58:20.487 INFO STEP 1022 (remove_files) COMPLETE |
| 7598 | 2025-04-15T03:58:22.089Z | [ recovery-image] Apr 15 03:58:20.487 INFO O| Apr 15 03:58:20.487 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7599 | 2025-04-15T03:58:22.115Z | [ recovery-image] Apr 15 03:58:20.513 INFO O| Apr 15 03:58:20.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
| 7600 | 2025-04-15T03:58:22.118Z | [ recovery-image] Apr 15 03:58:20.513 INFO O| Apr 15 03:58:20.513 INFO STEP 1023 (remove_files) COMPLETE |
| 7601 | 2025-04-15T03:58:22.118Z | [ recovery-image] Apr 15 03:58:20.513 INFO O| Apr 15 03:58:20.513 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7602 | 2025-04-15T03:58:22.173Z | [ recovery-image] Apr 15 03:58:20.571 INFO O| Apr 15 03:58:20.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
| 7603 | 2025-04-15T03:58:22.173Z | [ recovery-image] Apr 15 03:58:20.571 INFO O| Apr 15 03:58:20.571 INFO STEP 1024 (remove_files) COMPLETE |
| 7604 | 2025-04-15T03:58:22.176Z | [ recovery-image] Apr 15 03:58:20.571 INFO O| Apr 15 03:58:20.571 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7605 | 2025-04-15T03:58:22.196Z | [ recovery-image] Apr 15 03:58:20.594 INFO O| Apr 15 03:58:20.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
| 7606 | 2025-04-15T03:58:22.196Z | [ recovery-image] Apr 15 03:58:20.594 INFO O| Apr 15 03:58:20.594 INFO STEP 1025 (remove_files) COMPLETE |
| 7607 | 2025-04-15T03:58:22.196Z | [ recovery-image] Apr 15 03:58:20.594 INFO O| Apr 15 03:58:20.594 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7608 | 2025-04-15T03:58:22.240Z | [ recovery-image] Apr 15 03:58:20.638 INFO O| Apr 15 03:58:20.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
| 7609 | 2025-04-15T03:58:22.240Z | [ recovery-image] Apr 15 03:58:20.638 INFO O| Apr 15 03:58:20.638 INFO STEP 1026 (remove_files) COMPLETE |
| 7610 | 2025-04-15T03:58:22.240Z | [ recovery-image] Apr 15 03:58:20.638 INFO O| Apr 15 03:58:20.638 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7611 | 2025-04-15T03:58:22.263Z | [ recovery-image] Apr 15 03:58:20.661 INFO O| Apr 15 03:58:20.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
| 7612 | 2025-04-15T03:58:22.263Z | [ recovery-image] Apr 15 03:58:20.661 INFO O| Apr 15 03:58:20.661 INFO STEP 1027 (remove_files) COMPLETE |
| 7613 | 2025-04-15T03:58:22.268Z | [ recovery-image] Apr 15 03:58:20.661 INFO O| Apr 15 03:58:20.661 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7614 | 2025-04-15T03:58:22.313Z | [ recovery-image] Apr 15 03:58:20.711 INFO O| Apr 15 03:58:20.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
| 7615 | 2025-04-15T03:58:22.316Z | [ recovery-image] Apr 15 03:58:20.711 INFO O| Apr 15 03:58:20.711 INFO STEP 1028 (remove_files) COMPLETE |
| 7616 | 2025-04-15T03:58:22.316Z | [ recovery-image] Apr 15 03:58:20.711 INFO O| Apr 15 03:58:20.711 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7617 | 2025-04-15T03:58:22.338Z | [ recovery-image] Apr 15 03:58:20.736 INFO O| Apr 15 03:58:20.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
| 7618 | 2025-04-15T03:58:22.342Z | [ recovery-image] Apr 15 03:58:20.736 INFO O| Apr 15 03:58:20.736 INFO STEP 1029 (remove_files) COMPLETE |
| 7619 | 2025-04-15T03:58:22.342Z | [ recovery-image] Apr 15 03:58:20.736 INFO O| Apr 15 03:58:20.736 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7620 | 2025-04-15T03:58:22.362Z | [ recovery-image] Apr 15 03:58:20.760 INFO O| Apr 15 03:58:20.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
| 7621 | 2025-04-15T03:58:22.365Z | [ recovery-image] Apr 15 03:58:20.760 INFO O| Apr 15 03:58:20.760 INFO STEP 1030 (remove_files) COMPLETE |
| 7622 | 2025-04-15T03:58:22.365Z | [ recovery-image] Apr 15 03:58:20.761 INFO O| Apr 15 03:58:20.760 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7623 | 2025-04-15T03:58:22.385Z | [ recovery-image] Apr 15 03:58:20.783 INFO O| Apr 15 03:58:20.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
| 7624 | 2025-04-15T03:58:22.389Z | [ recovery-image] Apr 15 03:58:20.784 INFO O| Apr 15 03:58:20.784 INFO STEP 1031 (remove_files) COMPLETE |
| 7625 | 2025-04-15T03:58:22.389Z | [ recovery-image] Apr 15 03:58:20.784 INFO O| Apr 15 03:58:20.784 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7626 | 2025-04-15T03:58:22.410Z | [ recovery-image] Apr 15 03:58:20.807 INFO O| Apr 15 03:58:20.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
| 7627 | 2025-04-15T03:58:22.410Z | [ recovery-image] Apr 15 03:58:20.807 INFO O| Apr 15 03:58:20.807 INFO STEP 1032 (remove_files) COMPLETE |
| 7628 | 2025-04-15T03:58:22.410Z | [ recovery-image] Apr 15 03:58:20.807 INFO O| Apr 15 03:58:20.807 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7629 | 2025-04-15T03:58:22.446Z | [ recovery-image] Apr 15 03:58:20.844 INFO O| Apr 15 03:58:20.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
| 7630 | 2025-04-15T03:58:22.446Z | [ recovery-image] Apr 15 03:58:20.844 INFO O| Apr 15 03:58:20.844 INFO STEP 1033 (remove_files) COMPLETE |
| 7631 | 2025-04-15T03:58:22.446Z | [ recovery-image] Apr 15 03:58:20.844 INFO O| Apr 15 03:58:20.844 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7632 | 2025-04-15T03:58:22.470Z | [ recovery-image] Apr 15 03:58:20.868 INFO O| Apr 15 03:58:20.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
| 7633 | 2025-04-15T03:58:22.473Z | [ recovery-image] Apr 15 03:58:20.868 INFO O| Apr 15 03:58:20.868 INFO STEP 1034 (remove_files) COMPLETE |
| 7634 | 2025-04-15T03:58:22.473Z | [ recovery-image] Apr 15 03:58:20.868 INFO O| Apr 15 03:58:20.868 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7635 | 2025-04-15T03:58:22.493Z | [ recovery-image] Apr 15 03:58:20.891 INFO O| Apr 15 03:58:20.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
| 7636 | 2025-04-15T03:58:22.493Z | [ recovery-image] Apr 15 03:58:20.891 INFO O| Apr 15 03:58:20.891 INFO STEP 1035 (remove_files) COMPLETE |
| 7637 | 2025-04-15T03:58:22.497Z | [ recovery-image] Apr 15 03:58:20.891 INFO O| Apr 15 03:58:20.891 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7638 | 2025-04-15T03:58:22.515Z | [ recovery-image] Apr 15 03:58:20.913 INFO O| Apr 15 03:58:20.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
| 7639 | 2025-04-15T03:58:22.515Z | [ recovery-image] Apr 15 03:58:20.913 INFO O| Apr 15 03:58:20.913 INFO STEP 1036 (remove_files) COMPLETE |
| 7640 | 2025-04-15T03:58:22.515Z | [ recovery-image] Apr 15 03:58:20.913 INFO O| Apr 15 03:58:20.913 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7641 | 2025-04-15T03:58:22.537Z | [ recovery-image] Apr 15 03:58:20.935 INFO O| Apr 15 03:58:20.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
| 7642 | 2025-04-15T03:58:22.537Z | [ recovery-image] Apr 15 03:58:20.935 INFO O| Apr 15 03:58:20.935 INFO STEP 1037 (remove_files) COMPLETE |
| 7643 | 2025-04-15T03:58:22.537Z | [ recovery-image] Apr 15 03:58:20.935 INFO O| Apr 15 03:58:20.935 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7644 | 2025-04-15T03:58:22.560Z | [ recovery-image] Apr 15 03:58:20.958 INFO O| Apr 15 03:58:20.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
| 7645 | 2025-04-15T03:58:22.560Z | [ recovery-image] Apr 15 03:58:20.958 INFO O| Apr 15 03:58:20.958 INFO STEP 1038 (remove_files) COMPLETE |
| 7646 | 2025-04-15T03:58:22.560Z | [ recovery-image] Apr 15 03:58:20.958 INFO O| Apr 15 03:58:20.958 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7647 | 2025-04-15T03:58:22.583Z | [ recovery-image] Apr 15 03:58:20.981 INFO O| Apr 15 03:58:20.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
| 7648 | 2025-04-15T03:58:22.584Z | [ recovery-image] Apr 15 03:58:20.981 INFO O| Apr 15 03:58:20.981 INFO STEP 1039 (remove_files) COMPLETE |
| 7649 | 2025-04-15T03:58:22.584Z | [ recovery-image] Apr 15 03:58:20.981 INFO O| Apr 15 03:58:20.981 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7650 | 2025-04-15T03:58:22.607Z | [ recovery-image] Apr 15 03:58:21.004 INFO O| Apr 15 03:58:21.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
| 7651 | 2025-04-15T03:58:22.607Z | [ recovery-image] Apr 15 03:58:21.005 INFO O| Apr 15 03:58:21.004 INFO STEP 1040 (remove_files) COMPLETE |
| 7652 | 2025-04-15T03:58:22.607Z | [ recovery-image] Apr 15 03:58:21.005 INFO O| Apr 15 03:58:21.005 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7653 | 2025-04-15T03:58:22.631Z | [ recovery-image] Apr 15 03:58:21.028 INFO O| Apr 15 03:58:21.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
| 7654 | 2025-04-15T03:58:22.631Z | [ recovery-image] Apr 15 03:58:21.029 INFO O| Apr 15 03:58:21.028 INFO STEP 1041 (remove_files) COMPLETE |
| 7655 | 2025-04-15T03:58:22.634Z | [ recovery-image] Apr 15 03:58:21.029 INFO O| Apr 15 03:58:21.028 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7656 | 2025-04-15T03:58:22.654Z | [ recovery-image] Apr 15 03:58:21.052 INFO O| Apr 15 03:58:21.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
| 7657 | 2025-04-15T03:58:22.654Z | [ recovery-image] Apr 15 03:58:21.052 INFO O| Apr 15 03:58:21.052 INFO STEP 1042 (remove_files) COMPLETE |
| 7658 | 2025-04-15T03:58:22.654Z | [ recovery-image] Apr 15 03:58:21.052 INFO O| Apr 15 03:58:21.052 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7659 | 2025-04-15T03:58:22.677Z | [ recovery-image] Apr 15 03:58:21.074 INFO O| Apr 15 03:58:21.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
| 7660 | 2025-04-15T03:58:22.677Z | [ recovery-image] Apr 15 03:58:21.074 INFO O| Apr 15 03:58:21.074 INFO STEP 1043 (remove_files) COMPLETE |
| 7661 | 2025-04-15T03:58:22.677Z | [ recovery-image] Apr 15 03:58:21.074 INFO O| Apr 15 03:58:21.074 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7662 | 2025-04-15T03:58:22.707Z | [ recovery-image] Apr 15 03:58:21.105 INFO O| Apr 15 03:58:21.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
| 7663 | 2025-04-15T03:58:22.707Z | [ recovery-image] Apr 15 03:58:21.105 INFO O| Apr 15 03:58:21.105 INFO STEP 1044 (remove_files) COMPLETE |
| 7664 | 2025-04-15T03:58:22.707Z | [ recovery-image] Apr 15 03:58:21.105 INFO O| Apr 15 03:58:21.105 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7665 | 2025-04-15T03:58:22.736Z | [ recovery-image] Apr 15 03:58:21.134 INFO O| Apr 15 03:58:21.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
| 7666 | 2025-04-15T03:58:22.736Z | [ recovery-image] Apr 15 03:58:21.134 INFO O| Apr 15 03:58:21.134 INFO STEP 1045 (remove_files) COMPLETE |
| 7667 | 2025-04-15T03:58:22.736Z | [ recovery-image] Apr 15 03:58:21.134 INFO O| Apr 15 03:58:21.134 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7668 | 2025-04-15T03:58:22.759Z | [ recovery-image] Apr 15 03:58:21.157 INFO O| Apr 15 03:58:21.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
| 7669 | 2025-04-15T03:58:22.759Z | [ recovery-image] Apr 15 03:58:21.157 INFO O| Apr 15 03:58:21.157 INFO STEP 1046 (remove_files) COMPLETE |
| 7670 | 2025-04-15T03:58:22.759Z | [ recovery-image] Apr 15 03:58:21.157 INFO O| Apr 15 03:58:21.157 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7671 | 2025-04-15T03:58:22.814Z | [ recovery-image] Apr 15 03:58:21.212 INFO O| Apr 15 03:58:21.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
| 7672 | 2025-04-15T03:58:22.814Z | [ recovery-image] Apr 15 03:58:21.212 INFO O| Apr 15 03:58:21.212 INFO STEP 1047 (remove_files) COMPLETE |
| 7673 | 2025-04-15T03:58:22.814Z | [ recovery-image] Apr 15 03:58:21.212 INFO O| Apr 15 03:58:21.212 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7674 | 2025-04-15T03:58:22.838Z | [ recovery-image] Apr 15 03:58:21.236 INFO O| Apr 15 03:58:21.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
| 7675 | 2025-04-15T03:58:22.838Z | [ recovery-image] Apr 15 03:58:21.236 INFO O| Apr 15 03:58:21.236 INFO STEP 1048 (remove_files) COMPLETE |
| 7676 | 2025-04-15T03:58:22.838Z | [ recovery-image] Apr 15 03:58:21.236 INFO O| Apr 15 03:58:21.236 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7677 | 2025-04-15T03:58:22.877Z | [ recovery-image] Apr 15 03:58:21.275 INFO O| Apr 15 03:58:21.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
| 7678 | 2025-04-15T03:58:22.877Z | [ recovery-image] Apr 15 03:58:21.275 INFO O| Apr 15 03:58:21.275 INFO STEP 1049 (remove_files) COMPLETE |
| 7679 | 2025-04-15T03:58:22.880Z | [ recovery-image] Apr 15 03:58:21.275 INFO O| Apr 15 03:58:21.275 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7680 | 2025-04-15T03:58:22.897Z | [ recovery-image] Apr 15 03:58:21.295 INFO O| Apr 15 03:58:21.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
| 7681 | 2025-04-15T03:58:22.897Z | [ recovery-image] Apr 15 03:58:21.295 INFO O| Apr 15 03:58:21.295 INFO STEP 1050 (remove_files) COMPLETE |
| 7682 | 2025-04-15T03:58:22.900Z | [ recovery-image] Apr 15 03:58:21.295 INFO O| Apr 15 03:58:21.295 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7683 | 2025-04-15T03:58:22.974Z | [ recovery-image] Apr 15 03:58:21.372 INFO O| Apr 15 03:58:21.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
| 7684 | 2025-04-15T03:58:22.994Z | [ recovery-image] Apr 15 03:58:21.392 INFO O| Apr 15 03:58:21.392 INFO STEP 1051 (remove_files) COMPLETE |
| 7685 | 2025-04-15T03:58:22.994Z | [ recovery-image] Apr 15 03:58:21.392 INFO O| Apr 15 03:58:21.392 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7686 | 2025-04-15T03:58:23.061Z | [ recovery-image] Apr 15 03:58:21.459 INFO O| Apr 15 03:58:21.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
| 7687 | 2025-04-15T03:58:23.061Z | [ recovery-image] Apr 15 03:58:21.459 INFO O| Apr 15 03:58:21.459 INFO STEP 1052 (remove_files) COMPLETE |
| 7688 | 2025-04-15T03:58:23.065Z | [ recovery-image] Apr 15 03:58:21.459 INFO O| Apr 15 03:58:21.459 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7689 | 2025-04-15T03:58:23.088Z | [ recovery-image] Apr 15 03:58:21.486 INFO O| Apr 15 03:58:21.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
| 7690 | 2025-04-15T03:58:23.088Z | [ recovery-image] Apr 15 03:58:21.486 INFO O| Apr 15 03:58:21.486 INFO STEP 1053 (remove_files) COMPLETE |
| 7691 | 2025-04-15T03:58:23.088Z | [ recovery-image] Apr 15 03:58:21.486 INFO O| Apr 15 03:58:21.486 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7692 | 2025-04-15T03:58:23.114Z | [ recovery-image] Apr 15 03:58:21.512 INFO O| Apr 15 03:58:21.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
| 7693 | 2025-04-15T03:58:23.114Z | [ recovery-image] Apr 15 03:58:21.512 INFO O| Apr 15 03:58:21.512 INFO STEP 1054 (remove_files) COMPLETE |
| 7694 | 2025-04-15T03:58:23.118Z | [ recovery-image] Apr 15 03:58:21.512 INFO O| Apr 15 03:58:21.512 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7695 | 2025-04-15T03:58:23.153Z | [ recovery-image] Apr 15 03:58:21.551 INFO O| Apr 15 03:58:21.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
| 7696 | 2025-04-15T03:58:23.153Z | [ recovery-image] Apr 15 03:58:21.551 INFO O| Apr 15 03:58:21.551 INFO STEP 1055 (remove_files) COMPLETE |
| 7697 | 2025-04-15T03:58:23.153Z | [ recovery-image] Apr 15 03:58:21.551 INFO O| Apr 15 03:58:21.551 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7698 | 2025-04-15T03:58:23.180Z | [ recovery-image] Apr 15 03:58:21.578 INFO O| Apr 15 03:58:21.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
| 7699 | 2025-04-15T03:58:23.181Z | [ recovery-image] Apr 15 03:58:21.578 INFO O| Apr 15 03:58:21.578 INFO STEP 1056 (remove_files) COMPLETE |
| 7700 | 2025-04-15T03:58:23.181Z | [ recovery-image] Apr 15 03:58:21.578 INFO O| Apr 15 03:58:21.578 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7701 | 2025-04-15T03:58:23.206Z | [ recovery-image] Apr 15 03:58:21.603 INFO O| Apr 15 03:58:21.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
| 7702 | 2025-04-15T03:58:23.206Z | [ recovery-image] Apr 15 03:58:21.604 INFO O| Apr 15 03:58:21.603 INFO STEP 1057 (remove_files) COMPLETE |
| 7703 | 2025-04-15T03:58:23.210Z | [ recovery-image] Apr 15 03:58:21.604 INFO O| Apr 15 03:58:21.604 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7704 | 2025-04-15T03:58:23.229Z | [ recovery-image] Apr 15 03:58:21.627 INFO O| Apr 15 03:58:21.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
| 7705 | 2025-04-15T03:58:23.229Z | [ recovery-image] Apr 15 03:58:21.627 INFO O| Apr 15 03:58:21.627 INFO STEP 1058 (remove_files) COMPLETE |
| 7706 | 2025-04-15T03:58:23.229Z | [ recovery-image] Apr 15 03:58:21.627 INFO O| Apr 15 03:58:21.627 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7707 | 2025-04-15T03:58:23.253Z | [ recovery-image] Apr 15 03:58:21.651 INFO O| Apr 15 03:58:21.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
| 7708 | 2025-04-15T03:58:23.253Z | [ recovery-image] Apr 15 03:58:21.651 INFO O| Apr 15 03:58:21.651 INFO STEP 1059 (remove_files) COMPLETE |
| 7709 | 2025-04-15T03:58:23.253Z | [ recovery-image] Apr 15 03:58:21.651 INFO O| Apr 15 03:58:21.651 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7710 | 2025-04-15T03:58:23.276Z | [ recovery-image] Apr 15 03:58:21.674 INFO O| Apr 15 03:58:21.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
| 7711 | 2025-04-15T03:58:23.276Z | [ recovery-image] Apr 15 03:58:21.674 INFO O| Apr 15 03:58:21.674 INFO STEP 1060 (remove_files) COMPLETE |
| 7712 | 2025-04-15T03:58:23.276Z | [ recovery-image] Apr 15 03:58:21.674 INFO O| Apr 15 03:58:21.674 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7713 | 2025-04-15T03:58:23.300Z | [ recovery-image] Apr 15 03:58:21.698 INFO O| Apr 15 03:58:21.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
| 7714 | 2025-04-15T03:58:23.303Z | [ recovery-image] Apr 15 03:58:21.698 INFO O| Apr 15 03:58:21.698 INFO STEP 1061 (remove_files) COMPLETE |
| 7715 | 2025-04-15T03:58:23.303Z | [ recovery-image] Apr 15 03:58:21.698 INFO O| Apr 15 03:58:21.698 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7716 | 2025-04-15T03:58:23.322Z | [ recovery-image] Apr 15 03:58:21.720 INFO O| Apr 15 03:58:21.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
| 7717 | 2025-04-15T03:58:23.322Z | [ recovery-image] Apr 15 03:58:21.720 INFO O| Apr 15 03:58:21.720 INFO STEP 1062 (remove_files) COMPLETE |
| 7718 | 2025-04-15T03:58:23.322Z | [ recovery-image] Apr 15 03:58:21.720 INFO O| Apr 15 03:58:21.720 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7719 | 2025-04-15T03:58:23.344Z | [ recovery-image] Apr 15 03:58:21.742 INFO O| Apr 15 03:58:21.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
| 7720 | 2025-04-15T03:58:23.344Z | [ recovery-image] Apr 15 03:58:21.742 INFO O| Apr 15 03:58:21.742 INFO STEP 1063 (remove_files) COMPLETE |
| 7721 | 2025-04-15T03:58:23.347Z | [ recovery-image] Apr 15 03:58:21.742 INFO O| Apr 15 03:58:21.742 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7722 | 2025-04-15T03:58:23.366Z | [ recovery-image] Apr 15 03:58:21.763 INFO O| Apr 15 03:58:21.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
| 7723 | 2025-04-15T03:58:23.366Z | [ recovery-image] Apr 15 03:58:21.763 INFO O| Apr 15 03:58:21.763 INFO STEP 1064 (remove_files) COMPLETE |
| 7724 | 2025-04-15T03:58:23.369Z | [ recovery-image] Apr 15 03:58:21.764 INFO O| Apr 15 03:58:21.763 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7725 | 2025-04-15T03:58:23.387Z | [ recovery-image] Apr 15 03:58:21.784 INFO O| Apr 15 03:58:21.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
| 7726 | 2025-04-15T03:58:23.387Z | [ recovery-image] Apr 15 03:58:21.784 INFO O| Apr 15 03:58:21.784 INFO STEP 1065 (remove_files) COMPLETE |
| 7727 | 2025-04-15T03:58:23.387Z | [ recovery-image] Apr 15 03:58:21.784 INFO O| Apr 15 03:58:21.784 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7728 | 2025-04-15T03:58:23.427Z | [ recovery-image] Apr 15 03:58:21.825 INFO O| Apr 15 03:58:21.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
| 7729 | 2025-04-15T03:58:23.427Z | [ recovery-image] Apr 15 03:58:21.825 INFO O| Apr 15 03:58:21.825 INFO STEP 1066 (remove_files) COMPLETE |
| 7730 | 2025-04-15T03:58:23.427Z | [ recovery-image] Apr 15 03:58:21.825 INFO O| Apr 15 03:58:21.825 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7731 | 2025-04-15T03:58:23.446Z | [ recovery-image] Apr 15 03:58:21.844 INFO O| Apr 15 03:58:21.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
| 7732 | 2025-04-15T03:58:23.446Z | [ recovery-image] Apr 15 03:58:21.844 INFO O| Apr 15 03:58:21.844 INFO STEP 1067 (remove_files) COMPLETE |
| 7733 | 2025-04-15T03:58:23.449Z | [ recovery-image] Apr 15 03:58:21.844 INFO O| Apr 15 03:58:21.844 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7734 | 2025-04-15T03:58:23.467Z | [ recovery-image] Apr 15 03:58:21.865 INFO O| Apr 15 03:58:21.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
| 7735 | 2025-04-15T03:58:23.467Z | [ recovery-image] Apr 15 03:58:21.865 INFO O| Apr 15 03:58:21.865 INFO STEP 1068 (remove_files) COMPLETE |
| 7736 | 2025-04-15T03:58:23.467Z | [ recovery-image] Apr 15 03:58:21.865 INFO O| Apr 15 03:58:21.865 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7737 | 2025-04-15T03:58:23.505Z | [ recovery-image] Apr 15 03:58:21.902 INFO O| Apr 15 03:58:21.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
| 7738 | 2025-04-15T03:58:23.505Z | [ recovery-image] Apr 15 03:58:21.902 INFO O| Apr 15 03:58:21.902 INFO STEP 1069 (remove_files) COMPLETE |
| 7739 | 2025-04-15T03:58:23.505Z | [ recovery-image] Apr 15 03:58:21.902 INFO O| Apr 15 03:58:21.902 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7740 | 2025-04-15T03:58:23.525Z | [ recovery-image] Apr 15 03:58:21.922 INFO O| Apr 15 03:58:21.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
| 7741 | 2025-04-15T03:58:23.525Z | [ recovery-image] Apr 15 03:58:21.922 INFO O| Apr 15 03:58:21.922 INFO STEP 1070 (remove_files) COMPLETE |
| 7742 | 2025-04-15T03:58:23.525Z | [ recovery-image] Apr 15 03:58:21.922 INFO O| Apr 15 03:58:21.922 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7743 | 2025-04-15T03:58:23.545Z | [ recovery-image] Apr 15 03:58:21.942 INFO O| Apr 15 03:58:21.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
| 7744 | 2025-04-15T03:58:23.545Z | [ recovery-image] Apr 15 03:58:21.942 INFO O| Apr 15 03:58:21.942 INFO STEP 1071 (remove_files) COMPLETE |
| 7745 | 2025-04-15T03:58:23.545Z | [ recovery-image] Apr 15 03:58:21.942 INFO O| Apr 15 03:58:21.942 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7746 | 2025-04-15T03:58:23.565Z | [ recovery-image] Apr 15 03:58:21.962 INFO O| Apr 15 03:58:21.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
| 7747 | 2025-04-15T03:58:23.565Z | [ recovery-image] Apr 15 03:58:21.962 INFO O| Apr 15 03:58:21.962 INFO STEP 1072 (remove_files) COMPLETE |
| 7748 | 2025-04-15T03:58:23.565Z | [ recovery-image] Apr 15 03:58:21.962 INFO O| Apr 15 03:58:21.962 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7749 | 2025-04-15T03:58:23.586Z | [ recovery-image] Apr 15 03:58:21.984 INFO O| Apr 15 03:58:21.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
| 7750 | 2025-04-15T03:58:23.586Z | [ recovery-image] Apr 15 03:58:21.984 INFO O| Apr 15 03:58:21.984 INFO STEP 1073 (remove_files) COMPLETE |
| 7751 | 2025-04-15T03:58:23.589Z | [ recovery-image] Apr 15 03:58:21.984 INFO O| Apr 15 03:58:21.984 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7752 | 2025-04-15T03:58:23.621Z | [ recovery-image] Apr 15 03:58:22.018 INFO O| Apr 15 03:58:22.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
| 7753 | 2025-04-15T03:58:23.625Z | [ recovery-image] Apr 15 03:58:22.019 INFO O| Apr 15 03:58:22.019 INFO STEP 1074 (remove_files) COMPLETE |
| 7754 | 2025-04-15T03:58:23.625Z | [ recovery-image] Apr 15 03:58:22.019 INFO O| Apr 15 03:58:22.019 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7755 | 2025-04-15T03:58:23.643Z | [ recovery-image] Apr 15 03:58:22.041 INFO O| Apr 15 03:58:22.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
| 7756 | 2025-04-15T03:58:23.646Z | [ recovery-image] Apr 15 03:58:22.041 INFO O| Apr 15 03:58:22.041 INFO STEP 1075 (remove_files) COMPLETE |
| 7757 | 2025-04-15T03:58:23.646Z | [ recovery-image] Apr 15 03:58:22.041 INFO O| Apr 15 03:58:22.041 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7758 | 2025-04-15T03:58:23.685Z | [ recovery-image] Apr 15 03:58:22.083 INFO O| Apr 15 03:58:22.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
| 7759 | 2025-04-15T03:58:23.689Z | [ recovery-image] Apr 15 03:58:22.083 INFO O| Apr 15 03:58:22.083 INFO STEP 1076 (remove_files) COMPLETE |
| 7760 | 2025-04-15T03:58:23.689Z | [ recovery-image] Apr 15 03:58:22.083 INFO O| Apr 15 03:58:22.083 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7761 | 2025-04-15T03:58:23.709Z | [ recovery-image] Apr 15 03:58:22.107 INFO O| Apr 15 03:58:22.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
| 7762 | 2025-04-15T03:58:23.712Z | [ recovery-image] Apr 15 03:58:22.107 INFO O| Apr 15 03:58:22.107 INFO STEP 1077 (remove_files) COMPLETE |
| 7763 | 2025-04-15T03:58:23.712Z | [ recovery-image] Apr 15 03:58:22.107 INFO O| Apr 15 03:58:22.107 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7764 | 2025-04-15T03:58:23.741Z | [ recovery-image] Apr 15 03:58:22.139 INFO O| Apr 15 03:58:22.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
| 7765 | 2025-04-15T03:58:23.742Z | [ recovery-image] Apr 15 03:58:22.139 INFO O| Apr 15 03:58:22.139 INFO STEP 1078 (remove_files) COMPLETE |
| 7766 | 2025-04-15T03:58:23.745Z | [ recovery-image] Apr 15 03:58:22.139 INFO O| Apr 15 03:58:22.139 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7767 | 2025-04-15T03:58:23.762Z | [ recovery-image] Apr 15 03:58:22.160 INFO O| Apr 15 03:58:22.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
| 7768 | 2025-04-15T03:58:23.762Z | [ recovery-image] Apr 15 03:58:22.160 INFO O| Apr 15 03:58:22.160 INFO STEP 1079 (remove_files) COMPLETE |
| 7769 | 2025-04-15T03:58:23.762Z | [ recovery-image] Apr 15 03:58:22.160 INFO O| Apr 15 03:58:22.160 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7770 | 2025-04-15T03:58:23.792Z | [ recovery-image] Apr 15 03:58:22.190 INFO O| Apr 15 03:58:22.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
| 7771 | 2025-04-15T03:58:23.792Z | [ recovery-image] Apr 15 03:58:22.190 INFO O| Apr 15 03:58:22.190 INFO STEP 1080 (remove_files) COMPLETE |
| 7772 | 2025-04-15T03:58:23.792Z | [ recovery-image] Apr 15 03:58:22.190 INFO O| Apr 15 03:58:22.190 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7773 | 2025-04-15T03:58:23.815Z | [ recovery-image] Apr 15 03:58:22.212 INFO O| Apr 15 03:58:22.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
| 7774 | 2025-04-15T03:58:23.815Z | [ recovery-image] Apr 15 03:58:22.213 INFO O| Apr 15 03:58:22.213 INFO STEP 1081 (remove_files) COMPLETE |
| 7775 | 2025-04-15T03:58:23.815Z | [ recovery-image] Apr 15 03:58:22.213 INFO O| Apr 15 03:58:22.213 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7776 | 2025-04-15T03:58:23.838Z | [ recovery-image] Apr 15 03:58:22.235 INFO O| Apr 15 03:58:22.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
| 7777 | 2025-04-15T03:58:23.838Z | [ recovery-image] Apr 15 03:58:22.235 INFO O| Apr 15 03:58:22.235 INFO STEP 1082 (remove_files) COMPLETE |
| 7778 | 2025-04-15T03:58:23.838Z | [ recovery-image] Apr 15 03:58:22.235 INFO O| Apr 15 03:58:22.235 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7779 | 2025-04-15T03:58:23.861Z | [ recovery-image] Apr 15 03:58:22.258 INFO O| Apr 15 03:58:22.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
| 7780 | 2025-04-15T03:58:23.861Z | [ recovery-image] Apr 15 03:58:22.259 INFO O| Apr 15 03:58:22.258 INFO STEP 1083 (remove_files) COMPLETE |
| 7781 | 2025-04-15T03:58:23.861Z | [ recovery-image] Apr 15 03:58:22.259 INFO O| Apr 15 03:58:22.259 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7782 | 2025-04-15T03:58:23.885Z | [ recovery-image] Apr 15 03:58:22.282 INFO O| Apr 15 03:58:22.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
| 7783 | 2025-04-15T03:58:23.885Z | [ recovery-image] Apr 15 03:58:22.283 INFO O| Apr 15 03:58:22.282 INFO STEP 1084 (remove_files) COMPLETE |
| 7784 | 2025-04-15T03:58:23.885Z | [ recovery-image] Apr 15 03:58:22.283 INFO O| Apr 15 03:58:22.283 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7785 | 2025-04-15T03:58:23.908Z | [ recovery-image] Apr 15 03:58:22.306 INFO O| Apr 15 03:58:22.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
| 7786 | 2025-04-15T03:58:23.908Z | [ recovery-image] Apr 15 03:58:22.306 INFO O| Apr 15 03:58:22.306 INFO STEP 1085 (remove_files) COMPLETE |
| 7787 | 2025-04-15T03:58:23.912Z | [ recovery-image] Apr 15 03:58:22.306 INFO O| Apr 15 03:58:22.306 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7788 | 2025-04-15T03:58:23.931Z | [ recovery-image] Apr 15 03:58:22.328 INFO O| Apr 15 03:58:22.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
| 7789 | 2025-04-15T03:58:23.931Z | [ recovery-image] Apr 15 03:58:22.329 INFO O| Apr 15 03:58:22.329 INFO STEP 1086 (remove_files) COMPLETE |
| 7790 | 2025-04-15T03:58:23.931Z | [ recovery-image] Apr 15 03:58:22.329 INFO O| Apr 15 03:58:22.329 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7791 | 2025-04-15T03:58:23.953Z | [ recovery-image] Apr 15 03:58:22.351 INFO O| Apr 15 03:58:22.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
| 7792 | 2025-04-15T03:58:23.953Z | [ recovery-image] Apr 15 03:58:22.351 INFO O| Apr 15 03:58:22.351 INFO STEP 1087 (remove_files) COMPLETE |
| 7793 | 2025-04-15T03:58:23.956Z | [ recovery-image] Apr 15 03:58:22.351 INFO O| Apr 15 03:58:22.351 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7794 | 2025-04-15T03:58:23.991Z | [ recovery-image] Apr 15 03:58:22.389 INFO O| Apr 15 03:58:22.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
| 7795 | 2025-04-15T03:58:23.994Z | [ recovery-image] Apr 15 03:58:22.389 INFO O| Apr 15 03:58:22.389 INFO STEP 1088 (remove_files) COMPLETE |
| 7796 | 2025-04-15T03:58:23.994Z | [ recovery-image] Apr 15 03:58:22.389 INFO O| Apr 15 03:58:22.389 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7797 | 2025-04-15T03:58:24.016Z | [ recovery-image] Apr 15 03:58:22.413 INFO O| Apr 15 03:58:22.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
| 7798 | 2025-04-15T03:58:24.019Z | [ recovery-image] Apr 15 03:58:22.414 INFO O| Apr 15 03:58:22.414 INFO STEP 1089 (remove_files) COMPLETE |
| 7799 | 2025-04-15T03:58:24.019Z | [ recovery-image] Apr 15 03:58:22.414 INFO O| Apr 15 03:58:22.414 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7800 | 2025-04-15T03:58:24.062Z | [ recovery-image] Apr 15 03:58:22.460 INFO O| Apr 15 03:58:22.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
| 7801 | 2025-04-15T03:58:24.062Z | [ recovery-image] Apr 15 03:58:22.460 INFO O| Apr 15 03:58:22.460 INFO STEP 1090 (remove_files) COMPLETE |
| 7802 | 2025-04-15T03:58:24.065Z | [ recovery-image] Apr 15 03:58:22.460 INFO O| Apr 15 03:58:22.460 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7803 | 2025-04-15T03:58:24.086Z | [ recovery-image] Apr 15 03:58:22.484 INFO O| Apr 15 03:58:22.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
| 7804 | 2025-04-15T03:58:24.090Z | [ recovery-image] Apr 15 03:58:22.484 INFO O| Apr 15 03:58:22.484 INFO STEP 1091 (remove_files) COMPLETE |
| 7805 | 2025-04-15T03:58:24.090Z | [ recovery-image] Apr 15 03:58:22.484 INFO O| Apr 15 03:58:22.484 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7806 | 2025-04-15T03:58:24.109Z | [ recovery-image] Apr 15 03:58:22.507 INFO O| Apr 15 03:58:22.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
| 7807 | 2025-04-15T03:58:24.109Z | [ recovery-image] Apr 15 03:58:22.507 INFO O| Apr 15 03:58:22.507 INFO STEP 1092 (remove_files) COMPLETE |
| 7808 | 2025-04-15T03:58:24.109Z | [ recovery-image] Apr 15 03:58:22.507 INFO O| Apr 15 03:58:22.507 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7809 | 2025-04-15T03:58:24.137Z | [ recovery-image] Apr 15 03:58:22.535 INFO O| Apr 15 03:58:22.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
| 7810 | 2025-04-15T03:58:24.141Z | [ recovery-image] Apr 15 03:58:22.535 INFO O| Apr 15 03:58:22.535 INFO STEP 1093 (remove_files) COMPLETE |
| 7811 | 2025-04-15T03:58:24.141Z | [ recovery-image] Apr 15 03:58:22.535 INFO O| Apr 15 03:58:22.535 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7812 | 2025-04-15T03:58:24.161Z | [ recovery-image] Apr 15 03:58:22.559 INFO O| Apr 15 03:58:22.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
| 7813 | 2025-04-15T03:58:24.165Z | [ recovery-image] Apr 15 03:58:22.559 INFO O| Apr 15 03:58:22.559 INFO STEP 1094 (remove_files) COMPLETE |
| 7814 | 2025-04-15T03:58:24.165Z | [ recovery-image] Apr 15 03:58:22.560 INFO O| Apr 15 03:58:22.559 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7815 | 2025-04-15T03:58:24.183Z | [ recovery-image] Apr 15 03:58:22.581 INFO O| Apr 15 03:58:22.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
| 7816 | 2025-04-15T03:58:24.187Z | [ recovery-image] Apr 15 03:58:22.581 INFO O| Apr 15 03:58:22.581 INFO STEP 1095 (remove_files) COMPLETE |
| 7817 | 2025-04-15T03:58:24.187Z | [ recovery-image] Apr 15 03:58:22.581 INFO O| Apr 15 03:58:22.581 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7818 | 2025-04-15T03:58:24.205Z | [ recovery-image] Apr 15 03:58:22.603 INFO O| Apr 15 03:58:22.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
| 7819 | 2025-04-15T03:58:24.205Z | [ recovery-image] Apr 15 03:58:22.603 INFO O| Apr 15 03:58:22.603 INFO STEP 1096 (remove_files) COMPLETE |
| 7820 | 2025-04-15T03:58:24.209Z | [ recovery-image] Apr 15 03:58:22.603 INFO O| Apr 15 03:58:22.603 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7821 | 2025-04-15T03:58:24.226Z | [ recovery-image] Apr 15 03:58:22.624 INFO O| Apr 15 03:58:22.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
| 7822 | 2025-04-15T03:58:24.227Z | [ recovery-image] Apr 15 03:58:22.624 INFO O| Apr 15 03:58:22.624 INFO STEP 1097 (remove_files) COMPLETE |
| 7823 | 2025-04-15T03:58:24.227Z | [ recovery-image] Apr 15 03:58:22.624 INFO O| Apr 15 03:58:22.624 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7824 | 2025-04-15T03:58:24.260Z | [ recovery-image] Apr 15 03:58:22.657 INFO O| Apr 15 03:58:22.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
| 7825 | 2025-04-15T03:58:24.260Z | [ recovery-image] Apr 15 03:58:22.657 INFO O| Apr 15 03:58:22.657 INFO STEP 1098 (remove_files) COMPLETE |
| 7826 | 2025-04-15T03:58:24.260Z | [ recovery-image] Apr 15 03:58:22.657 INFO O| Apr 15 03:58:22.657 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7827 | 2025-04-15T03:58:24.283Z | [ recovery-image] Apr 15 03:58:22.680 INFO O| Apr 15 03:58:22.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
| 7828 | 2025-04-15T03:58:24.283Z | [ recovery-image] Apr 15 03:58:22.680 INFO O| Apr 15 03:58:22.680 INFO STEP 1099 (remove_files) COMPLETE |
| 7829 | 2025-04-15T03:58:24.283Z | [ recovery-image] Apr 15 03:58:22.680 INFO O| Apr 15 03:58:22.680 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7830 | 2025-04-15T03:58:24.305Z | [ recovery-image] Apr 15 03:58:22.702 INFO O| Apr 15 03:58:22.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
| 7831 | 2025-04-15T03:58:24.305Z | [ recovery-image] Apr 15 03:58:22.703 INFO O| Apr 15 03:58:22.703 INFO STEP 1100 (remove_files) COMPLETE |
| 7832 | 2025-04-15T03:58:24.305Z | [ recovery-image] Apr 15 03:58:22.703 INFO O| Apr 15 03:58:22.703 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7833 | 2025-04-15T03:58:24.326Z | [ recovery-image] Apr 15 03:58:22.724 INFO O| Apr 15 03:58:22.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
| 7834 | 2025-04-15T03:58:24.326Z | [ recovery-image] Apr 15 03:58:22.724 INFO O| Apr 15 03:58:22.724 INFO STEP 1101 (remove_files) COMPLETE |
| 7835 | 2025-04-15T03:58:24.326Z | [ recovery-image] Apr 15 03:58:22.724 INFO O| Apr 15 03:58:22.724 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7836 | 2025-04-15T03:58:24.359Z | [ recovery-image] Apr 15 03:58:22.756 INFO O| Apr 15 03:58:22.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
| 7837 | 2025-04-15T03:58:24.359Z | [ recovery-image] Apr 15 03:58:22.756 INFO O| Apr 15 03:58:22.756 INFO STEP 1102 (remove_files) COMPLETE |
| 7838 | 2025-04-15T03:58:24.359Z | [ recovery-image] Apr 15 03:58:22.756 INFO O| Apr 15 03:58:22.756 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7839 | 2025-04-15T03:58:24.382Z | [ recovery-image] Apr 15 03:58:22.779 INFO O| Apr 15 03:58:22.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
| 7840 | 2025-04-15T03:58:24.382Z | [ recovery-image] Apr 15 03:58:22.779 INFO O| Apr 15 03:58:22.779 INFO STEP 1103 (remove_files) COMPLETE |
| 7841 | 2025-04-15T03:58:24.382Z | [ recovery-image] Apr 15 03:58:22.779 INFO O| Apr 15 03:58:22.779 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7842 | 2025-04-15T03:58:24.404Z | [ recovery-image] Apr 15 03:58:22.802 INFO O| Apr 15 03:58:22.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
| 7843 | 2025-04-15T03:58:24.404Z | [ recovery-image] Apr 15 03:58:22.802 INFO O| Apr 15 03:58:22.802 INFO STEP 1104 (remove_files) COMPLETE |
| 7844 | 2025-04-15T03:58:24.404Z | [ recovery-image] Apr 15 03:58:22.802 INFO O| Apr 15 03:58:22.802 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7845 | 2025-04-15T03:58:24.426Z | [ recovery-image] Apr 15 03:58:22.824 INFO O| Apr 15 03:58:22.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
| 7846 | 2025-04-15T03:58:24.426Z | [ recovery-image] Apr 15 03:58:22.824 INFO O| Apr 15 03:58:22.824 INFO STEP 1105 (remove_files) COMPLETE |
| 7847 | 2025-04-15T03:58:24.430Z | [ recovery-image] Apr 15 03:58:22.824 INFO O| Apr 15 03:58:22.824 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7848 | 2025-04-15T03:58:24.448Z | [ recovery-image] Apr 15 03:58:22.845 INFO O| Apr 15 03:58:22.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
| 7849 | 2025-04-15T03:58:24.448Z | [ recovery-image] Apr 15 03:58:22.845 INFO O| Apr 15 03:58:22.845 INFO STEP 1106 (remove_files) COMPLETE |
| 7850 | 2025-04-15T03:58:24.451Z | [ recovery-image] Apr 15 03:58:22.845 INFO O| Apr 15 03:58:22.845 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7851 | 2025-04-15T03:58:24.469Z | [ recovery-image] Apr 15 03:58:22.867 INFO O| Apr 15 03:58:22.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
| 7852 | 2025-04-15T03:58:24.469Z | [ recovery-image] Apr 15 03:58:22.867 INFO O| Apr 15 03:58:22.867 INFO STEP 1107 (remove_files) COMPLETE |
| 7853 | 2025-04-15T03:58:24.469Z | [ recovery-image] Apr 15 03:58:22.867 INFO O| Apr 15 03:58:22.867 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7854 | 2025-04-15T03:58:24.491Z | [ recovery-image] Apr 15 03:58:22.889 INFO O| Apr 15 03:58:22.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
| 7855 | 2025-04-15T03:58:24.491Z | [ recovery-image] Apr 15 03:58:22.889 INFO O| Apr 15 03:58:22.889 INFO STEP 1108 (remove_files) COMPLETE |
| 7856 | 2025-04-15T03:58:24.491Z | [ recovery-image] Apr 15 03:58:22.889 INFO O| Apr 15 03:58:22.889 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7857 | 2025-04-15T03:58:24.535Z | [ recovery-image] Apr 15 03:58:22.932 INFO O| Apr 15 03:58:22.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
| 7858 | 2025-04-15T03:58:24.535Z | [ recovery-image] Apr 15 03:58:22.932 INFO O| Apr 15 03:58:22.932 INFO STEP 1109 (remove_files) COMPLETE |
| 7859 | 2025-04-15T03:58:24.538Z | [ recovery-image] Apr 15 03:58:22.932 INFO O| Apr 15 03:58:22.932 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7860 | 2025-04-15T03:58:24.559Z | [ recovery-image] Apr 15 03:58:22.957 INFO O| Apr 15 03:58:22.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
| 7861 | 2025-04-15T03:58:24.563Z | [ recovery-image] Apr 15 03:58:22.960 INFO O| Apr 15 03:58:22.960 INFO STEP 1110 (remove_files) COMPLETE |
| 7862 | 2025-04-15T03:58:24.563Z | [ recovery-image] Apr 15 03:58:22.960 INFO O| Apr 15 03:58:22.960 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7863 | 2025-04-15T03:58:24.602Z | [ recovery-image] Apr 15 03:58:22.999 INFO O| Apr 15 03:58:22.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
| 7864 | 2025-04-15T03:58:24.602Z | [ recovery-image] Apr 15 03:58:22.999 INFO O| Apr 15 03:58:22.999 INFO STEP 1111 (remove_files) COMPLETE |
| 7865 | 2025-04-15T03:58:24.602Z | [ recovery-image] Apr 15 03:58:22.999 INFO O| Apr 15 03:58:22.999 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7866 | 2025-04-15T03:58:24.624Z | [ recovery-image] Apr 15 03:58:23.022 INFO O| Apr 15 03:58:23.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
| 7867 | 2025-04-15T03:58:24.624Z | [ recovery-image] Apr 15 03:58:23.022 INFO O| Apr 15 03:58:23.022 INFO STEP 1112 (remove_files) COMPLETE |
| 7868 | 2025-04-15T03:58:24.628Z | [ recovery-image] Apr 15 03:58:23.022 INFO O| Apr 15 03:58:23.022 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7869 | 2025-04-15T03:58:24.645Z | [ recovery-image] Apr 15 03:58:23.043 INFO O| Apr 15 03:58:23.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
| 7870 | 2025-04-15T03:58:24.645Z | [ recovery-image] Apr 15 03:58:23.043 INFO O| Apr 15 03:58:23.043 INFO STEP 1113 (remove_files) COMPLETE |
| 7871 | 2025-04-15T03:58:24.649Z | [ recovery-image] Apr 15 03:58:23.043 INFO O| Apr 15 03:58:23.043 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7872 | 2025-04-15T03:58:24.667Z | [ recovery-image] Apr 15 03:58:23.064 INFO O| Apr 15 03:58:23.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
| 7873 | 2025-04-15T03:58:24.667Z | [ recovery-image] Apr 15 03:58:23.064 INFO O| Apr 15 03:58:23.064 INFO STEP 1114 (remove_files) COMPLETE |
| 7874 | 2025-04-15T03:58:24.667Z | [ recovery-image] Apr 15 03:58:23.064 INFO O| Apr 15 03:58:23.064 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7875 | 2025-04-15T03:58:24.686Z | [ recovery-image] Apr 15 03:58:23.084 INFO O| Apr 15 03:58:23.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
| 7876 | 2025-04-15T03:58:24.686Z | [ recovery-image] Apr 15 03:58:23.084 INFO O| Apr 15 03:58:23.084 INFO STEP 1115 (remove_files) COMPLETE |
| 7877 | 2025-04-15T03:58:24.690Z | [ recovery-image] Apr 15 03:58:23.084 INFO O| Apr 15 03:58:23.084 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7878 | 2025-04-15T03:58:24.708Z | [ recovery-image] Apr 15 03:58:23.106 INFO O| Apr 15 03:58:23.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
| 7879 | 2025-04-15T03:58:24.708Z | [ recovery-image] Apr 15 03:58:23.106 INFO O| Apr 15 03:58:23.106 INFO STEP 1116 (remove_files) COMPLETE |
| 7880 | 2025-04-15T03:58:24.708Z | [ recovery-image] Apr 15 03:58:23.106 INFO O| Apr 15 03:58:23.106 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7881 | 2025-04-15T03:58:24.730Z | [ recovery-image] Apr 15 03:58:23.127 INFO O| Apr 15 03:58:23.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
| 7882 | 2025-04-15T03:58:24.730Z | [ recovery-image] Apr 15 03:58:23.127 INFO O| Apr 15 03:58:23.127 INFO STEP 1117 (remove_files) COMPLETE |
| 7883 | 2025-04-15T03:58:24.730Z | [ recovery-image] Apr 15 03:58:23.127 INFO O| Apr 15 03:58:23.127 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7884 | 2025-04-15T03:58:24.755Z | [ recovery-image] Apr 15 03:58:23.152 INFO O| Apr 15 03:58:23.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
| 7885 | 2025-04-15T03:58:24.755Z | [ recovery-image] Apr 15 03:58:23.152 INFO O| Apr 15 03:58:23.152 INFO STEP 1118 (remove_files) COMPLETE |
| 7886 | 2025-04-15T03:58:24.758Z | [ recovery-image] Apr 15 03:58:23.152 INFO O| Apr 15 03:58:23.152 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7887 | 2025-04-15T03:58:24.792Z | [ recovery-image] Apr 15 03:58:23.189 INFO O| Apr 15 03:58:23.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
| 7888 | 2025-04-15T03:58:24.796Z | [ recovery-image] Apr 15 03:58:23.190 INFO O| Apr 15 03:58:23.190 INFO STEP 1119 (remove_files) COMPLETE |
| 7889 | 2025-04-15T03:58:24.796Z | [ recovery-image] Apr 15 03:58:23.190 INFO O| Apr 15 03:58:23.190 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7890 | 2025-04-15T03:58:24.820Z | [ recovery-image] Apr 15 03:58:23.216 INFO O| Apr 15 03:58:23.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
| 7891 | 2025-04-15T03:58:24.820Z | [ recovery-image] Apr 15 03:58:23.216 INFO O| Apr 15 03:58:23.216 INFO STEP 1120 (remove_files) COMPLETE |
| 7892 | 2025-04-15T03:58:24.823Z | [ recovery-image] Apr 15 03:58:23.216 INFO O| Apr 15 03:58:23.216 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7893 | 2025-04-15T03:58:24.842Z | [ recovery-image] Apr 15 03:58:23.240 INFO O| Apr 15 03:58:23.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
| 7894 | 2025-04-15T03:58:24.842Z | [ recovery-image] Apr 15 03:58:23.240 INFO O| Apr 15 03:58:23.240 INFO STEP 1121 (remove_files) COMPLETE |
| 7895 | 2025-04-15T03:58:24.846Z | [ recovery-image] Apr 15 03:58:23.240 INFO O| Apr 15 03:58:23.240 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7896 | 2025-04-15T03:58:24.950Z | [ recovery-image] Apr 15 03:58:23.347 INFO O| Apr 15 03:58:23.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
| 7897 | 2025-04-15T03:58:24.950Z | [ recovery-image] Apr 15 03:58:23.347 INFO O| Apr 15 03:58:23.347 INFO STEP 1122 (remove_files) COMPLETE |
| 7898 | 2025-04-15T03:58:24.950Z | [ recovery-image] Apr 15 03:58:23.347 INFO O| Apr 15 03:58:23.347 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7899 | 2025-04-15T03:58:25.008Z | [ recovery-image] Apr 15 03:58:23.404 INFO O| Apr 15 03:58:23.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
| 7900 | 2025-04-15T03:58:25.011Z | [ recovery-image] Apr 15 03:58:23.405 INFO O| Apr 15 03:58:23.405 INFO STEP 1123 (remove_files) COMPLETE |
| 7901 | 2025-04-15T03:58:25.011Z | [ recovery-image] Apr 15 03:58:23.405 INFO O| Apr 15 03:58:23.405 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7902 | 2025-04-15T03:58:25.030Z | [ recovery-image] Apr 15 03:58:23.428 INFO O| Apr 15 03:58:23.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
| 7903 | 2025-04-15T03:58:25.036Z | [ recovery-image] Apr 15 03:58:23.428 INFO O| Apr 15 03:58:23.428 INFO STEP 1124 (remove_files) COMPLETE |
| 7904 | 2025-04-15T03:58:25.036Z | [ recovery-image] Apr 15 03:58:23.428 INFO O| Apr 15 03:58:23.428 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7905 | 2025-04-15T03:58:25.057Z | [ recovery-image] Apr 15 03:58:23.453 INFO O| Apr 15 03:58:23.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
| 7906 | 2025-04-15T03:58:25.057Z | [ recovery-image] Apr 15 03:58:23.453 INFO O| Apr 15 03:58:23.453 INFO STEP 1125 (remove_files) COMPLETE |
| 7907 | 2025-04-15T03:58:25.057Z | [ recovery-image] Apr 15 03:58:23.453 INFO O| Apr 15 03:58:23.453 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7908 | 2025-04-15T03:58:25.078Z | [ recovery-image] Apr 15 03:58:23.475 INFO O| Apr 15 03:58:23.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
| 7909 | 2025-04-15T03:58:25.078Z | [ recovery-image] Apr 15 03:58:23.475 INFO O| Apr 15 03:58:23.475 INFO STEP 1126 (remove_files) COMPLETE |
| 7910 | 2025-04-15T03:58:25.078Z | [ recovery-image] Apr 15 03:58:23.475 INFO O| Apr 15 03:58:23.475 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7911 | 2025-04-15T03:58:25.099Z | [ recovery-image] Apr 15 03:58:23.497 INFO O| Apr 15 03:58:23.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
| 7912 | 2025-04-15T03:58:25.099Z | [ recovery-image] Apr 15 03:58:23.497 INFO O| Apr 15 03:58:23.497 INFO STEP 1127 (remove_files) COMPLETE |
| 7913 | 2025-04-15T03:58:25.099Z | [ recovery-image] Apr 15 03:58:23.497 INFO O| Apr 15 03:58:23.497 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7914 | 2025-04-15T03:58:25.122Z | [ recovery-image] Apr 15 03:58:23.519 INFO O| Apr 15 03:58:23.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
| 7915 | 2025-04-15T03:58:25.122Z | [ recovery-image] Apr 15 03:58:23.519 INFO O| Apr 15 03:58:23.519 INFO STEP 1128 (remove_files) COMPLETE |
| 7916 | 2025-04-15T03:58:25.125Z | [ recovery-image] Apr 15 03:58:23.520 INFO O| Apr 15 03:58:23.519 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7917 | 2025-04-15T03:58:25.145Z | [ recovery-image] Apr 15 03:58:23.542 INFO O| Apr 15 03:58:23.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
| 7918 | 2025-04-15T03:58:25.145Z | [ recovery-image] Apr 15 03:58:23.542 INFO O| Apr 15 03:58:23.542 INFO STEP 1129 (remove_files) COMPLETE |
| 7919 | 2025-04-15T03:58:25.148Z | [ recovery-image] Apr 15 03:58:23.542 INFO O| Apr 15 03:58:23.542 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7920 | 2025-04-15T03:58:25.167Z | [ recovery-image] Apr 15 03:58:23.565 INFO O| Apr 15 03:58:23.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
| 7921 | 2025-04-15T03:58:25.168Z | [ recovery-image] Apr 15 03:58:23.565 INFO O| Apr 15 03:58:23.565 INFO STEP 1130 (remove_files) COMPLETE |
| 7922 | 2025-04-15T03:58:25.171Z | [ recovery-image] Apr 15 03:58:23.565 INFO O| Apr 15 03:58:23.565 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7923 | 2025-04-15T03:58:25.189Z | [ recovery-image] Apr 15 03:58:23.587 INFO O| Apr 15 03:58:23.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
| 7924 | 2025-04-15T03:58:25.190Z | [ recovery-image] Apr 15 03:58:23.587 INFO O| Apr 15 03:58:23.587 INFO STEP 1131 (remove_files) COMPLETE |
| 7925 | 2025-04-15T03:58:25.190Z | [ recovery-image] Apr 15 03:58:23.587 INFO O| Apr 15 03:58:23.587 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7926 | 2025-04-15T03:58:25.213Z | [ recovery-image] Apr 15 03:58:23.610 INFO O| Apr 15 03:58:23.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
| 7927 | 2025-04-15T03:58:25.213Z | [ recovery-image] Apr 15 03:58:23.610 INFO O| Apr 15 03:58:23.610 INFO STEP 1132 (remove_files) COMPLETE |
| 7928 | 2025-04-15T03:58:25.213Z | [ recovery-image] Apr 15 03:58:23.610 INFO O| Apr 15 03:58:23.610 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7929 | 2025-04-15T03:58:25.236Z | [ recovery-image] Apr 15 03:58:23.633 INFO O| Apr 15 03:58:23.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
| 7930 | 2025-04-15T03:58:25.236Z | [ recovery-image] Apr 15 03:58:23.633 INFO O| Apr 15 03:58:23.633 INFO STEP 1133 (remove_files) COMPLETE |
| 7931 | 2025-04-15T03:58:25.236Z | [ recovery-image] Apr 15 03:58:23.633 INFO O| Apr 15 03:58:23.633 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7932 | 2025-04-15T03:58:25.260Z | [ recovery-image] Apr 15 03:58:23.657 INFO O| Apr 15 03:58:23.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
| 7933 | 2025-04-15T03:58:25.260Z | [ recovery-image] Apr 15 03:58:23.657 INFO O| Apr 15 03:58:23.657 INFO STEP 1134 (remove_files) COMPLETE |
| 7934 | 2025-04-15T03:58:25.260Z | [ recovery-image] Apr 15 03:58:23.657 INFO O| Apr 15 03:58:23.657 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7935 | 2025-04-15T03:58:25.282Z | [ recovery-image] Apr 15 03:58:23.680 INFO O| Apr 15 03:58:23.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
| 7936 | 2025-04-15T03:58:25.282Z | [ recovery-image] Apr 15 03:58:23.680 INFO O| Apr 15 03:58:23.680 INFO STEP 1135 (remove_files) COMPLETE |
| 7937 | 2025-04-15T03:58:25.286Z | [ recovery-image] Apr 15 03:58:23.680 INFO O| Apr 15 03:58:23.680 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7938 | 2025-04-15T03:58:25.306Z | [ recovery-image] Apr 15 03:58:23.703 INFO O| Apr 15 03:58:23.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
| 7939 | 2025-04-15T03:58:25.306Z | [ recovery-image] Apr 15 03:58:23.703 INFO O| Apr 15 03:58:23.703 INFO STEP 1136 (remove_files) COMPLETE |
| 7940 | 2025-04-15T03:58:25.309Z | [ recovery-image] Apr 15 03:58:23.703 INFO O| Apr 15 03:58:23.703 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7941 | 2025-04-15T03:58:25.330Z | [ recovery-image] Apr 15 03:58:23.727 INFO O| Apr 15 03:58:23.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
| 7942 | 2025-04-15T03:58:25.333Z | [ recovery-image] Apr 15 03:58:23.727 INFO O| Apr 15 03:58:23.727 INFO STEP 1137 (remove_files) COMPLETE |
| 7943 | 2025-04-15T03:58:25.334Z | [ recovery-image] Apr 15 03:58:23.727 INFO O| Apr 15 03:58:23.727 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7944 | 2025-04-15T03:58:25.353Z | [ recovery-image] Apr 15 03:58:23.751 INFO O| Apr 15 03:58:23.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
| 7945 | 2025-04-15T03:58:25.353Z | [ recovery-image] Apr 15 03:58:23.751 INFO O| Apr 15 03:58:23.751 INFO STEP 1138 (remove_files) COMPLETE |
| 7946 | 2025-04-15T03:58:25.353Z | [ recovery-image] Apr 15 03:58:23.751 INFO O| Apr 15 03:58:23.751 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7947 | 2025-04-15T03:58:25.376Z | [ recovery-image] Apr 15 03:58:23.774 INFO O| Apr 15 03:58:23.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
| 7948 | 2025-04-15T03:58:25.376Z | [ recovery-image] Apr 15 03:58:23.774 INFO O| Apr 15 03:58:23.774 INFO STEP 1139 (remove_files) COMPLETE |
| 7949 | 2025-04-15T03:58:25.380Z | [ recovery-image] Apr 15 03:58:23.774 INFO O| Apr 15 03:58:23.774 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7950 | 2025-04-15T03:58:25.399Z | [ recovery-image] Apr 15 03:58:23.797 INFO O| Apr 15 03:58:23.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
| 7951 | 2025-04-15T03:58:25.399Z | [ recovery-image] Apr 15 03:58:23.797 INFO O| Apr 15 03:58:23.797 INFO STEP 1140 (remove_files) COMPLETE |
| 7952 | 2025-04-15T03:58:25.403Z | [ recovery-image] Apr 15 03:58:23.797 INFO O| Apr 15 03:58:23.797 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7953 | 2025-04-15T03:58:25.568Z | [ recovery-image] Apr 15 03:58:23.818 INFO O| Apr 15 03:58:23.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
| 7954 | 2025-04-15T03:58:25.568Z | [ recovery-image] Apr 15 03:58:23.819 INFO O| Apr 15 03:58:23.819 INFO STEP 1141 (remove_files) COMPLETE |
| 7955 | 2025-04-15T03:58:25.568Z | [ recovery-image] Apr 15 03:58:23.819 INFO O| Apr 15 03:58:23.819 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7956 | 2025-04-15T03:58:25.572Z | [ recovery-image] Apr 15 03:58:23.840 INFO O| Apr 15 03:58:23.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
| 7957 | 2025-04-15T03:58:25.572Z | [ recovery-image] Apr 15 03:58:23.840 INFO O| Apr 15 03:58:23.840 INFO STEP 1142 (remove_files) COMPLETE |
| 7958 | 2025-04-15T03:58:25.572Z | [ recovery-image] Apr 15 03:58:23.840 INFO O| Apr 15 03:58:23.840 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7959 | 2025-04-15T03:58:25.572Z | [ recovery-image] Apr 15 03:58:23.863 INFO O| Apr 15 03:58:23.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
| 7960 | 2025-04-15T03:58:25.572Z | [ recovery-image] Apr 15 03:58:23.863 INFO O| Apr 15 03:58:23.863 INFO STEP 1143 (remove_files) COMPLETE |
| 7961 | 2025-04-15T03:58:25.572Z | [ recovery-image] Apr 15 03:58:23.863 INFO O| Apr 15 03:58:23.863 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7962 | 2025-04-15T03:58:25.572Z | [ recovery-image] Apr 15 03:58:23.886 INFO O| Apr 15 03:58:23.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
| 7963 | 2025-04-15T03:58:25.572Z | [ recovery-image] Apr 15 03:58:23.886 INFO O| Apr 15 03:58:23.886 INFO STEP 1144 (remove_files) COMPLETE |
| 7964 | 2025-04-15T03:58:25.572Z | [ recovery-image] Apr 15 03:58:23.886 INFO O| Apr 15 03:58:23.886 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7965 | 2025-04-15T03:58:25.572Z | [ recovery-image] Apr 15 03:58:23.908 INFO O| Apr 15 03:58:23.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
| 7966 | 2025-04-15T03:58:25.572Z | [ recovery-image] Apr 15 03:58:23.908 INFO O| Apr 15 03:58:23.908 INFO STEP 1145 (remove_files) COMPLETE |
| 7967 | 2025-04-15T03:58:25.572Z | [ recovery-image] Apr 15 03:58:23.908 INFO O| Apr 15 03:58:23.908 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7968 | 2025-04-15T03:58:25.572Z | [ recovery-image] Apr 15 03:58:23.930 INFO O| Apr 15 03:58:23.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
| 7969 | 2025-04-15T03:58:25.572Z | [ recovery-image] Apr 15 03:58:23.930 INFO O| Apr 15 03:58:23.930 INFO STEP 1146 (remove_files) COMPLETE |
| 7970 | 2025-04-15T03:58:25.572Z | [ recovery-image] Apr 15 03:58:23.930 INFO O| Apr 15 03:58:23.930 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7971 | 2025-04-15T03:58:25.572Z | [ recovery-image] Apr 15 03:58:23.952 INFO O| Apr 15 03:58:23.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
| 7972 | 2025-04-15T03:58:25.573Z | [ recovery-image] Apr 15 03:58:23.952 INFO O| Apr 15 03:58:23.952 INFO STEP 1147 (remove_files) COMPLETE |
| 7973 | 2025-04-15T03:58:25.573Z | [ recovery-image] Apr 15 03:58:23.952 INFO O| Apr 15 03:58:23.952 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7974 | 2025-04-15T03:58:25.576Z | [ recovery-image] Apr 15 03:58:23.974 INFO O| Apr 15 03:58:23.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
| 7975 | 2025-04-15T03:58:25.576Z | [ recovery-image] Apr 15 03:58:23.974 INFO O| Apr 15 03:58:23.974 INFO STEP 1148 (remove_files) COMPLETE |
| 7976 | 2025-04-15T03:58:25.579Z | [ recovery-image] Apr 15 03:58:23.974 INFO O| Apr 15 03:58:23.974 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7977 | 2025-04-15T03:58:25.599Z | [ recovery-image] Apr 15 03:58:23.996 INFO O| Apr 15 03:58:23.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
| 7978 | 2025-04-15T03:58:25.599Z | [ recovery-image] Apr 15 03:58:23.996 INFO O| Apr 15 03:58:23.996 INFO STEP 1149 (remove_files) COMPLETE |
| 7979 | 2025-04-15T03:58:25.599Z | [ recovery-image] Apr 15 03:58:23.996 INFO O| Apr 15 03:58:23.996 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7980 | 2025-04-15T03:58:25.621Z | [ recovery-image] Apr 15 03:58:24.018 INFO O| Apr 15 03:58:24.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
| 7981 | 2025-04-15T03:58:25.621Z | [ recovery-image] Apr 15 03:58:24.018 INFO O| Apr 15 03:58:24.018 INFO STEP 1150 (remove_files) COMPLETE |
| 7982 | 2025-04-15T03:58:25.621Z | [ recovery-image] Apr 15 03:58:24.018 INFO O| Apr 15 03:58:24.018 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7983 | 2025-04-15T03:58:25.640Z | [ recovery-image] Apr 15 03:58:24.037 INFO O| Apr 15 03:58:24.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
| 7984 | 2025-04-15T03:58:25.640Z | [ recovery-image] Apr 15 03:58:24.037 INFO O| Apr 15 03:58:24.037 INFO STEP 1151 (remove_files) COMPLETE |
| 7985 | 2025-04-15T03:58:25.640Z | [ recovery-image] Apr 15 03:58:24.037 INFO O| Apr 15 03:58:24.037 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7986 | 2025-04-15T03:58:25.659Z | [ recovery-image] Apr 15 03:58:24.056 INFO O| Apr 15 03:58:24.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
| 7987 | 2025-04-15T03:58:25.659Z | [ recovery-image] Apr 15 03:58:24.056 INFO O| Apr 15 03:58:24.056 INFO STEP 1152 (remove_files) COMPLETE |
| 7988 | 2025-04-15T03:58:25.659Z | [ recovery-image] Apr 15 03:58:24.056 INFO O| Apr 15 03:58:24.056 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7989 | 2025-04-15T03:58:25.695Z | [ recovery-image] Apr 15 03:58:24.093 INFO O| Apr 15 03:58:24.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
| 7990 | 2025-04-15T03:58:25.696Z | [ recovery-image] Apr 15 03:58:24.093 INFO O| Apr 15 03:58:24.093 INFO STEP 1153 (remove_files) COMPLETE |
| 7991 | 2025-04-15T03:58:25.696Z | [ recovery-image] Apr 15 03:58:24.093 INFO O| Apr 15 03:58:24.093 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7992 | 2025-04-15T03:58:25.715Z | [ recovery-image] Apr 15 03:58:24.112 INFO O| Apr 15 03:58:24.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
| 7993 | 2025-04-15T03:58:25.715Z | [ recovery-image] Apr 15 03:58:24.112 INFO O| Apr 15 03:58:24.112 INFO STEP 1154 (remove_files) COMPLETE |
| 7994 | 2025-04-15T03:58:25.715Z | [ recovery-image] Apr 15 03:58:24.112 INFO O| Apr 15 03:58:24.112 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7995 | 2025-04-15T03:58:25.751Z | [ recovery-image] Apr 15 03:58:24.148 INFO O| Apr 15 03:58:24.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
| 7996 | 2025-04-15T03:58:25.751Z | [ recovery-image] Apr 15 03:58:24.149 INFO O| Apr 15 03:58:24.148 INFO STEP 1155 (remove_files) COMPLETE |
| 7997 | 2025-04-15T03:58:25.751Z | [ recovery-image] Apr 15 03:58:24.149 INFO O| Apr 15 03:58:24.149 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7998 | 2025-04-15T03:58:25.791Z | [ recovery-image] Apr 15 03:58:24.188 INFO O| Apr 15 03:58:24.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
| 7999 | 2025-04-15T03:58:25.791Z | [ recovery-image] Apr 15 03:58:24.188 INFO O| Apr 15 03:58:24.188 INFO STEP 1156 (remove_files) COMPLETE |
| 8000 | 2025-04-15T03:58:25.791Z | [ recovery-image] Apr 15 03:58:24.188 INFO O| Apr 15 03:58:24.188 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8001 | 2025-04-15T03:58:25.823Z | [ recovery-image] Apr 15 03:58:24.221 INFO O| Apr 15 03:58:24.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
| 8002 | 2025-04-15T03:58:25.826Z | [ recovery-image] Apr 15 03:58:24.221 INFO O| Apr 15 03:58:24.221 INFO STEP 1157 (remove_files) COMPLETE |
| 8003 | 2025-04-15T03:58:25.826Z | [ recovery-image] Apr 15 03:58:24.221 INFO O| Apr 15 03:58:24.221 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8004 | 2025-04-15T03:58:25.847Z | [ recovery-image] Apr 15 03:58:24.244 INFO O| Apr 15 03:58:24.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
| 8005 | 2025-04-15T03:58:25.847Z | [ recovery-image] Apr 15 03:58:24.244 INFO O| Apr 15 03:58:24.244 INFO STEP 1158 (remove_files) COMPLETE |
| 8006 | 2025-04-15T03:58:25.850Z | [ recovery-image] Apr 15 03:58:24.244 INFO O| Apr 15 03:58:24.244 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8007 | 2025-04-15T03:58:25.870Z | [ recovery-image] Apr 15 03:58:24.267 INFO O| Apr 15 03:58:24.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
| 8008 | 2025-04-15T03:58:25.875Z | [ recovery-image] Apr 15 03:58:24.267 INFO O| Apr 15 03:58:24.267 INFO STEP 1159 (remove_files) COMPLETE |
| 8009 | 2025-04-15T03:58:25.875Z | [ recovery-image] Apr 15 03:58:24.267 INFO O| Apr 15 03:58:24.267 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8010 | 2025-04-15T03:58:25.894Z | [ recovery-image] Apr 15 03:58:24.291 INFO O| Apr 15 03:58:24.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
| 8011 | 2025-04-15T03:58:25.898Z | [ recovery-image] Apr 15 03:58:24.296 INFO O| Apr 15 03:58:24.296 INFO STEP 1160 (remove_files) COMPLETE |
| 8012 | 2025-04-15T03:58:25.898Z | [ recovery-image] Apr 15 03:58:24.296 INFO O| Apr 15 03:58:24.296 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8013 | 2025-04-15T03:58:25.935Z | [ recovery-image] Apr 15 03:58:24.332 INFO O| Apr 15 03:58:24.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
| 8014 | 2025-04-15T03:58:25.938Z | [ recovery-image] Apr 15 03:58:24.332 INFO O| Apr 15 03:58:24.332 INFO STEP 1161 (remove_files) COMPLETE |
| 8015 | 2025-04-15T03:58:25.938Z | [ recovery-image] Apr 15 03:58:24.332 INFO O| Apr 15 03:58:24.332 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8016 | 2025-04-15T03:58:25.958Z | [ recovery-image] Apr 15 03:58:24.355 INFO O| Apr 15 03:58:24.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
| 8017 | 2025-04-15T03:58:25.962Z | [ recovery-image] Apr 15 03:58:24.356 INFO O| Apr 15 03:58:24.355 INFO STEP 1162 (remove_files) COMPLETE |
| 8018 | 2025-04-15T03:58:25.962Z | [ recovery-image] Apr 15 03:58:24.356 INFO O| Apr 15 03:58:24.356 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8019 | 2025-04-15T03:58:25.987Z | [ recovery-image] Apr 15 03:58:24.384 INFO O| Apr 15 03:58:24.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
| 8020 | 2025-04-15T03:58:25.987Z | [ recovery-image] Apr 15 03:58:24.384 INFO O| Apr 15 03:58:24.384 INFO STEP 1163 (remove_files) COMPLETE |
| 8021 | 2025-04-15T03:58:25.987Z | [ recovery-image] Apr 15 03:58:24.384 INFO O| Apr 15 03:58:24.384 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8022 | 2025-04-15T03:58:26.013Z | [ recovery-image] Apr 15 03:58:24.410 INFO O| Apr 15 03:58:24.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
| 8023 | 2025-04-15T03:58:26.013Z | [ recovery-image] Apr 15 03:58:24.410 INFO O| Apr 15 03:58:24.407 INFO STEP 1164 (remove_files) COMPLETE |
| 8024 | 2025-04-15T03:58:26.016Z | [ recovery-image] Apr 15 03:58:24.410 INFO O| Apr 15 03:58:24.407 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8025 | 2025-04-15T03:58:26.033Z | [ recovery-image] Apr 15 03:58:24.430 INFO O| Apr 15 03:58:24.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
| 8026 | 2025-04-15T03:58:26.037Z | [ recovery-image] Apr 15 03:58:24.430 INFO O| Apr 15 03:58:24.430 INFO STEP 1165 (remove_files) COMPLETE |
| 8027 | 2025-04-15T03:58:26.037Z | [ recovery-image] Apr 15 03:58:24.430 INFO O| Apr 15 03:58:24.430 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
| 8028 | 2025-04-15T03:58:26.069Z | [ recovery-image] Apr 15 03:58:24.466 INFO O| Apr 15 03:58:24.466 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
| 8029 | 2025-04-15T03:58:26.069Z | [ recovery-image] Apr 15 03:58:24.466 INFO O| Apr 15 03:58:24.466 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
| 8030 | 2025-04-15T03:58:27.192Z | [ recovery-image] Apr 15 03:58:25.588 INFO O| Apr 15 03:58:25.588 INFO STEP 1166 (pack_tar) COMPLETE |
| 8031 | 2025-04-15T03:58:27.192Z | [ recovery-image] Apr 15 03:58:25.588 INFO O| Apr 15 03:58:25.588 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
| 8032 | 2025-04-15T03:58:27.195Z | [ recovery-image] Apr 15 03:58:25.588 INFO O| Apr 15 03:58:25.588 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
| 8033 | 2025-04-15T03:58:27.554Z | [ recovery-image] Apr 15 03:58:25.951 INFO O| Apr 15 03:58:25.951 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
| 8034 | 2025-04-15T03:58:27.724Z | [ recovery-image] Apr 15 03:58:26.121 INFO O| Apr 15 03:58:26.121 INFO completed processing gimlet/ramdisk-03-recovery-trim |
| 8035 | 2025-04-15T03:58:27.732Z | [ recovery-image] Apr 15 03:58:26.130 INFO image builder template: zfs-recovery... |
| 8036 | 2025-04-15T03:58:27.733Z | [ recovery-image] Apr 15 03:58:26.130 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpTI7q2c/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", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.334", "-n", "zfs-recovery"], pwd: None |
| 8037 | 2025-04-15T03:58:27.788Z | [ recovery-image] Apr 15 03:58:26.185 INFO O| Apr 15 03:58:26.184 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
| 8038 | 2025-04-15T03:58:27.796Z | [ recovery-image] Apr 15 03:58:26.194 INFO O| Apr 15 03:58:26.194 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
| 8039 | 2025-04-15T03:58:27.977Z | [ recovery-image] Apr 15 03:58:26.374 INFO O| Apr 15 03:58:26.374 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
| 8040 | 2025-04-15T03:58:28.068Z | [ recovery-image] Apr 15 03:58:26.465 INFO O| Apr 15 03:58:26.465 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
| 8041 | 2025-04-15T03:58:28.068Z | [ recovery-image] Apr 15 03:58:26.465 INFO O| Apr 15 03:58:26.465 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
| 8042 | 2025-04-15T03:58:28.113Z | [ recovery-image] Apr 15 03:58:26.510 INFO O| Apr 15 03:58:26.510 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
| 8043 | 2025-04-15T03:58:28.225Z | [ recovery-image] Apr 15 03:58:26.623 INFO O| Apr 15 03:58:26.622 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
| 8044 | 2025-04-15T03:58:28.361Z | [ recovery-image] Apr 15 03:58:26.758 INFO O| Apr 15 03:58:26.757 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
| 8045 | 2025-04-15T03:58:28.442Z | [ recovery-image] Apr 15 03:58:26.838 INFO O| Apr 15 03:58:26.838 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
| 8046 | 2025-04-15T03:58:28.466Z | [ recovery-image] Apr 15 03:58:26.863 INFO O| Apr 15 03:58:26.863 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
| 8047 | 2025-04-15T03:58:28.546Z | [ recovery-image] Apr 15 03:58:26.943 INFO O| Apr 15 03:58:26.943 INFO no lofi found |
| 8048 | 2025-04-15T03:58:28.546Z | [ recovery-image] Apr 15 03:58:26.943 INFO O| Apr 15 03:58:26.943 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
| 8049 | 2025-04-15T03:58:28.549Z | [ recovery-image] Apr 15 03:58:26.943 INFO O| Apr 15 03:58:26.943 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
| 8050 | 2025-04-15T03:58:30.620Z | [ recovery-image] Apr 15 03:58:29.015 INFO O| Apr 15 03:58:29.015 INFO lofi device = /dev/dsk/c2t1d0p0 |
| 8051 | 2025-04-15T03:58:30.620Z | [ recovery-image] Apr 15 03:58:29.015 INFO O| Apr 15 03:58:29.015 INFO pool device = /dev/dsk/c2t1d0p0 |
| 8052 | 2025-04-15T03:58:30.626Z | [ recovery-image] Apr 15 03:58:29.015 INFO O| Apr 15 03:58:29.015 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
| 8053 | 2025-04-15T03:58:30.809Z | [ recovery-image] Apr 15 03:58:29.205 INFO O| Apr 15 03:58:29.205 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 8054 | 2025-04-15T03:58:30.809Z | [ recovery-image] Apr 15 03:58:29.205 INFO O| Apr 15 03:58:29.205 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
| 8055 | 2025-04-15T03:58:30.838Z | [ recovery-image] Apr 15 03:58:29.234 INFO O| Apr 15 03:58:29.233 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
| 8056 | 2025-04-15T03:58:31.245Z | [ recovery-image] Apr 15 03:58:29.642 INFO O| Apr 15 03:58:29.641 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
| 8057 | 2025-04-15T03:58:31.307Z | [ recovery-image] Apr 15 03:58:29.703 INFO O| Apr 15 03:58:29.703 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
| 8058 | 2025-04-15T03:58:31.336Z | [ recovery-image] Apr 15 03:58:29.733 INFO O| Apr 15 03:58:29.733 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
| 8059 | 2025-04-15T03:58:31.358Z | [ recovery-image] Apr 15 03:58:29.755 INFO O| Apr 15 03:58:29.755 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
| 8060 | 2025-04-15T03:58:31.445Z | [ recovery-image] Apr 15 03:58:29.839 INFO O| Apr 15 03:58:29.839 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
| 8061 | 2025-04-15T03:58:31.448Z | [ recovery-image] Apr 15 03:58:29.840 INFO O| Apr 15 03:58:29.840 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
| 8062 | 2025-04-15T03:58:31.448Z | [ recovery-image] Apr 15 03:58:29.840 INFO O| Apr 15 03:58:29.840 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
| 8063 | 2025-04-15T03:58:31.493Z | [ recovery-image] Apr 15 03:58:29.890 INFO O| Apr 15 03:58:29.890 INFO boot environment UUID: 8ee3215a-c208-4df6-b5cd-a0e39f67102b |
| 8064 | 2025-04-15T03:58:31.493Z | [ recovery-image] Apr 15 03:58:29.890 INFO O| Apr 15 03:58:29.890 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 8ee3215a-c208-4df6-b5cd-a0e39f67102b |
| 8065 | 2025-04-15T03:58:31.559Z | [ recovery-image] Apr 15 03:58:29.956 INFO O| Apr 15 03:58:29.956 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 8066 | 2025-04-15T03:58:31.583Z | [ recovery-image] Apr 15 03:58:29.980 INFO O| Apr 15 03:58:29.980 INFO STEP 0 (create_be) COMPLETE |
| 8067 | 2025-04-15T03:58:31.584Z | [ recovery-image] Apr 15 03:58:29.980 INFO O| Apr 15 03:58:29.980 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 8068 | 2025-04-15T03:58:31.682Z | [ recovery-image] Apr 15 03:58:30.078 INFO O| Apr 15 03:58:30.078 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
| 8069 | 2025-04-15T03:58:35.023Z | [ host-image] Apr 15 03:58:33.417 INFO O| Apr 15 03:58:33.416 INFO O| Download: 1116/1140 items 6.6/8.4MB 78% complete |
| 8070 | 2025-04-15T03:58:35.751Z | [ host-image] Apr 15 03:58:34.146 INFO O| Apr 15 03:58:34.146 INFO O| Download: Completed 8.42 MB in 46.02 seconds (187k/s) |
| 8071 | 2025-04-15T03:58:36.964Z | [ host-image] Apr 15 03:58:35.360 INFO O| Apr 15 03:58:35.360 INFO O| Actions: 1/1361 actions (Installing new actions) |
| 8072 | 2025-04-15T03:58:37.442Z | [ recovery-image] Apr 15 03:58:35.838 INFO O| Apr 15 03:58:35.838 INFO STEP 1 (unpack_tar) COMPLETE |
| 8073 | 2025-04-15T03:58:37.443Z | [ recovery-image] Apr 15 03:58:35.839 INFO O| Apr 15 03:58:35.838 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8074 | 2025-04-15T03:58:37.463Z | [ recovery-image] Apr 15 03:58:35.859 INFO O| Apr 15 03:58:35.859 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
| 8075 | 2025-04-15T03:58:37.880Z | [ host-image] Apr 15 03:58:36.276 INFO O| Apr 15 03:58:36.276 INFO O| Actions: Completed 1361 actions in 0.92 seconds. |
| 8076 | 2025-04-15T03:58:38.583Z | [ recovery-image] Apr 15 03:58:36.979 INFO O| Apr 15 03:58:36.979 INFO STEP 2 (devfsadm) COMPLETE |
| 8077 | 2025-04-15T03:58:38.583Z | [ recovery-image] Apr 15 03:58:36.979 INFO O| Apr 15 03:58:36.979 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8078 | 2025-04-15T03:58:38.607Z | [ recovery-image] Apr 15 03:58:37.003 INFO O| Apr 15 03:58:37.003 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
| 8079 | 2025-04-15T03:58:38.607Z | [ recovery-image] Apr 15 03:58:37.003 INFO O| Apr 15 03:58:37.003 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
| 8080 | 2025-04-15T03:58:38.607Z | [ recovery-image] Apr 15 03:58:37.003 INFO O| Apr 15 03:58:37.003 INFO STEP 3 (ensure_dir) COMPLETE |
| 8081 | 2025-04-15T03:58:38.610Z | [ recovery-image] Apr 15 03:58:37.003 INFO O| Apr 15 03:58:37.003 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8082 | 2025-04-15T03:58:38.630Z | [ recovery-image] Apr 15 03:58:37.026 INFO O| Apr 15 03:58:37.025 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
| 8083 | 2025-04-15T03:58:38.630Z | [ recovery-image] Apr 15 03:58:37.026 INFO O| Apr 15 03:58:37.026 INFO STEP 4 (ensure_dir) COMPLETE |
| 8084 | 2025-04-15T03:58:38.630Z | [ recovery-image] Apr 15 03:58:37.026 INFO O| Apr 15 03:58:37.026 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8085 | 2025-04-15T03:58:38.671Z | [ recovery-image] Apr 15 03:58:37.066 INFO O| Apr 15 03:58:37.066 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
| 8086 | 2025-04-15T03:58:38.671Z | [ recovery-image] Apr 15 03:58:37.067 INFO O| Apr 15 03:58:37.067 INFO STEP 5 (ensure_dir) COMPLETE |
| 8087 | 2025-04-15T03:58:38.671Z | [ recovery-image] Apr 15 03:58:37.067 INFO O| Apr 15 03:58:37.067 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8088 | 2025-04-15T03:58:38.704Z | [ recovery-image] Apr 15 03:58:37.100 INFO O| Apr 15 03:58:37.100 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
| 8089 | 2025-04-15T03:58:38.704Z | [ recovery-image] Apr 15 03:58:37.100 INFO O| Apr 15 03:58:37.100 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
| 8090 | 2025-04-15T03:58:38.704Z | [ recovery-image] Apr 15 03:58:37.100 INFO O| Apr 15 03:58:37.100 INFO STEP 6 (ensure_dir) COMPLETE |
| 8091 | 2025-04-15T03:58:38.708Z | [ recovery-image] Apr 15 03:58:37.100 INFO O| Apr 15 03:58:37.100 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8092 | 2025-04-15T03:58:38.728Z | [ recovery-image] Apr 15 03:58:37.124 INFO O| Apr 15 03:58:37.124 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
| 8093 | 2025-04-15T03:58:38.728Z | [ recovery-image] Apr 15 03:58:37.124 INFO O| Apr 15 03:58:37.124 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
| 8094 | 2025-04-15T03:58:38.731Z | [ recovery-image] Apr 15 03:58:37.124 INFO O| Apr 15 03:58:37.124 INFO STEP 7 (ensure_dir) COMPLETE |
| 8095 | 2025-04-15T03:58:38.731Z | [ recovery-image] Apr 15 03:58:37.124 INFO O| Apr 15 03:58:37.124 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8096 | 2025-04-15T03:58:38.759Z | [ recovery-image] Apr 15 03:58:37.155 INFO O| Apr 15 03:58:37.155 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
| 8097 | 2025-04-15T03:58:38.763Z | [ recovery-image] Apr 15 03:58:37.156 INFO O| Apr 15 03:58:37.156 INFO STEP 8 (remove_files) COMPLETE |
| 8098 | 2025-04-15T03:58:38.763Z | [ recovery-image] Apr 15 03:58:37.156 INFO O| Apr 15 03:58:37.156 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8099 | 2025-04-15T03:58:38.810Z | [ recovery-image] Apr 15 03:58:37.206 INFO O| Apr 15 03:58:37.206 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
| 8100 | 2025-04-15T03:58:38.813Z | [ recovery-image] Apr 15 03:58:37.207 INFO O| Apr 15 03:58:37.207 INFO STEP 9 (remove_files) COMPLETE |
| 8101 | 2025-04-15T03:58:38.813Z | [ recovery-image] Apr 15 03:58:37.207 INFO O| Apr 15 03:58:37.207 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8102 | 2025-04-15T03:58:38.835Z | [ recovery-image] Apr 15 03:58:37.231 INFO O| Apr 15 03:58:37.230 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
| 8103 | 2025-04-15T03:58:38.838Z | [ recovery-image] Apr 15 03:58:37.232 INFO O| Apr 15 03:58:37.232 INFO STEP 10 (remove_files) COMPLETE |
| 8104 | 2025-04-15T03:58:38.838Z | [ recovery-image] Apr 15 03:58:37.232 INFO O| Apr 15 03:58:37.232 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8105 | 2025-04-15T03:58:38.861Z | [ recovery-image] Apr 15 03:58:37.257 INFO O| Apr 15 03:58:37.257 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
| 8106 | 2025-04-15T03:58:38.865Z | [ recovery-image] Apr 15 03:58:37.258 INFO O| Apr 15 03:58:37.258 INFO STEP 11 (remove_files) COMPLETE |
| 8107 | 2025-04-15T03:58:38.865Z | [ recovery-image] Apr 15 03:58:37.258 INFO O| Apr 15 03:58:37.258 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8108 | 2025-04-15T03:58:38.909Z | [ recovery-image] Apr 15 03:58:37.305 INFO O| Apr 15 03:58:37.305 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
| 8109 | 2025-04-15T03:58:38.912Z | [ recovery-image] Apr 15 03:58:37.305 INFO O| Apr 15 03:58:37.305 INFO STEP 12 (remove_files) COMPLETE |
| 8110 | 2025-04-15T03:58:38.912Z | [ recovery-image] Apr 15 03:58:37.305 INFO O| Apr 15 03:58:37.305 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8111 | 2025-04-15T03:58:38.931Z | [ recovery-image] Apr 15 03:58:37.326 INFO O| Apr 15 03:58:37.326 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
| 8112 | 2025-04-15T03:58:38.934Z | [ recovery-image] Apr 15 03:58:37.327 INFO O| Apr 15 03:58:37.327 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
| 8113 | 2025-04-15T03:58:38.934Z | [ recovery-image] Apr 15 03:58:37.327 INFO O| Apr 15 03:58:37.327 INFO STEP 13 (ensure_dir) COMPLETE |
| 8114 | 2025-04-15T03:58:38.934Z | [ recovery-image] Apr 15 03:58:37.327 INFO O| Apr 15 03:58:37.327 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8115 | 2025-04-15T03:58:38.971Z | [ recovery-image] Apr 15 03:58:37.367 INFO O| Apr 15 03:58:37.367 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
| 8116 | 2025-04-15T03:58:38.974Z | [ recovery-image] Apr 15 03:58:37.367 INFO O| Apr 15 03:58:37.367 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
| 8117 | 2025-04-15T03:58:38.974Z | [ recovery-image] Apr 15 03:58:37.367 INFO O| Apr 15 03:58:37.367 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
| 8118 | 2025-04-15T03:58:38.974Z | [ recovery-image] Apr 15 03:58:37.367 INFO O| Apr 15 03:58:37.367 INFO STEP 14 (ensure_dir) COMPLETE |
| 8119 | 2025-04-15T03:58:38.974Z | [ recovery-image] Apr 15 03:58:37.367 INFO O| Apr 15 03:58:37.367 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8120 | 2025-04-15T03:58:39.000Z | [ recovery-image] Apr 15 03:58:37.395 INFO O| Apr 15 03:58:37.395 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
| 8121 | 2025-04-15T03:58:39.003Z | [ recovery-image] Apr 15 03:58:37.396 INFO O| Apr 15 03:58:37.395 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
| 8122 | 2025-04-15T03:58:39.003Z | [ recovery-image] Apr 15 03:58:37.396 INFO O| Apr 15 03:58:37.396 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
| 8123 | 2025-04-15T03:58:39.003Z | [ recovery-image] Apr 15 03:58:37.396 INFO O| Apr 15 03:58:37.396 INFO STEP 15 (ensure_dir) COMPLETE |
| 8124 | 2025-04-15T03:58:39.003Z | [ recovery-image] Apr 15 03:58:37.396 INFO O| Apr 15 03:58:37.396 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8125 | 2025-04-15T03:58:39.009Z | [ host-image] Apr 15 03:58:37.405 INFO O| Apr 15 03:58:37.405 INFO O| Done |
| 8126 | 2025-04-15T03:58:39.009Z | [ host-image] Apr 15 03:58:37.405 INFO O| Apr 15 03:58:37.405 INFO O| Done |
| 8127 | 2025-04-15T03:58:39.062Z | [ recovery-image] Apr 15 03:58:37.458 INFO O| Apr 15 03:58:37.458 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
| 8128 | 2025-04-15T03:58:39.062Z | [ recovery-image] Apr 15 03:58:37.458 INFO O| Apr 15 03:58:37.458 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
| 8129 | 2025-04-15T03:58:39.062Z | [ recovery-image] Apr 15 03:58:37.458 INFO O| Apr 15 03:58:37.458 INFO STEP 16 (ensure_dir) COMPLETE |
| 8130 | 2025-04-15T03:58:39.065Z | [ recovery-image] Apr 15 03:58:37.458 INFO O| Apr 15 03:58:37.458 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8131 | 2025-04-15T03:58:39.082Z | [ recovery-image] Apr 15 03:58:37.478 INFO O| Apr 15 03:58:37.478 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
| 8132 | 2025-04-15T03:58:39.083Z | [ recovery-image] Apr 15 03:58:37.478 INFO O| Apr 15 03:58:37.478 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
| 8133 | 2025-04-15T03:58:39.086Z | [ recovery-image] Apr 15 03:58:37.478 INFO O| Apr 15 03:58:37.478 INFO STEP 17 (ensure_dir) COMPLETE |
| 8134 | 2025-04-15T03:58:39.086Z | [ recovery-image] Apr 15 03:58:37.478 INFO O| Apr 15 03:58:37.478 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8135 | 2025-04-15T03:58:39.115Z | [ recovery-image] Apr 15 03:58:37.510 INFO O| Apr 15 03:58:37.510 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 8136 | 2025-04-15T03:58:39.115Z | [ recovery-image] Apr 15 03:58:37.511 INFO O| Apr 15 03:58:37.510 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
| 8137 | 2025-04-15T03:58:39.115Z | [ recovery-image] Apr 15 03:58:37.511 INFO O| Apr 15 03:58:37.510 INFO ok! |
| 8138 | 2025-04-15T03:58:39.118Z | [ recovery-image] Apr 15 03:58:37.511 INFO O| Apr 15 03:58:37.510 INFO STEP 18 (ensure_symlink) COMPLETE |
| 8139 | 2025-04-15T03:58:39.118Z | [ recovery-image] Apr 15 03:58:37.511 INFO O| Apr 15 03:58:37.510 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8140 | 2025-04-15T03:58:39.156Z | [ recovery-image] Apr 15 03:58:37.551 INFO O| Apr 15 03:58:37.551 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
| 8141 | 2025-04-15T03:58:39.156Z | [ recovery-image] Apr 15 03:58:37.551 INFO O| Apr 15 03:58:37.551 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
| 8142 | 2025-04-15T03:58:39.156Z | [ recovery-image] Apr 15 03:58:37.551 INFO O| Apr 15 03:58:37.551 INFO ok! |
| 8143 | 2025-04-15T03:58:39.159Z | [ recovery-image] Apr 15 03:58:37.551 INFO O| Apr 15 03:58:37.551 INFO STEP 19 (ensure_file) COMPLETE |
| 8144 | 2025-04-15T03:58:39.159Z | [ recovery-image] Apr 15 03:58:37.551 INFO O| Apr 15 03:58:37.551 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8145 | 2025-04-15T03:58:39.177Z | [ recovery-image] Apr 15 03:58:37.572 INFO O| Apr 15 03:58:37.572 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
| 8146 | 2025-04-15T03:58:39.177Z | [ recovery-image] Apr 15 03:58:37.572 INFO O| Apr 15 03:58:37.572 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 8147 | 2025-04-15T03:58:39.201Z | [ recovery-image] Apr 15 03:58:37.597 INFO O| Apr 15 03:58:37.597 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
| 8148 | 2025-04-15T03:58:39.201Z | [ recovery-image] Apr 15 03:58:37.597 INFO O| Apr 15 03:58:37.597 INFO ok! |
| 8149 | 2025-04-15T03:58:39.201Z | [ recovery-image] Apr 15 03:58:37.597 INFO O| Apr 15 03:58:37.597 INFO STEP 20 (ensure_symlink) COMPLETE |
| 8150 | 2025-04-15T03:58:39.205Z | [ recovery-image] Apr 15 03:58:37.597 INFO O| Apr 15 03:58:37.597 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8151 | 2025-04-15T03:58:39.222Z | [ recovery-image] Apr 15 03:58:37.618 INFO O| Apr 15 03:58:37.618 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
| 8152 | 2025-04-15T03:58:39.222Z | [ recovery-image] Apr 15 03:58:37.618 INFO O| Apr 15 03:58:37.618 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 8153 | 2025-04-15T03:58:39.222Z | [ recovery-image] Apr 15 03:58:37.618 INFO O| Apr 15 03:58:37.618 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
| 8154 | 2025-04-15T03:58:39.222Z | [ recovery-image] Apr 15 03:58:37.618 INFO O| Apr 15 03:58:37.618 INFO ok! |
| 8155 | 2025-04-15T03:58:39.226Z | [ recovery-image] Apr 15 03:58:37.618 INFO O| Apr 15 03:58:37.618 INFO STEP 21 (ensure_symlink) COMPLETE |
| 8156 | 2025-04-15T03:58:39.226Z | [ recovery-image] Apr 15 03:58:37.618 INFO O| Apr 15 03:58:37.618 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8157 | 2025-04-15T03:58:39.242Z | [ recovery-image] Apr 15 03:58:37.638 INFO O| Apr 15 03:58:37.638 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
| 8158 | 2025-04-15T03:58:39.242Z | [ recovery-image] Apr 15 03:58:37.638 INFO O| Apr 15 03:58:37.638 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 8159 | 2025-04-15T03:58:39.242Z | [ recovery-image] Apr 15 03:58:37.638 INFO O| Apr 15 03:58:37.638 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
| 8160 | 2025-04-15T03:58:39.242Z | [ recovery-image] Apr 15 03:58:37.638 INFO O| Apr 15 03:58:37.638 INFO ok! |
| 8161 | 2025-04-15T03:58:39.246Z | [ recovery-image] Apr 15 03:58:37.638 INFO O| Apr 15 03:58:37.638 INFO STEP 22 (ensure_symlink) COMPLETE |
| 8162 | 2025-04-15T03:58:39.246Z | [ recovery-image] Apr 15 03:58:37.638 INFO O| Apr 15 03:58:37.638 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8163 | 2025-04-15T03:58:39.280Z | [ recovery-image] Apr 15 03:58:37.676 INFO O| Apr 15 03:58:37.676 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
| 8164 | 2025-04-15T03:58:39.280Z | [ recovery-image] Apr 15 03:58:37.676 INFO O| Apr 15 03:58:37.676 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 8165 | 2025-04-15T03:58:39.280Z | [ recovery-image] Apr 15 03:58:37.676 INFO O| Apr 15 03:58:37.676 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
| 8166 | 2025-04-15T03:58:39.280Z | [ recovery-image] Apr 15 03:58:37.676 INFO O| Apr 15 03:58:37.676 INFO ok! |
| 8167 | 2025-04-15T03:58:39.284Z | [ recovery-image] Apr 15 03:58:37.676 INFO O| Apr 15 03:58:37.676 INFO STEP 23 (ensure_symlink) COMPLETE |
| 8168 | 2025-04-15T03:58:39.284Z | [ recovery-image] Apr 15 03:58:37.676 INFO O| Apr 15 03:58:37.676 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8169 | 2025-04-15T03:58:39.588Z | [ recovery-image] Apr 15 03:58:37.983 INFO O| Apr 15 03:58:37.983 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 8170 | 2025-04-15T03:58:39.594Z | [ recovery-image] Apr 15 03:58:37.983 INFO O| Apr 15 03:58:37.983 INFO copying /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.dns -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf ... |
| 8171 | 2025-04-15T03:58:39.594Z | [ recovery-image] Apr 15 03:58:37.984 INFO O| Apr 15 03:58:37.984 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
| 8172 | 2025-04-15T03:58:39.594Z | [ recovery-image] Apr 15 03:58:37.984 INFO O| Apr 15 03:58:37.984 INFO ok! |
| 8173 | 2025-04-15T03:58:39.594Z | [ recovery-image] Apr 15 03:58:37.984 INFO O| Apr 15 03:58:37.984 INFO STEP 24 (ensure_file) COMPLETE |
| 8174 | 2025-04-15T03:58:39.594Z | [ recovery-image] Apr 15 03:58:37.984 INFO O| Apr 15 03:58:37.984 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8175 | 2025-04-15T03:58:39.620Z | [ recovery-image] Apr 15 03:58:38.015 INFO O| Apr 15 03:58:38.015 INFO updating shadow file |
| 8176 | 2025-04-15T03:58:39.625Z | [ recovery-image] Apr 15 03:58:38.015 INFO O| Apr 15 03:58:38.015 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
| 8177 | 2025-04-15T03:58:39.625Z | [ recovery-image] Apr 15 03:58:38.015 INFO O| Apr 15 03:58:38.015 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
| 8178 | 2025-04-15T03:58:39.625Z | [ recovery-image] Apr 15 03:58:38.015 INFO O| Apr 15 03:58:38.015 INFO STEP 25 (shadow) COMPLETE |
| 8179 | 2025-04-15T03:58:39.625Z | [ recovery-image] Apr 15 03:58:38.016 INFO O| Apr 15 03:58:38.015 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8180 | 2025-04-15T03:58:39.681Z | [ recovery-image] Apr 15 03:58:38.077 INFO O| Apr 15 03:58:38.077 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 8181 | 2025-04-15T03:58:39.681Z | [ recovery-image] Apr 15 03:58:38.077 INFO O| Apr 15 03:58:38.077 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
| 8182 | 2025-04-15T03:58:39.681Z | [ recovery-image] Apr 15 03:58:38.077 INFO O| Apr 15 03:58:38.077 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
| 8183 | 2025-04-15T03:58:39.681Z | [ recovery-image] Apr 15 03:58:38.077 INFO O| Apr 15 03:58:38.077 INFO ok! |
| 8184 | 2025-04-15T03:58:39.685Z | [ recovery-image] Apr 15 03:58:38.077 INFO O| Apr 15 03:58:38.077 INFO STEP 26 (ensure_file) COMPLETE |
| 8185 | 2025-04-15T03:58:39.685Z | [ recovery-image] Apr 15 03:58:38.077 INFO O| Apr 15 03:58:38.077 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8186 | 2025-04-15T03:58:39.743Z | [ recovery-image] Apr 15 03:58:38.139 INFO O| Apr 15 03:58:38.139 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
| 8187 | 2025-04-15T03:58:39.743Z | [ recovery-image] Apr 15 03:58:38.139 INFO O| Apr 15 03:58:38.139 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
| 8188 | 2025-04-15T03:58:39.743Z | [ recovery-image] Apr 15 03:58:38.139 INFO O| Apr 15 03:58:38.139 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
| 8189 | 2025-04-15T03:58:39.743Z | [ recovery-image] Apr 15 03:58:38.139 INFO O| Apr 15 03:58:38.139 INFO ok! |
| 8190 | 2025-04-15T03:58:39.747Z | [ recovery-image] Apr 15 03:58:38.139 INFO O| Apr 15 03:58:38.139 INFO STEP 27 (ensure_file) COMPLETE |
| 8191 | 2025-04-15T03:58:39.747Z | [ recovery-image] Apr 15 03:58:38.139 INFO O| Apr 15 03:58:38.139 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8192 | 2025-04-15T03:58:39.765Z | [ recovery-image] Apr 15 03:58:38.160 INFO O| Apr 15 03:58:38.160 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 8193 | 2025-04-15T03:58:39.765Z | [ recovery-image] Apr 15 03:58:38.161 INFO O| Apr 15 03:58:38.160 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
| 8194 | 2025-04-15T03:58:39.768Z | [ recovery-image] Apr 15 03:58:38.161 INFO O| Apr 15 03:58:38.161 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
| 8195 | 2025-04-15T03:58:39.768Z | [ recovery-image] Apr 15 03:58:38.161 INFO O| Apr 15 03:58:38.161 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
| 8196 | 2025-04-15T03:58:39.768Z | [ recovery-image] Apr 15 03:58:38.161 INFO O| Apr 15 03:58:38.161 INFO ok! |
| 8197 | 2025-04-15T03:58:39.768Z | [ recovery-image] Apr 15 03:58:38.161 INFO O| Apr 15 03:58:38.161 INFO STEP 28 (ensure_file) COMPLETE |
| 8198 | 2025-04-15T03:58:39.768Z | [ recovery-image] Apr 15 03:58:38.161 INFO O| Apr 15 03:58:38.161 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8199 | 2025-04-15T03:58:39.809Z | [ recovery-image] Apr 15 03:58:38.204 INFO O| Apr 15 03:58:38.204 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
| 8200 | 2025-04-15T03:58:39.809Z | [ recovery-image] Apr 15 03:58:38.204 INFO O| Apr 15 03:58:38.204 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
| 8201 | 2025-04-15T03:58:39.809Z | [ recovery-image] Apr 15 03:58:38.204 INFO O| Apr 15 03:58:38.204 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
| 8202 | 2025-04-15T03:58:39.813Z | [ recovery-image] Apr 15 03:58:38.204 INFO O| Apr 15 03:58:38.204 INFO ok! |
| 8203 | 2025-04-15T03:58:39.813Z | [ recovery-image] Apr 15 03:58:38.204 INFO O| Apr 15 03:58:38.204 INFO STEP 29 (ensure_file) COMPLETE |
| 8204 | 2025-04-15T03:58:39.813Z | [ recovery-image] Apr 15 03:58:38.204 INFO O| Apr 15 03:58:38.204 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 8205 | 2025-04-15T03:58:39.866Z | [ recovery-image] Apr 15 03:58:38.262 INFO O| Apr 15 03:58:38.262 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
| 8206 | 2025-04-15T03:58:39.866Z | [ recovery-image] Apr 15 03:58:38.262 INFO O| Apr 15 03:58:38.262 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
| 8207 | 2025-04-15T03:58:39.866Z | [ recovery-image] Apr 15 03:58:38.262 INFO O| Apr 15 03:58:38.262 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
| 8208 | 2025-04-15T03:58:39.870Z | [ recovery-image] Apr 15 03:58:38.262 INFO O| Apr 15 03:58:38.262 INFO ok! |
| 8209 | 2025-04-15T03:58:39.870Z | [ recovery-image] Apr 15 03:58:38.262 INFO O| Apr 15 03:58:38.262 INFO STEP 30 (ensure_file) COMPLETE |
| 8210 | 2025-04-15T03:58:39.870Z | [ recovery-image] Apr 15 03:58:38.262 INFO O| Apr 15 03:58:38.262 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 8211 | 2025-04-15T03:58:39.924Z | [ recovery-image] Apr 15 03:58:38.320 INFO O| Apr 15 03:58:38.320 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
| 8212 | 2025-04-15T03:58:39.924Z | [ recovery-image] Apr 15 03:58:38.320 INFO O| Apr 15 03:58:38.320 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
| 8213 | 2025-04-15T03:58:39.924Z | [ recovery-image] Apr 15 03:58:38.320 INFO O| Apr 15 03:58:38.320 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
| 8214 | 2025-04-15T03:58:39.924Z | [ recovery-image] Apr 15 03:58:38.320 INFO O| Apr 15 03:58:38.320 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
| 8215 | 2025-04-15T03:58:39.927Z | [ recovery-image] Apr 15 03:58:38.320 INFO O| Apr 15 03:58:38.320 INFO ok! |
| 8216 | 2025-04-15T03:58:39.927Z | [ recovery-image] Apr 15 03:58:38.320 INFO O| Apr 15 03:58:38.320 INFO STEP 31 (ensure_file) COMPLETE |
| 8217 | 2025-04-15T03:58:39.927Z | [ recovery-image] Apr 15 03:58:38.320 INFO O| Apr 15 03:58:38.320 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 8218 | 2025-04-15T03:58:39.957Z | [ recovery-image] Apr 15 03:58:38.352 INFO O| Apr 15 03:58:38.352 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
| 8219 | 2025-04-15T03:58:39.957Z | [ recovery-image] Apr 15 03:58:38.353 INFO O| Apr 15 03:58:38.352 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
| 8220 | 2025-04-15T03:58:39.960Z | [ recovery-image] Apr 15 03:58:38.353 INFO O| Apr 15 03:58:38.353 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
| 8221 | 2025-04-15T03:58:39.960Z | [ recovery-image] Apr 15 03:58:38.353 INFO O| Apr 15 03:58:38.353 INFO ok! |
| 8222 | 2025-04-15T03:58:39.960Z | [ recovery-image] Apr 15 03:58:38.353 INFO O| Apr 15 03:58:38.353 INFO STEP 32 (ensure_file) COMPLETE |
| 8223 | 2025-04-15T03:58:39.960Z | [ recovery-image] Apr 15 03:58:38.353 INFO O| Apr 15 03:58:38.353 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 8224 | 2025-04-15T03:58:39.977Z | [ recovery-image] Apr 15 03:58:38.373 INFO O| Apr 15 03:58:38.373 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 8225 | 2025-04-15T03:58:39.977Z | [ recovery-image] Apr 15 03:58:38.373 INFO O| Apr 15 03:58:38.373 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
| 8226 | 2025-04-15T03:58:39.981Z | [ recovery-image] Apr 15 03:58:38.374 INFO O| Apr 15 03:58:38.373 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
| 8227 | 2025-04-15T03:58:39.981Z | [ recovery-image] Apr 15 03:58:38.374 INFO O| Apr 15 03:58:38.374 INFO ok! |
| 8228 | 2025-04-15T03:58:39.981Z | [ recovery-image] Apr 15 03:58:38.374 INFO O| Apr 15 03:58:38.374 INFO STEP 33 (ensure_file) COMPLETE |
| 8229 | 2025-04-15T03:58:39.981Z | [ recovery-image] Apr 15 03:58:38.374 INFO O| Apr 15 03:58:38.374 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 8230 | 2025-04-15T03:58:39.998Z | [ recovery-image] Apr 15 03:58:38.393 INFO O| Apr 15 03:58:38.393 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
| 8231 | 2025-04-15T03:58:39.998Z | [ recovery-image] Apr 15 03:58:38.393 INFO O| Apr 15 03:58:38.393 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
| 8232 | 2025-04-15T03:58:40.001Z | [ recovery-image] Apr 15 03:58:38.394 INFO O| Apr 15 03:58:38.394 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
| 8233 | 2025-04-15T03:58:40.001Z | [ recovery-image] Apr 15 03:58:38.394 INFO O| Apr 15 03:58:38.394 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
| 8234 | 2025-04-15T03:58:40.001Z | [ recovery-image] Apr 15 03:58:38.394 INFO O| Apr 15 03:58:38.394 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
| 8235 | 2025-04-15T03:58:40.001Z | [ recovery-image] Apr 15 03:58:38.394 INFO O| Apr 15 03:58:38.394 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
| 8236 | 2025-04-15T03:58:40.001Z | [ recovery-image] Apr 15 03:58:38.394 INFO O| Apr 15 03:58:38.394 INFO ok! |
| 8237 | 2025-04-15T03:58:40.001Z | [ recovery-image] Apr 15 03:58:38.394 INFO O| Apr 15 03:58:38.394 INFO STEP 34 (ensure_file) COMPLETE |
| 8238 | 2025-04-15T03:58:40.002Z | [ recovery-image] Apr 15 03:58:38.395 INFO O| Apr 15 03:58:38.395 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8239 | 2025-04-15T03:58:40.019Z | [ recovery-image] Apr 15 03:58:38.415 INFO O| Apr 15 03:58:38.415 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8240 | 2025-04-15T03:58:40.022Z | [ recovery-image] Apr 15 03:58:38.415 INFO O| Apr 15 03:58:38.415 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8241 | 2025-04-15T03:58:40.022Z | [ recovery-image] Apr 15 03:58:38.415 INFO O| Apr 15 03:58:38.415 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8242 | 2025-04-15T03:58:40.023Z | [ recovery-image] Apr 15 03:58:38.415 INFO O| Apr 15 03:58:38.415 INFO STEP 35 (ensure_dir) COMPLETE |
| 8243 | 2025-04-15T03:58:40.023Z | [ recovery-image] Apr 15 03:58:38.415 INFO O| Apr 15 03:58:38.415 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8244 | 2025-04-15T03:58:40.123Z | [ recovery-image] Apr 15 03:58:38.519 INFO O| Apr 15 03:58:38.519 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist |
| 8245 | 2025-04-15T03:58:40.123Z | [ recovery-image] Apr 15 03:58:38.519 INFO O| Apr 15 03:58:38.519 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/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ... |
| 8246 | 2025-04-15T03:58:40.127Z | [ recovery-image] Apr 15 03:58:38.519 INFO O| Apr 15 03:58:38.519 INFO perms are 644, should be 555, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin |
| 8247 | 2025-04-15T03:58:40.127Z | [ recovery-image] Apr 15 03:58:38.519 INFO O| Apr 15 03:58:38.519 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin |
| 8248 | 2025-04-15T03:58:40.127Z | [ recovery-image] Apr 15 03:58:38.519 INFO O| Apr 15 03:58:38.519 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin |
| 8249 | 2025-04-15T03:58:40.127Z | [ recovery-image] Apr 15 03:58:38.519 INFO O| Apr 15 03:58:38.519 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin |
| 8250 | 2025-04-15T03:58:40.127Z | [ recovery-image] Apr 15 03:58:38.519 INFO O| Apr 15 03:58:38.519 INFO ok! |
| 8251 | 2025-04-15T03:58:40.127Z | [ recovery-image] Apr 15 03:58:38.519 INFO O| Apr 15 03:58:38.519 INFO STEP 36 (ensure_file) COMPLETE |
| 8252 | 2025-04-15T03:58:40.127Z | [ recovery-image] Apr 15 03:58:38.519 INFO O| Apr 15 03:58:38.519 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8253 | 2025-04-15T03:58:40.180Z | [ recovery-image] Apr 15 03:58:38.576 INFO O| Apr 15 03:58:38.576 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 8254 | 2025-04-15T03:58:40.180Z | [ recovery-image] Apr 15 03:58:38.576 INFO O| Apr 15 03:58:38.576 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ... |
| 8255 | 2025-04-15T03:58:40.184Z | [ recovery-image] Apr 15 03:58:38.576 INFO O| Apr 15 03:58:38.576 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 8256 | 2025-04-15T03:58:40.184Z | [ recovery-image] Apr 15 03:58:38.576 INFO O| Apr 15 03:58:38.576 INFO ok! |
| 8257 | 2025-04-15T03:58:40.184Z | [ recovery-image] Apr 15 03:58:38.576 INFO O| Apr 15 03:58:38.576 INFO STEP 37 (ensure_symlink) COMPLETE |
| 8258 | 2025-04-15T03:58:40.184Z | [ recovery-image] Apr 15 03:58:38.576 INFO O| Apr 15 03:58:38.576 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 8259 | 2025-04-15T03:58:40.203Z | [ recovery-image] Apr 15 03:58:38.599 INFO O| Apr 15 03:58:38.599 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
| 8260 | 2025-04-15T03:58:40.203Z | [ recovery-image] Apr 15 03:58:38.599 INFO O| Apr 15 03:58:38.599 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
| 8261 | 2025-04-15T03:58:40.203Z | [ recovery-image] Apr 15 03:58:38.599 INFO O| Apr 15 03:58:38.599 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
| 8262 | 2025-04-15T03:58:40.207Z | [ recovery-image] Apr 15 03:58:38.599 INFO O| Apr 15 03:58:38.599 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
| 8263 | 2025-04-15T03:58:40.207Z | [ recovery-image] Apr 15 03:58:38.599 INFO O| Apr 15 03:58:38.599 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
| 8264 | 2025-04-15T03:58:40.207Z | [ recovery-image] Apr 15 03:58:38.599 INFO O| Apr 15 03:58:38.599 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
| 8265 | 2025-04-15T03:58:40.207Z | [ recovery-image] Apr 15 03:58:38.599 INFO O| Apr 15 03:58:38.599 INFO ok! |
| 8266 | 2025-04-15T03:58:40.207Z | [ recovery-image] Apr 15 03:58:38.599 INFO O| Apr 15 03:58:38.599 INFO STEP 38 (ensure_file) COMPLETE |
| 8267 | 2025-04-15T03:58:40.207Z | [ recovery-image] Apr 15 03:58:38.599 INFO O| Apr 15 03:58:38.599 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 8268 | 2025-04-15T03:58:40.226Z | [ recovery-image] Apr 15 03:58:38.622 INFO O| Apr 15 03:58:38.622 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
| 8269 | 2025-04-15T03:58:40.226Z | [ recovery-image] Apr 15 03:58:38.622 INFO O| Apr 15 03:58:38.622 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml ... |
| 8270 | 2025-04-15T03:58:40.229Z | [ recovery-image] Apr 15 03:58:38.622 INFO O| Apr 15 03:58:38.622 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
| 8271 | 2025-04-15T03:58:40.229Z | [ recovery-image] Apr 15 03:58:38.622 INFO O| Apr 15 03:58:38.622 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
| 8272 | 2025-04-15T03:58:40.229Z | [ recovery-image] Apr 15 03:58:38.622 INFO O| Apr 15 03:58:38.622 INFO ok! |
| 8273 | 2025-04-15T03:58:40.229Z | [ recovery-image] Apr 15 03:58:38.622 INFO O| Apr 15 03:58:38.622 INFO STEP 39 (ensure_file) COMPLETE |
| 8274 | 2025-04-15T03:58:40.229Z | [ recovery-image] Apr 15 03:58:38.622 INFO O| Apr 15 03:58:38.622 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 8275 | 2025-04-15T03:58:40.261Z | [ recovery-image] Apr 15 03:58:38.657 INFO O| Apr 15 03:58:38.657 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
| 8276 | 2025-04-15T03:58:40.262Z | [ recovery-image] Apr 15 03:58:38.657 INFO O| Apr 15 03:58:38.657 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
| 8277 | 2025-04-15T03:58:40.265Z | [ recovery-image] Apr 15 03:58:38.657 INFO O| Apr 15 03:58:38.657 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
| 8278 | 2025-04-15T03:58:40.265Z | [ recovery-image] Apr 15 03:58:38.657 INFO O| Apr 15 03:58:38.657 INFO ok! |
| 8279 | 2025-04-15T03:58:40.265Z | [ recovery-image] Apr 15 03:58:38.657 INFO O| Apr 15 03:58:38.657 INFO STEP 40 (ensure_file) COMPLETE |
| 8280 | 2025-04-15T03:58:40.265Z | [ recovery-image] Apr 15 03:58:38.657 INFO O| Apr 15 03:58:38.657 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 8281 | 2025-04-15T03:58:40.300Z | [ recovery-image] Apr 15 03:58:38.696 INFO O| Apr 15 03:58:38.696 INFO updating shadow file |
| 8282 | 2025-04-15T03:58:40.303Z | [ recovery-image] Apr 15 03:58:38.696 INFO O| Apr 15 03:58:38.696 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
| 8283 | 2025-04-15T03:58:40.303Z | [ recovery-image] Apr 15 03:58:38.696 INFO O| Apr 15 03:58:38.696 INFO STEP 41 (shadow) COMPLETE |
| 8284 | 2025-04-15T03:58:40.303Z | [ recovery-image] Apr 15 03:58:38.696 INFO O| Apr 15 03:58:38.696 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 8285 | 2025-04-15T03:58:40.325Z | [ recovery-image] Apr 15 03:58:38.720 INFO O| Apr 15 03:58:38.720 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
| 8286 | 2025-04-15T03:58:40.325Z | [ recovery-image] Apr 15 03:58:38.721 INFO O| Apr 15 03:58:38.720 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
| 8287 | 2025-04-15T03:58:40.329Z | [ recovery-image] Apr 15 03:58:38.721 INFO O| Apr 15 03:58:38.721 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
| 8288 | 2025-04-15T03:58:40.329Z | [ recovery-image] Apr 15 03:58:38.721 INFO O| Apr 15 03:58:38.721 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
| 8289 | 2025-04-15T03:58:40.329Z | [ recovery-image] Apr 15 03:58:38.721 INFO O| Apr 15 03:58:38.721 INFO ok! |
| 8290 | 2025-04-15T03:58:40.329Z | [ recovery-image] Apr 15 03:58:38.721 INFO O| Apr 15 03:58:38.721 INFO STEP 42 (ensure_file) COMPLETE |
| 8291 | 2025-04-15T03:58:40.329Z | [ recovery-image] Apr 15 03:58:38.721 INFO O| Apr 15 03:58:38.721 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8292 | 2025-04-15T03:58:40.407Z | [ recovery-image] Apr 15 03:58:38.802 INFO O| Apr 15 03:58:38.802 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
| 8293 | 2025-04-15T03:58:40.407Z | [ recovery-image] Apr 15 03:58:38.802 INFO O| Apr 15 03:58:38.802 INFO STEP 43 (ensure_dir) COMPLETE |
| 8294 | 2025-04-15T03:58:40.412Z | [ recovery-image] Apr 15 03:58:38.802 INFO O| Apr 15 03:58:38.802 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8295 | 2025-04-15T03:58:40.433Z | [ recovery-image] Apr 15 03:58:38.828 INFO O| Apr 15 03:58:38.828 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
| 8296 | 2025-04-15T03:58:40.433Z | [ recovery-image] Apr 15 03:58:38.828 INFO O| Apr 15 03:58:38.828 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
| 8297 | 2025-04-15T03:58:40.433Z | [ recovery-image] Apr 15 03:58:38.828 INFO O| Apr 15 03:58:38.828 INFO STEP 44 (ensure_dir) COMPLETE |
| 8298 | 2025-04-15T03:58:40.433Z | [ recovery-image] Apr 15 03:58:38.828 INFO O| Apr 15 03:58:38.828 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8299 | 2025-04-15T03:58:40.494Z | [ recovery-image] Apr 15 03:58:38.889 INFO O| Apr 15 03:58:38.889 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
| 8300 | 2025-04-15T03:58:40.494Z | [ recovery-image] Apr 15 03:58:38.889 INFO O| Apr 15 03:58:38.889 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
| 8301 | 2025-04-15T03:58:40.494Z | [ recovery-image] Apr 15 03:58:38.889 INFO O| Apr 15 03:58:38.889 INFO STEP 45 (ensure_dir) COMPLETE |
| 8302 | 2025-04-15T03:58:40.499Z | [ recovery-image] Apr 15 03:58:38.890 INFO O| Apr 15 03:58:38.889 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8303 | 2025-04-15T03:58:40.555Z | [ recovery-image] Apr 15 03:58:38.950 INFO O| Apr 15 03:58:38.950 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
| 8304 | 2025-04-15T03:58:40.555Z | [ recovery-image] Apr 15 03:58:38.950 INFO O| Apr 15 03:58:38.950 INFO copying /tmp/.tmpTI7q2c/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
| 8305 | 2025-04-15T03:58:40.608Z | [ recovery-image] Apr 15 03:58:39.003 INFO O| Apr 15 03:58:39.003 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
| 8306 | 2025-04-15T03:58:40.608Z | [ recovery-image] Apr 15 03:58:39.003 INFO O| Apr 15 03:58:39.003 INFO ok! |
| 8307 | 2025-04-15T03:58:40.608Z | [ recovery-image] Apr 15 03:58:39.003 INFO O| Apr 15 03:58:39.003 INFO STEP 46 (ensure_file) COMPLETE |
| 8308 | 2025-04-15T03:58:40.608Z | [ recovery-image] Apr 15 03:58:39.003 INFO O| Apr 15 03:58:39.003 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8309 | 2025-04-15T03:58:40.653Z | [ recovery-image] Apr 15 03:58:39.047 INFO O| Apr 15 03:58:39.047 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
| 8310 | 2025-04-15T03:58:40.653Z | [ recovery-image] Apr 15 03:58:39.048 INFO O| Apr 15 03:58:39.048 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
| 8311 | 2025-04-15T03:58:40.653Z | [ recovery-image] Apr 15 03:58:39.048 INFO O| Apr 15 03:58:39.048 INFO STEP 47 (ensure_dir) COMPLETE |
| 8312 | 2025-04-15T03:58:40.657Z | [ recovery-image] Apr 15 03:58:39.048 INFO O| Apr 15 03:58:39.048 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8313 | 2025-04-15T03:58:40.676Z | [ recovery-image] Apr 15 03:58:39.072 INFO O| Apr 15 03:58:39.072 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
| 8314 | 2025-04-15T03:58:40.676Z | [ recovery-image] Apr 15 03:58:39.072 INFO O| Apr 15 03:58:39.072 INFO copying /tmp/.tmpTI7q2c/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
| 8315 | 2025-04-15T03:58:40.677Z | [ recovery-image] Apr 15 03:58:39.072 INFO O| Apr 15 03:58:39.072 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
| 8316 | 2025-04-15T03:58:40.680Z | [ recovery-image] Apr 15 03:58:39.072 INFO O| Apr 15 03:58:39.072 INFO ok! |
| 8317 | 2025-04-15T03:58:40.680Z | [ recovery-image] Apr 15 03:58:39.072 INFO O| Apr 15 03:58:39.072 INFO STEP 48 (ensure_file) COMPLETE |
| 8318 | 2025-04-15T03:58:40.680Z | [ recovery-image] Apr 15 03:58:39.072 INFO O| Apr 15 03:58:39.072 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8319 | 2025-04-15T03:58:40.698Z | [ recovery-image] Apr 15 03:58:39.094 INFO O| Apr 15 03:58:39.093 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
| 8320 | 2025-04-15T03:58:40.698Z | [ recovery-image] Apr 15 03:58:39.094 INFO O| Apr 15 03:58:39.094 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
| 8321 | 2025-04-15T03:58:40.698Z | [ recovery-image] Apr 15 03:58:39.094 INFO O| Apr 15 03:58:39.094 INFO STEP 49 (ensure_dir) COMPLETE |
| 8322 | 2025-04-15T03:58:40.698Z | [ recovery-image] Apr 15 03:58:39.094 INFO O| Apr 15 03:58:39.094 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8323 | 2025-04-15T03:58:40.745Z | [ recovery-image] Apr 15 03:58:39.141 INFO O| Apr 15 03:58:39.141 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 8324 | 2025-04-15T03:58:40.745Z | [ recovery-image] Apr 15 03:58:39.141 INFO O| Apr 15 03:58:39.141 INFO copying /tmp/.tmpTI7q2c/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
| 8325 | 2025-04-15T03:58:40.751Z | [ host-image] Apr 15 03:58:39.147 INFO O| Apr 15 03:58:39.147 INFO O| Done |
| 8326 | 2025-04-15T03:58:42.680Z | [ recovery-image] Apr 15 03:58:41.075 INFO O| Apr 15 03:58:41.075 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
| 8327 | 2025-04-15T03:58:42.680Z | [ recovery-image] Apr 15 03:58:41.075 INFO O| Apr 15 03:58:41.075 INFO ok! |
| 8328 | 2025-04-15T03:58:42.680Z | [ recovery-image] Apr 15 03:58:41.075 INFO O| Apr 15 03:58:41.075 INFO STEP 50 (ensure_file) COMPLETE |
| 8329 | 2025-04-15T03:58:42.684Z | [ recovery-image] Apr 15 03:58:41.076 INFO O| Apr 15 03:58:41.075 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8330 | 2025-04-15T03:58:42.703Z | [ recovery-image] Apr 15 03:58:41.098 INFO O| Apr 15 03:58:41.098 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
| 8331 | 2025-04-15T03:58:42.703Z | [ recovery-image] Apr 15 03:58:41.098 INFO O| Apr 15 03:58:41.098 INFO copying /tmp/.tmpTI7q2c/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
| 8332 | 2025-04-15T03:58:42.786Z | [ recovery-image] Apr 15 03:58:41.181 INFO O| Apr 15 03:58:41.181 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
| 8333 | 2025-04-15T03:58:42.786Z | [ recovery-image] Apr 15 03:58:41.181 INFO O| Apr 15 03:58:41.181 INFO ok! |
| 8334 | 2025-04-15T03:58:42.786Z | [ recovery-image] Apr 15 03:58:41.181 INFO O| Apr 15 03:58:41.181 INFO STEP 51 (ensure_file) COMPLETE |
| 8335 | 2025-04-15T03:58:42.789Z | [ recovery-image] Apr 15 03:58:41.181 INFO O| Apr 15 03:58:41.181 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8336 | 2025-04-15T03:58:42.838Z | [ recovery-image] Apr 15 03:58:41.234 INFO O| Apr 15 03:58:41.234 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 8337 | 2025-04-15T03:58:42.838Z | [ recovery-image] Apr 15 03:58:41.234 INFO O| Apr 15 03:58:41.234 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 8338 | 2025-04-15T03:58:42.839Z | [ recovery-image] Apr 15 03:58:41.234 INFO O| Apr 15 03:58:41.234 INFO STEP 52 (ensure_dir) COMPLETE |
| 8339 | 2025-04-15T03:58:42.839Z | [ recovery-image] Apr 15 03:58:41.234 INFO O| Apr 15 03:58:41.234 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8340 | 2025-04-15T03:58:42.863Z | [ recovery-image] Apr 15 03:58:41.258 INFO O| Apr 15 03:58:41.258 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 8341 | 2025-04-15T03:58:42.863Z | [ recovery-image] Apr 15 03:58:41.258 INFO O| Apr 15 03:58:41.258 INFO copying /tmp/.tmpTI7q2c/proto/recovery/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ... |
| 8342 | 2025-04-15T03:58:42.866Z | [ recovery-image] Apr 15 03:58:41.258 INFO O| Apr 15 03:58:41.258 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
| 8343 | 2025-04-15T03:58:42.866Z | [ recovery-image] Apr 15 03:58:41.258 INFO O| Apr 15 03:58:41.258 INFO ok! |
| 8344 | 2025-04-15T03:58:42.866Z | [ recovery-image] Apr 15 03:58:41.258 INFO O| Apr 15 03:58:41.258 INFO STEP 53 (ensure_file) COMPLETE |
| 8345 | 2025-04-15T03:58:42.866Z | [ recovery-image] Apr 15 03:58:41.258 INFO O| Apr 15 03:58:41.258 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8346 | 2025-04-15T03:58:42.889Z | [ recovery-image] Apr 15 03:58:41.284 INFO O| Apr 15 03:58:41.284 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 8347 | 2025-04-15T03:58:42.889Z | [ recovery-image] Apr 15 03:58:41.284 INFO O| Apr 15 03:58:41.284 INFO copying /tmp/.tmpTI7q2c/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ... |
| 8348 | 2025-04-15T03:58:42.889Z | [ recovery-image] Apr 15 03:58:41.285 INFO O| Apr 15 03:58:41.285 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
| 8349 | 2025-04-15T03:58:42.892Z | [ recovery-image] Apr 15 03:58:41.285 INFO O| Apr 15 03:58:41.285 INFO ok! |
| 8350 | 2025-04-15T03:58:42.892Z | [ recovery-image] Apr 15 03:58:41.285 INFO O| Apr 15 03:58:41.285 INFO STEP 54 (ensure_file) COMPLETE |
| 8351 | 2025-04-15T03:58:42.892Z | [ recovery-image] Apr 15 03:58:41.285 INFO O| Apr 15 03:58:41.285 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8352 | 2025-04-15T03:58:42.911Z | [ recovery-image] Apr 15 03:58:41.307 INFO O| Apr 15 03:58:41.306 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 8353 | 2025-04-15T03:58:42.911Z | [ recovery-image] Apr 15 03:58:41.307 INFO O| Apr 15 03:58:41.307 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 8354 | 2025-04-15T03:58:42.911Z | [ recovery-image] Apr 15 03:58:41.307 INFO O| Apr 15 03:58:41.307 INFO STEP 55 (ensure_dir) COMPLETE |
| 8355 | 2025-04-15T03:58:42.914Z | [ recovery-image] Apr 15 03:58:41.307 INFO O| Apr 15 03:58:41.307 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8356 | 2025-04-15T03:58:42.933Z | [ recovery-image] Apr 15 03:58:41.328 INFO O| Apr 15 03:58:41.328 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 8357 | 2025-04-15T03:58:42.933Z | [ recovery-image] Apr 15 03:58:41.328 INFO O| Apr 15 03:58:41.328 INFO copying /tmp/.tmpTI7q2c/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ... |
| 8358 | 2025-04-15T03:58:42.933Z | [ recovery-image] Apr 15 03:58:41.328 INFO O| Apr 15 03:58:41.328 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 8359 | 2025-04-15T03:58:42.936Z | [ recovery-image] Apr 15 03:58:41.328 INFO O| Apr 15 03:58:41.328 INFO ok! |
| 8360 | 2025-04-15T03:58:42.936Z | [ recovery-image] Apr 15 03:58:41.328 INFO O| Apr 15 03:58:41.328 INFO STEP 56 (ensure_file) COMPLETE |
| 8361 | 2025-04-15T03:58:42.936Z | [ recovery-image] Apr 15 03:58:41.328 INFO O| Apr 15 03:58:41.328 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8362 | 2025-04-15T03:58:42.958Z | [ recovery-image] Apr 15 03:58:41.353 INFO O| Apr 15 03:58:41.353 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 8363 | 2025-04-15T03:58:42.958Z | [ recovery-image] Apr 15 03:58:41.353 INFO O| Apr 15 03:58:41.353 INFO copying /tmp/.tmpTI7q2c/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ... |
| 8364 | 2025-04-15T03:58:42.961Z | [ recovery-image] Apr 15 03:58:41.353 INFO O| Apr 15 03:58:41.353 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
| 8365 | 2025-04-15T03:58:42.961Z | [ recovery-image] Apr 15 03:58:41.353 INFO O| Apr 15 03:58:41.353 INFO ok! |
| 8366 | 2025-04-15T03:58:42.961Z | [ recovery-image] Apr 15 03:58:41.353 INFO O| Apr 15 03:58:41.353 INFO STEP 57 (ensure_file) COMPLETE |
| 8367 | 2025-04-15T03:58:42.961Z | [ recovery-image] Apr 15 03:58:41.353 INFO O| Apr 15 03:58:41.353 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8368 | 2025-04-15T03:58:42.982Z | [ recovery-image] Apr 15 03:58:41.378 INFO O| Apr 15 03:58:41.378 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 8369 | 2025-04-15T03:58:42.982Z | [ recovery-image] Apr 15 03:58:41.378 INFO O| Apr 15 03:58:41.378 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 8370 | 2025-04-15T03:58:42.986Z | [ recovery-image] Apr 15 03:58:41.378 INFO O| Apr 15 03:58:41.378 INFO STEP 58 (ensure_dir) COMPLETE |
| 8371 | 2025-04-15T03:58:42.986Z | [ recovery-image] Apr 15 03:58:41.378 INFO O| Apr 15 03:58:41.378 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8372 | 2025-04-15T03:58:43.006Z | [ recovery-image] Apr 15 03:58:41.402 INFO O| Apr 15 03:58:41.402 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 8373 | 2025-04-15T03:58:43.006Z | [ recovery-image] Apr 15 03:58:41.402 INFO O| Apr 15 03:58:41.402 INFO copying /tmp/.tmpTI7q2c/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ... |
| 8374 | 2025-04-15T03:58:43.006Z | [ recovery-image] Apr 15 03:58:41.402 INFO O| Apr 15 03:58:41.402 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 8375 | 2025-04-15T03:58:43.010Z | [ recovery-image] Apr 15 03:58:41.402 INFO O| Apr 15 03:58:41.402 INFO ok! |
| 8376 | 2025-04-15T03:58:43.010Z | [ recovery-image] Apr 15 03:58:41.402 INFO O| Apr 15 03:58:41.402 INFO STEP 59 (ensure_file) COMPLETE |
| 8377 | 2025-04-15T03:58:43.010Z | [ recovery-image] Apr 15 03:58:41.402 INFO O| Apr 15 03:58:41.402 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8378 | 2025-04-15T03:58:43.048Z | [ recovery-image] Apr 15 03:58:41.443 INFO O| Apr 15 03:58:41.443 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
| 8379 | 2025-04-15T03:58:43.052Z | [ recovery-image] Apr 15 03:58:41.443 INFO O| Apr 15 03:58:41.443 INFO copying /tmp/.tmpTI7q2c/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
| 8380 | 2025-04-15T03:58:43.052Z | [ recovery-image] Apr 15 03:58:41.443 INFO O| Apr 15 03:58:41.443 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
| 8381 | 2025-04-15T03:58:43.052Z | [ recovery-image] Apr 15 03:58:41.443 INFO O| Apr 15 03:58:41.443 INFO ok! |
| 8382 | 2025-04-15T03:58:43.052Z | [ recovery-image] Apr 15 03:58:41.443 INFO O| Apr 15 03:58:41.443 INFO STEP 60 (ensure_file) COMPLETE |
| 8383 | 2025-04-15T03:58:43.052Z | [ recovery-image] Apr 15 03:58:41.443 INFO O| Apr 15 03:58:41.443 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8384 | 2025-04-15T03:58:43.089Z | [ recovery-image] Apr 15 03:58:41.483 INFO O| Apr 15 03:58:41.482 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
| 8385 | 2025-04-15T03:58:43.089Z | [ recovery-image] Apr 15 03:58:41.483 INFO O| Apr 15 03:58:41.482 INFO STEP 61 (ensure_dir) COMPLETE |
| 8386 | 2025-04-15T03:58:43.092Z | [ recovery-image] Apr 15 03:58:41.483 INFO O| Apr 15 03:58:41.483 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8387 | 2025-04-15T03:58:43.128Z | [ recovery-image] Apr 15 03:58:41.523 INFO O| Apr 15 03:58:41.523 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
| 8388 | 2025-04-15T03:58:43.128Z | [ recovery-image] Apr 15 03:58:41.523 INFO O| Apr 15 03:58:41.523 INFO STEP 62 (ensure_dir) COMPLETE |
| 8389 | 2025-04-15T03:58:43.131Z | [ recovery-image] Apr 15 03:58:41.523 INFO O| Apr 15 03:58:41.523 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8390 | 2025-04-15T03:58:43.151Z | [ recovery-image] Apr 15 03:58:41.547 INFO O| Apr 15 03:58:41.547 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
| 8391 | 2025-04-15T03:58:43.151Z | [ recovery-image] Apr 15 03:58:41.547 INFO O| Apr 15 03:58:41.547 INFO STEP 63 (ensure_dir) COMPLETE |
| 8392 | 2025-04-15T03:58:43.155Z | [ recovery-image] Apr 15 03:58:41.547 INFO O| Apr 15 03:58:41.547 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8393 | 2025-04-15T03:58:43.174Z | [ recovery-image] Apr 15 03:58:41.569 INFO O| Apr 15 03:58:41.569 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
| 8394 | 2025-04-15T03:58:43.174Z | [ recovery-image] Apr 15 03:58:41.569 INFO O| Apr 15 03:58:41.569 INFO STEP 64 (ensure_dir) COMPLETE |
| 8395 | 2025-04-15T03:58:43.177Z | [ recovery-image] Apr 15 03:58:41.569 INFO O| Apr 15 03:58:41.569 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8396 | 2025-04-15T03:58:43.217Z | [ recovery-image] Apr 15 03:58:41.612 INFO O| Apr 15 03:58:41.612 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
| 8397 | 2025-04-15T03:58:43.217Z | [ recovery-image] Apr 15 03:58:41.612 INFO O| Apr 15 03:58:41.612 INFO copying /tmp/.tmpTI7q2c/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
| 8398 | 2025-04-15T03:58:43.217Z | [ recovery-image] Apr 15 03:58:41.612 INFO O| Apr 15 03:58:41.612 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
| 8399 | 2025-04-15T03:58:43.220Z | [ recovery-image] Apr 15 03:58:41.612 INFO O| Apr 15 03:58:41.612 INFO ok! |
| 8400 | 2025-04-15T03:58:43.220Z | [ recovery-image] Apr 15 03:58:41.612 INFO O| Apr 15 03:58:41.612 INFO STEP 65 (ensure_file) COMPLETE |
| 8401 | 2025-04-15T03:58:43.220Z | [ recovery-image] Apr 15 03:58:41.612 INFO O| Apr 15 03:58:41.612 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8402 | 2025-04-15T03:58:43.275Z | [ recovery-image] Apr 15 03:58:41.671 INFO O| Apr 15 03:58:41.671 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
| 8403 | 2025-04-15T03:58:43.279Z | [ recovery-image] Apr 15 03:58:41.671 INFO O| Apr 15 03:58:41.671 INFO STEP 66 (remove_files) COMPLETE |
| 8404 | 2025-04-15T03:58:43.279Z | [ recovery-image] Apr 15 03:58:41.671 INFO O| Apr 15 03:58:41.671 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8405 | 2025-04-15T03:58:43.300Z | [ recovery-image] Apr 15 03:58:41.696 INFO O| Apr 15 03:58:41.695 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
| 8406 | 2025-04-15T03:58:43.303Z | [ recovery-image] Apr 15 03:58:41.696 INFO O| Apr 15 03:58:41.696 INFO STEP 67 (remove_files) COMPLETE |
| 8407 | 2025-04-15T03:58:43.303Z | [ recovery-image] Apr 15 03:58:41.696 INFO O| Apr 15 03:58:41.696 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8408 | 2025-04-15T03:58:43.324Z | [ recovery-image] Apr 15 03:58:41.720 INFO O| Apr 15 03:58:41.720 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
| 8409 | 2025-04-15T03:58:43.328Z | [ recovery-image] Apr 15 03:58:41.720 INFO O| Apr 15 03:58:41.720 INFO STEP 68 (remove_files) COMPLETE |
| 8410 | 2025-04-15T03:58:43.328Z | [ recovery-image] Apr 15 03:58:41.720 INFO O| Apr 15 03:58:41.720 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8411 | 2025-04-15T03:58:43.380Z | [ recovery-image] Apr 15 03:58:41.775 INFO O| Apr 15 03:58:41.775 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
| 8412 | 2025-04-15T03:58:43.383Z | [ recovery-image] Apr 15 03:58:41.775 INFO O| Apr 15 03:58:41.775 INFO STEP 69 (remove_files) COMPLETE |
| 8413 | 2025-04-15T03:58:43.383Z | [ recovery-image] Apr 15 03:58:41.775 INFO O| Apr 15 03:58:41.775 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8414 | 2025-04-15T03:58:43.405Z | [ recovery-image] Apr 15 03:58:41.799 INFO O| Apr 15 03:58:41.799 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
| 8415 | 2025-04-15T03:58:43.409Z | [ recovery-image] Apr 15 03:58:41.800 INFO O| Apr 15 03:58:41.800 INFO STEP 70 (remove_files) COMPLETE |
| 8416 | 2025-04-15T03:58:43.409Z | [ recovery-image] Apr 15 03:58:41.800 INFO O| Apr 15 03:58:41.800 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8417 | 2025-04-15T03:58:43.443Z | [ recovery-image] Apr 15 03:58:41.839 INFO O| Apr 15 03:58:41.839 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
| 8418 | 2025-04-15T03:58:43.447Z | [ recovery-image] Apr 15 03:58:41.839 INFO O| Apr 15 03:58:41.839 INFO STEP 71 (remove_files) COMPLETE |
| 8419 | 2025-04-15T03:58:43.447Z | [ recovery-image] Apr 15 03:58:41.840 INFO O| Apr 15 03:58:41.839 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8420 | 2025-04-15T03:58:43.470Z | [ recovery-image] Apr 15 03:58:41.863 INFO O| Apr 15 03:58:41.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 8421 | 2025-04-15T03:58:43.473Z | [ recovery-image] Apr 15 03:58:41.863 INFO O| Apr 15 03:58:41.863 INFO STEP 72 (remove_files) COMPLETE |
| 8422 | 2025-04-15T03:58:43.473Z | [ recovery-image] Apr 15 03:58:41.863 INFO O| Apr 15 03:58:41.863 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8423 | 2025-04-15T03:58:43.500Z | [ recovery-image] Apr 15 03:58:41.895 INFO O| Apr 15 03:58:41.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
| 8424 | 2025-04-15T03:58:43.503Z | [ recovery-image] Apr 15 03:58:41.896 INFO O| Apr 15 03:58:41.895 INFO STEP 73 (remove_files) COMPLETE |
| 8425 | 2025-04-15T03:58:43.503Z | [ recovery-image] Apr 15 03:58:41.896 INFO O| Apr 15 03:58:41.896 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8426 | 2025-04-15T03:58:43.522Z | [ recovery-image] Apr 15 03:58:41.917 INFO O| Apr 15 03:58:41.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
| 8427 | 2025-04-15T03:58:43.522Z | [ recovery-image] Apr 15 03:58:41.917 INFO O| Apr 15 03:58:41.917 INFO STEP 74 (remove_files) COMPLETE |
| 8428 | 2025-04-15T03:58:43.525Z | [ recovery-image] Apr 15 03:58:41.917 INFO O| Apr 15 03:58:41.917 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8429 | 2025-04-15T03:58:43.543Z | [ recovery-image] Apr 15 03:58:41.939 INFO O| Apr 15 03:58:41.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 8430 | 2025-04-15T03:58:43.543Z | [ recovery-image] Apr 15 03:58:41.939 INFO O| Apr 15 03:58:41.939 INFO STEP 75 (remove_files) COMPLETE |
| 8431 | 2025-04-15T03:58:43.543Z | [ recovery-image] Apr 15 03:58:41.939 INFO O| Apr 15 03:58:41.939 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8432 | 2025-04-15T03:58:43.588Z | [ recovery-image] Apr 15 03:58:41.983 INFO O| Apr 15 03:58:41.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
| 8433 | 2025-04-15T03:58:43.588Z | [ recovery-image] Apr 15 03:58:41.983 INFO O| Apr 15 03:58:41.983 INFO STEP 76 (remove_files) COMPLETE |
| 8434 | 2025-04-15T03:58:43.588Z | [ recovery-image] Apr 15 03:58:41.983 INFO O| Apr 15 03:58:41.983 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8435 | 2025-04-15T03:58:43.633Z | [ recovery-image] Apr 15 03:58:42.028 INFO O| Apr 15 03:58:42.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
| 8436 | 2025-04-15T03:58:43.633Z | [ recovery-image] Apr 15 03:58:42.028 INFO O| Apr 15 03:58:42.028 INFO STEP 77 (remove_files) COMPLETE |
| 8437 | 2025-04-15T03:58:43.633Z | [ recovery-image] Apr 15 03:58:42.028 INFO O| Apr 15 03:58:42.028 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8438 | 2025-04-15T03:58:43.655Z | [ recovery-image] Apr 15 03:58:42.050 INFO O| Apr 15 03:58:42.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
| 8439 | 2025-04-15T03:58:43.655Z | [ recovery-image] Apr 15 03:58:42.050 INFO O| Apr 15 03:58:42.050 INFO STEP 78 (remove_files) COMPLETE |
| 8440 | 2025-04-15T03:58:43.655Z | [ recovery-image] Apr 15 03:58:42.050 INFO O| Apr 15 03:58:42.050 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8441 | 2025-04-15T03:58:43.678Z | [ recovery-image] Apr 15 03:58:42.073 INFO O| Apr 15 03:58:42.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
| 8442 | 2025-04-15T03:58:43.681Z | [ recovery-image] Apr 15 03:58:42.073 INFO O| Apr 15 03:58:42.073 INFO STEP 79 (remove_files) COMPLETE |
| 8443 | 2025-04-15T03:58:43.681Z | [ recovery-image] Apr 15 03:58:42.073 INFO O| Apr 15 03:58:42.073 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8444 | 2025-04-15T03:58:43.707Z | [ recovery-image] Apr 15 03:58:42.099 INFO O| Apr 15 03:58:42.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
| 8445 | 2025-04-15T03:58:43.707Z | [ recovery-image] Apr 15 03:58:42.099 INFO O| Apr 15 03:58:42.099 INFO STEP 80 (remove_files) COMPLETE |
| 8446 | 2025-04-15T03:58:43.707Z | [ recovery-image] Apr 15 03:58:42.099 INFO O| Apr 15 03:58:42.099 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8447 | 2025-04-15T03:58:43.743Z | [ recovery-image] Apr 15 03:58:42.138 INFO O| Apr 15 03:58:42.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
| 8448 | 2025-04-15T03:58:43.743Z | [ recovery-image] Apr 15 03:58:42.138 INFO O| Apr 15 03:58:42.138 INFO STEP 81 (remove_files) COMPLETE |
| 8449 | 2025-04-15T03:58:43.743Z | [ recovery-image] Apr 15 03:58:42.138 INFO O| Apr 15 03:58:42.138 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8450 | 2025-04-15T03:58:43.765Z | [ recovery-image] Apr 15 03:58:42.160 INFO O| Apr 15 03:58:42.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 8451 | 2025-04-15T03:58:43.765Z | [ recovery-image] Apr 15 03:58:42.160 INFO O| Apr 15 03:58:42.160 INFO STEP 82 (remove_files) COMPLETE |
| 8452 | 2025-04-15T03:58:43.765Z | [ recovery-image] Apr 15 03:58:42.160 INFO O| Apr 15 03:58:42.160 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8453 | 2025-04-15T03:58:43.803Z | [ recovery-image] Apr 15 03:58:42.198 INFO O| Apr 15 03:58:42.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
| 8454 | 2025-04-15T03:58:43.807Z | [ recovery-image] Apr 15 03:58:42.198 INFO O| Apr 15 03:58:42.198 INFO STEP 83 (remove_files) COMPLETE |
| 8455 | 2025-04-15T03:58:43.807Z | [ recovery-image] Apr 15 03:58:42.198 INFO O| Apr 15 03:58:42.198 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8456 | 2025-04-15T03:58:43.846Z | [ recovery-image] Apr 15 03:58:42.241 INFO O| Apr 15 03:58:42.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
| 8457 | 2025-04-15T03:58:43.846Z | [ recovery-image] Apr 15 03:58:42.241 INFO O| Apr 15 03:58:42.241 INFO STEP 84 (remove_files) COMPLETE |
| 8458 | 2025-04-15T03:58:43.850Z | [ recovery-image] Apr 15 03:58:42.241 INFO O| Apr 15 03:58:42.241 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8459 | 2025-04-15T03:58:43.869Z | [ recovery-image] Apr 15 03:58:42.264 INFO O| Apr 15 03:58:42.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 8460 | 2025-04-15T03:58:43.869Z | [ recovery-image] Apr 15 03:58:42.264 INFO O| Apr 15 03:58:42.264 INFO STEP 85 (remove_files) COMPLETE |
| 8461 | 2025-04-15T03:58:43.869Z | [ recovery-image] Apr 15 03:58:42.264 INFO O| Apr 15 03:58:42.264 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8462 | 2025-04-15T03:58:43.910Z | [ recovery-image] Apr 15 03:58:42.305 INFO O| Apr 15 03:58:42.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 8463 | 2025-04-15T03:58:43.910Z | [ recovery-image] Apr 15 03:58:42.305 INFO O| Apr 15 03:58:42.305 INFO STEP 86 (remove_files) COMPLETE |
| 8464 | 2025-04-15T03:58:43.910Z | [ recovery-image] Apr 15 03:58:42.305 INFO O| Apr 15 03:58:42.305 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8465 | 2025-04-15T03:58:43.949Z | [ recovery-image] Apr 15 03:58:42.344 INFO O| Apr 15 03:58:42.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
| 8466 | 2025-04-15T03:58:43.952Z | [ recovery-image] Apr 15 03:58:42.344 INFO O| Apr 15 03:58:42.344 INFO STEP 87 (remove_files) COMPLETE |
| 8467 | 2025-04-15T03:58:43.952Z | [ recovery-image] Apr 15 03:58:42.344 INFO O| Apr 15 03:58:42.344 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8468 | 2025-04-15T03:58:43.972Z | [ recovery-image] Apr 15 03:58:42.367 INFO O| Apr 15 03:58:42.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 8469 | 2025-04-15T03:58:43.975Z | [ recovery-image] Apr 15 03:58:42.367 INFO O| Apr 15 03:58:42.367 INFO STEP 88 (remove_files) COMPLETE |
| 8470 | 2025-04-15T03:58:43.975Z | [ recovery-image] Apr 15 03:58:42.367 INFO O| Apr 15 03:58:42.367 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8471 | 2025-04-15T03:58:44.005Z | [ recovery-image] Apr 15 03:58:42.400 INFO O| Apr 15 03:58:42.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
| 8472 | 2025-04-15T03:58:44.005Z | [ recovery-image] Apr 15 03:58:42.400 INFO O| Apr 15 03:58:42.400 INFO STEP 89 (remove_files) COMPLETE |
| 8473 | 2025-04-15T03:58:44.005Z | [ recovery-image] Apr 15 03:58:42.400 INFO O| Apr 15 03:58:42.400 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8474 | 2025-04-15T03:58:44.027Z | [ recovery-image] Apr 15 03:58:42.422 INFO O| Apr 15 03:58:42.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
| 8475 | 2025-04-15T03:58:44.027Z | [ recovery-image] Apr 15 03:58:42.422 INFO O| Apr 15 03:58:42.422 INFO STEP 90 (remove_files) COMPLETE |
| 8476 | 2025-04-15T03:58:44.030Z | [ recovery-image] Apr 15 03:58:42.422 INFO O| Apr 15 03:58:42.422 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8477 | 2025-04-15T03:58:44.047Z | [ host-image] Apr 15 03:58:42.443 INFO O| Apr 15 03:58:42.443 INFO O| Done |
| 8478 | 2025-04-15T03:58:44.058Z | [ recovery-image] Apr 15 03:58:42.453 INFO O| Apr 15 03:58:42.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
| 8479 | 2025-04-15T03:58:44.061Z | [ recovery-image] Apr 15 03:58:42.453 INFO O| Apr 15 03:58:42.453 INFO STEP 91 (remove_files) COMPLETE |
| 8480 | 2025-04-15T03:58:44.061Z | [ recovery-image] Apr 15 03:58:42.453 INFO O| Apr 15 03:58:42.453 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8481 | 2025-04-15T03:58:44.082Z | [ recovery-image] Apr 15 03:58:42.478 INFO O| Apr 15 03:58:42.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
| 8482 | 2025-04-15T03:58:44.082Z | [ recovery-image] Apr 15 03:58:42.478 INFO O| Apr 15 03:58:42.478 INFO STEP 92 (remove_files) COMPLETE |
| 8483 | 2025-04-15T03:58:44.086Z | [ recovery-image] Apr 15 03:58:42.478 INFO O| Apr 15 03:58:42.478 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8484 | 2025-04-15T03:58:44.099Z | [ host-image] Apr 15 03:58:42.494 INFO O| Apr 15 03:58:42.494 INFO O| Done |
| 8485 | 2025-04-15T03:58:44.102Z | [ host-image] Apr 15 03:58:42.494 INFO O| Apr 15 03:58:42.494 INFO O| Done |
| 8486 | 2025-04-15T03:58:44.155Z | [ recovery-image] Apr 15 03:58:42.549 INFO O| Apr 15 03:58:42.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
| 8487 | 2025-04-15T03:58:44.155Z | [ recovery-image] Apr 15 03:58:42.550 INFO O| Apr 15 03:58:42.550 INFO STEP 93 (remove_files) COMPLETE |
| 8488 | 2025-04-15T03:58:44.155Z | [ recovery-image] Apr 15 03:58:42.550 INFO O| Apr 15 03:58:42.550 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8489 | 2025-04-15T03:58:44.184Z | [ recovery-image] Apr 15 03:58:42.579 INFO O| Apr 15 03:58:42.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
| 8490 | 2025-04-15T03:58:44.184Z | [ recovery-image] Apr 15 03:58:42.579 INFO O| Apr 15 03:58:42.579 INFO STEP 94 (remove_files) COMPLETE |
| 8491 | 2025-04-15T03:58:44.184Z | [ recovery-image] Apr 15 03:58:42.579 INFO O| Apr 15 03:58:42.579 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 8492 | 2025-04-15T03:58:44.195Z | [ host-image] Apr 15 03:58:42.590 INFO O| Apr 15 03:58:42.590 INFO O| Done |
| 8493 | 2025-04-15T03:58:44.217Z | [ recovery-image] Apr 15 03:58:42.612 INFO O| Apr 15 03:58:42.612 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
| 8494 | 2025-04-15T03:58:44.221Z | [ recovery-image] Apr 15 03:58:42.613 INFO O| Apr 15 03:58:42.612 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
| 8495 | 2025-04-15T03:58:44.428Z | [ host-image] Apr 15 03:58:42.823 INFO O| Apr 15 03:58:42.823 INFO STEP 13 (pkg_install) COMPLETE |
| 8496 | 2025-04-15T03:58:44.428Z | [ host-image] Apr 15 03:58:42.823 INFO O| Apr 15 03:58:42.823 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 8497 | 2025-04-15T03:58:44.450Z | [ host-image] Apr 15 03:58:42.845 INFO O| Apr 15 03:58:42.845 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"] |
| 8498 | 2025-04-15T03:58:46.011Z | [ host-image] Apr 15 03:58:44.406 INFO O| Apr 15 03:58:44.406 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 8499 | 2025-04-15T03:58:51.341Z | [ host-image] Apr 15 03:58:49.736 INFO O| Apr 15 03:58:49.736 INFO O| Planning: Solver setup ... Done |
| 8500 | 2025-04-15T03:58:51.349Z | [ host-image] Apr 15 03:58:49.744 INFO O| Apr 15 03:58:49.744 INFO O| Planning: Running solver ... Done |
| 8501 | 2025-04-15T03:58:51.497Z | [ host-image] Apr 15 03:58:49.892 INFO O| Apr 15 03:58:49.892 INFO O| Planning: Finding local manifests ... Done |
| 8502 | 2025-04-15T03:58:51.503Z | [ host-image] Apr 15 03:58:49.893 INFO O| Apr 15 03:58:49.893 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 8503 | 2025-04-15T03:58:51.914Z | [ host-image] Apr 15 03:58:50.308 INFO O| Apr 15 03:58:50.308 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 8504 | 2025-04-15T03:58:51.946Z | [ host-image] Apr 15 03:58:50.341 INFO O| Apr 15 03:58:50.341 INFO O| Planning: Package planning ... Done |
| 8505 | 2025-04-15T03:58:51.950Z | [ host-image] Apr 15 03:58:50.341 INFO O| Apr 15 03:58:50.341 INFO O| Planning: Merging actions ... Done |
| 8506 | 2025-04-15T03:58:52.143Z | [ host-image] Apr 15 03:58:50.538 INFO O| Apr 15 03:58:50.538 INFO O| Planning: Checking for conflicting actions ... Done |
| 8507 | 2025-04-15T03:58:52.147Z | [ host-image] Apr 15 03:58:50.538 INFO O| Apr 15 03:58:50.538 INFO O| Planning: Consolidating action changes ... Done |
| 8508 | 2025-04-15T03:58:52.592Z | [ host-image] Apr 15 03:58:50.986 INFO O| Apr 15 03:58:50.986 INFO O| Planning: Evaluating mediators ... Done |
| 8509 | 2025-04-15T03:58:52.595Z | [ host-image] Apr 15 03:58:50.987 INFO O| Apr 15 03:58:50.987 INFO O| Planning: Planning completed in 6.58 seconds |
| 8510 | 2025-04-15T03:58:52.595Z | [ host-image] Apr 15 03:58:50.990 INFO O| Apr 15 03:58:50.990 INFO O| Packages to install: 1 |
| 8511 | 2025-04-15T03:58:52.616Z | [ host-image] Apr 15 03:58:51.011 INFO O| Apr 15 03:58:51.011 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete |
| 8512 | 2025-04-15T03:58:53.802Z | [ host-image] Apr 15 03:58:52.195 INFO O| Apr 15 03:58:52.195 INFO O| Download: Completed 10.27 MB in 1.18 seconds (8.7M/s) |
| 8513 | 2025-04-15T03:58:53.969Z | [ host-image] Apr 15 03:58:52.349 INFO O| Apr 15 03:58:52.349 INFO O| Actions: 1/22 actions (Installing new actions) |
| 8514 | 2025-04-15T03:58:54.430Z | [ host-image] Apr 15 03:58:52.809 INFO O| Apr 15 03:58:52.809 INFO O| Actions: Completed 22 actions in 0.46 seconds. |
| 8515 | 2025-04-15T03:58:54.878Z | [ recovery-image] Apr 15 03:58:53.272 INFO O| Apr 15 03:58:53.272 INFO O| Loading smf(7) service descriptions: 1/672/673/674/675/676/677/678/679/6710/6711/6712/6713/6714/6715/6716/6717/6718/6719/6720/6721/6722/6723/6724/6725/6726/6727/6728/6729/6730/6731/6732/6733/6734/6735/6736/6737/6738/6739/6740/6741/6742/6743/6744/6745/6746/6747/6748/6749/6750/6751/6752/6753/6754/6755/6756/6757/6758/6759/6760/6761/6762/6763/6764/6765/6766/6767/67 |
| 8516 | 2025-04-15T03:58:54.878Z | [ recovery-image] Apr 15 03:58:53.272 INFO O| Apr 15 03:58:53.272 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
| 8517 | 2025-04-15T03:58:54.929Z | [ recovery-image] Apr 15 03:58:53.323 INFO O| Apr 15 03:58:53.323 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"} |
| 8518 | 2025-04-15T03:58:55.186Z | [ recovery-image] Apr 15 03:58:53.580 INFO O| Apr 15 03:58:53.580 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"} |
| 8519 | 2025-04-15T03:58:55.350Z | [ recovery-image] Apr 15 03:58:53.740 INFO O| Apr 15 03:58:53.739 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
| 8520 | 2025-04-15T03:58:55.452Z | [ host-image] Apr 15 03:58:53.846 INFO O| Apr 15 03:58:53.846 INFO O| Done |
| 8521 | 2025-04-15T03:58:55.452Z | [ host-image] Apr 15 03:58:53.846 INFO O| Apr 15 03:58:53.846 INFO O| Done |
| 8522 | 2025-04-15T03:58:55.504Z | [ recovery-image] Apr 15 03:58:53.898 INFO O| Apr 15 03:58:53.898 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
| 8523 | 2025-04-15T03:58:55.504Z | [ recovery-image] Apr 15 03:58:53.898 INFO O| Apr 15 03:58:53.898 INFO copying /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db ... |
| 8524 | 2025-04-15T03:58:55.508Z | [ recovery-image] Apr 15 03:58:53.902 INFO O| Apr 15 03:58:53.902 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
| 8525 | 2025-04-15T03:58:55.508Z | [ recovery-image] Apr 15 03:58:53.902 INFO O| Apr 15 03:58:53.902 INFO ok! |
| 8526 | 2025-04-15T03:58:55.509Z | [ recovery-image] Apr 15 03:58:53.902 INFO O| Apr 15 03:58:53.902 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
| 8527 | 2025-04-15T03:58:55.512Z | [ recovery-image] Apr 15 03:58:53.902 INFO O| Apr 15 03:58:53.902 INFO STEP 95 (seed_smf) COMPLETE |
| 8528 | 2025-04-15T03:58:55.512Z | [ recovery-image] Apr 15 03:58:53.902 INFO O| Apr 15 03:58:53.902 INFO steps complete; finalising image! |
| 8529 | 2025-04-15T03:58:55.513Z | [ recovery-image] Apr 15 03:58:53.902 INFO O| Apr 15 03:58:53.902 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
| 8530 | 2025-04-15T03:58:55.594Z | [ recovery-image] Apr 15 03:58:53.987 INFO O| Apr 15 03:58:53.987 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Tue Apr 15 03:58:53 2025) |
| 8531 | 2025-04-15T03:58:55.805Z | [ recovery-image] Apr 15 03:58:54.199 INFO O| Apr 15 03:58:54.199 INFO trim TEMPORARY-gimlet-zfs-recovery: (69% trimmed, started at Tue Apr 15 03:58:53 2025) |
| 8532 | 2025-04-15T03:58:56.017Z | [ recovery-image] Apr 15 03:58:54.411 INFO O| Apr 15 03:58:54.411 INFO trim TEMPORARY-gimlet-zfs-recovery: (69% trimmed, started at Tue Apr 15 03:58:53 2025) |
| 8533 | 2025-04-15T03:58:56.275Z | [ recovery-image] Apr 15 03:58:54.669 INFO O| Apr 15 03:58:54.669 INFO temporary pool has 391M used, 1.37G avail, 1.00x compressratio |
| 8534 | 2025-04-15T03:58:56.275Z | [ recovery-image] Apr 15 03:58:54.669 INFO O| Apr 15 03:58:54.669 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
| 8535 | 2025-04-15T03:58:56.951Z | [ recovery-image] Apr 15 03:58:55.345 INFO O| Apr 15 03:58:55.345 INFO copying image /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw to output file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
| 8536 | 2025-04-15T03:58:56.951Z | [ recovery-image] Apr 15 03:58:55.345 INFO O| Apr 15 03:58:55.345 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
| 8537 | 2025-04-15T03:58:57.386Z | [ host-image] Apr 15 03:58:55.779 INFO O| Apr 15 03:58:55.779 INFO O| Done |
| 8538 | 2025-04-15T03:59:00.641Z | [ host-image] Apr 15 03:58:59.035 INFO O| Apr 15 03:58:59.035 INFO O| Done |
| 8539 | 2025-04-15T03:59:00.684Z | [ host-image] Apr 15 03:58:59.077 INFO O| Apr 15 03:58:59.077 INFO O| Done |
| 8540 | 2025-04-15T03:59:00.684Z | [ host-image] Apr 15 03:58:59.078 INFO O| Apr 15 03:58:59.077 INFO O| Done |
| 8541 | 2025-04-15T03:59:00.701Z | [ host-image] Apr 15 03:58:59.094 INFO O| Apr 15 03:58:59.094 INFO O| Done |
| 8542 | 2025-04-15T03:59:00.912Z | [ host-image] Apr 15 03:58:59.306 INFO O| Apr 15 03:58:59.306 INFO STEP 14 (pkg_install) COMPLETE |
| 8543 | 2025-04-15T03:59:00.913Z | [ host-image] Apr 15 03:58:59.306 INFO O| Apr 15 03:58:59.306 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 8544 | 2025-04-15T03:59:00.913Z | [ host-image] Apr 15 03:58:59.306 INFO O| Apr 15 03:58:59.306 INFO skip step because feature "mfg" is not enabled |
| 8545 | 2025-04-15T03:59:00.913Z | [ host-image] Apr 15 03:58:59.306 INFO O| Apr 15 03:58:59.306 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 8546 | 2025-04-15T03:59:00.925Z | [ host-image] Apr 15 03:58:59.306 INFO O| Apr 15 03:58:59.306 INFO skip step because feature "compliance" is not enabled |
| 8547 | 2025-04-15T03:59:00.925Z | [ host-image] Apr 15 03:58:59.306 INFO O| Apr 15 03:58:59.306 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 8548 | 2025-04-15T03:59:00.926Z | [ host-image] Apr 15 03:58:59.306 INFO O| Apr 15 03:58:59.306 INFO skip step because feature "stress" is not enabled |
| 8549 | 2025-04-15T03:59:00.926Z | [ host-image] Apr 15 03:58:59.306 INFO O| Apr 15 03:58:59.306 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 8550 | 2025-04-15T03:59:00.926Z | [ host-image] Apr 15 03:58:59.306 INFO O| Apr 15 03:58:59.306 INFO skip step because feature "nfs" is not enabled |
| 8551 | 2025-04-15T03:59:00.926Z | [ host-image] Apr 15 03:58:59.306 INFO O| Apr 15 03:58:59.306 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
| 8552 | 2025-04-15T03:59:00.926Z | [ host-image] Apr 15 03:58:59.306 INFO O| Apr 15 03:58:59.306 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
| 8553 | 2025-04-15T03:59:01.139Z | [ host-image] Apr 15 03:58:59.532 INFO O| Apr 15 03:58:59.532 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
| 8554 | 2025-04-15T03:59:01.266Z | [ host-image] Apr 15 03:58:59.659 INFO O| Apr 15 03:58:59.659 INFO completed processing gimlet/ramdisk-01-os |
| 8555 | 2025-04-15T03:59:01.269Z | [ host-image] Apr 15 03:58:59.662 INFO omicron1 baseline generation... |
| 8556 | 2025-04-15T03:59:01.269Z | [ host-image] Apr 15 03:58:59.663 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
| 8557 | 2025-04-15T03:59:02.291Z | [ host-image] Apr 15 03:59:00.684 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23324:20250410T220816Z |
| 8558 | 2025-04-15T03:59:02.563Z | [ recovery-image] Apr 15 03:59:00.957 INFO O| Apr 15 03:59:00.956 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
| 8559 | 2025-04-15T03:59:02.564Z | [ recovery-image] Apr 15 03:59:00.957 INFO O| Apr 15 03:59:00.957 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
| 8560 | 2025-04-15T03:59:02.567Z | [ recovery-image] Apr 15 03:59:00.957 INFO O| Apr 15 03:59:00.957 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
| 8561 | 2025-04-15T03:59:02.567Z | [ recovery-image] Apr 15 03:59:00.957 INFO O| Apr 15 03:59:00.957 INFO completed processing gimlet/zfs-recovery |
| 8562 | 2025-04-15T03:59:02.567Z | [ recovery-image] Apr 15 03:59:00.957 INFO O| Apr 15 03:59:00.957 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
| 8563 | 2025-04-15T03:59:02.927Z | [ recovery-image] Apr 15 03:59:01.320 INFO O| Apr 15 03:59:01.320 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
| 8564 | 2025-04-15T03:59:03.050Z | [ recovery-image] Apr 15 03:59:01.443 INFO BUILD STRING "heads/stlouis-0-gc11ecafa71\n" |
| 8565 | 2025-04-15T03:59:03.055Z | [ recovery-image] Apr 15 03:59:01.444 INFO expanded image name: "recovery f69c0b9/${os_short_commit} 2025-04-15 03:22" -> "recovery f69c0b9/c11ecaf 2025-04-15 03:22" |
| 8566 | 2025-04-15T03:59:03.055Z | [ recovery-image] Apr 15 03:59:01.444 INFO output artefacts stored in: "/work/os-recovery" |
| 8567 | 2025-04-15T03:59:03.055Z | [ recovery-image] Apr 15 03:59:01.446 INFO collecting git info from project "image-builder"... |
| 8568 | 2025-04-15T03:59:03.116Z | [ recovery-image] Apr 15 03:59:01.509 INFO collecting git info from project "phbl"... |
| 8569 | 2025-04-15T03:59:03.131Z | [ recovery-image] Apr 15 03:59:01.524 INFO collecting git info from project "pilot"... |
| 8570 | 2025-04-15T03:59:03.190Z | [ recovery-image] Apr 15 03:59:01.584 INFO collecting git info from project "bootserver"... |
| 8571 | 2025-04-15T03:59:03.208Z | [ recovery-image] Apr 15 03:59:01.601 INFO collecting git info from project "chelsio-t6-roms"... |
| 8572 | 2025-04-15T03:59:03.501Z | [ recovery-image] Apr 15 03:59:01.894 INFO collecting git info from project "pinprick"... |
| 8573 | 2025-04-15T03:59:03.704Z | [ recovery-image] Apr 15 03:59:02.097 INFO collecting git info from project "amd-firmware"... |
| 8574 | 2025-04-15T03:59:05.667Z | [ recovery-image] Apr 15 03:59:04.060 INFO collecting git info from project "amd-host-image-builder"... |
| 8575 | 2025-04-15T03:59:07.795Z | [ recovery-image] Apr 15 03:59:06.188 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 8576 | 2025-04-15T03:59:08.864Z | [ recovery-image] Apr 15 03:59:07.257 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 8577 | 2025-04-15T03:59:09.599Z | [ recovery-image] Apr 15 03:59:07.991 INFO creating Oxide boot image... |
| 8578 | 2025-04-15T03:59:09.599Z | [ recovery-image] Apr 15 03:59:07.991 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery f69c0b9/c11ecaf 2025-04-15 03:22", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
| 8579 | 2025-04-15T04:00:28.710Z | [ recovery-image] Apr 15 04:00:27.093 INFO O| ok, image written! |
| 8580 | 2025-04-15T04:00:28.710Z | [ recovery-image] Apr 15 04:00:27.093 INFO O| ok, boot_image_csum file written! |
| 8581 | 2025-04-15T04:00:28.716Z | [ recovery-image] Apr 15 04:00:27.098 INFO creating boot archive (CPIO)... |
| 8582 | 2025-04-15T04:00:28.720Z | [ recovery-image] Apr 15 04:00:27.098 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/recovery/work/gimlet/ramdisk", "/work/os-recovery/cpio", "/work/oxidecomputer/helios/tmp/image.recovery"], pwd: None |
| 8583 | 2025-04-15T04:00:28.737Z | [ recovery-image] Apr 15 04:00:27.119 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
| 8584 | 2025-04-15T04:00:28.737Z | [ recovery-image] Apr 15 04:00:27.120 INFO E| + outfile=/work/os-recovery/cpio |
| 8585 | 2025-04-15T04:00:28.737Z | [ recovery-image] Apr 15 04:00:27.120 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
| 8586 | 2025-04-15T04:00:28.741Z | [ recovery-image] Apr 15 04:00:27.125 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
| 8587 | 2025-04-15T04:00:28.742Z | [ recovery-image] Apr 15 04:00:27.125 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
| 8588 | 2025-04-15T04:00:28.810Z | [ recovery-image] Apr 15 04:00:27.193 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
| 8589 | 2025-04-15T04:00:28.810Z | [ recovery-image] Apr 15 04:00:27.193 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
| 8590 | 2025-04-15T04:00:28.819Z | [ recovery-image] Apr 15 04:00:27.203 INFO creating compressed cpio/unix for nanobl-rs... |
| 8591 | 2025-04-15T04:00:28.819Z | [ recovery-image] Apr 15 04:00:27.203 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/recovery/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-recovery/unix.z\'"], pwd: None |
| 8592 | 2025-04-15T04:00:29.314Z | [ recovery-image] Apr 15 04:00:27.698 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
| 8593 | 2025-04-15T04:00:36.198Z | [ recovery-image] Apr 15 04:00:34.578 INFO creating reset image... |
| 8594 | 2025-04-15T04:00:36.198Z | [ recovery-image] Apr 15 04:00:34.578 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl" |
| 8595 | 2025-04-15T04:00:47.814Z | [ host-image] Apr 15 04:00:46.195 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23324:20250410T220849Z |
| 8596 | 2025-04-15T04:00:47.817Z | [ host-image] Apr 15 04:00:46.195 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23324:20250410T220849Z |
| 8597 | 2025-04-15T04:00:47.817Z | [ host-image] Apr 15 04:00:46.195 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
| 8598 | 2025-04-15T04:00:47.817Z | [ host-image] Apr 15 04:00:46.195 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
| 8599 | 2025-04-15T04:00:47.817Z | [ host-image] Apr 15 04:00:46.196 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
| 8600 | 2025-04-15T04:00:47.818Z | [ host-image] Apr 15 04:00:46.196 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
| 8601 | 2025-04-15T04:00:47.818Z | [ host-image] Apr 15 04:00:46.197 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
| 8602 | 2025-04-15T04:00:47.818Z | [ host-image] Apr 15 04:00:46.197 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
| 8603 | 2025-04-15T04:00:47.818Z | [ host-image] Apr 15 04:00:46.197 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
| 8604 | 2025-04-15T04:00:47.818Z | [ host-image] Apr 15 04:00:46.197 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
| 8605 | 2025-04-15T04:00:47.818Z | [ host-image] Apr 15 04:00:46.198 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23324:20250410T220850Z |
| 8606 | 2025-04-15T04:00:47.821Z | [ host-image] Apr 15 04:00:46.200 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23324:20250410T220850Z |
| 8607 | 2025-04-15T04:00:47.821Z | [ host-image] Apr 15 04:00:46.202 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23324:20250410T220850Z |
| 8608 | 2025-04-15T04:00:47.821Z | [ host-image] Apr 15 04:00:46.202 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23324:20250410T220851Z |
| 8609 | 2025-04-15T04:00:47.821Z | [ host-image] Apr 15 04:00:46.202 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
| 8610 | 2025-04-15T04:00:47.824Z | [ host-image] Apr 15 04:00:46.204 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23324:20250410T220851Z |
| 8611 | 2025-04-15T04:00:47.824Z | [ host-image] Apr 15 04:00:46.205 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23324:20250410T220851Z |
| 8612 | 2025-04-15T04:00:47.824Z | [ host-image] Apr 15 04:00:46.205 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23324:20250410T220851Z |
| 8613 | 2025-04-15T04:00:47.824Z | [ host-image] Apr 15 04:00:46.205 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23324:20250410T220851Z |
| 8614 | 2025-04-15T04:00:47.824Z | [ host-image] Apr 15 04:00:46.205 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23324:20250410T220852Z |
| 8615 | 2025-04-15T04:00:47.825Z | [ host-image] Apr 15 04:00:46.205 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23324:20250410T220852Z |
| 8616 | 2025-04-15T04:00:47.825Z | [ host-image] Apr 15 04:00:46.206 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23324:20250410T220852Z |
| 8617 | 2025-04-15T04:00:47.828Z | [ host-image] Apr 15 04:00:46.206 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23324:20250410T220853Z |
| 8618 | 2025-04-15T04:00:47.828Z | [ host-image] Apr 15 04:00:46.206 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23324:20250410T220853Z |
| 8619 | 2025-04-15T04:00:47.828Z | [ host-image] Apr 15 04:00:46.206 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23324:20250410T220854Z |
| 8620 | 2025-04-15T04:00:47.828Z | [ host-image] Apr 15 04:00:46.207 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23324:20250410T220855Z |
| 8621 | 2025-04-15T04:00:47.828Z | [ host-image] Apr 15 04:00:46.207 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23324:20250410T220855Z |
| 8622 | 2025-04-15T04:00:47.828Z | [ host-image] Apr 15 04:00:46.207 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23324:20250410T220856Z |
| 8623 | 2025-04-15T04:00:47.828Z | [ host-image] Apr 15 04:00:46.207 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23324:20250410T220857Z |
| 8624 | 2025-04-15T04:00:47.828Z | [ host-image] Apr 15 04:00:46.208 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.334:20250214T080526Z |
| 8625 | 2025-04-15T04:00:47.828Z | [ host-image] Apr 15 04:00:46.208 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23324:20250410T220858Z |
| 8626 | 2025-04-15T04:00:47.828Z | [ host-image] Apr 15 04:00:46.208 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23324:20250410T220900Z |
| 8627 | 2025-04-15T04:00:47.828Z | [ host-image] Apr 15 04:00:46.208 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23324:20250410T220901Z |
| 8628 | 2025-04-15T04:00:47.828Z | [ host-image] Apr 15 04:00:46.208 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23324:20250410T220902Z |
| 8629 | 2025-04-15T04:00:47.831Z | [ host-image] Apr 15 04:00:46.210 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23324:20250410T220903Z |
| 8630 | 2025-04-15T04:00:47.832Z | [ host-image] Apr 15 04:00:46.210 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23324:20250410T220903Z |
| 8631 | 2025-04-15T04:00:47.844Z | [ host-image] Apr 15 04:00:46.225 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z |
| 8632 | 2025-04-15T04:00:47.848Z | [ host-image] Apr 15 04:00:46.225 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23324:20250410T220903Z |
| 8633 | 2025-04-15T04:00:47.848Z | [ host-image] Apr 15 04:00:46.226 INFO O| install = pkg://helios-dev/library/expat@2.7.1-2.0:20250329T143900Z |
| 8634 | 2025-04-15T04:00:47.848Z | [ host-image] Apr 15 04:00:46.226 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
| 8635 | 2025-04-15T04:00:47.848Z | [ host-image] Apr 15 04:00:46.227 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
| 8636 | 2025-04-15T04:00:47.848Z | [ host-image] Apr 15 04:00:46.227 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23324:20250410T220904Z |
| 8637 | 2025-04-15T04:00:47.848Z | [ host-image] Apr 15 04:00:46.227 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
| 8638 | 2025-04-15T04:00:47.848Z | [ host-image] Apr 15 04:00:46.228 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
| 8639 | 2025-04-15T04:00:47.851Z | [ host-image] Apr 15 04:00:46.229 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
| 8640 | 2025-04-15T04:00:47.851Z | [ host-image] Apr 15 04:00:46.230 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
| 8641 | 2025-04-15T04:00:47.868Z | [ host-image] Apr 15 04:00:46.249 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
| 8642 | 2025-04-15T04:00:47.868Z | [ host-image] Apr 15 04:00:46.249 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
| 8643 | 2025-04-15T04:00:47.871Z | [ host-image] Apr 15 04:00:46.249 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
| 8644 | 2025-04-15T04:00:47.871Z | [ host-image] Apr 15 04:00:46.250 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
| 8645 | 2025-04-15T04:00:47.871Z | [ host-image] Apr 15 04:00:46.251 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
| 8646 | 2025-04-15T04:00:47.871Z | [ host-image] Apr 15 04:00:46.252 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
| 8647 | 2025-04-15T04:00:47.940Z | [ host-image] Apr 15 04:00:46.321 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.16-2.0:20250212T181143Z |
| 8648 | 2025-04-15T04:00:47.944Z | [ host-image] Apr 15 04:00:46.322 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
| 8649 | 2025-04-15T04:00:47.944Z | [ host-image] Apr 15 04:00:46.322 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
| 8650 | 2025-04-15T04:00:47.944Z | [ host-image] Apr 15 04:00:46.323 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23324:20250410T220905Z |
| 8651 | 2025-04-15T04:00:47.944Z | [ host-image] Apr 15 04:00:46.324 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23324:20250410T220911Z |
| 8652 | 2025-04-15T04:00:47.944Z | [ host-image] Apr 15 04:00:46.324 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
| 8653 | 2025-04-15T04:00:47.944Z | [ host-image] Apr 15 04:00:46.324 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23324:20250410T220912Z |
| 8654 | 2025-04-15T04:00:47.944Z | [ host-image] Apr 15 04:00:46.324 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z |
| 8655 | 2025-04-15T04:00:47.944Z | [ host-image] Apr 15 04:00:46.325 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z |
| 8656 | 2025-04-15T04:00:47.944Z | [ host-image] Apr 15 04:00:46.325 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.40:20250409T152351Z |
| 8657 | 2025-04-15T04:00:47.947Z | [ host-image] Apr 15 04:00:46.325 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z |
| 8658 | 2025-04-15T04:00:47.947Z | [ host-image] Apr 15 04:00:46.325 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23324:20250410T220912Z |
| 8659 | 2025-04-15T04:00:47.947Z | [ host-image] Apr 15 04:00:46.325 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
| 8660 | 2025-04-15T04:00:47.952Z | [ host-image] Apr 15 04:00:46.333 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
| 8661 | 2025-04-15T04:00:47.952Z | [ host-image] Apr 15 04:00:46.333 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
| 8662 | 2025-04-15T04:00:47.956Z | [ host-image] Apr 15 04:00:46.333 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
| 8663 | 2025-04-15T04:00:47.956Z | [ host-image] Apr 15 04:00:46.334 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23324:20250410T220912Z |
| 8664 | 2025-04-15T04:00:47.956Z | [ host-image] Apr 15 04:00:46.334 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
| 8665 | 2025-04-15T04:00:47.977Z | [ host-image] Apr 15 04:00:46.358 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
| 8666 | 2025-04-15T04:00:48.002Z | [ host-image] Apr 15 04:00:46.358 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23324:20250410T220913Z |
| 8667 | 2025-04-15T04:00:48.002Z | [ host-image] Apr 15 04:00:46.362 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23324:20250410T220913Z |
| 8668 | 2025-04-15T04:00:48.002Z | [ host-image] Apr 15 04:00:46.363 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23324:20250410T220913Z |
| 8669 | 2025-04-15T04:00:48.002Z | [ host-image] Apr 15 04:00:46.364 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z |
| 8670 | 2025-04-15T04:00:48.002Z | [ host-image] Apr 15 04:00:46.364 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23324:20250410T220914Z |
| 8671 | 2025-04-15T04:00:48.002Z | [ host-image] Apr 15 04:00:46.366 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23324:20250410T220915Z |
| 8672 | 2025-04-15T04:00:48.002Z | [ host-image] Apr 15 04:00:46.366 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23324:20250410T220915Z |
| 8673 | 2025-04-15T04:00:48.002Z | [ host-image] Apr 15 04:00:46.367 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23324:20250410T220915Z |
| 8674 | 2025-04-15T04:00:48.002Z | [ host-image] Apr 15 04:00:46.372 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
| 8675 | 2025-04-15T04:00:48.002Z | [ host-image] Apr 15 04:00:46.373 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23324:20250410T220915Z |
| 8676 | 2025-04-15T04:00:48.002Z | [ host-image] Apr 15 04:00:46.374 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23324:20250410T220916Z |
| 8677 | 2025-04-15T04:00:48.002Z | [ host-image] Apr 15 04:00:46.375 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
| 8678 | 2025-04-15T04:00:48.002Z | [ host-image] Apr 15 04:00:46.375 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23324:20250410T220916Z |
| 8679 | 2025-04-15T04:00:48.002Z | [ host-image] Apr 15 04:00:46.376 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23324:20250410T220917Z |
| 8680 | 2025-04-15T04:00:48.002Z | [ host-image] Apr 15 04:00:46.376 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23324:20250410T220917Z |
| 8681 | 2025-04-15T04:00:48.002Z | [ host-image] Apr 15 04:00:46.377 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23324:20250410T220917Z |
| 8682 | 2025-04-15T04:00:48.011Z | [ host-image] Apr 15 04:00:46.392 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23324:20250410T220917Z |
| 8683 | 2025-04-15T04:00:48.016Z | [ host-image] Apr 15 04:00:46.392 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
| 8684 | 2025-04-15T04:00:48.016Z | [ host-image] Apr 15 04:00:46.396 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23324:20250410T220917Z |
| 8685 | 2025-04-15T04:00:48.019Z | [ host-image] Apr 15 04:00:46.398 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23324:20250410T220917Z |
| 8686 | 2025-04-15T04:00:48.019Z | [ host-image] Apr 15 04:00:46.398 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23324:20250410T220917Z |
| 8687 | 2025-04-15T04:00:48.019Z | [ host-image] Apr 15 04:00:46.399 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23324:20250410T220918Z |
| 8688 | 2025-04-15T04:00:48.019Z | [ host-image] Apr 15 04:00:46.400 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23324:20250410T220918Z |
| 8689 | 2025-04-15T04:00:48.022Z | [ host-image] Apr 15 04:00:46.400 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23324:20250410T220918Z |
| 8690 | 2025-04-15T04:00:48.036Z | [ host-image] Apr 15 04:00:46.417 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23324:20250410T220920Z |
| 8691 | 2025-04-15T04:00:48.036Z | [ host-image] Apr 15 04:00:46.417 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23324:20250410T220919Z |
| 8692 | 2025-04-15T04:00:48.039Z | [ host-image] Apr 15 04:00:46.418 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23324:20250410T220919Z |
| 8693 | 2025-04-15T04:00:48.039Z | [ host-image] Apr 15 04:00:46.420 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23324:20250410T220919Z |
| 8694 | 2025-04-15T04:00:48.040Z | [ host-image] Apr 15 04:00:46.420 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23324:20250410T220920Z |
| 8695 | 2025-04-15T04:00:48.076Z | [ host-image] Apr 15 04:00:46.457 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23324:20250410T220922Z |
| 8696 | 2025-04-15T04:00:48.076Z | [ host-image] Apr 15 04:00:46.457 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23324:20250410T220920Z |
| 8697 | 2025-04-15T04:00:48.080Z | [ host-image] Apr 15 04:00:46.457 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23324:20250410T220920Z |
| 8698 | 2025-04-15T04:00:48.080Z | [ host-image] Apr 15 04:00:46.457 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
| 8699 | 2025-04-15T04:00:48.080Z | [ host-image] Apr 15 04:00:46.458 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
| 8700 | 2025-04-15T04:00:48.123Z | [ host-image] Apr 15 04:00:46.504 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23324:20250410T220920Z |
| 8701 | 2025-04-15T04:00:48.126Z | [ host-image] Apr 15 04:00:46.504 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
| 8702 | 2025-04-15T04:00:48.127Z | [ host-image] Apr 15 04:00:46.504 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23324:20250410T220920Z |
| 8703 | 2025-04-15T04:00:48.127Z | [ host-image] Apr 15 04:00:46.504 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23324:20250410T220920Z |
| 8704 | 2025-04-15T04:00:48.127Z | [ host-image] Apr 15 04:00:46.506 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23324:20250410T220921Z |
| 8705 | 2025-04-15T04:00:48.127Z | [ host-image] Apr 15 04:00:46.507 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
| 8706 | 2025-04-15T04:00:48.127Z | [ host-image] Apr 15 04:00:46.507 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
| 8707 | 2025-04-15T04:00:48.130Z | [ host-image] Apr 15 04:00:46.508 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23324:20250410T220922Z |
| 8708 | 2025-04-15T04:00:48.130Z | [ host-image] Apr 15 04:00:46.508 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23324:20250410T220921Z |
| 8709 | 2025-04-15T04:00:48.130Z | [ host-image] Apr 15 04:00:46.508 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23324:20250410T220922Z |
| 8710 | 2025-04-15T04:00:48.130Z | [ host-image] Apr 15 04:00:46.509 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23324:20250410T220922Z |
| 8711 | 2025-04-15T04:00:48.130Z | [ host-image] Apr 15 04:00:46.509 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23324:20250410T220922Z |
| 8712 | 2025-04-15T04:00:48.130Z | [ host-image] Apr 15 04:00:46.509 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23324:20250410T220922Z |
| 8713 | 2025-04-15T04:00:48.134Z | [ host-image] Apr 15 04:00:46.514 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
| 8714 | 2025-04-15T04:00:48.134Z | [ host-image] Apr 15 04:00:46.514 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23324:20250410T220923Z |
| 8715 | 2025-04-15T04:00:48.138Z | [ host-image] Apr 15 04:00:46.516 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23324:20250410T220923Z |
| 8716 | 2025-04-15T04:00:48.138Z | [ host-image] Apr 15 04:00:46.517 INFO O| install = pkg://helios-dev/system/microcode/oxide@20250327-2.0.23324:20250410T220923Z |
| 8717 | 2025-04-15T04:00:48.138Z | [ host-image] Apr 15 04:00:46.517 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23324:20250410T220924Z |
| 8718 | 2025-04-15T04:00:48.138Z | [ host-image] Apr 15 04:00:46.517 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23324:20250410T220924Z |
| 8719 | 2025-04-15T04:00:48.138Z | [ host-image] Apr 15 04:00:46.518 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23324:20250410T220924Z |
| 8720 | 2025-04-15T04:00:48.138Z | [ host-image] Apr 15 04:00:46.518 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
| 8721 | 2025-04-15T04:00:48.138Z | [ host-image] Apr 15 04:00:46.518 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
| 8722 | 2025-04-15T04:00:48.141Z | [ host-image] Apr 15 04:00:46.519 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23324:20250410T220926Z |
| 8723 | 2025-04-15T04:00:48.141Z | [ host-image] Apr 15 04:00:46.519 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23324:20250410T220927Z |
| 8724 | 2025-04-15T04:00:48.141Z | [ host-image] Apr 15 04:00:46.520 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
| 8725 | 2025-04-15T04:00:48.141Z | [ host-image] Apr 15 04:00:46.520 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
| 8726 | 2025-04-15T04:00:48.141Z | [ host-image] Apr 15 04:00:46.520 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
| 8727 | 2025-04-15T04:00:48.142Z | [ host-image] Apr 15 04:00:46.520 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
| 8728 | 2025-04-15T04:00:48.142Z | [ host-image] Apr 15 04:00:46.520 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z |
| 8729 | 2025-04-15T04:00:48.142Z | [ host-image] Apr 15 04:00:46.521 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
| 8730 | 2025-04-15T04:00:48.145Z | [ host-image] Apr 15 04:00:46.524 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
| 8731 | 2025-04-15T04:00:48.145Z | [ host-image] Apr 15 04:00:46.524 INFO O| tempdir @ "/tmp/.tmprrd9U4/tmp" |
| 8732 | 2025-04-15T04:00:48.145Z | [ host-image] Apr 15 04:00:46.524 INFO O| image root @ "/tmp/.tmprrd9U4/tmp/root" |
| 8733 | 2025-04-15T04:00:48.145Z | [ host-image] Apr 15 04:00:46.524 INFO O| creating image... |
| 8734 | 2025-04-15T04:00:49.642Z | [ host-image] Apr 15 04:00:48.022 INFO O| copying publishers... |
| 8735 | 2025-04-15T04:01:16.692Z | [ host-image] Apr 15 04:01:15.070 INFO O| adding properties... |
| 8736 | 2025-04-15T04:01:19.496Z | [ host-image] Apr 15 04:01:17.873 INFO O| installing packages... |
| 8737 | 2025-04-15T04:01:35.332Z | [ recovery-image] Apr 15 04:01:33.705 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2025-04-02-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')" |
| 8738 | 2025-04-15T04:01:35.332Z | [ recovery-image] Apr 15 04:01:33.705 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
| 8739 | 2025-04-15T04:01:35.745Z | [ recovery-image] Apr 15 04:01:34.120 INFO E| Updating crates.io index |
| 8740 | 2025-04-15T04:01:35.976Z | [ recovery-image] Apr 15 04:01:34.352 INFO E| Downloading crates ... |
| 8741 | 2025-04-15T04:01:36.455Z | [ recovery-image] Apr 15 04:01:34.831 INFO E| Downloaded anstyle-parse v0.2.6 |
| 8742 | 2025-04-15T04:01:36.459Z | [ recovery-image] Apr 15 04:01:34.835 INFO E| Downloaded anstream v0.6.18 |
| 8743 | 2025-04-15T04:01:36.498Z | [ recovery-image] Apr 15 04:01:34.871 INFO E| Downloaded unicode-ident v1.0.18 |
| 8744 | 2025-04-15T04:01:36.501Z | [ recovery-image] Apr 15 04:01:34.875 INFO E| Downloaded quote v1.0.40 |
| 8745 | 2025-04-15T04:01:36.506Z | [ recovery-image] Apr 15 04:01:34.879 INFO E| Downloaded duct v0.13.7 |
| 8746 | 2025-04-15T04:01:36.510Z | [ recovery-image] Apr 15 04:01:34.882 INFO E| Downloaded shared_child v1.0.1 |
| 8747 | 2025-04-15T04:01:36.510Z | [ recovery-image] Apr 15 04:01:34.884 INFO E| Downloaded os_pipe v1.2.1 |
| 8748 | 2025-04-15T04:01:36.510Z | [ recovery-image] Apr 15 04:01:34.885 INFO E| Downloaded colorchoice v1.0.3 |
| 8749 | 2025-04-15T04:01:36.517Z | [ recovery-image] Apr 15 04:01:34.887 INFO E| Downloaded anstyle-query v1.1.2 |
| 8750 | 2025-04-15T04:01:36.539Z | [ recovery-image] Apr 15 04:01:34.914 INFO E| Downloaded syn v2.0.100 |
| 8751 | 2025-04-15T04:01:36.629Z | [ recovery-image] Apr 15 04:01:35.004 INFO E| Compiling proc-macro2 v1.0.94 |
| 8752 | 2025-04-15T04:01:36.634Z | [ recovery-image] Apr 15 04:01:35.005 INFO E| Compiling unicode-ident v1.0.18 |
| 8753 | 2025-04-15T04:01:36.634Z | [ recovery-image] Apr 15 04:01:35.005 INFO E| Compiling libc v0.2.171 |
| 8754 | 2025-04-15T04:01:36.634Z | [ recovery-image] Apr 15 04:01:35.005 INFO E| Compiling utf8parse v0.2.2 |
| 8755 | 2025-04-15T04:01:36.634Z | [ recovery-image] Apr 15 04:01:35.005 INFO E| Compiling colorchoice v1.0.3 |
| 8756 | 2025-04-15T04:01:36.634Z | [ recovery-image] Apr 15 04:01:35.005 INFO E| Compiling is_terminal_polyfill v1.70.1 |
| 8757 | 2025-04-15T04:01:36.634Z | [ recovery-image] Apr 15 04:01:35.005 INFO E| Compiling anstyle-query v1.1.2 |
| 8758 | 2025-04-15T04:01:36.634Z | [ recovery-image] Apr 15 04:01:35.005 INFO E| Compiling anstyle v1.0.10 |
| 8759 | 2025-04-15T04:01:37.114Z | [ recovery-image] Apr 15 04:01:35.489 INFO E| Compiling anstyle-parse v0.2.6 |
| 8760 | 2025-04-15T04:01:37.238Z | [ recovery-image] Apr 15 04:01:35.613 INFO E| Compiling strsim v0.11.1 |
| 8761 | 2025-04-15T04:01:37.326Z | [ recovery-image] Apr 15 04:01:35.701 INFO E| Compiling clap_lex v0.7.4 |
| 8762 | 2025-04-15T04:01:37.407Z | [ recovery-image] Apr 15 04:01:35.782 INFO E| Compiling heck v0.5.0 |
| 8763 | 2025-04-15T04:01:37.503Z | [ recovery-image] Apr 15 04:01:35.878 INFO E| Compiling once_cell v1.21.3 |
| 8764 | 2025-04-15T04:01:37.759Z | [ recovery-image] Apr 15 04:01:36.134 INFO E| Compiling anstream v0.6.18 |
| 8765 | 2025-04-15T04:01:38.510Z | [ recovery-image] Apr 15 04:01:36.878 INFO E| Compiling clap_builder v4.5.35 |
| 8766 | 2025-04-15T04:01:39.660Z | [ recovery-image] Apr 15 04:01:38.030 INFO E| Compiling os_pipe v1.2.1 |
| 8767 | 2025-04-15T04:01:39.660Z | [ recovery-image] Apr 15 04:01:38.031 INFO E| Compiling shared_child v1.0.1 |
| 8768 | 2025-04-15T04:01:39.843Z | [ recovery-image] Apr 15 04:01:38.218 INFO E| Compiling quote v1.0.40 |
| 8769 | 2025-04-15T04:01:39.985Z | [ recovery-image] Apr 15 04:01:38.360 INFO E| Compiling duct v0.13.7 |
| 8770 | 2025-04-15T04:01:40.471Z | [ recovery-image] Apr 15 04:01:38.846 INFO E| Compiling syn v2.0.100 |
| 8771 | 2025-04-15T04:01:50.159Z | [ recovery-image] Apr 15 04:01:45.864 INFO E| Compiling clap_derive v4.5.32 |
| 8772 | 2025-04-15T04:01:50.234Z | [ recovery-image] Apr 15 04:01:48.099 INFO E| Compiling clap v4.5.35 |
| 8773 | 2025-04-15T04:01:50.234Z | [ recovery-image] Apr 15 04:01:48.182 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
| 8774 | 2025-04-15T04:01:50.963Z | [ recovery-image] Apr 15 04:01:49.337 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.49s |
| 8775 | 2025-04-15T04:01:50.974Z | [ recovery-image] Apr 15 04:01:49.347 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
| 8776 | 2025-04-15T04:01:51.249Z | [ recovery-image] Apr 15 04:01:49.622 INFO E| Updating crates.io index |
| 8777 | 2025-04-15T04:01:51.435Z | [ recovery-image] Apr 15 04:01:49.808 INFO E| Downloading crates ... |
| 8778 | 2025-04-15T04:01:51.559Z | [ recovery-image] Apr 15 04:01:49.933 INFO E| Downloaded bitstruct_derive v0.1.0 |
| 8779 | 2025-04-15T04:01:51.566Z | [ recovery-image] Apr 15 04:01:49.940 INFO E| Downloaded seq-macro v0.3.6 |
| 8780 | 2025-04-15T04:01:51.575Z | [ recovery-image] Apr 15 04:01:49.949 INFO E| Downloaded log v0.4.27 |
| 8781 | 2025-04-15T04:01:51.579Z | [ recovery-image] Apr 15 04:01:49.953 INFO E| Downloaded bitstruct v0.1.1 |
| 8782 | 2025-04-15T04:01:51.588Z | [ recovery-image] Apr 15 04:01:49.961 INFO E| Downloaded cpio_reader v0.1.1 |
| 8783 | 2025-04-15T04:01:51.608Z | [ recovery-image] Apr 15 04:01:49.981 INFO E| Downloaded goblin v0.9.3 |
| 8784 | 2025-04-15T04:01:51.618Z | [ recovery-image] Apr 15 04:01:49.992 INFO E| Downloaded raw-cpuid v10.7.0 |
| 8785 | 2025-04-15T04:01:51.624Z | [ recovery-image] Apr 15 04:01:49.998 INFO E| Downloaded bit_field v0.10.2 |
| 8786 | 2025-04-15T04:01:51.772Z | [ recovery-image] Apr 15 04:01:50.146 INFO E| Downloaded x86 v0.52.0 |
| 8787 | 2025-04-15T04:01:51.860Z | [ recovery-image] Apr 15 04:01:50.233 INFO E| Updating crates.io index |
| 8788 | 2025-04-15T04:01:52.038Z | [ recovery-image] Apr 15 04:01:50.412 INFO E| Downloading crates ... |
| 8789 | 2025-04-15T04:01:52.115Z | [ recovery-image] Apr 15 04:01:50.489 INFO E| Downloaded allocator-api2 v0.2.21 |
| 8790 | 2025-04-15T04:01:52.138Z | [ recovery-image] Apr 15 04:01:50.511 INFO E| Downloaded compiler_builtins v0.1.152 |
| 8791 | 2025-04-15T04:01:52.230Z | [ recovery-image] Apr 15 04:01:50.603 INFO E| Compiling compiler_builtins v0.1.152 |
| 8792 | 2025-04-15T04:01:52.230Z | [ recovery-image] Apr 15 04:01:50.603 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-04-02-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 8793 | 2025-04-15T04:01:52.230Z | [ recovery-image] Apr 15 04:01:50.603 INFO E| Compiling proc-macro2 v1.0.94 |
| 8794 | 2025-04-15T04:01:52.233Z | [ recovery-image] Apr 15 04:01:50.603 INFO E| Compiling unicode-ident v1.0.18 |
| 8795 | 2025-04-15T04:01:52.233Z | [ recovery-image] Apr 15 04:01:50.603 INFO E| Compiling syn v1.0.109 |
| 8796 | 2025-04-15T04:01:52.233Z | [ recovery-image] Apr 15 04:01:50.604 INFO E| Compiling x86 v0.52.0 |
| 8797 | 2025-04-15T04:01:52.233Z | [ recovery-image] Apr 15 04:01:50.604 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 8798 | 2025-04-15T04:01:52.233Z | [ recovery-image] Apr 15 04:01:50.604 INFO E| Compiling seq-macro v0.3.6 |
| 8799 | 2025-04-15T04:01:53.697Z | [ recovery-image] Apr 15 04:01:52.070 INFO E| Compiling quote v1.0.40 |
| 8800 | 2025-04-15T04:01:54.001Z | [ recovery-image] Apr 15 04:01:52.374 INFO E| Compiling syn v2.0.100 |
| 8801 | 2025-04-15T04:01:56.752Z | [ recovery-image] Apr 15 04:01:55.125 INFO E| Compiling scroll_derive v0.12.0 |
| 8802 | 2025-04-15T04:01:59.149Z | [ recovery-image] Apr 15 04:01:57.519 INFO E| Compiling bitstruct_derive v0.1.0 |
| 8803 | 2025-04-15T04:02:02.126Z | [ host-image] Apr 15 04:02:00.498 INFO O| seeding SMF database... |
| 8804 | 2025-04-15T04:02:10.196Z | [ host-image] Apr 15 04:02:08.567 INFO O| configuring SMF profile... |
| 8805 | 2025-04-15T04:02:10.200Z | [ host-image] Apr 15 04:02:08.567 INFO O| modifying shadow(5)... |
| 8806 | 2025-04-15T04:02:10.200Z | [ host-image] Apr 15 04:02:08.567 INFO O| loading user and group database... |
| 8807 | 2025-04-15T04:02:10.200Z | [ host-image] Apr 15 04:02:08.567 INFO O| assessing packaged files... |
| 8808 | 2025-04-15T04:02:12.667Z | [ host-image] Apr 15 04:02:11.038 INFO O| creating archive... |
| 8809 | 2025-04-15T04:02:12.706Z | [ host-image] Apr 15 04:02:11.074 INFO O| missing from packaging: |
| 8810 | 2025-04-15T04:02:12.709Z | [ host-image] Apr 15 04:02:11.074 INFO O| "etc/.pwd.lock" |
| 8811 | 2025-04-15T04:02:12.710Z | [ host-image] Apr 15 04:02:11.074 INFO O| "etc/bash" |
| 8812 | 2025-04-15T04:02:12.710Z | [ host-image] Apr 15 04:02:11.080 INFO O| "etc/svc/profile/generic.xml" |
| 8813 | 2025-04-15T04:02:12.710Z | [ host-image] Apr 15 04:02:11.080 INFO O| "etc/svc/profile/inetd_services.xml" |
| 8814 | 2025-04-15T04:02:12.710Z | [ host-image] Apr 15 04:02:11.080 INFO O| "etc/svc/profile/name_service.xml" |
| 8815 | 2025-04-15T04:02:12.710Z | [ host-image] Apr 15 04:02:11.080 INFO O| "etc/svc/profile/platform.xml" |
| 8816 | 2025-04-15T04:02:12.710Z | [ host-image] Apr 15 04:02:11.080 INFO O| "etc/svc/profile/platform_omicron1.xml" |
| 8817 | 2025-04-15T04:02:12.710Z | [ host-image] Apr 15 04:02:11.080 INFO O| "etc/svc/repository.db" |
| 8818 | 2025-04-15T04:02:12.719Z | [ host-image] Apr 15 04:02:11.090 INFO O| "opt/ooce/share" |
| 8819 | 2025-04-15T04:02:12.719Z | [ host-image] Apr 15 04:02:11.090 INFO O| "opt/ooce/share/man" |
| 8820 | 2025-04-15T04:02:12.719Z | [ host-image] Apr 15 04:02:11.090 INFO O| "opt/ooce/share/man/man1" |
| 8821 | 2025-04-15T04:02:12.729Z | [ host-image] Apr 15 04:02:11.100 INFO O| finishing archive... |
| 8822 | 2025-04-15T04:02:13.112Z | [ recovery-image] Apr 15 04:02:11.484 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2025-04-02-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
| 8823 | 2025-04-15T04:02:15.685Z | [ recovery-image] Apr 15 04:02:14.056 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-04-02-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 8824 | 2025-04-15T04:02:16.359Z | [ host-image] Apr 15 04:02:14.730 INFO O| creating gzonly manifest... |
| 8825 | 2025-04-15T04:02:16.370Z | [ host-image] Apr 15 04:02:14.741 INFO O| ok |
| 8826 | 2025-04-15T04:02:16.585Z | [ host-image] Apr 15 04:02:14.955 INFO image builder template: ramdisk-02-trim... |
| 8827 | 2025-04-15T04:02:16.585Z | [ host-image] Apr 15 04:02:14.955 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpTI7q2c/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", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.334", "-n", "ramdisk-02-trim"], pwd: None |
| 8828 | 2025-04-15T04:02:16.624Z | [ host-image] Apr 15 04:02:14.995 INFO O| Apr 15 04:02:14.995 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
| 8829 | 2025-04-15T04:02:16.634Z | [ host-image] Apr 15 04:02:15.004 INFO O| Apr 15 04:02:15.004 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
| 8830 | 2025-04-15T04:02:16.862Z | [ host-image] Apr 15 04:02:15.233 INFO O| Apr 15 04:02:15.233 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
| 8831 | 2025-04-15T04:02:16.953Z | [ host-image] Apr 15 04:02:15.323 INFO O| Apr 15 04:02:15.323 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
| 8832 | 2025-04-15T04:02:16.953Z | [ host-image] Apr 15 04:02:15.323 INFO O| Apr 15 04:02:15.323 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
| 8833 | 2025-04-15T04:02:16.959Z | [ host-image] Apr 15 04:02:15.330 INFO O| Apr 15 04:02:15.330 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
| 8834 | 2025-04-15T04:02:16.965Z | [ host-image] Apr 15 04:02:15.336 INFO O| Apr 15 04:02:15.336 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
| 8835 | 2025-04-15T04:02:16.973Z | [ host-image] Apr 15 04:02:15.344 INFO O| Apr 15 04:02:15.344 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
| 8836 | 2025-04-15T04:02:17.191Z | [ host-image] Apr 15 04:02:15.561 INFO O| Apr 15 04:02:15.561 INFO rolled back to input snapshot; work may begin |
| 8837 | 2025-04-15T04:02:17.191Z | [ host-image] Apr 15 04:02:15.561 INFO O| Apr 15 04:02:15.561 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
| 8838 | 2025-04-15T04:02:17.198Z | [ host-image] Apr 15 04:02:15.568 INFO O| Apr 15 04:02:15.568 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8839 | 2025-04-15T04:02:17.209Z | [ host-image] Apr 15 04:02:15.580 INFO O| Apr 15 04:02:15.580 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
| 8840 | 2025-04-15T04:02:17.357Z | [ host-image] Apr 15 04:02:15.728 INFO O| Apr 15 04:02:15.728 INFO STEP 0 (remove_files) COMPLETE |
| 8841 | 2025-04-15T04:02:17.358Z | [ host-image] Apr 15 04:02:15.728 INFO O| Apr 15 04:02:15.728 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8842 | 2025-04-15T04:02:17.373Z | [ host-image] Apr 15 04:02:15.743 INFO O| Apr 15 04:02:15.743 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
| 8843 | 2025-04-15T04:02:17.376Z | [ host-image] Apr 15 04:02:15.745 INFO O| Apr 15 04:02:15.745 INFO STEP 1 (remove_files) COMPLETE |
| 8844 | 2025-04-15T04:02:17.376Z | [ host-image] Apr 15 04:02:15.746 INFO O| Apr 15 04:02:15.745 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8845 | 2025-04-15T04:02:17.392Z | [ host-image] Apr 15 04:02:15.763 INFO O| Apr 15 04:02:15.763 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
| 8846 | 2025-04-15T04:02:17.417Z | [ host-image] Apr 15 04:02:15.787 INFO O| Apr 15 04:02:15.787 INFO STEP 2 (remove_files) COMPLETE |
| 8847 | 2025-04-15T04:02:17.417Z | [ host-image] Apr 15 04:02:15.787 INFO O| Apr 15 04:02:15.787 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8848 | 2025-04-15T04:02:17.431Z | [ host-image] Apr 15 04:02:15.801 INFO O| Apr 15 04:02:15.801 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
| 8849 | 2025-04-15T04:02:17.434Z | [ host-image] Apr 15 04:02:15.803 INFO O| Apr 15 04:02:15.803 INFO STEP 3 (remove_files) COMPLETE |
| 8850 | 2025-04-15T04:02:17.434Z | [ host-image] Apr 15 04:02:15.803 INFO O| Apr 15 04:02:15.803 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8851 | 2025-04-15T04:02:17.447Z | [ host-image] Apr 15 04:02:15.816 INFO O| Apr 15 04:02:15.816 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
| 8852 | 2025-04-15T04:02:17.450Z | [ host-image] Apr 15 04:02:15.821 INFO O| Apr 15 04:02:15.820 INFO STEP 4 (remove_files) COMPLETE |
| 8853 | 2025-04-15T04:02:17.450Z | [ host-image] Apr 15 04:02:15.821 INFO O| Apr 15 04:02:15.820 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8854 | 2025-04-15T04:02:17.463Z | [ host-image] Apr 15 04:02:15.834 INFO O| Apr 15 04:02:15.834 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
| 8855 | 2025-04-15T04:02:17.467Z | [ host-image] Apr 15 04:02:15.837 INFO O| Apr 15 04:02:15.837 INFO STEP 5 (remove_files) COMPLETE |
| 8856 | 2025-04-15T04:02:17.467Z | [ host-image] Apr 15 04:02:15.837 INFO O| Apr 15 04:02:15.837 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8857 | 2025-04-15T04:02:17.478Z | [ host-image] Apr 15 04:02:15.849 INFO O| Apr 15 04:02:15.849 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
| 8858 | 2025-04-15T04:02:17.489Z | [ host-image] Apr 15 04:02:15.859 INFO O| Apr 15 04:02:15.859 INFO STEP 6 (remove_files) COMPLETE |
| 8859 | 2025-04-15T04:02:17.489Z | [ host-image] Apr 15 04:02:15.859 INFO O| Apr 15 04:02:15.859 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8860 | 2025-04-15T04:02:17.501Z | [ host-image] Apr 15 04:02:15.871 INFO O| Apr 15 04:02:15.871 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
| 8861 | 2025-04-15T04:02:17.514Z | [ host-image] Apr 15 04:02:15.885 INFO O| Apr 15 04:02:15.885 INFO STEP 7 (remove_files) COMPLETE |
| 8862 | 2025-04-15T04:02:17.514Z | [ host-image] Apr 15 04:02:15.885 INFO O| Apr 15 04:02:15.885 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8863 | 2025-04-15T04:02:17.526Z | [ host-image] Apr 15 04:02:15.896 INFO O| Apr 15 04:02:15.896 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
| 8864 | 2025-04-15T04:02:17.610Z | [ host-image] Apr 15 04:02:15.980 INFO O| Apr 15 04:02:15.980 INFO STEP 8 (remove_files) COMPLETE |
| 8865 | 2025-04-15T04:02:17.610Z | [ host-image] Apr 15 04:02:15.980 INFO O| Apr 15 04:02:15.980 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8866 | 2025-04-15T04:02:17.623Z | [ host-image] Apr 15 04:02:15.994 INFO O| Apr 15 04:02:15.994 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
| 8867 | 2025-04-15T04:02:17.724Z | [ host-image] Apr 15 04:02:16.094 INFO O| Apr 15 04:02:16.094 INFO STEP 9 (remove_files) COMPLETE |
| 8868 | 2025-04-15T04:02:17.724Z | [ host-image] Apr 15 04:02:16.094 INFO O| Apr 15 04:02:16.094 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8869 | 2025-04-15T04:02:17.739Z | [ host-image] Apr 15 04:02:16.110 INFO O| Apr 15 04:02:16.110 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
| 8870 | 2025-04-15T04:02:17.745Z | [ host-image] Apr 15 04:02:16.116 INFO O| Apr 15 04:02:16.116 INFO STEP 10 (remove_files) COMPLETE |
| 8871 | 2025-04-15T04:02:17.745Z | [ host-image] Apr 15 04:02:16.116 INFO O| Apr 15 04:02:16.116 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8872 | 2025-04-15T04:02:17.756Z | [ host-image] Apr 15 04:02:16.127 INFO O| Apr 15 04:02:16.126 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
| 8873 | 2025-04-15T04:02:17.759Z | [ host-image] Apr 15 04:02:16.128 INFO O| Apr 15 04:02:16.128 INFO STEP 11 (remove_files) COMPLETE |
| 8874 | 2025-04-15T04:02:17.759Z | [ host-image] Apr 15 04:02:16.128 INFO O| Apr 15 04:02:16.128 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8875 | 2025-04-15T04:02:17.767Z | [ host-image] Apr 15 04:02:16.138 INFO O| Apr 15 04:02:16.138 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
| 8876 | 2025-04-15T04:02:17.771Z | [ host-image] Apr 15 04:02:16.140 INFO O| Apr 15 04:02:16.140 INFO STEP 12 (remove_files) COMPLETE |
| 8877 | 2025-04-15T04:02:17.771Z | [ host-image] Apr 15 04:02:16.140 INFO O| Apr 15 04:02:16.140 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8878 | 2025-04-15T04:02:17.796Z | [ host-image] Apr 15 04:02:16.165 INFO O| Apr 15 04:02:16.165 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
| 8879 | 2025-04-15T04:02:17.796Z | [ host-image] Apr 15 04:02:16.165 INFO O| Apr 15 04:02:16.165 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
| 8880 | 2025-04-15T04:02:17.799Z | [ host-image] Apr 15 04:02:16.166 INFO O| Apr 15 04:02:16.166 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
| 8881 | 2025-04-15T04:02:17.799Z | [ host-image] Apr 15 04:02:16.166 INFO O| Apr 15 04:02:16.166 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
| 8882 | 2025-04-15T04:02:17.799Z | [ host-image] Apr 15 04:02:16.166 INFO O| Apr 15 04:02:16.166 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
| 8883 | 2025-04-15T04:02:17.799Z | [ host-image] Apr 15 04:02:16.166 INFO O| Apr 15 04:02:16.166 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
| 8884 | 2025-04-15T04:02:17.799Z | [ host-image] Apr 15 04:02:16.166 INFO O| Apr 15 04:02:16.166 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
| 8885 | 2025-04-15T04:02:17.799Z | [ host-image] Apr 15 04:02:16.166 INFO O| Apr 15 04:02:16.166 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
| 8886 | 2025-04-15T04:02:17.799Z | [ host-image] Apr 15 04:02:16.167 INFO O| Apr 15 04:02:16.167 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
| 8887 | 2025-04-15T04:02:17.799Z | [ host-image] Apr 15 04:02:16.167 INFO O| Apr 15 04:02:16.167 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
| 8888 | 2025-04-15T04:02:17.799Z | [ host-image] Apr 15 04:02:16.167 INFO O| Apr 15 04:02:16.167 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
| 8889 | 2025-04-15T04:02:17.799Z | [ host-image] Apr 15 04:02:16.167 INFO O| Apr 15 04:02:16.167 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
| 8890 | 2025-04-15T04:02:17.799Z | [ host-image] Apr 15 04:02:16.167 INFO O| Apr 15 04:02:16.167 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
| 8891 | 2025-04-15T04:02:17.799Z | [ host-image] Apr 15 04:02:16.167 INFO O| Apr 15 04:02:16.167 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
| 8892 | 2025-04-15T04:02:17.799Z | [ host-image] Apr 15 04:02:16.167 INFO O| Apr 15 04:02:16.167 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
| 8893 | 2025-04-15T04:02:17.799Z | [ host-image] Apr 15 04:02:16.168 INFO O| Apr 15 04:02:16.168 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
| 8894 | 2025-04-15T04:02:17.809Z | [ host-image] Apr 15 04:02:16.180 INFO O| Apr 15 04:02:16.180 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
| 8895 | 2025-04-15T04:02:17.922Z | [ host-image] Apr 15 04:02:16.291 INFO O| Apr 15 04:02:16.291 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
| 8896 | 2025-04-15T04:02:17.926Z | [ host-image] Apr 15 04:02:16.297 INFO O| Apr 15 04:02:16.297 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
| 8897 | 2025-04-15T04:02:17.931Z | [ host-image] Apr 15 04:02:16.302 INFO O| Apr 15 04:02:16.302 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
| 8898 | 2025-04-15T04:02:17.972Z | [ host-image] Apr 15 04:02:16.342 INFO O| Apr 15 04:02:16.342 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
| 8899 | 2025-04-15T04:02:18.227Z | [ host-image] Apr 15 04:02:16.598 INFO O| Apr 15 04:02:16.597 INFO STEP 13 (remove_files) COMPLETE |
| 8900 | 2025-04-15T04:02:18.227Z | [ host-image] Apr 15 04:02:16.598 INFO O| Apr 15 04:02:16.597 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8901 | 2025-04-15T04:02:18.245Z | [ host-image] Apr 15 04:02:16.616 INFO O| Apr 15 04:02:16.616 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
| 8902 | 2025-04-15T04:02:18.248Z | [ host-image] Apr 15 04:02:16.617 INFO O| Apr 15 04:02:16.617 INFO STEP 14 (remove_files) COMPLETE |
| 8903 | 2025-04-15T04:02:18.249Z | [ host-image] Apr 15 04:02:16.617 INFO O| Apr 15 04:02:16.617 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8904 | 2025-04-15T04:02:18.261Z | [ host-image] Apr 15 04:02:16.632 INFO O| Apr 15 04:02:16.631 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
| 8905 | 2025-04-15T04:02:18.268Z | [ host-image] Apr 15 04:02:16.638 INFO O| Apr 15 04:02:16.638 INFO STEP 15 (remove_files) COMPLETE |
| 8906 | 2025-04-15T04:02:18.268Z | [ host-image] Apr 15 04:02:16.639 INFO O| Apr 15 04:02:16.638 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8907 | 2025-04-15T04:02:18.280Z | [ host-image] Apr 15 04:02:16.651 INFO O| Apr 15 04:02:16.651 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
| 8908 | 2025-04-15T04:02:18.284Z | [ host-image] Apr 15 04:02:16.651 INFO O| Apr 15 04:02:16.651 INFO STEP 16 (remove_files) COMPLETE |
| 8909 | 2025-04-15T04:02:18.284Z | [ host-image] Apr 15 04:02:16.651 INFO O| Apr 15 04:02:16.651 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8910 | 2025-04-15T04:02:18.293Z | [ host-image] Apr 15 04:02:16.664 INFO O| Apr 15 04:02:16.664 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
| 8911 | 2025-04-15T04:02:18.296Z | [ host-image] Apr 15 04:02:16.665 INFO O| Apr 15 04:02:16.665 INFO STEP 17 (remove_files) COMPLETE |
| 8912 | 2025-04-15T04:02:18.296Z | [ host-image] Apr 15 04:02:16.665 INFO O| Apr 15 04:02:16.665 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8913 | 2025-04-15T04:02:18.307Z | [ host-image] Apr 15 04:02:16.676 INFO O| Apr 15 04:02:16.676 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
| 8914 | 2025-04-15T04:02:18.307Z | [ host-image] Apr 15 04:02:16.677 INFO O| Apr 15 04:02:16.677 INFO STEP 18 (remove_files) COMPLETE |
| 8915 | 2025-04-15T04:02:18.311Z | [ host-image] Apr 15 04:02:16.677 INFO O| Apr 15 04:02:16.677 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8916 | 2025-04-15T04:02:18.317Z | [ host-image] Apr 15 04:02:16.688 INFO O| Apr 15 04:02:16.688 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
| 8917 | 2025-04-15T04:02:18.323Z | [ host-image] Apr 15 04:02:16.688 INFO O| Apr 15 04:02:16.688 INFO STEP 19 (remove_files) COMPLETE |
| 8918 | 2025-04-15T04:02:18.323Z | [ host-image] Apr 15 04:02:16.688 INFO O| Apr 15 04:02:16.688 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8919 | 2025-04-15T04:02:18.330Z | [ host-image] Apr 15 04:02:16.699 INFO O| Apr 15 04:02:16.699 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
| 8920 | 2025-04-15T04:02:18.330Z | [ host-image] Apr 15 04:02:16.699 INFO O| Apr 15 04:02:16.699 INFO STEP 20 (remove_files) COMPLETE |
| 8921 | 2025-04-15T04:02:18.330Z | [ host-image] Apr 15 04:02:16.699 INFO O| Apr 15 04:02:16.699 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8922 | 2025-04-15T04:02:18.340Z | [ host-image] Apr 15 04:02:16.711 INFO O| Apr 15 04:02:16.711 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
| 8923 | 2025-04-15T04:02:18.340Z | [ host-image] Apr 15 04:02:16.711 INFO O| Apr 15 04:02:16.711 INFO STEP 21 (remove_files) COMPLETE |
| 8924 | 2025-04-15T04:02:18.345Z | [ host-image] Apr 15 04:02:16.711 INFO O| Apr 15 04:02:16.711 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8925 | 2025-04-15T04:02:18.351Z | [ host-image] Apr 15 04:02:16.722 INFO O| Apr 15 04:02:16.722 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
| 8926 | 2025-04-15T04:02:18.351Z | [ host-image] Apr 15 04:02:16.722 INFO O| Apr 15 04:02:16.722 INFO STEP 22 (remove_files) COMPLETE |
| 8927 | 2025-04-15T04:02:18.354Z | [ host-image] Apr 15 04:02:16.722 INFO O| Apr 15 04:02:16.722 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8928 | 2025-04-15T04:02:18.362Z | [ host-image] Apr 15 04:02:16.733 INFO O| Apr 15 04:02:16.733 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
| 8929 | 2025-04-15T04:02:18.365Z | [ host-image] Apr 15 04:02:16.733 INFO O| Apr 15 04:02:16.733 INFO STEP 23 (remove_files) COMPLETE |
| 8930 | 2025-04-15T04:02:18.365Z | [ host-image] Apr 15 04:02:16.733 INFO O| Apr 15 04:02:16.733 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8931 | 2025-04-15T04:02:18.373Z | [ host-image] Apr 15 04:02:16.744 INFO O| Apr 15 04:02:16.744 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
| 8932 | 2025-04-15T04:02:18.376Z | [ host-image] Apr 15 04:02:16.744 INFO O| Apr 15 04:02:16.744 INFO STEP 24 (remove_files) COMPLETE |
| 8933 | 2025-04-15T04:02:18.376Z | [ host-image] Apr 15 04:02:16.744 INFO O| Apr 15 04:02:16.744 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8934 | 2025-04-15T04:02:18.385Z | [ host-image] Apr 15 04:02:16.756 INFO O| Apr 15 04:02:16.756 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
| 8935 | 2025-04-15T04:02:18.385Z | [ host-image] Apr 15 04:02:16.756 INFO O| Apr 15 04:02:16.756 INFO STEP 25 (remove_files) COMPLETE |
| 8936 | 2025-04-15T04:02:18.385Z | [ host-image] Apr 15 04:02:16.756 INFO O| Apr 15 04:02:16.756 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8937 | 2025-04-15T04:02:18.397Z | [ host-image] Apr 15 04:02:16.768 INFO O| Apr 15 04:02:16.768 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
| 8938 | 2025-04-15T04:02:18.401Z | [ host-image] Apr 15 04:02:16.768 INFO O| Apr 15 04:02:16.768 INFO STEP 26 (remove_files) COMPLETE |
| 8939 | 2025-04-15T04:02:18.401Z | [ host-image] Apr 15 04:02:16.768 INFO O| Apr 15 04:02:16.768 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8940 | 2025-04-15T04:02:18.409Z | [ host-image] Apr 15 04:02:16.780 INFO O| Apr 15 04:02:16.780 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
| 8941 | 2025-04-15T04:02:18.409Z | [ host-image] Apr 15 04:02:16.780 INFO O| Apr 15 04:02:16.780 INFO STEP 27 (remove_files) COMPLETE |
| 8942 | 2025-04-15T04:02:18.412Z | [ host-image] Apr 15 04:02:16.780 INFO O| Apr 15 04:02:16.780 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8943 | 2025-04-15T04:02:18.421Z | [ host-image] Apr 15 04:02:16.791 INFO O| Apr 15 04:02:16.791 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
| 8944 | 2025-04-15T04:02:18.421Z | [ host-image] Apr 15 04:02:16.791 INFO O| Apr 15 04:02:16.791 INFO STEP 28 (remove_files) COMPLETE |
| 8945 | 2025-04-15T04:02:18.424Z | [ host-image] Apr 15 04:02:16.792 INFO O| Apr 15 04:02:16.791 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8946 | 2025-04-15T04:02:18.431Z | [ host-image] Apr 15 04:02:16.802 INFO O| Apr 15 04:02:16.802 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
| 8947 | 2025-04-15T04:02:18.434Z | [ host-image] Apr 15 04:02:16.802 INFO O| Apr 15 04:02:16.802 INFO STEP 29 (remove_files) COMPLETE |
| 8948 | 2025-04-15T04:02:18.434Z | [ host-image] Apr 15 04:02:16.802 INFO O| Apr 15 04:02:16.802 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8949 | 2025-04-15T04:02:18.442Z | [ host-image] Apr 15 04:02:16.813 INFO O| Apr 15 04:02:16.813 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
| 8950 | 2025-04-15T04:02:18.442Z | [ host-image] Apr 15 04:02:16.813 INFO O| Apr 15 04:02:16.813 INFO STEP 30 (remove_files) COMPLETE |
| 8951 | 2025-04-15T04:02:18.442Z | [ host-image] Apr 15 04:02:16.813 INFO O| Apr 15 04:02:16.813 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8952 | 2025-04-15T04:02:18.454Z | [ host-image] Apr 15 04:02:16.825 INFO O| Apr 15 04:02:16.825 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
| 8953 | 2025-04-15T04:02:18.457Z | [ host-image] Apr 15 04:02:16.825 INFO O| Apr 15 04:02:16.825 INFO STEP 31 (remove_files) COMPLETE |
| 8954 | 2025-04-15T04:02:18.457Z | [ host-image] Apr 15 04:02:16.825 INFO O| Apr 15 04:02:16.825 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8955 | 2025-04-15T04:02:18.466Z | [ host-image] Apr 15 04:02:16.837 INFO O| Apr 15 04:02:16.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
| 8956 | 2025-04-15T04:02:18.469Z | [ host-image] Apr 15 04:02:16.837 INFO O| Apr 15 04:02:16.837 INFO STEP 32 (remove_files) COMPLETE |
| 8957 | 2025-04-15T04:02:18.469Z | [ host-image] Apr 15 04:02:16.837 INFO O| Apr 15 04:02:16.837 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8958 | 2025-04-15T04:02:18.478Z | [ host-image] Apr 15 04:02:16.849 INFO O| Apr 15 04:02:16.849 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
| 8959 | 2025-04-15T04:02:18.482Z | [ host-image] Apr 15 04:02:16.849 INFO O| Apr 15 04:02:16.849 INFO STEP 33 (remove_files) COMPLETE |
| 8960 | 2025-04-15T04:02:18.482Z | [ host-image] Apr 15 04:02:16.849 INFO O| Apr 15 04:02:16.849 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8961 | 2025-04-15T04:02:18.490Z | [ host-image] Apr 15 04:02:16.860 INFO O| Apr 15 04:02:16.860 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
| 8962 | 2025-04-15T04:02:18.490Z | [ host-image] Apr 15 04:02:16.860 INFO O| Apr 15 04:02:16.860 INFO STEP 34 (remove_files) COMPLETE |
| 8963 | 2025-04-15T04:02:18.493Z | [ host-image] Apr 15 04:02:16.860 INFO O| Apr 15 04:02:16.860 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8964 | 2025-04-15T04:02:18.502Z | [ host-image] Apr 15 04:02:16.873 INFO O| Apr 15 04:02:16.873 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
| 8965 | 2025-04-15T04:02:18.502Z | [ host-image] Apr 15 04:02:16.873 INFO O| Apr 15 04:02:16.873 INFO STEP 35 (remove_files) COMPLETE |
| 8966 | 2025-04-15T04:02:18.502Z | [ host-image] Apr 15 04:02:16.873 INFO O| Apr 15 04:02:16.873 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8967 | 2025-04-15T04:02:18.513Z | [ host-image] Apr 15 04:02:16.884 INFO O| Apr 15 04:02:16.884 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
| 8968 | 2025-04-15T04:02:18.516Z | [ host-image] Apr 15 04:02:16.884 INFO O| Apr 15 04:02:16.884 INFO STEP 36 (remove_files) COMPLETE |
| 8969 | 2025-04-15T04:02:18.516Z | [ host-image] Apr 15 04:02:16.884 INFO O| Apr 15 04:02:16.884 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8970 | 2025-04-15T04:02:18.526Z | [ host-image] Apr 15 04:02:16.895 INFO O| Apr 15 04:02:16.894 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
| 8971 | 2025-04-15T04:02:18.526Z | [ host-image] Apr 15 04:02:16.895 INFO O| Apr 15 04:02:16.895 INFO STEP 37 (remove_files) COMPLETE |
| 8972 | 2025-04-15T04:02:18.529Z | [ host-image] Apr 15 04:02:16.895 INFO O| Apr 15 04:02:16.895 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8973 | 2025-04-15T04:02:18.535Z | [ host-image] Apr 15 04:02:16.906 INFO O| Apr 15 04:02:16.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
| 8974 | 2025-04-15T04:02:18.535Z | [ host-image] Apr 15 04:02:16.906 INFO O| Apr 15 04:02:16.906 INFO STEP 38 (remove_files) COMPLETE |
| 8975 | 2025-04-15T04:02:18.538Z | [ host-image] Apr 15 04:02:16.906 INFO O| Apr 15 04:02:16.906 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8976 | 2025-04-15T04:02:18.545Z | [ host-image] Apr 15 04:02:16.916 INFO O| Apr 15 04:02:16.916 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
| 8977 | 2025-04-15T04:02:18.545Z | [ host-image] Apr 15 04:02:16.916 INFO O| Apr 15 04:02:16.916 INFO STEP 39 (remove_files) COMPLETE |
| 8978 | 2025-04-15T04:02:18.549Z | [ host-image] Apr 15 04:02:16.916 INFO O| Apr 15 04:02:16.916 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8979 | 2025-04-15T04:02:18.557Z | [ host-image] Apr 15 04:02:16.928 INFO O| Apr 15 04:02:16.928 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
| 8980 | 2025-04-15T04:02:18.557Z | [ host-image] Apr 15 04:02:16.928 INFO O| Apr 15 04:02:16.928 INFO STEP 40 (remove_files) COMPLETE |
| 8981 | 2025-04-15T04:02:18.557Z | [ host-image] Apr 15 04:02:16.928 INFO O| Apr 15 04:02:16.928 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8982 | 2025-04-15T04:02:18.567Z | [ host-image] Apr 15 04:02:16.938 INFO O| Apr 15 04:02:16.938 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
| 8983 | 2025-04-15T04:02:18.567Z | [ host-image] Apr 15 04:02:16.938 INFO O| Apr 15 04:02:16.938 INFO STEP 41 (remove_files) COMPLETE |
| 8984 | 2025-04-15T04:02:18.571Z | [ host-image] Apr 15 04:02:16.938 INFO O| Apr 15 04:02:16.938 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8985 | 2025-04-15T04:02:18.578Z | [ host-image] Apr 15 04:02:16.949 INFO O| Apr 15 04:02:16.949 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
| 8986 | 2025-04-15T04:02:18.582Z | [ host-image] Apr 15 04:02:16.949 INFO O| Apr 15 04:02:16.949 INFO STEP 42 (remove_files) COMPLETE |
| 8987 | 2025-04-15T04:02:18.582Z | [ host-image] Apr 15 04:02:16.949 INFO O| Apr 15 04:02:16.949 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8988 | 2025-04-15T04:02:18.590Z | [ host-image] Apr 15 04:02:16.961 INFO O| Apr 15 04:02:16.961 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
| 8989 | 2025-04-15T04:02:18.593Z | [ host-image] Apr 15 04:02:16.961 INFO O| Apr 15 04:02:16.961 INFO STEP 43 (remove_files) COMPLETE |
| 8990 | 2025-04-15T04:02:18.593Z | [ host-image] Apr 15 04:02:16.961 INFO O| Apr 15 04:02:16.961 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8991 | 2025-04-15T04:02:18.601Z | [ host-image] Apr 15 04:02:16.972 INFO O| Apr 15 04:02:16.972 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 8992 | 2025-04-15T04:02:18.604Z | [ host-image] Apr 15 04:02:16.972 INFO O| Apr 15 04:02:16.972 INFO STEP 44 (remove_files) COMPLETE |
| 8993 | 2025-04-15T04:02:18.604Z | [ host-image] Apr 15 04:02:16.972 INFO O| Apr 15 04:02:16.972 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8994 | 2025-04-15T04:02:18.613Z | [ host-image] Apr 15 04:02:16.983 INFO O| Apr 15 04:02:16.983 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
| 8995 | 2025-04-15T04:02:18.616Z | [ host-image] Apr 15 04:02:16.983 INFO O| Apr 15 04:02:16.983 INFO STEP 45 (remove_files) COMPLETE |
| 8996 | 2025-04-15T04:02:18.616Z | [ host-image] Apr 15 04:02:16.983 INFO O| Apr 15 04:02:16.983 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8997 | 2025-04-15T04:02:18.624Z | [ host-image] Apr 15 04:02:16.995 INFO O| Apr 15 04:02:16.995 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 8998 | 2025-04-15T04:02:18.627Z | [ host-image] Apr 15 04:02:16.995 INFO O| Apr 15 04:02:16.995 INFO STEP 46 (remove_files) COMPLETE |
| 8999 | 2025-04-15T04:02:18.627Z | [ host-image] Apr 15 04:02:16.995 INFO O| Apr 15 04:02:16.995 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 9000 | 2025-04-15T04:02:18.635Z | [ host-image] Apr 15 04:02:17.006 INFO O| Apr 15 04:02:17.006 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 9001 | 2025-04-15T04:02:18.635Z | [ host-image] Apr 15 04:02:17.006 INFO O| Apr 15 04:02:17.006 INFO STEP 47 (remove_files) COMPLETE |
| 9002 | 2025-04-15T04:02:18.639Z | [ host-image] Apr 15 04:02:17.006 INFO O| Apr 15 04:02:17.006 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 9003 | 2025-04-15T04:02:18.649Z | [ host-image] Apr 15 04:02:17.019 INFO O| Apr 15 04:02:17.019 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
| 9004 | 2025-04-15T04:02:18.649Z | [ host-image] Apr 15 04:02:17.019 INFO O| Apr 15 04:02:17.019 INFO STEP 48 (remove_files) COMPLETE |
| 9005 | 2025-04-15T04:02:18.649Z | [ host-image] Apr 15 04:02:17.019 INFO O| Apr 15 04:02:17.019 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 9006 | 2025-04-15T04:02:18.660Z | [ host-image] Apr 15 04:02:17.031 INFO O| Apr 15 04:02:17.031 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
| 9007 | 2025-04-15T04:02:18.663Z | [ host-image] Apr 15 04:02:17.031 INFO O| Apr 15 04:02:17.031 INFO STEP 49 (remove_files) COMPLETE |
| 9008 | 2025-04-15T04:02:18.663Z | [ host-image] Apr 15 04:02:17.031 INFO O| Apr 15 04:02:17.031 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 9009 | 2025-04-15T04:02:18.671Z | [ host-image] Apr 15 04:02:17.042 INFO O| Apr 15 04:02:17.042 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
| 9010 | 2025-04-15T04:02:18.675Z | [ host-image] Apr 15 04:02:17.042 INFO O| Apr 15 04:02:17.042 INFO STEP 50 (remove_files) COMPLETE |
| 9011 | 2025-04-15T04:02:18.675Z | [ host-image] Apr 15 04:02:17.042 INFO O| Apr 15 04:02:17.042 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 9012 | 2025-04-15T04:02:18.688Z | [ host-image] Apr 15 04:02:17.052 INFO O| Apr 15 04:02:17.052 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 9013 | 2025-04-15T04:02:18.688Z | [ host-image] Apr 15 04:02:17.052 INFO O| Apr 15 04:02:17.052 INFO STEP 51 (remove_files) COMPLETE |
| 9014 | 2025-04-15T04:02:18.692Z | [ host-image] Apr 15 04:02:17.052 INFO O| Apr 15 04:02:17.052 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 9015 | 2025-04-15T04:02:18.692Z | [ host-image] Apr 15 04:02:17.063 INFO O| Apr 15 04:02:17.063 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 9016 | 2025-04-15T04:02:18.692Z | [ host-image] Apr 15 04:02:17.063 INFO O| Apr 15 04:02:17.063 INFO STEP 52 (remove_files) COMPLETE |
| 9017 | 2025-04-15T04:02:18.692Z | [ host-image] Apr 15 04:02:17.063 INFO O| Apr 15 04:02:17.063 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 9018 | 2025-04-15T04:02:18.703Z | [ host-image] Apr 15 04:02:17.074 INFO O| Apr 15 04:02:17.074 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
| 9019 | 2025-04-15T04:02:18.704Z | [ host-image] Apr 15 04:02:17.074 INFO O| Apr 15 04:02:17.074 INFO STEP 53 (remove_files) COMPLETE |
| 9020 | 2025-04-15T04:02:18.704Z | [ host-image] Apr 15 04:02:17.074 INFO O| Apr 15 04:02:17.074 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 9021 | 2025-04-15T04:02:18.717Z | [ host-image] Apr 15 04:02:17.088 INFO O| Apr 15 04:02:17.087 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
| 9022 | 2025-04-15T04:02:18.717Z | [ host-image] Apr 15 04:02:17.088 INFO O| Apr 15 04:02:17.088 INFO STEP 54 (remove_files) COMPLETE |
| 9023 | 2025-04-15T04:02:18.717Z | [ host-image] Apr 15 04:02:17.088 INFO O| Apr 15 04:02:17.088 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 9024 | 2025-04-15T04:02:18.732Z | [ host-image] Apr 15 04:02:17.103 INFO O| Apr 15 04:02:17.103 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
| 9025 | 2025-04-15T04:02:18.735Z | [ host-image] Apr 15 04:02:17.103 INFO O| Apr 15 04:02:17.103 INFO STEP 55 (remove_files) COMPLETE |
| 9026 | 2025-04-15T04:02:18.735Z | [ host-image] Apr 15 04:02:17.103 INFO O| Apr 15 04:02:17.103 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 9027 | 2025-04-15T04:02:18.743Z | [ host-image] Apr 15 04:02:17.114 INFO O| Apr 15 04:02:17.114 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
| 9028 | 2025-04-15T04:02:18.747Z | [ host-image] Apr 15 04:02:17.114 INFO O| Apr 15 04:02:17.114 INFO STEP 56 (remove_files) COMPLETE |
| 9029 | 2025-04-15T04:02:18.747Z | [ host-image] Apr 15 04:02:17.114 INFO O| Apr 15 04:02:17.114 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 9030 | 2025-04-15T04:02:18.755Z | [ host-image] Apr 15 04:02:17.126 INFO O| Apr 15 04:02:17.126 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
| 9031 | 2025-04-15T04:02:18.755Z | [ host-image] Apr 15 04:02:17.126 INFO O| Apr 15 04:02:17.126 INFO STEP 57 (remove_files) COMPLETE |
| 9032 | 2025-04-15T04:02:18.759Z | [ host-image] Apr 15 04:02:17.126 INFO O| Apr 15 04:02:17.126 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 9033 | 2025-04-15T04:02:18.767Z | [ host-image] Apr 15 04:02:17.138 INFO O| Apr 15 04:02:17.138 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 9034 | 2025-04-15T04:02:18.767Z | [ host-image] Apr 15 04:02:17.138 INFO O| Apr 15 04:02:17.138 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
| 9035 | 2025-04-15T04:02:18.767Z | [ host-image] Apr 15 04:02:17.138 INFO O| Apr 15 04:02:17.138 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
| 9036 | 2025-04-15T04:02:18.771Z | [ host-image] Apr 15 04:02:17.138 INFO O| Apr 15 04:02:17.138 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
| 9037 | 2025-04-15T04:02:18.771Z | [ host-image] Apr 15 04:02:17.138 INFO O| Apr 15 04:02:17.138 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
| 9038 | 2025-04-15T04:02:18.771Z | [ host-image] Apr 15 04:02:17.138 INFO O| Apr 15 04:02:17.138 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
| 9039 | 2025-04-15T04:02:18.771Z | [ host-image] Apr 15 04:02:17.138 INFO O| Apr 15 04:02:17.138 INFO ok! |
| 9040 | 2025-04-15T04:02:18.771Z | [ host-image] Apr 15 04:02:17.138 INFO O| Apr 15 04:02:17.138 INFO STEP 58 (ensure_file) COMPLETE |
| 9041 | 2025-04-15T04:02:18.771Z | [ host-image] Apr 15 04:02:17.138 INFO O| Apr 15 04:02:17.138 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 9042 | 2025-04-15T04:02:18.779Z | [ host-image] Apr 15 04:02:17.150 INFO O| Apr 15 04:02:17.150 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 9043 | 2025-04-15T04:02:18.779Z | [ host-image] Apr 15 04:02:17.150 INFO O| Apr 15 04:02:17.150 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
| 9044 | 2025-04-15T04:02:18.782Z | [ host-image] Apr 15 04:02:17.150 INFO O| Apr 15 04:02:17.150 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
| 9045 | 2025-04-15T04:02:18.782Z | [ host-image] Apr 15 04:02:17.150 INFO O| Apr 15 04:02:17.150 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
| 9046 | 2025-04-15T04:02:18.782Z | [ host-image] Apr 15 04:02:17.150 INFO O| Apr 15 04:02:17.150 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
| 9047 | 2025-04-15T04:02:18.782Z | [ host-image] Apr 15 04:02:17.150 INFO O| Apr 15 04:02:17.150 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
| 9048 | 2025-04-15T04:02:18.782Z | [ host-image] Apr 15 04:02:17.150 INFO O| Apr 15 04:02:17.150 INFO ok! |
| 9049 | 2025-04-15T04:02:18.782Z | [ host-image] Apr 15 04:02:17.150 INFO O| Apr 15 04:02:17.150 INFO STEP 59 (ensure_file) COMPLETE |
| 9050 | 2025-04-15T04:02:18.782Z | [ host-image] Apr 15 04:02:17.150 INFO O| Apr 15 04:02:17.150 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 9051 | 2025-04-15T04:02:18.791Z | [ host-image] Apr 15 04:02:17.162 INFO O| Apr 15 04:02:17.162 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
| 9052 | 2025-04-15T04:02:18.794Z | [ host-image] Apr 15 04:02:17.162 INFO O| Apr 15 04:02:17.162 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
| 9053 | 2025-04-15T04:02:18.794Z | [ host-image] Apr 15 04:02:17.162 INFO O| Apr 15 04:02:17.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
| 9054 | 2025-04-15T04:02:18.794Z | [ host-image] Apr 15 04:02:17.162 INFO O| Apr 15 04:02:17.162 INFO ok! |
| 9055 | 2025-04-15T04:02:18.794Z | [ host-image] Apr 15 04:02:17.162 INFO O| Apr 15 04:02:17.162 INFO STEP 60 (ensure_file) COMPLETE |
| 9056 | 2025-04-15T04:02:18.794Z | [ host-image] Apr 15 04:02:17.162 INFO O| Apr 15 04:02:17.162 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 9057 | 2025-04-15T04:02:18.803Z | [ host-image] Apr 15 04:02:17.174 INFO O| Apr 15 04:02:17.174 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 9058 | 2025-04-15T04:02:18.803Z | [ host-image] Apr 15 04:02:17.174 INFO O| Apr 15 04:02:17.174 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
| 9059 | 2025-04-15T04:02:18.806Z | [ host-image] Apr 15 04:02:17.174 INFO O| Apr 15 04:02:17.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
| 9060 | 2025-04-15T04:02:18.806Z | [ host-image] Apr 15 04:02:17.174 INFO O| Apr 15 04:02:17.174 INFO ok! |
| 9061 | 2025-04-15T04:02:18.806Z | [ host-image] Apr 15 04:02:17.174 INFO O| Apr 15 04:02:17.174 INFO STEP 61 (ensure_file) COMPLETE |
| 9062 | 2025-04-15T04:02:18.806Z | [ host-image] Apr 15 04:02:17.174 INFO O| Apr 15 04:02:17.174 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 9063 | 2025-04-15T04:02:18.814Z | [ host-image] Apr 15 04:02:17.185 INFO O| Apr 15 04:02:17.185 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 9064 | 2025-04-15T04:02:18.814Z | [ host-image] Apr 15 04:02:17.185 INFO O| Apr 15 04:02:17.185 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
| 9065 | 2025-04-15T04:02:18.818Z | [ host-image] Apr 15 04:02:17.185 INFO O| Apr 15 04:02:17.185 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
| 9066 | 2025-04-15T04:02:18.818Z | [ host-image] Apr 15 04:02:17.185 INFO O| Apr 15 04:02:17.185 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
| 9067 | 2025-04-15T04:02:18.818Z | [ host-image] Apr 15 04:02:17.185 INFO O| Apr 15 04:02:17.185 INFO ok! |
| 9068 | 2025-04-15T04:02:18.818Z | [ host-image] Apr 15 04:02:17.185 INFO O| Apr 15 04:02:17.185 INFO STEP 62 (ensure_file) COMPLETE |
| 9069 | 2025-04-15T04:02:18.818Z | [ host-image] Apr 15 04:02:17.185 INFO O| Apr 15 04:02:17.185 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 9070 | 2025-04-15T04:02:18.827Z | [ host-image] Apr 15 04:02:17.197 INFO O| Apr 15 04:02:17.197 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 9071 | 2025-04-15T04:02:18.827Z | [ host-image] Apr 15 04:02:17.197 INFO O| Apr 15 04:02:17.197 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
| 9072 | 2025-04-15T04:02:18.830Z | [ host-image] Apr 15 04:02:17.198 INFO O| Apr 15 04:02:17.197 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
| 9073 | 2025-04-15T04:02:18.831Z | [ host-image] Apr 15 04:02:17.198 INFO O| Apr 15 04:02:17.198 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
| 9074 | 2025-04-15T04:02:18.831Z | [ host-image] Apr 15 04:02:17.198 INFO O| Apr 15 04:02:17.198 INFO ok! |
| 9075 | 2025-04-15T04:02:18.831Z | [ host-image] Apr 15 04:02:17.198 INFO O| Apr 15 04:02:17.198 INFO STEP 63 (ensure_file) COMPLETE |
| 9076 | 2025-04-15T04:02:18.831Z | [ host-image] Apr 15 04:02:17.198 INFO O| Apr 15 04:02:17.198 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 9077 | 2025-04-15T04:02:18.838Z | [ host-image] Apr 15 04:02:17.209 INFO O| Apr 15 04:02:17.209 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
| 9078 | 2025-04-15T04:02:18.838Z | [ host-image] Apr 15 04:02:17.209 INFO O| Apr 15 04:02:17.209 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
| 9079 | 2025-04-15T04:02:18.838Z | [ host-image] Apr 15 04:02:17.209 INFO O| Apr 15 04:02:17.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
| 9080 | 2025-04-15T04:02:18.842Z | [ host-image] Apr 15 04:02:17.209 INFO O| Apr 15 04:02:17.209 INFO ok! |
| 9081 | 2025-04-15T04:02:18.842Z | [ host-image] Apr 15 04:02:17.209 INFO O| Apr 15 04:02:17.209 INFO STEP 64 (assemble_files) COMPLETE |
| 9082 | 2025-04-15T04:02:18.842Z | [ host-image] Apr 15 04:02:17.209 INFO O| Apr 15 04:02:17.209 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 9083 | 2025-04-15T04:02:18.850Z | [ host-image] Apr 15 04:02:17.221 INFO O| Apr 15 04:02:17.221 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
| 9084 | 2025-04-15T04:02:18.851Z | [ host-image] Apr 15 04:02:17.221 INFO O| Apr 15 04:02:17.221 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
| 9085 | 2025-04-15T04:02:18.851Z | [ host-image] Apr 15 04:02:17.221 INFO O| Apr 15 04:02:17.221 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
| 9086 | 2025-04-15T04:02:18.851Z | [ host-image] Apr 15 04:02:17.221 INFO O| Apr 15 04:02:17.221 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
| 9087 | 2025-04-15T04:02:18.851Z | [ host-image] Apr 15 04:02:17.221 INFO O| Apr 15 04:02:17.221 INFO ok! |
| 9088 | 2025-04-15T04:02:18.854Z | [ host-image] Apr 15 04:02:17.221 INFO O| Apr 15 04:02:17.221 INFO STEP 65 (ensure_file) COMPLETE |
| 9089 | 2025-04-15T04:02:18.854Z | [ host-image] Apr 15 04:02:17.221 INFO O| Apr 15 04:02:17.221 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 9090 | 2025-04-15T04:02:18.865Z | [ host-image] Apr 15 04:02:17.235 INFO O| Apr 15 04:02:17.235 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
| 9091 | 2025-04-15T04:02:18.869Z | [ host-image] Apr 15 04:02:17.236 INFO O| Apr 15 04:02:17.236 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
| 9092 | 2025-04-15T04:02:18.869Z | [ host-image] Apr 15 04:02:17.236 INFO O| Apr 15 04:02:17.236 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
| 9093 | 2025-04-15T04:02:18.869Z | [ host-image] Apr 15 04:02:17.236 INFO O| Apr 15 04:02:17.236 INFO STEP 66 (ensure_dir) COMPLETE |
| 9094 | 2025-04-15T04:02:18.869Z | [ host-image] Apr 15 04:02:17.236 INFO O| Apr 15 04:02:17.236 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 9095 | 2025-04-15T04:02:18.878Z | [ host-image] Apr 15 04:02:17.249 INFO O| Apr 15 04:02:17.249 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
| 9096 | 2025-04-15T04:02:18.878Z | [ host-image] Apr 15 04:02:17.249 INFO O| Apr 15 04:02:17.249 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/files.tar.gz -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz ... |
| 9097 | 2025-04-15T04:02:18.886Z | [ host-image] Apr 15 04:02:17.257 INFO O| Apr 15 04:02:17.257 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
| 9098 | 2025-04-15T04:02:18.886Z | [ host-image] Apr 15 04:02:17.257 INFO O| Apr 15 04:02:17.257 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
| 9099 | 2025-04-15T04:02:18.886Z | [ host-image] Apr 15 04:02:17.257 INFO O| Apr 15 04:02:17.257 INFO ok! |
| 9100 | 2025-04-15T04:02:18.889Z | [ host-image] Apr 15 04:02:17.257 INFO O| Apr 15 04:02:17.257 INFO STEP 67 (ensure_file) COMPLETE |
| 9101 | 2025-04-15T04:02:18.889Z | [ host-image] Apr 15 04:02:17.257 INFO O| Apr 15 04:02:17.257 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 9102 | 2025-04-15T04:02:18.901Z | [ host-image] Apr 15 04:02:17.272 INFO O| Apr 15 04:02:17.272 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
| 9103 | 2025-04-15T04:02:18.901Z | [ host-image] Apr 15 04:02:17.272 INFO O| Apr 15 04:02:17.272 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/gzonly.txt -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt ... |
| 9104 | 2025-04-15T04:02:18.905Z | [ host-image] Apr 15 04:02:17.272 INFO O| Apr 15 04:02:17.272 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
| 9105 | 2025-04-15T04:02:18.905Z | [ host-image] Apr 15 04:02:17.272 INFO O| Apr 15 04:02:17.272 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
| 9106 | 2025-04-15T04:02:18.905Z | [ host-image] Apr 15 04:02:17.272 INFO O| Apr 15 04:02:17.272 INFO ok! |
| 9107 | 2025-04-15T04:02:18.905Z | [ host-image] Apr 15 04:02:17.272 INFO O| Apr 15 04:02:17.272 INFO STEP 68 (ensure_file) COMPLETE |
| 9108 | 2025-04-15T04:02:18.905Z | [ host-image] Apr 15 04:02:17.272 INFO O| Apr 15 04:02:17.272 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 9109 | 2025-04-15T04:02:18.921Z | [ host-image] Apr 15 04:02:17.291 INFO O| Apr 15 04:02:17.291 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
| 9110 | 2025-04-15T04:02:18.921Z | [ host-image] Apr 15 04:02:17.292 INFO O| Apr 15 04:02:17.291 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
| 9111 | 2025-04-15T04:02:19.784Z | [ recovery-image] Apr 15 04:02:18.154 INFO E| Compiling bitflags v1.3.2 |
| 9112 | 2025-04-15T04:02:19.787Z | [ recovery-image] Apr 15 04:02:18.154 INFO E| Compiling scroll v0.12.0 |
| 9113 | 2025-04-15T04:02:19.787Z | [ recovery-image] Apr 15 04:02:18.154 INFO E| Compiling plain v0.2.3 |
| 9114 | 2025-04-15T04:02:19.787Z | [ recovery-image] Apr 15 04:02:18.155 INFO E| Compiling adler2 v2.0.0 |
| 9115 | 2025-04-15T04:02:19.787Z | [ recovery-image] Apr 15 04:02:18.155 INFO E| Compiling log v0.4.27 |
| 9116 | 2025-04-15T04:02:19.787Z | [ recovery-image] Apr 15 04:02:18.155 INFO E| Compiling bit_field v0.10.2 |
| 9117 | 2025-04-15T04:02:19.787Z | [ recovery-image] Apr 15 04:02:18.155 INFO E| Compiling bitstruct v0.1.1 |
| 9118 | 2025-04-15T04:02:19.909Z | [ recovery-image] Apr 15 04:02:18.280 INFO E| Compiling raw-cpuid v10.7.0 |
| 9119 | 2025-04-15T04:02:19.979Z | [ recovery-image] Apr 15 04:02:18.349 INFO E| Compiling miniz_oxide v0.8.5 |
| 9120 | 2025-04-15T04:02:20.056Z | [ recovery-image] Apr 15 04:02:18.426 INFO E| Compiling cpio_reader v0.1.1 |
| 9121 | 2025-04-15T04:02:20.136Z | [ recovery-image] Apr 15 04:02:18.506 INFO E| Compiling static_assertions v1.1.0 |
| 9122 | 2025-04-15T04:02:20.402Z | [ recovery-image] Apr 15 04:02:18.773 INFO E| Compiling goblin v0.9.3 |
| 9123 | 2025-04-15T04:02:22.216Z | [ host-image] Apr 15 04:02:20.586 INFO O| Apr 15 04:02:20.586 INFO STEP 69 (pack_tar) COMPLETE |
| 9124 | 2025-04-15T04:02:22.216Z | [ host-image] Apr 15 04:02:20.586 INFO O| Apr 15 04:02:20.586 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
| 9125 | 2025-04-15T04:02:22.220Z | [ host-image] Apr 15 04:02:20.586 INFO O| Apr 15 04:02:20.586 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
| 9126 | 2025-04-15T04:02:22.318Z | [ host-image] Apr 15 04:02:20.688 INFO O| Apr 15 04:02:20.687 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
| 9127 | 2025-04-15T04:02:22.420Z | [ host-image] Apr 15 04:02:20.791 INFO O| Apr 15 04:02:20.790 INFO completed processing gimlet/ramdisk-02-trim |
| 9128 | 2025-04-15T04:02:22.424Z | [ host-image] Apr 15 04:02:20.793 INFO image builder template: zfs... |
| 9129 | 2025-04-15T04:02:22.424Z | [ host-image] Apr 15 04:02:20.793 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpTI7q2c/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", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.334", "-n", "zfs"], pwd: None |
| 9130 | 2025-04-15T04:02:22.442Z | [ host-image] Apr 15 04:02:20.812 INFO O| Apr 15 04:02:20.812 INFO skip include "stress" because feature "stress" is not enabled |
| 9131 | 2025-04-15T04:02:22.488Z | [ host-image] Apr 15 04:02:20.858 INFO O| Apr 15 04:02:20.858 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
| 9132 | 2025-04-15T04:02:22.496Z | [ host-image] Apr 15 04:02:20.866 INFO O| Apr 15 04:02:20.865 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
| 9133 | 2025-04-15T04:02:22.575Z | [ host-image] Apr 15 04:02:20.945 INFO O| Apr 15 04:02:20.945 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
| 9134 | 2025-04-15T04:02:22.663Z | [ host-image] Apr 15 04:02:21.033 INFO O| Apr 15 04:02:21.033 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
| 9135 | 2025-04-15T04:02:22.663Z | [ host-image] Apr 15 04:02:21.033 INFO O| Apr 15 04:02:21.033 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
| 9136 | 2025-04-15T04:02:22.673Z | [ host-image] Apr 15 04:02:21.043 INFO O| Apr 15 04:02:21.042 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
| 9137 | 2025-04-15T04:02:22.806Z | [ host-image] Apr 15 04:02:21.176 INFO O| Apr 15 04:02:21.176 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
| 9138 | 2025-04-15T04:02:22.866Z | [ host-image] Apr 15 04:02:21.236 INFO O| Apr 15 04:02:21.236 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
| 9139 | 2025-04-15T04:02:22.886Z | [ host-image] Apr 15 04:02:21.256 INFO O| Apr 15 04:02:21.256 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
| 9140 | 2025-04-15T04:02:22.897Z | [ host-image] Apr 15 04:02:21.267 INFO O| Apr 15 04:02:21.267 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
| 9141 | 2025-04-15T04:02:22.897Z | [ host-image] Apr 15 04:02:21.268 INFO O| Apr 15 04:02:21.267 INFO no lofi found |
| 9142 | 2025-04-15T04:02:22.901Z | [ host-image] Apr 15 04:02:21.268 INFO O| Apr 15 04:02:21.268 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
| 9143 | 2025-04-15T04:02:22.901Z | [ host-image] Apr 15 04:02:21.268 INFO O| Apr 15 04:02:21.268 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
| 9144 | 2025-04-15T04:02:24.641Z | [ host-image] Apr 15 04:02:23.011 INFO O| Apr 15 04:02:23.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
| 9145 | 2025-04-15T04:02:24.641Z | [ host-image] Apr 15 04:02:23.011 INFO O| Apr 15 04:02:23.010 INFO pool device = /dev/dsk/c2t1d0p0 |
| 9146 | 2025-04-15T04:02:24.644Z | [ host-image] Apr 15 04:02:23.011 INFO O| Apr 15 04:02:23.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
| 9147 | 2025-04-15T04:02:24.744Z | [ host-image] Apr 15 04:02:23.114 INFO O| Apr 15 04:02:23.113 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9148 | 2025-04-15T04:02:24.744Z | [ host-image] Apr 15 04:02:23.114 INFO O| Apr 15 04:02:23.114 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
| 9149 | 2025-04-15T04:02:24.777Z | [ host-image] Apr 15 04:02:23.147 INFO O| Apr 15 04:02:23.147 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
| 9150 | 2025-04-15T04:02:24.856Z | [ host-image] Apr 15 04:02:23.226 INFO O| Apr 15 04:02:23.226 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
| 9151 | 2025-04-15T04:02:24.908Z | [ host-image] Apr 15 04:02:23.278 INFO O| Apr 15 04:02:23.278 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
| 9152 | 2025-04-15T04:02:24.928Z | [ host-image] Apr 15 04:02:23.297 INFO O| Apr 15 04:02:23.297 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
| 9153 | 2025-04-15T04:02:24.941Z | [ host-image] Apr 15 04:02:23.311 INFO O| Apr 15 04:02:23.311 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
| 9154 | 2025-04-15T04:02:25.004Z | [ host-image] Apr 15 04:02:23.374 INFO O| Apr 15 04:02:23.373 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
| 9155 | 2025-04-15T04:02:25.011Z | [ host-image] Apr 15 04:02:23.374 INFO O| Apr 15 04:02:23.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
| 9156 | 2025-04-15T04:02:25.011Z | [ host-image] Apr 15 04:02:23.374 INFO O| Apr 15 04:02:23.374 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
| 9157 | 2025-04-15T04:02:25.016Z | [ host-image] Apr 15 04:02:23.386 INFO O| Apr 15 04:02:23.386 INFO boot environment UUID: 1486fc49-1727-41b5-b9e7-06872d6f5185 |
| 9158 | 2025-04-15T04:02:25.016Z | [ host-image] Apr 15 04:02:23.386 INFO O| Apr 15 04:02:23.386 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 1486fc49-1727-41b5-b9e7-06872d6f5185 |
| 9159 | 2025-04-15T04:02:25.031Z | [ host-image] Apr 15 04:02:23.400 INFO O| Apr 15 04:02:23.400 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 9160 | 2025-04-15T04:02:25.047Z | [ host-image] Apr 15 04:02:23.417 INFO O| Apr 15 04:02:23.417 INFO STEP 0 (create_be) COMPLETE |
| 9161 | 2025-04-15T04:02:25.047Z | [ host-image] Apr 15 04:02:23.417 INFO O| Apr 15 04:02:23.417 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9162 | 2025-04-15T04:02:25.083Z | [ host-image] Apr 15 04:02:23.452 INFO O| Apr 15 04:02:23.452 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
| 9163 | 2025-04-15T04:02:29.458Z | [ recovery-image] Apr 15 04:02:27.826 INFO E| Finished `release` profile [optimized] target(s) in 38.46s |
| 9164 | 2025-04-15T04:02:29.489Z | [ recovery-image] Apr 15 04:02:27.858 INFO building host image... |
| 9165 | 2025-04-15T04:02:29.489Z | [ recovery-image] Apr 15 04:02:27.858 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-recovery/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 9166 | 2025-04-15T04:02:30.459Z | [ recovery-image] Apr 15 04:02:28.828 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
| 9167 | 2025-04-15T04:02:33.089Z | [ recovery-image] Apr 15 04:02:31.456 INFO image complete! materials are in "/work/os-recovery" |
| 9168 | 2025-04-15T04:02:33.099Z | [ recovery-image] |
| 9169 | 2025-04-15T04:02:33.099Z | Apr 15 04:02:31.468 INFO [recovery-image] process exited with exit status: 0 (825.550797053s) |
| 9170 | 2025-04-15T04:02:33.100Z | [ recovery-image] real 13:45.514876694 |
| 9171 | 2025-04-15T04:02:33.103Z | [ recovery-image] user 7:54.556842867 |
| 9172 | 2025-04-15T04:02:33.103Z | [ recovery-image] sys 1:14.716627833 |
| 9173 | 2025-04-15T04:02:33.103Z | [ recovery-image] trap 0.443279592 |
| 9174 | 2025-04-15T04:02:33.103Z | [ recovery-image] tflt 0.362583089 |
| 9175 | 2025-04-15T04:02:33.103Z | [ recovery-image] dflt 1.170760558 |
| 9176 | 2025-04-15T04:02:33.103Z | [ recovery-image] kflt 0.013045664 |
| 9177 | 2025-04-15T04:02:33.103Z | [ recovery-image] lock 44:12.864888798 |
| 9178 | 2025-04-15T04:02:33.103Z | [ recovery-image] slp 1:17:52.068270729 |
| 9179 | 2025-04-15T04:02:33.103Z | [ recovery-image] lat 4:01.286194822 |
| 9180 | 2025-04-15T04:02:33.103Z | [ recovery-image] stop 5.822992560 |
| 9181 | 2025-04-15T04:02:48.779Z | [ host-image] Apr 15 04:02:47.146 INFO O| Apr 15 04:02:47.146 INFO STEP 1 (unpack_tar) COMPLETE |
| 9182 | 2025-04-15T04:02:48.779Z | [ host-image] Apr 15 04:02:47.146 INFO O| Apr 15 04:02:47.146 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9183 | 2025-04-15T04:02:48.800Z | [ host-image] Apr 15 04:02:47.167 INFO O| Apr 15 04:02:47.167 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
| 9184 | 2025-04-15T04:02:48.994Z | [ host-image] Apr 15 04:02:47.361 INFO O| Apr 15 04:02:47.361 INFO STEP 2 (devfsadm) COMPLETE |
| 9185 | 2025-04-15T04:02:48.994Z | [ host-image] Apr 15 04:02:47.361 INFO O| Apr 15 04:02:47.361 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9186 | 2025-04-15T04:02:49.015Z | [ host-image] Apr 15 04:02:47.382 INFO O| Apr 15 04:02:47.382 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
| 9187 | 2025-04-15T04:02:49.018Z | [ host-image] Apr 15 04:02:47.382 INFO O| Apr 15 04:02:47.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
| 9188 | 2025-04-15T04:02:49.019Z | [ host-image] Apr 15 04:02:47.382 INFO O| Apr 15 04:02:47.382 INFO STEP 3 (ensure_dir) COMPLETE |
| 9189 | 2025-04-15T04:02:49.019Z | [ host-image] Apr 15 04:02:47.382 INFO O| Apr 15 04:02:47.382 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9190 | 2025-04-15T04:02:49.037Z | [ host-image] Apr 15 04:02:47.404 INFO O| Apr 15 04:02:47.404 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
| 9191 | 2025-04-15T04:02:49.037Z | [ host-image] Apr 15 04:02:47.404 INFO O| Apr 15 04:02:47.404 INFO STEP 4 (ensure_dir) COMPLETE |
| 9192 | 2025-04-15T04:02:49.041Z | [ host-image] Apr 15 04:02:47.405 INFO O| Apr 15 04:02:47.405 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9193 | 2025-04-15T04:02:49.059Z | [ host-image] Apr 15 04:02:47.426 INFO O| Apr 15 04:02:47.426 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
| 9194 | 2025-04-15T04:02:49.059Z | [ host-image] Apr 15 04:02:47.426 INFO O| Apr 15 04:02:47.426 INFO STEP 5 (ensure_dir) COMPLETE |
| 9195 | 2025-04-15T04:02:49.059Z | [ host-image] Apr 15 04:02:47.426 INFO O| Apr 15 04:02:47.426 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9196 | 2025-04-15T04:02:49.092Z | [ host-image] Apr 15 04:02:47.459 INFO O| Apr 15 04:02:47.459 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
| 9197 | 2025-04-15T04:02:49.096Z | [ host-image] Apr 15 04:02:47.460 INFO O| Apr 15 04:02:47.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
| 9198 | 2025-04-15T04:02:49.096Z | [ host-image] Apr 15 04:02:47.460 INFO O| Apr 15 04:02:47.460 INFO STEP 6 (ensure_dir) COMPLETE |
| 9199 | 2025-04-15T04:02:49.096Z | [ host-image] Apr 15 04:02:47.460 INFO O| Apr 15 04:02:47.460 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9200 | 2025-04-15T04:02:49.172Z | [ host-image] Apr 15 04:02:47.539 INFO O| Apr 15 04:02:47.539 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
| 9201 | 2025-04-15T04:02:49.176Z | [ host-image] Apr 15 04:02:47.539 INFO O| Apr 15 04:02:47.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
| 9202 | 2025-04-15T04:02:49.176Z | [ host-image] Apr 15 04:02:47.539 INFO O| Apr 15 04:02:47.539 INFO STEP 7 (ensure_dir) COMPLETE |
| 9203 | 2025-04-15T04:02:49.176Z | [ host-image] Apr 15 04:02:47.539 INFO O| Apr 15 04:02:47.539 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9204 | 2025-04-15T04:02:49.196Z | [ host-image] Apr 15 04:02:47.563 INFO O| Apr 15 04:02:47.562 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
| 9205 | 2025-04-15T04:02:49.199Z | [ host-image] Apr 15 04:02:47.563 INFO O| Apr 15 04:02:47.563 INFO STEP 8 (remove_files) COMPLETE |
| 9206 | 2025-04-15T04:02:49.199Z | [ host-image] Apr 15 04:02:47.563 INFO O| Apr 15 04:02:47.563 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9207 | 2025-04-15T04:02:49.218Z | [ host-image] Apr 15 04:02:47.585 INFO O| Apr 15 04:02:47.585 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
| 9208 | 2025-04-15T04:02:49.222Z | [ host-image] Apr 15 04:02:47.587 INFO O| Apr 15 04:02:47.587 INFO STEP 9 (remove_files) COMPLETE |
| 9209 | 2025-04-15T04:02:49.222Z | [ host-image] Apr 15 04:02:47.587 INFO O| Apr 15 04:02:47.587 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9210 | 2025-04-15T04:02:49.243Z | [ host-image] Apr 15 04:02:47.609 INFO O| Apr 15 04:02:47.609 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
| 9211 | 2025-04-15T04:02:49.246Z | [ host-image] Apr 15 04:02:47.611 INFO O| Apr 15 04:02:47.611 INFO STEP 10 (remove_files) COMPLETE |
| 9212 | 2025-04-15T04:02:49.246Z | [ host-image] Apr 15 04:02:47.611 INFO O| Apr 15 04:02:47.611 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9213 | 2025-04-15T04:02:49.271Z | [ host-image] Apr 15 04:02:47.634 INFO O| Apr 15 04:02:47.634 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
| 9214 | 2025-04-15T04:02:49.275Z | [ host-image] Apr 15 04:02:47.635 INFO O| Apr 15 04:02:47.634 INFO STEP 11 (remove_files) COMPLETE |
| 9215 | 2025-04-15T04:02:49.275Z | [ host-image] Apr 15 04:02:47.635 INFO O| Apr 15 04:02:47.635 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9216 | 2025-04-15T04:02:49.291Z | [ host-image] Apr 15 04:02:47.657 INFO O| Apr 15 04:02:47.657 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
| 9217 | 2025-04-15T04:02:49.291Z | [ host-image] Apr 15 04:02:47.657 INFO O| Apr 15 04:02:47.657 INFO STEP 12 (remove_files) COMPLETE |
| 9218 | 2025-04-15T04:02:49.291Z | [ host-image] Apr 15 04:02:47.657 INFO O| Apr 15 04:02:47.657 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9219 | 2025-04-15T04:02:49.347Z | [ host-image] Apr 15 04:02:47.714 INFO O| Apr 15 04:02:47.714 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
| 9220 | 2025-04-15T04:02:49.347Z | [ host-image] Apr 15 04:02:47.714 INFO O| Apr 15 04:02:47.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
| 9221 | 2025-04-15T04:02:49.347Z | [ host-image] Apr 15 04:02:47.714 INFO O| Apr 15 04:02:47.714 INFO STEP 13 (ensure_dir) COMPLETE |
| 9222 | 2025-04-15T04:02:49.351Z | [ host-image] Apr 15 04:02:47.714 INFO O| Apr 15 04:02:47.714 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9223 | 2025-04-15T04:02:49.435Z | [ host-image] Apr 15 04:02:47.801 INFO O| Apr 15 04:02:47.801 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
| 9224 | 2025-04-15T04:02:49.439Z | [ host-image] Apr 15 04:02:47.802 INFO O| Apr 15 04:02:47.801 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
| 9225 | 2025-04-15T04:02:49.439Z | [ host-image] Apr 15 04:02:47.802 INFO O| Apr 15 04:02:47.802 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
| 9226 | 2025-04-15T04:02:49.439Z | [ host-image] Apr 15 04:02:47.802 INFO O| Apr 15 04:02:47.802 INFO STEP 14 (ensure_dir) COMPLETE |
| 9227 | 2025-04-15T04:02:49.439Z | [ host-image] Apr 15 04:02:47.802 INFO O| Apr 15 04:02:47.802 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9228 | 2025-04-15T04:02:49.478Z | [ host-image] Apr 15 04:02:47.842 INFO O| Apr 15 04:02:47.842 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
| 9229 | 2025-04-15T04:02:49.485Z | [ host-image] Apr 15 04:02:47.842 INFO O| Apr 15 04:02:47.842 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
| 9230 | 2025-04-15T04:02:49.486Z | [ host-image] Apr 15 04:02:47.842 INFO O| Apr 15 04:02:47.842 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
| 9231 | 2025-04-15T04:02:49.486Z | [ host-image] Apr 15 04:02:47.842 INFO O| Apr 15 04:02:47.842 INFO STEP 15 (ensure_dir) COMPLETE |
| 9232 | 2025-04-15T04:02:49.486Z | [ host-image] Apr 15 04:02:47.843 INFO O| Apr 15 04:02:47.842 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9233 | 2025-04-15T04:02:49.502Z | [ host-image] Apr 15 04:02:47.864 INFO O| Apr 15 04:02:47.864 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
| 9234 | 2025-04-15T04:02:49.503Z | [ host-image] Apr 15 04:02:47.864 INFO O| Apr 15 04:02:47.864 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
| 9235 | 2025-04-15T04:02:49.518Z | [ host-image] Apr 15 04:02:47.864 INFO O| Apr 15 04:02:47.864 INFO STEP 16 (ensure_dir) COMPLETE |
| 9236 | 2025-04-15T04:02:49.519Z | [ host-image] Apr 15 04:02:47.864 INFO O| Apr 15 04:02:47.864 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9237 | 2025-04-15T04:02:49.526Z | [ host-image] Apr 15 04:02:47.885 INFO O| Apr 15 04:02:47.885 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
| 9238 | 2025-04-15T04:02:49.526Z | [ host-image] Apr 15 04:02:47.885 INFO O| Apr 15 04:02:47.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
| 9239 | 2025-04-15T04:02:49.526Z | [ host-image] Apr 15 04:02:47.885 INFO O| Apr 15 04:02:47.885 INFO STEP 17 (ensure_dir) COMPLETE |
| 9240 | 2025-04-15T04:02:49.526Z | [ host-image] Apr 15 04:02:47.885 INFO O| Apr 15 04:02:47.885 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9241 | 2025-04-15T04:02:49.554Z | [ host-image] Apr 15 04:02:47.917 INFO O| Apr 15 04:02:47.917 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 9242 | 2025-04-15T04:02:49.554Z | [ host-image] Apr 15 04:02:47.918 INFO O| Apr 15 04:02:47.917 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
| 9243 | 2025-04-15T04:02:49.565Z | [ host-image] Apr 15 04:02:47.918 INFO O| Apr 15 04:02:47.917 INFO ok! |
| 9244 | 2025-04-15T04:02:49.565Z | [ host-image] Apr 15 04:02:47.918 INFO O| Apr 15 04:02:47.917 INFO STEP 18 (ensure_symlink) COMPLETE |
| 9245 | 2025-04-15T04:02:49.565Z | [ host-image] Apr 15 04:02:47.918 INFO O| Apr 15 04:02:47.918 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9246 | 2025-04-15T04:02:49.595Z | [ host-image] Apr 15 04:02:47.954 INFO O| Apr 15 04:02:47.954 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
| 9247 | 2025-04-15T04:02:49.595Z | [ host-image] Apr 15 04:02:47.954 INFO O| Apr 15 04:02:47.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
| 9248 | 2025-04-15T04:02:49.610Z | [ host-image] Apr 15 04:02:47.954 INFO O| Apr 15 04:02:47.954 INFO ok! |
| 9249 | 2025-04-15T04:02:49.610Z | [ host-image] Apr 15 04:02:47.954 INFO O| Apr 15 04:02:47.954 INFO STEP 19 (ensure_file) COMPLETE |
| 9250 | 2025-04-15T04:02:49.610Z | [ host-image] Apr 15 04:02:47.954 INFO O| Apr 15 04:02:47.954 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9251 | 2025-04-15T04:02:49.622Z | [ host-image] Apr 15 04:02:47.978 INFO O| Apr 15 04:02:47.978 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
| 9252 | 2025-04-15T04:02:49.622Z | [ host-image] Apr 15 04:02:47.978 INFO O| Apr 15 04:02:47.978 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 9253 | 2025-04-15T04:02:49.622Z | [ host-image] Apr 15 04:02:47.979 INFO O| Apr 15 04:02:47.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
| 9254 | 2025-04-15T04:02:49.622Z | [ host-image] Apr 15 04:02:47.979 INFO O| Apr 15 04:02:47.978 INFO ok! |
| 9255 | 2025-04-15T04:02:49.622Z | [ host-image] Apr 15 04:02:47.979 INFO O| Apr 15 04:02:47.979 INFO STEP 20 (ensure_symlink) COMPLETE |
| 9256 | 2025-04-15T04:02:49.622Z | [ host-image] Apr 15 04:02:47.979 INFO O| Apr 15 04:02:47.979 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9257 | 2025-04-15T04:02:49.641Z | [ host-image] Apr 15 04:02:48.001 INFO O| Apr 15 04:02:48.001 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
| 9258 | 2025-04-15T04:02:49.642Z | [ host-image] Apr 15 04:02:48.001 INFO O| Apr 15 04:02:48.001 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 9259 | 2025-04-15T04:02:49.642Z | [ host-image] Apr 15 04:02:48.001 INFO O| Apr 15 04:02:48.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
| 9260 | 2025-04-15T04:02:49.642Z | [ host-image] Apr 15 04:02:48.001 INFO O| Apr 15 04:02:48.001 INFO ok! |
| 9261 | 2025-04-15T04:02:49.658Z | [ host-image] Apr 15 04:02:48.001 INFO O| Apr 15 04:02:48.001 INFO STEP 21 (ensure_symlink) COMPLETE |
| 9262 | 2025-04-15T04:02:49.658Z | [ host-image] Apr 15 04:02:48.001 INFO O| Apr 15 04:02:48.001 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9263 | 2025-04-15T04:02:49.679Z | [ host-image] Apr 15 04:02:48.023 INFO O| Apr 15 04:02:48.023 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
| 9264 | 2025-04-15T04:02:49.679Z | [ host-image] Apr 15 04:02:48.024 INFO O| Apr 15 04:02:48.023 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 9265 | 2025-04-15T04:02:49.679Z | [ host-image] Apr 15 04:02:48.024 INFO O| Apr 15 04:02:48.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
| 9266 | 2025-04-15T04:02:49.680Z | [ host-image] Apr 15 04:02:48.024 INFO O| Apr 15 04:02:48.024 INFO ok! |
| 9267 | 2025-04-15T04:02:49.680Z | [ host-image] Apr 15 04:02:48.024 INFO O| Apr 15 04:02:48.024 INFO STEP 22 (ensure_symlink) COMPLETE |
| 9268 | 2025-04-15T04:02:49.680Z | [ host-image] Apr 15 04:02:48.024 INFO O| Apr 15 04:02:48.024 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9269 | 2025-04-15T04:02:49.690Z | [ host-image] Apr 15 04:02:48.045 INFO O| Apr 15 04:02:48.045 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
| 9270 | 2025-04-15T04:02:49.690Z | [ host-image] Apr 15 04:02:48.045 INFO O| Apr 15 04:02:48.045 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 9271 | 2025-04-15T04:02:49.690Z | [ host-image] Apr 15 04:02:48.046 INFO O| Apr 15 04:02:48.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
| 9272 | 2025-04-15T04:02:49.690Z | [ host-image] Apr 15 04:02:48.046 INFO O| Apr 15 04:02:48.046 INFO ok! |
| 9273 | 2025-04-15T04:02:49.690Z | [ host-image] Apr 15 04:02:48.046 INFO O| Apr 15 04:02:48.046 INFO STEP 23 (ensure_symlink) COMPLETE |
| 9274 | 2025-04-15T04:02:49.690Z | [ host-image] Apr 15 04:02:48.046 INFO O| Apr 15 04:02:48.046 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9275 | 2025-04-15T04:02:49.722Z | [ host-image] Apr 15 04:02:48.086 INFO O| Apr 15 04:02:48.086 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 9276 | 2025-04-15T04:02:49.746Z | [ host-image] Apr 15 04:02:48.087 INFO O| Apr 15 04:02:48.086 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
| 9277 | 2025-04-15T04:02:49.746Z | [ host-image] Apr 15 04:02:48.087 INFO O| Apr 15 04:02:48.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
| 9278 | 2025-04-15T04:02:49.747Z | [ host-image] Apr 15 04:02:48.087 INFO O| Apr 15 04:02:48.087 INFO ok! |
| 9279 | 2025-04-15T04:02:49.747Z | [ host-image] Apr 15 04:02:48.087 INFO O| Apr 15 04:02:48.087 INFO STEP 24 (ensure_file) COMPLETE |
| 9280 | 2025-04-15T04:02:49.747Z | [ host-image] Apr 15 04:02:48.087 INFO O| Apr 15 04:02:48.087 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9281 | 2025-04-15T04:02:49.760Z | [ host-image] Apr 15 04:02:48.108 INFO O| Apr 15 04:02:48.107 INFO updating shadow file |
| 9282 | 2025-04-15T04:02:49.760Z | [ host-image] Apr 15 04:02:48.108 INFO O| Apr 15 04:02:48.108 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
| 9283 | 2025-04-15T04:02:49.760Z | [ host-image] Apr 15 04:02:48.108 INFO O| Apr 15 04:02:48.108 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
| 9284 | 2025-04-15T04:02:49.760Z | [ host-image] Apr 15 04:02:48.108 INFO O| Apr 15 04:02:48.108 INFO STEP 25 (shadow) COMPLETE |
| 9285 | 2025-04-15T04:02:49.760Z | [ host-image] Apr 15 04:02:48.108 INFO O| Apr 15 04:02:48.108 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9286 | 2025-04-15T04:02:49.805Z | [ host-image] Apr 15 04:02:48.169 INFO O| Apr 15 04:02:48.169 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 9287 | 2025-04-15T04:02:49.805Z | [ host-image] Apr 15 04:02:48.169 INFO O| Apr 15 04:02:48.169 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
| 9288 | 2025-04-15T04:02:49.821Z | [ host-image] Apr 15 04:02:48.170 INFO O| Apr 15 04:02:48.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
| 9289 | 2025-04-15T04:02:49.822Z | [ host-image] Apr 15 04:02:48.170 INFO O| Apr 15 04:02:48.170 INFO ok! |
| 9290 | 2025-04-15T04:02:49.822Z | [ host-image] Apr 15 04:02:48.170 INFO O| Apr 15 04:02:48.170 INFO STEP 26 (ensure_file) COMPLETE |
| 9291 | 2025-04-15T04:02:49.822Z | [ host-image] Apr 15 04:02:48.170 INFO O| Apr 15 04:02:48.170 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9292 | 2025-04-15T04:02:49.850Z | [ host-image] Apr 15 04:02:48.190 INFO O| Apr 15 04:02:48.189 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
| 9293 | 2025-04-15T04:02:49.850Z | [ host-image] Apr 15 04:02:48.190 INFO O| Apr 15 04:02:48.189 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
| 9294 | 2025-04-15T04:02:49.850Z | [ host-image] Apr 15 04:02:48.190 INFO O| Apr 15 04:02:48.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
| 9295 | 2025-04-15T04:02:49.850Z | [ host-image] Apr 15 04:02:48.190 INFO O| Apr 15 04:02:48.190 INFO ok! |
| 9296 | 2025-04-15T04:02:49.850Z | [ host-image] Apr 15 04:02:48.190 INFO O| Apr 15 04:02:48.190 INFO STEP 27 (ensure_file) COMPLETE |
| 9297 | 2025-04-15T04:02:49.850Z | [ host-image] Apr 15 04:02:48.190 INFO O| Apr 15 04:02:48.190 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9298 | 2025-04-15T04:02:49.869Z | [ host-image] Apr 15 04:02:48.210 INFO O| Apr 15 04:02:48.210 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 9299 | 2025-04-15T04:02:49.869Z | [ host-image] Apr 15 04:02:48.210 INFO O| Apr 15 04:02:48.210 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
| 9300 | 2025-04-15T04:02:49.869Z | [ host-image] Apr 15 04:02:48.210 INFO O| Apr 15 04:02:48.210 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
| 9301 | 2025-04-15T04:02:49.869Z | [ host-image] Apr 15 04:02:48.210 INFO O| Apr 15 04:02:48.210 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
| 9302 | 2025-04-15T04:02:49.870Z | [ host-image] Apr 15 04:02:48.210 INFO O| Apr 15 04:02:48.210 INFO ok! |
| 9303 | 2025-04-15T04:02:49.870Z | [ host-image] Apr 15 04:02:48.211 INFO O| Apr 15 04:02:48.210 INFO STEP 28 (ensure_file) COMPLETE |
| 9304 | 2025-04-15T04:02:49.870Z | [ host-image] Apr 15 04:02:48.211 INFO O| Apr 15 04:02:48.211 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9305 | 2025-04-15T04:02:49.895Z | [ host-image] Apr 15 04:02:48.245 INFO O| Apr 15 04:02:48.245 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
| 9306 | 2025-04-15T04:02:49.895Z | [ host-image] Apr 15 04:02:48.245 INFO O| Apr 15 04:02:48.245 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
| 9307 | 2025-04-15T04:02:49.922Z | [ host-image] Apr 15 04:02:48.245 INFO O| Apr 15 04:02:48.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
| 9308 | 2025-04-15T04:02:49.922Z | [ host-image] Apr 15 04:02:48.245 INFO O| Apr 15 04:02:48.245 INFO ok! |
| 9309 | 2025-04-15T04:02:49.922Z | [ host-image] Apr 15 04:02:48.245 INFO O| Apr 15 04:02:48.245 INFO STEP 29 (ensure_file) COMPLETE |
| 9310 | 2025-04-15T04:02:49.922Z | [ host-image] Apr 15 04:02:48.245 INFO O| Apr 15 04:02:48.245 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9311 | 2025-04-15T04:02:49.922Z | [ host-image] Apr 15 04:02:48.266 INFO O| Apr 15 04:02:48.266 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
| 9312 | 2025-04-15T04:02:49.922Z | [ host-image] Apr 15 04:02:48.266 INFO O| Apr 15 04:02:48.266 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
| 9313 | 2025-04-15T04:02:49.923Z | [ host-image] Apr 15 04:02:48.266 INFO O| Apr 15 04:02:48.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
| 9314 | 2025-04-15T04:02:49.923Z | [ host-image] Apr 15 04:02:48.266 INFO O| Apr 15 04:02:48.266 INFO ok! |
| 9315 | 2025-04-15T04:02:49.923Z | [ host-image] Apr 15 04:02:48.266 INFO O| Apr 15 04:02:48.266 INFO STEP 30 (ensure_file) COMPLETE |
| 9316 | 2025-04-15T04:02:49.923Z | [ host-image] Apr 15 04:02:48.266 INFO O| Apr 15 04:02:48.266 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9317 | 2025-04-15T04:02:49.936Z | [ host-image] Apr 15 04:02:48.286 INFO O| Apr 15 04:02:48.286 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
| 9318 | 2025-04-15T04:02:49.936Z | [ host-image] Apr 15 04:02:48.286 INFO O| Apr 15 04:02:48.286 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
| 9319 | 2025-04-15T04:02:49.936Z | [ host-image] Apr 15 04:02:48.287 INFO O| Apr 15 04:02:48.287 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
| 9320 | 2025-04-15T04:02:49.936Z | [ host-image] Apr 15 04:02:48.287 INFO O| Apr 15 04:02:48.287 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
| 9321 | 2025-04-15T04:02:49.937Z | [ host-image] Apr 15 04:02:48.287 INFO O| Apr 15 04:02:48.287 INFO ok! |
| 9322 | 2025-04-15T04:02:49.937Z | [ host-image] Apr 15 04:02:48.287 INFO O| Apr 15 04:02:48.287 INFO STEP 31 (ensure_file) COMPLETE |
| 9323 | 2025-04-15T04:02:49.937Z | [ host-image] Apr 15 04:02:48.287 INFO O| Apr 15 04:02:48.287 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9324 | 2025-04-15T04:02:49.998Z | [ host-image] Apr 15 04:02:48.330 INFO O| Apr 15 04:02:48.330 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
| 9325 | 2025-04-15T04:02:49.998Z | [ host-image] Apr 15 04:02:48.330 INFO O| Apr 15 04:02:48.330 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
| 9326 | 2025-04-15T04:02:50.017Z | [ host-image] Apr 15 04:02:48.330 INFO O| Apr 15 04:02:48.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
| 9327 | 2025-04-15T04:02:50.017Z | [ host-image] Apr 15 04:02:48.331 INFO O| Apr 15 04:02:48.330 INFO ok! |
| 9328 | 2025-04-15T04:02:50.017Z | [ host-image] Apr 15 04:02:48.331 INFO O| Apr 15 04:02:48.330 INFO STEP 32 (ensure_file) COMPLETE |
| 9329 | 2025-04-15T04:02:50.017Z | [ host-image] Apr 15 04:02:48.331 INFO O| Apr 15 04:02:48.331 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9330 | 2025-04-15T04:02:50.017Z | [ host-image] Apr 15 04:02:48.370 INFO O| Apr 15 04:02:48.370 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 9331 | 2025-04-15T04:02:50.017Z | [ host-image] Apr 15 04:02:48.370 INFO O| Apr 15 04:02:48.370 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
| 9332 | 2025-04-15T04:02:50.018Z | [ host-image] Apr 15 04:02:48.370 INFO O| Apr 15 04:02:48.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
| 9333 | 2025-04-15T04:02:50.018Z | [ host-image] Apr 15 04:02:48.370 INFO O| Apr 15 04:02:48.370 INFO ok! |
| 9334 | 2025-04-15T04:02:50.018Z | [ host-image] Apr 15 04:02:48.370 INFO O| Apr 15 04:02:48.370 INFO STEP 33 (ensure_file) COMPLETE |
| 9335 | 2025-04-15T04:02:50.018Z | [ host-image] Apr 15 04:02:48.370 INFO O| Apr 15 04:02:48.370 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9336 | 2025-04-15T04:02:50.029Z | [ host-image] Apr 15 04:02:48.393 INFO O| Apr 15 04:02:48.393 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
| 9337 | 2025-04-15T04:02:50.029Z | [ host-image] Apr 15 04:02:48.394 INFO O| Apr 15 04:02:48.393 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
| 9338 | 2025-04-15T04:02:50.042Z | [ host-image] Apr 15 04:02:48.394 INFO O| Apr 15 04:02:48.394 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
| 9339 | 2025-04-15T04:02:50.042Z | [ host-image] Apr 15 04:02:48.394 INFO O| Apr 15 04:02:48.394 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
| 9340 | 2025-04-15T04:02:50.042Z | [ host-image] Apr 15 04:02:48.394 INFO O| Apr 15 04:02:48.394 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
| 9341 | 2025-04-15T04:02:50.042Z | [ host-image] Apr 15 04:02:48.394 INFO O| Apr 15 04:02:48.394 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
| 9342 | 2025-04-15T04:02:50.043Z | [ host-image] Apr 15 04:02:48.394 INFO O| Apr 15 04:02:48.394 INFO ok! |
| 9343 | 2025-04-15T04:02:50.043Z | [ host-image] Apr 15 04:02:48.394 INFO O| Apr 15 04:02:48.394 INFO STEP 34 (ensure_file) COMPLETE |
| 9344 | 2025-04-15T04:02:50.043Z | [ host-image] Apr 15 04:02:48.394 INFO O| Apr 15 04:02:48.394 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9345 | 2025-04-15T04:02:50.052Z | [ host-image] Apr 15 04:02:48.417 INFO O| Apr 15 04:02:48.417 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
| 9346 | 2025-04-15T04:02:50.062Z | [ host-image] Apr 15 04:02:48.417 INFO O| Apr 15 04:02:48.417 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
| 9347 | 2025-04-15T04:02:50.062Z | [ host-image] Apr 15 04:02:48.417 INFO O| Apr 15 04:02:48.417 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
| 9348 | 2025-04-15T04:02:50.062Z | [ host-image] Apr 15 04:02:48.417 INFO O| Apr 15 04:02:48.417 INFO STEP 35 (ensure_dir) COMPLETE |
| 9349 | 2025-04-15T04:02:50.063Z | [ host-image] Apr 15 04:02:48.417 INFO O| Apr 15 04:02:48.417 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9350 | 2025-04-15T04:02:50.094Z | [ host-image] Apr 15 04:02:48.448 INFO O| Apr 15 04:02:48.447 INFO file /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist |
| 9351 | 2025-04-15T04:02:50.094Z | [ host-image] Apr 15 04:02:48.448 INFO O| Apr 15 04:02:48.448 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/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ... |
| 9352 | 2025-04-15T04:02:50.099Z | [ host-image] Apr 15 04:02:48.448 INFO O| Apr 15 04:02:48.448 INFO perms are 644, should be 555, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin |
| 9353 | 2025-04-15T04:02:50.099Z | [ host-image] Apr 15 04:02:48.448 INFO O| Apr 15 04:02:48.448 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin |
| 9354 | 2025-04-15T04:02:50.099Z | [ host-image] Apr 15 04:02:48.448 INFO O| Apr 15 04:02:48.448 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin |
| 9355 | 2025-04-15T04:02:50.099Z | [ host-image] Apr 15 04:02:48.448 INFO O| Apr 15 04:02:48.448 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin |
| 9356 | 2025-04-15T04:02:50.099Z | [ host-image] Apr 15 04:02:48.448 INFO O| Apr 15 04:02:48.448 INFO ok! |
| 9357 | 2025-04-15T04:02:50.099Z | [ host-image] Apr 15 04:02:48.448 INFO O| Apr 15 04:02:48.448 INFO STEP 36 (ensure_file) COMPLETE |
| 9358 | 2025-04-15T04:02:50.099Z | [ host-image] Apr 15 04:02:48.448 INFO O| Apr 15 04:02:48.448 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9359 | 2025-04-15T04:02:50.137Z | [ host-image] Apr 15 04:02:48.503 INFO O| Apr 15 04:02:48.503 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 9360 | 2025-04-15T04:02:50.143Z | [ host-image] Apr 15 04:02:48.503 INFO O| Apr 15 04:02:48.503 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ... |
| 9361 | 2025-04-15T04:02:50.143Z | [ host-image] Apr 15 04:02:48.503 INFO O| Apr 15 04:02:48.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 9362 | 2025-04-15T04:02:50.143Z | [ host-image] Apr 15 04:02:48.503 INFO O| Apr 15 04:02:48.503 INFO ok! |
| 9363 | 2025-04-15T04:02:50.143Z | [ host-image] Apr 15 04:02:48.503 INFO O| Apr 15 04:02:48.503 INFO STEP 37 (ensure_symlink) COMPLETE |
| 9364 | 2025-04-15T04:02:50.143Z | [ host-image] Apr 15 04:02:48.503 INFO O| Apr 15 04:02:48.503 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9365 | 2025-04-15T04:02:50.162Z | [ host-image] Apr 15 04:02:48.527 INFO O| Apr 15 04:02:48.527 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
| 9366 | 2025-04-15T04:02:50.162Z | [ host-image] Apr 15 04:02:48.527 INFO O| Apr 15 04:02:48.527 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
| 9367 | 2025-04-15T04:02:50.162Z | [ host-image] Apr 15 04:02:48.527 INFO O| Apr 15 04:02:48.527 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
| 9368 | 2025-04-15T04:02:50.175Z | [ host-image] Apr 15 04:02:48.527 INFO O| Apr 15 04:02:48.527 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
| 9369 | 2025-04-15T04:02:50.176Z | [ host-image] Apr 15 04:02:48.528 INFO O| Apr 15 04:02:48.528 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
| 9370 | 2025-04-15T04:02:50.176Z | [ host-image] Apr 15 04:02:48.528 INFO O| Apr 15 04:02:48.528 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
| 9371 | 2025-04-15T04:02:50.176Z | [ host-image] Apr 15 04:02:48.528 INFO O| Apr 15 04:02:48.528 INFO ok! |
| 9372 | 2025-04-15T04:02:50.176Z | [ host-image] Apr 15 04:02:48.528 INFO O| Apr 15 04:02:48.528 INFO STEP 38 (ensure_file) COMPLETE |
| 9373 | 2025-04-15T04:02:50.176Z | [ host-image] Apr 15 04:02:48.528 INFO O| Apr 15 04:02:48.528 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9374 | 2025-04-15T04:02:50.197Z | [ host-image] Apr 15 04:02:48.552 INFO O| Apr 15 04:02:48.552 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
| 9375 | 2025-04-15T04:02:50.197Z | [ host-image] Apr 15 04:02:48.552 INFO O| Apr 15 04:02:48.552 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ... |
| 9376 | 2025-04-15T04:02:50.205Z | [ host-image] Apr 15 04:02:48.552 INFO O| Apr 15 04:02:48.552 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
| 9377 | 2025-04-15T04:02:50.205Z | [ host-image] Apr 15 04:02:48.552 INFO O| Apr 15 04:02:48.552 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
| 9378 | 2025-04-15T04:02:50.205Z | [ host-image] Apr 15 04:02:48.552 INFO O| Apr 15 04:02:48.552 INFO ok! |
| 9379 | 2025-04-15T04:02:50.205Z | [ host-image] Apr 15 04:02:48.552 INFO O| Apr 15 04:02:48.552 INFO STEP 39 (ensure_file) COMPLETE |
| 9380 | 2025-04-15T04:02:50.205Z | [ host-image] Apr 15 04:02:48.552 INFO O| Apr 15 04:02:48.552 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9381 | 2025-04-15T04:02:50.212Z | [ host-image] Apr 15 04:02:48.575 INFO O| Apr 15 04:02:48.575 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
| 9382 | 2025-04-15T04:02:50.212Z | [ host-image] Apr 15 04:02:48.575 INFO O| Apr 15 04:02:48.575 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
| 9383 | 2025-04-15T04:02:50.213Z | [ host-image] Apr 15 04:02:48.575 INFO O| Apr 15 04:02:48.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
| 9384 | 2025-04-15T04:02:50.213Z | [ host-image] Apr 15 04:02:48.575 INFO O| Apr 15 04:02:48.575 INFO ok! |
| 9385 | 2025-04-15T04:02:50.213Z | [ host-image] Apr 15 04:02:48.575 INFO O| Apr 15 04:02:48.575 INFO STEP 40 (ensure_file) COMPLETE |
| 9386 | 2025-04-15T04:02:50.213Z | [ host-image] Apr 15 04:02:48.575 INFO O| Apr 15 04:02:48.575 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9387 | 2025-04-15T04:02:50.233Z | [ host-image] Apr 15 04:02:48.599 INFO O| Apr 15 04:02:48.599 INFO updating shadow file |
| 9388 | 2025-04-15T04:02:50.292Z | [ host-image] Apr 15 04:02:48.599 INFO O| Apr 15 04:02:48.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
| 9389 | 2025-04-15T04:02:50.292Z | [ host-image] Apr 15 04:02:48.599 INFO O| Apr 15 04:02:48.599 INFO STEP 41 (shadow) COMPLETE |
| 9390 | 2025-04-15T04:02:50.293Z | [ host-image] Apr 15 04:02:48.599 INFO O| Apr 15 04:02:48.599 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9391 | 2025-04-15T04:02:50.293Z | [ host-image] Apr 15 04:02:48.622 INFO O| Apr 15 04:02:48.622 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
| 9392 | 2025-04-15T04:02:50.293Z | [ host-image] Apr 15 04:02:48.622 INFO O| Apr 15 04:02:48.622 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
| 9393 | 2025-04-15T04:02:50.293Z | [ host-image] Apr 15 04:02:48.622 INFO O| Apr 15 04:02:48.622 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
| 9394 | 2025-04-15T04:02:50.293Z | [ host-image] Apr 15 04:02:48.622 INFO O| Apr 15 04:02:48.622 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
| 9395 | 2025-04-15T04:02:50.293Z | [ host-image] Apr 15 04:02:48.622 INFO O| Apr 15 04:02:48.622 INFO ok! |
| 9396 | 2025-04-15T04:02:50.293Z | [ host-image] Apr 15 04:02:48.623 INFO O| Apr 15 04:02:48.622 INFO STEP 42 (ensure_file) COMPLETE |
| 9397 | 2025-04-15T04:02:50.293Z | [ host-image] Apr 15 04:02:48.623 INFO O| Apr 15 04:02:48.623 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9398 | 2025-04-15T04:02:50.293Z | [ host-image] Apr 15 04:02:48.623 INFO O| Apr 15 04:02:48.623 INFO skip step because feature "mfg" is not enabled |
| 9399 | 2025-04-15T04:02:50.293Z | [ host-image] Apr 15 04:02:48.623 INFO O| Apr 15 04:02:48.623 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9400 | 2025-04-15T04:02:50.293Z | [ host-image] Apr 15 04:02:48.623 INFO O| Apr 15 04:02:48.623 INFO skip step because feature "mfg" is not enabled |
| 9401 | 2025-04-15T04:02:50.293Z | [ host-image] Apr 15 04:02:48.623 INFO O| Apr 15 04:02:48.623 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9402 | 2025-04-15T04:02:50.353Z | [ host-image] Apr 15 04:02:48.702 INFO O| Apr 15 04:02:48.702 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
| 9403 | 2025-04-15T04:02:50.353Z | [ host-image] Apr 15 04:02:48.702 INFO O| Apr 15 04:02:48.702 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
| 9404 | 2025-04-15T04:02:51.146Z | [ host-image] Apr 15 04:02:49.498 INFO O| Apr 15 04:02:49.498 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
| 9405 | 2025-04-15T04:02:51.147Z | [ host-image] Apr 15 04:02:49.498 INFO O| Apr 15 04:02:49.498 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
| 9406 | 2025-04-15T04:02:51.147Z | [ host-image] Apr 15 04:02:49.498 INFO O| Apr 15 04:02:49.498 INFO ok! |
| 9407 | 2025-04-15T04:02:51.204Z | [ host-image] Apr 15 04:02:49.498 INFO O| Apr 15 04:02:49.498 INFO STEP 45 (ensure_file) COMPLETE |
| 9408 | 2025-04-15T04:02:51.205Z | [ host-image] Apr 15 04:02:49.498 INFO O| Apr 15 04:02:49.498 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9409 | 2025-04-15T04:02:51.205Z | [ host-image] Apr 15 04:02:49.519 INFO O| Apr 15 04:02:49.519 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
| 9410 | 2025-04-15T04:02:51.205Z | [ host-image] Apr 15 04:02:49.519 INFO O| Apr 15 04:02:49.519 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
| 9411 | 2025-04-15T04:02:51.205Z | [ host-image] Apr 15 04:02:49.519 INFO O| Apr 15 04:02:49.519 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
| 9412 | 2025-04-15T04:02:51.205Z | [ host-image] Apr 15 04:02:49.520 INFO O| Apr 15 04:02:49.519 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
| 9413 | 2025-04-15T04:02:51.205Z | [ host-image] Apr 15 04:02:49.520 INFO O| Apr 15 04:02:49.520 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
| 9414 | 2025-04-15T04:02:51.205Z | [ host-image] Apr 15 04:02:49.520 INFO O| Apr 15 04:02:49.520 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
| 9415 | 2025-04-15T04:02:51.206Z | [ host-image] Apr 15 04:02:49.520 INFO O| Apr 15 04:02:49.520 INFO ok! |
| 9416 | 2025-04-15T04:02:51.206Z | [ host-image] Apr 15 04:02:49.520 INFO O| Apr 15 04:02:49.520 INFO STEP 46 (ensure_file) COMPLETE |
| 9417 | 2025-04-15T04:02:51.206Z | [ host-image] Apr 15 04:02:49.520 INFO O| Apr 15 04:02:49.520 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9418 | 2025-04-15T04:02:51.232Z | [ host-image] Apr 15 04:02:49.555 INFO O| Apr 15 04:02:49.554 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
| 9419 | 2025-04-15T04:02:51.232Z | [ host-image] Apr 15 04:02:49.555 INFO O| Apr 15 04:02:49.555 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ... |
| 9420 | 2025-04-15T04:02:51.232Z | [ host-image] Apr 15 04:02:49.555 INFO O| Apr 15 04:02:49.555 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
| 9421 | 2025-04-15T04:02:51.233Z | [ host-image] Apr 15 04:02:49.555 INFO O| Apr 15 04:02:49.555 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
| 9422 | 2025-04-15T04:02:51.233Z | [ host-image] Apr 15 04:02:49.555 INFO O| Apr 15 04:02:49.555 INFO ok! |
| 9423 | 2025-04-15T04:02:51.233Z | [ host-image] Apr 15 04:02:49.556 INFO O| Apr 15 04:02:49.555 INFO STEP 47 (ensure_file) COMPLETE |
| 9424 | 2025-04-15T04:02:51.233Z | [ host-image] Apr 15 04:02:49.556 INFO O| Apr 15 04:02:49.556 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9425 | 2025-04-15T04:02:51.233Z | [ host-image] Apr 15 04:02:49.579 INFO O| Apr 15 04:02:49.579 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
| 9426 | 2025-04-15T04:02:51.233Z | [ host-image] Apr 15 04:02:49.579 INFO O| Apr 15 04:02:49.579 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
| 9427 | 2025-04-15T04:02:51.234Z | [ host-image] Apr 15 04:02:49.579 INFO O| Apr 15 04:02:49.579 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
| 9428 | 2025-04-15T04:02:51.234Z | [ host-image] Apr 15 04:02:49.580 INFO O| Apr 15 04:02:49.579 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
| 9429 | 2025-04-15T04:02:51.234Z | [ host-image] Apr 15 04:02:49.580 INFO O| Apr 15 04:02:49.580 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
| 9430 | 2025-04-15T04:02:51.234Z | [ host-image] Apr 15 04:02:49.580 INFO O| Apr 15 04:02:49.580 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
| 9431 | 2025-04-15T04:02:51.234Z | [ host-image] Apr 15 04:02:49.580 INFO O| Apr 15 04:02:49.580 INFO ok! |
| 9432 | 2025-04-15T04:02:51.234Z | [ host-image] Apr 15 04:02:49.580 INFO O| Apr 15 04:02:49.580 INFO STEP 48 (ensure_file) COMPLETE |
| 9433 | 2025-04-15T04:02:51.234Z | [ host-image] Apr 15 04:02:49.580 INFO O| Apr 15 04:02:49.580 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9434 | 2025-04-15T04:02:51.242Z | [ host-image] Apr 15 04:02:49.601 INFO O| Apr 15 04:02:49.601 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
| 9435 | 2025-04-15T04:02:51.242Z | [ host-image] Apr 15 04:02:49.601 INFO O| Apr 15 04:02:49.601 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml ... |
| 9436 | 2025-04-15T04:02:51.242Z | [ host-image] Apr 15 04:02:49.602 INFO O| Apr 15 04:02:49.601 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
| 9437 | 2025-04-15T04:02:51.243Z | [ host-image] Apr 15 04:02:49.602 INFO O| Apr 15 04:02:49.602 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
| 9438 | 2025-04-15T04:02:51.243Z | [ host-image] Apr 15 04:02:49.602 INFO O| Apr 15 04:02:49.602 INFO ok! |
| 9439 | 2025-04-15T04:02:51.243Z | [ host-image] Apr 15 04:02:49.602 INFO O| Apr 15 04:02:49.602 INFO STEP 49 (ensure_file) COMPLETE |
| 9440 | 2025-04-15T04:02:51.243Z | [ host-image] Apr 15 04:02:49.602 INFO O| Apr 15 04:02:49.602 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9441 | 2025-04-15T04:02:51.258Z | [ host-image] Apr 15 04:02:49.625 INFO O| Apr 15 04:02:49.624 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
| 9442 | 2025-04-15T04:02:51.259Z | [ host-image] Apr 15 04:02:49.625 INFO O| Apr 15 04:02:49.625 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
| 9443 | 2025-04-15T04:02:51.264Z | [ host-image] Apr 15 04:02:49.625 INFO O| Apr 15 04:02:49.625 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
| 9444 | 2025-04-15T04:02:51.264Z | [ host-image] Apr 15 04:02:49.625 INFO O| Apr 15 04:02:49.625 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
| 9445 | 2025-04-15T04:02:51.264Z | [ host-image] Apr 15 04:02:49.625 INFO O| Apr 15 04:02:49.625 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
| 9446 | 2025-04-15T04:02:51.264Z | [ host-image] Apr 15 04:02:49.625 INFO O| Apr 15 04:02:49.625 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
| 9447 | 2025-04-15T04:02:51.264Z | [ host-image] Apr 15 04:02:49.626 INFO O| Apr 15 04:02:49.625 INFO ok! |
| 9448 | 2025-04-15T04:02:51.264Z | [ host-image] Apr 15 04:02:49.626 INFO O| Apr 15 04:02:49.626 INFO STEP 50 (ensure_file) COMPLETE |
| 9449 | 2025-04-15T04:02:51.264Z | [ host-image] Apr 15 04:02:49.626 INFO O| Apr 15 04:02:49.626 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9450 | 2025-04-15T04:02:51.307Z | [ host-image] Apr 15 04:02:49.664 INFO O| Apr 15 04:02:49.664 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
| 9451 | 2025-04-15T04:02:51.307Z | [ host-image] Apr 15 04:02:49.665 INFO O| Apr 15 04:02:49.665 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml ... |
| 9452 | 2025-04-15T04:02:51.318Z | [ host-image] Apr 15 04:02:49.665 INFO O| Apr 15 04:02:49.665 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
| 9453 | 2025-04-15T04:02:51.318Z | [ host-image] Apr 15 04:02:49.665 INFO O| Apr 15 04:02:49.665 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
| 9454 | 2025-04-15T04:02:51.318Z | [ host-image] Apr 15 04:02:49.665 INFO O| Apr 15 04:02:49.665 INFO ok! |
| 9455 | 2025-04-15T04:02:51.318Z | [ host-image] Apr 15 04:02:49.665 INFO O| Apr 15 04:02:49.665 INFO STEP 51 (ensure_file) COMPLETE |
| 9456 | 2025-04-15T04:02:51.318Z | [ host-image] Apr 15 04:02:49.666 INFO O| Apr 15 04:02:49.666 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9457 | 2025-04-15T04:02:51.325Z | [ host-image] Apr 15 04:02:49.691 INFO O| Apr 15 04:02:49.691 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
| 9458 | 2025-04-15T04:02:51.325Z | [ host-image] Apr 15 04:02:49.691 INFO O| Apr 15 04:02:49.691 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-time.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml ... |
| 9459 | 2025-04-15T04:02:51.332Z | [ host-image] Apr 15 04:02:49.691 INFO O| Apr 15 04:02:49.691 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
| 9460 | 2025-04-15T04:02:51.332Z | [ host-image] Apr 15 04:02:49.691 INFO O| Apr 15 04:02:49.691 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
| 9461 | 2025-04-15T04:02:51.332Z | [ host-image] Apr 15 04:02:49.692 INFO O| Apr 15 04:02:49.691 INFO ok! |
| 9462 | 2025-04-15T04:02:51.332Z | [ host-image] Apr 15 04:02:49.692 INFO O| Apr 15 04:02:49.692 INFO STEP 52 (ensure_file) COMPLETE |
| 9463 | 2025-04-15T04:02:51.333Z | [ host-image] Apr 15 04:02:49.692 INFO O| Apr 15 04:02:49.692 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9464 | 2025-04-15T04:02:51.350Z | [ host-image] Apr 15 04:02:49.715 INFO O| Apr 15 04:02:49.715 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
| 9465 | 2025-04-15T04:02:51.350Z | [ host-image] Apr 15 04:02:49.715 INFO O| Apr 15 04:02:49.715 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-dump.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml ... |
| 9466 | 2025-04-15T04:02:51.357Z | [ host-image] Apr 15 04:02:49.715 INFO O| Apr 15 04:02:49.715 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
| 9467 | 2025-04-15T04:02:51.357Z | [ host-image] Apr 15 04:02:49.716 INFO O| Apr 15 04:02:49.716 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
| 9468 | 2025-04-15T04:02:51.357Z | [ host-image] Apr 15 04:02:49.716 INFO O| Apr 15 04:02:49.716 INFO ok! |
| 9469 | 2025-04-15T04:02:51.357Z | [ host-image] Apr 15 04:02:49.716 INFO O| Apr 15 04:02:49.716 INFO STEP 53 (ensure_file) COMPLETE |
| 9470 | 2025-04-15T04:02:51.357Z | [ host-image] Apr 15 04:02:49.716 INFO O| Apr 15 04:02:49.716 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9471 | 2025-04-15T04:02:51.388Z | [ host-image] Apr 15 04:02:49.748 INFO O| Apr 15 04:02:49.748 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
| 9472 | 2025-04-15T04:02:51.388Z | [ host-image] Apr 15 04:02:49.748 INFO O| Apr 15 04:02:49.748 INFO STEP 54 (ensure_dir) COMPLETE |
| 9473 | 2025-04-15T04:02:51.396Z | [ host-image] Apr 15 04:02:49.748 INFO O| Apr 15 04:02:49.748 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9474 | 2025-04-15T04:02:51.409Z | [ host-image] Apr 15 04:02:49.771 INFO O| Apr 15 04:02:49.771 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
| 9475 | 2025-04-15T04:02:51.409Z | [ host-image] Apr 15 04:02:49.771 INFO O| Apr 15 04:02:49.771 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
| 9476 | 2025-04-15T04:02:51.425Z | [ host-image] Apr 15 04:02:49.771 INFO O| Apr 15 04:02:49.771 INFO STEP 55 (ensure_dir) COMPLETE |
| 9477 | 2025-04-15T04:02:51.426Z | [ host-image] Apr 15 04:02:49.771 INFO O| Apr 15 04:02:49.771 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9478 | 2025-04-15T04:02:51.448Z | [ host-image] Apr 15 04:02:49.794 INFO O| Apr 15 04:02:49.794 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
| 9479 | 2025-04-15T04:02:51.448Z | [ host-image] Apr 15 04:02:49.794 INFO O| Apr 15 04:02:49.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
| 9480 | 2025-04-15T04:02:51.449Z | [ host-image] Apr 15 04:02:49.794 INFO O| Apr 15 04:02:49.794 INFO STEP 56 (ensure_dir) COMPLETE |
| 9481 | 2025-04-15T04:02:51.449Z | [ host-image] Apr 15 04:02:49.794 INFO O| Apr 15 04:02:49.794 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9482 | 2025-04-15T04:02:51.456Z | [ host-image] Apr 15 04:02:49.817 INFO O| Apr 15 04:02:49.817 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 9483 | 2025-04-15T04:02:51.456Z | [ host-image] Apr 15 04:02:49.817 INFO O| Apr 15 04:02:49.817 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
| 9484 | 2025-04-15T04:02:52.223Z | [ host-image] Apr 15 04:02:50.590 INFO O| Apr 15 04:02:50.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
| 9485 | 2025-04-15T04:02:52.223Z | [ host-image] Apr 15 04:02:50.590 INFO O| Apr 15 04:02:50.590 INFO ok! |
| 9486 | 2025-04-15T04:02:52.227Z | [ host-image] Apr 15 04:02:50.590 INFO O| Apr 15 04:02:50.590 INFO STEP 57 (ensure_file) COMPLETE |
| 9487 | 2025-04-15T04:02:52.227Z | [ host-image] Apr 15 04:02:50.590 INFO O| Apr 15 04:02:50.590 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9488 | 2025-04-15T04:02:52.246Z | [ host-image] Apr 15 04:02:50.612 INFO O| Apr 15 04:02:50.612 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
| 9489 | 2025-04-15T04:02:52.246Z | [ host-image] Apr 15 04:02:50.612 INFO O| Apr 15 04:02:50.612 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
| 9490 | 2025-04-15T04:02:53.785Z | [ host-image] Apr 15 04:02:52.106 INFO O| Apr 15 04:02:52.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
| 9491 | 2025-04-15T04:02:53.785Z | [ host-image] Apr 15 04:02:52.106 INFO O| Apr 15 04:02:52.106 INFO ok! |
| 9492 | 2025-04-15T04:02:53.798Z | [ host-image] Apr 15 04:02:52.106 INFO O| Apr 15 04:02:52.106 INFO STEP 58 (ensure_file) COMPLETE |
| 9493 | 2025-04-15T04:02:53.798Z | [ host-image] Apr 15 04:02:52.106 INFO O| Apr 15 04:02:52.106 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9494 | 2025-04-15T04:02:53.798Z | [ host-image] Apr 15 04:02:52.133 INFO O| Apr 15 04:02:52.133 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
| 9495 | 2025-04-15T04:02:53.798Z | [ host-image] Apr 15 04:02:52.134 INFO O| Apr 15 04:02:52.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
| 9496 | 2025-04-15T04:02:53.798Z | [ host-image] Apr 15 04:02:52.134 INFO O| Apr 15 04:02:52.134 INFO STEP 59 (ensure_dir) COMPLETE |
| 9497 | 2025-04-15T04:02:53.798Z | [ host-image] Apr 15 04:02:52.134 INFO O| Apr 15 04:02:52.134 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9498 | 2025-04-15T04:02:53.804Z | [ host-image] Apr 15 04:02:52.156 INFO O| Apr 15 04:02:52.156 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 9499 | 2025-04-15T04:02:53.804Z | [ host-image] Apr 15 04:02:52.156 INFO O| Apr 15 04:02:52.156 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ... |
| 9500 | 2025-04-15T04:02:53.804Z | [ host-image] Apr 15 04:02:52.156 INFO O| Apr 15 04:02:52.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
| 9501 | 2025-04-15T04:02:53.804Z | [ host-image] Apr 15 04:02:52.156 INFO O| Apr 15 04:02:52.156 INFO ok! |
| 9502 | 2025-04-15T04:02:53.804Z | [ host-image] Apr 15 04:02:52.156 INFO O| Apr 15 04:02:52.156 INFO STEP 60 (ensure_file) COMPLETE |
| 9503 | 2025-04-15T04:02:53.804Z | [ host-image] Apr 15 04:02:52.156 INFO O| Apr 15 04:02:52.156 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9504 | 2025-04-15T04:02:53.819Z | [ host-image] Apr 15 04:02:52.186 INFO O| Apr 15 04:02:52.185 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 9505 | 2025-04-15T04:02:53.819Z | [ host-image] Apr 15 04:02:52.186 INFO O| Apr 15 04:02:52.186 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ... |
| 9506 | 2025-04-15T04:02:53.819Z | [ host-image] Apr 15 04:02:52.186 INFO O| Apr 15 04:02:52.186 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
| 9507 | 2025-04-15T04:02:53.823Z | [ host-image] Apr 15 04:02:52.186 INFO O| Apr 15 04:02:52.186 INFO ok! |
| 9508 | 2025-04-15T04:02:53.823Z | [ host-image] Apr 15 04:02:52.186 INFO O| Apr 15 04:02:52.186 INFO STEP 61 (ensure_file) COMPLETE |
| 9509 | 2025-04-15T04:02:53.823Z | [ host-image] Apr 15 04:02:52.186 INFO O| Apr 15 04:02:52.186 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9510 | 2025-04-15T04:02:53.864Z | [ host-image] Apr 15 04:02:52.229 INFO O| Apr 15 04:02:52.228 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 9511 | 2025-04-15T04:02:53.864Z | [ host-image] Apr 15 04:02:52.229 INFO O| Apr 15 04:02:52.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 9512 | 2025-04-15T04:02:53.864Z | [ host-image] Apr 15 04:02:52.229 INFO O| Apr 15 04:02:52.229 INFO STEP 62 (ensure_dir) COMPLETE |
| 9513 | 2025-04-15T04:02:53.871Z | [ host-image] Apr 15 04:02:52.229 INFO O| Apr 15 04:02:52.229 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9514 | 2025-04-15T04:02:53.889Z | [ host-image] Apr 15 04:02:52.253 INFO O| Apr 15 04:02:52.253 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 9515 | 2025-04-15T04:02:53.889Z | [ host-image] Apr 15 04:02:52.253 INFO O| Apr 15 04:02:52.253 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ... |
| 9516 | 2025-04-15T04:02:53.889Z | [ host-image] Apr 15 04:02:52.253 INFO O| Apr 15 04:02:52.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 9517 | 2025-04-15T04:02:53.889Z | [ host-image] Apr 15 04:02:52.253 INFO O| Apr 15 04:02:52.253 INFO ok! |
| 9518 | 2025-04-15T04:02:53.889Z | [ host-image] Apr 15 04:02:52.253 INFO O| Apr 15 04:02:52.253 INFO STEP 63 (ensure_file) COMPLETE |
| 9519 | 2025-04-15T04:02:53.889Z | [ host-image] Apr 15 04:02:52.253 INFO O| Apr 15 04:02:52.253 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9520 | 2025-04-15T04:02:53.911Z | [ host-image] Apr 15 04:02:52.275 INFO O| Apr 15 04:02:52.275 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 9521 | 2025-04-15T04:02:53.912Z | [ host-image] Apr 15 04:02:52.276 INFO O| Apr 15 04:02:52.275 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ... |
| 9522 | 2025-04-15T04:02:53.915Z | [ host-image] Apr 15 04:02:52.276 INFO O| Apr 15 04:02:52.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
| 9523 | 2025-04-15T04:02:53.915Z | [ host-image] Apr 15 04:02:52.276 INFO O| Apr 15 04:02:52.276 INFO ok! |
| 9524 | 2025-04-15T04:02:53.915Z | [ host-image] Apr 15 04:02:52.276 INFO O| Apr 15 04:02:52.276 INFO STEP 64 (ensure_file) COMPLETE |
| 9525 | 2025-04-15T04:02:53.915Z | [ host-image] Apr 15 04:02:52.276 INFO O| Apr 15 04:02:52.276 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9526 | 2025-04-15T04:02:53.942Z | [ host-image] Apr 15 04:02:52.308 INFO O| Apr 15 04:02:52.308 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 9527 | 2025-04-15T04:02:53.945Z | [ host-image] Apr 15 04:02:52.309 INFO O| Apr 15 04:02:52.309 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 9528 | 2025-04-15T04:02:53.945Z | [ host-image] Apr 15 04:02:52.309 INFO O| Apr 15 04:02:52.309 INFO STEP 65 (ensure_dir) COMPLETE |
| 9529 | 2025-04-15T04:02:53.945Z | [ host-image] Apr 15 04:02:52.309 INFO O| Apr 15 04:02:52.309 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9530 | 2025-04-15T04:02:54.010Z | [ host-image] Apr 15 04:02:52.376 INFO O| Apr 15 04:02:52.376 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 9531 | 2025-04-15T04:02:54.010Z | [ host-image] Apr 15 04:02:52.376 INFO O| Apr 15 04:02:52.376 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ... |
| 9532 | 2025-04-15T04:02:54.013Z | [ host-image] Apr 15 04:02:52.376 INFO O| Apr 15 04:02:52.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 9533 | 2025-04-15T04:02:54.013Z | [ host-image] Apr 15 04:02:52.377 INFO O| Apr 15 04:02:52.376 INFO ok! |
| 9534 | 2025-04-15T04:02:54.013Z | [ host-image] Apr 15 04:02:52.377 INFO O| Apr 15 04:02:52.376 INFO STEP 66 (ensure_file) COMPLETE |
| 9535 | 2025-04-15T04:02:54.013Z | [ host-image] Apr 15 04:02:52.377 INFO O| Apr 15 04:02:52.376 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9536 | 2025-04-15T04:02:54.088Z | [ host-image] Apr 15 04:02:52.453 INFO O| Apr 15 04:02:52.453 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
| 9537 | 2025-04-15T04:02:54.088Z | [ host-image] Apr 15 04:02:52.453 INFO O| Apr 15 04:02:52.453 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
| 9538 | 2025-04-15T04:02:54.091Z | [ host-image] Apr 15 04:02:52.453 INFO O| Apr 15 04:02:52.453 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
| 9539 | 2025-04-15T04:02:54.091Z | [ host-image] Apr 15 04:02:52.454 INFO O| Apr 15 04:02:52.453 INFO ok! |
| 9540 | 2025-04-15T04:02:54.091Z | [ host-image] Apr 15 04:02:52.454 INFO O| Apr 15 04:02:52.453 INFO STEP 67 (ensure_file) COMPLETE |
| 9541 | 2025-04-15T04:02:54.091Z | [ host-image] Apr 15 04:02:52.454 INFO O| Apr 15 04:02:52.453 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9542 | 2025-04-15T04:02:54.124Z | [ host-image] Apr 15 04:02:52.491 INFO O| Apr 15 04:02:52.491 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
| 9543 | 2025-04-15T04:02:54.125Z | [ host-image] Apr 15 04:02:52.491 INFO O| Apr 15 04:02:52.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
| 9544 | 2025-04-15T04:02:54.128Z | [ host-image] Apr 15 04:02:52.491 INFO O| Apr 15 04:02:52.491 INFO STEP 68 (ensure_dir) COMPLETE |
| 9545 | 2025-04-15T04:02:54.128Z | [ host-image] Apr 15 04:02:52.491 INFO O| Apr 15 04:02:52.491 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9546 | 2025-04-15T04:02:54.147Z | [ host-image] Apr 15 04:02:52.512 INFO O| Apr 15 04:02:52.512 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
| 9547 | 2025-04-15T04:02:54.147Z | [ host-image] Apr 15 04:02:52.512 INFO O| Apr 15 04:02:52.512 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
| 9548 | 2025-04-15T04:02:54.807Z | [ host-image] Apr 15 04:02:53.172 INFO O| Apr 15 04:02:53.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
| 9549 | 2025-04-15T04:02:54.807Z | [ host-image] Apr 15 04:02:53.172 INFO O| Apr 15 04:02:53.172 INFO ok! |
| 9550 | 2025-04-15T04:02:54.812Z | [ host-image] Apr 15 04:02:53.172 INFO O| Apr 15 04:02:53.172 INFO STEP 69 (ensure_file) COMPLETE |
| 9551 | 2025-04-15T04:02:54.812Z | [ host-image] Apr 15 04:02:53.172 INFO O| Apr 15 04:02:53.172 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9552 | 2025-04-15T04:02:54.827Z | [ host-image] Apr 15 04:02:53.193 INFO O| Apr 15 04:02:53.193 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
| 9553 | 2025-04-15T04:02:54.827Z | [ host-image] Apr 15 04:02:53.193 INFO O| Apr 15 04:02:53.193 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
| 9554 | 2025-04-15T04:02:57.531Z | [ host-image] Apr 15 04:02:55.897 INFO O| Apr 15 04:02:55.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
| 9555 | 2025-04-15T04:02:57.531Z | [ host-image] Apr 15 04:02:55.897 INFO O| Apr 15 04:02:55.897 INFO ok! |
| 9556 | 2025-04-15T04:02:57.531Z | [ host-image] Apr 15 04:02:55.897 INFO O| Apr 15 04:02:55.897 INFO STEP 70 (ensure_file) COMPLETE |
| 9557 | 2025-04-15T04:02:57.534Z | [ host-image] Apr 15 04:02:55.897 INFO O| Apr 15 04:02:55.897 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9558 | 2025-04-15T04:02:57.569Z | [ host-image] Apr 15 04:02:55.935 INFO O| Apr 15 04:02:55.935 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
| 9559 | 2025-04-15T04:02:57.573Z | [ host-image] Apr 15 04:02:55.936 INFO O| Apr 15 04:02:55.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
| 9560 | 2025-04-15T04:02:57.573Z | [ host-image] Apr 15 04:02:55.936 INFO O| Apr 15 04:02:55.936 INFO STEP 71 (ensure_dir) COMPLETE |
| 9561 | 2025-04-15T04:02:57.573Z | [ host-image] Apr 15 04:02:55.936 INFO O| Apr 15 04:02:55.936 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9562 | 2025-04-15T04:02:57.593Z | [ host-image] Apr 15 04:02:55.959 INFO O| Apr 15 04:02:55.959 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
| 9563 | 2025-04-15T04:02:57.593Z | [ host-image] Apr 15 04:02:55.959 INFO O| Apr 15 04:02:55.959 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/sled-agent/pkg/config.toml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml ... |
| 9564 | 2025-04-15T04:02:57.597Z | [ host-image] Apr 15 04:02:55.960 INFO O| Apr 15 04:02:55.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
| 9565 | 2025-04-15T04:02:57.597Z | [ host-image] Apr 15 04:02:55.960 INFO O| Apr 15 04:02:55.960 INFO ok! |
| 9566 | 2025-04-15T04:02:57.597Z | [ host-image] Apr 15 04:02:55.960 INFO O| Apr 15 04:02:55.960 INFO STEP 72 (ensure_file) COMPLETE |
| 9567 | 2025-04-15T04:02:57.597Z | [ host-image] Apr 15 04:02:55.960 INFO O| Apr 15 04:02:55.960 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9568 | 2025-04-15T04:02:57.616Z | [ host-image] Apr 15 04:02:55.982 INFO O| Apr 15 04:02:55.982 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
| 9569 | 2025-04-15T04:02:57.616Z | [ host-image] Apr 15 04:02:55.982 INFO O| Apr 15 04:02:55.982 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/sled-agent/pkg/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md ... |
| 9570 | 2025-04-15T04:02:57.620Z | [ host-image] Apr 15 04:02:55.983 INFO O| Apr 15 04:02:55.982 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
| 9571 | 2025-04-15T04:02:57.620Z | [ host-image] Apr 15 04:02:55.983 INFO O| Apr 15 04:02:55.983 INFO ok! |
| 9572 | 2025-04-15T04:02:57.620Z | [ host-image] Apr 15 04:02:55.983 INFO O| Apr 15 04:02:55.983 INFO STEP 73 (ensure_file) COMPLETE |
| 9573 | 2025-04-15T04:02:57.620Z | [ host-image] Apr 15 04:02:55.983 INFO O| Apr 15 04:02:55.983 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9574 | 2025-04-15T04:02:57.639Z | [ host-image] Apr 15 04:02:56.005 INFO O| Apr 15 04:02:56.005 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
| 9575 | 2025-04-15T04:02:57.639Z | [ host-image] Apr 15 04:02:56.005 INFO O| Apr 15 04:02:56.005 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
| 9576 | 2025-04-15T04:02:57.642Z | [ host-image] Apr 15 04:02:56.005 INFO O| Apr 15 04:02:56.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
| 9577 | 2025-04-15T04:02:57.642Z | [ host-image] Apr 15 04:02:56.005 INFO O| Apr 15 04:02:56.005 INFO ok! |
| 9578 | 2025-04-15T04:02:57.642Z | [ host-image] Apr 15 04:02:56.005 INFO O| Apr 15 04:02:56.005 INFO STEP 74 (ensure_file) COMPLETE |
| 9579 | 2025-04-15T04:02:57.642Z | [ host-image] Apr 15 04:02:56.006 INFO O| Apr 15 04:02:56.006 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9580 | 2025-04-15T04:02:57.661Z | [ host-image] Apr 15 04:02:56.027 INFO O| Apr 15 04:02:56.027 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
| 9581 | 2025-04-15T04:02:57.661Z | [ host-image] Apr 15 04:02:56.027 INFO O| Apr 15 04:02:56.027 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
| 9582 | 2025-04-15T04:02:57.664Z | [ host-image] Apr 15 04:02:56.028 INFO O| Apr 15 04:02:56.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
| 9583 | 2025-04-15T04:02:57.665Z | [ host-image] Apr 15 04:02:56.028 INFO O| Apr 15 04:02:56.028 INFO ok! |
| 9584 | 2025-04-15T04:02:57.665Z | [ host-image] Apr 15 04:02:56.028 INFO O| Apr 15 04:02:56.028 INFO STEP 75 (ensure_file) COMPLETE |
| 9585 | 2025-04-15T04:02:57.665Z | [ host-image] Apr 15 04:02:56.028 INFO O| Apr 15 04:02:56.028 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9586 | 2025-04-15T04:02:57.708Z | [ host-image] Apr 15 04:02:56.073 INFO O| Apr 15 04:02:56.073 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
| 9587 | 2025-04-15T04:02:57.712Z | [ host-image] Apr 15 04:02:56.073 INFO O| Apr 15 04:02:56.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
| 9588 | 2025-04-15T04:02:57.712Z | [ host-image] Apr 15 04:02:56.073 INFO O| Apr 15 04:02:56.073 INFO STEP 76 (ensure_dir) COMPLETE |
| 9589 | 2025-04-15T04:02:57.712Z | [ host-image] Apr 15 04:02:56.073 INFO O| Apr 15 04:02:56.073 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9590 | 2025-04-15T04:02:57.740Z | [ host-image] Apr 15 04:02:56.106 INFO O| Apr 15 04:02:56.106 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
| 9591 | 2025-04-15T04:02:57.740Z | [ host-image] Apr 15 04:02:56.106 INFO O| Apr 15 04:02:56.106 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
| 9592 | 2025-04-15T04:02:57.747Z | [ host-image] Apr 15 04:02:56.113 INFO O| Apr 15 04:02:56.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
| 9593 | 2025-04-15T04:02:57.747Z | [ host-image] Apr 15 04:02:56.113 INFO O| Apr 15 04:02:56.113 INFO ok! |
| 9594 | 2025-04-15T04:02:57.750Z | [ host-image] Apr 15 04:02:56.113 INFO O| Apr 15 04:02:56.113 INFO STEP 77 (ensure_file) COMPLETE |
| 9595 | 2025-04-15T04:02:57.750Z | [ host-image] Apr 15 04:02:56.113 INFO O| Apr 15 04:02:56.113 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9596 | 2025-04-15T04:02:57.769Z | [ host-image] Apr 15 04:02:56.135 INFO O| Apr 15 04:02:56.135 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
| 9597 | 2025-04-15T04:02:57.769Z | [ host-image] Apr 15 04:02:56.135 INFO O| Apr 15 04:02:56.135 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
| 9598 | 2025-04-15T04:02:57.769Z | [ host-image] Apr 15 04:02:56.135 INFO O| Apr 15 04:02:56.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
| 9599 | 2025-04-15T04:02:57.769Z | [ host-image] Apr 15 04:02:56.135 INFO O| Apr 15 04:02:56.135 INFO ok! |
| 9600 | 2025-04-15T04:02:57.772Z | [ host-image] Apr 15 04:02:56.135 INFO O| Apr 15 04:02:56.135 INFO STEP 78 (ensure_file) COMPLETE |
| 9601 | 2025-04-15T04:02:57.772Z | [ host-image] Apr 15 04:02:56.135 INFO O| Apr 15 04:02:56.135 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9602 | 2025-04-15T04:02:57.808Z | [ host-image] Apr 15 04:02:56.174 INFO O| Apr 15 04:02:56.174 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
| 9603 | 2025-04-15T04:02:57.808Z | [ host-image] Apr 15 04:02:56.174 INFO O| Apr 15 04:02:56.174 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
| 9604 | 2025-04-15T04:03:00.373Z | [ host-image] Apr 15 04:02:58.738 INFO O| Apr 15 04:02:58.738 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
| 9605 | 2025-04-15T04:03:00.373Z | [ host-image] Apr 15 04:02:58.738 INFO O| Apr 15 04:02:58.738 INFO ok! |
| 9606 | 2025-04-15T04:03:00.377Z | [ host-image] Apr 15 04:02:58.738 INFO O| Apr 15 04:02:58.738 INFO STEP 79 (ensure_file) COMPLETE |
| 9607 | 2025-04-15T04:03:00.377Z | [ host-image] Apr 15 04:02:58.738 INFO O| Apr 15 04:02:58.738 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9608 | 2025-04-15T04:03:00.393Z | [ host-image] Apr 15 04:02:58.758 INFO O| Apr 15 04:02:58.758 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
| 9609 | 2025-04-15T04:03:00.393Z | [ host-image] Apr 15 04:02:58.759 INFO O| Apr 15 04:02:58.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
| 9610 | 2025-04-15T04:03:00.393Z | [ host-image] Apr 15 04:02:58.759 INFO O| Apr 15 04:02:58.759 INFO STEP 80 (ensure_dir) COMPLETE |
| 9611 | 2025-04-15T04:03:00.398Z | [ host-image] Apr 15 04:02:58.759 INFO O| Apr 15 04:02:58.759 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9612 | 2025-04-15T04:03:00.424Z | [ host-image] Apr 15 04:02:58.789 INFO O| Apr 15 04:02:58.789 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
| 9613 | 2025-04-15T04:03:00.427Z | [ host-image] Apr 15 04:02:58.790 INFO O| Apr 15 04:02:58.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
| 9614 | 2025-04-15T04:03:00.427Z | [ host-image] Apr 15 04:02:58.790 INFO O| Apr 15 04:02:58.790 INFO STEP 81 (ensure_dir) COMPLETE |
| 9615 | 2025-04-15T04:03:00.427Z | [ host-image] Apr 15 04:02:58.790 INFO O| Apr 15 04:02:58.790 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9616 | 2025-04-15T04:03:00.446Z | [ host-image] Apr 15 04:02:58.812 INFO O| Apr 15 04:02:58.812 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
| 9617 | 2025-04-15T04:03:00.449Z | [ host-image] Apr 15 04:02:58.812 INFO O| Apr 15 04:02:58.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
| 9618 | 2025-04-15T04:03:00.449Z | [ host-image] Apr 15 04:02:58.812 INFO O| Apr 15 04:02:58.812 INFO STEP 82 (ensure_dir) COMPLETE |
| 9619 | 2025-04-15T04:03:00.449Z | [ host-image] Apr 15 04:02:58.812 INFO O| Apr 15 04:02:58.812 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9620 | 2025-04-15T04:03:00.467Z | [ host-image] Apr 15 04:02:58.833 INFO O| Apr 15 04:02:58.833 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 9621 | 2025-04-15T04:03:00.470Z | [ host-image] Apr 15 04:02:58.833 INFO O| Apr 15 04:02:58.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 9622 | 2025-04-15T04:03:00.470Z | [ host-image] Apr 15 04:02:58.833 INFO O| Apr 15 04:02:58.833 INFO STEP 83 (ensure_dir) COMPLETE |
| 9623 | 2025-04-15T04:03:00.470Z | [ host-image] Apr 15 04:02:58.833 INFO O| Apr 15 04:02:58.833 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9624 | 2025-04-15T04:03:00.488Z | [ host-image] Apr 15 04:02:58.853 INFO O| Apr 15 04:02:58.853 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 9625 | 2025-04-15T04:03:00.492Z | [ host-image] Apr 15 04:02:58.854 INFO O| Apr 15 04:02:58.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 9626 | 2025-04-15T04:03:00.492Z | [ host-image] Apr 15 04:02:58.854 INFO O| Apr 15 04:02:58.854 INFO STEP 84 (ensure_dir) COMPLETE |
| 9627 | 2025-04-15T04:03:00.492Z | [ host-image] Apr 15 04:02:58.854 INFO O| Apr 15 04:02:58.854 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9628 | 2025-04-15T04:03:00.510Z | [ host-image] Apr 15 04:02:58.875 INFO O| Apr 15 04:02:58.875 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
| 9629 | 2025-04-15T04:03:00.510Z | [ host-image] Apr 15 04:02:58.875 INFO O| Apr 15 04:02:58.875 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml ... |
| 9630 | 2025-04-15T04:03:00.513Z | [ host-image] Apr 15 04:02:58.876 INFO O| Apr 15 04:02:58.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
| 9631 | 2025-04-15T04:03:00.513Z | [ host-image] Apr 15 04:02:58.876 INFO O| Apr 15 04:02:58.876 INFO ok! |
| 9632 | 2025-04-15T04:03:00.513Z | [ host-image] Apr 15 04:02:58.876 INFO O| Apr 15 04:02:58.876 INFO STEP 85 (ensure_file) COMPLETE |
| 9633 | 2025-04-15T04:03:00.513Z | [ host-image] Apr 15 04:02:58.876 INFO O| Apr 15 04:02:58.876 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9634 | 2025-04-15T04:03:00.573Z | [ host-image] Apr 15 04:02:58.939 INFO O| Apr 15 04:02:58.939 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
| 9635 | 2025-04-15T04:03:00.577Z | [ host-image] Apr 15 04:02:58.939 INFO O| Apr 15 04:02:58.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
| 9636 | 2025-04-15T04:03:00.577Z | [ host-image] Apr 15 04:02:58.939 INFO O| Apr 15 04:02:58.939 INFO STEP 86 (ensure_dir) COMPLETE |
| 9637 | 2025-04-15T04:03:00.577Z | [ host-image] Apr 15 04:02:58.939 INFO O| Apr 15 04:02:58.939 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9638 | 2025-04-15T04:03:00.595Z | [ host-image] Apr 15 04:02:58.961 INFO O| Apr 15 04:02:58.961 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
| 9639 | 2025-04-15T04:03:00.596Z | [ host-image] Apr 15 04:02:58.961 INFO O| Apr 15 04:02:58.961 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
| 9640 | 2025-04-15T04:03:00.599Z | [ host-image] Apr 15 04:02:58.962 INFO O| Apr 15 04:02:58.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
| 9641 | 2025-04-15T04:03:00.599Z | [ host-image] Apr 15 04:02:58.962 INFO O| Apr 15 04:02:58.962 INFO ok! |
| 9642 | 2025-04-15T04:03:00.599Z | [ host-image] Apr 15 04:02:58.962 INFO O| Apr 15 04:02:58.962 INFO STEP 87 (ensure_file) COMPLETE |
| 9643 | 2025-04-15T04:03:00.599Z | [ host-image] Apr 15 04:02:58.962 INFO O| Apr 15 04:02:58.962 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9644 | 2025-04-15T04:03:00.619Z | [ host-image] Apr 15 04:02:58.984 INFO O| Apr 15 04:02:58.984 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
| 9645 | 2025-04-15T04:03:00.619Z | [ host-image] Apr 15 04:02:58.984 INFO O| Apr 15 04:02:58.984 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
| 9646 | 2025-04-15T04:03:00.640Z | [ host-image] Apr 15 04:02:59.004 INFO O| Apr 15 04:02:59.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
| 9647 | 2025-04-15T04:03:00.640Z | [ host-image] Apr 15 04:02:59.004 INFO O| Apr 15 04:02:59.004 INFO ok! |
| 9648 | 2025-04-15T04:03:00.640Z | [ host-image] Apr 15 04:02:59.005 INFO O| Apr 15 04:02:59.005 INFO STEP 88 (ensure_file) COMPLETE |
| 9649 | 2025-04-15T04:03:00.643Z | [ host-image] Apr 15 04:02:59.005 INFO O| Apr 15 04:02:59.005 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9650 | 2025-04-15T04:03:00.662Z | [ host-image] Apr 15 04:02:59.027 INFO O| Apr 15 04:02:59.027 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
| 9651 | 2025-04-15T04:03:00.662Z | [ host-image] Apr 15 04:02:59.028 INFO O| Apr 15 04:02:59.027 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
| 9652 | 2025-04-15T04:03:01.262Z | [ host-image] Apr 15 04:02:59.628 INFO O| Apr 15 04:02:59.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
| 9653 | 2025-04-15T04:03:01.262Z | [ host-image] Apr 15 04:02:59.628 INFO O| Apr 15 04:02:59.627 INFO ok! |
| 9654 | 2025-04-15T04:03:01.262Z | [ host-image] Apr 15 04:02:59.628 INFO O| Apr 15 04:02:59.628 INFO STEP 89 (ensure_file) COMPLETE |
| 9655 | 2025-04-15T04:03:01.266Z | [ host-image] Apr 15 04:02:59.628 INFO O| Apr 15 04:02:59.628 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9656 | 2025-04-15T04:03:01.284Z | [ host-image] Apr 15 04:02:59.649 INFO O| Apr 15 04:02:59.649 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
| 9657 | 2025-04-15T04:03:01.284Z | [ host-image] Apr 15 04:02:59.650 INFO O| Apr 15 04:02:59.649 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
| 9658 | 2025-04-15T04:03:01.284Z | [ host-image] Apr 15 04:02:59.650 INFO O| Apr 15 04:02:59.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
| 9659 | 2025-04-15T04:03:01.284Z | [ host-image] Apr 15 04:02:59.650 INFO O| Apr 15 04:02:59.650 INFO ok! |
| 9660 | 2025-04-15T04:03:01.284Z | [ host-image] Apr 15 04:02:59.650 INFO O| Apr 15 04:02:59.650 INFO STEP 90 (ensure_file) COMPLETE |
| 9661 | 2025-04-15T04:03:01.288Z | [ host-image] Apr 15 04:02:59.650 INFO O| Apr 15 04:02:59.650 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9662 | 2025-04-15T04:03:01.311Z | [ host-image] Apr 15 04:02:59.676 INFO O| Apr 15 04:02:59.676 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
| 9663 | 2025-04-15T04:03:01.314Z | [ host-image] Apr 15 04:02:59.677 INFO O| Apr 15 04:02:59.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
| 9664 | 2025-04-15T04:03:01.314Z | [ host-image] Apr 15 04:02:59.677 INFO O| Apr 15 04:02:59.677 INFO STEP 91 (ensure_dir) COMPLETE |
| 9665 | 2025-04-15T04:03:01.314Z | [ host-image] Apr 15 04:02:59.677 INFO O| Apr 15 04:02:59.677 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9666 | 2025-04-15T04:03:01.376Z | [ host-image] Apr 15 04:02:59.741 INFO O| Apr 15 04:02:59.740 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
| 9667 | 2025-04-15T04:03:01.376Z | [ host-image] Apr 15 04:02:59.741 INFO O| Apr 15 04:02:59.741 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/upstairs_repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d ... |
| 9668 | 2025-04-15T04:03:01.376Z | [ host-image] Apr 15 04:02:59.741 INFO O| Apr 15 04:02:59.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
| 9669 | 2025-04-15T04:03:01.384Z | [ host-image] Apr 15 04:02:59.741 INFO O| Apr 15 04:02:59.741 INFO ok! |
| 9670 | 2025-04-15T04:03:01.384Z | [ host-image] Apr 15 04:02:59.741 INFO O| Apr 15 04:02:59.741 INFO STEP 92 (ensure_file) COMPLETE |
| 9671 | 2025-04-15T04:03:01.384Z | [ host-image] Apr 15 04:02:59.741 INFO O| Apr 15 04:02:59.741 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9672 | 2025-04-15T04:03:01.398Z | [ host-image] Apr 15 04:02:59.764 INFO O| Apr 15 04:02:59.764 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
| 9673 | 2025-04-15T04:03:01.398Z | [ host-image] Apr 15 04:02:59.764 INFO O| Apr 15 04:02:59.764 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/upstairs_raw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d ... |
| 9674 | 2025-04-15T04:03:01.401Z | [ host-image] Apr 15 04:02:59.764 INFO O| Apr 15 04:02:59.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
| 9675 | 2025-04-15T04:03:01.401Z | [ host-image] Apr 15 04:02:59.764 INFO O| Apr 15 04:02:59.764 INFO ok! |
| 9676 | 2025-04-15T04:03:01.401Z | [ host-image] Apr 15 04:02:59.764 INFO O| Apr 15 04:02:59.764 INFO STEP 93 (ensure_file) COMPLETE |
| 9677 | 2025-04-15T04:03:01.402Z | [ host-image] Apr 15 04:02:59.764 INFO O| Apr 15 04:02:59.764 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9678 | 2025-04-15T04:03:01.422Z | [ host-image] Apr 15 04:02:59.788 INFO O| Apr 15 04:02:59.788 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
| 9679 | 2025-04-15T04:03:01.422Z | [ host-image] Apr 15 04:02:59.788 INFO O| Apr 15 04:02:59.788 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d ... |
| 9680 | 2025-04-15T04:03:01.426Z | [ host-image] Apr 15 04:02:59.788 INFO O| Apr 15 04:02:59.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
| 9681 | 2025-04-15T04:03:01.426Z | [ host-image] Apr 15 04:02:59.788 INFO O| Apr 15 04:02:59.788 INFO ok! |
| 9682 | 2025-04-15T04:03:01.426Z | [ host-image] Apr 15 04:02:59.788 INFO O| Apr 15 04:02:59.788 INFO STEP 94 (ensure_file) COMPLETE |
| 9683 | 2025-04-15T04:03:01.426Z | [ host-image] Apr 15 04:02:59.788 INFO O| Apr 15 04:02:59.788 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9684 | 2025-04-15T04:03:01.461Z | [ host-image] Apr 15 04:02:59.826 INFO O| Apr 15 04:02:59.826 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
| 9685 | 2025-04-15T04:03:01.461Z | [ host-image] Apr 15 04:02:59.826 INFO O| Apr 15 04:02:59.826 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/upstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d ... |
| 9686 | 2025-04-15T04:03:01.465Z | [ host-image] Apr 15 04:02:59.827 INFO O| Apr 15 04:02:59.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
| 9687 | 2025-04-15T04:03:01.465Z | [ host-image] Apr 15 04:02:59.827 INFO O| Apr 15 04:02:59.827 INFO ok! |
| 9688 | 2025-04-15T04:03:01.465Z | [ host-image] Apr 15 04:02:59.827 INFO O| Apr 15 04:02:59.827 INFO STEP 95 (ensure_file) COMPLETE |
| 9689 | 2025-04-15T04:03:01.465Z | [ host-image] Apr 15 04:02:59.827 INFO O| Apr 15 04:02:59.827 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9690 | 2025-04-15T04:03:01.505Z | [ host-image] Apr 15 04:02:59.869 INFO O| Apr 15 04:02:59.868 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
| 9691 | 2025-04-15T04:03:01.505Z | [ host-image] Apr 15 04:02:59.869 INFO O| Apr 15 04:02:59.869 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/upstairs_action.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d ... |
| 9692 | 2025-04-15T04:03:01.505Z | [ host-image] Apr 15 04:02:59.869 INFO O| Apr 15 04:02:59.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
| 9693 | 2025-04-15T04:03:01.505Z | [ host-image] Apr 15 04:02:59.869 INFO O| Apr 15 04:02:59.869 INFO ok! |
| 9694 | 2025-04-15T04:03:01.505Z | [ host-image] Apr 15 04:02:59.869 INFO O| Apr 15 04:02:59.869 INFO STEP 96 (ensure_file) COMPLETE |
| 9695 | 2025-04-15T04:03:01.505Z | [ host-image] Apr 15 04:02:59.869 INFO O| Apr 15 04:02:59.869 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9696 | 2025-04-15T04:03:01.547Z | [ host-image] Apr 15 04:02:59.913 INFO O| Apr 15 04:02:59.912 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist |
| 9697 | 2025-04-15T04:03:01.547Z | [ host-image] Apr 15 04:02:59.913 INFO O| Apr 15 04:02:59.912 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/up-info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d ... |
| 9698 | 2025-04-15T04:03:01.551Z | [ host-image] Apr 15 04:02:59.913 INFO O| Apr 15 04:02:59.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d |
| 9699 | 2025-04-15T04:03:01.551Z | [ host-image] Apr 15 04:02:59.913 INFO O| Apr 15 04:02:59.913 INFO ok! |
| 9700 | 2025-04-15T04:03:01.551Z | [ host-image] Apr 15 04:02:59.913 INFO O| Apr 15 04:02:59.913 INFO STEP 97 (ensure_file) COMPLETE |
| 9701 | 2025-04-15T04:03:01.551Z | [ host-image] Apr 15 04:02:59.913 INFO O| Apr 15 04:02:59.913 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9702 | 2025-04-15T04:03:01.571Z | [ host-image] Apr 15 04:02:59.937 INFO O| Apr 15 04:02:59.937 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
| 9703 | 2025-04-15T04:03:01.571Z | [ host-image] Apr 15 04:02:59.937 INFO O| Apr 15 04:02:59.937 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
| 9704 | 2025-04-15T04:03:01.571Z | [ host-image] Apr 15 04:02:59.937 INFO O| Apr 15 04:02:59.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
| 9705 | 2025-04-15T04:03:01.571Z | [ host-image] Apr 15 04:02:59.937 INFO O| Apr 15 04:02:59.937 INFO ok! |
| 9706 | 2025-04-15T04:03:01.571Z | [ host-image] Apr 15 04:02:59.937 INFO O| Apr 15 04:02:59.937 INFO STEP 98 (ensure_file) COMPLETE |
| 9707 | 2025-04-15T04:03:01.575Z | [ host-image] Apr 15 04:02:59.937 INFO O| Apr 15 04:02:59.937 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9708 | 2025-04-15T04:03:01.614Z | [ host-image] Apr 15 04:02:59.980 INFO O| Apr 15 04:02:59.980 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
| 9709 | 2025-04-15T04:03:01.614Z | [ host-image] Apr 15 04:02:59.980 INFO O| Apr 15 04:02:59.980 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/trace-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d ... |
| 9710 | 2025-04-15T04:03:01.619Z | [ host-image] Apr 15 04:02:59.981 INFO O| Apr 15 04:02:59.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
| 9711 | 2025-04-15T04:03:01.619Z | [ host-image] Apr 15 04:02:59.981 INFO O| Apr 15 04:02:59.980 INFO ok! |
| 9712 | 2025-04-15T04:03:01.619Z | [ host-image] Apr 15 04:02:59.981 INFO O| Apr 15 04:02:59.980 INFO STEP 99 (ensure_file) COMPLETE |
| 9713 | 2025-04-15T04:03:01.619Z | [ host-image] Apr 15 04:02:59.981 INFO O| Apr 15 04:02:59.980 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9714 | 2025-04-15T04:03:01.681Z | [ host-image] Apr 15 04:03:00.045 INFO O| Apr 15 04:03:00.045 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
| 9715 | 2025-04-15T04:03:01.681Z | [ host-image] Apr 15 04:03:00.045 INFO O| Apr 15 04:03:00.045 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/sled_upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d ... |
| 9716 | 2025-04-15T04:03:01.684Z | [ host-image] Apr 15 04:03:00.045 INFO O| Apr 15 04:03:00.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
| 9717 | 2025-04-15T04:03:01.684Z | [ host-image] Apr 15 04:03:00.045 INFO O| Apr 15 04:03:00.045 INFO ok! |
| 9718 | 2025-04-15T04:03:01.684Z | [ host-image] Apr 15 04:03:00.045 INFO O| Apr 15 04:03:00.045 INFO STEP 100 (ensure_file) COMPLETE |
| 9719 | 2025-04-15T04:03:01.684Z | [ host-image] Apr 15 04:03:00.045 INFO O| Apr 15 04:03:00.045 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9720 | 2025-04-15T04:03:01.717Z | [ host-image] Apr 15 04:03:00.083 INFO O| Apr 15 04:03:00.083 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
| 9721 | 2025-04-15T04:03:01.717Z | [ host-image] Apr 15 04:03:00.083 INFO O| Apr 15 04:03:00.083 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/single_up_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d ... |
| 9722 | 2025-04-15T04:03:01.722Z | [ host-image] Apr 15 04:03:00.083 INFO O| Apr 15 04:03:00.083 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
| 9723 | 2025-04-15T04:03:01.722Z | [ host-image] Apr 15 04:03:00.083 INFO O| Apr 15 04:03:00.083 INFO ok! |
| 9724 | 2025-04-15T04:03:01.722Z | [ host-image] Apr 15 04:03:00.083 INFO O| Apr 15 04:03:00.083 INFO STEP 101 (ensure_file) COMPLETE |
| 9725 | 2025-04-15T04:03:01.722Z | [ host-image] Apr 15 04:03:00.083 INFO O| Apr 15 04:03:00.083 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9726 | 2025-04-15T04:03:01.741Z | [ host-image] Apr 15 04:03:00.106 INFO O| Apr 15 04:03:00.105 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
| 9727 | 2025-04-15T04:03:01.741Z | [ host-image] Apr 15 04:03:00.106 INFO O| Apr 15 04:03:00.105 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
| 9728 | 2025-04-15T04:03:01.741Z | [ host-image] Apr 15 04:03:00.106 INFO O| Apr 15 04:03:00.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
| 9729 | 2025-04-15T04:03:01.741Z | [ host-image] Apr 15 04:03:00.106 INFO O| Apr 15 04:03:00.106 INFO ok! |
| 9730 | 2025-04-15T04:03:01.741Z | [ host-image] Apr 15 04:03:00.106 INFO O| Apr 15 04:03:00.106 INFO STEP 102 (ensure_file) COMPLETE |
| 9731 | 2025-04-15T04:03:01.741Z | [ host-image] Apr 15 04:03:00.106 INFO O| Apr 15 04:03:00.106 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9732 | 2025-04-15T04:03:01.762Z | [ host-image] Apr 15 04:03:00.127 INFO O| Apr 15 04:03:00.127 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
| 9733 | 2025-04-15T04:03:01.762Z | [ host-image] Apr 15 04:03:00.127 INFO O| Apr 15 04:03:00.127 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/perf-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d ... |
| 9734 | 2025-04-15T04:03:01.765Z | [ host-image] Apr 15 04:03:00.128 INFO O| Apr 15 04:03:00.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
| 9735 | 2025-04-15T04:03:01.765Z | [ host-image] Apr 15 04:03:00.128 INFO O| Apr 15 04:03:00.127 INFO ok! |
| 9736 | 2025-04-15T04:03:01.765Z | [ host-image] Apr 15 04:03:00.128 INFO O| Apr 15 04:03:00.127 INFO STEP 103 (ensure_file) COMPLETE |
| 9737 | 2025-04-15T04:03:01.765Z | [ host-image] Apr 15 04:03:00.128 INFO O| Apr 15 04:03:00.127 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9738 | 2025-04-15T04:03:01.788Z | [ host-image] Apr 15 04:03:00.153 INFO O| Apr 15 04:03:00.153 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
| 9739 | 2025-04-15T04:03:01.788Z | [ host-image] Apr 15 04:03:00.153 INFO O| Apr 15 04:03:00.153 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/perf-upstairs-wf.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d ... |
| 9740 | 2025-04-15T04:03:01.791Z | [ host-image] Apr 15 04:03:00.154 INFO O| Apr 15 04:03:00.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
| 9741 | 2025-04-15T04:03:01.791Z | [ host-image] Apr 15 04:03:00.154 INFO O| Apr 15 04:03:00.154 INFO ok! |
| 9742 | 2025-04-15T04:03:01.792Z | [ host-image] Apr 15 04:03:00.154 INFO O| Apr 15 04:03:00.154 INFO STEP 104 (ensure_file) COMPLETE |
| 9743 | 2025-04-15T04:03:01.792Z | [ host-image] Apr 15 04:03:00.154 INFO O| Apr 15 04:03:00.154 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9744 | 2025-04-15T04:03:01.842Z | [ host-image] Apr 15 04:03:00.205 INFO O| Apr 15 04:03:00.205 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
| 9745 | 2025-04-15T04:03:01.842Z | [ host-image] Apr 15 04:03:00.205 INFO O| Apr 15 04:03:00.205 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/perf-reqwest.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d ... |
| 9746 | 2025-04-15T04:03:01.842Z | [ host-image] Apr 15 04:03:00.206 INFO O| Apr 15 04:03:00.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
| 9747 | 2025-04-15T04:03:01.845Z | [ host-image] Apr 15 04:03:00.206 INFO O| Apr 15 04:03:00.206 INFO ok! |
| 9748 | 2025-04-15T04:03:01.845Z | [ host-image] Apr 15 04:03:00.206 INFO O| Apr 15 04:03:00.206 INFO STEP 105 (ensure_file) COMPLETE |
| 9749 | 2025-04-15T04:03:01.845Z | [ host-image] Apr 15 04:03:00.206 INFO O| Apr 15 04:03:00.206 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9750 | 2025-04-15T04:03:01.874Z | [ host-image] Apr 15 04:03:00.239 INFO O| Apr 15 04:03:00.239 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
| 9751 | 2025-04-15T04:03:01.874Z | [ host-image] Apr 15 04:03:00.239 INFO O| Apr 15 04:03:00.239 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/perf-online-repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d ... |
| 9752 | 2025-04-15T04:03:01.877Z | [ host-image] Apr 15 04:03:00.240 INFO O| Apr 15 04:03:00.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
| 9753 | 2025-04-15T04:03:01.877Z | [ host-image] Apr 15 04:03:00.240 INFO O| Apr 15 04:03:00.240 INFO ok! |
| 9754 | 2025-04-15T04:03:01.877Z | [ host-image] Apr 15 04:03:00.240 INFO O| Apr 15 04:03:00.240 INFO STEP 106 (ensure_file) COMPLETE |
| 9755 | 2025-04-15T04:03:01.877Z | [ host-image] Apr 15 04:03:00.240 INFO O| Apr 15 04:03:00.240 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9756 | 2025-04-15T04:03:01.911Z | [ host-image] Apr 15 04:03:00.276 INFO O| Apr 15 04:03:00.276 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
| 9757 | 2025-04-15T04:03:01.911Z | [ host-image] Apr 15 04:03:00.276 INFO O| Apr 15 04:03:00.276 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-net.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d ... |
| 9758 | 2025-04-15T04:03:01.914Z | [ host-image] Apr 15 04:03:00.276 INFO O| Apr 15 04:03:00.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
| 9759 | 2025-04-15T04:03:01.914Z | [ host-image] Apr 15 04:03:00.276 INFO O| Apr 15 04:03:00.276 INFO ok! |
| 9760 | 2025-04-15T04:03:01.914Z | [ host-image] Apr 15 04:03:00.277 INFO O| Apr 15 04:03:00.276 INFO STEP 107 (ensure_file) COMPLETE |
| 9761 | 2025-04-15T04:03:01.914Z | [ host-image] Apr 15 04:03:00.277 INFO O| Apr 15 04:03:00.276 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9762 | 2025-04-15T04:03:01.931Z | [ host-image] Apr 15 04:03:00.297 INFO O| Apr 15 04:03:00.297 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
| 9763 | 2025-04-15T04:03:01.932Z | [ host-image] Apr 15 04:03:00.297 INFO O| Apr 15 04:03:00.297 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-client.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d ... |
| 9764 | 2025-04-15T04:03:01.932Z | [ host-image] Apr 15 04:03:00.297 INFO O| Apr 15 04:03:00.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
| 9765 | 2025-04-15T04:03:01.935Z | [ host-image] Apr 15 04:03:00.297 INFO O| Apr 15 04:03:00.297 INFO ok! |
| 9766 | 2025-04-15T04:03:01.935Z | [ host-image] Apr 15 04:03:00.297 INFO O| Apr 15 04:03:00.297 INFO STEP 108 (ensure_file) COMPLETE |
| 9767 | 2025-04-15T04:03:01.935Z | [ host-image] Apr 15 04:03:00.297 INFO O| Apr 15 04:03:00.297 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9768 | 2025-04-15T04:03:01.952Z | [ host-image] Apr 15 04:03:00.318 INFO O| Apr 15 04:03:00.318 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
| 9769 | 2025-04-15T04:03:01.953Z | [ host-image] Apr 15 04:03:00.318 INFO O| Apr 15 04:03:00.318 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d ... |
| 9770 | 2025-04-15T04:03:01.953Z | [ host-image] Apr 15 04:03:00.318 INFO O| Apr 15 04:03:00.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
| 9771 | 2025-04-15T04:03:01.958Z | [ host-image] Apr 15 04:03:00.318 INFO O| Apr 15 04:03:00.318 INFO ok! |
| 9772 | 2025-04-15T04:03:01.958Z | [ host-image] Apr 15 04:03:00.318 INFO O| Apr 15 04:03:00.318 INFO STEP 109 (ensure_file) COMPLETE |
| 9773 | 2025-04-15T04:03:01.958Z | [ host-image] Apr 15 04:03:00.318 INFO O| Apr 15 04:03:00.318 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9774 | 2025-04-15T04:03:01.976Z | [ host-image] Apr 15 04:03:00.341 INFO O| Apr 15 04:03:00.341 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
| 9775 | 2025-04-15T04:03:01.976Z | [ host-image] Apr 15 04:03:00.341 INFO O| Apr 15 04:03:00.341 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-tick.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d ... |
| 9776 | 2025-04-15T04:03:01.976Z | [ host-image] Apr 15 04:03:00.341 INFO O| Apr 15 04:03:00.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
| 9777 | 2025-04-15T04:03:01.976Z | [ host-image] Apr 15 04:03:00.341 INFO O| Apr 15 04:03:00.341 INFO ok! |
| 9778 | 2025-04-15T04:03:01.982Z | [ host-image] Apr 15 04:03:00.341 INFO O| Apr 15 04:03:00.341 INFO STEP 110 (ensure_file) COMPLETE |
| 9779 | 2025-04-15T04:03:01.982Z | [ host-image] Apr 15 04:03:00.341 INFO O| Apr 15 04:03:00.341 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9780 | 2025-04-15T04:03:01.997Z | [ host-image] Apr 15 04:03:00.362 INFO O| Apr 15 04:03:00.362 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
| 9781 | 2025-04-15T04:03:01.997Z | [ host-image] Apr 15 04:03:00.362 INFO O| Apr 15 04:03:00.362 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-three.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d ... |
| 9782 | 2025-04-15T04:03:02.004Z | [ host-image] Apr 15 04:03:00.363 INFO O| Apr 15 04:03:00.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
| 9783 | 2025-04-15T04:03:02.004Z | [ host-image] Apr 15 04:03:00.363 INFO O| Apr 15 04:03:00.363 INFO ok! |
| 9784 | 2025-04-15T04:03:02.004Z | [ host-image] Apr 15 04:03:00.363 INFO O| Apr 15 04:03:00.363 INFO STEP 111 (ensure_file) COMPLETE |
| 9785 | 2025-04-15T04:03:02.004Z | [ host-image] Apr 15 04:03:00.363 INFO O| Apr 15 04:03:00.363 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9786 | 2025-04-15T04:03:02.038Z | [ host-image] Apr 15 04:03:00.403 INFO O| Apr 15 04:03:00.403 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
| 9787 | 2025-04-15T04:03:02.038Z | [ host-image] Apr 15 04:03:00.404 INFO O| Apr 15 04:03:00.403 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-os.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d ... |
| 9788 | 2025-04-15T04:03:02.041Z | [ host-image] Apr 15 04:03:00.404 INFO O| Apr 15 04:03:00.404 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
| 9789 | 2025-04-15T04:03:02.041Z | [ host-image] Apr 15 04:03:00.404 INFO O| Apr 15 04:03:00.404 INFO ok! |
| 9790 | 2025-04-15T04:03:02.042Z | [ host-image] Apr 15 04:03:00.404 INFO O| Apr 15 04:03:00.404 INFO STEP 112 (ensure_file) COMPLETE |
| 9791 | 2025-04-15T04:03:02.042Z | [ host-image] Apr 15 04:03:00.404 INFO O| Apr 15 04:03:00.404 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9792 | 2025-04-15T04:03:02.077Z | [ host-image] Apr 15 04:03:00.442 INFO O| Apr 15 04:03:00.442 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist |
| 9793 | 2025-04-15T04:03:02.077Z | [ host-image] Apr 15 04:03:00.442 INFO O| Apr 15 04:03:00.442 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/get-up-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh ... |
| 9794 | 2025-04-15T04:03:02.077Z | [ host-image] Apr 15 04:03:00.443 INFO O| Apr 15 04:03:00.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh |
| 9795 | 2025-04-15T04:03:02.080Z | [ host-image] Apr 15 04:03:00.443 INFO O| Apr 15 04:03:00.443 INFO ok! |
| 9796 | 2025-04-15T04:03:02.080Z | [ host-image] Apr 15 04:03:00.443 INFO O| Apr 15 04:03:00.443 INFO STEP 113 (ensure_file) COMPLETE |
| 9797 | 2025-04-15T04:03:02.080Z | [ host-image] Apr 15 04:03:00.443 INFO O| Apr 15 04:03:00.443 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9798 | 2025-04-15T04:03:02.099Z | [ host-image] Apr 15 04:03:00.465 INFO O| Apr 15 04:03:00.465 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist |
| 9799 | 2025-04-15T04:03:02.099Z | [ host-image] Apr 15 04:03:00.465 INFO O| Apr 15 04:03:00.465 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/get-up-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d ... |
| 9800 | 2025-04-15T04:03:02.099Z | [ host-image] Apr 15 04:03:00.465 INFO O| Apr 15 04:03:00.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d |
| 9801 | 2025-04-15T04:03:02.099Z | [ host-image] Apr 15 04:03:00.465 INFO O| Apr 15 04:03:00.465 INFO ok! |
| 9802 | 2025-04-15T04:03:02.100Z | [ host-image] Apr 15 04:03:00.465 INFO O| Apr 15 04:03:00.465 INFO STEP 114 (ensure_file) COMPLETE |
| 9803 | 2025-04-15T04:03:02.102Z | [ host-image] Apr 15 04:03:00.465 INFO O| Apr 15 04:03:00.465 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9804 | 2025-04-15T04:03:02.122Z | [ host-image] Apr 15 04:03:00.487 INFO O| Apr 15 04:03:00.487 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
| 9805 | 2025-04-15T04:03:02.122Z | [ host-image] Apr 15 04:03:00.487 INFO O| Apr 15 04:03:00.487 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh ... |
| 9806 | 2025-04-15T04:03:02.122Z | [ host-image] Apr 15 04:03:00.487 INFO O| Apr 15 04:03:00.487 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
| 9807 | 2025-04-15T04:03:02.125Z | [ host-image] Apr 15 04:03:00.487 INFO O| Apr 15 04:03:00.487 INFO ok! |
| 9808 | 2025-04-15T04:03:02.125Z | [ host-image] Apr 15 04:03:00.487 INFO O| Apr 15 04:03:00.487 INFO STEP 115 (ensure_file) COMPLETE |
| 9809 | 2025-04-15T04:03:02.125Z | [ host-image] Apr 15 04:03:00.487 INFO O| Apr 15 04:03:00.487 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9810 | 2025-04-15T04:03:02.142Z | [ host-image] Apr 15 04:03:00.507 INFO O| Apr 15 04:03:00.507 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
| 9811 | 2025-04-15T04:03:02.142Z | [ host-image] Apr 15 04:03:00.507 INFO O| Apr 15 04:03:00.507 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d ... |
| 9812 | 2025-04-15T04:03:02.142Z | [ host-image] Apr 15 04:03:00.507 INFO O| Apr 15 04:03:00.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
| 9813 | 2025-04-15T04:03:02.145Z | [ host-image] Apr 15 04:03:00.507 INFO O| Apr 15 04:03:00.507 INFO ok! |
| 9814 | 2025-04-15T04:03:02.145Z | [ host-image] Apr 15 04:03:00.507 INFO O| Apr 15 04:03:00.507 INFO STEP 116 (ensure_file) COMPLETE |
| 9815 | 2025-04-15T04:03:02.145Z | [ host-image] Apr 15 04:03:00.507 INFO O| Apr 15 04:03:00.507 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9816 | 2025-04-15T04:03:02.161Z | [ host-image] Apr 15 04:03:00.527 INFO O| Apr 15 04:03:00.527 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
| 9817 | 2025-04-15T04:03:02.164Z | [ host-image] Apr 15 04:03:00.527 INFO O| Apr 15 04:03:00.527 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh ... |
| 9818 | 2025-04-15T04:03:02.164Z | [ host-image] Apr 15 04:03:00.527 INFO O| Apr 15 04:03:00.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
| 9819 | 2025-04-15T04:03:02.164Z | [ host-image] Apr 15 04:03:00.527 INFO O| Apr 15 04:03:00.527 INFO ok! |
| 9820 | 2025-04-15T04:03:02.164Z | [ host-image] Apr 15 04:03:00.527 INFO O| Apr 15 04:03:00.527 INFO STEP 117 (ensure_file) COMPLETE |
| 9821 | 2025-04-15T04:03:02.164Z | [ host-image] Apr 15 04:03:00.527 INFO O| Apr 15 04:03:00.527 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9822 | 2025-04-15T04:03:02.181Z | [ host-image] Apr 15 04:03:00.546 INFO O| Apr 15 04:03:00.546 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
| 9823 | 2025-04-15T04:03:02.181Z | [ host-image] Apr 15 04:03:00.546 INFO O| Apr 15 04:03:00.546 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d ... |
| 9824 | 2025-04-15T04:03:02.184Z | [ host-image] Apr 15 04:03:00.546 INFO O| Apr 15 04:03:00.546 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
| 9825 | 2025-04-15T04:03:02.184Z | [ host-image] Apr 15 04:03:00.546 INFO O| Apr 15 04:03:00.546 INFO ok! |
| 9826 | 2025-04-15T04:03:02.184Z | [ host-image] Apr 15 04:03:00.546 INFO O| Apr 15 04:03:00.546 INFO STEP 118 (ensure_file) COMPLETE |
| 9827 | 2025-04-15T04:03:02.184Z | [ host-image] Apr 15 04:03:00.546 INFO O| Apr 15 04:03:00.546 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9828 | 2025-04-15T04:03:02.200Z | [ host-image] Apr 15 04:03:00.566 INFO O| Apr 15 04:03:00.566 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
| 9829 | 2025-04-15T04:03:02.201Z | [ host-image] Apr 15 04:03:00.566 INFO O| Apr 15 04:03:00.566 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/downstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d ... |
| 9830 | 2025-04-15T04:03:02.201Z | [ host-image] Apr 15 04:03:00.566 INFO O| Apr 15 04:03:00.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
| 9831 | 2025-04-15T04:03:02.204Z | [ host-image] Apr 15 04:03:00.566 INFO O| Apr 15 04:03:00.566 INFO ok! |
| 9832 | 2025-04-15T04:03:02.204Z | [ host-image] Apr 15 04:03:00.566 INFO O| Apr 15 04:03:00.566 INFO STEP 119 (ensure_file) COMPLETE |
| 9833 | 2025-04-15T04:03:02.204Z | [ host-image] Apr 15 04:03:00.566 INFO O| Apr 15 04:03:00.566 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9834 | 2025-04-15T04:03:02.221Z | [ host-image] Apr 15 04:03:00.585 INFO O| Apr 15 04:03:00.585 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
| 9835 | 2025-04-15T04:03:02.221Z | [ host-image] Apr 15 04:03:00.585 INFO O| Apr 15 04:03:00.585 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/all_downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d ... |
| 9836 | 2025-04-15T04:03:02.221Z | [ host-image] Apr 15 04:03:00.585 INFO O| Apr 15 04:03:00.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
| 9837 | 2025-04-15T04:03:02.225Z | [ host-image] Apr 15 04:03:00.585 INFO O| Apr 15 04:03:00.585 INFO ok! |
| 9838 | 2025-04-15T04:03:02.225Z | [ host-image] Apr 15 04:03:00.585 INFO O| Apr 15 04:03:00.585 INFO STEP 120 (ensure_file) COMPLETE |
| 9839 | 2025-04-15T04:03:02.225Z | [ host-image] Apr 15 04:03:00.585 INFO O| Apr 15 04:03:00.585 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9840 | 2025-04-15T04:03:02.245Z | [ host-image] Apr 15 04:03:00.610 INFO O| Apr 15 04:03:00.610 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
| 9841 | 2025-04-15T04:03:02.245Z | [ host-image] Apr 15 04:03:00.610 INFO O| Apr 15 04:03:00.610 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
| 9842 | 2025-04-15T04:03:02.248Z | [ host-image] Apr 15 04:03:00.611 INFO O| Apr 15 04:03:00.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
| 9843 | 2025-04-15T04:03:02.248Z | [ host-image] Apr 15 04:03:00.611 INFO O| Apr 15 04:03:00.611 INFO ok! |
| 9844 | 2025-04-15T04:03:02.248Z | [ host-image] Apr 15 04:03:00.611 INFO O| Apr 15 04:03:00.611 INFO STEP 121 (ensure_file) COMPLETE |
| 9845 | 2025-04-15T04:03:02.248Z | [ host-image] Apr 15 04:03:00.611 INFO O| Apr 15 04:03:00.611 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9846 | 2025-04-15T04:03:02.303Z | [ host-image] Apr 15 04:03:00.669 INFO O| Apr 15 04:03:00.669 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
| 9847 | 2025-04-15T04:03:02.303Z | [ host-image] Apr 15 04:03:00.669 INFO O| Apr 15 04:03:00.669 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/dtrace-info.txt -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt ... |
| 9848 | 2025-04-15T04:03:02.303Z | [ host-image] Apr 15 04:03:00.669 INFO O| Apr 15 04:03:00.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
| 9849 | 2025-04-15T04:03:02.303Z | [ host-image] Apr 15 04:03:00.669 INFO O| Apr 15 04:03:00.669 INFO ok! |
| 9850 | 2025-04-15T04:03:02.307Z | [ host-image] Apr 15 04:03:00.669 INFO O| Apr 15 04:03:00.669 INFO STEP 122 (ensure_file) COMPLETE |
| 9851 | 2025-04-15T04:03:02.307Z | [ host-image] Apr 15 04:03:00.669 INFO O| Apr 15 04:03:00.669 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9852 | 2025-04-15T04:03:02.327Z | [ host-image] Apr 15 04:03:00.691 INFO O| Apr 15 04:03:00.691 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
| 9853 | 2025-04-15T04:03:02.327Z | [ host-image] Apr 15 04:03:00.691 INFO O| Apr 15 04:03:00.691 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
| 9854 | 2025-04-15T04:03:02.327Z | [ host-image] Apr 15 04:03:00.691 INFO O| Apr 15 04:03:00.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
| 9855 | 2025-04-15T04:03:02.331Z | [ host-image] Apr 15 04:03:00.691 INFO O| Apr 15 04:03:00.691 INFO ok! |
| 9856 | 2025-04-15T04:03:02.331Z | [ host-image] Apr 15 04:03:00.691 INFO O| Apr 15 04:03:00.691 INFO STEP 123 (ensure_file) COMPLETE |
| 9857 | 2025-04-15T04:03:02.331Z | [ host-image] Apr 15 04:03:00.691 INFO O| Apr 15 04:03:00.691 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9858 | 2025-04-15T04:03:02.349Z | [ host-image] Apr 15 04:03:00.715 INFO O| Apr 15 04:03:00.715 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
| 9859 | 2025-04-15T04:03:02.349Z | [ host-image] Apr 15 04:03:00.715 INFO O| Apr 15 04:03:00.715 INFO copying /tmp/.tmpTI7q2c/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
| 9860 | 2025-04-15T04:03:13.497Z | [ host-image] Apr 15 04:03:11.860 INFO O| Apr 15 04:03:11.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
| 9861 | 2025-04-15T04:03:13.497Z | [ host-image] Apr 15 04:03:11.861 INFO O| Apr 15 04:03:11.860 INFO ok! |
| 9862 | 2025-04-15T04:03:13.497Z | [ host-image] Apr 15 04:03:11.861 INFO O| Apr 15 04:03:11.860 INFO STEP 124 (ensure_file) COMPLETE |
| 9863 | 2025-04-15T04:03:13.504Z | [ host-image] Apr 15 04:03:11.861 INFO O| Apr 15 04:03:11.861 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9864 | 2025-04-15T04:03:13.529Z | [ host-image] Apr 15 04:03:11.893 INFO O| Apr 15 04:03:11.893 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
| 9865 | 2025-04-15T04:03:13.529Z | [ host-image] Apr 15 04:03:11.893 INFO O| Apr 15 04:03:11.893 INFO STEP 125 (ensure_dir) COMPLETE |
| 9866 | 2025-04-15T04:03:13.533Z | [ host-image] Apr 15 04:03:11.893 INFO O| Apr 15 04:03:11.893 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9867 | 2025-04-15T04:03:13.573Z | [ host-image] Apr 15 04:03:11.933 INFO O| Apr 15 04:03:11.933 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
| 9868 | 2025-04-15T04:03:13.577Z | [ host-image] Apr 15 04:03:11.933 INFO O| Apr 15 04:03:11.933 INFO STEP 126 (ensure_dir) COMPLETE |
| 9869 | 2025-04-15T04:03:13.577Z | [ host-image] Apr 15 04:03:11.933 INFO O| Apr 15 04:03:11.933 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9870 | 2025-04-15T04:03:13.590Z | [ host-image] Apr 15 04:03:11.954 INFO O| Apr 15 04:03:11.954 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
| 9871 | 2025-04-15T04:03:13.590Z | [ host-image] Apr 15 04:03:11.954 INFO O| Apr 15 04:03:11.954 INFO STEP 127 (ensure_dir) COMPLETE |
| 9872 | 2025-04-15T04:03:13.597Z | [ host-image] Apr 15 04:03:11.954 INFO O| Apr 15 04:03:11.954 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9873 | 2025-04-15T04:03:13.612Z | [ host-image] Apr 15 04:03:11.975 INFO O| Apr 15 04:03:11.975 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
| 9874 | 2025-04-15T04:03:13.612Z | [ host-image] Apr 15 04:03:11.975 INFO O| Apr 15 04:03:11.975 INFO STEP 128 (ensure_dir) COMPLETE |
| 9875 | 2025-04-15T04:03:13.619Z | [ host-image] Apr 15 04:03:11.975 INFO O| Apr 15 04:03:11.975 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9876 | 2025-04-15T04:03:13.636Z | [ host-image] Apr 15 04:03:12.000 INFO O| Apr 15 04:03:12.000 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
| 9877 | 2025-04-15T04:03:13.636Z | [ host-image] Apr 15 04:03:12.000 INFO O| Apr 15 04:03:12.000 INFO copying /tmp/.tmpTI7q2c/proto/host/root/lib/svc/manifest/site/sled-agent.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml ... |
| 9878 | 2025-04-15T04:03:13.643Z | [ host-image] Apr 15 04:03:12.001 INFO O| Apr 15 04:03:12.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
| 9879 | 2025-04-15T04:03:13.643Z | [ host-image] Apr 15 04:03:12.001 INFO O| Apr 15 04:03:12.001 INFO ok! |
| 9880 | 2025-04-15T04:03:13.643Z | [ host-image] Apr 15 04:03:12.001 INFO O| Apr 15 04:03:12.001 INFO STEP 129 (ensure_file) COMPLETE |
| 9881 | 2025-04-15T04:03:13.643Z | [ host-image] Apr 15 04:03:12.001 INFO O| Apr 15 04:03:12.001 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9882 | 2025-04-15T04:03:13.702Z | [ host-image] Apr 15 04:03:12.062 INFO O| Apr 15 04:03:12.062 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
| 9883 | 2025-04-15T04:03:13.702Z | [ host-image] Apr 15 04:03:12.062 INFO O| Apr 15 04:03:12.062 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
| 9884 | 2025-04-15T04:03:13.709Z | [ host-image] Apr 15 04:03:12.062 INFO O| Apr 15 04:03:12.062 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
| 9885 | 2025-04-15T04:03:13.709Z | [ host-image] Apr 15 04:03:12.062 INFO O| Apr 15 04:03:12.062 INFO STEP 130 (ensure_dir) COMPLETE |
| 9886 | 2025-04-15T04:03:13.709Z | [ host-image] Apr 15 04:03:12.062 INFO O| Apr 15 04:03:12.062 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9887 | 2025-04-15T04:03:13.718Z | [ host-image] Apr 15 04:03:12.083 INFO O| Apr 15 04:03:12.083 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
| 9888 | 2025-04-15T04:03:13.719Z | [ host-image] Apr 15 04:03:12.083 INFO O| Apr 15 04:03:12.083 INFO copying /tmp/.tmpTI7q2c/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
| 9889 | 2025-04-15T04:03:13.724Z | [ host-image] Apr 15 04:03:12.083 INFO O| Apr 15 04:03:12.083 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
| 9890 | 2025-04-15T04:03:13.724Z | [ host-image] Apr 15 04:03:12.083 INFO O| Apr 15 04:03:12.083 INFO ok! |
| 9891 | 2025-04-15T04:03:13.724Z | [ host-image] Apr 15 04:03:12.083 INFO O| Apr 15 04:03:12.083 INFO STEP 131 (ensure_file) COMPLETE |
| 9892 | 2025-04-15T04:03:13.724Z | [ host-image] Apr 15 04:03:12.083 INFO O| Apr 15 04:03:12.083 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9893 | 2025-04-15T04:03:13.740Z | [ host-image] Apr 15 04:03:12.102 INFO O| Apr 15 04:03:12.102 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
| 9894 | 2025-04-15T04:03:13.745Z | [ host-image] Apr 15 04:03:12.103 INFO O| Apr 15 04:03:12.103 INFO STEP 132 (remove_files) COMPLETE |
| 9895 | 2025-04-15T04:03:13.745Z | [ host-image] Apr 15 04:03:12.103 INFO O| Apr 15 04:03:12.103 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9896 | 2025-04-15T04:03:13.774Z | [ host-image] Apr 15 04:03:12.122 INFO O| Apr 15 04:03:12.122 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
| 9897 | 2025-04-15T04:03:13.778Z | [ host-image] Apr 15 04:03:12.122 INFO O| Apr 15 04:03:12.122 INFO STEP 133 (remove_files) COMPLETE |
| 9898 | 2025-04-15T04:03:13.778Z | [ host-image] Apr 15 04:03:12.122 INFO O| Apr 15 04:03:12.122 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9899 | 2025-04-15T04:03:13.783Z | [ host-image] Apr 15 04:03:12.147 INFO O| Apr 15 04:03:12.147 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
| 9900 | 2025-04-15T04:03:13.786Z | [ host-image] Apr 15 04:03:12.148 INFO O| Apr 15 04:03:12.147 INFO STEP 134 (remove_files) COMPLETE |
| 9901 | 2025-04-15T04:03:13.786Z | [ host-image] Apr 15 04:03:12.148 INFO O| Apr 15 04:03:12.147 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9902 | 2025-04-15T04:03:13.842Z | [ host-image] Apr 15 04:03:12.203 INFO O| Apr 15 04:03:12.203 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
| 9903 | 2025-04-15T04:03:13.845Z | [ host-image] Apr 15 04:03:12.204 INFO O| Apr 15 04:03:12.204 INFO STEP 135 (remove_files) COMPLETE |
| 9904 | 2025-04-15T04:03:13.845Z | [ host-image] Apr 15 04:03:12.204 INFO O| Apr 15 04:03:12.204 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9905 | 2025-04-15T04:03:13.864Z | [ host-image] Apr 15 04:03:12.228 INFO O| Apr 15 04:03:12.228 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
| 9906 | 2025-04-15T04:03:13.868Z | [ host-image] Apr 15 04:03:12.228 INFO O| Apr 15 04:03:12.228 INFO STEP 136 (remove_files) COMPLETE |
| 9907 | 2025-04-15T04:03:13.868Z | [ host-image] Apr 15 04:03:12.228 INFO O| Apr 15 04:03:12.228 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9908 | 2025-04-15T04:03:13.885Z | [ host-image] Apr 15 04:03:12.249 INFO O| Apr 15 04:03:12.249 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
| 9909 | 2025-04-15T04:03:13.888Z | [ host-image] Apr 15 04:03:12.250 INFO O| Apr 15 04:03:12.250 INFO STEP 137 (remove_files) COMPLETE |
| 9910 | 2025-04-15T04:03:13.888Z | [ host-image] Apr 15 04:03:12.250 INFO O| Apr 15 04:03:12.250 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9911 | 2025-04-15T04:03:13.907Z | [ host-image] Apr 15 04:03:12.271 INFO O| Apr 15 04:03:12.271 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 9912 | 2025-04-15T04:03:13.911Z | [ host-image] Apr 15 04:03:12.271 INFO O| Apr 15 04:03:12.271 INFO STEP 138 (remove_files) COMPLETE |
| 9913 | 2025-04-15T04:03:13.911Z | [ host-image] Apr 15 04:03:12.272 INFO O| Apr 15 04:03:12.271 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9914 | 2025-04-15T04:03:13.927Z | [ host-image] Apr 15 04:03:12.292 INFO O| Apr 15 04:03:12.291 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
| 9915 | 2025-04-15T04:03:13.931Z | [ host-image] Apr 15 04:03:12.292 INFO O| Apr 15 04:03:12.292 INFO STEP 139 (remove_files) COMPLETE |
| 9916 | 2025-04-15T04:03:13.931Z | [ host-image] Apr 15 04:03:12.292 INFO O| Apr 15 04:03:12.292 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9917 | 2025-04-15T04:03:13.967Z | [ host-image] Apr 15 04:03:12.331 INFO O| Apr 15 04:03:12.331 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
| 9918 | 2025-04-15T04:03:13.967Z | [ host-image] Apr 15 04:03:12.331 INFO O| Apr 15 04:03:12.331 INFO STEP 140 (remove_files) COMPLETE |
| 9919 | 2025-04-15T04:03:13.967Z | [ host-image] Apr 15 04:03:12.331 INFO O| Apr 15 04:03:12.331 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9920 | 2025-04-15T04:03:14.030Z | [ host-image] Apr 15 04:03:12.393 INFO O| Apr 15 04:03:12.393 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 9921 | 2025-04-15T04:03:14.030Z | [ host-image] Apr 15 04:03:12.393 INFO O| Apr 15 04:03:12.393 INFO STEP 141 (remove_files) COMPLETE |
| 9922 | 2025-04-15T04:03:14.030Z | [ host-image] Apr 15 04:03:12.393 INFO O| Apr 15 04:03:12.393 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9923 | 2025-04-15T04:03:14.051Z | [ host-image] Apr 15 04:03:12.415 INFO O| Apr 15 04:03:12.415 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
| 9924 | 2025-04-15T04:03:14.051Z | [ host-image] Apr 15 04:03:12.415 INFO O| Apr 15 04:03:12.415 INFO STEP 142 (remove_files) COMPLETE |
| 9925 | 2025-04-15T04:03:14.051Z | [ host-image] Apr 15 04:03:12.415 INFO O| Apr 15 04:03:12.415 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9926 | 2025-04-15T04:03:14.072Z | [ host-image] Apr 15 04:03:12.436 INFO O| Apr 15 04:03:12.435 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
| 9927 | 2025-04-15T04:03:14.072Z | [ host-image] Apr 15 04:03:12.436 INFO O| Apr 15 04:03:12.436 INFO STEP 143 (remove_files) COMPLETE |
| 9928 | 2025-04-15T04:03:14.072Z | [ host-image] Apr 15 04:03:12.436 INFO O| Apr 15 04:03:12.436 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9929 | 2025-04-15T04:03:14.091Z | [ host-image] Apr 15 04:03:12.455 INFO O| Apr 15 04:03:12.455 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
| 9930 | 2025-04-15T04:03:14.092Z | [ host-image] Apr 15 04:03:12.455 INFO O| Apr 15 04:03:12.455 INFO STEP 144 (remove_files) COMPLETE |
| 9931 | 2025-04-15T04:03:14.092Z | [ host-image] Apr 15 04:03:12.455 INFO O| Apr 15 04:03:12.455 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9932 | 2025-04-15T04:03:14.131Z | [ host-image] Apr 15 04:03:12.495 INFO O| Apr 15 04:03:12.495 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
| 9933 | 2025-04-15T04:03:14.135Z | [ host-image] Apr 15 04:03:12.495 INFO O| Apr 15 04:03:12.495 INFO STEP 145 (remove_files) COMPLETE |
| 9934 | 2025-04-15T04:03:14.135Z | [ host-image] Apr 15 04:03:12.496 INFO O| Apr 15 04:03:12.495 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9935 | 2025-04-15T04:03:14.153Z | [ host-image] Apr 15 04:03:12.517 INFO O| Apr 15 04:03:12.517 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
| 9936 | 2025-04-15T04:03:14.153Z | [ host-image] Apr 15 04:03:12.517 INFO O| Apr 15 04:03:12.517 INFO STEP 146 (remove_files) COMPLETE |
| 9937 | 2025-04-15T04:03:14.153Z | [ host-image] Apr 15 04:03:12.517 INFO O| Apr 15 04:03:12.517 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9938 | 2025-04-15T04:03:14.173Z | [ host-image] Apr 15 04:03:12.536 INFO O| Apr 15 04:03:12.536 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
| 9939 | 2025-04-15T04:03:14.173Z | [ host-image] Apr 15 04:03:12.536 INFO O| Apr 15 04:03:12.536 INFO STEP 147 (remove_files) COMPLETE |
| 9940 | 2025-04-15T04:03:14.173Z | [ host-image] Apr 15 04:03:12.536 INFO O| Apr 15 04:03:12.536 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9941 | 2025-04-15T04:03:14.193Z | [ host-image] Apr 15 04:03:12.557 INFO O| Apr 15 04:03:12.556 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 9942 | 2025-04-15T04:03:14.193Z | [ host-image] Apr 15 04:03:12.557 INFO O| Apr 15 04:03:12.557 INFO STEP 148 (remove_files) COMPLETE |
| 9943 | 2025-04-15T04:03:14.193Z | [ host-image] Apr 15 04:03:12.557 INFO O| Apr 15 04:03:12.557 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9944 | 2025-04-15T04:03:14.214Z | [ host-image] Apr 15 04:03:12.578 INFO O| Apr 15 04:03:12.577 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
| 9945 | 2025-04-15T04:03:14.214Z | [ host-image] Apr 15 04:03:12.578 INFO O| Apr 15 04:03:12.578 INFO STEP 149 (remove_files) COMPLETE |
| 9946 | 2025-04-15T04:03:14.214Z | [ host-image] Apr 15 04:03:12.578 INFO O| Apr 15 04:03:12.578 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9947 | 2025-04-15T04:03:14.246Z | [ host-image] Apr 15 04:03:12.610 INFO O| Apr 15 04:03:12.610 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
| 9948 | 2025-04-15T04:03:14.246Z | [ host-image] Apr 15 04:03:12.610 INFO O| Apr 15 04:03:12.610 INFO STEP 150 (remove_files) COMPLETE |
| 9949 | 2025-04-15T04:03:14.246Z | [ host-image] Apr 15 04:03:12.610 INFO O| Apr 15 04:03:12.610 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9950 | 2025-04-15T04:03:14.269Z | [ host-image] Apr 15 04:03:12.633 INFO O| Apr 15 04:03:12.633 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 9951 | 2025-04-15T04:03:14.273Z | [ host-image] Apr 15 04:03:12.633 INFO O| Apr 15 04:03:12.633 INFO STEP 151 (remove_files) COMPLETE |
| 9952 | 2025-04-15T04:03:14.273Z | [ host-image] Apr 15 04:03:12.633 INFO O| Apr 15 04:03:12.633 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9953 | 2025-04-15T04:03:14.291Z | [ host-image] Apr 15 04:03:12.655 INFO O| Apr 15 04:03:12.655 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 9954 | 2025-04-15T04:03:14.291Z | [ host-image] Apr 15 04:03:12.655 INFO O| Apr 15 04:03:12.655 INFO STEP 152 (remove_files) COMPLETE |
| 9955 | 2025-04-15T04:03:14.291Z | [ host-image] Apr 15 04:03:12.655 INFO O| Apr 15 04:03:12.655 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9956 | 2025-04-15T04:03:14.328Z | [ host-image] Apr 15 04:03:12.692 INFO O| Apr 15 04:03:12.692 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
| 9957 | 2025-04-15T04:03:14.331Z | [ host-image] Apr 15 04:03:12.693 INFO O| Apr 15 04:03:12.693 INFO STEP 153 (remove_files) COMPLETE |
| 9958 | 2025-04-15T04:03:14.331Z | [ host-image] Apr 15 04:03:12.693 INFO O| Apr 15 04:03:12.693 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9959 | 2025-04-15T04:03:14.388Z | [ host-image] Apr 15 04:03:12.752 INFO O| Apr 15 04:03:12.752 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 9960 | 2025-04-15T04:03:14.388Z | [ host-image] Apr 15 04:03:12.752 INFO O| Apr 15 04:03:12.752 INFO STEP 154 (remove_files) COMPLETE |
| 9961 | 2025-04-15T04:03:14.392Z | [ host-image] Apr 15 04:03:12.752 INFO O| Apr 15 04:03:12.752 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9962 | 2025-04-15T04:03:14.426Z | [ host-image] Apr 15 04:03:12.789 INFO O| Apr 15 04:03:12.789 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
| 9963 | 2025-04-15T04:03:14.426Z | [ host-image] Apr 15 04:03:12.789 INFO O| Apr 15 04:03:12.789 INFO STEP 155 (remove_files) COMPLETE |
| 9964 | 2025-04-15T04:03:14.426Z | [ host-image] Apr 15 04:03:12.789 INFO O| Apr 15 04:03:12.789 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9965 | 2025-04-15T04:03:14.447Z | [ host-image] Apr 15 04:03:12.811 INFO O| Apr 15 04:03:12.811 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
| 9966 | 2025-04-15T04:03:14.447Z | [ host-image] Apr 15 04:03:12.811 INFO O| Apr 15 04:03:12.811 INFO STEP 156 (remove_files) COMPLETE |
| 9967 | 2025-04-15T04:03:14.451Z | [ host-image] Apr 15 04:03:12.811 INFO O| Apr 15 04:03:12.811 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9968 | 2025-04-15T04:03:14.470Z | [ host-image] Apr 15 04:03:12.833 INFO O| Apr 15 04:03:12.833 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
| 9969 | 2025-04-15T04:03:14.470Z | [ host-image] Apr 15 04:03:12.833 INFO O| Apr 15 04:03:12.833 INFO STEP 157 (remove_files) COMPLETE |
| 9970 | 2025-04-15T04:03:14.470Z | [ host-image] Apr 15 04:03:12.833 INFO O| Apr 15 04:03:12.833 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9971 | 2025-04-15T04:03:14.490Z | [ host-image] Apr 15 04:03:12.854 INFO O| Apr 15 04:03:12.854 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
| 9972 | 2025-04-15T04:03:14.490Z | [ host-image] Apr 15 04:03:12.854 INFO O| Apr 15 04:03:12.854 INFO STEP 158 (remove_files) COMPLETE |
| 9973 | 2025-04-15T04:03:14.490Z | [ host-image] Apr 15 04:03:12.854 INFO O| Apr 15 04:03:12.854 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9974 | 2025-04-15T04:03:14.528Z | [ host-image] Apr 15 04:03:12.892 INFO O| Apr 15 04:03:12.892 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
| 9975 | 2025-04-15T04:03:14.528Z | [ host-image] Apr 15 04:03:12.892 INFO O| Apr 15 04:03:12.892 INFO STEP 159 (remove_files) COMPLETE |
| 9976 | 2025-04-15T04:03:14.528Z | [ host-image] Apr 15 04:03:12.892 INFO O| Apr 15 04:03:12.892 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9977 | 2025-04-15T04:03:14.611Z | [ host-image] Apr 15 04:03:12.975 INFO O| Apr 15 04:03:12.975 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
| 9978 | 2025-04-15T04:03:14.611Z | [ host-image] Apr 15 04:03:12.975 INFO O| Apr 15 04:03:12.975 INFO STEP 160 (remove_files) COMPLETE |
| 9979 | 2025-04-15T04:03:14.614Z | [ host-image] Apr 15 04:03:12.975 INFO O| Apr 15 04:03:12.975 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9980 | 2025-04-15T04:03:14.643Z | [ host-image] Apr 15 04:03:13.007 INFO O| Apr 15 04:03:13.007 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
| 9981 | 2025-04-15T04:03:14.643Z | [ host-image] Apr 15 04:03:13.007 INFO O| Apr 15 04:03:13.007 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
| 9982 | 2025-04-15T04:03:30.092Z | [ host-image] Apr 15 04:03:28.454 INFO O| Apr 15 04:03:28.454 INFO O| Loading smf(7) service descriptions: 1/742/743/744/745/746/747/748/749/7410/7411/7412/7413/7414/7415/7416/7417/7418/7419/7420/7421/7422/7423/7424/7425/7426/7427/7428/7429/7430/7431/7432/7433/7434/7435/7436/7437/7438/7439/7440/7441/7442/7443/7444/7445/7446/7447/7448/7449/7450/7451/7452/7453/7454/7455/7456/7457/7458/7459/7460/7461/7462/7463/7464/7465/7466/7467/7468/7469/7470/7471/7472/7473/7474/74 |
| 9983 | 2025-04-15T04:03:30.092Z | [ host-image] Apr 15 04:03:28.454 INFO O| Apr 15 04:03:28.454 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
| 9984 | 2025-04-15T04:03:30.116Z | [ host-image] Apr 15 04:03:28.478 INFO O| Apr 15 04:03:28.478 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"} |
| 9985 | 2025-04-15T04:03:30.421Z | [ host-image] Apr 15 04:03:28.783 INFO O| Apr 15 04:03:28.783 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"} |
| 9986 | 2025-04-15T04:03:30.590Z | [ host-image] Apr 15 04:03:28.950 INFO O| Apr 15 04:03:28.950 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"} |
| 9987 | 2025-04-15T04:03:30.752Z | [ host-image] Apr 15 04:03:29.114 INFO O| Apr 15 04:03:29.114 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
| 9988 | 2025-04-15T04:03:30.752Z | [ host-image] Apr 15 04:03:29.114 INFO O| Apr 15 04:03:29.114 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
| 9989 | 2025-04-15T04:03:30.757Z | [ host-image] Apr 15 04:03:29.117 INFO O| Apr 15 04:03:29.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
| 9990 | 2025-04-15T04:03:30.757Z | [ host-image] Apr 15 04:03:29.117 INFO O| Apr 15 04:03:29.117 INFO ok! |
| 9991 | 2025-04-15T04:03:30.757Z | [ host-image] Apr 15 04:03:29.117 INFO O| Apr 15 04:03:29.117 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
| 9992 | 2025-04-15T04:03:30.757Z | [ host-image] Apr 15 04:03:29.117 INFO O| Apr 15 04:03:29.117 INFO STEP 161 (seed_smf) COMPLETE |
| 9993 | 2025-04-15T04:03:30.757Z | [ host-image] Apr 15 04:03:29.117 INFO O| Apr 15 04:03:29.117 INFO steps complete; finalising image! |
| 9994 | 2025-04-15T04:03:30.757Z | [ host-image] Apr 15 04:03:29.117 INFO O| Apr 15 04:03:29.117 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
| 9995 | 2025-04-15T04:03:30.972Z | [ host-image] Apr 15 04:03:29.334 INFO O| Apr 15 04:03:29.334 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Tue Apr 15 04:03:29 2025) |
| 9996 | 2025-04-15T04:03:31.184Z | [ host-image] Apr 15 04:03:29.546 INFO O| Apr 15 04:03:29.546 INFO trim TEMPORARY-gimlet-zfs: (88% trimmed, started at Tue Apr 15 04:03:29 2025) |
| 9997 | 2025-04-15T04:03:31.434Z | [ host-image] Apr 15 04:03:29.796 INFO O| Apr 15 04:03:29.796 INFO temporary pool has 673M used, 159M avail, 1.87x compressratio |
| 9998 | 2025-04-15T04:03:31.434Z | [ host-image] Apr 15 04:03:29.796 INFO O| Apr 15 04:03:29.796 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
| 9999 | 2025-04-15T04:03:32.227Z | [ host-image] Apr 15 04:03:30.589 INFO O| Apr 15 04:03:30.588 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
| 10000 | 2025-04-15T04:03:32.227Z | [ host-image] Apr 15 04:03:30.589 INFO O| Apr 15 04:03:30.589 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
| 10001 | 2025-04-15T04:03:34.196Z | [ host-image] Apr 15 04:03:32.557 INFO O| Apr 15 04:03:32.557 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
| 10002 | 2025-04-15T04:03:34.196Z | [ host-image] Apr 15 04:03:32.558 INFO O| Apr 15 04:03:32.558 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
| 10003 | 2025-04-15T04:03:34.199Z | [ host-image] Apr 15 04:03:32.558 INFO O| Apr 15 04:03:32.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
| 10004 | 2025-04-15T04:03:34.199Z | [ host-image] Apr 15 04:03:32.558 INFO O| Apr 15 04:03:32.558 INFO completed processing gimlet/zfs |
| 10005 | 2025-04-15T04:03:34.199Z | [ host-image] Apr 15 04:03:32.558 INFO O| Apr 15 04:03:32.558 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
| 10006 | 2025-04-15T04:03:42.528Z | [ host-image] Apr 15 04:03:40.889 INFO O| Apr 15 04:03:40.888 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
| 10007 | 2025-04-15T04:03:42.658Z | [ host-image] Apr 15 04:03:41.019 INFO BUILD STRING "heads/stlouis-0-gc11ecafa71\n" |
| 10008 | 2025-04-15T04:03:42.658Z | [ host-image] Apr 15 04:03:41.019 INFO expanded image name: "ci f69c0b9/${os_short_commit} 2025-04-15 03:22" -> "ci f69c0b9/c11ecaf 2025-04-15 03:22" |
| 10009 | 2025-04-15T04:03:42.662Z | [ host-image] Apr 15 04:03:41.019 INFO output artefacts stored in: "/work/os-host" |
| 10010 | 2025-04-15T04:03:42.662Z | [ host-image] Apr 15 04:03:41.019 INFO collecting git info from project "image-builder"... |
| 10011 | 2025-04-15T04:03:42.669Z | [ host-image] Apr 15 04:03:41.029 INFO collecting git info from project "phbl"... |
| 10012 | 2025-04-15T04:03:42.679Z | [ host-image] Apr 15 04:03:41.038 INFO collecting git info from project "pilot"... |
| 10013 | 2025-04-15T04:03:42.688Z | [ host-image] Apr 15 04:03:41.049 INFO collecting git info from project "bootserver"... |
| 10014 | 2025-04-15T04:03:42.702Z | [ host-image] Apr 15 04:03:41.058 INFO collecting git info from project "chelsio-t6-roms"... |
| 10015 | 2025-04-15T04:03:42.707Z | [ host-image] Apr 15 04:03:41.068 INFO collecting git info from project "pinprick"... |
| 10016 | 2025-04-15T04:03:42.733Z | [ host-image] Apr 15 04:03:41.094 INFO collecting git info from project "amd-firmware"... |
| 10017 | 2025-04-15T04:03:42.764Z | [ host-image] Apr 15 04:03:41.125 INFO collecting git info from project "amd-host-image-builder"... |
| 10018 | 2025-04-15T04:03:42.792Z | [ host-image] Apr 15 04:03:41.153 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 10019 | 2025-04-15T04:03:43.901Z | [ host-image] Apr 15 04:03:42.262 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 10020 | 2025-04-15T04:03:44.654Z | [ host-image] Apr 15 04:03:43.015 INFO creating Oxide boot image... |
| 10021 | 2025-04-15T04:03:44.658Z | [ host-image] Apr 15 04:03:43.015 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci f69c0b9/c11ecaf 2025-04-15 03:22", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
| 10022 | 2025-04-15T04:03:46.014Z | [ host-image] Apr 15 04:03:44.372 INFO O| ok, image written! |
| 10023 | 2025-04-15T04:03:46.017Z | [ host-image] Apr 15 04:03:44.372 INFO O| ok, boot_image_csum file written! |
| 10024 | 2025-04-15T04:03:46.017Z | [ host-image] Apr 15 04:03:44.376 INFO creating boot archive (CPIO)... |
| 10025 | 2025-04-15T04:03:46.017Z | [ host-image] Apr 15 04:03:44.376 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/os-host/cpio", "/work/oxidecomputer/helios/tmp/image.host"], pwd: None |
| 10026 | 2025-04-15T04:03:46.034Z | [ host-image] Apr 15 04:03:44.394 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
| 10027 | 2025-04-15T04:03:46.034Z | [ host-image] Apr 15 04:03:44.394 INFO E| + outfile=/work/os-host/cpio |
| 10028 | 2025-04-15T04:03:46.037Z | [ host-image] Apr 15 04:03:44.394 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
| 10029 | 2025-04-15T04:03:46.040Z | [ host-image] Apr 15 04:03:44.398 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
| 10030 | 2025-04-15T04:03:46.041Z | [ host-image] Apr 15 04:03:44.398 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
| 10031 | 2025-04-15T04:03:46.102Z | [ host-image] Apr 15 04:03:44.462 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
| 10032 | 2025-04-15T04:03:46.102Z | [ host-image] Apr 15 04:03:44.462 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
| 10033 | 2025-04-15T04:03:46.113Z | [ host-image] Apr 15 04:03:44.473 INFO creating compressed cpio/unix for nanobl-rs... |
| 10034 | 2025-04-15T04:03:46.113Z | [ host-image] Apr 15 04:03:44.474 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/host/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-host/unix.z\'"], pwd: None |
| 10035 | 2025-04-15T04:03:46.554Z | [ host-image] Apr 15 04:03:44.913 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
| 10036 | 2025-04-15T04:03:53.002Z | [ host-image] Apr 15 04:03:51.362 INFO creating reset image... |
| 10037 | 2025-04-15T04:03:53.002Z | [ host-image] Apr 15 04:03:51.362 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl" |
| 10038 | 2025-04-15T04:03:53.126Z | [ host-image] Apr 15 04:03:51.486 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2025-04-02-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')" |
| 10039 | 2025-04-15T04:03:53.126Z | [ host-image] Apr 15 04:03:51.486 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
| 10040 | 2025-04-15T04:03:53.359Z | [ host-image] Apr 15 04:03:51.719 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s |
| 10041 | 2025-04-15T04:03:53.380Z | [ host-image] Apr 15 04:03:51.740 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
| 10042 | 2025-04-15T04:03:53.689Z | [ host-image] Apr 15 04:03:52.048 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 10043 | 2025-04-15T04:03:56.959Z | [ host-image] Apr 15 04:03:55.318 INFO E| Finished `release` profile [optimized] target(s) in 3.54s |
| 10044 | 2025-04-15T04:03:56.978Z | [ host-image] Apr 15 04:03:55.337 INFO building host image... |
| 10045 | 2025-04-15T04:03:56.984Z | [ host-image] Apr 15 04:03:55.337 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-host/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 10046 | 2025-04-15T04:03:57.876Z | [ host-image] Apr 15 04:03:56.234 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
| 10047 | 2025-04-15T04:05:08.554Z | [ host-image] Apr 15 04:05:06.895 INFO image complete! materials are in "/work/os-host" |
| 10048 | 2025-04-15T04:05:08.573Z | [ host-image] |
| 10049 | 2025-04-15T04:05:08.574Z | [ host-image] real 16:57.080837018 |
| 10050 | 2025-04-15T04:05:08.574Z | [ host-image] user 7:56.001585566 |
| 10051 | 2025-04-15T04:05:08.574Z | [ host-image] sys 1:14.535667343 |
| 10052 | 2025-04-15T04:05:08.574Z | [ host-image] trap 0.422815279 |
| 10053 | 2025-04-15T04:05:08.574Z | [ host-image] tflt 0.075278885 |
| 10054 | 2025-04-15T04:05:08.574Z | [ host-image] dflt 0.049252342 |
| 10055 | 2025-04-15T04:05:08.574Z | [ host-image] kflt 0.094149034 |
| 10056 | 2025-04-15T04:05:08.574Z | [ host-image] lock 2:32.331001825 |
| 10057 | 2025-04-15T04:05:08.574Z | [ host-image] slp 1:33:18.058087877 |
| 10058 | 2025-04-15T04:05:08.574Z | [ host-image] lat 3:13.138392379 |
| 10059 | 2025-04-15T04:05:08.574Z | [ host-image] stop 1.235125103 |
| 10060 | 2025-04-15T04:05:08.574Z | Apr 15 04:05:06.901 INFO [host-image] process exited with exit status: 0 (1017.105117621s) |
| 10061 | 2025-04-15T04:05:08.574Z | Apr 15 04:05:06.902 INFO [tuf-repo] running task |
| 10062 | 2025-04-15T04:05:19.614Z | Apr 15 04:05:17.964 INFO assembling repository in `/tmp/tufaceousqwtdqr`, component: OmicronRepoAssembler |
| 10063 | 2025-04-15T04:05:36.819Z | Apr 15 04:05:35.166 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
| 10064 | 2025-04-15T04:05:37.036Z | Apr 15 04:05:35.383 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
| 10065 | 2025-04-15T04:05:51.083Z | Apr 15 04:05:49.429 INFO [tuf-repo] task succeeded (42.527891435s) |
| 10066 | 2025-04-15T04:06:39.168Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 17m 47s |
| 10067 | 2025-04-15T04:06:39.666Z | Apr 15 04:06:38.006 INFO [verify-libraries] process exited with exit status: 0 (1072.45638644s) |
| 10068 | 2025-04-15T04:06:39.666Z | Apr 15 04:06:38.006 INFO all jobs completed in 2622.746906749s |
| 10069 | 2025-04-15T04:06:40.605Z | process exited: duration 3270721 ms, exit code 0 |
| |
| 10070 | 2025-04-15T04:06:40.620Z | found 32 output files |
| 10071 | 2025-04-15T04:06:40.620Z | uploading: /work/manifest.toml (13429 bytes) |
| 10072 | 2025-04-15T04:06:41.634Z | uploaded: /work/manifest.toml |
| 10073 | 2025-04-15T04:06:41.634Z | uploading: /work/repo.zip (2117795929 bytes) |
| 10074 | 2025-04-15T04:07:29.996Z | uploaded: /work/repo.zip |
| 10075 | 2025-04-15T04:07:29.996Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
| 10076 | 2025-04-15T04:07:31.087Z | uploaded: /work/repo.zip.sha256.txt |
| 10077 | 2025-04-15T04:07:31.087Z | uploading: /work/helios-setup.log (69375 bytes) |
| 10078 | 2025-04-15T04:07:32.110Z | uploaded: /work/helios-setup.log |
| 10079 | 2025-04-15T04:07:32.123Z | uploading: /work/host-image.log (202554 bytes) |
| 10080 | 2025-04-15T04:07:33.140Z | uploaded: /work/host-image.log |
| 10081 | 2025-04-15T04:07:33.140Z | uploading: /work/host-package.log (27431 bytes) |
| 10082 | 2025-04-15T04:07:34.155Z | uploaded: /work/host-package.log |
| 10083 | 2025-04-15T04:07:34.158Z | uploading: /work/host-target.log (53 bytes) |
| 10084 | 2025-04-15T04:07:35.166Z | uploaded: /work/host-target.log |
| 10085 | 2025-04-15T04:07:35.166Z | uploading: /work/omicron-package.log (8607 bytes) |
| 10086 | 2025-04-15T04:07:36.178Z | uploaded: /work/omicron-package.log |
| 10087 | 2025-04-15T04:07:36.178Z | uploading: /work/recovery-image.log (579820 bytes) |
| 10088 | 2025-04-15T04:07:37.210Z | uploaded: /work/recovery-image.log |
| 10089 | 2025-04-15T04:07:37.214Z | uploading: /work/recovery-package.log (1608 bytes) |
| 10090 | 2025-04-15T04:07:38.601Z | uploaded: /work/recovery-package.log |
| 10091 | 2025-04-15T04:07:38.601Z | uploading: /work/recovery-target.log (98 bytes) |
| 10092 | 2025-04-15T04:07:39.659Z | uploaded: /work/recovery-target.log |
| 10093 | 2025-04-15T04:07:39.659Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
| 10094 | 2025-04-15T04:07:40.672Z | uploaded: /work/stamp-clickhouse.log |
| 10095 | 2025-04-15T04:07:40.672Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
| 10096 | 2025-04-15T04:07:41.686Z | uploaded: /work/stamp-clickhouse_keeper.log |
| 10097 | 2025-04-15T04:07:41.686Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
| 10098 | 2025-04-15T04:07:42.701Z | uploaded: /work/stamp-cockroachdb.log |
| 10099 | 2025-04-15T04:07:42.701Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
| 10100 | 2025-04-15T04:07:43.713Z | uploaded: /work/stamp-crucible-dtrace.log |
| 10101 | 2025-04-15T04:07:43.716Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
| 10102 | 2025-04-15T04:07:44.723Z | uploaded: /work/stamp-crucible-pantry-zone.log |
| 10103 | 2025-04-15T04:07:44.723Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
| 10104 | 2025-04-15T04:07:45.739Z | uploaded: /work/stamp-crucible-zone.log |
| 10105 | 2025-04-15T04:07:45.742Z | uploading: /work/stamp-external-dns.log (119 bytes) |
| 10106 | 2025-04-15T04:07:46.750Z | uploaded: /work/stamp-external-dns.log |
| 10107 | 2025-04-15T04:07:46.750Z | uploading: /work/stamp-installinator.log (103 bytes) |
| 10108 | 2025-04-15T04:07:47.763Z | uploaded: /work/stamp-installinator.log |
| 10109 | 2025-04-15T04:07:47.764Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
| 10110 | 2025-04-15T04:07:48.783Z | uploaded: /work/stamp-internal-dns.log |
| 10111 | 2025-04-15T04:07:48.788Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
| 10112 | 2025-04-15T04:07:49.799Z | uploaded: /work/stamp-mg-ddm-gz.log |
| 10113 | 2025-04-15T04:07:49.804Z | uploading: /work/stamp-nexus.log (112 bytes) |
| 10114 | 2025-04-15T04:07:50.817Z | uploaded: /work/stamp-nexus.log |
| 10115 | 2025-04-15T04:07:50.817Z | uploading: /work/stamp-ntp.log (110 bytes) |
| 10116 | 2025-04-15T04:07:51.829Z | uploaded: /work/stamp-ntp.log |
| 10117 | 2025-04-15T04:07:51.833Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
| 10118 | 2025-04-15T04:07:52.840Z | uploaded: /work/stamp-omicron-sled-agent.log |
| 10119 | 2025-04-15T04:07:52.843Z | uploading: /work/stamp-overlay.log (114 bytes) |
| 10120 | 2025-04-15T04:07:53.853Z | uploaded: /work/stamp-overlay.log |
| 10121 | 2025-04-15T04:07:53.859Z | uploading: /work/stamp-oximeter.log (115 bytes) |
| 10122 | 2025-04-15T04:07:54.912Z | uploaded: /work/stamp-oximeter.log |
| 10123 | 2025-04-15T04:07:54.912Z | uploading: /work/stamp-oxlog.log (109 bytes) |
| 10124 | 2025-04-15T04:07:55.965Z | uploaded: /work/stamp-oxlog.log |
| 10125 | 2025-04-15T04:07:55.977Z | uploading: /work/stamp-probe.log (112 bytes) |
| 10126 | 2025-04-15T04:07:57.080Z | uploaded: /work/stamp-probe.log |
| 10127 | 2025-04-15T04:07:57.081Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
| 10128 | 2025-04-15T04:07:58.105Z | uploaded: /work/stamp-propolis-server.log |
| 10129 | 2025-04-15T04:07:58.105Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
| 10130 | 2025-04-15T04:08:03.789Z | uploaded: /work/stamp-pumpkind-gz.log |
| 10131 | 2025-04-15T04:08:03.789Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
| 10132 | 2025-04-15T04:08:05.132Z | uploaded: /work/stamp-switch-asic.log |
| 10133 | 2025-04-15T04:08:05.132Z | uploading: /work/verify-libraries.log (6948 bytes) |
| 10134 | 2025-04-15T04:08:06.144Z | uploaded: /work/verify-libraries.log |