01K2Z83Z12EWZF4GPPYCC5T09A: helios / build TUF repo

BasicConfig {
    output_rules: [
        "=/work/manifest.toml",
        "=/work/repo.zip",
        "=/work/repo.zip.sha256.txt",
        "=/work/helios.json",
        "=/work/incorporation.p5m",
        "=/work/incorporation.p5p",
        "%/work/*.log",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/amd-apcb",
        "oxidecomputer/amd-efs",
        "oxidecomputer/amd-firmware",
        "oxidecomputer/amd-flash",
        "oxidecomputer/amd-host-image-builder",
        "oxidecomputer/boot-image-tools",
        "oxidecomputer/chelsio-t6-roms",
        "oxidecomputer/compliance-pilot",
        "oxidecomputer/facade",
        "oxidecomputer/helios",
        "oxidecomputer/helios-omicron-brand",
        "oxidecomputer/helios-omnios-build",
        "oxidecomputer/helios-omnios-extra",
        "oxidecomputer/nanobl-rs",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/manifest.toml",
            series: "rot-all",
            name: "manifest.toml",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip",
            series: "rot-all",
            name: "repo.zip",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip.sha256.txt",
            series: "rot-all",
            name: "repo.zip.sha256.txt",
        },
        BasicConfigPublish {
            from_output: "/work/helios.json",
            series: "rot-all",
            name: "helios.json",
        },
        BasicConfigPublish {
            from_output: "/work/incorporation.p5m",
            series: "rot-all",
            name: "incorporation.p5m",
        },
        BasicConfigPublish {
            from_output: "/work/incorporation.p5p",
            series: "rot-all",
            name: "incorporation.p5p",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01K2Z84RCWWV7M7J5GQCTJPM7X

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-08-18T18:48:44.775Zjob assigned to worker 01K2Z84MET4NBTKHSFVRS7C1M2 [factory aws, i-0c820be510009862f] (queued for 52 s)
 
22025-08-18T18:48:52.789Zstarting task 0: "setup"
32025-08-18T18:48:52.794Z++ uname -s
42025-08-18T18:48:52.797Z+ kern=SunOS
52025-08-18T18:48:52.797Z+ build_user=build
62025-08-18T18:48:52.797Z+ build_uid=12345
72025-08-18T18:48:52.797Z+ work_dir=/work
82025-08-18T18:48:52.797Z+ input_dir=/input
92025-08-18T18:48:52.797Z+ [[ 0 == 12345 ]]
102025-08-18T18:48:52.797Z+ case "$kern" in
112025-08-18T18:48:52.797Z+ groupadd -g 12345 build
122025-08-18T18:48:52.801Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-08-18T18:48:54.805Z+ zfs create -o mountpoint=/work rpool/work
142025-08-18T18:48:54.933Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-08-18T18:48:54.937Z+ home_fs=zfs
162025-08-18T18:48:54.937Z+ [[ zfs == autofs ]]
172025-08-18T18:48:54.937Z+ mkdir -p /home/build
182025-08-18T18:48:54.940Z+ chown build:build /home/build /work
192025-08-18T18:48:56.938Z+ chmod 0700 /home/build /work
202025-08-18T18:48:56.941Zprocess exited: duration 4159 ms, exit code 0
 
212025-08-18T18:48:56.948Zstarting task 1: "rust-toolchain"
222025-08-18T18:48:56.953Z+ printf ' * rust toolchain channel = "%s"\n' 1.89.0
232025-08-18T18:48:56.953Z * rust toolchain channel = "1.89.0"
242025-08-18T18:48:56.953Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-08-18T18:48:56.953Z * rust toolchain profile = "default"
262025-08-18T18:48:56.953Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-08-18T18:48:56.953Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-08-18T18:48:56.956Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-08-18T18:48:56.957Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default
302025-08-18T18:48:57.059Zinfo: downloading installer
312025-08-18T18:48:58.258Zwarn: It looks like you have an existing installation of Rust at:
322025-08-18T18:48:58.258Zwarn: /opt/ooce/bin
332025-08-18T18:48:58.258Zwarn: It is recommended that rustup be the primary Rust installation.
342025-08-18T18:48:58.258Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-08-18T18:48:58.258Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-08-18T18:48:58.258Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-08-18T18:48:58.258Zwarn: or pass `-y' to ignore all ignorable checks.
382025-08-18T18:48:58.258Zerror: cannot install while Rust is installed
392025-08-18T18:48:58.258Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-08-18T18:48:58.276Zinfo: profile set to 'default'
412025-08-18T18:48:58.276Zinfo: default host triple is x86_64-unknown-illumos
422025-08-18T18:48:58.280Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
432025-08-18T18:48:58.435Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-08-18T18:48:58.436Zinfo: downloading component 'cargo'
452025-08-18T18:48:59.204Zinfo: downloading component 'clippy'
462025-08-18T18:48:59.515Zinfo: downloading component 'rust-docs'
472025-08-18T18:49:00.707Zinfo: downloading component 'rust-std'
482025-08-18T18:49:02.312Zinfo: downloading component 'rustc'
492025-08-18T18:49:08.266Zinfo: downloading component 'rustfmt'
502025-08-18T18:49:08.593Zinfo: installing component 'cargo'
512025-08-18T18:49:09.479Zinfo: installing component 'clippy'
522025-08-18T18:49:09.875Zinfo: installing component 'rust-docs'
532025-08-18T18:49:11.756Zinfo: installing component 'rust-std'
542025-08-18T18:49:13.691Zinfo: installing component 'rustc'
552025-08-18T18:49:20.163Zinfo: installing component 'rustfmt'
562025-08-18T18:49:20.499Zinfo: default toolchain set to '1.89.0-x86_64-unknown-illumos'
572025-08-18T18:49:20.500Z
582025-08-18T18:49:20.925Z 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-08-18T18:49:20.925Z
602025-08-18T18:49:20.928Z
612025-08-18T18:49:20.929ZRust is installed now. Great!
622025-08-18T18:49:20.929Z
632025-08-18T18:49:20.929ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-08-18T18:49:20.929Zenvironment variable. This has not been done automatically.
652025-08-18T18:49:20.929Z
662025-08-18T18:49:20.929ZTo configure your current shell, you need to source
672025-08-18T18:49:20.929Zthe corresponding env file under $HOME/.cargo.
682025-08-18T18:49:20.930Z
692025-08-18T18:49:20.930ZThis is usually done by running one of the following (note the leading DOT):
702025-08-18T18:49:20.930Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-08-18T18:49:20.930Zsource "$HOME/.cargo/env.fish" # For fish
722025-08-18T18:49:20.930Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-08-18T18:49:21.008Z+ rustup --version
742025-08-18T18:49:21.019Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-08-18T18:49:21.022Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-08-18T18:49:21.101Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-08-18T18:49:21.104Z+ cargo --version
782025-08-18T18:49:21.167Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-08-18T18:49:21.171Z+ rustc --version
802025-08-18T18:49:21.240Zrustc 1.89.0 (29483883e 2025-08-04)
812025-08-18T18:49:21.244Zprocess exited: duration 24326 ms, exit code 0
 
822025-08-18T18:49:21.251Zstarting task 2: "authentication"
832025-08-18T18:49:21.273Zprocess exited: duration 21 ms, exit code 0
 
842025-08-18T18:49:21.279Zstarting task 3: "clone repository"
852025-08-18T18:49:21.284Z+ mkdir -p /work/oxidecomputer/omicron
862025-08-18T18:49:21.287Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-08-18T18:49:21.330ZCloning into '/work/oxidecomputer/omicron'...
882025-08-18T18:49:29.441Z+ cd /work/oxidecomputer/omicron
892025-08-18T18:49:29.441Z+ git fetch origin 33b001744b04f04128c1eba52b6b9353cbabedb3
902025-08-18T18:49:29.769ZFrom https://github.com/oxidecomputer/omicron
912025-08-18T18:49:29.770Z * branch 33b001744b04f04128c1eba52b6b9353cbabedb3 -> FETCH_HEAD
922025-08-18T18:49:29.781Z+ [[ -n john/mgs-update-no-unreachable ]]
932025-08-18T18:49:29.785Z++ git branch --show-current
942025-08-18T18:49:29.785Z+ current=main
952025-08-18T18:49:29.785Z+ [[ main != john/mgs-update-no-unreachable ]]
962025-08-18T18:49:29.785Z+ git branch -f john/mgs-update-no-unreachable 33b001744b04f04128c1eba52b6b9353cbabedb3
972025-08-18T18:49:29.789Z+ git checkout -f john/mgs-update-no-unreachable
982025-08-18T18:49:30.021ZSwitched to branch 'john/mgs-update-no-unreachable'
992025-08-18T18:49:30.024Z+ git reset --hard 33b001744b04f04128c1eba52b6b9353cbabedb3
1002025-08-18T18:49:30.253ZHEAD is now at 33b001744 expectorate (debug formatting...)
1012025-08-18T18:49:30.257Zprocess exited: duration 8986 ms, exit code 0
 
1022025-08-18T18:49:30.264Zstarting task 4: "build"
1032025-08-18T18:49:30.271Z+ source .github/buildomat/ci-env.sh
1042025-08-18T18:49:30.271Z++ export CARGO_TERM_COLOR=always
1052025-08-18T18:49:30.271Z++ CARGO_TERM_COLOR=always
1062025-08-18T18:49:30.271Z+ cargo --version
1072025-08-18T18:49:30.327Zcargo 1.89.0 (c24e10642 2025-06-23)
1082025-08-18T18:49:30.330Z+ rustc --version
1092025-08-18T18:49:30.399Zrustc 1.89.0 (29483883e 2025-08-04)
1102025-08-18T18:49:30.402Z+ cargo tree --locked
1112025-08-18T18:49:30.675Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122025-08-18T18:49:30.959Z Updating crates.io index
1132025-08-18T18:49:30.997Z Updating git repository `https://github.com/oxidecomputer/lldp`
1142025-08-18T18:49:31.328Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1152025-08-18T18:49:31.936Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1162025-08-18T18:49:32.196Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1172025-08-18T18:49:32.459Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1182025-08-18T18:49:32.791Z Updating git repository `https://github.com/oxidecomputer/propolis`
1192025-08-18T18:49:33.930Z Updating git repository `https://github.com/oxidecomputer/crucible`
1202025-08-18T18:49:35.945Z Updating git repository `https://github.com/oxidecomputer/opte`
1212025-08-18T18:49:36.892Z Updating git repository `https://github.com/oxidecomputer/falcon`
1222025-08-18T18:49:37.603Z Updating git repository `https://github.com/oxidecomputer/clickward`
1232025-08-18T18:49:37.883Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1242025-08-18T18:49:38.267Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1252025-08-18T18:49:39.160Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262025-08-18T18:49:39.592Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1272025-08-18T18:49:40.109Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1282025-08-18T18:49:40.411Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1292025-08-18T18:49:40.742Z Updating git repository `https://github.com/oxidecomputer/tofino`
1302025-08-18T18:49:40.993Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1312025-08-18T18:49:41.251Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1322025-08-18T18:49:41.508Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1332025-08-18T18:49:41.822Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1342025-08-18T18:49:42.200Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1352025-08-18T18:49:42.499Z Updating git repository `https://github.com/oxidecomputer/ispf`
1362025-08-18T18:49:42.892Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1372025-08-18T18:49:43.460Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1382025-08-18T18:49:43.878Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1392025-08-18T18:49:44.157Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1402025-08-18T18:49:44.492Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1412025-08-18T18:49:44.962Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1422025-08-18T18:49:45.197Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432025-08-18T18:49:45.457Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442025-08-18T18:49:45.761Z Updating git repository `https://github.com/oxidecomputer/omicron`
1452025-08-18T18:49:54.066Z Updating git repository `https://github.com/illumos/smf-rs`
1462025-08-18T18:49:55.603Z Downloading crates ...
1472025-08-18T18:49:55.690Z Downloaded array-init v0.0.4
1482025-08-18T18:49:55.696Z Downloaded async-recursion v1.1.1
1492025-08-18T18:49:55.701Z Downloaded async-stream v0.3.6
1502025-08-18T18:49:55.701Z Downloaded async-task v4.7.1
1512025-08-18T18:49:55.719Z Downloaded bitvec v1.0.1
1522025-08-18T18:49:55.732Z Downloaded getrandom v0.2.15
1532025-08-18T18:49:55.737Z Downloaded httptest v0.16.3
1542025-08-18T18:49:55.740Z Downloaded fs-err v3.1.1
1552025-08-18T18:49:55.740Z Downloaded backtrace v0.3.74
1562025-08-18T18:49:55.743Z Downloaded aws-lc-rs v1.12.4
1572025-08-18T18:49:56.248Z Downloaded ahash v0.8.12
1582025-08-18T18:49:56.319Z Downloaded base64 v0.21.7
1592025-08-18T18:49:56.323Z Downloaded backoff v0.4.0
1602025-08-18T18:49:56.423Z Downloaded anstyle v1.0.11
1612025-08-18T18:49:56.449Z Downloaded cancel-safe-futures v0.1.5
1622025-08-18T18:49:56.464Z Downloaded globset v0.4.15
1632025-08-18T18:49:56.478Z Downloaded oxnet v0.1.3
1642025-08-18T18:49:56.481Z Downloaded blake3 v1.5.4
1652025-08-18T18:49:56.494Z Downloaded bitfield v0.14.0
1662025-08-18T18:49:56.510Z Downloaded parking_lot_core v0.9.10
1672025-08-18T18:49:56.516Z Downloaded fd-lock v4.0.2
1682025-08-18T18:49:56.519Z Downloaded allocator-api2 v0.2.21
1692025-08-18T18:49:56.533Z Downloaded aho-corasick v1.1.3
1702025-08-18T18:49:56.568Z Downloaded async-channel v2.3.1
1712025-08-18T18:49:56.583Z Downloaded castaway v0.2.3
1722025-08-18T18:49:56.590Z Downloaded futures-sink v0.3.31
1732025-08-18T18:49:56.603Z Downloaded block-buffer v0.10.4
1742025-08-18T18:49:56.609Z Downloaded newline-converter v0.3.0
1752025-08-18T18:49:56.623Z Downloaded autocfg v1.4.0
1762025-08-18T18:49:56.632Z Downloaded funty v2.0.0
1772025-08-18T18:49:56.637Z Downloaded base16ct v0.2.0
1782025-08-18T18:49:56.643Z Downloaded newtype-uuid v1.2.4
1792025-08-18T18:49:56.670Z Downloaded cargo-util-schemas v0.8.2
1802025-08-18T18:49:56.700Z Downloaded hickory-resolver v0.25.2
1812025-08-18T18:49:56.706Z Downloaded hickory-client v0.25.2
1822025-08-18T18:49:56.710Z Downloaded hex-literal v0.4.1
1832025-08-18T18:49:56.715Z Downloaded futures-io v0.3.31
1842025-08-18T18:49:56.722Z Downloaded httparse v1.9.5
1852025-08-18T18:49:56.738Z Downloaded cfg-if v1.0.1
1862025-08-18T18:49:56.743Z Downloaded base64ct v1.6.0
1872025-08-18T18:49:56.754Z Downloaded arrayref v0.3.9
1882025-08-18T18:49:56.757Z Downloaded hkdf v0.12.4
1892025-08-18T18:49:56.761Z Downloaded heck v0.4.1
1902025-08-18T18:49:56.764Z Downloaded futures-executor v0.3.31
1912025-08-18T18:49:56.768Z Downloaded half v1.8.3
1922025-08-18T18:49:56.774Z Downloaded futures-lite v2.3.0
1932025-08-18T18:49:56.778Z Downloaded bzip2 v0.5.2
1942025-08-18T18:49:56.778Z Downloaded assert_cmd v2.0.17
1952025-08-18T18:49:56.785Z Downloaded hash32 v0.3.1
1962025-08-18T18:49:56.788Z Downloaded bitflags v2.9.1
1972025-08-18T18:49:56.792Z Downloaded argon2 v0.5.3
1982025-08-18T18:49:56.796Z Downloaded async-channel v1.9.0
1992025-08-18T18:49:56.800Z Downloaded cargo-platform v0.2.0
2002025-08-18T18:49:56.803Z Downloaded foreign-types v0.5.0
2012025-08-18T18:49:56.806Z Downloaded fixedbitset v0.4.2
2022025-08-18T18:49:56.810Z Downloaded arrayvec v0.7.6
2032025-08-18T18:49:56.817Z Downloaded guppy v0.17.20
2042025-08-18T18:49:56.823Z Downloaded bcs v0.1.6
2052025-08-18T18:49:56.835Z Downloaded hubpack v0.1.2
2062025-08-18T18:49:56.838Z Downloaded fnv v1.0.7
2072025-08-18T18:49:56.843Z Downloaded foreign-types-macros v0.2.3
2082025-08-18T18:49:56.854Z Downloaded bytes v1.10.1
2092025-08-18T18:49:56.858Z Downloaded byteorder v1.5.0
2102025-08-18T18:49:56.861Z Downloaded blocking v1.6.1
2112025-08-18T18:49:56.864Z Downloaded base64 v0.22.1
2122025-08-18T18:49:56.870Z Downloaded aes-gcm v0.10.3
2132025-08-18T18:49:56.874Z Downloaded bb8 v0.8.5
2142025-08-18T18:49:56.879Z Downloaded ff v0.13.0
2152025-08-18T18:49:56.882Z Downloaded hash32 v0.2.1
2162025-08-18T18:49:56.885Z Downloaded anyhow v1.0.99
2172025-08-18T18:49:56.889Z Downloaded heck v0.5.0
2182025-08-18T18:49:56.889Z Downloaded bit-set v0.5.3
2192025-08-18T18:49:56.892Z Downloaded bit-vec v0.6.3
2202025-08-18T18:49:56.897Z Downloaded cc v1.2.30
2212025-08-18T18:49:56.908Z Downloaded smf v0.2.3
2222025-08-18T18:49:56.912Z Downloaded foreign-types v0.3.2
2232025-08-18T18:49:56.917Z Downloaded block-padding v0.3.3
2242025-08-18T18:49:56.925Z Downloaded futures v0.3.31
2252025-08-18T18:49:56.928Z Downloaded home v0.5.9
2262025-08-18T18:49:56.931Z Downloaded spki v0.7.3
2272025-08-18T18:49:56.935Z Downloaded anstyle-query v1.1.1
2282025-08-18T18:49:56.938Z Downloaded cassowary v0.3.0
2292025-08-18T18:49:56.946Z Downloaded packed_struct v0.10.1
2302025-08-18T18:49:56.950Z Downloaded anstream v0.6.18
2312025-08-18T18:49:56.955Z Downloaded cexpr v0.6.0
2322025-08-18T18:49:56.965Z Downloaded ena v0.14.3
2332025-08-18T18:49:56.968Z Downloaded blowfish v0.9.1
2342025-08-18T18:49:56.971Z Downloaded bcrypt-pbkdf v0.10.0
2352025-08-18T18:49:56.971Z Downloaded hmac v0.12.1
2362025-08-18T18:49:56.974Z Downloaded bindgen v0.69.5
2372025-08-18T18:49:56.980Z Downloaded httpdate v1.0.3
2382025-08-18T18:49:56.983Z Downloaded async-stream-impl v0.3.6
2392025-08-18T18:49:56.983Z Downloaded headers-core v0.3.0
2402025-08-18T18:49:56.986Z Downloaded async-signal v0.2.10
2412025-08-18T18:49:56.987Z Downloaded form_urlencoded v1.2.1
2422025-08-18T18:49:56.990Z Downloaded async-attributes v1.1.2
2432025-08-18T18:49:56.990Z Downloaded async-lock v3.4.0
2442025-08-18T18:49:56.995Z Downloaded globwalk v0.9.1
2452025-08-18T18:49:56.995Z Downloaded camino-tempfile-ext v0.3.2
2462025-08-18T18:49:56.999Z Downloaded tiny-keccak v2.0.2
2472025-08-18T18:49:57.003Z Downloaded guppy-workspace-hack v0.1.0
2482025-08-18T18:49:57.017Z Downloaded toml_edit v0.22.27
2492025-08-18T18:49:57.021Z Downloaded assert-json-diff v2.0.2
2502025-08-18T18:49:57.027Z Downloaded http v1.3.1
2512025-08-18T18:49:57.031Z Downloaded fallible-iterator v0.2.0
2522025-08-18T18:49:57.031Z Downloaded async-object-pool v0.1.5
2532025-08-18T18:49:57.035Z Downloaded assert_matches v1.5.0
2542025-08-18T18:49:57.035Z Downloaded aes v0.8.4
2552025-08-18T18:49:57.038Z Downloaded anstyle-parse v0.2.5
2562025-08-18T18:49:57.048Z Downloaded anes v0.1.6
2572025-08-18T18:49:57.048Z Downloaded addr2line v0.24.2
2582025-08-18T18:49:57.052Z Downloaded atomic-waker v1.1.2
2592025-08-18T18:49:57.058Z Downloaded futures-core v0.3.31
2602025-08-18T18:49:57.064Z Downloaded hex v0.4.3
2612025-08-18T18:49:57.068Z Downloaded futures-util v0.3.31
2622025-08-18T18:49:57.081Z Downloaded typify-impl v0.2.0
2632025-08-18T18:49:57.089Z Downloaded git2 v0.19.0
2642025-08-18T18:49:57.098Z Downloaded futures-macro v0.3.31
2652025-08-18T18:49:57.100Z Downloaded fs-err v2.11.0
2662025-08-18T18:49:57.104Z Downloaded approx v0.5.1
2672025-08-18T18:49:57.104Z Downloaded newtype_derive v0.1.6
2682025-08-18T18:49:57.108Z Downloaded hostname v0.4.0
2692025-08-18T18:49:57.108Z Downloaded fatfs v0.3.6
2702025-08-18T18:49:57.113Z Downloaded cargo_metadata v0.18.1
2712025-08-18T18:49:57.116Z Downloaded bit-set v0.8.0
2722025-08-18T18:49:57.116Z Downloaded buf-list v1.0.3
2732025-08-18T18:49:57.120Z Downloaded flate2 v1.1.2
2742025-08-18T18:49:57.123Z Downloaded escape8259 v0.5.3
2752025-08-18T18:49:57.126Z Downloaded fixedbitset v0.5.7
2762025-08-18T18:49:57.126Z Downloaded goblin v0.8.2
2772025-08-18T18:49:57.132Z Downloaded generic-array v0.14.7
2782025-08-18T18:49:57.136Z Downloaded cfg-expr v0.20.1
2792025-08-18T18:49:57.147Z Downloaded bzip2 v0.4.4
2802025-08-18T18:49:57.151Z Downloaded async-bb8-diesel v0.2.1
2812025-08-18T18:49:57.156Z Downloaded fs_extra v1.3.0
2822025-08-18T18:49:57.159Z Downloaded hashbrown v0.12.3
2832025-08-18T18:49:57.166Z Downloaded bitflags v1.3.2
2842025-08-18T18:49:57.173Z Downloaded fancy-regex v0.14.0
2852025-08-18T18:49:57.177Z Downloaded nix v0.27.1
2862025-08-18T18:49:57.188Z Downloaded crossbeam-epoch v0.9.18
2872025-08-18T18:49:57.192Z Downloaded camino v1.1.11
2882025-08-18T18:49:57.195Z Downloaded http-range v0.1.5
2892025-08-18T18:49:57.201Z Downloaded http-body v1.0.1
2902025-08-18T18:49:57.201Z Downloaded getrandom v0.3.1
2912025-08-18T18:49:57.204Z Downloaded hickory-proto v0.24.4
2922025-08-18T18:49:57.214Z Downloaded event-listener v2.5.3
2932025-08-18T18:49:57.217Z Downloaded blake2 v0.10.6
2942025-08-18T18:49:57.221Z Downloaded async-global-executor v2.4.1
2952025-08-18T18:49:57.221Z Downloaded headers v0.4.1
2962025-08-18T18:49:57.226Z Downloaded expectorate v1.2.0
2972025-08-18T18:49:57.229Z Downloaded flagset v0.4.6
2982025-08-18T18:49:57.232Z Downloaded highway v1.3.0
2992025-08-18T18:49:57.237Z Downloaded group v0.13.0
3002025-08-18T18:49:57.237Z Downloaded gethostname v0.5.0
3012025-08-18T18:49:57.240Z Downloaded fastrand v2.1.1
3022025-08-18T18:49:57.240Z Downloaded async-io v2.3.4
3032025-08-18T18:49:57.244Z Downloaded nibble_vec v0.1.0
3042025-08-18T18:49:57.244Z Downloaded hostname v0.3.1
3052025-08-18T18:49:57.247Z Downloaded ecdsa v0.16.9
3062025-08-18T18:49:57.254Z Downloaded event-listener-strategy v0.5.2
3072025-08-18T18:49:57.264Z Downloaded async-std v1.13.0
3082025-08-18T18:49:57.283Z Downloaded erased-serde v0.4.6
3092025-08-18T18:49:57.286Z Downloaded bindgen v0.71.1
3102025-08-18T18:49:57.311Z Downloaded hickory-proto v0.25.2
3112025-08-18T18:49:57.325Z Downloaded inout v0.1.3
3122025-08-18T18:49:57.330Z Downloaded object v0.36.5
3132025-08-18T18:49:57.337Z Downloaded http-body-util v0.1.3
3142025-08-18T18:49:57.341Z Downloaded h2 v0.4.6
3152025-08-18T18:49:57.345Z Downloaded glob v0.3.2
3162025-08-18T18:49:57.348Z Downloaded event-listener v5.3.1
3172025-08-18T18:49:57.352Z Downloaded bstr v1.10.0
3182025-08-18T18:49:57.358Z Downloaded cast v0.3.0
3192025-08-18T18:49:57.361Z Downloaded ghash v0.5.1
3202025-08-18T18:49:57.362Z Downloaded env_logger v0.11.5
3212025-08-18T18:49:57.380Z Downloaded aead v0.5.2
3222025-08-18T18:49:57.380Z Downloaded cargo-platform v0.1.8
3232025-08-18T18:49:57.381Z Downloaded heapless v0.7.17
3242025-08-18T18:49:57.381Z Downloaded fxhash v0.2.1
3252025-08-18T18:49:57.381Z Downloaded flume v0.11.1
3262025-08-18T18:49:57.381Z Downloaded blake2b_simd v1.0.2
3272025-08-18T18:49:57.391Z Downloaded path-tree v0.8.1
3282025-08-18T18:49:57.403Z Downloaded async-trait v0.1.88
3292025-08-18T18:49:57.410Z Downloaded libc v0.2.174
3302025-08-18T18:49:57.430Z Downloaded memmap v0.7.0
3312025-08-18T18:49:57.433Z Downloaded float-ord v0.3.2
3322025-08-18T18:49:57.434Z Downloaded equivalent v1.0.2
3332025-08-18T18:49:57.439Z Downloaded filetime v0.2.25
3342025-08-18T18:49:57.443Z Downloaded postcard v1.0.10
3352025-08-18T18:49:57.448Z Downloaded cargo_metadata v0.21.0
3362025-08-18T18:49:57.452Z Downloaded heapless v0.8.0
3372025-08-18T18:49:57.459Z Downloaded ed25519 v2.2.3
3382025-08-18T18:49:57.468Z Downloaded num_enum_derive v0.5.11
3392025-08-18T18:49:57.483Z Downloaded pest_derive v2.7.14
3402025-08-18T18:49:57.487Z Downloaded openssl-macros v0.1.1
3412025-08-18T18:49:57.490Z Downloaded pem v3.0.5
3422025-08-18T18:49:57.490Z Downloaded base64 v0.13.1
3432025-08-18T18:49:57.496Z Downloaded camino-tempfile v1.4.1
3442025-08-18T18:49:57.509Z Downloaded bit-vec v0.8.0
3452025-08-18T18:49:57.514Z Downloaded path-slash v0.1.5
3462025-08-18T18:49:57.518Z Downloaded atomicwrites v0.4.4
3472025-08-18T18:49:57.518Z Downloaded num-conv v0.1.0
3482025-08-18T18:49:57.521Z Downloaded gimli v0.31.1
3492025-08-18T18:49:57.531Z Downloaded foldhash v0.1.5
3502025-08-18T18:49:57.541Z Downloaded futures-channel v0.3.31
3512025-08-18T18:49:57.544Z Downloaded pin-project-lite v0.2.14
3522025-08-18T18:49:57.551Z Downloaded progenitor-macro v0.9.1
3532025-08-18T18:49:57.559Z Downloaded bumpalo v3.16.0
3542025-08-18T18:49:57.565Z Downloaded float-cmp v0.10.0
3552025-08-18T18:49:57.571Z Downloaded async-process v2.3.0
3562025-08-18T18:49:57.578Z Downloaded phf_shared v0.11.2
3572025-08-18T18:49:57.581Z Downloaded bitfield-struct v0.6.2
3582025-08-18T18:49:57.589Z Downloaded hashbrown v0.13.2
3592025-08-18T18:49:57.595Z Downloaded rustversion v1.0.17
3602025-08-18T18:49:57.604Z Downloaded heck v0.3.3
3612025-08-18T18:49:57.607Z Downloaded packed_struct_codegen v0.10.1
3622025-08-18T18:49:57.610Z Downloaded hashbrown v0.15.4
3632025-08-18T18:49:57.613Z Downloaded futures-task v0.3.31
3642025-08-18T18:49:57.617Z Downloaded foreign-types-shared v0.3.1
3652025-08-18T18:49:57.620Z Downloaded pin-utils v0.1.0
3662025-08-18T18:49:57.624Z Downloaded partial-io v0.5.4
3672025-08-18T18:49:57.630Z Downloaded siphasher v0.3.11
3682025-08-18T18:49:57.634Z Downloaded adler2 v2.0.0
3692025-08-18T18:49:57.645Z Downloaded hickory-server v0.25.2
3702025-08-18T18:49:57.649Z Downloaded siphasher v1.0.1
3712025-08-18T18:49:57.653Z Downloaded rsa v0.9.6
3722025-08-18T18:49:57.656Z Downloaded strum v0.26.3
3732025-08-18T18:49:57.659Z Downloaded oso v0.27.3
3742025-08-18T18:49:57.663Z Downloaded rustls-pemfile v2.2.0
3752025-08-18T18:49:57.668Z Downloaded arc-swap v1.7.1
3762025-08-18T18:49:57.672Z Downloaded serde-hex v0.1.0
3772025-08-18T18:49:57.672Z Downloaded bytecount v0.6.8
3782025-08-18T18:49:57.710Z Downloaded oorandom v11.1.4
3792025-08-18T18:49:57.724Z Downloaded ascii-canvas v3.0.0
3802025-08-18T18:49:57.728Z Downloaded futures-timer v3.0.3
3812025-08-18T18:49:57.731Z Downloaded errno v0.3.12
3822025-08-18T18:49:57.735Z Downloaded cbc v0.1.2
3832025-08-18T18:49:57.739Z Downloaded hickory-resolver v0.24.4
3842025-08-18T18:49:57.746Z Downloaded atty v0.2.14
3852025-08-18T18:49:57.755Z Downloaded support-bundle-viewer v0.1.2
3862025-08-18T18:49:57.769Z Downloaded sync_wrapper v1.0.1
3872025-08-18T18:49:57.781Z Downloaded target-triple v0.1.3
3882025-08-18T18:49:57.792Z Downloaded ratatui v0.29.0
3892025-08-18T18:49:57.809Z Downloaded scroll v0.12.0
3902025-08-18T18:49:57.813Z Downloaded foreign-types-shared v0.1.1
3912025-08-18T18:49:57.817Z Downloaded bzip2-sys v0.1.13+1.0.8
3922025-08-18T18:49:57.831Z Downloaded target-spec v3.5.0
3932025-08-18T18:49:57.834Z Downloaded httpmock v0.8.0-alpha.1
3942025-08-18T18:49:57.849Z Downloaded ref-cast-impl v1.0.24
3952025-08-18T18:49:57.853Z Downloaded primeorder v0.13.6
3962025-08-18T18:49:57.853Z Downloaded reedline v0.40.0
3972025-08-18T18:49:57.859Z Downloaded pretty_assertions v1.4.1
3982025-08-18T18:49:57.864Z Downloaded async-executor v1.13.1
3992025-08-18T18:49:57.871Z Downloaded time-macros v0.2.18
4002025-08-18T18:49:57.872Z Downloaded progenitor v0.10.0
4012025-08-18T18:49:57.889Z Downloaded tokio-stream v0.1.17
4022025-08-18T18:49:57.893Z Downloaded publicsuffix v2.3.0
4032025-08-18T18:49:57.903Z Downloaded xshell-macros v0.2.7
4042025-08-18T18:49:57.907Z Downloaded crypto-bigint v0.5.5
4052025-08-18T18:49:57.911Z Downloaded zeroize v1.8.1
4062025-08-18T18:49:57.925Z Downloaded slab v0.4.9
4072025-08-18T18:49:57.929Z Downloaded tokio-postgres v0.7.13
4082025-08-18T18:49:57.932Z Downloaded tabwriter v1.4.0
4092025-08-18T18:49:57.935Z Downloaded quinn-proto v0.11.8
4102025-08-18T18:49:57.939Z Downloaded env_logger v0.10.2
4112025-08-18T18:49:57.949Z Downloaded semver v1.0.26
4122025-08-18T18:49:57.952Z Downloaded vte_generate_state_changes v0.1.2
4132025-08-18T18:49:57.955Z Downloaded thiserror-impl v1.0.69
4142025-08-18T18:49:57.955Z Downloaded typify-macro v0.2.0
4152025-08-18T18:49:57.959Z Downloaded darling v0.21.0
4162025-08-18T18:49:57.962Z Downloaded crc32fast v1.4.2
4172025-08-18T18:49:57.971Z Downloaded tower-http v0.6.6
4182025-08-18T18:49:57.977Z Downloaded zerocopy-derive v0.8.26
4192025-08-18T18:49:57.983Z Downloaded zerovec v0.10.4
4202025-08-18T18:49:57.991Z Downloaded scroll_derive v0.12.0
4212025-08-18T18:49:57.998Z Downloaded toml_edit v0.19.15
4222025-08-18T18:49:58.015Z Downloaded prettyplease v0.2.36
4232025-08-18T18:49:58.024Z Downloaded version_check v0.9.5
4242025-08-18T18:49:58.033Z Downloaded salsa20 v0.10.2
4252025-08-18T18:49:58.037Z Downloaded rustc_version v0.4.1
4262025-08-18T18:49:58.042Z Downloaded tungstenite v0.21.0
4272025-08-18T18:49:58.045Z Downloaded rfc6979 v0.4.0
4282025-08-18T18:49:58.049Z Downloaded embedded-io v0.4.0
4292025-08-18T18:49:58.082Z Downloaded doc-comment v0.3.3
4302025-08-18T18:49:58.085Z Downloaded tracing-core v0.1.32
4312025-08-18T18:49:58.085Z Downloaded ssh-cipher v0.2.0
4322025-08-18T18:49:58.089Z Downloaded ssh-encoding v0.2.0
4332025-08-18T18:49:58.092Z Downloaded plotters v0.3.7
4342025-08-18T18:49:58.099Z Downloaded darling_core v0.20.10
4352025-08-18T18:49:58.103Z Downloaded tar v0.4.44
4362025-08-18T18:49:58.106Z Downloaded salty v0.3.0
4372025-08-18T18:49:58.112Z Downloaded indicatif v0.18.0
4382025-08-18T18:49:58.116Z Downloaded serde_json v1.0.142
4392025-08-18T18:49:58.122Z Downloaded russh v0.45.0
4402025-08-18T18:49:58.127Z Downloaded ppv-lite86 v0.2.20
4412025-08-18T18:49:58.130Z Downloaded constant_time_eq v0.3.1
4422025-08-18T18:49:58.134Z Downloaded utf16_iter v1.0.5
4432025-08-18T18:49:58.134Z Downloaded rand_core v0.9.2
4442025-08-18T18:49:58.144Z Downloaded serde-value v0.7.0
4452025-08-18T18:49:58.156Z Downloaded env_filter v0.1.2
4462025-08-18T18:49:58.159Z Downloaded signal-hook-mio v0.2.4
4472025-08-18T18:49:58.170Z Downloaded tokio v1.47.0
4482025-08-18T18:49:58.205Z Downloaded macaddr v1.0.1
4492025-08-18T18:49:58.209Z Downloaded waitgroup v0.1.2
4502025-08-18T18:49:58.212Z Downloaded half v2.4.1
4512025-08-18T18:49:58.217Z Downloaded snafu-derive v0.8.5
4522025-08-18T18:49:58.228Z Downloaded clap v4.5.41
4532025-08-18T18:49:58.237Z Downloaded is_ci v1.2.0
4542025-08-18T18:49:58.240Z Downloaded progenitor-impl v0.8.0
4552025-08-18T18:49:58.243Z Downloaded typify v0.4.1
4562025-08-18T18:49:58.246Z Downloaded petgraph v0.8.2
4572025-08-18T18:49:58.261Z Downloaded ident_case v1.0.1
4582025-08-18T18:49:58.264Z Downloaded want v0.3.1
4592025-08-18T18:49:58.264Z Downloaded thiserror-impl v2.0.12
4602025-08-18T18:49:58.268Z Downloaded rustls v0.22.4
4612025-08-18T18:49:58.277Z Downloaded x509-cert v0.2.5
4622025-08-18T18:49:58.284Z Downloaded moka v0.12.10
4632025-08-18T18:49:58.292Z Downloaded console v0.16.0
4642025-08-18T18:49:58.295Z Downloaded cobs v0.2.3
4652025-08-18T18:49:58.299Z Downloaded libsw-core v0.3.1
4662025-08-18T18:49:58.299Z Downloaded usdt-attr-macro v0.5.0
4672025-08-18T18:49:58.303Z Downloaded peg v0.8.5
4682025-08-18T18:49:58.306Z Downloaded syn v2.0.104
4692025-08-18T18:49:58.313Z Downloaded rustc_version v0.1.7
4702025-08-18T18:49:58.317Z Downloaded derive_more v0.99.20
4712025-08-18T18:49:58.320Z Downloaded sync-ptr v0.1.4
4722025-08-18T18:49:58.323Z Downloaded icu_normalizer_data v1.5.0
4732025-08-18T18:49:58.323Z Downloaded diesel_table_macro_syntax v0.2.0
4742025-08-18T18:49:58.326Z Downloaded writeable v0.5.5
4752025-08-18T18:49:58.326Z Downloaded predicates-tree v1.0.12
4762025-08-18T18:49:58.330Z Downloaded crucible-workspace-hack v0.1.0
4772025-08-18T18:49:58.330Z Downloaded zeroize_derive v1.4.2
4782025-08-18T18:49:58.330Z Downloaded serde_with_macros v3.14.0
4792025-08-18T18:49:58.337Z Downloaded xattr v1.3.1
4802025-08-18T18:49:58.341Z Downloaded progenitor-client v0.9.1
4812025-08-18T18:49:58.344Z Downloaded serde_repr v0.1.19
4822025-08-18T18:49:58.344Z Downloaded xshell v0.2.7
4832025-08-18T18:49:58.348Z Downloaded slog-stdlog v4.1.1
4842025-08-18T18:49:58.348Z Downloaded chrono-tz v0.10.4
4852025-08-18T18:49:58.361Z Downloaded pbkdf2 v0.12.2
4862025-08-18T18:49:58.366Z Downloaded signal-hook-registry v1.4.2
4872025-08-18T18:49:58.370Z Downloaded rustc-demangle v0.1.24
4882025-08-18T18:49:58.373Z Downloaded progenitor-client v0.10.0
4892025-08-18T18:49:58.377Z Downloaded walkdir v2.5.0
4902025-08-18T18:49:58.380Z Downloaded signature v2.2.0
4912025-08-18T18:49:58.399Z Downloaded parking v2.2.1
4922025-08-18T18:49:58.402Z Downloaded libefi-sys v0.1.0
4932025-08-18T18:49:58.412Z Downloaded document-features v0.2.11
4942025-08-18T18:49:58.417Z Downloaded num-derive v0.3.3
4952025-08-18T18:49:58.420Z Downloaded darling v0.20.10
4962025-08-18T18:49:58.424Z Downloaded miniz_oxide v0.8.5
4972025-08-18T18:49:58.428Z Downloaded crc-catalog v2.4.0
4982025-08-18T18:49:58.450Z Downloaded crunchy v0.2.2
4992025-08-18T18:49:58.454Z Downloaded serde_yaml v0.9.34+deprecated
5002025-08-18T18:49:58.461Z Downloaded structmeta-derive v0.3.0
5012025-08-18T18:49:58.468Z Downloaded proc-macro-error-attr v1.0.4
5022025-08-18T18:49:58.472Z Downloaded tokio-tungstenite v0.21.0
5032025-08-18T18:49:58.487Z Downloaded uzers v0.12.1
5042025-08-18T18:49:58.504Z Downloaded serde-untagged v0.1.7
5052025-08-18T18:49:58.513Z Downloaded quick-error v1.2.3
5062025-08-18T18:49:58.518Z Downloaded memchr v2.7.4
5072025-08-18T18:49:58.524Z Downloaded hubpack_derive v0.1.1
5082025-08-18T18:49:58.527Z Downloaded polling v3.7.3
5092025-08-18T18:49:58.530Z Downloaded unit-prefix v0.5.1
5102025-08-18T18:49:58.546Z Downloaded iri-string v0.7.8
5112025-08-18T18:49:58.552Z Downloaded displaydoc v0.2.5
5122025-08-18T18:49:58.562Z Downloaded quinn v0.11.5
5132025-08-18T18:49:58.566Z Downloaded sqlparser_derive v0.2.2
5142025-08-18T18:49:58.569Z Downloaded openssl-probe v0.1.5
5152025-08-18T18:49:58.569Z Downloaded num-integer v0.1.46
5162025-08-18T18:49:58.572Z Downloaded daft v0.1.4
5172025-08-18T18:49:58.576Z Downloaded polar-core v0.27.3
5182025-08-18T18:49:58.582Z Downloaded linked-hash-map v0.5.6
5192025-08-18T18:49:58.585Z Downloaded ipnetwork v0.21.1
5202025-08-18T18:49:58.588Z Downloaded openssl v0.10.73
5212025-08-18T18:49:58.595Z Downloaded darling_macro v0.20.10
5222025-08-18T18:49:58.609Z Downloaded password-hash v0.5.0
5232025-08-18T18:49:58.612Z Downloaded russh-cryptovec v0.7.3
5242025-08-18T18:49:58.621Z Downloaded serde_urlencoded v0.7.1
5252025-08-18T18:49:58.624Z Downloaded cookie_store v0.21.1
5262025-08-18T18:49:58.628Z Downloaded typify-impl v0.3.0
5272025-08-18T18:49:58.640Z Downloaded sct v0.7.1
5282025-08-18T18:49:58.643Z Downloaded scheduled-thread-pool v0.2.7
5292025-08-18T18:49:58.650Z Downloaded zip v0.6.6
5302025-08-18T18:49:58.660Z Downloaded wyz v0.5.1
5312025-08-18T18:49:58.669Z Downloaded ingot v0.1.1
5322025-08-18T18:49:58.673Z Downloaded daft-derive v0.1.4
5332025-08-18T18:49:58.694Z Downloaded termios v0.3.3
5342025-08-18T18:49:58.704Z Downloaded managed v0.8.0
5352025-08-18T18:49:58.713Z Downloaded rustyline v14.0.0
5362025-08-18T18:49:58.718Z Downloaded p384 v0.13.0
5372025-08-18T18:49:58.738Z Downloaded tokio-rustls v0.25.0
5382025-08-18T18:49:58.741Z Downloaded tinyvec_macros v0.1.1
5392025-08-18T18:49:58.745Z Downloaded subtle v2.6.1
5402025-08-18T18:49:58.745Z Downloaded num-complex v0.4.6
5412025-08-18T18:49:58.749Z Downloaded libz-sys v1.1.20
5422025-08-18T18:49:58.762Z Downloaded rand_seeder v0.3.0
5432025-08-18T18:49:58.765Z Downloaded typify-impl v0.4.1
5442025-08-18T18:49:58.777Z Downloaded derive-where v1.5.0
5452025-08-18T18:49:58.781Z Downloaded tungstenite v0.23.0
5462025-08-18T18:49:58.784Z Downloaded nu-ansi-term v0.50.1
5472025-08-18T18:49:58.800Z Downloaded indicatif v0.17.11
5482025-08-18T18:49:58.804Z Downloaded target-lexicon v0.13.2
5492025-08-18T18:49:58.808Z Downloaded ring v0.17.14
5502025-08-18T18:49:58.843Z Downloaded rcgen v0.12.1
5512025-08-18T18:49:58.846Z Downloaded is-terminal v0.4.13
5522025-08-18T18:49:58.849Z Downloaded poly1305 v0.8.0
5532025-08-18T18:49:58.858Z Downloaded stringprep v0.1.5
5542025-08-18T18:49:58.865Z Downloaded r2d2 v0.8.10
5552025-08-18T18:49:58.868Z Downloaded unicode-xid v0.2.6
5562025-08-18T18:49:58.871Z Downloaded progenitor-macro v0.10.0
5572025-08-18T18:49:58.877Z Downloaded parse-display v0.10.0
5582025-08-18T18:49:58.887Z Downloaded sqlparser v0.45.0
5592025-08-18T18:49:58.892Z Downloaded darling_core v0.21.0
5602025-08-18T18:49:58.897Z Downloaded crossterm v0.29.0
5612025-08-18T18:49:58.903Z Downloaded untrusted v0.7.1
5622025-08-18T18:49:58.907Z Downloaded petname v2.0.2
5632025-08-18T18:49:58.910Z Downloaded scrypt v0.11.0
5642025-08-18T18:49:58.913Z Downloaded itertools v0.10.5
5652025-08-18T18:49:58.928Z Downloaded icu_collections v1.5.0
5662025-08-18T18:49:58.933Z Downloaded rand_chacha v0.3.1
5672025-08-18T18:49:58.937Z Downloaded is_terminal_polyfill v1.70.1
5682025-08-18T18:49:58.944Z Downloaded typify-macro v0.3.0
5692025-08-18T18:49:58.954Z Downloaded strip-ansi-escapes v0.2.0
5702025-08-18T18:49:58.957Z Downloaded socket2 v0.5.10
5712025-08-18T18:49:58.960Z Downloaded piper v0.2.4
5722025-08-18T18:49:58.960Z Downloaded pretty-hex v0.2.1
5732025-08-18T18:49:58.964Z Downloaded hyper-util v0.1.16
5742025-08-18T18:49:58.968Z Downloaded resolv-conf v0.7.0
5752025-08-18T18:49:58.972Z Downloaded defmt-parser v0.3.4
5762025-08-18T18:49:58.975Z Downloaded defmt v0.3.8
5772025-08-18T18:49:58.978Z Downloaded pretty-hex v0.4.1
5782025-08-18T18:49:58.987Z Downloaded compact_str v0.8.0
5792025-08-18T18:49:58.991Z Downloaded rustc-hash v2.1.1
5802025-08-18T18:49:58.994Z Downloaded nix v0.30.1
5812025-08-18T18:49:59.003Z Downloaded termtree v0.5.1
5822025-08-18T18:49:59.007Z Downloaded slog-async v2.8.0
5832025-08-18T18:49:59.010Z Downloaded impl-trait-for-tuples v0.2.2
5842025-08-18T18:49:59.010Z Downloaded precomputed-hash v0.1.1
5852025-08-18T18:49:59.014Z Downloaded diff v0.1.13
5862025-08-18T18:49:59.017Z Downloaded toml_parser v1.0.2
5872025-08-18T18:49:59.017Z Downloaded unarray v0.1.4
5882025-08-18T18:49:59.022Z Downloaded strum_macros v0.24.3
5892025-08-18T18:49:59.025Z Downloaded serde_path_to_error v0.1.17
5902025-08-18T18:49:59.025Z Downloaded criterion v0.7.0
5912025-08-18T18:49:59.029Z Downloaded ed25519-dalek v2.1.1
5922025-08-18T18:49:59.032Z Downloaded signal-hook-tokio v0.3.1
5932025-08-18T18:49:59.035Z Downloaded unicode-segmentation v1.12.0
5942025-08-18T18:49:59.039Z Downloaded wait-timeout v0.2.0
5952025-08-18T18:49:59.042Z Downloaded terminal_size v0.4.0
5962025-08-18T18:49:59.064Z Downloaded cipher v0.4.4
5972025-08-18T18:49:59.082Z Downloaded defmt-macros v0.3.9
5982025-08-18T18:49:59.085Z Downloaded tracing-attributes v0.1.27
5992025-08-18T18:49:59.089Z Downloaded serde_bytes v0.11.17
6002025-08-18T18:49:59.093Z Downloaded tough v0.20.0
6012025-08-18T18:49:59.102Z Downloaded slog-json v2.6.1
6022025-08-18T18:49:59.108Z Downloaded nested v0.1.1
6032025-08-18T18:49:59.112Z Downloaded postgres-protocol v0.6.8
6042025-08-18T18:49:59.124Z Downloaded usdt-impl v0.5.0
6052025-08-18T18:49:59.136Z Downloaded yasna v0.5.2
6062025-08-18T18:49:59.154Z Downloaded dirs-sys-next v0.1.2
6072025-08-18T18:49:59.159Z Downloaded clap_lex v0.7.4
6082025-08-18T18:49:59.162Z Downloaded aws-lc-sys v0.26.0
6092025-08-18T18:49:59.340Z Downloaded schemars_derive v0.8.22
6102025-08-18T18:49:59.344Z Downloaded tap v1.0.1
6112025-08-18T18:49:59.344Z Downloaded smawk v0.3.2
6122025-08-18T18:49:59.347Z Downloaded peg-macros v0.8.5
6132025-08-18T18:49:59.350Z Downloaded rand v0.8.5
6142025-08-18T18:49:59.353Z Downloaded typeid v1.0.3
6152025-08-18T18:49:59.354Z Downloaded linear-map v1.2.0
6162025-08-18T18:49:59.357Z Downloaded ref-cast v1.0.24
6172025-08-18T18:49:59.360Z Downloaded either v1.15.0
6182025-08-18T18:49:59.360Z Downloaded progenitor v0.8.0
6192025-08-18T18:49:59.364Z Downloaded dirs-next v2.0.0
6202025-08-18T18:49:59.364Z Downloaded cfg_aliases v0.2.1
6212025-08-18T18:49:59.364Z Downloaded nix v0.28.0
6222025-08-18T18:49:59.374Z Downloaded des v0.8.1
6232025-08-18T18:49:59.377Z Downloaded libscf-sys v1.1.0
6242025-08-18T18:49:59.381Z Downloaded jiff-static v0.2.15
6252025-08-18T18:49:59.381Z Downloaded display-error-chain v0.2.2
6262025-08-18T18:49:59.385Z Downloaded toml v0.7.8
6272025-08-18T18:49:59.388Z Downloaded keccak v0.1.5
6282025-08-18T18:49:59.388Z Downloaded const_format v0.2.34
6292025-08-18T18:49:59.391Z Downloaded darling_macro v0.21.0
6302025-08-18T18:49:59.394Z Downloaded regex-syntax v0.8.5
6312025-08-18T18:49:59.401Z Downloaded rand_core v0.6.4
6322025-08-18T18:49:59.405Z Downloaded paste v1.0.15
6332025-08-18T18:49:59.405Z Downloaded toml_datetime v0.7.0
6342025-08-18T18:49:59.408Z Downloaded serde_with v3.14.0
6352025-08-18T18:49:59.419Z Downloaded litemap v0.7.3
6362025-08-18T18:49:59.423Z Downloaded new_debug_unreachable v1.0.6
6372025-08-18T18:49:59.423Z Downloaded rand v0.9.1
6382025-08-18T18:49:59.426Z Downloaded zlib-rs v0.5.1
6392025-08-18T18:49:59.432Z Downloaded usdt-macro v0.5.0
6402025-08-18T18:49:59.432Z Downloaded void v1.0.2
6412025-08-18T18:49:59.436Z Downloaded tinyvec v1.8.0
6422025-08-18T18:49:59.439Z Downloaded tokio-tungstenite v0.23.1
6432025-08-18T18:49:59.445Z Downloaded num_enum v0.5.11
6442025-08-18T18:49:59.448Z Downloaded serde_regex v1.1.0
6452025-08-18T18:49:59.449Z Downloaded rustix v0.38.37
6462025-08-18T18:49:59.466Z Downloaded psl-types v2.0.11
6472025-08-18T18:49:59.470Z Downloaded rustls-webpki v0.101.7
6482025-08-18T18:49:59.481Z Downloaded zone v0.3.1
6492025-08-18T18:49:59.484Z Downloaded similar v2.7.0
6502025-08-18T18:49:59.488Z Downloaded pbkdf2 v0.11.0
6512025-08-18T18:49:59.491Z Downloaded vcpkg v0.2.15
6522025-08-18T18:49:59.526Z Downloaded rustix v1.0.7
6532025-08-18T18:49:59.547Z Downloaded similar-asserts v1.7.0
6542025-08-18T18:49:59.551Z Downloaded internet-checksum v0.2.1
6552025-08-18T18:49:59.551Z Downloaded hyper v1.6.0
6562025-08-18T18:49:59.557Z Downloaded unicode-ident v1.0.18
6572025-08-18T18:49:59.560Z Downloaded num_threads v0.1.7
6582025-08-18T18:49:59.563Z Downloaded tabled_derive v0.7.0
6592025-08-18T18:49:59.563Z Downloaded semver v0.1.20
6602025-08-18T18:49:59.569Z Downloaded plain v0.2.3
6612025-08-18T18:49:59.570Z Downloaded papergrid v0.14.0
6622025-08-18T18:49:59.573Z Downloaded libz-rs-sys v0.5.1
6632025-08-18T18:49:59.573Z Downloaded cfg_aliases v0.1.1
6642025-08-18T18:49:59.573Z Downloaded ucd-trie v0.1.7
6652025-08-18T18:49:59.576Z Downloaded synstructure v0.13.1
6662025-08-18T18:49:59.608Z Downloaded crypto-common v0.1.6
6672025-08-18T18:49:59.611Z Downloaded curve25519-dalek-derive v0.1.1
6682025-08-18T18:49:59.611Z Downloaded serde_spanned v0.6.9
6692025-08-18T18:49:59.615Z Downloaded derive_more-impl v2.0.1
6702025-08-18T18:49:59.618Z Downloaded iddqd v0.3.9
6712025-08-18T18:49:59.624Z Downloaded tls_codec v0.4.1
6722025-08-18T18:49:59.627Z Downloaded xz2 v0.1.7
6732025-08-18T18:49:59.633Z Downloaded pin-project v1.1.6
6742025-08-18T18:49:59.643Z Downloaded critical-section v1.1.3
6752025-08-18T18:49:59.646Z Downloaded zone v0.1.8
6762025-08-18T18:49:59.653Z Downloaded crc8 v0.1.1
6772025-08-18T18:49:59.669Z Downloaded shlex v1.3.0
6782025-08-18T18:49:59.673Z Downloaded tagptr v0.2.0
6792025-08-18T18:49:59.673Z Downloaded secrecy v0.10.3
6802025-08-18T18:49:59.677Z Downloaded tls_codec_derive v0.4.1
6812025-08-18T18:49:59.694Z Downloaded ipnet v2.11.0
6822025-08-18T18:49:59.704Z Downloaded icu_locid v1.5.0
6832025-08-18T18:49:59.709Z Downloaded regex-syntax v0.6.29
6842025-08-18T18:49:59.715Z Downloaded ciborium v0.2.2
6852025-08-18T18:49:59.719Z Downloaded der v0.7.9
6862025-08-18T18:49:59.727Z Downloaded memmap2 v0.9.5
6872025-08-18T18:49:59.730Z Downloaded papergrid v0.11.0
6882025-08-18T18:49:59.736Z Downloaded mime v0.3.17
6892025-08-18T18:49:59.740Z Downloaded untrusted v0.9.0
6902025-08-18T18:49:59.744Z Downloaded openssl-sys v0.9.109
6912025-08-18T18:49:59.749Z Downloaded thread_local v1.1.8
6922025-08-18T18:49:59.753Z Downloaded lockfree-object-pool v0.1.6
6932025-08-18T18:49:59.756Z Downloaded rustls-pki-types v1.10.0
6942025-08-18T18:49:59.760Z Downloaded oso-derive v0.27.3
6952025-08-18T18:49:59.760Z Downloaded powerfmt v0.2.0
6962025-08-18T18:49:59.760Z Downloaded cookie v0.18.1
6972025-08-18T18:49:59.764Z Downloaded zerocopy v0.6.6
6982025-08-18T18:49:59.772Z Downloaded instant v0.1.13
6992025-08-18T18:49:59.788Z Downloaded md5 v0.7.0
7002025-08-18T18:49:59.796Z Downloaded num-rational v0.4.2
7012025-08-18T18:49:59.799Z Downloaded icu_locid_transform_data v1.5.0
7022025-08-18T18:49:59.802Z Downloaded openapiv3 v2.2.0
7032025-08-18T18:49:59.810Z Downloaded radix_trie v0.2.1
7042025-08-18T18:49:59.815Z Downloaded slog-term v2.9.1
7052025-08-18T18:49:59.818Z Downloaded indoc v2.0.6
7062025-08-18T18:49:59.828Z Downloaded sha1 v0.10.6
7072025-08-18T18:49:59.832Z Downloaded num-derive v0.4.2
7082025-08-18T18:49:59.842Z Downloaded portable-atomic v1.11.0
7092025-08-18T18:49:59.849Z Downloaded num v0.4.3
7102025-08-18T18:49:59.852Z Downloaded pkg-config v0.3.31
7112025-08-18T18:49:59.872Z Downloaded usdt v0.5.0
7122025-08-18T18:49:59.875Z Downloaded yansi v1.0.1
7132025-08-18T18:49:59.883Z Downloaded zstd v0.13.3
7142025-08-18T18:49:59.886Z Downloaded jobserver v0.1.32
7152025-08-18T18:49:59.891Z Downloaded rtoolbox v0.0.2
7162025-08-18T18:49:59.891Z Downloaded sec1 v0.7.3
7172025-08-18T18:49:59.894Z Downloaded nix v0.29.0
7182025-08-18T18:49:59.901Z Downloaded ordered-float v2.10.1
7192025-08-18T18:49:59.905Z Downloaded num-traits v0.2.19
7202025-08-18T18:49:59.908Z Downloaded url v2.5.4
7212025-08-18T18:49:59.911Z Downloaded stringmetrics v2.2.2
7222025-08-18T18:49:59.915Z Downloaded diesel-dtrace v0.4.2
7232025-08-18T18:49:59.915Z Downloaded proc-macro-error2 v2.0.1
7242025-08-18T18:49:59.918Z Downloaded termcolor v1.4.1
7252025-08-18T18:49:59.921Z Downloaded memoffset v0.9.1
7262025-08-18T18:49:59.921Z Downloaded ron v0.8.1
7272025-08-18T18:49:59.925Z Downloaded hyper-rustls v0.27.7
7282025-08-18T18:49:59.930Z Downloaded quote v1.0.40
7292025-08-18T18:49:59.933Z Downloaded postgres-types v0.2.9
7302025-08-18T18:49:59.937Z Downloaded rustc-hash v1.1.0
7312025-08-18T18:49:59.944Z Downloaded tokio-native-tls v0.3.1
7322025-08-18T18:49:59.948Z Downloaded idna_adapter v1.2.0
7332025-08-18T18:49:59.952Z Downloaded structmeta v0.3.0
7342025-08-18T18:49:59.955Z Downloaded progenitor-client v0.8.0
7352025-08-18T18:49:59.965Z Downloaded russh-keys v0.45.0
7362025-08-18T18:49:59.968Z Downloaded owo-colors v4.2.2
7372025-08-18T18:49:59.981Z Downloaded tracing v0.1.40
7382025-08-18T18:49:59.984Z Downloaded ron v0.7.1
7392025-08-18T18:49:59.991Z Downloaded phf_shared v0.12.1
7402025-08-18T18:49:59.995Z Downloaded scopeguard v1.2.0
7412025-08-18T18:50:00.006Z Downloaded toml_writer v1.0.2
7422025-08-18T18:50:00.009Z Downloaded log v0.4.27
7432025-08-18T18:50:00.013Z Downloaded winnow v0.5.40
7442025-08-18T18:50:01.022Z Downloaded unicode-width v0.1.14
7452025-08-18T18:50:01.027Z Downloaded multimap v0.10.1
7462025-08-18T18:50:01.027Z Downloaded smallvec v0.6.14
7472025-08-18T18:50:01.028Z Downloaded proc-macro2 v1.0.95
7482025-08-18T18:50:01.028Z Downloaded subprocess v0.2.9
7492025-08-18T18:50:01.028Z Downloaded unicode-truncate v1.1.0
7502025-08-18T18:50:01.028Z Downloaded zip v4.2.0
7512025-08-18T18:50:01.028Z Downloaded sqlformat v0.3.5
7522025-08-18T18:50:01.028Z Downloaded utf-8 v0.7.6
7532025-08-18T18:50:01.028Z Downloaded simd-adler32 v0.3.7
7542025-08-18T18:50:01.028Z Downloaded thiserror v2.0.12
7552025-08-18T18:50:01.028Z Downloaded icu_provider_macros v1.5.0
7562025-08-18T18:50:01.028Z Downloaded quinn-udp v0.5.5
7572025-08-18T18:50:01.028Z Downloaded embedded-io v0.6.1
7582025-08-18T18:50:01.028Z Downloaded slog-dtrace v0.3.0
7592025-08-18T18:50:01.028Z Downloaded slog-envlogger v2.2.0
7602025-08-18T18:50:01.028Z Downloaded ryu v1.0.18
7612025-08-18T18:50:01.028Z Downloaded data-encoding v2.9.0
7622025-08-18T18:50:01.028Z Downloaded stable_deref_trait v1.2.0
7632025-08-18T18:50:01.028Z Downloaded time v0.3.36
7642025-08-18T18:50:01.028Z Downloaded supports-color v3.0.2
7652025-08-18T18:50:01.028Z Downloaded typenum v1.17.0
7662025-08-18T18:50:01.028Z Downloaded toml_write v0.1.2
7672025-08-18T18:50:01.028Z Downloaded ingot-types v0.1.2
7682025-08-18T18:50:01.028Z Downloaded ignore v0.4.23
7692025-08-18T18:50:01.028Z Downloaded maplit v1.0.2
7702025-08-18T18:50:01.028Z Downloaded derive_more v2.0.1
7712025-08-18T18:50:01.028Z Downloaded textwrap v0.16.2
7722025-08-18T18:50:01.028Z Downloaded icu_locid_transform v1.5.0
7732025-08-18T18:50:01.030Z Downloaded ciborium-io v0.2.2
7742025-08-18T18:50:01.030Z Downloaded tabled_derive v0.10.0
7752025-08-18T18:50:01.030Z Downloaded tempfile v3.20.0
7762025-08-18T18:50:01.030Z Downloaded snafu v0.8.5
7772025-08-18T18:50:01.030Z Downloaded unsafe-libyaml v0.2.11
7782025-08-18T18:50:01.030Z Downloaded twox-hash v2.1.0
7792025-08-18T18:50:01.030Z Downloaded crc-any v2.5.0
7802025-08-18T18:50:01.030Z Downloaded lru v0.12.5
7812025-08-18T18:50:01.030Z Downloaded zerocopy v0.7.35
7822025-08-18T18:50:01.030Z Downloaded itertools v0.12.1
7832025-08-18T18:50:01.030Z Downloaded tokio-rustls v0.24.1
7842025-08-18T18:50:01.030Z Downloaded rust-argon2 v2.1.0
7852025-08-18T18:50:01.030Z Downloaded iana-time-zone v0.1.63
7862025-08-18T18:50:01.030Z Downloaded opaque-debug v0.3.1
7872025-08-18T18:50:01.030Z Downloaded secrecy v0.8.0
7882025-08-18T18:50:01.030Z Downloaded ssh-key v0.6.6
7892025-08-18T18:50:01.030Z Downloaded proc-macro-crate v3.2.0
7902025-08-18T18:50:01.030Z Downloaded zstd-safe v7.2.3
7912025-08-18T18:50:01.030Z Downloaded percent-encoding v2.3.1
7922025-08-18T18:50:01.030Z Downloaded concurrent-queue v2.5.0
7932025-08-18T18:50:01.030Z Downloaded pathdiff v0.2.3
7942025-08-18T18:50:01.030Z Downloaded csv-core v0.1.11
7952025-08-18T18:50:01.030Z Downloaded which v4.4.2
7962025-08-18T18:50:01.030Z Downloaded diesel v2.2.12
7972025-08-18T18:50:01.030Z Downloaded csv v1.3.1
7982025-08-18T18:50:01.030Z Downloaded steno v0.4.1
7992025-08-18T18:50:01.030Z Downloaded trybuild v1.0.106
8002025-08-18T18:50:01.030Z Downloaded sha2 v0.10.9
8012025-08-18T18:50:01.030Z Downloaded unicase v2.7.0
8022025-08-18T18:50:01.030Z Downloaded try-lock v0.2.5
8032025-08-18T18:50:01.030Z Downloaded instability v0.3.2
8042025-08-18T18:50:01.030Z Downloaded rand_chacha v0.9.0
8052025-08-18T18:50:01.030Z Downloaded unicode-bidi v0.3.17
8062025-08-18T18:50:01.030Z Downloaded colorchoice v1.0.2
8072025-08-18T18:50:01.030Z Downloaded regress v0.10.4
8082025-08-18T18:50:01.030Z Downloaded socket2 v0.6.0
8092025-08-18T18:50:01.031Z Downloaded vergen v8.3.2
8102025-08-18T18:50:01.031Z Downloaded unicode-width v0.2.0
8112025-08-18T18:50:01.031Z Downloaded yoke v0.7.4
8122025-08-18T18:50:01.031Z Downloaded lalrpop-util v0.19.12
8132025-08-18T18:50:01.031Z Downloaded libm v0.2.8
8142025-08-18T18:50:01.031Z Downloaded pin-project-internal v1.1.6
8152025-08-18T18:50:01.031Z Downloaded elliptic-curve v0.13.8
8162025-08-18T18:50:01.031Z Downloaded jiff v0.2.15
8172025-08-18T18:50:01.031Z Downloaded num-bigint-dig v0.8.4
8182025-08-18T18:50:01.031Z Downloaded yoke-derive v0.7.4
8192025-08-18T18:50:01.031Z Downloaded password-hash v0.4.2
8202025-08-18T18:50:01.031Z Downloaded dsl_auto_type v0.1.2
8212025-08-18T18:50:01.031Z Downloaded spin v0.9.8
8222025-08-18T18:50:01.031Z Downloaded kstat-rs v0.2.4
8232025-08-18T18:50:01.031Z Downloaded write16 v1.0.0
8242025-08-18T18:50:01.031Z Downloaded proc-macro-error-attr2 v2.0.0
8252025-08-18T18:50:01.032Z Downloaded thiserror-impl-no-std v2.0.2
8262025-08-18T18:50:01.032Z Downloaded typify v0.2.0
8272025-08-18T18:50:01.032Z Downloaded crossbeam-utils v0.8.21
8282025-08-18T18:50:01.032Z Downloaded pkcs5 v0.7.1
8292025-08-18T18:50:01.032Z Downloaded litrs v0.4.1
8302025-08-18T18:50:01.032Z Downloaded nanorand v0.7.0
8312025-08-18T18:50:01.032Z Downloaded lru-cache v0.1.2
8322025-08-18T18:50:01.032Z Downloaded zerovec-derive v0.10.3
8332025-08-18T18:50:01.032Z Downloaded thiserror-no-std v2.0.2
8342025-08-18T18:50:01.032Z Downloaded serde_tokenstream v0.2.2
8352025-08-18T18:50:01.032Z Downloaded convert_case v0.4.0
8362025-08-18T18:50:01.032Z Downloaded thread-id v4.2.2
8372025-08-18T18:50:01.032Z Downloaded phf v0.12.1
8382025-08-18T18:50:01.032Z Downloaded libsw v3.5.0
8392025-08-18T18:50:01.032Z Downloaded crossbeam-deque v0.8.5
8402025-08-18T18:50:01.032Z Downloaded time-core v0.1.2
8412025-08-18T18:50:01.032Z Downloaded tui-tree-widget v0.23.1
8422025-08-18T18:50:01.032Z Downloaded libgit2-sys v0.17.0+1.8.1
8432025-08-18T18:50:01.032Z Downloaded multer v3.1.0
8442025-08-18T18:50:01.032Z Downloaded p256 v0.13.2
8452025-08-18T18:50:01.036Z Downloaded quick-xml v0.37.2
8462025-08-18T18:50:01.036Z Downloaded strum_macros v0.26.4
8472025-08-18T18:50:01.036Z Downloaded strsim v0.11.1
8482025-08-18T18:50:01.036Z Downloaded rayon v1.10.0
8492025-08-18T18:50:01.036Z Downloaded clang-sys v1.8.1
8502025-08-18T18:50:01.036Z Downloaded colored v2.2.0
8512025-08-18T18:50:01.036Z Downloaded phf v0.11.2
8522025-08-18T18:50:01.036Z Downloaded ingot-macros v0.1.1
8532025-08-18T18:50:01.036Z Downloaded unicode_categories v0.1.1
8542025-08-18T18:50:01.036Z Downloaded der_derive v0.7.3
8552025-08-18T18:50:01.036Z Downloaded clap_builder v4.5.41
8562025-08-18T18:50:01.036Z Downloaded pest v2.7.14
8572025-08-18T18:50:01.036Z Downloaded utf8_iter v1.0.4
8582025-08-18T18:50:01.036Z Downloaded deranged v0.3.11
8592025-08-18T18:50:01.036Z Downloaded winnow v0.7.10
8602025-08-18T18:50:01.036Z Downloaded sha3 v0.10.8
8612025-08-18T18:50:01.036Z Downloaded console v0.15.10
8622025-08-18T18:50:01.036Z Downloaded lazycell v1.3.0
8632025-08-18T18:50:01.036Z Downloaded diesel_derives v2.2.3
8642025-08-18T18:50:01.036Z Downloaded cmake v0.1.51
8652025-08-18T18:50:01.037Z Downloaded clap_derive v4.5.41
8662025-08-18T18:50:01.037Z Downloaded ctr v0.9.2
8672025-08-18T18:50:01.037Z Downloaded rand_xorshift v0.4.0
8682025-08-18T18:50:01.037Z Downloaded proptest v1.7.0
8692025-08-18T18:50:01.037Z Downloaded pest_meta v2.7.14
8702025-08-18T18:50:01.037Z Downloaded tower-layer v0.3.3
8712025-08-18T18:50:01.037Z Downloaded hyper-staticfile v0.10.1
8722025-08-18T18:50:01.037Z Downloaded humantime v2.2.0
8732025-08-18T18:50:01.037Z Downloaded shell-words v1.1.0
8742025-08-18T18:50:01.037Z Downloaded static_assertions v1.1.0
8752025-08-18T18:50:01.037Z Downloaded schemars v0.8.22
8762025-08-18T18:50:01.037Z Downloaded cstr-argument v0.1.2
8772025-08-18T18:50:01.037Z Downloaded pest_generator v2.7.14
8782025-08-18T18:50:01.038Z Downloaded num-bigint v0.4.6
8792025-08-18T18:50:01.038Z Downloaded match_cfg v0.1.0
8802025-08-18T18:50:01.038Z Downloaded tabled v0.15.0
8812025-08-18T18:50:01.038Z Downloaded tokio-util v0.7.15
8822025-08-18T18:50:01.038Z Downloaded datatest-stable v0.3.2
8832025-08-18T18:50:01.038Z Downloaded libtest-mimic v0.8.1
8842025-08-18T18:50:01.038Z Downloaded chrono v0.4.41
8852025-08-18T18:50:01.038Z Downloaded native-tls v0.2.12
8862025-08-18T18:50:01.038Z Downloaded value-bag v1.9.0
8872025-08-18T18:50:01.038Z Downloaded enum-as-inner v0.6.1
8882025-08-18T18:50:01.038Z Downloaded derive-ex v0.1.8
8892025-08-18T18:50:01.038Z Downloaded rusty-fork v0.3.0
8902025-08-18T18:50:01.038Z Downloaded parking_lot v0.11.2
8912025-08-18T18:50:01.038Z Downloaded oxide-tokio-rt v0.1.2
8922025-08-18T18:50:01.038Z Downloaded same-file v1.0.6
8932025-08-18T18:50:01.038Z Downloaded curve25519-dalek v4.1.3
8942025-08-18T18:50:01.038Z Downloaded dunce v1.0.5
8952025-08-18T18:50:01.038Z Downloaded object v0.30.4
8962025-08-18T18:50:01.038Z Downloaded const_format_proc_macros v0.2.34
8972025-08-18T18:50:01.038Z Downloaded qorb v0.4.1
8982025-08-18T18:50:01.038Z Downloaded tower-service v0.3.3
8992025-08-18T18:50:01.038Z Downloaded cpufeatures v0.2.14
9002025-08-18T18:50:01.038Z Downloaded samael v0.0.19
9012025-08-18T18:50:01.038Z Downloaded petgraph v0.6.5
9022025-08-18T18:50:01.038Z Downloaded mio v1.0.2
9032025-08-18T18:50:01.038Z Downloaded vsss-rs v3.3.4
9042025-08-18T18:50:01.038Z Downloaded predicates-core v1.0.8
9052025-08-18T18:50:01.038Z Downloaded zerocopy-derive v0.6.6
9062025-08-18T18:50:01.038Z Downloaded num-iter v0.1.45
9072025-08-18T18:50:01.038Z Downloaded indoc v1.0.9
9082025-08-18T18:50:01.038Z Downloaded derive_builder_core v0.20.2
9092025-08-18T18:50:01.038Z Downloaded progenitor-impl v0.10.0
9102025-08-18T18:50:01.038Z Downloaded ciborium-ll v0.2.2
9112025-08-18T18:50:01.038Z Downloaded minimal-lexical v0.2.1
9122025-08-18T18:50:01.038Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
9132025-08-18T18:50:01.038Z Downloaded proc-macro-crate v1.3.1
9142025-08-18T18:50:01.038Z Downloaded typify v0.3.0
9152025-08-18T18:50:01.038Z Downloaded dof v0.3.0
9162025-08-18T18:50:01.039Z Downloaded proc-macro-error v1.0.4
9172025-08-18T18:50:01.039Z Downloaded dropshot v0.16.3
9182025-08-18T18:50:01.039Z Downloaded lock_api v0.4.12
9192025-08-18T18:50:01.039Z Downloaded toml v0.9.5
9202025-08-18T18:50:01.039Z Downloaded rpassword v7.4.0
9212025-08-18T18:50:01.039Z Downloaded crossterm v0.28.1
9222025-08-18T18:50:01.039Z Downloaded indexmap v2.10.0
9232025-08-18T18:50:01.039Z Downloaded pkcs8 v0.10.2
9242025-08-18T18:50:01.042Z Downloaded serde_derive v1.0.219
9252025-08-18T18:50:01.050Z Downloaded webpki-roots v1.0.1
9262025-08-18T18:50:01.059Z Downloaded parking_lot_core v0.8.6
9272025-08-18T18:50:01.075Z Downloaded serde v1.0.219
9282025-08-18T18:50:01.079Z Downloaded dtrace-parser v0.2.0
9292025-08-18T18:50:01.086Z Downloaded unicode-normalization v0.1.24
9302025-08-18T18:50:01.095Z Downloaded rustls v0.23.19
9312025-08-18T18:50:01.106Z Downloaded debug-ignore v1.0.5
9322025-08-18T18:50:01.109Z Downloaded tinystr v0.7.6
9332025-08-18T18:50:01.112Z Downloaded zerofrom v0.1.4
9342025-08-18T18:50:01.116Z Downloaded prefix-trie v0.7.0
9352025-08-18T18:50:01.119Z Downloaded tokio-rustls v0.26.0
9362025-08-18T18:50:01.123Z Downloaded tokio-macros v2.5.0
9372025-08-18T18:50:01.133Z Downloaded itertools v0.13.0
9382025-08-18T18:50:01.139Z Downloaded convert_case v0.7.1
9392025-08-18T18:50:01.163Z Downloaded rayon-core v1.12.1
9402025-08-18T18:50:01.166Z Downloaded sigpipe v0.1.3
9412025-08-18T18:50:01.169Z Downloaded rustls v0.21.12
9422025-08-18T18:50:01.178Z Downloaded olpc-cjson v0.1.4
9432025-08-18T18:50:01.181Z Downloaded dyn-clone v1.0.19
9442025-08-18T18:50:01.181Z Downloaded icu_properties v1.5.1
9452025-08-18T18:50:01.184Z Downloaded smallvec v1.15.1
9462025-08-18T18:50:01.185Z Downloaded kv-log-macro v1.0.7
9472025-08-18T18:50:01.201Z Downloaded chacha20 v0.9.1
9482025-08-18T18:50:01.204Z Downloaded toml_datetime v0.6.11
9492025-08-18T18:50:01.210Z Downloaded digest v0.10.7
9502025-08-18T18:50:01.214Z Downloaded topological-sort v0.2.2
9512025-08-18T18:50:01.220Z Downloaded radium v0.7.0
9522025-08-18T18:50:01.226Z Downloaded slog-bunyan v2.5.0
9532025-08-18T18:50:01.238Z Downloaded tabled v0.18.0
9542025-08-18T18:50:01.257Z Downloaded serde-big-array v0.5.1
9552025-08-18T18:50:01.260Z Downloaded serde_derive_internals v0.29.1
9562025-08-18T18:50:01.299Z Downloaded slog-scope v4.4.0
9572025-08-18T18:50:01.303Z Downloaded normalize-line-endings v0.3.0
9582025-08-18T18:50:01.303Z Downloaded tower v0.5.2
9592025-08-18T18:50:01.316Z Downloaded derive_builder v0.20.2
9602025-08-18T18:50:01.323Z Downloaded indent_write v2.2.0
9612025-08-18T18:50:01.327Z Downloaded smoltcp v0.9.1
9622025-08-18T18:50:01.339Z Downloaded predicates v3.1.3
9632025-08-18T18:50:01.351Z Downloaded chacha20poly1305 v0.10.1
9642025-08-18T18:50:01.355Z Downloaded typed-path v0.9.3
9652025-08-18T18:50:01.367Z Downloaded md-5 v0.10.6
9662025-08-18T18:50:01.371Z Downloaded rustls-native-certs v0.8.1
9672025-08-18T18:50:01.390Z Downloaded zerocopy-derive v0.7.35
9682025-08-18T18:50:01.395Z Downloaded serde_plain v1.0.2
9692025-08-18T18:50:01.401Z Downloaded regex v1.11.1
9702025-08-18T18:50:01.413Z Downloaded lazy_static v1.5.0
9712025-08-18T18:50:01.417Z Downloaded uuid v1.17.0
9722025-08-18T18:50:01.426Z Downloaded peg-runtime v0.8.5
9732025-08-18T18:50:01.430Z Downloaded string_cache v0.8.9
9742025-08-18T18:50:01.440Z Downloaded pem-rfc7468 v0.7.0
9752025-08-18T18:50:01.444Z Downloaded crossbeam-channel v0.5.15
9762025-08-18T18:50:01.461Z Downloaded sled v0.34.7
9772025-08-18T18:50:01.469Z Downloaded unicode-linebreak v0.1.5
9782025-08-18T18:50:01.472Z Downloaded vte v0.11.1
9792025-08-18T18:50:01.480Z Downloaded pkcs1 v0.7.5
9802025-08-18T18:50:01.488Z Downloaded toml v0.8.23
9812025-08-18T18:50:01.493Z Downloaded progenitor-macro v0.8.0
9822025-08-18T18:50:01.508Z Downloaded universal-hash v0.5.1
9832025-08-18T18:50:01.521Z Downloaded plotters-backend v0.3.7
9842025-08-18T18:50:01.527Z Downloaded rand_distr v0.4.3
9852025-08-18T18:50:01.543Z Downloaded hyper-tls v0.6.0
9862025-08-18T18:50:01.546Z Downloaded strum_macros v0.27.1
9872025-08-18T18:50:01.567Z Downloaded maybe-uninit v2.0.0
9882025-08-18T18:50:01.573Z Downloaded polyval v0.6.2
9892025-08-18T18:50:01.576Z Downloaded zopfli v0.8.1
9902025-08-18T18:50:01.579Z Downloaded omicron-zone-package v0.12.2
9912025-08-18T18:50:01.583Z Downloaded zone_cfg_derive v0.3.0
9922025-08-18T18:50:01.593Z Downloaded thiserror v1.0.69
9932025-08-18T18:50:01.596Z Downloaded unicode-properties v0.1.3
9942025-08-18T18:50:01.600Z Downloaded typify-macro v0.4.1
9952025-08-18T18:50:01.600Z Downloaded icu_normalizer v1.5.0
9962025-08-18T18:50:01.603Z Downloaded plotters-svg v0.3.7
9972025-08-18T18:50:01.608Z Downloaded take_mut v0.2.2
9982025-08-18T18:50:01.608Z Downloaded serde_cbor v0.11.2
9992025-08-18T18:50:01.612Z Downloaded libloading v0.8.5
10002025-08-18T18:50:01.616Z Downloaded winnow v0.6.26
10012025-08-18T18:50:01.624Z Downloaded test-strategy v0.4.3
10022025-08-18T18:50:01.628Z Downloaded term v0.7.0
10032025-08-18T18:50:01.631Z Downloaded reqwest v0.12.22
10042025-08-18T18:50:01.638Z Downloaded difflib v0.4.0
10052025-08-18T18:50:01.649Z Downloaded icu_properties_data v1.5.0
10062025-08-18T18:50:01.660Z Downloaded lalrpop v0.19.12
10072025-08-18T18:50:01.671Z Downloaded zerocopy v0.8.26
10082025-08-18T18:50:01.692Z Downloaded number_prefix v0.4.0
10092025-08-18T18:50:01.707Z Downloaded rstest v0.25.0
10102025-08-18T18:50:01.714Z Downloaded crc v3.2.1
10112025-08-18T18:50:01.721Z Downloaded lzss v0.8.2
10122025-08-18T18:50:01.735Z Downloaded slog v2.7.0
10132025-08-18T18:50:01.753Z Downloaded syn v1.0.109
10142025-08-18T18:50:01.765Z Downloaded derive_builder_macro v0.20.2
10152025-08-18T18:50:01.830Z Downloaded swrite v0.1.0
10162025-08-18T18:50:01.842Z Downloaded relative-path v1.9.3
10172025-08-18T18:50:01.849Z Downloaded whoami v1.5.2
10182025-08-18T18:50:01.852Z Downloaded strum v0.27.2
10192025-08-18T18:50:01.857Z Downloaded once_cell v1.21.3
10202025-08-18T18:50:01.870Z Downloaded nodrop v0.1.14
10212025-08-18T18:50:01.880Z Downloaded progenitor v0.9.1
10222025-08-18T18:50:01.883Z Downloaded nom v7.1.3
10232025-08-18T18:50:01.892Z Downloaded parse-size v1.1.0
10242025-08-18T18:50:01.929Z Downloaded endian-type v0.1.2
10252025-08-18T18:50:01.933Z Downloaded const-oid v0.9.6
10262025-08-18T18:50:01.955Z Downloaded zone_cfg_derive v0.1.2
10272025-08-18T18:50:01.965Z Downloaded mime_guess v2.0.5
10282025-08-18T18:50:01.968Z Downloaded smoltcp v0.11.0
10292025-08-18T18:50:01.977Z Downloaded dropshot_endpoint v0.16.3
10302025-08-18T18:50:01.980Z Downloaded parking_lot v0.12.3
10312025-08-18T18:50:01.984Z Downloaded rustls-webpki v0.102.8
10322025-08-18T18:50:02.011Z Downloaded parse-display-derive v0.10.0
10332025-08-18T18:50:02.015Z Downloaded tokio-dtrace v0.1.0
10342025-08-18T18:50:02.015Z Downloaded itertools v0.14.0
10352025-08-18T18:50:02.018Z Downloaded signal-hook v0.3.18
10362025-08-18T18:50:02.031Z Downloaded rstest_macros v0.25.0
10372025-08-18T18:50:02.035Z Downloaded libxml v0.3.3
10382025-08-18T18:50:02.039Z Downloaded zerofrom-derive v0.1.4
10392025-08-18T18:50:02.072Z Downloaded progenitor-impl v0.9.1
10402025-08-18T18:50:02.084Z Downloaded p521 v0.13.3
10412025-08-18T18:50:02.094Z Downloaded idna v1.0.3
10422025-08-18T18:50:02.098Z Downloaded indexmap v1.9.3
10432025-08-18T18:50:02.136Z Downloaded rustls-pemfile v1.0.4
10442025-08-18T18:50:02.139Z Downloaded tinytemplate v1.2.1
10452025-08-18T18:50:02.153Z Downloaded encoding_rs v0.8.34
10462025-08-18T18:50:02.180Z Downloaded serde_spanned v1.0.0
10472025-08-18T18:50:02.184Z Downloaded criterion-plot v0.6.0
10482025-08-18T18:50:02.397Z Downloaded lzma-sys v0.1.20
10492025-08-18T18:50:02.402Z Downloaded itoa v1.0.11
10502025-08-18T18:50:02.405Z Downloaded regex-automata v0.4.8
10512025-08-18T18:50:02.425Z Downloaded utf8parse v0.2.2
10522025-08-18T18:50:03.224Z Downloaded icu_provider v1.5.0
10532025-08-18T18:50:03.521Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
10542025-08-18T18:50:15.324Z Startup: Refreshing catalog 'helios-dev' ... Done
10552025-08-18T18:50:22.497Z Startup: Caching catalogs ... Done
10562025-08-18T18:50:28.224ZPlanning: Solver setup ... Done (4.433s)
10572025-08-18T18:50:28.265ZPlanning: Running solver ... Done (0.041s)
10582025-08-18T18:50:28.357ZPlanning: Finding local manifests ... Done (0.003s)
10592025-08-18T18:50:28.374ZPlanning: Fetching manifests: 0/4 0% complete
10602025-08-18T18:50:28.525ZPlanning: Fetching manifests: 4/4 100% complete
10612025-08-18T18:50:28.573ZPlanning: Package planning ... Done (0.048s)
10622025-08-18T18:50:28.624ZPlanning: Merging actions ... Done (0.051s)
10632025-08-18T18:50:28.918ZPlanning: Checking for conflicting actions ... Done (0.294s)
10642025-08-18T18:50:28.929ZPlanning: Consolidating action changes ... Done (0.011s)
10652025-08-18T18:50:29.953ZPlanning: Evaluating mediators ... Done (1.025s)
10662025-08-18T18:50:29.962ZPlanning: Planning completed in 7.35 seconds
10672025-08-18T18:50:29.979Z Packages to install: 4
10682025-08-18T18:50:29.983Z Mediators to change: 2
10692025-08-18T18:50:29.983Z Services to change: 1
10702025-08-18T18:50:29.983Z Estimated space available: 155.19 GB
10712025-08-18T18:50:29.983ZEstimated space to be consumed: 1.71 GB
10722025-08-18T18:50:29.983Z Create boot environment: No
10732025-08-18T18:50:29.983ZCreate backup boot environment: No
10742025-08-18T18:50:29.983Z Rebuild boot archive: No
10752025-08-18T18:50:29.983Z
10762025-08-18T18:50:29.983ZChanged mediators:
10772025-08-18T18:50:29.983Z mediator clang:
10782025-08-18T18:50:29.983Z version: None -> 15 (system default)
10792025-08-18T18:50:29.983Z
10802025-08-18T18:50:29.983Z mediator llvm:
10812025-08-18T18:50:29.983Z version: 14 (system default) -> 15 (system default)
10822025-08-18T18:50:29.983Z
10832025-08-18T18:50:29.983ZChanged packages:
10842025-08-18T18:50:29.983Zhelios-dev
10852025-08-18T18:50:29.983Z developer/build-essential
10862025-08-18T18:50:29.983Z None -> 11-2.0
10872025-08-18T18:50:29.983Z library/libxmlsec1
10882025-08-18T18:50:29.983Z None -> 1.2.35-2.0
10892025-08-18T18:50:29.983Z ooce/developer/clang-15
10902025-08-18T18:50:29.984Z None -> 15.0.7-2.0
10912025-08-18T18:50:29.984Z ooce/developer/llvm-15
10922025-08-18T18:50:29.984Z None -> 15.0.7-2.0
10932025-08-18T18:50:29.984Z
10942025-08-18T18:50:29.984ZServices:
10952025-08-18T18:50:29.984Z restart_fmri:
10962025-08-18T18:50:29.984Z svc:/system/update-man-index:default
10972025-08-18T18:50:30.032Z
10982025-08-18T18:50:30.032ZDownload: 0/3290 items 0.0/212.6MB 0% complete
10992025-08-18T18:50:36.090ZDownload: 1197/3290 items 83.5/212.6MB 39% complete (20.4M/s)
11002025-08-18T18:50:41.261ZDownload: 2221/3290 items 119.2/212.6MB 56% complete (12.5M/s)
11012025-08-18T18:50:46.257ZDownload: 3244/3290 items 202.5/212.6MB 95% complete (12.7M/s)
11022025-08-18T18:50:47.945ZDownload: Completed 212.60 MB in 17.94 seconds (11.8M/s)
11032025-08-18T18:50:48.148Z Actions: 1/3689 actions (Installing new actions)
11042025-08-18T18:50:52.739Z Actions: Completed 3689 actions in 4.60 seconds.
11052025-08-18T18:50:53.349Z Done (0.605s)
11062025-08-18T18:50:53.349Z Done (0.000s)
11072025-08-18T18:50:54.228Z Done (0.880s)
11082025-08-18T18:50:58.672Z Done (4.133s)
11092025-08-18T18:50:58.760Z Done (0.018s)
11102025-08-18T18:50:58.764Z Done (0.000s)
11112025-08-18T18:50:58.934Z Done (0.000s)
11122025-08-18T18:50:59.775ZPlanning: Evaluating mediator changes ... Done
11132025-08-18T18:50:59.935ZPlanning: Checking for conflicting actions ... Done
11142025-08-18T18:50:59.938ZPlanning: Consolidating action changes ... Done
11152025-08-18T18:51:00.217ZPlanning: Evaluating mediators ... Done
11162025-08-18T18:51:00.220ZPlanning: Planning completed in 0.44 seconds
11172025-08-18T18:51:00.251Z Mediators to change: 2
11182025-08-18T18:51:00.251Z Create boot environment: No
11192025-08-18T18:51:00.254ZCreate backup boot environment: No
11202025-08-18T18:51:00.336Z Done
11212025-08-18T18:51:00.336Z Done
11222025-08-18T18:51:00.958Z Done
11232025-08-18T18:51:04.475Z Done
11242025-08-18T18:51:04.569Z Done
11252025-08-18T18:51:04.579Z Done
11262025-08-18T18:51:04.709Z Done
11272025-08-18T18:51:05.326ZPlanning: Evaluating mediator changes ... Done
11282025-08-18T18:51:05.330ZPlanning: Merging actions ... Done
11292025-08-18T18:51:05.515ZPlanning: Checking for conflicting actions ... Done
11302025-08-18T18:51:05.519ZPlanning: Consolidating action changes ... Done
11312025-08-18T18:51:05.785ZPlanning: Evaluating mediators ... Done
11322025-08-18T18:51:05.842ZPlanning: Planning completed in 0.76 seconds
11332025-08-18T18:51:05.876Z Packages to change: 1
11342025-08-18T18:51:05.876Z Mediators to change: 1
11352025-08-18T18:51:05.881Z Services to change: 1
11362025-08-18T18:51:05.881Z Create boot environment: No
11372025-08-18T18:51:05.881ZCreate backup boot environment: Yes
11382025-08-18T18:51:08.368Z Actions: 1/6 actions (Updating modified actions)
11392025-08-18T18:51:08.372Z Actions: Completed 6 actions in 0.00 seconds.
11402025-08-18T18:51:08.372Z Done
11412025-08-18T18:51:08.372Z Done
11422025-08-18T18:51:08.547Z Done
11432025-08-18T18:51:12.227Z Done
11442025-08-18T18:51:12.319Z Done
11452025-08-18T18:51:12.322Z Done
11462025-08-18T18:51:12.465Z Done
11472025-08-18T18:51:12.914ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11482025-08-18T18:51:12.914Zclang system 15 system
11492025-08-18T18:51:12.914Zcsh system system illumos
11502025-08-18T18:51:12.914Zctags system system illumos
11512025-08-18T18:51:12.914Zfile system system illumos
11522025-08-18T18:51:12.914Zgcc vendor 12 vendor
11532025-08-18T18:51:12.914Zgcc system 10 system
11542025-08-18T18:51:12.914Zgcc system 7 system
11552025-08-18T18:51:12.914Zgo system 1.20 system
11562025-08-18T18:51:12.914Zgo system 1.19 system
11572025-08-18T18:51:12.914Zllvm system 15 system
11582025-08-18T18:51:12.914Zllvm system 14 system
11592025-08-18T18:51:12.914Zmariadb system 10.6 system
11602025-08-18T18:51:12.914Zmta vendor vendor dma
11612025-08-18T18:51:12.915Zopenjdk system 17 system
11622025-08-18T18:51:12.915Zopenjdk system 11 system
11632025-08-18T18:51:12.915Zopenjdk system 1.8 system
11642025-08-18T18:51:12.915Zopenssl vendor 3 vendor
11652025-08-18T18:51:12.915Zperl system 5.36 system
11662025-08-18T18:51:12.915Zpostgresql system 15 system
11672025-08-18T18:51:12.915Zpostgresql system 13 system
11682025-08-18T18:51:12.915Zpython vendor 3 vendor
11692025-08-18T18:51:12.915Zpython system 2 system
11702025-08-18T18:51:12.915Zpython3 system 3.11 system
11712025-08-18T18:51:12.915Zruby system 3.0 system
11722025-08-18T18:51:12.915Zwords vendor vendor american-english
11732025-08-18T18:51:12.915Zwords system system australian-english
11742025-08-18T18:51:12.915Zwords system system british-english
11752025-08-18T18:51:12.915Zwords system system canadian-english
11762025-08-18T18:51:12.915Zwords system system french
11772025-08-18T18:51:12.915Zwords system system italian
11782025-08-18T18:51:12.915Zwords system system ngerman
11792025-08-18T18:51:12.915Zwords system system ogerman
11802025-08-18T18:51:12.915Zwords system system spanish
11812025-08-18T18:51:13.272ZPUBLISHER TYPE STATUS P LOCATION
11822025-08-18T18:51:13.272Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11832025-08-18T18:51:18.009ZFMRI IFO
11842025-08-18T18:51:18.009Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11852025-08-18T18:51:18.010Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11862025-08-18T18:51:18.010Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11872025-08-18T18:51:18.010Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11882025-08-18T18:51:18.010Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11892025-08-18T18:51:18.010Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
11902025-08-18T18:51:18.010Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11912025-08-18T18:51:18.010Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
11922025-08-18T18:51:18.010Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11932025-08-18T18:51:18.010Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11942025-08-18T18:51:18.010Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
11952025-08-18T18:51:18.010Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
11962025-08-18T18:51:18.010Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11972025-08-18T18:51:18.010Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
11982025-08-18T18:51:18.010Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
11992025-08-18T18:51:18.010Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12002025-08-18T18:51:19.449Z Downloading crates ...
12012025-08-18T18:51:20.902Z Downloaded cargo_toml v0.21.0
12022025-08-18T18:51:20.966Z Compiling proc-macro2 v1.0.95
12032025-08-18T18:51:20.969Z Compiling unicode-ident v1.0.18
12042025-08-18T18:51:20.969Z Compiling serde v1.0.219
12052025-08-18T18:51:20.969Z Compiling version_check v0.9.5
12062025-08-18T18:51:20.969Z Compiling libc v0.2.174
12072025-08-18T18:51:20.969Z Compiling memchr v2.7.4
12082025-08-18T18:51:20.969Z Compiling thiserror v1.0.69
12092025-08-18T18:51:21.069Z Compiling stable_deref_trait v1.2.0
12102025-08-18T18:51:21.248Z Compiling ryu v1.0.18
12112025-08-18T18:51:21.310Z Compiling litemap v0.7.3
12122025-08-18T18:51:21.599Z Compiling writeable v0.5.5
12132025-08-18T18:51:21.698Z Compiling autocfg v1.4.0
12142025-08-18T18:51:21.753Z Compiling itoa v1.0.11
12152025-08-18T18:51:21.771Z Compiling ucd-trie v0.1.7
12162025-08-18T18:51:22.069Z Compiling once_cell v1.21.3
12172025-08-18T18:51:22.088Z Compiling icu_locid_transform_data v1.5.0
12182025-08-18T18:51:22.193Z Compiling bitflags v2.9.1
12192025-08-18T18:51:22.256Z Compiling byteorder v1.5.0
12202025-08-18T18:51:22.537Z Compiling icu_properties_data v1.5.0
12212025-08-18T18:51:22.552Z Compiling serde_json v1.0.142
12222025-08-18T18:51:22.612Z Compiling num-traits v0.2.19
12232025-08-18T18:51:22.622Z Compiling write16 v1.0.0
12242025-08-18T18:51:22.728Z Compiling utf16_iter v1.0.5
12252025-08-18T18:51:22.772Z Compiling hashbrown v0.15.4
12262025-08-18T18:51:22.804Z Compiling equivalent v1.0.2
12272025-08-18T18:51:22.892Z Compiling quote v1.0.40
12282025-08-18T18:51:22.950Z Compiling utf8_iter v1.0.4
12292025-08-18T18:51:22.950Z Compiling smallvec v1.15.1
12302025-08-18T18:51:23.141Z Compiling errno v0.3.12
12312025-08-18T18:51:23.169Z Compiling icu_normalizer_data v1.5.0
12322025-08-18T18:51:23.216Z Compiling typeid v1.0.3
12332025-08-18T18:51:23.256Z Compiling syn v2.0.104
12342025-08-18T18:51:23.273Z Compiling rustix v0.38.37
12352025-08-18T18:51:23.490Z Compiling usdt-impl v0.5.0
12362025-08-18T18:51:23.512Z Compiling proc-macro-error-attr v1.0.4
12372025-08-18T18:51:23.637Z Compiling syn v1.0.109
12382025-08-18T18:51:23.795Z Compiling indexmap v2.10.0
12392025-08-18T18:51:23.873Z Compiling winnow v0.7.10
12402025-08-18T18:51:23.924Z Compiling toml_write v0.1.2
12412025-08-18T18:51:23.988Z Compiling thread-id v4.2.2
12422025-08-18T18:51:24.184Z Compiling proc-macro-error v1.0.4
12432025-08-18T18:51:24.220Z Compiling thiserror v2.0.12
12442025-08-18T18:51:24.267Z Compiling log v0.4.27
12452025-08-18T18:51:24.498Z Compiling percent-encoding v2.3.1
12462025-08-18T18:51:24.628Z Compiling getrandom v0.3.1
12472025-08-18T18:51:24.822Z Compiling semver v1.0.26
12482025-08-18T18:51:24.835Z Compiling rustix v1.0.7
12492025-08-18T18:51:25.057Z Compiling plain v0.2.3
12502025-08-18T18:51:25.235Z Compiling camino v1.1.11
12512025-08-18T18:51:25.326Z Compiling utf8parse v0.2.2
12522025-08-18T18:51:25.441Z Compiling terminal_size v0.4.0
12532025-08-18T18:51:25.485Z Compiling anstyle-parse v0.2.5
12542025-08-18T18:51:25.642Z Compiling ordered-float v2.10.1
12552025-08-18T18:51:25.656Z Compiling form_urlencoded v1.2.1
12562025-08-18T18:51:25.892Z Compiling colorchoice v1.0.2
12572025-08-18T18:51:25.961Z Compiling anstyle v1.0.11
12582025-08-18T18:51:26.077Z Compiling pretty-hex v0.4.1
12592025-08-18T18:51:26.205Z Compiling anstyle-query v1.1.1
12602025-08-18T18:51:26.269Z Compiling is_terminal_polyfill v1.70.1
12612025-08-18T18:51:26.302Z Compiling cfg-if v1.0.1
12622025-08-18T18:51:26.367Z Compiling anstream v0.6.18
12632025-08-18T18:51:26.698Z Compiling fs-err v3.1.1
12642025-08-18T18:51:26.754Z Compiling strsim v0.11.1
12652025-08-18T18:51:27.018Z Compiling unicode-width v0.1.14
12662025-08-18T18:51:27.036Z Compiling heck v0.4.1
12672025-08-18T18:51:27.512Z Compiling anyhow v1.0.99
12682025-08-18T18:51:27.559Z Compiling fnv v1.0.7
12692025-08-18T18:51:27.573Z Compiling bytecount v0.6.8
12702025-08-18T18:51:27.591Z Compiling fastrand v2.1.1
12712025-08-18T18:51:27.706Z Compiling unicode-xid v0.2.6
12722025-08-18T18:51:27.800Z Compiling clap_lex v0.7.4
12732025-08-18T18:51:27.911Z Compiling heck v0.5.0
12742025-08-18T18:51:28.091Z Compiling clap_builder v4.5.41
12752025-08-18T18:51:28.266Z Compiling tempfile v3.20.0
12762025-08-18T18:51:28.409Z Compiling papergrid v0.11.0
12772025-08-18T18:51:28.760Z Compiling memmap v0.7.0
12782025-08-18T18:51:29.016Z Compiling smawk v0.3.2
12792025-08-18T18:51:29.070Z Compiling unicode-width v0.2.0
12802025-08-18T18:51:29.119Z Compiling unicode-linebreak v0.1.5
12812025-08-18T18:51:29.580Z Compiling textwrap v0.16.2
12822025-08-18T18:51:29.776Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
12832025-08-18T18:51:30.213Z Compiling synstructure v0.13.1
12842025-08-18T18:51:30.336Z Compiling swrite v0.1.0
12852025-08-18T18:51:30.804Z Compiling tabled_derive v0.7.0
12862025-08-18T18:51:32.346Z Compiling serde_derive v1.0.219
12872025-08-18T18:51:32.393Z Compiling zerofrom-derive v0.1.4
12882025-08-18T18:51:32.572Z Compiling yoke-derive v0.7.4
12892025-08-18T18:51:32.597Z Compiling zerovec-derive v0.10.3
12902025-08-18T18:51:32.661Z Compiling thiserror-impl v1.0.69
12912025-08-18T18:51:33.053Z Compiling displaydoc v0.2.5
12922025-08-18T18:51:33.233Z Compiling icu_provider_macros v1.5.0
12932025-08-18T18:51:34.306Z Compiling zerocopy-derive v0.7.35
12942025-08-18T18:51:34.629Z Compiling scroll_derive v0.12.0
12952025-08-18T18:51:35.032Z Compiling thiserror-impl v2.0.12
12962025-08-18T18:51:35.157Z Compiling clap_derive v4.5.41
12972025-08-18T18:51:35.652Z Compiling pest v2.7.14
12982025-08-18T18:51:35.783Z Compiling zerofrom v0.1.4
12992025-08-18T18:51:35.951Z Compiling scroll v0.12.0
13002025-08-18T18:51:36.026Z Compiling yoke v0.7.4
13012025-08-18T18:51:36.233Z Compiling zerocopy v0.7.35
13022025-08-18T18:51:36.395Z Compiling zerovec v0.10.4
13032025-08-18T18:51:36.483Z Compiling goblin v0.8.2
13042025-08-18T18:51:36.658Z Compiling tabled v0.15.0
13052025-08-18T18:51:38.184Z Compiling tinystr v0.7.6
13062025-08-18T18:51:38.205Z Compiling pest_meta v2.7.14
13072025-08-18T18:51:38.407Z Compiling icu_collections v1.5.0
13082025-08-18T18:51:38.565Z Compiling icu_locid v1.5.0
13092025-08-18T18:51:39.142Z Compiling clap v4.5.41
13102025-08-18T18:51:39.444Z Compiling pest_generator v2.7.14
13112025-08-18T18:51:39.489Z Compiling icu_provider v1.5.0
13122025-08-18T18:51:40.333Z Compiling icu_locid_transform v1.5.0
13132025-08-18T18:51:41.559Z Compiling icu_properties v1.5.1
13142025-08-18T18:51:41.735Z Compiling pest_derive v2.7.14
13152025-08-18T18:51:42.566Z Compiling dtrace-parser v0.2.0
13162025-08-18T18:51:44.062Z Compiling serde_spanned v0.6.9
13172025-08-18T18:51:44.062Z Compiling toml_datetime v0.6.11
13182025-08-18T18:51:44.066Z Compiling erased-serde v0.4.6
13192025-08-18T18:51:44.365Z Compiling serde_tokenstream v0.2.2
13202025-08-18T18:51:44.397Z Compiling toml_edit v0.22.27
13212025-08-18T18:51:44.567Z Compiling serde-value v0.7.0
13222025-08-18T18:51:44.896Z Compiling icu_normalizer v1.5.0
13232025-08-18T18:51:45.216Z Compiling serde-untagged v0.1.7
13242025-08-18T18:51:45.350Z Compiling cargo-platform v0.2.0
13252025-08-18T18:51:45.597Z Compiling camino-tempfile v1.4.1
13262025-08-18T18:51:45.613Z Compiling macaddr v1.0.1
13272025-08-18T18:51:45.778Z Compiling idna_adapter v1.2.0
13282025-08-18T18:51:45.819Z Compiling dof v0.3.0
13292025-08-18T18:51:46.011Z Compiling idna v1.0.3
13302025-08-18T18:51:46.587Z Compiling url v2.5.4
13312025-08-18T18:51:47.561Z Compiling usdt-macro v0.5.0
13322025-08-18T18:51:47.565Z Compiling usdt-attr-macro v0.5.0
13332025-08-18T18:51:47.588Z Compiling toml v0.8.23
13342025-08-18T18:51:48.391Z Compiling cargo-util-schemas v0.8.2
13352025-08-18T18:51:48.391Z Compiling cargo_toml v0.21.0
13362025-08-18T18:51:48.775Z Compiling usdt v0.5.0
13372025-08-18T18:51:49.873Z Compiling cargo_metadata v0.21.0
13382025-08-18T18:51:51.637Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13392025-08-18T18:51:55.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.38s
13402025-08-18T18:51:55.183Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13412025-08-18T18:51:56.241Z Compiling value-bag v1.9.0
13422025-08-18T18:51:56.241Z Compiling shlex v1.3.0
13432025-08-18T18:51:56.242Z Compiling lock_api v0.4.12
13442025-08-18T18:51:56.245Z Compiling scopeguard v1.2.0
13452025-08-18T18:51:56.245Z Compiling typenum v1.17.0
13462025-08-18T18:51:56.246Z Compiling generic-array v0.14.7
13472025-08-18T18:51:56.401Z Compiling syn v2.0.104
13482025-08-18T18:51:56.413Z Compiling getrandom v0.2.15
13492025-08-18T18:51:56.584Z Compiling jobserver v0.1.32
13502025-08-18T18:51:56.709Z Compiling rand_core v0.6.4
13512025-08-18T18:51:56.727Z Compiling smallvec v1.15.1
13522025-08-18T18:51:56.838Z Compiling log v0.4.27
13532025-08-18T18:51:56.958Z Compiling cc v1.2.30
13542025-08-18T18:51:57.110Z Compiling portable-atomic v1.11.0
13552025-08-18T18:51:57.257Z Compiling subtle v2.6.1
13562025-08-18T18:51:57.360Z Compiling critical-section v1.1.3
13572025-08-18T18:51:57.381Z Compiling const-oid v0.9.6
13582025-08-18T18:51:57.533Z Compiling pkg-config v0.3.31
13592025-08-18T18:51:57.582Z Compiling pin-project-lite v0.2.14
13602025-08-18T18:51:57.661Z Compiling parking_lot_core v0.9.10
13612025-08-18T18:51:57.723Z Compiling rustix v0.38.37
13622025-08-18T18:51:58.552Z Compiling signal-hook-registry v1.4.2
13632025-08-18T18:51:58.718Z Compiling parking_lot v0.12.3
13642025-08-18T18:51:58.758Z Compiling mio v1.0.2
13652025-08-18T18:51:58.778Z Compiling futures-core v0.3.31
13662025-08-18T18:51:59.039Z Compiling spin v0.9.8
13672025-08-18T18:51:59.221Z Compiling socket2 v0.6.0
13682025-08-18T18:51:59.264Z Compiling once_cell v1.21.3
13692025-08-18T18:51:59.417Z Compiling slab v0.4.9
13702025-08-18T18:51:59.441Z Compiling aho-corasick v1.1.3
13712025-08-18T18:51:59.542Z Compiling cpufeatures v0.2.14
13722025-08-18T18:51:59.648Z Compiling regex-syntax v0.8.5
13732025-08-18T18:51:59.671Z Compiling serde_json v1.0.142
13742025-08-18T18:51:59.770Z Compiling allocator-api2 v0.2.21
13752025-08-18T18:51:59.825Z Compiling foldhash v0.1.5
13762025-08-18T18:51:59.997Z Compiling libm v0.2.8
13772025-08-18T18:52:00.085Z Compiling getrandom v0.3.1
13782025-08-18T18:52:00.399Z Compiling hashbrown v0.15.4
13792025-08-18T18:52:00.419Z Compiling num-traits v0.2.19
13802025-08-18T18:52:00.440Z Compiling glob v0.3.2
13812025-08-18T18:52:00.642Z Compiling either v1.15.0
13822025-08-18T18:52:00.731Z Compiling futures-sink v0.3.31
13832025-08-18T18:52:00.817Z Compiling percent-encoding v2.3.1
13842025-08-18T18:52:00.897Z Compiling futures-channel v0.3.31
13852025-08-18T18:52:01.253Z Compiling clang-sys v1.8.1
13862025-08-18T18:52:01.480Z Compiling futures-task v0.3.31
13872025-08-18T18:52:01.598Z Compiling pin-utils v0.1.0
13882025-08-18T18:52:01.615Z Compiling futures-io v0.3.31
13892025-08-18T18:52:01.708Z Compiling prettyplease v0.2.36
13902025-08-18T18:52:01.769Z Compiling lazy_static v1.5.0
13912025-08-18T18:52:01.869Z Compiling minimal-lexical v0.2.1
13922025-08-18T18:52:01.915Z Compiling libloading v0.8.5
13932025-08-18T18:52:01.943Z Compiling home v0.5.9
13942025-08-18T18:52:02.071Z Compiling base64ct v1.6.0
13952025-08-18T18:52:02.173Z Compiling bindgen v0.69.5
13962025-08-18T18:52:02.291Z Compiling nom v7.1.3
13972025-08-18T18:52:02.682Z Compiling pem-rfc7468 v0.7.0
13982025-08-18T18:52:03.164Z Compiling itertools v0.12.1
13992025-08-18T18:52:03.301Z Compiling regex-automata v0.4.8
14002025-08-18T18:52:03.589Z Compiling synstructure v0.13.1
14012025-08-18T18:52:05.001Z Compiling lazycell v1.3.0
14022025-08-18T18:52:05.186Z Compiling zerocopy v0.8.26
14032025-08-18T18:52:05.495Z Compiling cexpr v0.6.0
14042025-08-18T18:52:05.614Z Compiling rustc-hash v1.1.0
14052025-08-18T18:52:05.810Z Compiling flagset v0.4.6
14062025-08-18T18:52:06.029Z Compiling cmake v0.1.51
14072025-08-18T18:52:06.054Z Compiling fs_extra v1.3.0
14082025-08-18T18:52:06.070Z Compiling dunce v1.0.5
14092025-08-18T18:52:06.222Z Compiling form_urlencoded v1.2.1
14102025-08-18T18:52:06.543Z Compiling vcpkg v0.2.15
14112025-08-18T18:52:06.564Z Compiling paste v1.0.15
14122025-08-18T18:52:06.843Z Compiling ring v0.17.14
14132025-08-18T18:52:06.891Z Compiling tracing-core v0.1.32
14142025-08-18T18:52:07.001Z Compiling aws-lc-rs v1.12.4
14152025-08-18T18:52:07.483Z Compiling iana-time-zone v0.1.63
14162025-08-18T18:52:07.861Z Compiling rustversion v1.0.17
14172025-08-18T18:52:08.109Z Compiling base64 v0.22.1
14182025-08-18T18:52:08.197Z Compiling openssl-sys v0.9.109
14192025-08-18T18:52:08.246Z Compiling tinyvec_macros v0.1.1
14202025-08-18T18:52:08.361Z Compiling rustls-pki-types v1.10.0
14212025-08-18T18:52:08.468Z Compiling serde_derive v1.0.219
14222025-08-18T18:52:08.513Z Compiling zeroize_derive v1.4.2
14232025-08-18T18:52:08.697Z Compiling zerofrom-derive v0.1.4
14242025-08-18T18:52:09.238Z Compiling yoke-derive v0.7.4
14252025-08-18T18:52:09.258Z Compiling zerovec-derive v0.10.3
14262025-08-18T18:52:09.846Z Compiling zeroize v1.8.1
14272025-08-18T18:52:11.566Z Compiling crypto-common v0.1.6
14282025-08-18T18:52:11.576Z Compiling block-buffer v0.10.4
14292025-08-18T18:52:11.796Z Compiling displaydoc v0.2.5
14302025-08-18T18:52:11.842Z Compiling digest v0.10.7
14312025-08-18T18:52:11.862Z Compiling tokio-macros v2.5.0
14322025-08-18T18:52:11.977Z Compiling zerofrom v0.1.4
14332025-08-18T18:52:12.204Z Compiling yoke v0.7.4
14342025-08-18T18:52:12.299Z Compiling zerocopy-derive v0.7.35
14352025-08-18T18:52:12.579Z Compiling zerovec v0.10.4
14362025-08-18T18:52:12.682Z Compiling hmac v0.12.1
14372025-08-18T18:52:12.948Z Compiling icu_provider_macros v1.5.0
14382025-08-18T18:52:13.351Z Compiling block-padding v0.3.3
14392025-08-18T18:52:13.354Z Compiling futures-macro v0.3.31
14402025-08-18T18:52:13.388Z Compiling sha2 v0.10.9
14412025-08-18T18:52:13.547Z Compiling regex v1.11.1
14422025-08-18T18:52:13.616Z Compiling inout v0.1.3
14432025-08-18T18:52:13.895Z Compiling cipher v0.4.4
14442025-08-18T18:52:14.009Z Compiling der_derive v0.7.3
14452025-08-18T18:52:14.262Z Compiling tinystr v0.7.6
14462025-08-18T18:52:14.407Z Compiling zerocopy v0.7.35
14472025-08-18T18:52:14.474Z Compiling icu_collections v1.5.0
14482025-08-18T18:52:14.497Z Compiling thiserror-impl v1.0.69
14492025-08-18T18:52:14.641Z Compiling icu_locid v1.5.0
14502025-08-18T18:52:15.142Z Compiling futures-util v0.3.31
14512025-08-18T18:52:15.456Z Compiling serde v1.0.219
14522025-08-18T18:52:15.720Z Compiling zerocopy-derive v0.8.26
14532025-08-18T18:52:15.811Z Compiling icu_provider v1.5.0
14542025-08-18T18:52:16.296Z Compiling der v0.7.9
14552025-08-18T18:52:16.569Z Compiling icu_locid_transform v1.5.0
14562025-08-18T18:52:16.735Z Compiling ppv-lite86 v0.2.20
14572025-08-18T18:52:16.739Z Compiling salsa20 v0.10.2
14582025-08-18T18:52:17.001Z Compiling pbkdf2 v0.12.2
14592025-08-18T18:52:17.199Z Compiling scrypt v0.11.0
14602025-08-18T18:52:17.447Z Compiling thiserror v1.0.69
14612025-08-18T18:52:17.522Z Compiling aes v0.8.4
14622025-08-18T18:52:17.617Z Compiling cbc v0.1.2
14632025-08-18T18:52:17.764Z Compiling pest v2.7.14
14642025-08-18T18:52:17.884Z Compiling icu_properties v1.5.1
14652025-08-18T18:52:18.842Z Compiling spki v0.7.3
14662025-08-18T18:52:19.220Z Compiling pkcs5 v0.7.1
14672025-08-18T18:52:19.332Z Compiling tracing-attributes v0.1.27
14682025-08-18T18:52:20.300Z Compiling pest_meta v2.7.14
14692025-08-18T18:52:20.303Z Compiling pkcs8 v0.10.2
14702025-08-18T18:52:20.353Z Compiling scroll_derive v0.12.0
14712025-08-18T18:52:20.706Z Compiling bitflags v2.9.1
14722025-08-18T18:52:20.871Z Compiling bytes v1.10.1
14732025-08-18T18:52:20.975Z Compiling semver v1.0.26
14742025-08-18T18:52:21.754Z Compiling icu_normalizer v1.5.0
14752025-08-18T18:52:22.313Z Compiling tokio v1.47.0
14762025-08-18T18:52:22.397Z Compiling indexmap v2.10.0
14772025-08-18T18:52:22.513Z Compiling http v1.3.1
14782025-08-18T18:52:22.605Z Compiling rustc_version v0.4.1
14792025-08-18T18:52:23.277Z Compiling idna_adapter v1.2.0
14802025-08-18T18:52:23.513Z Compiling idna v1.0.3
14812025-08-18T18:52:23.533Z Compiling uuid v1.17.0
14822025-08-18T18:52:23.823Z Compiling tracing v0.1.40
14832025-08-18T18:52:24.307Z Compiling url v2.5.4
14842025-08-18T18:52:24.389Z Compiling http-body v1.0.1
14852025-08-18T18:52:24.601Z Compiling chrono v0.4.41
14862025-08-18T18:52:24.634Z Compiling httparse v1.9.5
14872025-08-18T18:52:24.670Z Compiling rand_core v0.9.2
14882025-08-18T18:52:24.957Z Compiling which v4.4.2
14892025-08-18T18:52:24.980Z Compiling scroll v0.12.0
14902025-08-18T18:52:25.110Z Compiling pest_generator v2.7.14
14912025-08-18T18:52:25.567Z Compiling tinyvec v1.8.0
14922025-08-18T18:52:25.593Z Compiling serde_derive_internals v0.29.1
14932025-08-18T18:52:25.759Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14942025-08-18T18:52:26.009Z Compiling bzip2-sys v0.1.13+1.0.8
14952025-08-18T18:52:26.539Z Compiling untrusted v0.9.0
14962025-08-18T18:52:26.562Z Compiling num-conv v0.1.0
14972025-08-18T18:52:26.736Z Compiling powerfmt v0.2.0
14982025-08-18T18:52:26.853Z Compiling tower-service v0.3.3
14992025-08-18T18:52:26.877Z Compiling adler2 v2.0.0
15002025-08-18T18:52:27.006Z Compiling try-lock v0.2.5
15012025-08-18T18:52:27.027Z Compiling untrusted v0.7.1
15022025-08-18T18:52:27.090Z Compiling schemars v0.8.22
15032025-08-18T18:52:27.121Z Compiling foreign-types-shared v0.1.1
15042025-08-18T18:52:27.182Z Compiling time-core v0.1.2
15052025-08-18T18:52:27.233Z Compiling openssl-probe v0.1.5
15062025-08-18T18:52:27.310Z Compiling atomic-waker v1.1.2
15072025-08-18T18:52:27.399Z Compiling openssl v0.10.73
15082025-08-18T18:52:27.521Z Compiling time-macros v0.2.18
15092025-08-18T18:52:27.548Z Compiling foreign-types v0.3.2
15102025-08-18T18:52:27.569Z Compiling want v0.3.1
15112025-08-18T18:52:27.663Z Compiling miniz_oxide v0.8.5
15122025-08-18T18:52:27.757Z Compiling schemars_derive v0.8.22
15132025-08-18T18:52:27.837Z Compiling deranged v0.3.11
15142025-08-18T18:52:27.858Z Compiling pest_derive v2.7.14
15152025-08-18T18:52:29.095Z Compiling goblin v0.8.2
15162025-08-18T18:52:30.437Z Compiling tokio-util v0.7.15
15172025-08-18T18:52:31.266Z Compiling rand_chacha v0.9.0
15182025-08-18T18:52:31.681Z Compiling ipnet v2.11.0
15192025-08-18T18:52:32.020Z Compiling h2 v0.4.6
15202025-08-18T18:52:32.759Z Compiling openssl-macros v0.1.1
15212025-08-18T18:52:33.298Z Compiling native-tls v0.2.12
15222025-08-18T18:52:33.487Z Compiling num_threads v0.1.7
15232025-08-18T18:52:33.645Z Compiling syn v1.0.109
15242025-08-18T18:52:33.677Z Compiling dyn-clone v1.0.19
15252025-08-18T18:52:33.922Z Compiling httpdate v1.0.3
15262025-08-18T18:52:33.956Z Compiling crossbeam-utils v0.8.21
15272025-08-18T18:52:34.249Z Compiling rustls v0.23.19
15282025-08-18T18:52:34.601Z Compiling dof v0.3.0
15292025-08-18T18:52:35.389Z Compiling time v0.3.36
15302025-08-18T18:52:36.297Z Compiling rand v0.9.1
15312025-08-18T18:52:37.787Z Compiling dtrace-parser v0.2.0
15322025-08-18T18:52:37.822Z Compiling unicode-normalization v0.1.24
15332025-08-18T18:52:38.105Z Compiling heapless v0.7.17
15342025-08-18T18:52:38.584Z Compiling signature v2.2.0
15352025-08-18T18:52:38.829Z Compiling cookie v0.18.1
15362025-08-18T18:52:38.908Z Compiling hyper v1.6.0
15372025-08-18T18:52:39.145Z Compiling crc32fast v1.4.2
15382025-08-18T18:52:39.481Z Compiling zlib-rs v0.5.1
15392025-08-18T18:52:39.619Z Compiling unicode-bidi v0.3.17
15402025-08-18T18:52:39.778Z Compiling unicode-properties v0.1.3
15412025-08-18T18:52:40.204Z Compiling slog v2.7.0
15422025-08-18T18:52:40.728Z Compiling siphasher v0.3.11
15432025-08-18T18:52:40.800Z Compiling signal-hook v0.3.18
15442025-08-18T18:52:41.125Z Compiling zstd-safe v7.2.3
15452025-08-18T18:52:41.172Z Compiling hyper-util v0.1.16
15462025-08-18T18:52:41.425Z Compiling phf_shared v0.11.2
15472025-08-18T18:52:41.582Z Compiling stringprep v0.1.5
15482025-08-18T18:52:42.145Z Compiling usdt-impl v0.5.0
15492025-08-18T18:52:42.615Z Compiling curve25519-dalek v4.1.3
15502025-08-18T18:52:42.758Z Compiling serde_spanned v0.6.9
15512025-08-18T18:52:43.005Z Compiling toml_datetime v0.6.11
15522025-08-18T18:52:43.310Z Compiling serde_tokenstream v0.2.2
15532025-08-18T18:52:43.445Z Compiling rand_chacha v0.3.1
15542025-08-18T18:52:43.465Z Compiling md-5 v0.10.6
15552025-08-18T18:52:43.544Z Compiling num-integer v0.1.46
15562025-08-18T18:52:43.744Z Compiling sync_wrapper v1.0.1
15572025-08-18T18:52:43.865Z Compiling hash32 v0.2.1
15582025-08-18T18:52:43.914Z Compiling ff v0.13.0
15592025-08-18T18:52:44.167Z Compiling memoffset v0.9.1
15602025-08-18T18:52:44.219Z Compiling newtype-uuid v1.2.4
15612025-08-18T18:52:44.268Z Compiling smoltcp v0.9.1
15622025-08-18T18:52:44.502Z Compiling gimli v0.31.1
15632025-08-18T18:52:44.539Z Compiling psl-types v2.0.11
15642025-08-18T18:52:44.751Z Compiling num-bigint-dig v0.8.4
15652025-08-18T18:52:44.769Z Compiling base16ct v0.2.0
15662025-08-18T18:52:44.912Z Compiling litrs v0.4.1
15672025-08-18T18:52:45.077Z Compiling tower-layer v0.3.3
15682025-08-18T18:52:45.081Z Compiling cfg_aliases v0.2.1
15692025-08-18T18:52:45.204Z Compiling fallible-iterator v0.2.0
15702025-08-18T18:52:45.395Z Compiling libz-rs-sys v0.5.1
15712025-08-18T18:52:45.697Z Compiling flate2 v1.1.2
15722025-08-18T18:52:45.728Z Compiling tower v0.5.2
15732025-08-18T18:52:45.894Z Compiling postgres-protocol v0.6.8
15742025-08-18T18:52:45.933Z Compiling document-features v0.2.11
15752025-08-18T18:52:46.316Z Compiling nix v0.29.0
15762025-08-18T18:52:46.567Z Compiling sec1 v0.7.3
15772025-08-18T18:52:46.662Z Compiling publicsuffix v2.3.0
15782025-08-18T18:52:47.108Z Compiling group v0.13.0
15792025-08-18T18:52:47.128Z Compiling num-iter v0.1.45
15802025-08-18T18:52:47.153Z Compiling rand v0.8.5
15812025-08-18T18:52:47.477Z Compiling tokio-native-tls v0.3.1
15822025-08-18T18:52:48.125Z Compiling ipnetwork v0.21.1
15832025-08-18T18:52:48.310Z Compiling strum_macros v0.27.1
15842025-08-18T18:52:48.467Z Compiling rustls-native-certs v0.8.1
15852025-08-18T18:52:48.613Z Compiling addr2line v0.24.2
15862025-08-18T18:52:48.963Z Compiling terminal_size v0.4.0
15872025-08-18T18:52:49.004Z Compiling http-body-util v0.1.3
15882025-08-18T18:52:49.129Z Compiling hkdf v0.12.4
15892025-08-18T18:52:49.173Z Compiling crypto-bigint v0.5.5
15902025-08-18T18:52:49.194Z Compiling webpki-roots v1.0.1
15912025-08-18T18:52:49.296Z Compiling async-trait v0.1.88
15922025-08-18T18:52:49.394Z Compiling curve25519-dalek-derive v0.1.1
15932025-08-18T18:52:49.397Z Compiling thiserror-impl v2.0.12
15942025-08-18T18:52:49.471Z Compiling object v0.36.5
15952025-08-18T18:52:50.744Z Compiling ahash v0.8.12
15962025-08-18T18:52:51.126Z Compiling fs-err v3.1.1
15972025-08-18T18:52:51.477Z Compiling bitflags v1.3.2
15982025-08-18T18:52:51.594Z Compiling rustix v1.0.7
15992025-08-18T18:52:51.748Z Compiling rustc-demangle v0.1.24
16002025-08-18T18:52:52.333Z Compiling lockfree-object-pool v0.1.6
16012025-08-18T18:52:52.484Z Compiling buf-list v1.0.3
16022025-08-18T18:52:52.609Z Compiling iri-string v0.7.8
16032025-08-18T18:52:52.685Z Compiling bumpalo v3.16.0
16042025-08-18T18:52:53.123Z Compiling winnow v0.5.40
16052025-08-18T18:52:53.144Z Compiling managed v0.8.0
16062025-08-18T18:52:53.212Z Compiling anyhow v1.0.99
16072025-08-18T18:52:53.575Z Compiling simd-adler32 v0.3.7
16082025-08-18T18:52:54.051Z Compiling hubpack_derive v0.1.1
16092025-08-18T18:52:54.113Z Compiling zopfli v0.8.1
16102025-08-18T18:52:54.931Z Compiling strum v0.27.2
16112025-08-18T18:52:54.963Z Compiling hubpack v0.1.2
16122025-08-18T18:52:55.222Z Compiling thiserror v2.0.12
16132025-08-18T18:52:55.399Z Compiling tower-http v0.6.6
16142025-08-18T18:52:55.420Z Compiling clap_builder v4.5.41
16152025-08-18T18:52:55.792Z Compiling elliptic-curve v0.13.8
16162025-08-18T18:52:56.178Z Compiling backtrace v0.3.74
16172025-08-18T18:52:56.352Z Compiling toml_edit v0.19.15
16182025-08-18T18:52:56.510Z Compiling hyper-tls v0.6.0
16192025-08-18T18:52:56.577Z Compiling oxnet v0.1.3
16202025-08-18T18:52:56.931Z Compiling signal-hook-mio v0.2.4
16212025-08-18T18:52:57.125Z Compiling cookie_store v0.21.1
16222025-08-18T18:52:57.345Z Compiling zstd v0.13.3
16232025-08-18T18:52:58.437Z Compiling postgres-types v0.2.9
16242025-08-18T18:52:58.566Z Compiling usdt-macro v0.5.0
16252025-08-18T18:52:59.039Z Compiling usdt-attr-macro v0.5.0
16262025-08-18T18:52:59.752Z Compiling phf v0.11.2
16272025-08-18T18:52:59.994Z Compiling ed25519 v2.2.3
16282025-08-18T18:53:00.062Z Compiling bzip2 v0.4.4
16292025-08-18T18:53:00.462Z Compiling bzip2 v0.5.2
16302025-08-18T18:53:00.632Z Compiling strum_macros v0.26.4
16312025-08-18T18:53:00.852Z Compiling pkcs1 v0.7.5
16322025-08-18T18:53:01.766Z Compiling serde-big-array v0.5.1
16332025-08-18T18:53:01.872Z Compiling serde_urlencoded v0.7.1
16342025-08-18T18:53:02.022Z Compiling rfc6979 v0.4.0
16352025-08-18T18:53:02.253Z Compiling bstr v1.10.0
16362025-08-18T18:53:02.446Z Compiling serde_repr v0.1.19
16372025-08-18T18:53:02.878Z Compiling enum-as-inner v0.6.1
16382025-08-18T18:53:02.985Z Compiling clap_derive v4.5.41
16392025-08-18T18:53:03.586Z Compiling daft-derive v0.1.4
16402025-08-18T18:53:03.755Z Compiling float-cmp v0.10.0
16412025-08-18T18:53:03.906Z Compiling socket2 v0.5.10
16422025-08-18T18:53:03.938Z Compiling encoding_rs v0.8.34
16432025-08-18T18:53:04.008Z Compiling normalize-line-endings v0.3.0
16442025-08-18T18:53:04.167Z Compiling precomputed-hash v0.1.1
16452025-08-18T18:53:04.314Z Compiling unicode-segmentation v1.12.0
16462025-08-18T18:53:04.747Z Compiling static_assertions v1.1.0
16472025-08-18T18:53:04.874Z Compiling difflib v0.4.0
16482025-08-18T18:53:04.993Z Compiling mime v0.3.17
16492025-08-18T18:53:05.123Z Compiling data-encoding v2.9.0
16502025-08-18T18:53:05.146Z Compiling fixedbitset v0.4.2
16512025-08-18T18:53:05.512Z Compiling predicates-core v1.0.8
16522025-08-18T18:53:05.588Z Compiling new_debug_unreachable v1.0.6
16532025-08-18T18:53:05.708Z Compiling whoami v1.5.2
16542025-08-18T18:53:05.841Z Compiling toml_edit v0.22.27
16552025-08-18T18:53:06.138Z Compiling tokio-postgres v0.7.13
16562025-08-18T18:53:06.254Z Compiling hickory-proto v0.25.2
16572025-08-18T18:53:06.851Z Compiling predicates v3.1.3
16582025-08-18T18:53:07.369Z Compiling clap v4.5.41
16592025-08-18T18:53:07.515Z Compiling string_cache v0.8.9
16602025-08-18T18:53:07.743Z Compiling petgraph v0.6.5
16612025-08-18T18:53:07.969Z Compiling daft v0.1.4
16622025-08-18T18:53:08.281Z Compiling strum v0.26.3
16632025-08-18T18:53:08.487Z Compiling similar v2.7.0
16642025-08-18T18:53:08.507Z Compiling console v0.15.10
16652025-08-18T18:53:09.538Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16662025-08-18T18:53:09.797Z Compiling usdt v0.5.0
16672025-08-18T18:53:10.279Z Compiling ecdsa v0.16.9
16682025-08-18T18:53:10.504Z Compiling rsa v0.9.6
16692025-08-18T18:53:11.078Z Compiling zip v4.2.0
16702025-08-18T18:53:11.288Z Compiling zip v0.6.6
16712025-08-18T18:53:11.433Z Compiling ed25519-dalek v2.1.1
16722025-08-18T18:53:12.550Z Compiling toml v0.7.8
16732025-08-18T18:53:12.901Z Compiling crossterm v0.28.1
16742025-08-18T18:53:14.812Z Compiling crossbeam-epoch v0.9.18
16752025-08-18T18:53:15.302Z Compiling tokio-stream v0.1.17
16762025-08-18T18:53:15.488Z Compiling openapiv3 v2.2.0
16772025-08-18T18:53:16.119Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16782025-08-18T18:53:16.281Z Compiling x509-cert v0.2.5
16792025-08-18T18:53:16.308Z Compiling sha1 v0.10.6
16802025-08-18T18:53:16.512Z Compiling itertools v0.10.5
16812025-08-18T18:53:16.734Z Compiling itertools v0.13.0
16822025-08-18T18:53:17.500Z Compiling dirs-sys-next v0.1.2
16832025-08-18T18:53:17.850Z Compiling winnow v0.6.26
16842025-08-18T18:53:18.018Z Compiling rustc-hash v2.1.1
16852025-08-18T18:53:18.067Z Compiling lalrpop-util v0.19.12
16862025-08-18T18:53:18.228Z Compiling peg-runtime v0.8.5
16872025-08-18T18:53:18.427Z Compiling dirs-next v2.0.0
16882025-08-18T18:53:18.641Z Compiling thread_local v1.1.8
16892025-08-18T18:53:18.797Z Compiling slog-async v2.8.0
16902025-08-18T18:53:19.018Z Compiling term v0.7.0
16912025-08-18T18:53:19.114Z Compiling crossbeam-channel v0.5.15
16922025-08-18T18:53:19.388Z Compiling xattr v1.3.1
16932025-08-18T18:53:19.452Z Compiling futures-executor v0.3.31
16942025-08-18T18:53:19.614Z Compiling filetime v0.2.25
16952025-08-18T18:53:19.650Z Compiling is-terminal v0.4.13
16962025-08-18T18:53:19.808Z Compiling take_mut v0.2.2
16972025-08-18T18:53:19.929Z Compiling tar v0.4.44
16982025-08-18T18:53:19.993Z Compiling slog-term v2.9.1
16992025-08-18T18:53:20.057Z Compiling futures v0.3.31
17002025-08-18T18:53:20.196Z Compiling camino v1.1.11
17012025-08-18T18:53:24.807Z Compiling aws-lc-sys v0.26.0
17022025-08-18T18:53:53.998Z Compiling rustls-webpki v0.102.8
17032025-08-18T18:53:58.533Z Compiling tokio-rustls v0.26.0
17042025-08-18T18:53:58.797Z Compiling hyper-rustls v0.27.7
17052025-08-18T18:53:59.137Z Compiling reqwest v0.12.22
17062025-08-18T18:54:02.666Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17072025-08-18T18:54:02.953Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17082025-08-18T18:54:07.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s
17092025-08-18T18:54:07.681Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17102025-08-18T18:54:07.735ZAug 18 18:54:07.037 INFO Starting download, target: Console
17112025-08-18T18:54:07.735ZAug 18 18:54:07.037 INFO Starting download, target: Clickhouse
17122025-08-18T18:54:07.735ZAug 18 18:54:07.037 INFO Starting download, target: Cockroach
17132025-08-18T18:54:07.736ZAug 18 18:54:07.037 INFO Starting download, target: DendriteStub
17142025-08-18T18:54:07.760ZAug 18 18:54:07.037 INFO Starting download, target: MaghemiteMgd
17152025-08-18T18:54:07.760ZAug 18 18:54:07.037 INFO Starting download, target: TransceiverControl
17162025-08-18T18:54:07.760ZAug 18 18:54:07.038 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17172025-08-18T18:54:07.760ZAug 18 18:54:07.038 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17182025-08-18T18:54:07.760ZAug 18 18:54:07.038 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17192025-08-18T18:54:07.761ZAug 18 18:54:07.038 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17202025-08-18T18:54:07.761ZAug 18 18:54:07.038 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17212025-08-18T18:54:07.761ZAug 18 18:54:07.038 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17222025-08-18T18:54:08.187ZAug 18 18:54:07.487 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17232025-08-18T18:54:08.266ZAug 18 18:54:07.566 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17242025-08-18T18:54:08.653ZAug 18 18:54:07.958 INFO Download complete, target: TransceiverControl
17252025-08-18T18:54:08.750ZAug 18 18:54:08.055 INFO Download complete, target: Console
17262025-08-18T18:54:09.112ZAug 18 18:54:08.421 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17272025-08-18T18:54:09.206ZAug 18 18:54:08.516 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17282025-08-18T18:54:09.648ZAug 18 18:54:08.959 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17292025-08-18T18:54:09.829ZAug 18 18:54:09.141 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17302025-08-18T18:54:09.829ZAug 18 18:54:09.141 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17312025-08-18T18:54:12.759ZAug 18 18:54:12.075 INFO Download complete, target: DendriteStub
17322025-08-18T18:54:12.894ZAug 18 18:54:12.210 INFO Download complete, target: MaghemiteMgd
17332025-08-18T18:54:17.031ZAug 18 18:54:16.351 INFO Checking that binary works, target: Cockroach
17342025-08-18T18:54:17.177ZAug 18 18:54:16.497 INFO Download complete, target: Cockroach
17352025-08-18T18:54:21.011ZAug 18 18:54:20.336 INFO Checking that binary works, target: Clickhouse
17362025-08-18T18:54:21.174ZAug 18 18:54:20.500 INFO Download complete, target: Clickhouse
17372025-08-18T18:54:21.180ZAll prerequisites installed successfully
17382025-08-18T18:54:21.183Z
17392025-08-18T18:54:21.183Zreal 4:17.985808424
17402025-08-18T18:54:21.183Zuser 16:13.657129299
17412025-08-18T18:54:21.183Zsys 2:13.648697208
17422025-08-18T18:54:21.183Ztrap 0.554869981
17432025-08-18T18:54:21.183Ztflt 0.987740219
17442025-08-18T18:54:21.183Zdflt 1.171632759
17452025-08-18T18:54:21.183Zkflt 0.025313468
17462025-08-18T18:54:21.183Zlock 40:32.598965508
17472025-08-18T18:54:21.183Zslp 58:50.408537779
17482025-08-18T18:54:21.183Zlat 1:11.238597924
17492025-08-18T18:54:21.183Zstop 2:43.441709904
17502025-08-18T18:54:21.183Z+ source ./tools/include/force-git-over-https.sh
17512025-08-18T18:54:21.183Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
17522025-08-18T18:54:21.183Z++ (( i = 0 ))
17532025-08-18T18:54:21.184Z++ (( i < 5 ))
17542025-08-18T18:54:21.184Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
17552025-08-18T18:54:21.187Z++ (( i++ ))
17562025-08-18T18:54:21.187Z++ (( i < 5 ))
17572025-08-18T18:54:21.187Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
17582025-08-18T18:54:21.191Z++ (( i++ ))
17592025-08-18T18:54:21.191Z++ (( i < 5 ))
17602025-08-18T18:54:21.191Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
17612025-08-18T18:54:21.194Z++ (( i++ ))
17622025-08-18T18:54:21.194Z++ (( i < 5 ))
17632025-08-18T18:54:21.194Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
17642025-08-18T18:54:21.194Z++ (( i++ ))
17652025-08-18T18:54:21.194Z++ (( i < 5 ))
17662025-08-18T18:54:21.194Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
17672025-08-18T18:54:21.197Z++ (( i++ ))
17682025-08-18T18:54:21.197Z++ (( i < 5 ))
17692025-08-18T18:54:21.197Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
17702025-08-18T18:54:21.197Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
17712025-08-18T18:54:21.198Z+ rc=0
17722025-08-18T18:54:21.198Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
17732025-08-18T18:54:49.324Z+ case $rc in
17742025-08-18T18:54:49.324Z+ pfexec zfs create -p rpool/images/build/host
17752025-08-18T18:54:49.591Z+ pfexec zfs create -p rpool/images/build/recovery
17762025-08-18T18:54:49.677Z+ cargo xtask releng --output-dir /work --mkincorp
17772025-08-18T18:54:50.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
17782025-08-18T18:54:50.393Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
17792025-08-18T18:54:51.542Z Compiling proc-macro2 v1.0.95
17802025-08-18T18:54:51.542Z Compiling unicode-ident v1.0.18
17812025-08-18T18:54:51.542Z Compiling libc v0.2.174
17822025-08-18T18:54:51.546Z Compiling serde v1.0.219
17832025-08-18T18:54:51.546Z Compiling autocfg v1.4.0
17842025-08-18T18:54:51.546Z Compiling cfg-if v1.0.1
17852025-08-18T18:54:51.546Z Compiling version_check v0.9.5
17862025-08-18T18:54:51.891Z Compiling memchr v2.7.4
17872025-08-18T18:54:51.894Z Compiling shlex v1.3.0
17882025-08-18T18:54:51.914Z Compiling typenum v1.17.0
17892025-08-18T18:54:52.266Z Compiling portable-atomic v1.11.0
17902025-08-18T18:54:52.475Z Compiling generic-array v0.14.7
17912025-08-18T18:54:52.549Z Compiling lock_api v0.4.12
17922025-08-18T18:54:52.776Z Compiling value-bag v1.9.0
17932025-08-18T18:54:52.885Z Compiling getrandom v0.3.1
17942025-08-18T18:54:53.105Z Compiling libm v0.2.8
17952025-08-18T18:54:53.166Z Compiling num-traits v0.2.19
17962025-08-18T18:54:53.344Z Compiling log v0.4.27
17972025-08-18T18:54:53.483Z Compiling scopeguard v1.2.0
17982025-08-18T18:54:53.518Z Compiling jobserver v0.1.32
17992025-08-18T18:54:53.544Z Compiling quote v1.0.40
18002025-08-18T18:54:53.659Z Compiling serde_json v1.0.142
18012025-08-18T18:54:53.932Z Compiling cc v1.2.30
18022025-08-18T18:54:54.028Z Compiling syn v2.0.104
18032025-08-18T18:54:54.066Z Compiling parking_lot_core v0.9.10
18042025-08-18T18:54:54.070Z Compiling semver v1.0.26
18052025-08-18T18:54:54.185Z Compiling rustix v0.38.37
18062025-08-18T18:54:54.228Z Compiling smallvec v1.15.1
18072025-08-18T18:54:54.261Z Compiling pkg-config v0.3.31
18082025-08-18T18:54:54.589Z Compiling getrandom v0.2.15
18092025-08-18T18:54:54.766Z Compiling itoa v1.0.11
18102025-08-18T18:54:55.087Z Compiling aho-corasick v1.1.3
18112025-08-18T18:54:55.403Z Compiling slab v0.4.9
18122025-08-18T18:54:55.458Z Compiling regex-syntax v0.8.5
18132025-08-18T18:54:55.521Z Compiling errno v0.3.12
18142025-08-18T18:54:55.954Z Compiling spin v0.9.8
18152025-08-18T18:54:56.056Z Compiling stable_deref_trait v1.2.0
18162025-08-18T18:54:56.168Z Compiling subtle v2.6.1
18172025-08-18T18:54:56.205Z Compiling glob v0.3.2
18182025-08-18T18:54:56.357Z Compiling either v1.15.0
18192025-08-18T18:54:56.515Z Compiling rand_core v0.6.4
18202025-08-18T18:54:56.673Z Compiling prettyplease v0.2.36
18212025-08-18T18:54:56.963Z Compiling clang-sys v1.8.1
18222025-08-18T18:54:57.053Z Compiling lazy_static v1.5.0
18232025-08-18T18:54:57.458Z Compiling critical-section v1.1.3
18242025-08-18T18:54:57.516Z Compiling minimal-lexical v0.2.1
18252025-08-18T18:54:57.519Z Compiling heck v0.5.0
18262025-08-18T18:54:58.003Z Compiling once_cell v1.21.3
18272025-08-18T18:54:58.029Z Compiling nom v7.1.3
18282025-08-18T18:54:58.718Z Compiling libloading v0.8.5
18292025-08-18T18:54:58.755Z Compiling home v0.5.9
18302025-08-18T18:54:58.903Z Compiling bindgen v0.69.5
18312025-08-18T18:54:59.081Z Compiling regex-automata v0.4.8
18322025-08-18T18:54:59.115Z Compiling itertools v0.12.1
18332025-08-18T18:54:59.582Z Compiling lazycell v1.3.0
18342025-08-18T18:54:59.694Z Compiling paste v1.0.15
18352025-08-18T18:54:59.835Z Compiling zerocopy v0.8.26
18362025-08-18T18:55:00.366Z Compiling rustc-hash v1.1.0
18372025-08-18T18:55:00.913Z Compiling cmake v0.1.51
18382025-08-18T18:55:01.354Z Compiling cexpr v0.6.0
18392025-08-18T18:55:01.819Z Compiling synstructure v0.13.1
18402025-08-18T18:55:02.508Z Compiling dunce v1.0.5
18412025-08-18T18:55:02.745Z Compiling fs_extra v1.3.0
18422025-08-18T18:55:03.676Z Compiling writeable v0.5.5
18432025-08-18T18:55:03.802Z Compiling litemap v0.7.3
18442025-08-18T18:55:04.674Z Compiling ryu v1.0.18
18452025-08-18T18:55:04.726Z Compiling regex v1.11.1
18462025-08-18T18:55:04.904Z Compiling equivalent v1.0.2
18472025-08-18T18:55:05.001Z Compiling allocator-api2 v0.2.21
18482025-08-18T18:55:05.133Z Compiling foldhash v0.1.5
18492025-08-18T18:55:05.503Z Compiling serde_derive v1.0.219
18502025-08-18T18:55:05.590Z Compiling zeroize_derive v1.4.2
18512025-08-18T18:55:05.721Z Compiling zerofrom-derive v0.1.4
18522025-08-18T18:55:05.777Z Compiling yoke-derive v0.7.4
18532025-08-18T18:55:05.777Z Compiling zerovec-derive v0.10.3
18542025-08-18T18:55:05.954Z Compiling displaydoc v0.2.5
18552025-08-18T18:55:07.018Z Compiling icu_provider_macros v1.5.0
18562025-08-18T18:55:07.636Z Compiling zeroize v1.8.1
18572025-08-18T18:55:08.174Z Compiling tokio-macros v2.5.0
18582025-08-18T18:55:08.209Z Compiling zerocopy-derive v0.7.35
18592025-08-18T18:55:08.235Z Compiling futures-macro v0.3.31
18602025-08-18T18:55:08.370Z Compiling zerocopy-derive v0.8.26
18612025-08-18T18:55:08.835Z Compiling zerofrom v0.1.4
18622025-08-18T18:55:09.129Z Compiling yoke v0.7.4
18632025-08-18T18:55:09.553Z Compiling zerovec v0.10.4
18642025-08-18T18:55:09.780Z Compiling pin-project-lite v0.2.14
18652025-08-18T18:55:10.025Z Compiling schemars v0.8.22
18662025-08-18T18:55:10.128Z Compiling percent-encoding v2.3.1
18672025-08-18T18:55:10.232Z Compiling hashbrown v0.15.4
18682025-08-18T18:55:10.304Z Compiling serde_derive_internals v0.29.1
18692025-08-18T18:55:10.671Z Compiling icu_locid_transform_data v1.5.0
18702025-08-18T18:55:11.038Z Compiling crypto-common v0.1.6
18712025-08-18T18:55:11.402Z Compiling der_derive v0.7.3
18722025-08-18T18:55:11.630Z Compiling ring v0.17.14
18732025-08-18T18:55:11.754Z Compiling tinystr v0.7.6
18742025-08-18T18:55:12.316Z Compiling icu_locid v1.5.0
18752025-08-18T18:55:12.370Z Compiling icu_collections v1.5.0
18762025-08-18T18:55:12.398Z Compiling schemars_derive v0.8.22
18772025-08-18T18:55:12.782Z Compiling icu_properties_data v1.5.0
18782025-08-18T18:55:13.680Z Compiling icu_provider v1.5.0
18792025-08-18T18:55:13.719Z Compiling const-oid v0.9.6
18802025-08-18T18:55:13.786Z Compiling utf8_iter v1.0.4
18812025-08-18T18:55:14.163Z Compiling byteorder v1.5.0
18822025-08-18T18:55:14.845Z Compiling icu_locid_transform v1.5.0
18832025-08-18T18:55:15.176Z Compiling icu_normalizer_data v1.5.0
18842025-08-18T18:55:15.359Z Compiling write16 v1.0.0
18852025-08-18T18:55:15.405Z Compiling futures-core v0.3.31
18862025-08-18T18:55:15.721Z Compiling aws-lc-rs v1.12.4
18872025-08-18T18:55:15.851Z Compiling utf16_iter v1.0.5
18882025-08-18T18:55:16.257Z Compiling vcpkg v0.2.15
18892025-08-18T18:55:16.340Z Compiling icu_properties v1.5.1
18902025-08-18T18:55:17.830Z Compiling openssl-sys v0.9.109
18912025-08-18T18:55:18.558Z Compiling bitflags v2.9.1
18922025-08-18T18:55:18.618Z Compiling bytes v1.10.1
18932025-08-18T18:55:20.098Z Compiling signal-hook-registry v1.4.2
18942025-08-18T18:55:20.417Z Compiling icu_normalizer v1.5.0
18952025-08-18T18:55:20.778Z Compiling thiserror v1.0.69
18962025-08-18T18:55:21.576Z Compiling idna_adapter v1.2.0
18972025-08-18T18:55:21.853Z Compiling parking_lot v0.12.3
18982025-08-18T18:55:22.804Z Compiling tracing-attributes v0.1.27
18992025-08-18T18:55:23.010Z Compiling mio v1.0.2
19002025-08-18T18:55:23.059Z Compiling which v4.4.2
19012025-08-18T18:55:24.249Z Compiling idna v1.0.3
19022025-08-18T18:55:25.894Z Compiling form_urlencoded v1.2.1
19032025-08-18T18:55:25.932Z Compiling block-buffer v0.10.4
19042025-08-18T18:55:26.071Z Compiling thiserror-impl v1.0.69
19052025-08-18T18:55:26.280Z Compiling httparse v1.9.5
19062025-08-18T18:55:26.413Z Compiling digest v0.10.7
19072025-08-18T18:55:26.881Z Compiling socket2 v0.6.0
19082025-08-18T18:55:27.006Z Compiling thiserror v2.0.12
19092025-08-18T18:55:27.638Z Compiling tokio v1.47.0
19102025-08-18T18:55:27.693Z Compiling url v2.5.4
19112025-08-18T18:55:28.413Z Compiling indexmap v2.10.0
19122025-08-18T18:55:28.698Z Compiling thiserror-impl v2.0.12
19132025-08-18T18:55:29.737Z Compiling futures-sink v0.3.31
19142025-08-18T18:55:29.883Z Compiling num-conv v0.1.0
19152025-08-18T18:55:29.993Z Compiling time-core v0.1.2
19162025-08-18T18:55:30.276Z Compiling time-macros v0.2.18
19172025-08-18T18:55:30.329Z Compiling futures-channel v0.3.31
19182025-08-18T18:55:32.049Z Compiling fnv v1.0.7
19192025-08-18T18:55:32.198Z Compiling futures-task v0.3.31
19202025-08-18T18:55:32.243Z Compiling pin-utils v0.1.0
19212025-08-18T18:55:32.615Z Compiling futures-io v0.3.31
19222025-08-18T18:55:32.660Z Compiling openssl v0.10.73
19232025-08-18T18:55:32.965Z Compiling futures-util v0.3.31
19242025-08-18T18:55:33.002Z Compiling zerocopy v0.7.35
19252025-08-18T18:55:33.140Z Compiling uuid v1.17.0
19262025-08-18T18:55:33.977Z Compiling openssl-macros v0.1.1
19272025-08-18T18:55:34.783Z Compiling rustls v0.23.19
19282025-08-18T18:55:35.017Z Compiling iana-time-zone v0.1.63
19292025-08-18T18:55:35.020Z Compiling native-tls v0.2.12
19302025-08-18T18:55:35.396Z Compiling cpufeatures v0.2.14
19312025-08-18T18:55:35.594Z Compiling chrono v0.4.41
19322025-08-18T18:55:35.724Z Compiling hmac v0.12.1
19332025-08-18T18:55:35.767Z Compiling rustc_version v0.4.1
19342025-08-18T18:55:35.885Z Compiling aws-lc-sys v0.26.0
19352025-08-18T18:55:37.884Z Compiling block-padding v0.3.3
19362025-08-18T18:55:38.365Z Compiling cookie v0.18.1
19372025-08-18T18:55:38.731Z Compiling inout v0.1.3
19382025-08-18T18:55:38.866Z Compiling http v1.3.1
19392025-08-18T18:55:39.059Z Compiling serde_tokenstream v0.2.2
19402025-08-18T18:55:39.484Z Compiling bzip2-sys v0.1.13+1.0.8
19412025-08-18T18:55:39.696Z Compiling dyn-clone v1.0.19
19422025-08-18T18:55:40.601Z Compiling cipher v0.4.4
19432025-08-18T18:55:41.188Z Compiling sha2 v0.10.9
19442025-08-18T18:55:43.719Z Compiling scroll_derive v0.12.0
19452025-08-18T18:55:44.110Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19462025-08-18T18:55:44.770Z Compiling rustls-pki-types v1.10.0
19472025-08-18T18:55:45.046Z Compiling ucd-trie v0.1.7
19482025-08-18T18:55:45.115Z Compiling syn v1.0.109
19492025-08-18T18:55:45.351Z Compiling slog v2.7.0
19502025-08-18T18:55:45.527Z Compiling base64ct v1.6.0
19512025-08-18T18:55:45.736Z Compiling rustversion v1.0.17
19522025-08-18T18:55:45.925Z Compiling rustix v1.0.7
19532025-08-18T18:55:46.166Z Compiling crossbeam-utils v0.8.21
19542025-08-18T18:55:46.792Z Compiling pem-rfc7468 v0.7.0
19552025-08-18T18:55:46.976Z Compiling pest v2.7.14
19562025-08-18T18:55:47.454Z Compiling ppv-lite86 v0.2.20
19572025-08-18T18:55:48.434Z Compiling litrs v0.4.1
19582025-08-18T18:55:48.804Z Compiling flagset v0.4.6
19592025-08-18T18:55:49.086Z Compiling der v0.7.9
19602025-08-18T18:55:49.414Z Compiling document-features v0.2.11
19612025-08-18T18:55:50.135Z Compiling pest_meta v2.7.14
19622025-08-18T18:55:52.478Z Compiling tokio-util v0.7.15
19632025-08-18T18:55:53.672Z Compiling tracing-core v0.1.32
19642025-08-18T18:55:53.749Z Compiling base64 v0.22.1
19652025-08-18T18:55:55.726Z Compiling newtype-uuid v1.2.4
19662025-08-18T18:55:55.950Z Compiling untrusted v0.7.1
19672025-08-18T18:55:56.111Z Compiling powerfmt v0.2.0
19682025-08-18T18:55:56.203Z Compiling untrusted v0.9.0
19692025-08-18T18:55:56.459Z Compiling deranged v0.3.11
19702025-08-18T18:55:57.395Z Compiling tracing v0.1.40
19712025-08-18T18:55:58.244Z Compiling pest_generator v2.7.14
19722025-08-18T18:55:58.327Z Compiling spki v0.7.3
19732025-08-18T18:55:58.417Z Compiling salsa20 v0.10.2
19742025-08-18T18:55:58.767Z Compiling http-body v1.0.1
19752025-08-18T18:55:58.771Z Compiling pbkdf2 v0.12.2
19762025-08-18T18:56:00.103Z Compiling atomic-waker v1.1.2
19772025-08-18T18:56:00.406Z Compiling num_threads v0.1.7
19782025-08-18T18:56:00.661Z Compiling time v0.3.36
19792025-08-18T18:56:01.440Z Compiling pest_derive v2.7.14
19802025-08-18T18:56:02.371Z Compiling scrypt v0.11.0
19812025-08-18T18:56:02.835Z Compiling cbc v0.1.2
19822025-08-18T18:56:02.902Z Compiling aes v0.8.4
19832025-08-18T18:56:03.691Z Compiling usdt-impl v0.5.0
19842025-08-18T18:56:04.244Z Compiling try-lock v0.2.5
19852025-08-18T18:56:04.297Z Compiling num-bigint-dig v0.8.4
19862025-08-18T18:56:04.571Z Compiling tower-service v0.3.3
19872025-08-18T18:56:04.681Z Compiling zstd-safe v7.2.3
19882025-08-18T18:56:04.777Z Compiling want v0.3.1
19892025-08-18T18:56:05.127Z Compiling pkcs5 v0.7.1
19902025-08-18T18:56:06.005Z Compiling h2 v0.4.6
19912025-08-18T18:56:08.217Z Compiling scroll v0.12.0
19922025-08-18T18:56:08.619Z Compiling heapless v0.7.17
19932025-08-18T18:56:08.893Z Compiling ipnet v2.11.0
19942025-08-18T18:56:09.190Z Compiling async-trait v0.1.88
19952025-08-18T18:56:10.738Z Compiling ahash v0.8.12
19962025-08-18T18:56:11.184Z Compiling httpdate v1.0.3
19972025-08-18T18:56:11.460Z Compiling plain v0.2.3
19982025-08-18T18:56:11.660Z Compiling signal-hook v0.3.18
19992025-08-18T18:56:12.012Z Compiling foreign-types-shared v0.1.1
20002025-08-18T18:56:12.048Z Compiling anyhow v1.0.99
20012025-08-18T18:56:12.122Z Compiling openssl-probe v0.1.5
20022025-08-18T18:56:12.215Z Compiling foreign-types v0.3.2
20032025-08-18T18:56:12.430Z Compiling goblin v0.8.2
20042025-08-18T18:56:13.665Z Compiling pkcs8 v0.10.2
20052025-08-18T18:56:16.222Z Compiling hyper v1.6.0
20062025-08-18T18:56:18.288Z Compiling daft-derive v0.1.4
20072025-08-18T18:56:20.719Z Compiling pretty-hex v0.4.1
20082025-08-18T18:56:21.692Z Compiling strsim v0.11.1
20092025-08-18T18:56:21.748Z Compiling tinyvec_macros v0.1.1
20102025-08-18T18:56:21.895Z Compiling tinyvec v1.8.0
20112025-08-18T18:56:23.420Z Compiling dof v0.3.0
20122025-08-18T18:56:23.541Z Compiling hyper-util v0.1.16
20132025-08-18T18:56:27.555Z Compiling dtrace-parser v0.2.0
20142025-08-18T18:56:29.029Z Compiling rand_core v0.9.2
20152025-08-18T18:56:29.497Z Compiling curve25519-dalek v4.1.3
20162025-08-18T18:56:29.938Z Compiling clap_derive v4.5.41
20172025-08-18T18:56:30.096Z Compiling thread-id v4.2.2
20182025-08-18T18:56:30.272Z Compiling memoffset v0.9.1
20192025-08-18T18:56:31.407Z Compiling smoltcp v0.9.1
20202025-08-18T18:56:32.365Z Compiling adler2 v2.0.0
20212025-08-18T18:56:33.025Z Compiling miniz_oxide v0.8.5
20222025-08-18T18:56:39.243Z Compiling rand_chacha v0.9.0
20232025-08-18T18:56:40.594Z Compiling http-body-util v0.1.3
20242025-08-18T18:56:41.258Z Compiling strum_macros v0.26.4
20252025-08-18T18:56:43.576Z Compiling sync_wrapper v1.0.1
20262025-08-18T18:56:43.786Z Compiling encoding_rs v0.8.34
20272025-08-18T18:56:43.875Z Compiling psl-types v2.0.11
20282025-08-18T18:56:44.275Z Compiling tower-layer v0.3.3
20292025-08-18T18:56:44.838Z Compiling cfg_aliases v0.2.1
20302025-08-18T18:56:45.010Z Compiling buf-list v1.0.3
20312025-08-18T18:56:45.331Z Compiling mime v0.3.17
20322025-08-18T18:56:46.447Z Compiling nix v0.29.0
20332025-08-18T18:56:47.221Z Compiling tower v0.5.2
20342025-08-18T18:56:48.334Z Compiling publicsuffix v2.3.0
20352025-08-18T18:56:51.689Z Compiling rand v0.9.1
20362025-08-18T18:56:54.178Z Compiling tokio-native-tls v0.3.1
20372025-08-18T18:56:55.357Z Compiling unicode-normalization v0.1.24
20382025-08-18T18:56:55.394Z Compiling rustls-native-certs v0.8.1
20392025-08-18T18:56:55.577Z Compiling hubpack_derive v0.1.1
20402025-08-18T18:56:56.266Z Compiling strum_macros v0.27.1
20412025-08-18T18:56:56.592Z Compiling webpki-roots v1.0.1
20422025-08-18T18:56:56.654Z Compiling openapiv3 v2.2.0
20432025-08-18T18:56:56.899Z Compiling signature v2.2.0
20442025-08-18T18:56:56.964Z Compiling serde_urlencoded v0.7.1
20452025-08-18T18:56:57.207Z Compiling toml_datetime v0.6.11
20462025-08-18T18:56:57.766Z Compiling serde_spanned v0.6.9
20472025-08-18T18:56:58.028Z Compiling curve25519-dalek-derive v0.1.1
20482025-08-18T18:56:58.089Z Compiling fs-err v3.1.1
20492025-08-18T18:56:58.163Z Compiling crc32fast v1.4.2
20502025-08-18T18:56:58.552Z Compiling zlib-rs v0.5.1
20512025-08-18T18:56:58.782Z Compiling unicode-bidi v0.3.17
20522025-08-18T18:56:59.555Z Compiling utf8parse v0.2.2
20532025-08-18T18:56:59.872Z Compiling siphasher v0.3.11
20542025-08-18T18:56:59.925Z Compiling anstyle v1.0.11
20552025-08-18T18:57:00.343Z Compiling unicode-properties v0.1.3
20562025-08-18T18:57:00.372Z Compiling iri-string v0.7.8
20572025-08-18T18:57:00.842Z Compiling stringprep v0.1.5
20582025-08-18T18:57:00.888Z Compiling phf_shared v0.11.2
20592025-08-18T18:57:01.001Z Compiling anstyle-parse v0.2.5
20602025-08-18T18:57:03.451Z Compiling hyper-tls v0.6.0
20612025-08-18T18:57:04.050Z Compiling tower-http v0.6.6
20622025-08-18T18:57:04.138Z Compiling libz-rs-sys v0.5.1
20632025-08-18T18:57:04.585Z Compiling cookie_store v0.21.1
20642025-08-18T18:57:05.768Z Compiling usdt-macro v0.5.0
20652025-08-18T18:57:06.666Z Compiling usdt-attr-macro v0.5.0
20662025-08-18T18:57:07.060Z Compiling rand_chacha v0.3.1
20672025-08-18T18:57:07.618Z Compiling md-5 v0.10.6
20682025-08-18T18:57:08.000Z Compiling num-integer v0.1.46
20692025-08-18T18:57:08.061Z Compiling hash32 v0.2.1
20702025-08-18T18:57:08.527Z Compiling ff v0.13.0
20712025-08-18T18:57:08.688Z Compiling colorchoice v1.0.2
20722025-08-18T18:57:08.872Z Compiling gimli v0.31.1
20732025-08-18T18:57:08.928Z Compiling winnow v0.7.10
20742025-08-18T18:57:09.067Z Compiling fallible-iterator v0.2.0
20752025-08-18T18:57:09.911Z Compiling base16ct v0.2.0
20762025-08-18T18:57:09.945Z Compiling is_terminal_polyfill v1.70.1
20772025-08-18T18:57:09.993Z Compiling anstyle-query v1.1.1
20782025-08-18T18:57:10.229Z Compiling anstream v0.6.18
20792025-08-18T18:57:10.256Z Compiling sec1 v0.7.3
20802025-08-18T18:57:10.828Z Compiling postgres-protocol v0.6.8
20812025-08-18T18:57:11.354Z Compiling group v0.13.0
20822025-08-18T18:57:11.713Z Compiling num-iter v0.1.45
20832025-08-18T18:57:11.952Z Compiling rand v0.8.5
20842025-08-18T18:57:12.965Z Compiling flate2 v1.1.2
20852025-08-18T18:57:13.429Z Compiling addr2line v0.24.2
20862025-08-18T18:57:14.457Z Compiling ipnetwork v0.21.1
20872025-08-18T18:57:15.259Z Compiling hkdf v0.12.4
20882025-08-18T18:57:15.603Z Compiling terminal_size v0.4.0
20892025-08-18T18:57:15.835Z Compiling crypto-bigint v0.5.5
20902025-08-18T18:57:15.861Z Compiling enum-as-inner v0.6.1
20912025-08-18T18:57:16.184Z Compiling serde_repr v0.1.19
20922025-08-18T18:57:17.121Z Compiling object v0.36.5
20932025-08-18T18:57:17.744Z Compiling bitflags v1.3.2
20942025-08-18T18:57:18.120Z Compiling rustc-demangle v0.1.24
20952025-08-18T18:57:18.376Z Compiling winnow v0.5.40
20962025-08-18T18:57:18.973Z Compiling lockfree-object-pool v0.1.6
20972025-08-18T18:57:19.375Z Compiling bumpalo v3.16.0
20982025-08-18T18:57:19.470Z Compiling clap_lex v0.7.4
20992025-08-18T18:57:19.873Z Compiling rustls-webpki v0.102.8
21002025-08-18T18:57:21.687Z Compiling managed v0.8.0
21012025-08-18T18:57:22.161Z Compiling simd-adler32 v0.3.7
21022025-08-18T18:57:22.758Z Compiling zopfli v0.8.1
21032025-08-18T18:57:24.185Z Compiling backtrace v0.3.74
21042025-08-18T18:57:26.378Z Compiling toml_edit v0.19.15
21052025-08-18T18:57:26.525Z Compiling clap_builder v4.5.41
21062025-08-18T18:57:27.697Z Compiling elliptic-curve v0.13.8
21072025-08-18T18:57:27.901Z Compiling oxnet v0.1.3
21082025-08-18T18:57:28.504Z Compiling tokio-rustls v0.26.0
21092025-08-18T18:57:28.942Z Compiling hyper-rustls v0.27.7
21102025-08-18T18:57:33.332Z Compiling zstd v0.13.3
21112025-08-18T18:57:33.369Z Compiling signal-hook-mio v0.2.4
21122025-08-18T18:57:33.495Z Compiling postgres-types v0.2.9
21132025-08-18T18:57:33.586Z Compiling phf v0.11.2
21142025-08-18T18:57:33.953Z Compiling strum v0.27.2
21152025-08-18T18:57:34.183Z Compiling ed25519 v2.2.3
21162025-08-18T18:57:34.225Z Compiling hubpack v0.1.2
21172025-08-18T18:57:34.621Z Compiling bzip2 v0.5.2
21182025-08-18T18:57:34.678Z Compiling bzip2 v0.4.4
21192025-08-18T18:57:34.830Z Compiling pkcs1 v0.7.5
21202025-08-18T18:57:35.306Z Compiling rfc6979 v0.4.0
21212025-08-18T18:57:35.533Z Compiling float-cmp v0.10.0
21222025-08-18T18:57:35.602Z Compiling serde-big-array v0.5.1
21232025-08-18T18:57:35.638Z Compiling regress v0.10.4
21242025-08-18T18:57:35.851Z Compiling bstr v1.10.0
21252025-08-18T18:57:35.910Z Compiling memmap v0.7.0
21262025-08-18T18:57:36.292Z Compiling socket2 v0.5.10
21272025-08-18T18:57:37.137Z Compiling fixedbitset v0.4.2
21282025-08-18T18:57:37.204Z Compiling difflib v0.4.0
21292025-08-18T18:57:37.608Z Compiling predicates-core v1.0.8
21302025-08-18T18:57:37.903Z Compiling static_assertions v1.1.0
21312025-08-18T18:57:38.260Z Compiling fastrand v2.1.1
21322025-08-18T18:57:38.534Z Compiling whoami v1.5.2
21332025-08-18T18:57:39.072Z Compiling normalize-line-endings v0.3.0
21342025-08-18T18:57:39.237Z Compiling unicode-width v0.2.0
21352025-08-18T18:57:39.970Z Compiling unicode-segmentation v1.12.0
21362025-08-18T18:57:40.837Z Compiling data-encoding v2.9.0
21372025-08-18T18:57:42.229Z Compiling precomputed-hash v0.1.1
21382025-08-18T18:57:42.961Z Compiling new_debug_unreachable v1.0.6
21392025-08-18T18:57:43.176Z Compiling toml_write v0.1.2
21402025-08-18T18:57:43.631Z Compiling string_cache v0.8.9
21412025-08-18T18:57:44.287Z Compiling toml_edit v0.22.27
21422025-08-18T18:57:44.433Z Compiling hickory-proto v0.25.2
21432025-08-18T18:57:45.806Z Compiling similar v2.7.0
21442025-08-18T18:57:47.724Z Compiling console v0.15.10
21452025-08-18T18:57:50.841Z Compiling reqwest v0.12.22
21462025-08-18T18:57:55.321Z Compiling typify-impl v0.3.0
21472025-08-18T18:57:56.104Z Compiling predicates v3.1.3
21482025-08-18T18:57:57.755Z Compiling tokio-postgres v0.7.13
21492025-08-18T18:58:00.883Z Compiling tempfile v3.20.0
21502025-08-18T18:58:02.711Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
21512025-08-18T18:58:03.491Z Compiling petgraph v0.6.5
21522025-08-18T18:58:04.539Z Compiling usdt v0.5.0
21532025-08-18T18:58:05.092Z Compiling ecdsa v0.16.9
21542025-08-18T18:58:05.988Z Compiling rsa v0.9.6
21552025-08-18T18:58:08.134Z Compiling ed25519-dalek v2.1.1
21562025-08-18T18:58:08.263Z Compiling zip v0.6.6
21572025-08-18T18:58:08.667Z Compiling zip v4.2.0
21582025-08-18T18:58:10.109Z Compiling crossterm v0.28.1
21592025-08-18T18:58:10.777Z Compiling daft v0.1.4
21602025-08-18T18:58:10.889Z Compiling crossbeam-epoch v0.9.18
21612025-08-18T18:58:11.284Z Compiling clap v4.5.41
21622025-08-18T18:58:11.437Z Compiling toml v0.7.8
21632025-08-18T18:58:11.524Z Compiling strum v0.26.3
21642025-08-18T18:58:12.281Z Compiling tokio-stream v0.1.17
21652025-08-18T18:58:12.669Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
21662025-08-18T18:58:12.734Z Compiling x509-cert v0.2.5
21672025-08-18T18:58:13.098Z Compiling sha1 v0.10.6
21682025-08-18T18:58:13.231Z Compiling hex v0.4.3
21692025-08-18T18:58:13.491Z Compiling structmeta-derive v0.3.0
21702025-08-18T18:58:13.518Z Compiling itertools v0.13.0
21712025-08-18T18:58:13.866Z Compiling itertools v0.10.5
21722025-08-18T18:58:14.050Z Compiling winnow v0.6.26
21732025-08-18T18:58:16.353Z Compiling peg-runtime v0.8.5
21742025-08-18T18:58:16.463Z Compiling lalrpop-util v0.19.12
21752025-08-18T18:58:16.612Z Compiling camino v1.1.11
21762025-08-18T18:58:16.740Z Compiling unicode-xid v0.2.6
21772025-08-18T18:58:16.842Z Compiling rustc-hash v2.1.1
21782025-08-18T18:58:17.244Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21792025-08-18T18:58:17.933Z Compiling structmeta v0.3.0
21802025-08-18T18:58:22.213Z Compiling typify-macro v0.3.0
21812025-08-18T18:58:29.004Z Compiling radium v0.7.0
21822025-08-18T18:58:36.982Z Compiling is-terminal v0.4.13
21832025-08-18T18:58:37.659Z Compiling maybe-uninit v2.0.0
21842025-08-18T18:58:37.925Z Compiling tap v1.0.1
21852025-08-18T18:58:38.141Z Compiling wyz v0.5.1
21862025-08-18T18:58:42.196Z Compiling futures-executor v0.3.31
21872025-08-18T18:58:42.389Z Compiling zerocopy-derive v0.6.6
21882025-08-18T18:58:42.941Z Compiling wait-timeout v0.2.0
21892025-08-18T18:58:43.132Z Compiling quick-error v1.2.3
21902025-08-18T18:58:43.330Z Compiling funty v2.0.0
21912025-08-18T18:58:43.374Z Compiling ident_case v1.0.1
21922025-08-18T18:58:43.882Z Compiling typeid v1.0.3
21932025-08-18T18:58:44.376Z Compiling packed_struct v0.10.1
21942025-08-18T18:58:44.636Z Compiling bit-vec v0.8.0
21952025-08-18T18:58:45.292Z Compiling bit-set v0.8.0
21962025-08-18T18:58:45.741Z Compiling bitvec v1.0.1
21972025-08-18T18:58:46.105Z Compiling zerocopy v0.6.6
21982025-08-18T18:58:46.148Z Compiling darling_core v0.20.10
21992025-08-18T18:58:46.993Z Compiling rusty-fork v0.3.0
22002025-08-18T18:58:47.563Z Compiling futures v0.3.31
22012025-08-18T18:58:50.106Z Compiling typify v0.3.0
22022025-08-18T18:58:50.305Z Compiling derive-ex v0.1.8
22032025-08-18T18:58:53.008Z Compiling rand_xorshift v0.4.0
22042025-08-18T18:58:53.129Z Compiling packed_struct_codegen v0.10.1
22052025-08-18T18:58:53.636Z Compiling dirs-sys-next v0.1.2
22062025-08-18T18:58:53.888Z Compiling indexmap v1.9.3
22072025-08-18T18:58:54.049Z Compiling unarray v0.1.4
22082025-08-18T18:58:54.273Z Compiling unsafe-libyaml v0.2.11
22092025-08-18T18:58:54.488Z Compiling rustls v0.22.4
22102025-08-18T18:58:54.654Z Compiling nodrop v0.1.14
22112025-08-18T18:58:55.236Z Compiling crc-catalog v2.4.0
22122025-08-18T18:59:00.511Z Compiling serde_yaml v0.9.34+deprecated
22132025-08-18T18:59:00.759Z Compiling crc v3.2.1
22142025-08-18T18:59:03.373Z Compiling array-init v0.0.4
22152025-08-18T18:59:04.515Z Compiling proptest v1.7.0
22162025-08-18T18:59:04.638Z Compiling test-strategy v0.4.3
22172025-08-18T18:59:04.778Z Compiling dirs-next v2.0.0
22182025-08-18T18:59:07.760Z Compiling darling_macro v0.20.10
22192025-08-18T18:59:07.947Z Compiling progenitor-impl v0.9.1
22202025-08-18T18:59:07.974Z Compiling smallvec v0.6.14
22212025-08-18T18:59:09.800Z Compiling toml v0.8.23
22222025-08-18T18:59:11.839Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22232025-08-18T18:59:12.064Z Compiling xattr v1.3.1
22242025-08-18T18:59:12.870Z Compiling pin-project-internal v1.1.6
22252025-08-18T18:59:13.543Z Compiling thread_local v1.1.8
22262025-08-18T18:59:14.295Z Compiling filetime v0.2.25
22272025-08-18T18:59:14.687Z Compiling multer v3.1.0
22282025-08-18T18:59:15.037Z Compiling termcolor v1.4.1
22292025-08-18T18:59:15.262Z Compiling match_cfg v0.1.0
22302025-08-18T18:59:15.402Z Compiling base64 v0.21.7
22312025-08-18T18:59:15.508Z Compiling bitfield v0.14.0
22322025-08-18T18:59:15.836Z Compiling same-file v1.0.6
22332025-08-18T18:59:16.050Z Compiling ref-cast v1.0.24
22342025-08-18T18:59:16.555Z Compiling slog-async v2.8.0
22352025-08-18T18:59:16.558Z Compiling rayon-core v1.12.1
22362025-08-18T18:59:16.606Z Compiling hashbrown v0.12.3
22372025-08-18T18:59:17.060Z Compiling walkdir v2.5.0
22382025-08-18T18:59:17.317Z Compiling ron v0.8.1
22392025-08-18T18:59:17.851Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
22402025-08-18T18:59:17.911Z Compiling env_logger v0.10.2
22412025-08-18T18:59:18.626Z Compiling hostname v0.3.1
22422025-08-18T18:59:18.865Z Compiling pin-project v1.1.6
22432025-08-18T18:59:19.021Z Compiling tar v0.4.44
22442025-08-18T18:59:19.047Z Compiling progenitor-macro v0.9.1
22452025-08-18T18:59:20.951Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd)
22462025-08-18T18:59:23.034Z Compiling erased-serde v0.4.6
22472025-08-18T18:59:23.446Z Compiling darling v0.20.10
22482025-08-18T18:59:23.604Z Compiling serde-hex v0.1.0
22492025-08-18T18:59:24.551Z Compiling term v0.7.0
22502025-08-18T18:59:28.754Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22512025-08-18T18:59:28.916Z Compiling hashbrown v0.13.2
22522025-08-18T18:59:29.151Z Compiling progenitor-client v0.9.1
22532025-08-18T18:59:30.089Z Compiling toml_parser v1.0.2
22542025-08-18T18:59:30.117Z Compiling crossbeam-channel v0.5.15
22552025-08-18T18:59:30.141Z Compiling slog-json v2.6.1
22562025-08-18T18:59:30.590Z Compiling serde_spanned v1.0.0
22572025-08-18T18:59:30.907Z Compiling serde_path_to_error v0.1.17
22582025-08-18T18:59:31.421Z Compiling toml_datetime v0.7.0
22592025-08-18T18:59:31.612Z Compiling async-stream-impl v0.3.6
22602025-08-18T18:59:31.925Z Compiling snafu-derive v0.8.5
22612025-08-18T18:59:32.319Z Compiling ref-cast-impl v1.0.24
22622025-08-18T18:59:32.789Z Compiling ordered-float v2.10.1
22632025-08-18T18:59:33.292Z Compiling fs-err v2.11.0
22642025-08-18T18:59:33.393Z Compiling dropshot v0.16.3
22652025-08-18T18:59:33.421Z Compiling debug-ignore v1.0.5
22662025-08-18T18:59:33.621Z Compiling crc-any v2.5.0
22672025-08-18T18:59:33.658Z Compiling toml_writer v1.0.2
22682025-08-18T18:59:33.756Z Compiling take_mut v0.2.2
22692025-08-18T18:59:34.221Z Compiling toml v0.9.5
22702025-08-18T18:59:34.502Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
22712025-08-18T18:59:36.025Z Compiling snafu v0.8.5
22722025-08-18T18:59:37.024Z Compiling serde-value v0.7.0
22732025-08-18T18:59:37.224Z Compiling async-stream v0.3.6
22742025-08-18T18:59:37.584Z Compiling slog-bunyan v2.5.0
22752025-08-18T18:59:37.907Z Compiling progenitor v0.9.1
22762025-08-18T18:59:38.164Z Compiling object v0.30.4
22772025-08-18T18:59:38.594Z Compiling tokio-rustls v0.25.0
22782025-08-18T18:59:39.213Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22792025-08-18T18:59:40.700Z Compiling slog-term v2.9.1
22802025-08-18T18:59:43.211Z Compiling serde-untagged v0.1.7
22812025-08-18T18:59:43.558Z Compiling serde_with_macros v3.14.0
22822025-08-18T18:59:44.801Z Compiling camino-tempfile v1.4.1
22832025-08-18T18:59:45.578Z Compiling globset v0.4.15
22842025-08-18T18:59:45.875Z Compiling crossbeam-deque v0.8.5
22852025-08-18T18:59:46.316Z Compiling parse-display-derive v0.10.0
22862025-08-18T18:59:46.505Z Compiling olpc-cjson v0.1.4
22872025-08-18T18:59:46.850Z Compiling waitgroup v0.1.2
22882025-08-18T18:59:47.134Z Compiling pem v3.0.5
22892025-08-18T18:59:48.370Z Compiling rustls-pemfile v2.2.0
22902025-08-18T18:59:48.532Z Compiling dropshot_endpoint v0.16.3
22912025-08-18T18:59:48.874Z Compiling serde_plain v1.0.2
22922025-08-18T18:59:49.447Z Compiling async-recursion v1.1.1
22932025-08-18T18:59:49.748Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22942025-08-18T18:59:50.053Z Compiling derive-where v1.5.0
22952025-08-18T18:59:50.251Z Compiling blake3 v1.5.4
22962025-08-18T18:59:50.501Z Compiling hostname v0.4.0
22972025-08-18T18:59:50.777Z Compiling instant v0.1.13
22982025-08-18T18:59:50.802Z Compiling typed-path v0.9.3
22992025-08-18T18:59:50.912Z Compiling path-slash v0.1.5
23002025-08-18T18:59:50.985Z Compiling backoff v0.4.0
23012025-08-18T18:59:51.177Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
23022025-08-18T18:59:51.455Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23032025-08-18T18:59:51.699Z Compiling parse-display v0.10.0
23042025-08-18T18:59:52.660Z Compiling serde_with v3.14.0
23052025-08-18T18:59:52.822Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
23062025-08-18T18:59:53.217Z Compiling cargo-util-schemas v0.8.2
23072025-08-18T18:59:53.572Z Compiling tough v0.20.0
23082025-08-18T18:59:55.335Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23092025-08-18T18:59:56.103Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
23102025-08-18T18:59:56.162Z Compiling iddqd v0.3.9
23112025-08-18T18:59:58.349Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd)
23122025-08-18T18:59:58.712Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
23132025-08-18T18:59:58.920Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23142025-08-18T18:59:59.933Z Compiling progenitor-client v0.10.0
23152025-08-18T18:59:59.966Z Compiling macaddr v1.0.1
23162025-08-18T19:00:00.538Z Compiling cargo-platform v0.2.0
23172025-08-18T19:00:00.600Z Compiling memmap2 v0.9.5
23182025-08-18T19:00:00.890Z Compiling arrayvec v0.7.6
23192025-08-18T19:00:01.167Z Compiling indent_write v2.2.0
23202025-08-18T19:00:01.388Z Compiling arrayref v0.3.9
23212025-08-18T19:00:01.450Z Compiling constant_time_eq v0.3.1
23222025-08-18T19:00:01.522Z Compiling parse-size v1.1.0
23232025-08-18T19:00:01.747Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd)
23242025-08-18T19:00:01.875Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23252025-08-18T19:00:04.050Z Compiling cargo_metadata v0.21.0
23262025-08-18T19:00:05.814Z Compiling topological-sort v0.2.2
23272025-08-18T19:00:06.098Z Compiling display-error-chain v0.2.2
23282025-08-18T19:00:06.207Z Compiling omicron-zone-package v0.12.2
23292025-08-18T19:00:06.364Z Compiling shell-words v1.1.0
23302025-08-18T19:00:06.929Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23312025-08-18T19:00:16.265Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23322025-08-18T19:00:29.174Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23332025-08-18T19:00:47.092Z Finished `release` profile [optimized] target(s) in 5m 57s
23342025-08-18T19:00:47.282Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
23352025-08-18T19:00:47.340ZAug 18 19:00:47.161 DEBG changing working directory to /work/oxidecomputer/omicron
23362025-08-18T19:00:47.465ZAug 18 19:00:47.287 DEBG running: git rev-parse HEAD
23372025-08-18T19:00:47.469ZAug 18 19:00:47.290 DEBG process exited with exit status: 0 (3.218259ms)
23382025-08-18T19:00:47.469ZAug 18 19:00:47.290 INFO version: 16.0.0-0.ci+git33b001744b0
23392025-08-18T19:00:47.508ZAug 18 19:00:47.329 INFO cloning helios to /work/oxidecomputer/helios
23402025-08-18T19:00:47.508ZAug 18 19:00:47.329 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
23412025-08-18T19:00:47.511ZCloning into '/work/oxidecomputer/helios'...
23422025-08-18T19:00:48.012ZAug 18 19:00:47.834 DEBG process exited with exit status: 0 (504.1794ms)
23432025-08-18T19:00:48.012ZAug 18 19:00:47.834 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
23442025-08-18T19:00:48.015ZAug 18 19:00:47.837 DEBG process exited with exit status: 0 (3.000234ms)
23452025-08-18T19:00:48.015ZAug 18 19:00:47.837 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
23462025-08-18T19:00:49.166ZAug 18 19:00:48.989 DEBG process exited with exit status: 0 (1.152635419s)
23472025-08-18T19:00:49.170ZAug 18 19:00:48.990 DEBG running: zfs list rpool/images/build/host
23482025-08-18T19:00:49.173ZNAME USED AVAIL REFER MOUNTPOINT
23492025-08-18T19:00:49.173Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
23502025-08-18T19:00:49.177ZAug 18 19:00:48.997 DEBG process exited with exit status: 0 (8.274826ms)
23512025-08-18T19:00:49.177ZAug 18 19:00:48.998 DEBG running: zfs list rpool/images/build/recovery
23522025-08-18T19:00:49.180ZNAME USED AVAIL REFER MOUNTPOINT
23532025-08-18T19:00:49.180Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
23542025-08-18T19:00:49.184ZAug 18 19:00:49.005 DEBG process exited with exit status: 0 (7.192004ms)
23552025-08-18T19:00:49.184ZAug 18 19:00:49.006 INFO [incorp-manifest] running task
23562025-08-18T19:00:49.184ZAug 18 19:00:49.006 INFO [hubris-staging] running task
23572025-08-18T19:00:49.184ZAug 18 19:00:49.006 INFO [hubris-production] running task
23582025-08-18T19:00:49.184ZAug 18 19:00:49.006 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
23592025-08-18T19:00:49.184ZAug 18 19:00:49.006 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
23602025-08-18T19:00:49.184ZAug 18 19:00:49.007 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
23612025-08-18T19:00:49.187ZAug 18 19:00:49.008 INFO [incorp-create] running: pkgrepo create /work/incorporation
23622025-08-18T19:00:49.288Z[ helios-setup] cd tools/helios-build && cargo build --quiet
23632025-08-18T19:00:49.572ZAug 18 19:00:49.392 INFO [incorp-create] process exited with exit status: 0 (384.565949ms)
23642025-08-18T19:00:49.577ZAug 18 19:00:49.393 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
23652025-08-18T19:00:49.850Z[ omicron-package] Blocking waiting for file lock on package cache
23662025-08-18T19:00:49.898ZAug 18 19:00:49.723 INFO [incorp-publisher] process exited with exit status: 0 (329.877206ms)
23672025-08-18T19:00:50.295Z[ omicron-package] Blocking waiting for file lock on package cache
23682025-08-18T19:00:51.464ZAug 18 19:00:51.289 INFO [hubris-production] task succeeded (2.283432145s)
23692025-08-18T19:00:52.885Z[ omicron-package] Compiling ring v0.17.14
23702025-08-18T19:00:52.885Z[ omicron-package] Compiling darling_core v0.21.0
23712025-08-18T19:00:52.885Z[ omicron-package] Compiling proc-macro-crate v1.3.1
23722025-08-18T19:00:52.885Z[ omicron-package] Compiling itertools v0.14.0
23732025-08-18T19:00:52.888Z[ omicron-package] Compiling heapless v0.8.0
23742025-08-18T19:00:52.888Z[ omicron-package] Compiling hash32 v0.3.1
23752025-08-18T19:00:52.888Z[ omicron-package] Compiling smoltcp v0.11.0
23762025-08-18T19:00:53.988Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23772025-08-18T19:00:55.082Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
23782025-08-18T19:00:55.129Z[ omicron-package] Compiling num_enum_derive v0.5.11
23792025-08-18T19:00:55.741Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23802025-08-18T19:00:56.191Z[ omicron-package] Compiling cobs v0.2.3
23812025-08-18T19:00:56.672Z[ omicron-package] Compiling postcard v1.0.10
23822025-08-18T19:00:57.778Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
23832025-08-18T19:00:58.337Z[ omicron-package] Compiling proc-macro-error v1.0.4
23842025-08-18T19:00:59.328Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
23852025-08-18T19:00:59.682Z[ omicron-package] Compiling rustls v0.23.19
23862025-08-18T19:00:59.857Z[ omicron-package] Compiling num_enum v0.5.11
23872025-08-18T19:00:59.931Z[ omicron-package] Compiling foreign-types-macros v0.2.3
23882025-08-18T19:01:00.087Z[ omicron-package] Compiling foreign-types-shared v0.3.1
23892025-08-18T19:01:00.323Z[ omicron-package] Compiling unicode-width v0.1.14
23902025-08-18T19:01:01.787Z[ omicron-package] Compiling tabwriter v1.4.0
23912025-08-18T19:01:02.339Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23922025-08-18T19:01:02.669Z[ omicron-package] Compiling cstr-argument v0.1.2
23932025-08-18T19:01:02.849Z[ omicron-package] Compiling foreign-types v0.5.0
23942025-08-18T19:01:03.304Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
23952025-08-18T19:01:03.437Z[ omicron-package] Compiling pretty-hex v0.2.1
23962025-08-18T19:01:03.563Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23972025-08-18T19:01:03.700Z[ omicron-package] Compiling darling_macro v0.21.0
23982025-08-18T19:01:04.057Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
23992025-08-18T19:01:04.318Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24002025-08-18T19:01:04.971Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24012025-08-18T19:01:05.041Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24022025-08-18T19:01:05.264Z[ omicron-package] Compiling rustls-webpki v0.102.8
24032025-08-18T19:01:05.686Z[ omicron-package] Compiling rayon v1.10.0
24042025-08-18T19:01:05.853Z[ omicron-package] Compiling darling v0.21.0
24052025-08-18T19:01:06.075Z[ omicron-package] Compiling ingot-macros v0.1.1
24062025-08-18T19:01:06.542Z[ omicron-package] Compiling colored v2.2.0
24072025-08-18T19:01:06.656Z[ omicron-package] Compiling heck v0.4.1
24082025-08-18T19:01:07.091Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24092025-08-18T19:01:08.132Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
24102025-08-18T19:01:08.487Z[ omicron-package] Compiling sigpipe v0.1.3
24112025-08-18T19:01:08.840Z[ omicron-package] Compiling num-derive v0.4.2
24122025-08-18T19:01:10.178Z[ omicron-package] Compiling jiff v0.2.15
24132025-08-18T19:01:11.227Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24142025-08-18T19:01:11.784Z[ omicron-package] Compiling libefi-sys v0.1.0
24152025-08-18T19:01:12.090Z[ omicron-package] Compiling glob v0.3.2
24162025-08-18T19:01:12.417Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
24172025-08-18T19:01:14.464Z[ omicron-package] Compiling rustls v0.22.4
24182025-08-18T19:01:14.641Z[ omicron-package] Compiling zone v0.3.1
24192025-08-18T19:01:14.729Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24202025-08-18T19:01:15.712Z[ omicron-package] Compiling ingot-types v0.1.2
24212025-08-18T19:01:16.071Z[ omicron-package] Compiling smf v0.2.3
24222025-08-18T19:01:17.136Z[ omicron-package] Compiling ingot v0.1.1
24232025-08-18T19:01:19.747Z[ omicron-package] Compiling tokio-rustls v0.26.0
24242025-08-18T19:01:20.021Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24252025-08-18T19:01:20.331Z[ omicron-package] Compiling hyper-rustls v0.27.7
24262025-08-18T19:01:21.368Z[ omicron-package] Compiling reqwest v0.12.22
24272025-08-18T19:01:24.220Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
24282025-08-18T19:01:25.041Z[ omicron-package] Compiling bitfield-struct v0.6.2
24292025-08-18T19:01:26.521Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24302025-08-18T19:01:26.794Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24312025-08-18T19:01:27.040Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24322025-08-18T19:01:28.076ZAug 18 19:01:27.950 INFO [hubris-staging] task succeeded (38.943967218s)
24332025-08-18T19:01:28.349Z[ omicron-package] Compiling tokio-rustls v0.25.0
24342025-08-18T19:01:28.929Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24352025-08-18T19:01:29.138Z[ omicron-package] Compiling dropshot v0.16.3
24362025-08-18T19:01:30.083Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
24372025-08-18T19:01:30.400Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24382025-08-18T19:01:31.168Z[ omicron-package] Compiling console v0.16.0
24392025-08-18T19:01:31.396Z[ omicron-package] Compiling tokio-dtrace v0.1.0
24402025-08-18T19:01:32.165Z[ omicron-package] Compiling gethostname v0.5.0
24412025-08-18T19:01:34.168Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
24422025-08-18T19:01:34.168Z[ helios-setup] --> src/main.rs:79:10
24432025-08-18T19:01:34.173Z[ helios-setup] |
24442025-08-18T19:01:34.173Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
24452025-08-18T19:01:34.173Z[ helios-setup] | ^^^^ --------- the same lifetime is hidden here
24462025-08-18T19:01:34.173Z[ helios-setup] | |
24472025-08-18T19:01:34.173Z[ helios-setup] | the lifetime is elided here
24482025-08-18T19:01:34.173Z[ helios-setup] |
24492025-08-18T19:01:34.173Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
24502025-08-18T19:01:34.173Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
24512025-08-18T19:01:34.173Z[ helios-setup] help: use `'_` for type paths
24522025-08-18T19:01:34.173Z[ helios-setup] |
24532025-08-18T19:01:34.173Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
24542025-08-18T19:01:34.173Z[ helios-setup] | ++++
24552025-08-18T19:01:34.173Z[ helios-setup]
24562025-08-18T19:01:34.347Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24572025-08-18T19:01:34.967Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
24582025-08-18T19:01:35.456Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24592025-08-18T19:01:35.752Z[ omicron-package] Compiling unit-prefix v0.5.1
24602025-08-18T19:01:36.088Z[ omicron-package] Compiling fixedbitset v0.5.7
24612025-08-18T19:01:36.384Z[ omicron-package] Compiling indicatif v0.18.0
24622025-08-18T19:01:37.495Z[ omicron-package] Compiling petgraph v0.8.2
24632025-08-18T19:01:42.478Z[ omicron-package] Compiling progenitor-client v0.9.1
24642025-08-18T19:01:42.552Z[ helios-setup] Aug 18 19:01:42.443 INFO helios repository root is: /work/oxidecomputer/helios
24652025-08-18T19:01:42.555Z[ helios-setup] Aug 18 19:01:42.446 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
24662025-08-18T19:01:42.555Z[ helios-setup] Aug 18 19:01:42.446 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
24672025-08-18T19:01:42.558Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
24682025-08-18T19:01:43.615ZAug 18 19:01:43.508 DEBG process exited with exit status: 0 (54.502159355s)
24692025-08-18T19:01:43.620ZAug 18 19:01:43.510 INFO [incorp-manifest] task succeeded (54.504704446s)
24702025-08-18T19:01:43.620ZAug 18 19:01:43.510 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24712025-08-18T19:01:43.756Z[ omicron-package] Compiling progenitor v0.9.1
24722025-08-18T19:01:43.862Z[ helios-setup] Aug 18 19:01:43.755 INFO clone ok!, project: pilot
24732025-08-18T19:01:43.866Z[ helios-setup] Aug 18 19:01:43.756 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
24742025-08-18T19:01:43.866Z[ helios-setup] Aug 18 19:01:43.756 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
24752025-08-18T19:01:43.866Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
24762025-08-18T19:01:44.039ZAug 18 19:01:43.932 INFO [incorp-fmt] process exited with exit status: 0 (421.981325ms)
24772025-08-18T19:01:44.043ZAug 18 19:01:43.933 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24782025-08-18T19:01:44.175Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
24792025-08-18T19:01:44.206Z[ omicron-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
24802025-08-18T19:01:44.619Z[ helios-setup] Aug 18 19:01:44.512 INFO clone ok!, project: bootserver
24812025-08-18T19:01:44.622Z[ helios-setup] Aug 18 19:01:44.513 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
24822025-08-18T19:01:44.622Z[ helios-setup] Aug 18 19:01:44.513 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
24832025-08-18T19:01:44.622Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
24842025-08-18T19:01:44.783Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@16.0.0.0,5.11:20250818T190144Z
24852025-08-18T19:01:44.783Z[ incorp-pkgsend] PUBLISHED
24862025-08-18T19:01:44.838Z[ omicron-package] Compiling progenitor-client v0.10.0
24872025-08-18T19:01:44.851ZAug 18 19:01:44.745 INFO [incorp-pkgsend] process exited with exit status: 0 (812.685682ms)
24882025-08-18T19:01:44.854ZAug 18 19:01:44.746 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24892025-08-18T19:01:45.120Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24902025-08-18T19:01:45.299Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
24912025-08-18T19:01:45.309Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
24922025-08-18T19:01:45.367Z[ helios-setup] Aug 18 19:01:45.263 INFO clone ok!, project: pinprick
24932025-08-18T19:01:45.370Z[ helios-setup] Aug 18 19:01:45.263 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
24942025-08-18T19:01:45.370Z[ helios-setup] Aug 18 19:01:45.263 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
24952025-08-18T19:01:45.370Z[ helios-setup] Aug 18 19:01:45.263 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
24962025-08-18T19:01:45.374Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
24972025-08-18T19:01:45.457Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24982025-08-18T19:01:45.457Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24992025-08-18T19:01:45.460Z[ helios-incorp] Fetching manifests: 1/1 100% complete
25002025-08-18T19:01:45.470Z[ helios-incorp]
25012025-08-18T19:01:45.470Z[ helios-incorp] Archiving packages ...
25022025-08-18T19:01:45.473Z[ helios-incorp] Packages to add: 1
25032025-08-18T19:01:45.473Z[ helios-incorp] Files to retrieve: 0
25042025-08-18T19:01:45.473Z[ helios-incorp] Estimated transfer size: 0.00 B
25052025-08-18T19:01:45.473Z[ helios-incorp]
25062025-08-18T19:01:45.473Z[ helios-incorp] Packages to archive:
25072025-08-18T19:01:45.473Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@16.0.0.0,5.11:20250818T190144Z
25082025-08-18T19:01:45.473Z[ helios-incorp]
25092025-08-18T19:01:45.473Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
25102025-08-18T19:01:45.473Z[ helios-incorp] Archiving: Completed 106.69 kB in 0.00 seconds
25112025-08-18T19:01:45.579ZAug 18 19:01:45.475 INFO [helios-incorp] process exited with exit status: 0 (729.130086ms)
25122025-08-18T19:01:45.861Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25132025-08-18T19:01:45.918Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25142025-08-18T19:01:46.554Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25152025-08-18T19:01:50.370Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25162025-08-18T19:01:55.397Z[ helios-setup] Aug 18 19:01:55.305 INFO clone ok!, project: amd-firmware
25172025-08-18T19:01:55.400Z[ helios-setup] Aug 18 19:01:55.305 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
25182025-08-18T19:01:55.400Z[ helios-setup] Aug 18 19:01:55.305 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
25192025-08-18T19:01:55.400Z[ helios-setup] Aug 18 19:01:55.305 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
25202025-08-18T19:01:55.403Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
25212025-08-18T19:01:56.288Z[ helios-setup] Aug 18 19:01:56.197 INFO clone ok!, project: image-builder
25222025-08-18T19:01:56.291Z[ helios-setup] Aug 18 19:01:56.197 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
25232025-08-18T19:01:56.291Z[ helios-setup] Aug 18 19:01:56.197 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
25242025-08-18T19:01:56.294Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
25252025-08-18T19:01:57.197Z[ helios-setup] Aug 18 19:01:57.107 INFO clone ok!, project: phbl
25262025-08-18T19:01:57.201Z[ helios-setup] Aug 18 19:01:57.108 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
25272025-08-18T19:01:57.201Z[ helios-setup] Aug 18 19:01:57.108 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
25282025-08-18T19:01:57.201Z[ helios-setup] Aug 18 19:01:57.108 INFO cloning https://github.com/oxidecomputer/amd-host-image-builder.git at "/work/oxidecomputer/helios/projects/amd-host-image-builder"..., project: amd-host-image-builder
25292025-08-18T19:01:57.201Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25302025-08-18T19:01:58.657Z[ helios-setup] Aug 18 19:01:58.569 INFO clone ok!, project: amd-host-image-builder
25312025-08-18T19:01:58.660Z[ helios-setup] Aug 18 19:01:58.569 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
25322025-08-18T19:01:58.660Z[ helios-setup] Aug 18 19:01:58.569 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
25332025-08-18T19:01:58.663Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
25342025-08-18T19:01:59.954Z[ helios-setup] Aug 18 19:01:59.868 INFO clone ok!, project: chelsio-t6-roms
25352025-08-18T19:01:59.957Z[ helios-setup] Aug 18 19:01:59.868 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
25362025-08-18T19:02:00.526Z[ helios-setup] Aug 18 19:02:00.441 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
25372025-08-18T19:02:01.182Z[ helios-setup] Aug 18 19:02:01.097 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
25382025-08-18T19:02:01.182Z[ helios-setup] Aug 18 19:02:01.097 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
25392025-08-18T19:02:01.737Z[ helios-setup] Aug 18 19:02:01.653 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
25402025-08-18T19:02:02.283Z[ helios-setup] Aug 18 19:02:02.189 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
25412025-08-18T19:02:02.283Z[ helios-setup] Aug 18 19:02:02.189 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
25422025-08-18T19:02:02.847Z[ helios-setup] Aug 18 19:02:02.760 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
25432025-08-18T19:02:03.455Z[ helios-setup] Aug 18 19:02:03.372 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
25442025-08-18T19:02:03.455Z[ helios-setup] Aug 18 19:02:03.372 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
25452025-08-18T19:02:03.462Z[ helios-setup] Aug 18 19:02:03.372 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
25462025-08-18T19:02:03.462Z[ helios-setup] Aug 18 19:02:03.372 INFO ok!
25472025-08-18T19:02:03.463Z[ helios-setup] Aug 18 19:02:03.372 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
25482025-08-18T19:02:03.463Z[ helios-setup] Aug 18 19:02:03.372 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
25492025-08-18T19:02:03.463Z[ helios-setup] Aug 18 19:02:03.372 INFO ok!
25502025-08-18T19:02:03.463Z[ helios-setup] Aug 18 19:02:03.372 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
25512025-08-18T19:02:03.463Z[ helios-setup] Aug 18 19:02:03.372 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
25522025-08-18T19:02:03.463Z[ helios-setup] Aug 18 19:02:03.372 INFO ok!
25532025-08-18T19:02:03.463Z[ helios-setup] Aug 18 19:02:03.372 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
25542025-08-18T19:02:03.581Z[ helios-setup] Aug 18 19:02:03.500 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.89.0-x86_64-unknown-illumos (default)"
25552025-08-18T19:02:03.581Z[ helios-setup] Aug 18 19:02:03.500 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
25562025-08-18T19:02:03.584Z[ helios-setup] Aug 18 19:02:03.500 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
25572025-08-18T19:02:03.838Z[ helios-setup] Aug 18 19:02:03.757 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
25582025-08-18T19:02:04.413Z[ helios-setup] Aug 18 19:02:04.333 INFO E| From https://github.com/oxidecomputer/progenitor
25592025-08-18T19:02:04.413Z[ helios-setup] Aug 18 19:02:04.333 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
25602025-08-18T19:02:04.480Z[ helios-setup] Aug 18 19:02:04.400 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
25612025-08-18T19:02:04.768Z[ helios-setup] Aug 18 19:02:04.688 INFO E| From https://github.com/jclulow/hiercmd
25622025-08-18T19:02:04.769Z[ helios-setup] Aug 18 19:02:04.688 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
25632025-08-18T19:02:04.779Z[ helios-setup] Aug 18 19:02:04.699 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
25642025-08-18T19:02:05.103Z[ helios-setup] Aug 18 19:02:05.023 INFO E| From https://github.com/jclulow/network-interface
25652025-08-18T19:02:05.103Z[ helios-setup] Aug 18 19:02:05.023 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
25662025-08-18T19:02:05.125Z[ helios-setup] Aug 18 19:02:05.046 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
25672025-08-18T19:02:05.546Z[ helios-setup] Aug 18 19:02:05.466 INFO E| From https://github.com/oxidecomputer/boot-image-tools
25682025-08-18T19:02:05.546Z[ helios-setup] Aug 18 19:02:05.466 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
25692025-08-18T19:02:05.580Z[ helios-setup] Aug 18 19:02:05.500 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
25702025-08-18T19:02:06.322Z[ helios-setup] Aug 18 19:02:06.244 INFO E| From https://github.com/oxidecomputer/facade
25712025-08-18T19:02:06.322Z[ helios-setup] Aug 18 19:02:06.244 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
25722025-08-18T19:02:06.363Z[ helios-setup] Aug 18 19:02:06.284 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
25732025-08-18T19:02:06.876Z[ helios-setup] Aug 18 19:02:06.799 INFO E| From https://github.com/oxidecomputer/dropshot
25742025-08-18T19:02:06.876Z[ helios-setup] Aug 18 19:02:06.799 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
25752025-08-18T19:02:06.901Z[ helios-setup] Aug 18 19:02:06.824 INFO E| Updating crates.io index
25762025-08-18T19:02:06.984Z[ helios-setup] Aug 18 19:02:06.906 INFO E| Updating git repository `https://github.com/oxidecomputer/lpc55_support`
25772025-08-18T19:02:07.282Z[ helios-setup] Aug 18 19:02:07.205 INFO E| From https://github.com/oxidecomputer/lpc55_support
25782025-08-18T19:02:07.283Z[ helios-setup] Aug 18 19:02:07.205 INFO E| * [new ref] f05c063e4b68926069efa0edb1159c8a2dbd9253 -> refs/commit/f05c063e4b68926069efa0edb1159c8a2dbd9253
25792025-08-18T19:02:07.405Z[ helios-setup] Aug 18 19:02:07.328 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
25802025-08-18T19:02:08.133Z[ helios-setup] Aug 18 19:02:08.057 INFO E| From https://github.com/oxidecomputer/typify
25812025-08-18T19:02:08.136Z[ helios-setup] Aug 18 19:02:08.057 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
25822025-08-18T19:02:08.593Z[ helios-setup] Aug 18 19:02:08.518 INFO E| Downloading crates ...
25832025-08-18T19:02:08.765Z[ helios-setup] Aug 18 19:02:08.690 INFO E| Downloaded dyn-clone v1.0.11
25842025-08-18T19:02:08.769Z[ helios-setup] Aug 18 19:02:08.694 INFO E| Downloaded cargo-lock v8.0.3
25852025-08-18T19:02:08.778Z[ helios-setup] Aug 18 19:02:08.703 INFO E| Downloaded crossbeam-utils v0.8.14
25862025-08-18T19:02:08.783Z[ helios-setup] Aug 18 19:02:08.708 INFO E| Downloaded once_cell v1.17.0
25872025-08-18T19:02:08.788Z[ helios-setup] Aug 18 19:02:08.713 INFO E| Downloaded num_cpus v1.15.0
25882025-08-18T19:02:08.794Z[ helios-setup] Aug 18 19:02:08.719 INFO E| Downloaded jobserver v0.1.26
25892025-08-18T19:02:08.797Z[ helios-setup] Aug 18 19:02:08.723 INFO E| Downloaded httpdate v1.0.2
25902025-08-18T19:02:08.801Z[ helios-setup] Aug 18 19:02:08.726 INFO E| Downloaded http-body v0.4.5
25912025-08-18T19:02:08.805Z[ helios-setup] Aug 18 19:02:08.729 INFO E| Downloaded tower-service v0.3.2
25922025-08-18T19:02:08.808Z[ helios-setup] Aug 18 19:02:08.732 INFO E| Downloaded futures-channel v0.3.28
25932025-08-18T19:02:08.811Z[ helios-setup] Aug 18 19:02:08.736 INFO E| Downloaded ryu v1.0.13
25942025-08-18T19:02:08.818Z[ helios-setup] Aug 18 19:02:08.743 INFO E| Downloaded semver-parser v0.10.2
25952025-08-18T19:02:08.822Z[ helios-setup] Aug 18 19:02:08.747 INFO E| Downloaded semver v0.11.0
25962025-08-18T19:02:08.825Z[ helios-setup] Aug 18 19:02:08.750 INFO E| Downloaded sct v0.7.0
25972025-08-18T19:02:08.831Z[ helios-setup] Aug 18 19:02:08.757 INFO E| Downloaded serde_path_to_error v0.1.11
25982025-08-18T19:02:08.836Z[ helios-setup] Aug 18 19:02:08.760 INFO E| Downloaded schemars_derive v0.8.12
25992025-08-18T19:02:08.839Z[ helios-setup] Aug 18 19:02:08.764 INFO E| Downloaded serde_derive_internals v0.26.0
26002025-08-18T19:02:08.842Z[ helios-setup] Aug 18 19:02:08.767 INFO E| Downloaded slog-bunyan v2.4.0
26012025-08-18T19:02:08.845Z[ helios-setup] Aug 18 19:02:08.770 INFO E| Downloaded schemars v0.8.12
26022025-08-18T19:02:08.865Z[ helios-setup] Aug 18 19:02:08.791 INFO E| Downloaded toolchain_find v0.2.0
26032025-08-18T19:02:08.868Z[ helios-setup] Aug 18 19:02:08.793 INFO E| Downloaded signal-hook-registry v1.4.0
26042025-08-18T19:02:08.871Z[ helios-setup] Aug 18 19:02:08.796 INFO E| Downloaded tokio-tungstenite v0.18.0
26052025-08-18T19:02:08.875Z[ helios-setup] Aug 18 19:02:08.800 INFO E| Downloaded tokio-macros v2.0.0
26062025-08-18T19:02:08.878Z[ helios-setup] Aug 18 19:02:08.802 INFO E| Downloaded slab v0.4.7
26072025-08-18T19:02:08.881Z[ helios-setup] Aug 18 19:02:08.806 INFO E| Downloaded rustfmt-wrapper v0.2.0
26082025-08-18T19:02:08.884Z[ helios-setup] Aug 18 19:02:08.808 INFO E| Downloaded serde_yaml v0.9.21
26092025-08-18T19:02:08.889Z[ helios-setup] Aug 18 19:02:08.815 INFO E| Downloaded tokio-rustls v0.24.0
26102025-08-18T19:02:08.894Z[ helios-setup] Aug 18 19:02:08.819 INFO E| Downloaded rhai v1.14.0
26112025-08-18T19:02:08.915Z[ helios-setup] Aug 18 19:02:08.840 INFO E| Downloaded walkdir v2.3.3
26122025-08-18T19:02:08.918Z[ helios-setup] Aug 18 19:02:08.844 INFO E| Downloaded async-stream-impl v0.3.5
26132025-08-18T19:02:08.922Z[ helios-setup] Aug 18 19:02:08.845 INFO E| Downloaded utf8parse v0.2.1
26142025-08-18T19:02:08.925Z[ helios-setup] Aug 18 19:02:08.848 INFO E| Downloaded toml v0.7.3
26152025-08-18T19:02:08.928Z[ helios-setup] Aug 18 19:02:08.854 INFO E| Downloaded const-random-macro v0.1.15
26162025-08-18T19:02:08.932Z[ helios-setup] Aug 18 19:02:08.856 INFO E| Downloaded unicode-bidi v0.3.13
26172025-08-18T19:02:08.935Z[ helios-setup] Aug 18 19:02:08.860 INFO E| Downloaded num_enum v0.5.7
26182025-08-18T19:02:08.942Z[ helios-setup] Aug 18 19:02:08.868 INFO E| Downloaded unsafe-libyaml v0.2.8
26192025-08-18T19:02:08.948Z[ helios-setup] Aug 18 19:02:08.874 INFO E| Downloaded unicode-linebreak v0.1.4
26202025-08-18T19:02:08.953Z[ helios-setup] Aug 18 19:02:08.878 INFO E| Downloaded rsa v0.9.8
26212025-08-18T19:02:08.991Z[ helios-setup] Aug 18 19:02:08.916 INFO E| Downloaded winnow v0.4.1
26222025-08-18T19:02:09.030Z[ helios-setup] Aug 18 19:02:08.955 INFO E| Downloaded syn v1.0.107
26232025-08-18T19:02:09.047Z[ helios-setup] Aug 18 19:02:08.973 INFO E| Downloaded parking_lot v0.12.1
26242025-08-18T19:02:09.051Z[ helios-setup] Aug 18 19:02:08.977 INFO E| Downloaded num_enum_derive v0.5.7
26252025-08-18T19:02:09.054Z[ helios-setup] Aug 18 19:02:08.979 INFO E| Downloaded paste v1.0.12
26262025-08-18T19:02:09.068Z[ helios-setup] Aug 18 19:02:08.993 INFO E| Downloaded getrandom v0.2.8
26272025-08-18T19:02:09.072Z[ helios-setup] Aug 18 19:02:08.998 INFO E| Downloaded bytes v1.4.0
26282025-08-18T19:02:09.080Z[ helios-setup] Aug 18 19:02:09.006 INFO E| Downloaded pest v2.5.7
26292025-08-18T19:02:09.089Z[ helios-setup] Aug 18 19:02:09.014 INFO E| Downloaded num-iter v0.1.44
26302025-08-18T19:02:09.094Z[ helios-setup] Aug 18 19:02:09.017 INFO E| Downloaded hyper v0.14.25
26312025-08-18T19:02:09.104Z[ helios-setup] Aug 18 19:02:09.029 INFO E| Downloaded chrono v0.4.24
26322025-08-18T19:02:09.115Z[ helios-setup] Aug 18 19:02:09.040 INFO E| Downloaded git2 v0.16.1
26332025-08-18T19:02:09.127Z[ helios-setup] Aug 18 19:02:09.052 INFO E| Downloaded futures-executor v0.3.28
26342025-08-18T19:02:09.130Z[ helios-setup] Aug 18 19:02:09.055 INFO E| Downloaded futures-core v0.3.28
26352025-08-18T19:02:09.132Z[ helios-setup] Aug 18 19:02:09.057 INFO E| Downloaded flate2 v1.0.25
26362025-08-18T19:02:09.140Z[ helios-setup] Aug 18 19:02:09.066 INFO E| Downloaded clap_lex v0.4.1
26372025-08-18T19:02:09.143Z[ helios-setup] Aug 18 19:02:09.068 INFO E| Downloaded anyhow v1.0.68
26382025-08-18T19:02:09.148Z[ helios-setup] Aug 18 19:02:09.074 INFO E| Downloaded itoa v1.0.6
26392025-08-18T19:02:09.151Z[ helios-setup] Aug 18 19:02:09.076 INFO E| Downloaded block-buffer v0.10.3
26402025-08-18T19:02:09.154Z[ helios-setup] Aug 18 19:02:09.078 INFO E| Downloaded lazy_static v1.4.0
26412025-08-18T19:02:09.157Z[ helios-setup] Aug 18 19:02:09.080 INFO E| Downloaded io-lifetimes v1.0.10
26422025-08-18T19:02:09.161Z[ helios-setup] Aug 18 19:02:09.084 INFO E| Downloaded serde_json v1.0.95
26432025-08-18T19:02:09.169Z[ helios-setup] Aug 18 19:02:09.095 INFO E| Downloaded percent-encoding v2.2.0
26442025-08-18T19:02:09.172Z[ helios-setup] Aug 18 19:02:09.097 INFO E| Downloaded mio v0.8.5
26452025-08-18T19:02:09.180Z[ helios-setup] Aug 18 19:02:09.106 INFO E| Downloaded miniz_oxide v0.6.2
26462025-08-18T19:02:09.183Z[ helios-setup] Aug 18 19:02:09.109 INFO E| Downloaded autocfg v1.1.0
26472025-08-18T19:02:09.186Z[ helios-setup] Aug 18 19:02:09.112 INFO E| Downloaded idna v0.3.0
26482025-08-18T19:02:09.195Z[ helios-setup] Aug 18 19:02:09.120 INFO E| Downloaded der v0.7.10
26492025-08-18T19:02:09.203Z[ helios-setup] Aug 18 19:02:09.129 INFO E| Downloaded byteorder v1.4.3
26502025-08-18T19:02:09.206Z[ helios-setup] Aug 18 19:02:09.132 INFO E| Downloaded crc v3.3.0
26512025-08-18T19:02:09.209Z[ helios-setup] Aug 18 19:02:09.134 INFO E| Downloaded unicode-normalization v0.1.22
26522025-08-18T19:02:09.213Z[ helios-setup] Aug 18 19:02:09.139 INFO E| Downloaded tokio-util v0.7.7
26532025-08-18T19:02:09.223Z[ helios-setup] Aug 18 19:02:09.149 INFO E| Downloaded http v0.2.9
26542025-08-18T19:02:09.229Z[ helios-setup] Aug 18 19:02:09.155 INFO E| Downloaded futures-io v0.3.28
26552025-08-18T19:02:09.232Z[ helios-setup] Aug 18 19:02:09.157 INFO E| Downloaded flagset v0.4.7
26562025-08-18T19:02:09.235Z[ helios-setup] Aug 18 19:02:09.160 INFO E| Downloaded crossbeam-channel v0.5.6
26572025-08-18T19:02:09.241Z[ helios-setup] Aug 18 19:02:09.167 INFO E| Downloaded concolor-override v1.0.0
26582025-08-18T19:02:09.243Z[ helios-setup] Aug 18 19:02:09.169 INFO E| Downloaded built v0.6.0
26592025-08-18T19:02:09.246Z[ helios-setup] Aug 18 19:02:09.171 INFO E| Downloaded base64ct v1.8.0
26602025-08-18T19:02:09.249Z[ helios-setup] Aug 18 19:02:09.175 INFO E| Downloaded url v2.3.1
26612025-08-18T19:02:09.253Z[ helios-setup] Aug 18 19:02:09.179 INFO E| Downloaded memchr v2.5.0
26622025-08-18T19:02:09.264Z[ helios-setup] Aug 18 19:02:09.190 INFO E| Downloaded socket2 v0.4.9
26632025-08-18T19:02:09.267Z[ helios-setup] Aug 18 19:02:09.193 INFO E| Downloaded quote v1.0.36
26642025-08-18T19:02:09.271Z[ helios-setup] Aug 18 19:02:09.197 INFO E| Downloaded proc-macro2 v1.0.86
26652025-08-18T19:02:09.276Z[ helios-setup] Aug 18 19:02:09.201 INFO E| Downloaded parking_lot_core v0.9.6
26662025-08-18T19:02:09.279Z[ helios-setup] Aug 18 19:02:09.206 INFO E| Downloaded clap v4.2.1
26672025-08-18T19:02:09.292Z[ helios-setup] Aug 18 19:02:09.218 INFO E| Downloaded async-stream v0.3.5
26682025-08-18T19:02:09.296Z[ helios-setup] Aug 18 19:02:09.222 INFO E| Downloaded tracing-core v0.1.30
26692025-08-18T19:02:09.302Z[ helios-setup] Aug 18 19:02:09.227 INFO E| Downloaded textwrap v0.16.0
26702025-08-18T19:02:09.305Z[ helios-setup] Aug 18 19:02:09.230 INFO E| Downloaded home v0.5.4
26712025-08-18T19:02:09.308Z[ helios-setup] Aug 18 19:02:09.232 INFO E| Downloaded generic-array v0.14.6
26722025-08-18T19:02:09.311Z[ helios-setup] Aug 18 19:02:09.234 INFO E| Downloaded ring v0.16.20
26732025-08-18T19:02:09.433Z[ helios-setup] Aug 18 19:02:09.359 INFO E| Downloaded unicode-ident v1.0.8
26742025-08-18T19:02:09.438Z[ helios-setup] Aug 18 19:02:09.364 INFO E| Downloaded try-lock v0.2.4
26752025-08-18T19:02:09.441Z[ helios-setup] Aug 18 19:02:09.366 INFO E| Downloaded termcolor v1.2.0
26762025-08-18T19:02:09.444Z[ helios-setup] Aug 18 19:02:09.368 INFO E| Downloaded num-integer v0.1.45
26772025-08-18T19:02:09.447Z[ helios-setup] Aug 18 19:02:09.371 INFO E| Downloaded futures v0.3.28
26782025-08-18T19:02:09.452Z[ helios-setup] Aug 18 19:02:09.378 INFO E| Downloaded tracing v0.1.37
26792025-08-18T19:02:09.458Z[ helios-setup] Aug 18 19:02:09.384 INFO E| Downloaded syn v2.0.72
26802025-08-18T19:02:09.470Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26812025-08-18T19:02:09.475Z[ helios-setup] Aug 18 19:02:09.402 INFO E| Downloaded tinyvec v1.6.0
26822025-08-18T19:02:09.480Z[ helios-setup] Aug 18 19:02:09.406 INFO E| Downloaded libm v0.2.15
26832025-08-18T19:02:09.494Z[ helios-setup] Aug 18 19:02:09.420 INFO E| Downloaded rhai_codegen v1.5.0
26842025-08-18T19:02:09.506Z[ helios-setup] Aug 18 19:02:09.433 INFO E| Downloaded toml v0.5.11
26852025-08-18T19:02:09.510Z[ helios-setup] Aug 18 19:02:09.437 INFO E| Downloaded form_urlencoded v1.1.0
26862025-08-18T19:02:09.513Z[ helios-setup] Aug 18 19:02:09.438 INFO E| Downloaded tungstenite v0.18.0
26872025-08-18T19:02:09.517Z[ helios-setup] Aug 18 19:02:09.443 INFO E| Downloaded futures-sink v0.3.28
26882025-08-18T19:02:09.520Z[ helios-setup] Aug 18 19:02:09.445 INFO E| Downloaded serde_spanned v0.6.1
26892025-08-18T19:02:09.523Z[ helios-setup] Aug 18 19:02:09.447 INFO E| Downloaded unicode-width v0.1.10
26902025-08-18T19:02:09.526Z[ helios-setup] Aug 18 19:02:09.450 INFO E| Downloaded typenum v1.16.0
26912025-08-18T19:02:09.529Z[ helios-setup] Aug 18 19:02:09.454 INFO E| Downloaded tls_codec v0.4.2
26922025-08-18T19:02:09.532Z[ helios-setup] Aug 18 19:02:09.457 INFO E| Downloaded time v0.1.45
26932025-08-18T19:02:09.535Z[ helios-setup] Aug 18 19:02:09.459 INFO E| Downloaded tls_codec_derive v0.4.2
26942025-08-18T19:02:09.538Z[ helios-setup] Aug 18 19:02:09.462 INFO E| Downloaded thiserror-impl v1.0.38
26952025-08-18T19:02:09.542Z[ helios-setup] Aug 18 19:02:09.469 INFO E| Downloaded terminal_size v0.2.6
26962025-08-18T19:02:09.545Z[ helios-setup] Aug 18 19:02:09.471 INFO E| Downloaded strsim v0.10.0
26972025-08-18T19:02:09.548Z[ helios-setup] Aug 18 19:02:09.474 INFO E| Downloaded spin v0.5.2
26982025-08-18T19:02:09.551Z[ helios-setup] Aug 18 19:02:09.476 INFO E| Downloaded lock_api v0.4.9
26992025-08-18T19:02:09.554Z[ helios-setup] Aug 18 19:02:09.479 INFO E| Downloaded smawk v0.3.1
27002025-08-18T19:02:09.555Z[ helios-setup] Aug 18 19:02:09.481 INFO E| Downloaded ppv-lite86 v0.2.17
27012025-08-18T19:02:09.557Z[ helios-setup] Aug 18 19:02:09.483 INFO E| Downloaded is-terminal v0.4.7
27022025-08-18T19:02:09.557Z[ helios-setup] Aug 18 19:02:09.484 INFO E| Downloaded cc v1.0.78
27032025-08-18T19:02:09.561Z[ helios-setup] Aug 18 19:02:09.487 INFO E| Downloaded rustls-webpki v0.100.1
27042025-08-18T19:02:09.572Z[ helios-setup] Aug 18 19:02:09.498 INFO E| Downloaded cpufeatures v0.2.5
27052025-08-18T19:02:09.575Z[ helios-setup] Aug 18 19:02:09.501 INFO E| Downloaded async-trait v0.1.68
27062025-08-18T19:02:09.579Z[ helios-setup] Aug 18 19:02:09.506 INFO E| Downloaded thiserror v1.0.38
27072025-08-18T19:02:09.586Z[ helios-setup] Aug 18 19:02:09.513 INFO E| Downloaded futures-task v0.3.28
27082025-08-18T19:02:09.589Z[ helios-setup] Aug 18 19:02:09.515 INFO E| Downloaded derive-where v1.4.0
27092025-08-18T19:02:09.595Z[ helios-setup] Aug 18 19:02:09.521 INFO E| Downloaded anstream v0.2.6
27102025-08-18T19:02:09.599Z[ helios-setup] Aug 18 19:02:09.525 INFO E| Downloaded smartstring v1.0.1
27112025-08-18T19:02:09.603Z[ helios-setup] Aug 18 19:02:09.529 INFO E| Downloaded slog-async v2.7.0
27122025-08-18T19:02:09.606Z[ helios-setup] Aug 18 19:02:09.533 INFO E| Downloaded project-root v0.2.2
27132025-08-18T19:02:09.609Z[ helios-setup] Aug 18 19:02:09.534 INFO E| Downloaded rustls v0.21.0
27142025-08-18T19:02:09.626Z[ helios-setup] Aug 18 19:02:09.552 INFO E| Downloaded want v0.3.0
27152025-08-18T19:02:09.629Z[ helios-setup] Aug 18 19:02:09.554 INFO E| Downloaded serde_tokenstream v0.2.0
27162025-08-18T19:02:09.633Z[ helios-setup] Aug 18 19:02:09.560 INFO E| Downloaded regress v0.5.0
27172025-08-18T19:02:09.644Z[ helios-setup] Aug 18 19:02:09.571 INFO E| Downloaded semver v1.0.17
27182025-08-18T19:02:09.648Z[ helios-setup] Aug 18 19:02:09.575 INFO E| Downloaded clap_builder v4.2.1
27192025-08-18T19:02:09.659Z[ helios-setup] Aug 18 19:02:09.585 INFO E| Downloaded iddqd v0.3.1
27202025-08-18T19:02:09.667Z[ helios-setup] Aug 18 19:02:09.593 INFO E| Downloaded pkg-config v0.3.26
27212025-08-18T19:02:09.670Z[ helios-setup] Aug 18 19:02:09.596 INFO E| Downloaded clap_derive v4.2.0
27222025-08-18T19:02:09.673Z[ helios-setup] Aug 18 19:02:09.600 INFO E| Downloaded ahash v0.8.3
27232025-08-18T19:02:09.716Z[ helios-setup] Aug 18 19:02:09.643 INFO E| Downloaded iana-time-zone v0.1.56
27242025-08-18T19:02:09.720Z[ helios-setup] Aug 18 19:02:09.646 INFO E| Downloaded smallvec v1.10.0
27252025-08-18T19:02:09.727Z[ helios-setup] Aug 18 19:02:09.654 INFO E| Downloaded uuid v1.3.0
27262025-08-18T19:02:09.735Z[ helios-setup] Aug 18 19:02:09.661 INFO E| Downloaded serde v1.0.204
27272025-08-18T19:02:09.742Z[ helios-setup] Aug 18 19:02:09.668 INFO E| Downloaded sha1 v0.10.5
27282025-08-18T19:02:09.745Z[ helios-setup] Aug 18 19:02:09.671 INFO E| Downloaded scopeguard v1.1.0
27292025-08-18T19:02:09.748Z[ helios-setup] Aug 18 19:02:09.673 INFO E| Downloaded proc-macro-crate v1.2.1
27302025-08-18T19:02:09.751Z[ helios-setup] Aug 18 19:02:09.675 INFO E| Downloaded anstyle-parse v0.1.1
27312025-08-18T19:02:09.754Z[ helios-setup] Aug 18 19:02:09.678 INFO E| Downloaded rustls-pemfile v1.0.2
27322025-08-18T19:02:09.756Z[ helios-setup] Aug 18 19:02:09.682 INFO E| Downloaded openapiv3 v1.0.2
27332025-08-18T19:02:09.775Z[ helios-setup] Aug 18 19:02:09.701 INFO E| Downloaded rustix v0.37.3
27342025-08-18T19:02:09.806Z[ helios-setup] Aug 18 19:02:09.733 INFO E| Downloaded toml_datetime v0.6.1
27352025-08-18T19:02:09.811Z[ helios-setup] Aug 18 19:02:09.735 INFO E| Downloaded serde_derive v1.0.204
27362025-08-18T19:02:09.813Z[ helios-setup] Aug 18 19:02:09.738 INFO E| Downloaded hashbrown v0.15.3
27372025-08-18T19:02:09.822Z[ helios-setup] Aug 18 19:02:09.749 INFO E| Downloaded tokio v1.27.0
27382025-08-18T19:02:09.877Z[ helios-setup] Aug 18 19:02:09.804 INFO E| Downloaded futures-macro v0.3.28
27392025-08-18T19:02:09.880Z[ helios-setup] Aug 18 19:02:09.805 INFO E| Downloaded tempfile v3.5.0
27402025-08-18T19:02:09.883Z[ helios-setup] Aug 18 19:02:09.809 INFO E| Downloaded sha2 v0.10.6
27412025-08-18T19:02:09.891Z[ helios-setup] Aug 18 19:02:09.817 INFO E| Downloaded log v0.4.17
27422025-08-18T19:02:09.894Z[ helios-setup] Aug 18 19:02:09.821 INFO E| Downloaded base64 v0.21.0
27432025-08-18T19:02:09.900Z[ helios-setup] Aug 18 19:02:09.827 INFO E| Downloaded reqwest v0.11.16
27442025-08-18T19:02:09.913Z[ helios-setup] Aug 18 19:02:09.840 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
27452025-08-18T19:02:09.916Z[ helios-setup] Aug 18 19:02:09.843 INFO E| Downloaded fastrand v1.9.0
27462025-08-18T19:02:09.919Z[ helios-setup] Aug 18 19:02:09.845 INFO E| Downloaded anstyle v0.3.5
27472025-08-18T19:02:09.922Z[ helios-setup] Aug 18 19:02:09.847 INFO E| Downloaded num-traits v0.2.15
27482025-08-18T19:02:09.925Z[ helios-setup] Aug 18 19:02:09.852 INFO E| Downloaded errno v0.3.1
27492025-08-18T19:02:09.929Z[ helios-setup] Aug 18 19:02:09.854 INFO E| Downloaded concolor-query v0.3.3
27502025-08-18T19:02:09.932Z[ helios-setup] Aug 18 19:02:09.856 INFO E| Downloaded httparse v1.8.0
27512025-08-18T19:02:09.935Z[ helios-setup] Aug 18 19:02:09.859 INFO E| Downloaded const-random v0.1.15
27522025-08-18T19:02:09.947Z[ helios-setup] Aug 18 19:02:09.874 INFO E| Downloaded h2 v0.3.16
27532025-08-18T19:02:09.969Z[ helios-setup] Aug 18 19:02:09.896 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
27542025-08-18T19:02:10.050Z[ helios-setup] Aug 18 19:02:09.977 INFO E| Downloaded ucd-trie v0.1.5
27552025-08-18T19:02:10.053Z[ helios-setup] Aug 18 19:02:09.979 INFO E| Downloaded bincode v1.3.3
27562025-08-18T19:02:10.056Z[ helios-setup] Aug 18 19:02:09.982 INFO E| Downloaded camino v1.1.4
27572025-08-18T19:02:10.078Z[ helios-setup] Aug 18 19:02:10.005 INFO E| Downloaded libc v0.2.139
27582025-08-18T19:02:10.113Z[ helios-setup] Aug 18 19:02:10.040 INFO E| Downloaded ahash v0.7.6
27592025-08-18T19:02:10.146Z[ helios-setup] Aug 18 19:02:10.073 INFO E| Downloaded regex v1.7.3
27602025-08-18T19:02:10.214Z[ helios-setup] Aug 18 19:02:10.141 INFO E| Downloaded pin-project-lite v0.2.9
27612025-08-18T19:02:10.241Z[ helios-setup] Aug 18 19:02:10.154 INFO E| Downloaded ipnet v2.7.2
27622025-08-18T19:02:10.241Z[ helios-setup] Aug 18 19:02:10.157 INFO E| Downloaded futures-util v0.3.28
27632025-08-18T19:02:10.252Z[ helios-setup] Aug 18 19:02:10.177 INFO E| Downloaded aho-corasick v0.7.20
27642025-08-18T19:02:10.257Z[ helios-setup] Aug 18 19:02:10.183 INFO E| Downloaded toml_edit v0.19.8
27652025-08-18T19:02:10.426Z[ helios-setup] Aug 18 19:02:10.353 INFO E| Downloaded encoding_rs v0.8.32
27662025-08-18T19:02:10.567Z[ helios-setup] Aug 18 19:02:10.493 INFO E| Downloaded libz-sys v1.1.8
27672025-08-18T19:02:10.865Z[ helios-setup] Aug 18 19:02:10.793 INFO E| Compiling proc-macro2 v1.0.86
27682025-08-18T19:02:10.988Z[ helios-setup] Aug 18 19:02:10.916 INFO E| Compiling unicode-ident v1.0.8
27692025-08-18T19:02:10.988Z[ helios-setup] Aug 18 19:02:10.916 INFO E| Compiling libc v0.2.139
27702025-08-18T19:02:10.991Z[ helios-setup] Aug 18 19:02:10.916 INFO E| Compiling autocfg v1.1.0
27712025-08-18T19:02:10.991Z[ helios-setup] Aug 18 19:02:10.916 INFO E| Compiling cfg-if v1.0.0
27722025-08-18T19:02:10.991Z[ helios-setup] Aug 18 19:02:10.916 INFO E| Compiling version_check v0.9.4
27732025-08-18T19:02:10.991Z[ helios-setup] Aug 18 19:02:10.916 INFO E| Compiling serde v1.0.204
27742025-08-18T19:02:10.991Z[ helios-setup] Aug 18 19:02:10.916 INFO E| Compiling syn v1.0.107
27752025-08-18T19:02:11.199Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27762025-08-18T19:02:11.329Z[ helios-setup] Aug 18 19:02:11.258 INFO E| Compiling memchr v2.5.0
27772025-08-18T19:02:11.614Z[ helios-setup] Aug 18 19:02:11.543 INFO E| Compiling once_cell v1.17.0
27782025-08-18T19:02:12.198Z[ helios-setup] Aug 18 19:02:12.127 INFO E| Compiling thiserror v1.0.38
27792025-08-18T19:02:13.186Z[ helios-setup] Aug 18 19:02:13.116 INFO E| Compiling serde_json v1.0.95
27802025-08-18T19:02:13.189Z[ helios-setup] Aug 18 19:02:13.117 INFO E| Compiling itoa v1.0.6
27812025-08-18T19:02:13.583Z[ helios-setup] Aug 18 19:02:13.515 INFO E| Compiling log v0.4.17
27822025-08-18T19:02:13.755Z[ helios-setup] Aug 18 19:02:13.687 INFO E| Compiling quote v1.0.36
27832025-08-18T19:02:14.569Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27842025-08-18T19:02:14.656Z[ helios-setup] Aug 18 19:02:14.589 INFO E| Compiling indexmap v1.9.3
27852025-08-18T19:02:14.760Z[ helios-setup] Aug 18 19:02:14.693 INFO E| Compiling syn v2.0.72
27862025-08-18T19:02:15.162Z[ helios-setup] Aug 18 19:02:15.096 INFO E| Compiling pin-project-lite v0.2.9
27872025-08-18T19:02:15.529Z[ helios-setup] Aug 18 19:02:15.462 INFO E| Compiling jobserver v0.1.26
27882025-08-18T19:02:15.592Z[ helios-setup] Aug 18 19:02:15.525 INFO E| Compiling getrandom v0.2.8
27892025-08-18T19:02:16.087Z[ helios-setup] Aug 18 19:02:16.022 INFO E| Compiling typenum v1.16.0
27902025-08-18T19:02:16.237Z[ helios-setup] Aug 18 19:02:16.172 INFO E| Compiling cc v1.0.78
27912025-08-18T19:02:16.275Z[ helios-setup] Aug 18 19:02:16.210 INFO E| Compiling const-oid v0.9.6
27922025-08-18T19:02:16.492Z[ helios-setup] Aug 18 19:02:16.427 INFO E| Compiling bitflags v1.3.2
27932025-08-18T19:02:16.544Z[ helios-setup] Aug 18 19:02:16.479 INFO E| Compiling generic-array v0.14.6
27942025-08-18T19:02:16.960Z[ helios-setup] Aug 18 19:02:16.895 INFO E| Compiling bytes v1.4.0
27952025-08-18T19:02:17.611Z[ helios-setup] Aug 18 19:02:17.548 INFO E| Compiling futures-core v0.3.28
27962025-08-18T19:02:18.363Z[ helios-setup] Aug 18 19:02:18.300 INFO E| Compiling ryu v1.0.13
27972025-08-18T19:02:19.351Z[ helios-setup] Aug 18 19:02:19.290 INFO E| Compiling lock_api v0.4.9
27982025-08-18T19:02:19.441Z[ helios-setup] Aug 18 19:02:19.379 INFO E| Compiling parking_lot_core v0.9.6
27992025-08-18T19:02:19.706Z[ helios-setup] Aug 18 19:02:19.645 INFO E| Compiling slab v0.4.7
28002025-08-18T19:02:19.854Z[ helios-setup] Aug 18 19:02:19.794 INFO E| Compiling futures-task v0.3.28
28012025-08-18T19:02:20.403Z[ helios-setup] Aug 18 19:02:20.343 INFO E| Compiling futures-sink v0.3.28
28022025-08-18T19:02:20.460Z[ helios-setup] Aug 18 19:02:20.401 INFO E| Compiling scopeguard v1.1.0
28032025-08-18T19:02:20.773Z[ helios-setup] Aug 18 19:02:20.713 INFO E| Compiling pkg-config v0.3.26
28042025-08-18T19:02:20.856Z[ helios-setup] Aug 18 19:02:20.797 INFO E| Compiling futures-channel v0.3.28
28052025-08-18T19:02:21.049Z[ helios-setup] Aug 18 19:02:20.990 INFO E| Compiling libm v0.2.15
28062025-08-18T19:02:21.161Z[ helios-setup] Aug 18 19:02:21.103 INFO E| Compiling io-lifetimes v1.0.10
28072025-08-18T19:02:21.914Z[ helios-setup] Aug 18 19:02:21.856 INFO E| Compiling num-traits v0.2.15
28082025-08-18T19:02:22.434Z[ helios-setup] Aug 18 19:02:22.376 INFO E| Compiling tokio v1.27.0
28092025-08-18T19:02:22.623Z[ helios-setup] Aug 18 19:02:22.566 INFO E| Compiling futures-util v0.3.28
28102025-08-18T19:02:22.753Z[ helios-setup] Aug 18 19:02:22.696 INFO E| Compiling rustix v0.37.3
28112025-08-18T19:02:22.998Z[ helios-setup] Aug 18 19:02:22.941 INFO E| Compiling block-buffer v0.10.3
28122025-08-18T19:02:23.220Z[ helios-setup] Aug 18 19:02:23.163 INFO E| Compiling crypto-common v0.1.6
28132025-08-18T19:02:23.702Z[ helios-setup] Aug 18 19:02:23.645 INFO E| Compiling digest v0.10.7
28142025-08-18T19:02:24.599Z[ helios-setup] Aug 18 19:02:24.545 INFO E| Compiling mio v0.8.5
28152025-08-18T19:02:24.851Z[ helios-setup] Aug 18 19:02:24.797 INFO E| Compiling errno v0.3.1
28162025-08-18T19:02:25.056Z[ helios-setup] Aug 18 19:02:25.002 INFO E| Compiling signal-hook-registry v1.4.0
28172025-08-18T19:02:25.128Z[ helios-setup] Aug 18 19:02:25.073 INFO E| Compiling num_cpus v1.15.0
28182025-08-18T19:02:25.225Z[ helios-setup] Aug 18 19:02:25.171 INFO E| Compiling socket2 v0.4.9
28192025-08-18T19:02:25.292Z[ helios-setup] Aug 18 19:02:25.238 INFO E| Compiling pin-utils v0.1.0
28202025-08-18T19:02:25.373Z[ helios-setup] Aug 18 19:02:25.320 INFO E| Compiling spin v0.5.2
28212025-08-18T19:02:25.533Z[ helios-setup] Aug 18 19:02:25.480 INFO E| Compiling crunchy v0.2.2
28222025-08-18T19:02:25.863Z[ helios-setup] Aug 18 19:02:25.808 INFO E| Compiling futures-io v0.3.28
28232025-08-18T19:02:26.269Z[ helios-setup] Aug 18 19:02:26.216 INFO E| Compiling num-integer v0.1.45
28242025-08-18T19:02:26.550Z[ helios-setup] Aug 18 19:02:26.498 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
28252025-08-18T19:02:26.958Z[ helios-setup] Aug 18 19:02:26.907 INFO E| Compiling hashbrown v0.12.3
28262025-08-18T19:02:27.231Z[ helios-setup] Aug 18 19:02:27.179 INFO E| Compiling tiny-keccak v2.0.2
28272025-08-18T19:02:27.367Z[ helios-setup] Aug 18 19:02:27.316 INFO E| Compiling schemars v0.8.12
28282025-08-18T19:02:27.677Z[ helios-setup] Aug 18 19:02:27.626 INFO E| Compiling cpufeatures v0.2.5
28292025-08-18T19:02:27.986Z[ helios-setup] Aug 18 19:02:27.936 INFO E| Compiling serde_derive_internals v0.26.0
28302025-08-18T19:02:28.087Z[ helios-setup] Aug 18 19:02:28.037 INFO E| Compiling ahash v0.7.6
28312025-08-18T19:02:28.264Z[ helios-setup] Aug 18 19:02:28.214 INFO E| Compiling thiserror-impl v1.0.38
28322025-08-18T19:02:28.620Z[ helios-setup] Aug 18 19:02:28.571 INFO E| Compiling slog v2.7.0
28332025-08-18T19:02:28.641Z[ helios-setup] Aug 18 19:02:28.583 INFO E| Compiling heck v0.4.1
28342025-08-18T19:02:28.956Z[ helios-setup] Aug 18 19:02:28.906 INFO E| Compiling serde_derive v1.0.204
28352025-08-18T19:02:29.002Z[ helios-setup] Aug 18 19:02:28.952 INFO E| Compiling tokio-macros v2.0.0
28362025-08-18T19:02:29.201Z[ helios-setup] Aug 18 19:02:29.153 INFO E| Compiling futures-macro v0.3.28
28372025-08-18T19:02:29.968Z[ helios-setup] Aug 18 19:02:29.920 INFO E| Compiling schemars_derive v0.8.12
28382025-08-18T19:02:30.559Z[ helios-setup] Aug 18 19:02:30.504 INFO E| Compiling ahash v0.8.3
28392025-08-18T19:02:30.903Z[ helios-setup] Aug 18 19:02:30.857 INFO E| Compiling anyhow v1.0.68
28402025-08-18T19:02:31.232Z[ helios-setup] Aug 18 19:02:31.186 INFO E| Compiling unicode-width v0.1.10
28412025-08-18T19:02:32.539Z[ helios-setup] Aug 18 19:02:32.495 INFO E| Compiling const-random-macro v0.1.15
28422025-08-18T19:02:33.226Z[ helios-setup] Aug 18 19:02:33.183 INFO E| Compiling fnv v1.0.7
28432025-08-18T19:02:33.884Z[ helios-setup] Aug 18 19:02:33.841 INFO E| Compiling byteorder v1.4.3
28442025-08-18T19:02:34.142Z[ helios-setup] Aug 18 19:02:34.099 INFO E| Compiling const-random v0.1.15
28452025-08-18T19:02:34.226Z[ helios-setup] Aug 18 19:02:34.184 INFO E| Compiling http v0.2.9
28462025-08-18T19:02:34.980Z[ helios-setup] Aug 18 19:02:34.939 INFO E| Compiling getopts v0.2.21
28472025-08-18T19:02:35.783Z[ helios-setup] Aug 18 19:02:35.742 INFO E| Compiling aho-corasick v0.7.20
28482025-08-18T19:02:35.828Z[ helios-setup] Aug 18 19:02:35.788 INFO E| Compiling rand_core v0.6.4
28492025-08-18T19:02:36.008Z[ helios-setup] Aug 18 19:02:35.968 INFO E| Compiling tinyvec_macros v0.1.1
28502025-08-18T19:02:36.186Z[ helios-setup] Aug 18 19:02:36.147 INFO E| Compiling powerfmt v0.2.0
28512025-08-18T19:02:36.294Z[ helios-setup] Aug 18 19:02:36.254 INFO E| Compiling crc32fast v1.3.2
28522025-08-18T19:02:36.657Z[ helios-setup] Aug 18 19:02:36.587 INFO E| Compiling percent-encoding v2.2.0
28532025-08-18T19:02:37.183Z[ helios-setup] Aug 18 19:02:37.145 INFO E| Compiling httparse v1.8.0
28542025-08-18T19:02:37.453Z[ helios-setup] Aug 18 19:02:37.415 INFO E| Compiling num-conv v0.1.0
28552025-08-18T19:02:38.268Z[ helios-setup] Aug 18 19:02:38.231 INFO E| Compiling time-core v0.1.2
28562025-08-18T19:02:38.547Z[ helios-setup] Aug 18 19:02:38.509 INFO E| Compiling regex-syntax v0.6.29
28572025-08-18T19:02:38.713Z[ helios-setup] Aug 18 19:02:38.676 INFO E| Compiling time-macros v0.2.18
28582025-08-18T19:02:38.803Z[ helios-setup] Aug 18 19:02:38.766 INFO E| Compiling tinyvec v1.6.0
28592025-08-18T19:02:38.934Z[ helios-setup] Aug 18 19:02:38.897 INFO E| Compiling form_urlencoded v1.1.0
28602025-08-18T19:02:40.298Z[ helios-setup] Aug 18 19:02:40.264 INFO E| Compiling deranged v0.3.11
28612025-08-18T19:02:41.809Z[ helios-setup] Aug 18 19:02:41.776 INFO E| Compiling chrono v0.4.24
28622025-08-18T19:02:42.600Z[ helios-setup] Aug 18 19:02:42.568 INFO E| Compiling hashbrown v0.13.2
28632025-08-18T19:02:43.544Z[ helios-setup] Aug 18 19:02:43.514 INFO E| Compiling libz-sys v1.1.8
28642025-08-18T19:02:43.593Z[ helios-setup] Aug 18 19:02:43.563 INFO E| Compiling regex v1.7.3
28652025-08-18T19:02:43.619Z[ helios-setup] Aug 18 19:02:43.589 INFO E| Compiling dyn-clone v1.0.11
28662025-08-18T19:02:43.848Z[ helios-setup] Aug 18 19:02:43.817 INFO E| Compiling ppv-lite86 v0.2.17
28672025-08-18T19:02:44.146Z[ helios-setup] Aug 18 19:02:44.116 INFO E| Compiling num_threads v0.1.6
28682025-08-18T19:02:44.194Z[ helios-setup] Aug 18 19:02:44.165 INFO E| Compiling uuid v1.3.0
28692025-08-18T19:02:44.304Z[ helios-setup] Aug 18 19:02:44.275 INFO E| Compiling time v0.3.36
28702025-08-18T19:02:44.358Z[ helios-setup] Aug 18 19:02:44.329 INFO E| Compiling regress v0.5.0
28712025-08-18T19:02:44.726Z[ helios-setup] Aug 18 19:02:44.697 INFO E| Compiling rand_chacha v0.3.1
28722025-08-18T19:02:44.774Z[ helios-setup] Aug 18 19:02:44.745 INFO E| Compiling unicode-normalization v0.1.22
28732025-08-18T19:02:45.749Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 56s
28742025-08-18T19:02:46.179Z[ omicron-package]
28752025-08-18T19:02:46.180Z[ omicron-package] real 1:57.065721872
28762025-08-18T19:02:46.180Z[ omicron-package] user 8:39.647060909
28772025-08-18T19:02:46.183Z[ omicron-package] sys 33.183748726
28782025-08-18T19:02:46.183Z[ omicron-package] trap 0.968894110
28792025-08-18T19:02:46.183Z[ omicron-package] tflt 0.544827266
28802025-08-18T19:02:46.183Z[ omicron-package] dflt 2.274039605
28812025-08-18T19:02:46.183Z[ omicron-package] kflt 0.000589779
28822025-08-18T19:02:46.183Z[ omicron-package] lock 30:13.427245512
28832025-08-18T19:02:46.183Z[ omicron-package] slp 33:56.386021891
28842025-08-18T19:02:46.183Z[ omicron-package] lat 4:32.447915666
28852025-08-18T19:02:46.183Z[ omicron-package] stop 1:34.977031748
28862025-08-18T19:02:46.183ZAug 18 19:02:46.153 INFO [omicron-package] process exited with exit status: 0 (117.146252081s)
28872025-08-18T19:02:46.183ZAug 18 19:02:46.153 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28882025-08-18T19:02:46.183ZAug 18 19:02:46.156 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28892025-08-18T19:02:46.202Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28902025-08-18T19:02:46.205Z[ host-target] Created new build target 'host' and set it as active
28912025-08-18T19:02:46.206Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28922025-08-18T19:02:46.209Z[ recovery-target] Created new build target 'recovery' and set it as active
28932025-08-18T19:02:46.209ZAug 18 19:02:46.180 INFO [host-target] process exited with exit status: 0 (26.914997ms)
28942025-08-18T19:02:46.212ZAug 18 19:02:46.184 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28952025-08-18T19:02:46.212ZAug 18 19:02:46.184 INFO [recovery-target] process exited with exit status: 0 (28.51233ms)
28962025-08-18T19:02:46.225Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28972025-08-18T19:02:46.664Z[ helios-setup] Aug 18 19:02:46.637 INFO E| Compiling smallvec v1.10.0
28982025-08-18T19:02:46.768Z[ helios-setup] Aug 18 19:02:46.742 INFO E| Compiling toml v0.5.11
28992025-08-18T19:02:47.925Z[ helios-setup] Aug 18 19:02:47.901 INFO E| Compiling parking_lot v0.12.1
29002025-08-18T19:02:48.521Z[ helios-setup] Aug 18 19:02:48.497 INFO E| Compiling serde_tokenstream v0.2.0
29012025-08-18T19:02:49.180Z[ helios-setup] Aug 18 19:02:49.155 INFO E| Compiling is-terminal v0.4.7
29022025-08-18T19:02:49.540Z[ helios-setup] Aug 18 19:02:49.517 INFO E| Compiling sha2 v0.10.6
29032025-08-18T19:02:49.684Z[ host-package] Compiling ring v0.17.14
29042025-08-18T19:02:49.852Z[ helios-setup] Aug 18 19:02:49.829 INFO E| Compiling lazy_static v1.4.0
29052025-08-18T19:02:50.153Z[ host-package] Compiling typify-impl v0.4.1
29062025-08-18T19:02:50.172Z[ helios-setup] Aug 18 19:02:50.146 INFO E| Compiling dirs-sys-next v0.1.2
29072025-08-18T19:02:50.256Z[ host-package] Compiling convert_case v0.4.0
29082025-08-18T19:02:50.256Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29092025-08-18T19:02:50.259Z[ host-package] Compiling dirs-sys-next v0.1.2
29102025-08-18T19:02:50.268Z[ host-package] Compiling num-rational v0.4.2
29112025-08-18T19:02:50.798Z[ helios-setup] Aug 18 19:02:50.777 INFO E| Compiling tracing-core v0.1.30
29122025-08-18T19:02:51.279Z[ host-package] Compiling dirs-next v2.0.0
29132025-08-18T19:02:51.389Z[ host-package] Compiling derive_more v0.99.20
29142025-08-18T19:02:52.170Z[ host-package] Compiling num-complex v0.4.6
29152025-08-18T19:02:52.673Z[ host-package] Compiling term v0.7.0
29162025-08-18T19:02:54.108Z[ helios-setup] Aug 18 19:02:54.091 INFO E| Compiling ucd-trie v0.1.5
29172025-08-18T19:02:54.672Z[ host-package] Compiling num v0.4.3
29182025-08-18T19:02:54.860Z[ host-package] Compiling float-ord v0.3.2
29192025-08-18T19:02:54.947Z[ helios-setup] Aug 18 19:02:54.931 INFO E| Compiling unicode-bidi v0.3.13
29202025-08-18T19:02:54.997Z[ helios-setup] Aug 18 19:02:54.981 INFO E| Compiling base64 v0.21.0
29212025-08-18T19:02:55.102Z[ host-package] Compiling is-terminal v0.4.13
29222025-08-18T19:02:55.163Z[ host-package] Compiling camino v1.1.11
29232025-08-18T19:02:55.198Z[ helios-setup] Aug 18 19:02:55.182 INFO E| Compiling utf8parse v0.2.1
29242025-08-18T19:02:55.368Z[ host-package] Compiling bytecount v0.6.8
29252025-08-18T19:02:55.500Z[ host-package] Compiling secrecy v0.10.3
29262025-08-18T19:02:55.560Z[ helios-setup] Aug 18 19:02:55.545 INFO E| Compiling anstyle-parse v0.1.1
29272025-08-18T19:02:56.169Z[ helios-setup] Aug 18 19:02:56.155 INFO E| Compiling idna v0.3.0
29282025-08-18T19:02:56.293Z[ host-package] Compiling fastrand v2.1.1
29292025-08-18T19:02:56.377Z[ host-package] Compiling swrite v0.1.0
29302025-08-18T19:02:56.713Z[ helios-setup] Aug 18 19:02:56.700 INFO E| Compiling pest v2.5.7
29312025-08-18T19:02:57.184Z[ host-package] Compiling rustls v0.23.19
29322025-08-18T19:02:57.280Z[ host-package] Compiling tempfile v3.20.0
29332025-08-18T19:02:57.280Z[ host-package] Compiling rustls v0.22.4
29342025-08-18T19:02:57.387Z[ host-package] Compiling password-hash v0.5.0
29352025-08-18T19:02:57.484Z[ host-package] Compiling blake2 v0.10.6
29362025-08-18T19:02:57.947Z[ helios-setup] Aug 18 19:02:57.936 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29372025-08-18T19:02:58.779Z[ host-package] Compiling thread_local v1.1.8
29382025-08-18T19:02:58.944Z[ helios-setup] Aug 18 19:02:58.934 INFO E| Compiling tracing v0.1.37
29392025-08-18T19:02:59.868Z[ host-package] Compiling wait-timeout v0.2.0
29402025-08-18T19:03:00.035Z[ host-package] Compiling quick-error v1.2.3
29412025-08-18T19:03:00.362Z[ helios-setup] Aug 18 19:03:00.353 INFO E| Compiling dirs-next v2.0.0
29422025-08-18T19:03:00.588Z[ host-package] Compiling match_cfg v0.1.0
29432025-08-18T19:03:00.745Z[ host-package] Compiling bit-vec v0.8.0
29442025-08-18T19:03:00.991Z[ host-package] Compiling hostname v0.3.1
29452025-08-18T19:03:01.152Z[ helios-setup] Aug 18 19:03:01.144 INFO E| Compiling proc-macro-crate v1.2.1
29462025-08-18T19:03:01.394Z[ helios-setup] Aug 18 19:03:01.386 INFO E| Compiling rand v0.8.5
29472025-08-18T19:03:01.557Z[ host-package] Compiling rusty-fork v0.3.0
29482025-08-18T19:03:01.706Z[ host-package] Compiling rustls-webpki v0.102.8
29492025-08-18T19:03:01.800Z[ host-package] Compiling bit-set v0.8.0
29502025-08-18T19:03:01.955Z[ host-package] Compiling argon2 v0.5.3
29512025-08-18T19:03:02.671Z[ helios-setup] Aug 18 19:03:02.666 INFO E| Compiling futures-executor v0.3.28
29522025-08-18T19:03:02.766Z[ host-package] Compiling atomicwrites v0.4.4
29532025-08-18T19:03:03.321Z[ host-package] Compiling ref-cast v1.0.24
29542025-08-18T19:03:03.983Z[ host-package] Compiling multer v3.1.0
29552025-08-18T19:03:04.105Z[ helios-setup] Aug 18 19:03:04.101 INFO E| Compiling terminal_size v0.2.6
29562025-08-18T19:03:04.200Z[ helios-setup] Aug 18 19:03:04.196 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
29572025-08-18T19:03:04.505Z[ host-package] Compiling slog-async v2.8.0
29582025-08-18T19:03:04.687Z[ host-package] Compiling crossbeam-channel v0.5.15
29592025-08-18T19:03:04.760Z[ helios-setup] Aug 18 19:03:04.756 INFO E| Compiling time v0.1.45
29602025-08-18T19:03:04.880Z[ host-package] Compiling toml_parser v1.0.2
29612025-08-18T19:03:05.152Z[ helios-setup] Aug 18 19:03:05.148 INFO E| Compiling thread_local v1.1.7
29622025-08-18T19:03:05.252Z[ helios-setup] Aug 18 19:03:05.249 INFO E| Compiling anstyle v0.3.5
29632025-08-18T19:03:05.341Z[ helios-setup] Aug 18 19:03:05.339 INFO E| Compiling concolor-override v1.0.0
29642025-08-18T19:03:05.923Z[ helios-setup] Aug 18 19:03:05.921 INFO E| Compiling concolor-query v0.3.3
29652025-08-18T19:03:06.328Z[ helios-setup] Aug 18 19:03:06.327 INFO E| Compiling iana-time-zone v0.1.56
29662025-08-18T19:03:06.575Z[ helios-setup] Aug 18 19:03:06.574 INFO E| Compiling semver v1.0.17
29672025-08-18T19:03:06.578Z[ host-package] Compiling slog-json v2.6.1
29682025-08-18T19:03:06.855Z[ host-package] Compiling rand_xorshift v0.4.0
29692025-08-18T19:03:07.296Z[ host-package] Compiling futures-executor v0.3.31
29702025-08-18T19:03:07.441Z[ host-package] Compiling toml_datetime v0.7.0
29712025-08-18T19:03:07.661Z[ host-package] Compiling serde_spanned v1.0.0
29722025-08-18T19:03:07.933Z[ helios-setup] Aug 18 19:03:07.934 INFO E| Compiling anstream v0.2.6
29732025-08-18T19:03:08.166Z[ host-package] Compiling hex v0.4.3
29742025-08-18T19:03:08.242Z[ host-package] Compiling take_mut v0.2.2
29752025-08-18T19:03:08.343Z[ host-package] Compiling typify-macro v0.4.1
29762025-08-18T19:03:08.370Z[ helios-setup] Aug 18 19:03:08.372 INFO E| Compiling futures v0.3.28
29772025-08-18T19:03:08.691Z[ helios-setup] Aug 18 19:03:08.693 INFO E| Compiling tokio-util v0.7.7
29782025-08-18T19:03:08.822Z[ helios-setup] Aug 18 19:03:08.824 INFO E| Compiling num_enum_derive v0.5.7
29792025-08-18T19:03:08.840Z[ host-package] Compiling toml_writer v1.0.2
29802025-08-18T19:03:09.050Z[ host-package] Compiling unarray v0.1.4
29812025-08-18T19:03:09.085Z[ helios-setup] Aug 18 19:03:09.088 INFO E| Compiling semver-parser v0.10.2
29822025-08-18T19:03:09.532Z[ helios-setup] Aug 18 19:03:09.534 INFO E| Compiling term v0.7.0
29832025-08-18T19:03:09.567Z[ host-package] Compiling proptest v1.7.0
29842025-08-18T19:03:09.691Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
29852025-08-18T19:03:09.968Z[ host-package] Compiling toml v0.9.5
29862025-08-18T19:03:10.845Z[ helios-setup] Aug 18 19:03:10.849 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29872025-08-18T19:03:11.895Z[ host-package] Compiling tokio-rustls v0.25.0
29882025-08-18T19:03:12.037Z[ helios-setup] Aug 18 19:03:12.043 INFO E| Compiling url v2.3.1
29892025-08-18T19:03:13.580Z[ host-package] Compiling futures v0.3.31
29902025-08-18T19:03:14.113Z[ host-package] Compiling slog-bunyan v2.5.0
29912025-08-18T19:03:14.581Z[ helios-setup] Aug 18 19:03:14.591 INFO E| Compiling atty v0.2.14
29922025-08-18T19:03:14.955Z[ host-package] Compiling typify v0.4.1
29932025-08-18T19:03:14.966Z[ helios-setup] Aug 18 19:03:14.975 INFO E| Compiling try-lock v0.2.4
29942025-08-18T19:03:15.080Z[ helios-setup] Aug 18 19:03:15.090 INFO E| Compiling clap_lex v0.4.1
29952025-08-18T19:03:15.466Z[ helios-setup] Aug 18 19:03:15.477 INFO E| Compiling adler v1.0.2
29962025-08-18T19:03:15.478Z[ host-package] Compiling progenitor-impl v0.10.0
29972025-08-18T19:03:15.871Z[ helios-setup] Aug 18 19:03:15.883 INFO E| Compiling strsim v0.10.0
29982025-08-18T19:03:15.978Z[ helios-setup] Aug 18 19:03:15.989 INFO E| Compiling same-file v1.0.6
29992025-08-18T19:03:16.605Z[ helios-setup] Aug 18 19:03:16.616 INFO E| Compiling clap_builder v4.2.1
30002025-08-18T19:03:16.910Z[ helios-setup] Aug 18 19:03:16.922 INFO E| Compiling walkdir v2.3.3
30012025-08-18T19:03:17.188Z[ helios-setup] Aug 18 19:03:17.201 INFO E| Compiling miniz_oxide v0.6.2
30022025-08-18T19:03:17.418Z[ host-package] Compiling tokio-rustls v0.26.0
30032025-08-18T19:03:18.309Z[ helios-setup] Aug 18 19:03:18.323 INFO E| Compiling want v0.3.0
30042025-08-18T19:03:18.344Z[ host-package] Compiling hyper-rustls v0.27.7
30052025-08-18T19:03:19.064Z[ helios-setup] Aug 18 19:03:19.080 INFO E| Compiling slog-term v2.9.0
30062025-08-18T19:03:19.450Z[ host-package] Compiling reqwest v0.12.22
30072025-08-18T19:03:22.815Z[ helios-setup] Aug 18 19:03:22.835 INFO E| Compiling num_enum v0.5.7
30082025-08-18T19:03:23.256Z[ helios-setup] Aug 18 19:03:23.275 INFO E| Compiling semver v0.11.0
30092025-08-18T19:03:23.435Z[ helios-setup] Aug 18 19:03:23.456 INFO E| Compiling h2 v0.3.16
30102025-08-18T19:03:24.979Z[ helios-setup] Aug 18 19:03:25.001 INFO E| Compiling http-body v0.4.5
30112025-08-18T19:03:25.184Z[ helios-setup] Aug 18 19:03:25.208 INFO E| Compiling clap_derive v4.2.0
30122025-08-18T19:03:26.146Z[ helios-setup] Aug 18 19:03:26.171 INFO E| Compiling ring v0.16.20
30132025-08-18T19:03:26.978Z[ host-package] Compiling progenitor-client v0.9.1
30142025-08-18T19:03:27.066Z[ host-package] Compiling progenitor-macro v0.10.0
30152025-08-18T19:03:28.177Z[ host-package] Compiling progenitor v0.9.1
30162025-08-18T19:03:28.501Z[ helios-setup] Aug 18 19:03:28.528 INFO E| Compiling home v0.5.4
30172025-08-18T19:03:28.942Z[ host-package] Compiling slog-term v2.9.1
30182025-08-18T19:03:29.087Z[ helios-setup] Aug 18 19:03:29.116 INFO E| Compiling base64ct v1.8.0
30192025-08-18T19:03:30.813Z[ host-package] Compiling dropshot v0.16.3
30202025-08-18T19:03:30.997Z[ host-package] Compiling async-stream v0.3.6
30212025-08-18T19:03:31.053Z[ host-package] Compiling newline-converter v0.3.0
30222025-08-18T19:03:31.234Z[ helios-setup] Aug 18 19:03:31.265 INFO E| Compiling httpdate v1.0.2
30232025-08-18T19:03:31.725Z[ host-package] Compiling waitgroup v0.1.2
30242025-08-18T19:03:31.827Z[ host-package] Compiling rustls-pemfile v2.2.0
30252025-08-18T19:03:32.296Z[ host-package] Compiling serde_path_to_error v0.1.17
30262025-08-18T19:03:32.548Z[ helios-setup] Aug 18 19:03:32.580 INFO E| Compiling fastrand v1.9.0
30272025-08-18T19:03:32.965Z[ host-package] Compiling hostname v0.4.0
30282025-08-18T19:03:33.627Z[ helios-setup] Aug 18 19:03:33.661 INFO E| Compiling tower-service v0.3.2
30292025-08-18T19:03:33.790Z[ helios-setup] Aug 18 19:03:33.825 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
30302025-08-18T19:03:33.845Z[ host-package] Compiling instant v0.1.13
30312025-08-18T19:03:34.138Z[ host-package] Compiling debug-ignore v1.0.5
30322025-08-18T19:03:34.225Z[ host-package] Compiling backoff v0.4.0
30332025-08-18T19:03:34.878Z[ helios-setup] Aug 18 19:03:34.913 INFO E| Compiling zeroize v1.8.1
30342025-08-18T19:03:35.113Z[ host-package] Compiling expectorate v1.2.0
30352025-08-18T19:03:35.196Z[ helios-setup] Aug 18 19:03:35.232 INFO E| Compiling hyper v0.14.25
30362025-08-18T19:03:36.162Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
30372025-08-18T19:03:36.652Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30382025-08-18T19:03:37.113Z[ helios-setup] Aug 18 19:03:37.151 INFO E| Compiling clap v4.2.1
30392025-08-18T19:03:37.460Z[ helios-setup] Aug 18 19:03:37.499 INFO E| Compiling tempfile v3.5.0
30402025-08-18T19:03:38.081Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30412025-08-18T19:03:38.774Z[ helios-setup] Aug 18 19:03:38.815 INFO E| Compiling toolchain_find v0.2.0
30422025-08-18T19:03:39.129Z[ helios-setup] Aug 18 19:03:39.168 INFO E| Compiling pem-rfc7468 v0.7.0
30432025-08-18T19:03:39.801Z[ helios-setup] Aug 18 19:03:39.833 INFO E| Compiling cargo-lock v8.0.3
30442025-08-18T19:03:48.810Z[ helios-setup] Aug 18 19:03:48.864 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
30452025-08-18T19:03:50.757Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30462025-08-18T19:03:51.139Z[ helios-setup] Aug 18 19:03:51.195 INFO E| Compiling flate2 v1.0.25
30472025-08-18T19:03:51.674Z[ host-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
30482025-08-18T19:03:52.612Z[ host-package] Compiling progenitor-client v0.10.0
30492025-08-18T19:03:53.208Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd)
30502025-08-18T19:03:53.996Z[ helios-setup] Aug 18 19:03:54.055 INFO E| Compiling serde_urlencoded v0.7.1
30512025-08-18T19:03:54.141Z[ host-package] Compiling iddqd v0.3.9
30522025-08-18T19:03:55.236Z[ helios-setup] Aug 18 19:03:55.297 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
30532025-08-18T19:03:56.173Z[ host-package] Compiling parse-display v0.10.0
30542025-08-18T19:03:57.212Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30552025-08-18T19:03:57.797Z[ host-package] Compiling serde_with v3.14.0
30562025-08-18T19:03:58.444Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30572025-08-18T19:04:00.454Z[ helios-setup] Aug 18 19:04:00.521 INFO E| Compiling der_derive v0.7.3
30582025-08-18T19:04:00.729Z[ helios-setup] Aug 18 19:04:00.798 INFO E| Compiling sha1 v0.10.5
30592025-08-18T19:04:02.341Z[ helios-setup] Aug 18 19:04:02.412 INFO E| Compiling flagset v0.4.7
30602025-08-18T19:04:05.539Z[ helios-setup] Aug 18 19:04:05.614 INFO E| Compiling der v0.7.10
30612025-08-18T19:04:05.803Z[ host-package] Compiling progenitor v0.10.0
30622025-08-18T19:04:07.096Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30632025-08-18T19:04:08.194Z[ helios-setup] Aug 18 19:04:08.271 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30642025-08-18T19:04:08.744Z[ helios-setup] Aug 18 19:04:08.821 INFO E| Compiling rustfmt-wrapper v0.2.0
30652025-08-18T19:04:10.369Z[ helios-setup] Aug 18 19:04:10.450 INFO E| Compiling openapiv3 v1.0.2
30662025-08-18T19:04:11.134Z[ helios-setup] Aug 18 19:04:11.216 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30672025-08-18T19:04:11.398Z[ helios-setup] Aug 18 19:04:11.480 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30682025-08-18T19:04:13.850Z[ helios-setup] Aug 18 19:04:13.935 INFO E| Compiling encoding_rs v0.8.32
30692025-08-18T19:04:14.067Z[ helios-setup] Aug 18 19:04:14.153 INFO E| Compiling ipnet v2.7.2
30702025-08-18T19:04:14.120Z[ helios-setup] Aug 18 19:04:14.206 INFO E| Compiling radium v0.7.0
30712025-08-18T19:04:15.419Z[ helios-setup] Aug 18 19:04:15.506 INFO E| Compiling base64 v0.13.1
30722025-08-18T19:04:15.919Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30732025-08-18T19:04:17.345Z[ helios-setup] Aug 18 19:04:17.435 INFO E| Compiling untrusted v0.7.1
30742025-08-18T19:04:17.803Z[ helios-setup] Aug 18 19:04:17.893 INFO E| Compiling project-root v0.2.2
30752025-08-18T19:04:18.201Z[ helios-setup] Aug 18 19:04:18.292 INFO E| Compiling unsafe-libyaml v0.2.8
30762025-08-18T19:04:18.632Z[ helios-setup] Aug 18 19:04:18.723 INFO E| Compiling mime v0.3.17
30772025-08-18T19:04:19.339Z[ helios-setup] Aug 18 19:04:19.431 INFO E| Compiling utf-8 v0.7.6
30782025-08-18T19:04:20.053Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30792025-08-18T19:04:20.270Z[ helios-setup] Aug 18 19:04:20.363 INFO E| Compiling reqwest v0.11.16
30802025-08-18T19:04:20.782Z[ helios-setup] Aug 18 19:04:20.874 INFO E| Compiling tungstenite v0.18.0
30812025-08-18T19:04:21.584Z[ helios-setup] Aug 18 19:04:21.678 INFO E| Compiling serde_yaml v0.9.21
30822025-08-18T19:04:23.966Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
30832025-08-18T19:04:24.242Z[ helios-setup] Aug 18 19:04:24.341 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30842025-08-18T19:04:28.502Z[ helios-setup] Aug 18 19:04:28.605 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30852025-08-18T19:04:30.086Z[ helios-setup] Aug 18 19:04:30.192 INFO E| Compiling spki v0.7.3
30862025-08-18T19:04:30.485Z[ host-package] Compiling macaddr v1.0.1
30872025-08-18T19:04:32.050Z[ host-package] Compiling utf-8 v0.7.6
30882025-08-18T19:04:32.759Z[ host-package] Compiling cancel-safe-futures v0.1.5
30892025-08-18T19:04:33.008Z[ helios-setup] Aug 18 19:04:33.117 INFO E| Compiling maybe-uninit v2.0.0
30902025-08-18T19:04:33.141Z[ helios-setup] Aug 18 19:04:33.251 INFO E| Compiling crossbeam-utils v0.8.14
30912025-08-18T19:04:34.001Z[ host-package] Compiling owo-colors v4.2.2
30922025-08-18T19:04:34.352Z[ helios-setup] Aug 18 19:04:34.463 INFO E| Compiling tap v1.0.1
30932025-08-18T19:04:35.017Z[ helios-setup] Aug 18 19:04:35.129 INFO E| Compiling wyz v0.5.1
30942025-08-18T19:04:35.083Z[ helios-setup] Aug 18 19:04:35.195 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30952025-08-18T19:04:35.868Z[ host-package] Compiling libsw-core v0.3.1
30962025-08-18T19:04:36.761Z[ host-package] Compiling libsw v3.5.0
30972025-08-18T19:04:40.615Z[ host-package] Compiling toml v0.8.23
30982025-08-18T19:04:43.662Z[ host-package] Compiling linear-map v1.2.0
30992025-08-18T19:04:44.195Z[ host-package] Compiling keccak v0.1.5
31002025-08-18T19:04:44.511Z[ helios-setup] Aug 18 19:04:44.636 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31012025-08-18T19:04:44.622Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31022025-08-18T19:04:45.741Z[ host-package] Compiling sha3 v0.10.8
31032025-08-18T19:04:46.064Z[ helios-setup] Aug 18 19:04:46.191 INFO E| Compiling tokio-tungstenite v0.18.0
31042025-08-18T19:04:46.952Z[ host-package] Compiling prettyplease v0.2.36
31052025-08-18T19:04:47.166Z[ helios-setup] Aug 18 19:04:47.294 INFO E| Compiling serde_spanned v0.6.1
31062025-08-18T19:04:47.815Z[ helios-setup] Aug 18 19:04:47.944 INFO E| Compiling toml_datetime v0.6.1
31072025-08-18T19:04:47.820Z[ host-package] Compiling tungstenite v0.21.0
31082025-08-18T19:04:49.333Z[ helios-setup] Aug 18 19:04:49.464 INFO E| Compiling zerocopy-derive v0.6.6
31092025-08-18T19:04:53.078Z[ helios-setup] Aug 18 19:04:53.212 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
31102025-08-18T19:04:53.529Z[ helios-setup] Aug 18 19:04:53.656 INFO E| Compiling smartstring v1.0.1
31112025-08-18T19:04:54.858Z[ helios-setup] Aug 18 19:04:54.993 INFO E| Compiling packed_struct v0.10.1
31122025-08-18T19:04:54.983Z[ helios-setup] Aug 18 19:04:55.121 INFO E| Compiling funty v2.0.0
31132025-08-18T19:04:55.981Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31142025-08-18T19:04:56.093Z[ helios-setup] Aug 18 19:04:56.231 INFO E| Compiling winnow v0.4.1
31152025-08-18T19:04:56.490Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31162025-08-18T19:04:58.766Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31172025-08-18T19:05:00.744Z[ helios-setup] Aug 18 19:05:00.889 INFO E| Compiling rustls v0.21.0
31182025-08-18T19:05:01.048Z[ helios-setup] Aug 18 19:05:01.192 INFO E| Compiling num-bigint-dig v0.8.4
31192025-08-18T19:05:01.736Z[ helios-setup] Aug 18 19:05:01.882 INFO E| Compiling bitvec v1.0.1
31202025-08-18T19:05:03.610Z[ helios-setup] Aug 18 19:05:03.759 INFO E| Compiling toml_edit v0.19.8
31212025-08-18T19:05:04.039Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31222025-08-18T19:05:05.141Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31232025-08-18T19:05:08.257Z[ helios-setup] Aug 18 19:05:08.412 INFO E| Compiling zerocopy v0.6.6
31242025-08-18T19:05:11.541Z[ helios-setup] Aug 18 19:05:11.686 INFO E| Compiling pkcs8 v0.10.2
31252025-08-18T19:05:14.223Z[ helios-setup] Aug 18 19:05:14.385 INFO E| Compiling rustls-webpki v0.100.1
31262025-08-18T19:05:15.040Z[ helios-setup] Aug 18 19:05:15.203 INFO E| Compiling sct v0.7.0
31272025-08-18T19:05:16.159Z[ helios-setup] Aug 18 19:05:16.324 INFO E| Compiling num-iter v0.1.44
31282025-08-18T19:05:16.708Z[ helios-setup] Aug 18 19:05:16.874 INFO E| Compiling packed_struct_codegen v0.10.1
31292025-08-18T19:05:16.715Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31302025-08-18T19:05:18.301Z[ helios-setup] Aug 18 19:05:18.468 INFO E| Compiling async-trait v0.1.68
31312025-08-18T19:05:19.829Z[ helios-setup] Aug 18 19:05:19.998 INFO E| Compiling crc-catalog v2.4.0
31322025-08-18T19:05:20.197Z[ helios-setup] Aug 18 19:05:20.367 INFO E| Compiling slog-async v2.7.0
31332025-08-18T19:05:20.425Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
31342025-08-18T19:05:21.539Z[ helios-setup] Aug 18 19:05:21.711 INFO E| Compiling paste v1.0.12
31352025-08-18T19:05:21.585Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31362025-08-18T19:05:21.838Z[ helios-setup] Aug 18 19:05:22.011 INFO E| Compiling static_assertions v1.1.0
31372025-08-18T19:05:22.099Z[ helios-setup] Aug 18 19:05:22.272 INFO E| Compiling nodrop v0.1.14
31382025-08-18T19:05:22.720Z[ helios-setup] Aug 18 19:05:22.893 INFO E| Compiling match_cfg v0.1.0
31392025-08-18T19:05:22.866Z[ helios-setup] Aug 18 19:05:23.039 INFO E| Compiling camino v1.1.4
31402025-08-18T19:05:23.004Z[ helios-setup] Aug 18 19:05:23.178 INFO E| Compiling hostname v0.3.1
31412025-08-18T19:05:24.338Z[ helios-setup] Aug 18 19:05:24.514 INFO E| Compiling array-init v0.0.4
31422025-08-18T19:05:26.564Z[ host-package] Compiling half v2.4.1
31432025-08-18T19:05:26.962Z[ helios-setup] Aug 18 19:05:27.139 INFO E| Compiling crc v3.3.0
31442025-08-18T19:05:27.432Z[ host-package] Compiling ciborium-io v0.2.2
31452025-08-18T19:05:27.908Z[ helios-setup] Aug 18 19:05:28.086 INFO E| Compiling crossbeam-channel v0.5.6
31462025-08-18T19:05:27.977Z[ host-package] Compiling ciborium-ll v0.2.2
31472025-08-18T19:05:28.202Z[ host-package] Compiling tokio-tungstenite v0.21.0
31482025-08-18T19:05:28.298Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31492025-08-18T19:05:28.998Z[ helios-setup] Aug 18 19:05:29.179 INFO E| Compiling pkcs1 v0.7.5
31502025-08-18T19:05:29.059Z[ host-package] Compiling ciborium v0.2.2
31512025-08-18T19:05:29.844Z[ host-package] Compiling papergrid v0.11.0
31522025-08-18T19:05:30.625Z[ host-package] Compiling tabled_derive v0.7.0
31532025-08-18T19:05:31.175Z[ helios-setup] Aug 18 19:05:31.359 INFO E| Compiling smallvec v0.6.14
31542025-08-18T19:05:32.292Z[ helios-setup] Aug 18 19:05:32.478 INFO E| Compiling toml v0.7.3
31552025-08-18T19:05:33.562Z[ host-package] Compiling highway v1.3.0
31562025-08-18T19:05:34.814Z[ host-package] Compiling tabled v0.15.0
31572025-08-18T19:05:35.027Z[ helios-setup] Aug 18 19:05:35.216 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
31582025-08-18T19:05:35.115Z[ helios-setup] Aug 18 19:05:35.303 INFO E| Compiling slog-json v2.6.1
31592025-08-18T19:05:35.602Z[ helios-setup] Aug 18 19:05:35.792 INFO E| Compiling unicode-linebreak v0.1.4
31602025-08-18T19:05:36.138Z[ helios-setup] Aug 18 19:05:36.329 INFO E| Compiling bitflags v2.9.1
31612025-08-18T19:05:36.850Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31622025-08-18T19:05:37.758Z[ helios-setup] Aug 18 19:05:37.951 INFO E| Compiling bincode v1.3.3
31632025-08-18T19:05:38.895Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31642025-08-18T19:05:39.782Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
31652025-08-18T19:05:40.343Z[ helios-setup] Aug 18 19:05:40.539 INFO E| Compiling signature v2.2.0
31662025-08-18T19:05:40.880Z[ helios-setup] Aug 18 19:05:41.076 INFO E| Compiling async-stream-impl v0.3.5
31672025-08-18T19:05:41.028Z[ helios-setup] Aug 18 19:05:41.225 INFO E| Compiling rhai_codegen v1.5.0
31682025-08-18T19:05:41.709Z[ helios-setup] Aug 18 19:05:41.907 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31692025-08-18T19:05:41.878Z[ helios-setup] Aug 18 19:05:42.076 INFO E| Compiling take_mut v0.2.2
31702025-08-18T19:05:42.284Z[ helios-setup] Aug 18 19:05:42.483 INFO E| Compiling bitfield v0.14.0
31712025-08-18T19:05:42.695Z[ helios-setup] Aug 18 19:05:42.894 INFO E| Compiling allocator-api2 v0.2.21
31722025-08-18T19:05:43.063Z[ helios-setup] Aug 18 19:05:43.261 INFO E| Compiling subtle v2.6.1
31732025-08-18T19:05:43.731Z[ helios-setup] Aug 18 19:05:43.931 INFO E| Compiling foldhash v0.1.5
31742025-08-18T19:05:43.901Z[ helios-setup] Aug 18 19:05:44.101 INFO E| Compiling equivalent v1.0.2
31752025-08-18T19:05:43.978Z[ helios-setup] Aug 18 19:05:44.179 INFO E| Compiling termcolor v1.2.0
31762025-08-18T19:05:44.549Z[ helios-setup] Aug 18 19:05:44.750 INFO E| Compiling hashbrown v0.15.3
31772025-08-18T19:05:44.670Z[ helios-setup] Aug 18 19:05:44.872 INFO E| Compiling async-stream v0.3.5
31782025-08-18T19:05:44.962Z[ helios-setup] Aug 18 19:05:45.164 INFO E| Compiling rsa v0.9.8
31792025-08-18T19:05:45.952Z[ helios-setup] Aug 18 19:05:46.156 INFO E| Compiling env_logger v0.10.2
31802025-08-18T19:05:46.046Z[ helios-setup] Aug 18 19:05:46.248 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#f05c063e)
31812025-08-18T19:05:46.437Z[ helios-setup] Aug 18 19:05:46.640 INFO E| Compiling rhai v1.14.0
31822025-08-18T19:05:46.834Z[ host-package] Compiling resolv-conf v0.7.0
31832025-08-18T19:05:48.533Z[ helios-setup] Aug 18 19:05:48.740 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
31842025-08-18T19:05:49.530Z[ helios-setup] Aug 18 19:05:49.738 INFO E| Compiling ron v0.8.1
31852025-08-18T19:05:50.087Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
31862025-08-18T19:05:50.392Z[ host-package] Compiling universal-hash v0.5.1
31872025-08-18T19:05:51.050Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
31882025-08-18T19:05:51.833Z[ helios-setup] Aug 18 19:05:52.044 INFO E| Compiling tokio-rustls v0.24.0
31892025-08-18T19:05:52.651Z[ helios-setup] Aug 18 19:05:52.863 INFO E| Compiling slog-bunyan v2.4.0
31902025-08-18T19:05:52.851Z[ helios-setup] Aug 18 19:05:53.062 INFO E| Compiling serde-hex v0.1.0
31912025-08-18T19:05:53.304Z[ helios-setup] Aug 18 19:05:53.516 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
31922025-08-18T19:05:54.819Z[ host-package] Compiling opaque-debug v0.3.1
31932025-08-18T19:05:54.884Z[ host-package] Compiling semver v0.1.20
31942025-08-18T19:05:55.318Z[ host-package] Compiling poly1305 v0.8.0
31952025-08-18T19:05:56.070Z[ host-package] Compiling rustc_version v0.1.7
31962025-08-18T19:05:56.197Z[ host-package] Compiling thiserror-no-std v2.0.2
31972025-08-18T19:05:56.902Z[ host-package] Compiling tough v0.20.0
31982025-08-18T19:05:57.028Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
31992025-08-18T19:05:58.048Z[ helios-setup] Aug 18 19:05:58.267 INFO E| Compiling x509-cert v0.2.5
32002025-08-18T19:05:58.139Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32012025-08-18T19:05:58.511Z[ host-package] Compiling chacha20 v0.9.1
32022025-08-18T19:05:58.959Z[ host-package] Compiling aead v0.5.2
32032025-08-18T19:05:59.090Z[ helios-setup] Aug 18 19:05:59.310 INFO E| Compiling rustls-pemfile v1.0.2
32042025-08-18T19:05:59.365Z[ host-package] Compiling newtype_derive v0.1.6
32052025-08-18T19:05:59.453Z[ host-package] Compiling vsss-rs v3.3.4
32062025-08-18T19:05:59.932Z[ helios-setup] Aug 18 19:06:00.153 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32072025-08-18T19:05:59.936Z[ host-package] Compiling chacha20poly1305 v0.10.1
32082025-08-18T19:06:00.478Z[ host-package] Compiling unicode-linebreak v0.1.5
32092025-08-18T19:06:00.503Z[ helios-setup] Aug 18 19:06:00.725 INFO E| Compiling serde_path_to_error v0.1.11
32102025-08-18T19:06:00.604Z[ helios-setup] Aug 18 19:06:00.821 INFO E| Compiling derive-where v1.4.0
32112025-08-18T19:06:00.775Z[ host-package] Compiling linked-hash-map v0.5.6
32122025-08-18T19:06:01.710Z[ host-package] Compiling smawk v0.3.2
32132025-08-18T19:06:01.953Z[ host-package] Compiling lru-cache v0.1.2
32142025-08-18T19:06:02.402Z[ helios-setup] Aug 18 19:06:02.626 INFO E| Compiling hex v0.4.3
32152025-08-18T19:06:02.663Z[ host-package] Compiling textwrap v0.16.2
32162025-08-18T19:06:03.119Z[ host-package] Compiling humantime v2.2.0
32172025-08-18T19:06:03.740Z[ helios-setup] Aug 18 19:06:03.966 INFO E| Compiling debug-ignore v1.0.5
32182025-08-18T19:06:04.135Z[ helios-setup] Aug 18 19:06:04.361 INFO E| Compiling crc-any v2.5.0
32192025-08-18T19:06:04.186Z[ helios-setup] Aug 18 19:06:04.413 INFO E| Compiling rustc-hash v2.1.1
32202025-08-18T19:06:04.238Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32212025-08-18T19:06:04.624Z[ helios-setup] Aug 18 19:06:04.851 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32222025-08-18T19:06:05.626Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
32232025-08-18T19:06:06.661Z[ helios-setup] Aug 18 19:06:06.891 INFO E| Compiling iddqd v0.3.1
32242025-08-18T19:06:07.578Z[ helios-setup] Aug 18 19:06:07.809 INFO E| Compiling object v0.30.4
32252025-08-18T19:06:07.996Z[ helios-setup] Aug 18 19:06:08.228 INFO E| Compiling smawk v0.3.1
32262025-08-18T19:06:08.510Z[ host-package] Compiling hickory-proto v0.24.4
32272025-08-18T19:06:08.534Z[ helios-setup] Aug 18 19:06:08.765 INFO E| Compiling path-slash v0.1.5
32282025-08-18T19:06:09.042Z[ helios-setup] Aug 18 19:06:09.275 INFO E| Compiling textwrap v0.16.0
32292025-08-18T19:06:09.301Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32302025-08-18T19:06:12.771Z[ host-package] Compiling steno v0.4.1
32312025-08-18T19:06:13.749Z[ host-package] Compiling slog-dtrace v0.3.0
32322025-08-18T19:06:14.196Z[ helios-setup] Aug 18 19:06:14.436 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#f05c063e)
32332025-08-18T19:06:14.953Z[ host-package] Compiling moka v0.12.10
32342025-08-18T19:06:15.462Z[ host-package] Compiling tagptr v0.2.0
32352025-08-18T19:06:15.611Z[ helios-setup] Aug 18 19:06:15.852 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
32362025-08-18T19:06:16.459Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32372025-08-18T19:06:19.801Z[ helios-setup] Aug 18 19:06:20.047 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
32382025-08-18T19:06:24.124Z[ host-package] Compiling hickory-resolver v0.24.4
32392025-08-18T19:06:25.382Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32402025-08-18T19:06:29.346Z[ host-package] Compiling hickory-resolver v0.25.2
32412025-08-18T19:06:35.913Z[ helios-setup] Aug 18 19:06:36.180 INFO E| Compiling bzip2 v0.4.4
32422025-08-18T19:06:37.072Z[ helios-setup] Aug 18 19:06:37.339 INFO E| Compiling zip v0.6.6
32432025-08-18T19:06:37.792Z[ host-package] Compiling qorb v0.4.1
32442025-08-18T19:06:39.109Z[ helios-setup] Aug 18 19:06:39.380 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
32452025-08-18T19:06:50.878Z[ helios-setup] Aug 18 19:06:50.905 INFO E| Compiling git2 v0.16.1
32462025-08-18T19:06:52.115Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32472025-08-18T19:06:55.988Z[ helios-setup] Aug 18 19:06:55.701 INFO E| Compiling built v0.6.0
32482025-08-18T19:06:57.884Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32492025-08-18T19:06:57.948Z[ helios-setup] Aug 18 19:06:57.540 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32502025-08-18T19:06:59.268Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32512025-08-18T19:06:59.375Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32522025-08-18T19:06:59.537Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32532025-08-18T19:06:59.871Z[ helios-setup] Aug 18 19:06:59.345 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
32542025-08-18T19:07:00.528Z[ helios-setup] Aug 18 19:06:59.962 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
32552025-08-18T19:07:01.124Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32562025-08-18T19:07:01.565Z[ helios-setup] Aug 18 19:07:00.936 INFO E| warning: struct `NeedRequestContext` is never constructed
32572025-08-18T19:07:01.565Z[ helios-setup] Aug 18 19:07:00.936 INFO E| --> racktest/agent/server/src/lib.rs:104:9
32582025-08-18T19:07:01.568Z[ helios-setup] Aug 18 19:07:00.936 INFO E| |
32592025-08-18T19:07:01.568Z[ helios-setup] Aug 18 19:07:00.936 INFO E| 104 | rc: RequestContext<Arc<Agent>>,
32602025-08-18T19:07:01.568Z[ helios-setup] Aug 18 19:07:00.936 INFO E| | ^^^^^^^^^^^^^^
32612025-08-18T19:07:01.568Z[ helios-setup] Aug 18 19:07:00.936 INFO E| |
32622025-08-18T19:07:01.568Z[ helios-setup] Aug 18 19:07:00.936 INFO E| = note: `#[warn(dead_code)]` on by default
32632025-08-18T19:07:01.568Z[ helios-setup] Aug 18 19:07:00.936 INFO E| warning: struct `NeedHttpResponse` is never constructed
32642025-08-18T19:07:01.568Z[ helios-setup] Aug 18 19:07:00.936 INFO E| --> racktest/agent/server/src/lib.rs:107:6
32652025-08-18T19:07:01.568Z[ helios-setup] Aug 18 19:07:00.936 INFO E| |
32662025-08-18T19:07:01.568Z[ helios-setup] Aug 18 19:07:00.936 INFO E| 107 | ) -> DSResult<HttpResponseUpdatedNoContent> {
32672025-08-18T19:07:01.568Z[ helios-setup] Aug 18 19:07:00.936 INFO E| | ^^^^^^^^
32682025-08-18T19:07:01.568Z[ helios-setup] Aug 18 19:07:00.936 INFO E| warning: struct `NeedRequestContext` is never constructed
32692025-08-18T19:07:01.568Z[ helios-setup] Aug 18 19:07:00.936 INFO E| --> racktest/agent/server/src/lib.rs:132:9
32702025-08-18T19:07:01.568Z[ helios-setup] Aug 18 19:07:00.936 INFO E| |
32712025-08-18T19:07:01.568Z[ helios-setup] Aug 18 19:07:00.936 INFO E| 132 | rc: RequestContext<Arc<Agent>>,
32722025-08-18T19:07:01.568Z[ helios-setup] Aug 18 19:07:00.936 INFO E| | ^^^^^^^^^^^^^^
32732025-08-18T19:07:01.568Z[ helios-setup] Aug 18 19:07:00.936 INFO E| warning: struct `NeedHttpResponse` is never constructed
32742025-08-18T19:07:01.568Z[ helios-setup] Aug 18 19:07:00.936 INFO E| --> racktest/agent/server/src/lib.rs:135:6
32752025-08-18T19:07:01.568Z[ helios-setup] Aug 18 19:07:00.936 INFO E| |
32762025-08-18T19:07:01.568Z[ helios-setup] Aug 18 19:07:00.936 INFO E| 135 | ) -> DSResult<HttpResponseUpdatedNoContent> {
32772025-08-18T19:07:01.569Z[ helios-setup] Aug 18 19:07:00.936 INFO E| | ^^^^^^^^
32782025-08-18T19:07:01.569Z[ helios-setup] Aug 18 19:07:00.936 INFO E| warning: struct `NeedRequestContext` is never constructed
32792025-08-18T19:07:01.569Z[ helios-setup] Aug 18 19:07:00.936 INFO E| --> racktest/agent/server/src/lib.rs:284:9
32802025-08-18T19:07:01.569Z[ helios-setup] Aug 18 19:07:00.936 INFO E| |
32812025-08-18T19:07:01.569Z[ helios-setup] Aug 18 19:07:00.936 INFO E| 284 | rc: RequestContext<Arc<Agent>>,
32822025-08-18T19:07:01.569Z[ helios-setup] Aug 18 19:07:00.936 INFO E| | ^^^^^^^^^^^^^^
32832025-08-18T19:07:01.569Z[ helios-setup] Aug 18 19:07:00.936 INFO E| warning: struct `NeedRequestContext` is never constructed
32842025-08-18T19:07:01.569Z[ helios-setup] Aug 18 19:07:00.936 INFO E| --> racktest/agent/server/src/lib.rs:406:9
32852025-08-18T19:07:01.569Z[ helios-setup] Aug 18 19:07:00.936 INFO E| |
32862025-08-18T19:07:01.569Z[ helios-setup] Aug 18 19:07:00.936 INFO E| 406 | rc: RequestContext<Arc<Agent>>,
32872025-08-18T19:07:01.569Z[ helios-setup] Aug 18 19:07:00.936 INFO E| | ^^^^^^^^^^^^^^
32882025-08-18T19:07:02.906Z[ helios-setup] Aug 18 19:07:02.194 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
32892025-08-18T19:07:10.320Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32902025-08-18T19:07:10.414Z[ host-package] Compiling maplit v1.0.2
32912025-08-18T19:07:10.418Z[ host-package] Compiling crunchy v0.2.2
32922025-08-18T19:07:10.840Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32932025-08-18T19:07:11.630Z[ host-package] Compiling dsl_auto_type v0.1.2
32942025-08-18T19:07:11.980Z[ host-package] Compiling scheduled-thread-pool v0.2.7
32952025-08-18T19:07:14.347Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
32962025-08-18T19:07:14.411Z[ helios-setup] Aug 18 19:07:12.994 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
32972025-08-18T19:07:14.423Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
32982025-08-18T19:07:14.523Z[ host-package] Compiling tiny-keccak v2.0.2
32992025-08-18T19:07:15.160Z[ host-package] Compiling diesel_derives v2.2.3
33002025-08-18T19:07:15.490Z[ helios-setup] Aug 18 19:07:14.007 INFO E| warning: `racktest-agent` (lib) generated 6 warnings
33012025-08-18T19:07:15.654Z[ host-package] Compiling r2d2 v0.8.10
33022025-08-18T19:07:15.860Z[ host-package] Compiling proc-macro-error2 v2.0.1
33032025-08-18T19:07:17.534Z[ host-package] Compiling const_format_proc_macros v0.2.34
33042025-08-18T19:07:21.123Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33052025-08-18T19:07:23.286Z[ host-package] Compiling num-derive v0.3.3
33062025-08-18T19:07:27.156Z[ host-package] Compiling bit-vec v0.6.3
33072025-08-18T19:07:27.742Z[ host-package] Compiling libscf-sys v1.1.0
33082025-08-18T19:07:27.977Z[ host-package] Compiling bit-set v0.5.3
33092025-08-18T19:07:28.758Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33102025-08-18T19:07:32.974Z[ host-package] Compiling const_format v0.2.34
33112025-08-18T19:07:34.376Z[ host-package] Compiling diesel v2.2.12
33122025-08-18T19:07:36.896Z[ host-package] Compiling tabled_derive v0.10.0
33132025-08-18T19:07:38.591Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33142025-08-18T19:07:41.192Z[ host-package] Compiling papergrid v0.14.0
33152025-08-18T19:07:41.465Z[ host-package] Compiling ascii-canvas v3.0.0
33162025-08-18T19:07:42.702Z[ host-package] Compiling ena v0.14.3
33172025-08-18T19:07:43.601Z[ host-package] Compiling regex-syntax v0.6.29
33182025-08-18T19:07:47.509Z[ helios-setup] Aug 18 19:07:45.868 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33192025-08-18T19:07:49.275Z[ host-package] Compiling diff v0.1.13
33202025-08-18T19:07:49.942Z[ host-package] Compiling bindgen v0.71.1
33212025-08-18T19:07:50.263Z[ host-package] Compiling lalrpop v0.19.12
33222025-08-18T19:07:50.898Z[ host-package] Compiling tabled v0.18.0
33232025-08-18T19:07:53.703Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33242025-08-18T19:07:54.374Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33252025-08-18T19:07:56.200Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33262025-08-18T19:07:56.645Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33272025-08-18T19:07:57.168Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33282025-08-18T19:07:57.457Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
33292025-08-18T19:07:57.747Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
33302025-08-18T19:08:02.264Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
33312025-08-18T19:08:03.702Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33322025-08-18T19:08:04.797Z[ host-package] Compiling derive_builder_core v0.20.2
33332025-08-18T19:08:08.699Z[ host-package] Compiling headers-core v0.3.0
33342025-08-18T19:08:09.148Z[ host-package] Compiling libxml v0.3.3
33352025-08-18T19:08:10.248Z[ host-package] Compiling headers v0.4.1
33362025-08-18T19:08:15.922Z[ host-package] Compiling derive_builder_macro v0.20.2
33372025-08-18T19:08:20.309Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33382025-08-18T19:08:20.794Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33392025-08-18T19:08:20.942Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33402025-08-18T19:08:21.083Z[ host-package] Compiling samael v0.0.19
33412025-08-18T19:08:22.209Z[ host-package] Compiling strum_macros v0.24.3
33422025-08-18T19:08:22.438Z[ host-package] Compiling polar-core v0.27.3
33432025-08-18T19:08:22.962Z[ host-package] Compiling convert_case v0.7.1
33442025-08-18T19:08:24.384Z[ host-package] Compiling indoc v1.0.9
33452025-08-18T19:08:24.527Z[ host-package] Compiling crc8 v0.1.1
33462025-08-18T19:08:25.329Z[ host-package] Compiling termtree v0.5.1
33472025-08-18T19:08:25.881Z[ host-package] Compiling derive_more-impl v2.0.1
33482025-08-18T19:08:26.521Z[ host-package] Compiling derive_builder v0.20.2
33492025-08-18T19:08:27.366Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33502025-08-18T19:08:28.007Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
33512025-08-18T19:08:28.242Z[ host-package] Compiling oso-derive v0.27.3
33522025-08-18T19:08:29.143Z[ host-package] Compiling quick-xml v0.37.2
33532025-08-18T19:08:30.697Z[ host-package] Compiling derive_more v2.0.1
33542025-08-18T19:08:31.315Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33552025-08-18T19:08:33.141Z[ host-package] Compiling diesel-dtrace v0.4.2
33562025-08-18T19:08:34.088Z[ host-package] Compiling vte_generate_state_changes v0.1.2
33572025-08-18T19:08:34.172Z[ host-package] Compiling arc-swap v1.7.1
33582025-08-18T19:08:35.013Z[ host-package] Compiling siphasher v1.0.1
33592025-08-18T19:08:35.118Z[ host-package] Compiling vte v0.11.1
33602025-08-18T19:08:35.283Z[ host-package] Compiling slog-scope v4.4.0
33612025-08-18T19:08:35.836Z[ host-package] Compiling phf_shared v0.12.1
33622025-08-18T19:08:36.537Z[ host-package] Compiling crossterm v0.29.0
33632025-08-18T19:08:36.611Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520)
33642025-08-18T19:08:37.156Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33652025-08-18T19:08:37.228Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33662025-08-18T19:08:41.107Z[ helios-setup] Aug 18 19:08:39.534 INFO E| Finished `release` profile [optimized] target(s) in 6m 37s
33672025-08-18T19:08:41.247Z[ helios-setup] Aug 18 19:08:39.675 INFO building project "pilot" ok (398 seconds)
33682025-08-18T19:08:41.253Z[ helios-setup] Aug 18 19:08:39.675 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
33692025-08-18T19:08:41.364Z[ helios-setup] Aug 18 19:08:39.791 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.89.0-x86_64-unknown-illumos (default)"
33702025-08-18T19:08:41.364Z[ helios-setup] Aug 18 19:08:39.791 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
33712025-08-18T19:08:41.370Z[ helios-setup] Aug 18 19:08:39.791 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
33722025-08-18T19:08:41.688Z[ helios-setup] Aug 18 19:08:40.114 INFO E| Downloading crates ...
33732025-08-18T19:08:41.753Z[ helios-setup] Aug 18 19:08:40.182 INFO E| Downloaded sha2 v0.10.5
33742025-08-18T19:08:41.757Z[ helios-setup] Aug 18 19:08:40.186 INFO E| Downloaded digest v0.10.3
33752025-08-18T19:08:41.761Z[ helios-setup] Aug 18 19:08:40.190 INFO E| Downloaded bytes v1.2.1
33762025-08-18T19:08:41.768Z[ helios-setup] Aug 18 19:08:40.196 INFO E| Downloaded typenum v1.15.0
33772025-08-18T19:08:41.771Z[ helios-setup] Aug 18 19:08:40.200 INFO E| Downloaded anyhow v1.0.62
33782025-08-18T19:08:41.852Z[ helios-setup] Aug 18 19:08:40.279 INFO E| Compiling version_check v0.9.4
33792025-08-18T19:08:41.852Z[ helios-setup] Aug 18 19:08:40.279 INFO E| Compiling typenum v1.15.0
33802025-08-18T19:08:41.855Z[ helios-setup] Aug 18 19:08:40.279 INFO E| Compiling cfg-if v1.0.0
33812025-08-18T19:08:41.855Z[ helios-setup] Aug 18 19:08:40.280 INFO E| Compiling crc32fast v1.3.2
33822025-08-18T19:08:41.855Z[ helios-setup] Aug 18 19:08:40.280 INFO E| Compiling adler v1.0.2
33832025-08-18T19:08:41.855Z[ helios-setup] Aug 18 19:08:40.280 INFO E| Compiling anyhow v1.0.62
33842025-08-18T19:08:41.855Z[ helios-setup] Aug 18 19:08:40.280 INFO E| Compiling cpufeatures v0.2.5
33852025-08-18T19:08:41.855Z[ helios-setup] Aug 18 19:08:40.280 INFO E| Compiling unicode-width v0.1.10
33862025-08-18T19:08:42.522Z[ helios-setup] Aug 18 19:08:40.952 INFO E| Compiling miniz_oxide v0.6.2
33872025-08-18T19:08:42.568Z[ helios-setup] Aug 18 19:08:40.997 INFO E| Compiling getopts v0.2.21
33882025-08-18T19:08:42.762Z[ helios-setup] Aug 18 19:08:41.191 INFO E| Compiling bytes v1.2.1
33892025-08-18T19:08:42.762Z[ helios-setup] Aug 18 19:08:41.191 INFO E| Compiling bitflags v1.3.2
33902025-08-18T19:08:42.879Z[ helios-setup] Aug 18 19:08:41.309 INFO E| Compiling generic-array v0.14.6
33912025-08-18T19:08:44.544Z[ helios-setup] Aug 18 19:08:42.976 INFO E| Compiling flate2 v1.0.25
33922025-08-18T19:08:46.445Z[ host-package] Compiling bb8 v0.8.5
33932025-08-18T19:08:47.311Z[ host-package] Compiling unicase v2.7.0
33942025-08-18T19:08:47.386Z[ host-package] Compiling chrono-tz v0.10.4
33952025-08-18T19:08:47.763Z[ host-package] Compiling xshell-macros v0.2.7
33962025-08-18T19:08:47.921Z[ host-package] Compiling async-bb8-diesel v0.2.1
33972025-08-18T19:08:48.054Z[ helios-setup] Aug 18 19:08:46.490 INFO E| Compiling crypto-common v0.1.6
33982025-08-18T19:08:48.054Z[ helios-setup] Aug 18 19:08:46.490 INFO E| Compiling block-buffer v0.10.3
33992025-08-18T19:08:48.332Z[ helios-setup] Aug 18 19:08:46.769 INFO E| Compiling digest v0.10.3
34002025-08-18T19:08:48.745Z[ host-package] Compiling xshell v0.2.7
34012025-08-18T19:08:48.866Z[ helios-setup] Aug 18 19:08:47.302 INFO E| Compiling sha2 v0.10.5
34022025-08-18T19:08:48.943Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520)
34032025-08-18T19:08:49.551Z[ helios-setup] Aug 18 19:08:47.989 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
34042025-08-18T19:08:53.243Z[ host-package] Compiling strip-ansi-escapes v0.2.0
34052025-08-18T19:08:53.635Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34062025-08-18T19:08:54.396Z[ host-package] Compiling phf v0.12.1
34072025-08-18T19:08:54.443Z[ helios-setup] Aug 18 19:08:52.884 INFO E| Finished `release` profile [optimized] target(s) in 12.95s
34082025-08-18T19:08:54.460Z[ helios-setup] Aug 18 19:08:52.901 INFO building project "bootserver" ok (13 seconds)
34092025-08-18T19:08:54.461Z[ helios-setup] Aug 18 19:08:52.901 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
34102025-08-18T19:08:54.601Z[ helios-setup] Aug 18 19:08:53.005 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.89.0-x86_64-unknown-illumos (default)"
34112025-08-18T19:08:54.602Z[ helios-setup] Aug 18 19:08:53.005 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
34122025-08-18T19:08:54.640Z[ helios-setup] Aug 18 19:08:53.005 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
34132025-08-18T19:08:54.795Z[ host-package] Compiling slog-stdlog v4.1.1
34142025-08-18T19:08:54.977Z[ helios-setup] Aug 18 19:08:53.418 INFO E| Downloading crates ...
34152025-08-18T19:08:55.071Z[ helios-setup] Aug 18 19:08:53.513 INFO E| Downloaded miniz_oxide v0.8.8
34162025-08-18T19:08:55.132Z[ helios-setup] Aug 18 19:08:53.575 INFO E| Compiling adler2 v2.0.0
34172025-08-18T19:08:55.323Z[ helios-setup] Aug 18 19:08:53.766 INFO E| Compiling miniz_oxide v0.8.8
34182025-08-18T19:08:55.777Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34192025-08-18T19:08:56.830Z[ host-package] Compiling oso v0.27.3
34202025-08-18T19:08:58.130Z[ helios-setup] Aug 18 19:08:56.579 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
34212025-08-18T19:08:59.073Z[ helios-setup] Aug 18 19:08:57.523 INFO E| Finished `release` profile [optimized] target(s) in 4.41s
34222025-08-18T19:08:59.085Z[ helios-setup] Aug 18 19:08:57.536 INFO building project "pinprick" ok (4 seconds)
34232025-08-18T19:08:59.085Z[ helios-setup] Aug 18 19:08:57.536 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
34242025-08-18T19:08:59.204Z[ helios-setup] Aug 18 19:08:57.655 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.89.0-x86_64-unknown-illumos (default)"
34252025-08-18T19:08:59.204Z[ helios-setup] Aug 18 19:08:57.655 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
34262025-08-18T19:08:59.208Z[ helios-setup] Aug 18 19:08:57.655 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
34272025-08-18T19:08:59.622Z[ helios-setup] Aug 18 19:08:58.073 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
34282025-08-18T19:09:00.059Z[ helios-setup] Aug 18 19:08:58.507 INFO E| From https://github.com/jclulow/rust-jmclib
34292025-08-18T19:09:00.059Z[ helios-setup] Aug 18 19:08:58.507 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
34302025-08-18T19:09:00.076Z[ helios-setup] Aug 18 19:08:58.528 INFO E| Updating crates.io index
34312025-08-18T19:09:00.263Z[ helios-setup] Aug 18 19:08:58.714 INFO E| Downloading crates ...
34322025-08-18T19:09:00.369Z[ helios-setup] Aug 18 19:08:58.814 INFO E| Downloaded uuid v0.8.2
34332025-08-18T19:09:00.382Z[ helios-setup] Aug 18 19:08:58.820 INFO E| Downloaded opaque-debug v0.3.0
34342025-08-18T19:09:00.382Z[ helios-setup] Aug 18 19:08:58.821 INFO E| Downloaded ryu v1.0.15
34352025-08-18T19:09:00.382Z[ helios-setup] Aug 18 19:08:58.826 INFO E| Downloaded quote v1.0.31
34362025-08-18T19:09:00.382Z[ helios-setup] Aug 18 19:08:58.830 INFO E| Downloaded serde_derive v1.0.193
34372025-08-18T19:09:00.399Z[ helios-setup] Aug 18 19:08:58.834 INFO E| Downloaded libdevinfo-sys v1.0.0
34382025-08-18T19:09:00.399Z[ helios-setup] Aug 18 19:08:58.835 INFO E| Downloaded block-buffer v0.9.0
34392025-08-18T19:09:00.399Z[ helios-setup] Aug 18 19:08:58.836 INFO E| Downloaded bitflags v2.3.3
34402025-08-18T19:09:00.412Z[ helios-setup] Aug 18 19:08:58.840 INFO E| Downloaded tempfile v3.7.0
34412025-08-18T19:09:00.412Z[ helios-setup] Aug 18 19:08:58.844 INFO E| Downloaded unicode-ident v1.0.11
34422025-08-18T19:09:00.412Z[ helios-setup] Aug 18 19:08:58.848 INFO E| Downloaded proc-macro2 v1.0.66
34432025-08-18T19:09:00.412Z[ helios-setup] Aug 18 19:08:58.851 INFO E| Downloaded md-5 v0.9.1
34442025-08-18T19:09:00.412Z[ helios-setup] Aug 18 19:08:58.853 INFO E| Downloaded getrandom v0.2.10
34452025-08-18T19:09:00.412Z[ helios-setup] Aug 18 19:08:58.858 INFO E| Downloaded digest v0.9.0
34462025-08-18T19:09:00.419Z[ helios-setup] Aug 18 19:08:58.860 INFO E| Downloaded sha-1 v0.9.8
34472025-08-18T19:09:00.419Z[ helios-setup] Aug 18 19:08:58.862 INFO E| Downloaded itoa v1.0.9
34482025-08-18T19:09:00.419Z[ helios-setup] Aug 18 19:08:58.864 INFO E| Downloaded fastrand v2.0.0
34492025-08-18T19:09:00.419Z[ helios-setup] Aug 18 19:08:58.866 INFO E| Downloaded cpufeatures v0.2.9
34502025-08-18T19:09:00.419Z[ helios-setup] Aug 18 19:08:58.868 INFO E| Downloaded anyhow v1.0.72
34512025-08-18T19:09:00.425Z[ helios-setup] Aug 18 19:08:58.873 INFO E| Downloaded once_cell v1.18.0
34522025-08-18T19:09:00.432Z[ helios-setup] Aug 18 19:08:58.876 INFO E| Downloaded glob v0.3.1
34532025-08-18T19:09:00.454Z[ helios-setup] Aug 18 19:08:58.903 INFO E| Downloaded libc v0.2.147
34542025-08-18T19:09:00.527Z[ helios-setup] Aug 18 19:08:58.963 INFO E| Downloaded rustix v0.38.4
34552025-08-18T19:09:00.543Z[ helios-setup] Aug 18 19:08:58.993 INFO E| Downloaded serde_json v1.0.103
34562025-08-18T19:09:00.551Z[ helios-setup] Aug 18 19:08:59.002 INFO E| Downloaded serde v1.0.193
34572025-08-18T19:09:00.586Z[ helios-setup] Aug 18 19:08:59.032 INFO E| Downloaded syn v2.0.32
34582025-08-18T19:09:00.669Z[ helios-setup] Aug 18 19:08:59.122 INFO E| Compiling libc v0.2.147
34592025-08-18T19:09:00.763Z[ helios-setup] Aug 18 19:08:59.202 INFO E| Compiling proc-macro2 v1.0.66
34602025-08-18T19:09:00.763Z[ helios-setup] Aug 18 19:08:59.202 INFO E| Compiling unicode-ident v1.0.11
34612025-08-18T19:09:00.766Z[ helios-setup] Aug 18 19:08:59.203 INFO E| Compiling cfg-if v1.0.0
34622025-08-18T19:09:00.766Z[ helios-setup] Aug 18 19:08:59.203 INFO E| Compiling version_check v0.9.4
34632025-08-18T19:09:00.767Z[ helios-setup] Aug 18 19:08:59.203 INFO E| Compiling typenum v1.16.0
34642025-08-18T19:09:00.767Z[ helios-setup] Aug 18 19:08:59.203 INFO E| Compiling serde v1.0.193
34652025-08-18T19:09:00.767Z[ helios-setup] Aug 18 19:08:59.211 INFO E| Compiling num-conv v0.1.0
34662025-08-18T19:09:01.064Z[ helios-setup] Aug 18 19:08:59.517 INFO E| Compiling itoa v1.0.9
34672025-08-18T19:09:01.369Z[ helios-setup] Aug 18 19:08:59.823 INFO E| Compiling time-core v0.1.2
34682025-08-18T19:09:01.489Z[ helios-setup] Aug 18 19:08:59.943 INFO E| Compiling rustix v0.38.4
34692025-08-18T19:09:01.698Z[ helios-setup] Aug 18 19:09:00.152 INFO E| Compiling slog v2.7.0
34702025-08-18T19:09:01.709Z[ helios-setup] Aug 18 19:09:00.163 INFO E| Compiling powerfmt v0.2.0
34712025-08-18T19:09:01.821Z[ helios-setup] Aug 18 19:09:00.275 INFO E| Compiling time-macros v0.2.18
34722025-08-18T19:09:01.852Z[ helios-setup] Aug 18 19:09:00.306 INFO E| Compiling generic-array v0.14.7
34732025-08-18T19:09:02.699Z[ helios-setup] Aug 18 19:09:01.154 INFO E| Compiling deranged v0.3.11
34742025-08-18T19:09:02.844Z[ helios-setup] Aug 18 19:09:01.300 INFO E| Compiling bitflags v2.3.3
34752025-08-18T19:09:03.242Z[ helios-setup] Aug 18 19:09:01.697 INFO E| Compiling once_cell v1.18.0
34762025-08-18T19:09:03.708Z[ helios-setup] Aug 18 19:09:02.164 INFO E| Compiling num_threads v0.1.6
34772025-08-18T19:09:04.060Z[ helios-setup] Aug 18 19:09:02.517 INFO E| Compiling quote v1.0.31
34782025-08-18T19:09:04.070Z[ helios-setup] Aug 18 19:09:02.526 INFO E| Compiling thread_local v1.1.7
34792025-08-18T19:09:04.099Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34802025-08-18T19:09:04.832Z[ host-package] Compiling fd-lock v4.0.2
34812025-08-18T19:09:05.063Z[ helios-setup] Aug 18 19:09:03.521 INFO E| Compiling syn v2.0.32
34822025-08-18T19:09:05.128Z[ helios-setup] Aug 18 19:09:03.586 INFO E| Compiling dirs-sys-next v0.1.2
34832025-08-18T19:09:05.258Z[ helios-setup] Aug 18 19:09:03.717 INFO E| Compiling errno v0.3.1
34842025-08-18T19:09:05.289Z[ helios-setup] Aug 18 19:09:03.747 INFO E| Compiling atty v0.2.14
34852025-08-18T19:09:05.594Z[ host-package] Compiling peg-macros v0.8.5
34862025-08-18T19:09:05.665Z[ helios-setup] Aug 18 19:09:04.121 INFO E| Compiling dirs-next v2.0.0
34872025-08-18T19:09:05.727Z[ helios-setup] Aug 18 19:09:04.186 INFO E| Compiling opaque-debug v0.3.0
34882025-08-18T19:09:05.836Z[ helios-setup] Aug 18 19:09:04.295 INFO E| Compiling anyhow v1.0.72
34892025-08-18T19:09:05.872Z[ helios-setup] Aug 18 19:09:04.331 INFO E| Compiling serde_json v1.0.103
34902025-08-18T19:09:06.025Z[ helios-setup] Aug 18 19:09:04.485 INFO E| Compiling term v0.7.0
34912025-08-18T19:09:06.330Z[ helios-setup] Aug 18 19:09:04.789 INFO E| Compiling fastrand v2.0.0
34922025-08-18T19:09:06.917Z[ helios-setup] Aug 18 19:09:05.377 INFO E| Compiling getrandom v0.2.10
34932025-08-18T19:09:07.120Z[ helios-setup] Aug 18 19:09:05.581 INFO E| Compiling time v0.3.36
34942025-08-18T19:09:07.430Z[ helios-setup] Aug 18 19:09:05.891 INFO E| Compiling block-buffer v0.9.0
34952025-08-18T19:09:07.570Z[ helios-setup] Aug 18 19:09:06.032 INFO E| Compiling digest v0.9.0
34962025-08-18T19:09:07.774Z[ helios-setup] Aug 18 19:09:06.236 INFO E| Compiling ryu v1.0.15
34972025-08-18T19:09:07.899Z[ helios-setup] Aug 18 19:09:06.359 INFO E| Compiling cpufeatures v0.2.9
34982025-08-18T19:09:08.023Z[ helios-setup] Aug 18 19:09:06.485 INFO E| Compiling unicode-width v0.1.10
34992025-08-18T19:09:08.172Z[ helios-setup] Aug 18 19:09:06.634 INFO E| Compiling same-file v1.0.6
35002025-08-18T19:09:08.300Z[ helios-setup] Aug 18 19:09:06.763 INFO E| Compiling getopts v0.2.21
35012025-08-18T19:09:08.418Z[ helios-setup] Aug 18 19:09:06.880 INFO E| Compiling sha-1 v0.9.8
35022025-08-18T19:09:08.724Z[ helios-setup] Aug 18 19:09:07.187 INFO E| Compiling tempfile v3.7.0
35032025-08-18T19:09:08.763Z[ helios-setup] Aug 18 19:09:07.226 INFO E| Compiling walkdir v2.3.3
35042025-08-18T19:09:09.474Z[ helios-setup] Aug 18 19:09:07.938 INFO E| Compiling md-5 v0.9.1
35052025-08-18T19:09:09.533Z[ helios-setup] Aug 18 19:09:07.997 INFO E| Compiling libdevinfo-sys v1.0.0
35062025-08-18T19:09:09.768Z[ helios-setup] Aug 18 19:09:08.232 INFO E| Compiling glob v0.3.1
35072025-08-18T19:09:10.970Z[ helios-setup] Aug 18 19:09:09.423 INFO E| Compiling slog-term v2.9.0
35082025-08-18T19:09:11.593Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
35092025-08-18T19:09:12.346Z[ helios-setup] Aug 18 19:09:10.812 INFO E| Compiling serde_derive v1.0.193
35102025-08-18T19:09:13.005Z[ host-package] Compiling nu-ansi-term v0.50.1
35112025-08-18T19:09:14.696Z[ host-package] Compiling reedline v0.40.0
35122025-08-18T19:09:19.623Z[ host-package] Compiling peg v0.8.5
35132025-08-18T19:09:19.905Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35142025-08-18T19:09:24.894Z[ helios-setup] Aug 18 19:09:23.378 INFO E| Compiling toml v0.5.11
35152025-08-18T19:09:24.894Z[ helios-setup] Aug 18 19:09:23.378 INFO E| Compiling uuid v0.8.2
35162025-08-18T19:09:27.302Z[ helios-setup] Aug 18 19:09:25.789 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
35172025-08-18T19:09:28.809Z[ helios-setup] Aug 18 19:09:27.298 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
35182025-08-18T19:09:29.050Z[ host-package] Compiling slog-envlogger v2.2.0
35192025-08-18T19:09:38.637Z[ helios-setup] Aug 18 19:09:37.138 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.36s
35202025-08-18T19:09:38.672Z[ helios-setup] Aug 18 19:09:37.174 INFO building project "image-builder" ok (39 seconds)
35212025-08-18T19:09:38.672Z[ helios-setup] Aug 18 19:09:37.174 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
35222025-08-18T19:09:38.788Z[ helios-setup] Aug 18 19:09:37.289 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.89.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
35232025-08-18T19:09:38.788Z[ helios-setup] Aug 18 19:09:37.289 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
35242025-08-18T19:09:38.791Z[ helios-setup] Aug 18 19:09:37.289 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
35252025-08-18T19:09:39.101Z[ helios-setup] Aug 18 19:09:37.603 INFO E| Updating crates.io index
35262025-08-18T19:09:39.104Z[ helios-setup] Aug 18 19:09:37.603 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
35272025-08-18T19:09:39.319Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35282025-08-18T19:09:39.722Z[ helios-setup] Aug 18 19:09:38.225 INFO E| From https://github.com/oxidecomputer/amd-apcb
35292025-08-18T19:09:39.722Z[ helios-setup] Aug 18 19:09:38.225 INFO E| * [new ref] c39f9eac17ac402083db1c01d448743f1b1ff10a -> refs/commit/c39f9eac17ac402083db1c01d448743f1b1ff10a
35302025-08-18T19:09:39.802Z[ helios-setup] Aug 18 19:09:38.305 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
35312025-08-18T19:09:40.493Z[ helios-setup] Aug 18 19:09:38.996 INFO E| From https://github.com/oxidecomputer/amd-efs
35322025-08-18T19:09:40.493Z[ helios-setup] Aug 18 19:09:38.996 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
35332025-08-18T19:09:40.852Z[ helios-setup] Aug 18 19:09:39.356 INFO E| Downloading crates ...
35342025-08-18T19:09:41.559Z[ helios-setup] Aug 18 19:09:40.064 INFO E| Downloaded structopt v0.3.26
35352025-08-18T19:09:41.610Z[ helios-setup] Aug 18 19:09:40.115 INFO E| Downloaded unic-common v0.9.0
35362025-08-18T19:09:41.660Z[ helios-setup] Aug 18 19:09:40.163 INFO E| Downloaded unic-ucd-version v0.9.0
35372025-08-18T19:09:41.666Z[ helios-setup] Aug 18 19:09:40.171 INFO E| Downloaded textwrap v0.11.0
35382025-08-18T19:09:41.687Z[ helios-setup] Aug 18 19:09:40.192 INFO E| Downloaded serde_json v1.0.140
35392025-08-18T19:09:41.697Z[ helios-setup] Aug 18 19:09:40.202 INFO E| Downloaded zerocopy v0.8.25
35402025-08-18T19:09:41.734Z[ helios-setup] Aug 18 19:09:40.240 INFO E| Downloaded pest_derive v2.8.0
35412025-08-18T19:09:41.802Z[ helios-setup] Aug 18 19:09:40.307 INFO E| Downloaded itoa v1.0.15
35422025-08-18T19:09:41.916Z[ helios-setup] Aug 18 19:09:40.421 INFO E| Downloaded vec_map v0.8.2
35432025-08-18T19:09:41.919Z[ helios-setup] Aug 18 19:09:40.423 INFO E| Downloaded unic-char-property v0.9.0
35442025-08-18T19:09:41.967Z[ helios-setup] Aug 18 19:09:40.472 INFO E| Downloaded modular-bitfield v0.11.2
35452025-08-18T19:09:41.980Z[ helios-setup] Aug 18 19:09:40.486 INFO E| Downloaded four-cc v0.4.0
35462025-08-18T19:09:41.984Z[ helios-setup] Aug 18 19:09:40.488 INFO E| Downloaded ansi_term v0.12.1
35472025-08-18T19:09:41.987Z[ helios-setup] Aug 18 19:09:40.490 INFO E| Downloaded pest v2.8.0
35482025-08-18T19:09:42.016Z[ helios-setup] Aug 18 19:09:40.521 INFO E| Downloaded structopt-derive v0.4.18
35492025-08-18T19:09:42.019Z[ helios-setup] Aug 18 19:09:40.523 INFO E| Downloaded rustversion v1.0.20
35502025-08-18T19:09:42.044Z[ helios-setup] Aug 18 19:09:40.549 INFO E| Downloaded zerocopy-derive v0.8.25
35512025-08-18T19:09:42.052Z[ helios-setup] Aug 18 19:09:40.558 INFO E| Downloaded typenum v1.18.0
35522025-08-18T19:09:42.056Z[ helios-setup] Aug 18 19:09:40.562 INFO E| Downloaded fletcher v1.0.0
35532025-08-18T19:09:42.059Z[ helios-setup] Aug 18 19:09:40.563 INFO E| Downloaded cpufeatures v0.2.17
35542025-08-18T19:09:42.074Z[ helios-setup] Aug 18 19:09:40.579 INFO E| Downloaded bytesize v2.0.1
35552025-08-18T19:09:42.094Z[ helios-setup] Aug 18 19:09:40.600 INFO E| Downloaded parse_int v0.9.0
35562025-08-18T19:09:42.124Z[ helios-setup] Aug 18 19:09:40.628 INFO E| Downloaded unic-ucd-ident v0.9.0
35572025-08-18T19:09:42.127Z[ helios-setup] Aug 18 19:09:40.631 INFO E| Downloaded syn v2.0.101
35582025-08-18T19:09:42.140Z[ helios-setup] Aug 18 19:09:40.646 INFO E| Downloaded scroll_derive v0.12.1
35592025-08-18T19:09:42.143Z[ helios-setup] Aug 18 19:09:40.647 INFO E| Downloaded modular-bitfield-impl v0.11.2
35602025-08-18T19:09:42.172Z[ helios-setup] Aug 18 19:09:40.678 INFO E| Downloaded pest_meta v2.8.0
35612025-08-18T19:09:42.225Z[ helios-setup] Aug 18 19:09:40.731 INFO E| Downloaded unic-char-range v0.9.0
35622025-08-18T19:09:42.304Z[ helios-setup] Aug 18 19:09:40.810 INFO E| Downloaded strsim v0.8.0
35632025-08-18T19:09:42.308Z[ helios-setup] Aug 18 19:09:40.812 INFO E| Downloaded ryu v1.0.20
35642025-08-18T19:09:42.358Z[ helios-setup] Aug 18 19:09:40.864 INFO E| Downloaded libc v0.2.172
35652025-08-18T19:09:42.460Z[ helios-setup] Aug 18 19:09:40.966 INFO E| Downloaded goblin v0.9.3
35662025-08-18T19:09:42.510Z[ helios-setup] Aug 18 19:09:41.016 INFO E| Downloaded strum v0.27.1
35672025-08-18T19:09:42.583Z[ helios-setup] Aug 18 19:09:41.089 INFO E| Downloaded clap v2.34.0
35682025-08-18T19:09:42.628Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
35692025-08-18T19:09:42.873Z[ host-package] Compiling typify-impl v0.2.0
35702025-08-18T19:09:42.990Z[ helios-setup] Aug 18 19:09:41.497 INFO E| Downloaded pest_generator v2.8.0
35712025-08-18T19:09:43.075Z[ helios-setup] Aug 18 19:09:41.582 INFO E| Compiling proc-macro2 v1.0.95
35722025-08-18T19:09:43.076Z[ helios-setup] Aug 18 19:09:41.582 INFO E| Compiling unicode-ident v1.0.18
35732025-08-18T19:09:43.076Z[ helios-setup] Aug 18 19:09:41.582 INFO E| Compiling memchr v2.7.4
35742025-08-18T19:09:43.076Z[ helios-setup] Aug 18 19:09:41.582 INFO E| Compiling thiserror v2.0.12
35752025-08-18T19:09:43.079Z[ helios-setup] Aug 18 19:09:41.582 INFO E| Compiling autocfg v1.4.0
35762025-08-18T19:09:43.079Z[ helios-setup] Aug 18 19:09:41.583 INFO E| Compiling syn v1.0.109
35772025-08-18T19:09:43.079Z[ helios-setup] Aug 18 19:09:41.583 INFO E| Compiling serde v1.0.219
35782025-08-18T19:09:43.121Z[ helios-setup] Aug 18 19:09:41.628 INFO E| Compiling version_check v0.9.5
35792025-08-18T19:09:43.124Z[ host-package] Compiling bcs v0.1.6
35802025-08-18T19:09:43.648Z[ helios-setup] Aug 18 19:09:42.156 INFO E| Compiling serde_json v1.0.140
35812025-08-18T19:09:44.561Z[ helios-setup] Aug 18 19:09:43.070 INFO E| Compiling ryu v1.0.20
35822025-08-18T19:09:44.653Z[ helios-setup] Aug 18 19:09:43.162 INFO E| Compiling schemars v0.8.22
35832025-08-18T19:09:44.752Z[ helios-setup] Aug 18 19:09:43.261 INFO E| Compiling itoa v1.0.15
35842025-08-18T19:09:44.847Z[ host-package] Compiling fxhash v0.2.1
35852025-08-18T19:09:44.888Z[ helios-setup] Aug 18 19:09:43.397 INFO E| Compiling num-traits v0.2.19
35862025-08-18T19:09:44.896Z[ helios-setup] Aug 18 19:09:43.405 INFO E| Compiling memoffset v0.9.1
35872025-08-18T19:09:45.052Z[ helios-setup] Aug 18 19:09:43.561 INFO E| Compiling proc-macro-error-attr v1.0.4
35882025-08-18T19:09:45.178Z[ helios-setup] Aug 18 19:09:43.687 INFO E| Compiling paste v1.0.15
35892025-08-18T19:09:45.277Z[ helios-setup] Aug 18 19:09:43.786 INFO E| Compiling libc v0.2.172
35902025-08-18T19:09:45.649Z[ helios-setup] Aug 18 19:09:44.159 INFO E| Compiling rustversion v1.0.20
35912025-08-18T19:09:45.662Z[ host-package] Compiling libz-sys v1.1.20
35922025-08-18T19:09:45.862Z[ helios-setup] Aug 18 19:09:44.372 INFO E| Compiling ucd-trie v0.1.7
35932025-08-18T19:09:45.938Z[ helios-setup] Aug 18 19:09:44.448 INFO E| Compiling dyn-clone v1.0.19
35942025-08-18T19:09:46.039Z[ helios-setup] Aug 18 19:09:44.550 INFO E| Compiling zerocopy v0.8.25
35952025-08-18T19:09:46.401Z[ helios-setup] Aug 18 19:09:44.912 INFO E| Compiling proc-macro-error v1.0.4
35962025-08-18T19:09:46.530Z[ helios-setup] Aug 18 19:09:45.041 INFO E| Compiling static_assertions v1.1.0
35972025-08-18T19:09:46.603Z[ helios-setup] Aug 18 19:09:45.115 INFO E| Compiling once_cell v1.21.3
35982025-08-18T19:09:47.204Z[ helios-setup] Aug 18 19:09:45.717 INFO E| Compiling quote v1.0.40
35992025-08-18T19:09:47.460Z[ helios-setup] Aug 18 19:09:45.972 INFO E| Compiling heck v0.5.0
36002025-08-18T19:09:47.551Z[ helios-setup] Aug 18 19:09:46.063 INFO E| Compiling unicode-segmentation v1.12.0
36012025-08-18T19:09:47.679Z[ host-package] Compiling half v1.8.3
36022025-08-18T19:09:48.111Z[ helios-setup] Aug 18 19:09:46.624 INFO E| Compiling syn v2.0.101
36032025-08-18T19:09:48.684Z[ helios-setup] Aug 18 19:09:47.198 INFO E| Compiling unicode-width v0.1.14
36042025-08-18T19:09:49.288Z[ helios-setup] Aug 18 19:09:47.802 INFO E| Compiling heck v0.3.3
36052025-08-18T19:09:49.732Z[ helios-setup] Aug 18 19:09:48.243 INFO E| Compiling textwrap v0.11.0
36062025-08-18T19:09:49.754Z[ helios-setup] Aug 18 19:09:48.269 INFO E| Compiling parse_int v0.9.0
36072025-08-18T19:09:49.757Z[ host-package] Compiling serde_cbor v0.11.2
36082025-08-18T19:09:49.812Z[ helios-setup] Aug 18 19:09:48.328 INFO E| Compiling atty v0.2.14
36092025-08-18T19:09:49.812Z[ helios-setup] Aug 18 19:09:48.328 INFO E| Compiling strsim v0.8.0
36102025-08-18T19:09:49.884Z[ helios-setup] Aug 18 19:09:48.399 INFO E| Compiling ansi_term v0.12.1
36112025-08-18T19:09:50.280Z[ helios-setup] Aug 18 19:09:48.796 INFO E| Compiling fletcher v1.0.0
36122025-08-18T19:09:50.336Z[ helios-setup] Aug 18 19:09:48.852 INFO E| Compiling unic-common v0.9.0
36132025-08-18T19:09:50.502Z[ helios-setup] Aug 18 19:09:49.018 INFO E| Compiling strum v0.27.1
36142025-08-18T19:09:50.606Z[ helios-setup] Aug 18 19:09:49.123 INFO E| Compiling unic-char-range v0.9.0
36152025-08-18T19:09:50.610Z[ helios-setup] Aug 18 19:09:49.123 INFO E| Compiling bitflags v1.3.2
36162025-08-18T19:09:50.675Z[ helios-setup] Aug 18 19:09:49.191 INFO E| Compiling byteorder v1.5.0
36172025-08-18T19:09:50.737Z[ helios-setup] Aug 18 19:09:49.253 INFO E| Compiling vec_map v0.8.2
36182025-08-18T19:09:50.763Z[ helios-setup] Aug 18 19:09:49.280 INFO E| Compiling unic-ucd-version v0.9.0
36192025-08-18T19:09:50.899Z[ helios-setup] Aug 18 19:09:49.415 INFO E| Compiling plain v0.2.3
36202025-08-18T19:09:50.905Z[ helios-setup] Aug 18 19:09:49.422 INFO E| Compiling lazy_static v1.5.0
36212025-08-18T19:09:51.069Z[ helios-setup] Aug 18 19:09:49.586 INFO E| Compiling unic-char-property v0.9.0
36222025-08-18T19:09:51.077Z[ helios-setup] Aug 18 19:09:49.593 INFO E| Compiling log v0.4.27
36232025-08-18T19:09:51.298Z[ helios-setup] Aug 18 19:09:49.815 INFO E| Compiling clap v2.34.0
36242025-08-18T19:09:51.309Z[ helios-setup] Aug 18 19:09:49.827 INFO E| Compiling unic-ucd-ident v0.9.0
36252025-08-18T19:09:51.328Z[ helios-setup] Aug 18 19:09:49.845 INFO E| Compiling bytesize v2.0.1
36262025-08-18T19:09:54.411Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36272025-08-18T19:09:57.468Z[ helios-setup] Aug 18 19:09:55.994 INFO E| Compiling modular-bitfield-impl v0.11.2
36282025-08-18T19:09:57.468Z[ helios-setup] Aug 18 19:09:55.994 INFO E| Compiling structopt-derive v0.4.18
36292025-08-18T19:09:57.973Z[ helios-setup] Aug 18 19:09:56.499 INFO E| Compiling serde_derive_internals v0.29.1
36302025-08-18T19:09:58.478Z[ host-package] Compiling typify-macro v0.2.0
36312025-08-18T19:09:59.147Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36322025-08-18T19:10:01.434Z[ helios-setup] Aug 18 19:09:59.964 INFO E| Compiling thiserror-impl v2.0.12
36332025-08-18T19:10:01.529Z[ helios-setup] Aug 18 19:10:00.060 INFO E| Compiling serde_derive v1.0.219
36342025-08-18T19:10:01.567Z[ helios-setup] Aug 18 19:10:00.097 INFO E| Compiling zerocopy-derive v0.8.25
36352025-08-18T19:10:01.666Z[ helios-setup] Aug 18 19:10:00.197 INFO E| Compiling schemars_derive v0.8.22
36362025-08-18T19:10:01.700Z[ helios-setup] Aug 18 19:10:00.230 INFO E| Compiling modular-bitfield v0.11.2
36372025-08-18T19:10:02.133Z[ helios-setup] Aug 18 19:10:00.663 INFO E| Compiling num-derive v0.4.2
36382025-08-18T19:10:02.185Z[ helios-setup] Aug 18 19:10:00.716 INFO E| Compiling scroll_derive v0.12.1
36392025-08-18T19:10:02.523Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
36402025-08-18T19:10:03.462Z[ helios-setup] Aug 18 19:10:01.984 INFO E| Compiling strum_macros v0.27.1
36412025-08-18T19:10:03.686Z[ helios-setup] Aug 18 19:10:02.219 INFO E| Compiling structopt v0.3.26
36422025-08-18T19:10:04.414Z[ host-package] Compiling kstat-rs v0.2.4
36432025-08-18T19:10:04.581Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36442025-08-18T19:10:05.163Z[ helios-setup] Aug 18 19:10:03.698 INFO E| Compiling scroll v0.12.0
36452025-08-18T19:10:05.803Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36462025-08-18T19:10:05.959Z[ helios-setup] Aug 18 19:10:04.495 INFO E| Compiling goblin v0.9.3
36472025-08-18T19:10:06.073Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36482025-08-18T19:10:06.315Z[ host-package] Compiling nix v0.30.1
36492025-08-18T19:10:07.088Z[ helios-setup] Aug 18 19:10:05.626 INFO E| Compiling pest v2.8.0
36502025-08-18T19:10:08.327Z[ host-package] Compiling nanorand v0.7.0
36512025-08-18T19:10:09.665Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
36522025-08-18T19:10:11.104Z[ host-package] Compiling parking_lot_core v0.8.6
36532025-08-18T19:10:11.692Z[ helios-setup] Aug 18 19:10:10.235 INFO E| Compiling pest_meta v2.8.0
36542025-08-18T19:10:13.565Z[ helios-setup] Aug 18 19:10:12.111 INFO E| Compiling pest_generator v2.8.0
36552025-08-18T19:10:16.286Z[ host-package] Compiling flume v0.11.1
36562025-08-18T19:10:16.290Z[ helios-setup] Aug 18 19:10:14.840 INFO E| Compiling pest_derive v2.8.0
36572025-08-18T19:10:18.402Z[ host-package] Compiling mime_guess v2.0.5
36582025-08-18T19:10:19.579Z[ helios-setup] Aug 18 19:10:18.133 INFO E| Compiling json5 v0.4.1
36592025-08-18T19:10:20.591Z[ host-package] Compiling ignore v0.4.23
36602025-08-18T19:10:24.200Z[ helios-setup] Aug 18 19:10:22.759 INFO E| Compiling four-cc v0.4.0
36612025-08-18T19:10:24.200Z[ helios-setup] Aug 18 19:10:22.759 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
36622025-08-18T19:10:24.426Z[ helios-setup] Aug 18 19:10:22.986 INFO E| Compiling amd-apcb v0.5.2 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#c39f9eac)
36632025-08-18T19:10:26.299Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36642025-08-18T19:10:28.639Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36652025-08-18T19:10:32.590Z[ host-package] Compiling castaway v0.2.3
36662025-08-18T19:10:32.859Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36672025-08-18T19:10:32.895Z[ host-package] Compiling compact_str v0.8.0
36682025-08-18T19:10:33.497Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36692025-08-18T19:10:33.876Z[ host-package] Compiling globwalk v0.9.1
36702025-08-18T19:10:35.695Z[ host-package] Compiling typify v0.2.0
36712025-08-18T19:10:35.958Z[ host-package] Compiling predicates-tree v1.0.12
36722025-08-18T19:10:36.288Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36732025-08-18T19:10:36.962Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36742025-08-18T19:10:38.374Z[ host-package] Compiling unicode-truncate v1.1.0
36752025-08-18T19:10:39.851Z[ host-package] Compiling lru v0.12.5
36762025-08-18T19:10:40.350Z[ host-package] Compiling vergen v8.3.2
36772025-08-18T19:10:40.816Z[ host-package] Compiling nibble_vec v0.1.0
36782025-08-18T19:10:41.227Z[ host-package] Compiling cargo-platform v0.1.8
36792025-08-18T19:10:41.844Z[ host-package] Compiling atty v0.2.14
36802025-08-18T19:10:42.094Z[ host-package] Compiling instability v0.3.2
36812025-08-18T19:10:43.253Z[ host-package] Compiling indoc v2.0.6
36822025-08-18T19:10:43.890Z[ host-package] Compiling salty v0.3.0
36832025-08-18T19:10:44.226Z[ host-package] Compiling endian-type v0.1.2
36842025-08-18T19:10:44.467Z[ host-package] Compiling http-range v0.1.5
36852025-08-18T19:10:44.536Z[ host-package] Compiling cassowary v0.3.0
36862025-08-18T19:10:44.600Z[ host-package] Compiling radix_trie v0.2.1
36872025-08-18T19:10:45.214Z[ host-package] Compiling ratatui v0.29.0
36882025-08-18T19:10:45.819Z[ host-package] Compiling cargo_metadata v0.18.1
36892025-08-18T19:10:48.309Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36902025-08-18T19:10:54.915Z[ host-package] Compiling camino-tempfile-ext v0.3.2
36912025-08-18T19:10:56.435Z[ host-package] Compiling progenitor-impl v0.8.0
36922025-08-18T19:11:02.388Z[ host-package] Compiling parking_lot v0.11.2
36932025-08-18T19:11:05.876Z[ host-package] Compiling git2 v0.19.0
36942025-08-18T19:11:05.945Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36952025-08-18T19:11:06.028Z[ helios-setup] Aug 18 19:11:04.641 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
36962025-08-18T19:11:06.277Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
36972025-08-18T19:11:11.907Z[ host-package] Compiling prefix-trie v0.7.0
36982025-08-18T19:11:13.186Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
36992025-08-18T19:11:15.492Z[ host-package] Compiling rand_seeder v0.3.0
37002025-08-18T19:11:15.842Z[ host-package] Compiling lzma-sys v0.1.20
37012025-08-18T19:11:16.118Z[ host-package] Compiling rustls v0.21.12
37022025-08-18T19:11:16.185Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd)
37032025-08-18T19:11:16.736Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37042025-08-18T19:11:16.985Z[ helios-setup] Aug 18 19:11:15.612 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
37052025-08-18T19:11:17.045Z[ host-package] Compiling hickory-server v0.25.2
37062025-08-18T19:11:18.746Z[ host-package] Compiling hyper-staticfile v0.10.1
37072025-08-18T19:11:21.859Z[ host-package] Compiling sled v0.34.7
37082025-08-18T19:11:30.591Z[ host-package] Compiling progenitor-macro v0.8.0
37092025-08-18T19:11:33.238Z[ host-package] Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
37102025-08-18T19:11:37.801Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37112025-08-18T19:11:47.723Z[ host-package] Compiling hickory-client v0.25.2
37122025-08-18T19:11:48.220Z[ helios-setup] Aug 18 19:11:46.887 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s
37132025-08-18T19:11:48.271Z[ helios-setup] Aug 18 19:11:46.938 INFO building project "amd-host-image-builder" ok (129 seconds)
37142025-08-18T19:11:48.275Z[ helios-setup] rm -f helios-build
37152025-08-18T19:11:48.275Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37162025-08-18T19:11:48.279Z[ helios-setup]
37172025-08-18T19:11:48.283Z[ helios-setup] Setup complete! ./helios-build is now available.
37182025-08-18T19:11:48.283Z[ helios-setup]
37192025-08-18T19:11:48.283Z[ helios-setup]
37202025-08-18T19:11:48.283Z[ helios-setup] real 10:59.939978806
37212025-08-18T19:11:48.283Z[ helios-setup] user 29:30.160216958
37222025-08-18T19:11:48.283Z[ helios-setup] sys 2:35.113415093
37232025-08-18T19:11:48.283Z[ helios-setup] trap 1.736528209
37242025-08-18T19:11:48.283Z[ helios-setup] tflt 4.462153139
37252025-08-18T19:11:48.283Z[ helios-setup] dflt 18.259146528
37262025-08-18T19:11:48.283Z[ helios-setup] kflt 0.000489963
37272025-08-18T19:11:48.283Z[ helios-setup] lock 2:34:52.497585658
37282025-08-18T19:11:48.283Z[ helios-setup] slp 3:42:36.218324369
37292025-08-18T19:11:48.283Z[ helios-setup] lat 31:35.711170918
37302025-08-18T19:11:48.283Z[ helios-setup] stop 5:38.155226687
37312025-08-18T19:11:48.283ZAug 18 19:11:46.950 INFO [helios-setup] process exited with exit status: 0 (659.943512928s)
37322025-08-18T19:11:48.283ZAug 18 19:11:46.950 INFO [helios-record] running task
37332025-08-18T19:11:48.283ZAug 18 19:11:46.950 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37342025-08-18T19:11:48.288ZAug 18 19:11:46.955 DEBG process exited with exit status: 0 (5.254436ms)
37352025-08-18T19:11:48.288ZAug 18 19:11:46.956 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37362025-08-18T19:11:48.295ZAug 18 19:11:46.962 DEBG process exited with exit status: 0 (6.302373ms)
37372025-08-18T19:11:48.295ZAug 18 19:11:46.962 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37382025-08-18T19:11:48.300ZAug 18 19:11:46.968 DEBG process exited with exit status: 0 (5.790555ms)
37392025-08-18T19:11:48.300ZAug 18 19:11:46.968 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37402025-08-18T19:11:48.306ZAug 18 19:11:46.974 DEBG process exited with exit status: 0 (5.906296ms)
37412025-08-18T19:11:48.306ZAug 18 19:11:46.974 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37422025-08-18T19:11:48.312ZAug 18 19:11:46.979 DEBG process exited with exit status: 0 (5.749141ms)
37432025-08-18T19:11:48.313ZAug 18 19:11:46.979 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37442025-08-18T19:11:48.318ZAug 18 19:11:46.985 DEBG process exited with exit status: 0 (6.012224ms)
37452025-08-18T19:11:48.318ZAug 18 19:11:46.985 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37462025-08-18T19:11:48.324ZAug 18 19:11:46.992 DEBG process exited with exit status: 0 (6.212235ms)
37472025-08-18T19:11:48.324ZAug 18 19:11:46.992 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37482025-08-18T19:11:48.331ZAug 18 19:11:46.998 DEBG process exited with exit status: 0 (6.045657ms)
37492025-08-18T19:11:48.335ZAug 18 19:11:46.998 INFO [helios-record] task succeeded (48.320464ms)
37502025-08-18T19:11:49.696Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37512025-08-18T19:11:50.601Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37522025-08-18T19:11:50.977Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
37532025-08-18T19:11:56.325Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37542025-08-18T19:11:58.566Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37552025-08-18T19:11:59.543Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
37562025-08-18T19:12:01.205Z[ host-package] Compiling progenitor-client v0.8.0
37572025-08-18T19:12:01.516Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37582025-08-18T19:12:01.937Z[ host-package] Compiling sct v0.7.1
37592025-08-18T19:12:02.096Z[ host-package] Compiling rustls-webpki v0.101.7
37602025-08-18T19:12:02.455Z[ host-package] Compiling primeorder v0.13.6
37612025-08-18T19:12:02.500Z[ host-package] Compiling heck v0.3.3
37622025-08-18T19:12:02.887Z[ host-package] Compiling env_filter v0.1.2
37632025-08-18T19:12:03.085Z[ host-package] Compiling csv-core v0.1.11
37642025-08-18T19:12:04.034Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
37652025-08-18T19:12:04.406Z[ host-package] Compiling void v1.0.2
37662025-08-18T19:12:04.484Z[ host-package] Compiling csv v1.3.1
37672025-08-18T19:12:04.558Z[ host-package] Compiling env_logger v0.11.5
37682025-08-18T19:12:04.621Z[ host-package] Compiling lzss v0.8.2
37692025-08-18T19:12:05.127Z[ host-package] Compiling p384 v0.13.0
37702025-08-18T19:12:05.908Z[ host-package] Compiling zone_cfg_derive v0.1.2
37712025-08-18T19:12:06.710Z[ host-package] Compiling progenitor v0.8.0
37722025-08-18T19:12:07.027Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37732025-08-18T19:12:07.209Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37742025-08-18T19:12:08.021Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
37752025-08-18T19:12:08.086Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37762025-08-18T19:12:10.893Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
37772025-08-18T19:12:12.078Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37782025-08-18T19:12:18.015Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37792025-08-18T19:12:19.233Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
37802025-08-18T19:12:20.829Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37812025-08-18T19:12:21.237Z[ host-package] Compiling tungstenite v0.23.0
37822025-08-18T19:12:24.823Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37832025-08-18T19:12:25.225Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37842025-08-18T19:12:25.640Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37852025-08-18T19:12:26.027Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37862025-08-18T19:12:26.295Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37872025-08-18T19:12:26.430Z[ host-package] Compiling nix v0.27.1
37882025-08-18T19:12:26.768Z[ host-package] Compiling serde_bytes v0.11.17
37892025-08-18T19:12:27.029Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
37902025-08-18T19:12:27.355Z[ host-package] Compiling base64 v0.13.1
37912025-08-18T19:12:27.452Z[ host-package] Compiling number_prefix v0.4.0
37922025-08-18T19:12:27.783Z[ host-package] Compiling indicatif v0.17.11
37932025-08-18T19:12:29.120Z[ host-package] Compiling ron v0.7.1
37942025-08-18T19:12:29.978Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37952025-08-18T19:12:30.803Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37962025-08-18T19:12:34.008Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37972025-08-18T19:12:34.425Z[ host-package] Compiling tokio-tungstenite v0.23.1
37982025-08-18T19:12:34.463Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
37992025-08-18T19:12:35.096Z[ host-package] Compiling xz2 v0.1.7
38002025-08-18T19:12:35.784Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
38012025-08-18T19:12:39.936Z[ host-package] Compiling tokio-rustls v0.24.1
38022025-08-18T19:12:40.483Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38032025-08-18T19:12:41.175Z[ host-package] Compiling zone v0.1.8
38042025-08-18T19:12:41.473Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
38052025-08-18T19:12:41.591Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38062025-08-18T19:12:41.761Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
38072025-08-18T19:12:44.529Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38082025-08-18T19:12:45.075Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38092025-08-18T19:12:46.550Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
38102025-08-18T19:12:54.257Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
38112025-08-18T19:12:57.201Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38122025-08-18T19:12:57.258Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
38132025-08-18T19:12:58.477Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38142025-08-18T19:12:58.890Z[ host-package] Compiling rustls-pemfile v1.0.4
38152025-08-18T19:12:59.670Z[ host-package] Compiling signal-hook-tokio v0.3.1
38162025-08-18T19:12:59.952Z[ host-package] Compiling twox-hash v2.1.0
38172025-08-18T19:13:00.770Z[ host-package] Compiling yasna v0.5.2
38182025-08-18T19:13:01.025Z[ host-package] Compiling secrecy v0.8.0
38192025-08-18T19:13:01.395Z[ host-package] Compiling is_ci v1.2.0
38202025-08-18T19:13:01.765Z[ host-package] Compiling supports-color v3.0.2
38212025-08-18T19:13:02.270Z[ host-package] Compiling rcgen v0.12.1
38222025-08-18T19:13:06.061Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38232025-08-18T19:13:12.762Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38242025-08-18T19:13:14.401Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
38252025-08-18T19:13:20.979Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38262025-08-18T19:13:26.253Z[ host-package] Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
38272025-08-18T19:13:33.474Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
38282025-08-18T19:13:41.112Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
38292025-08-18T19:13:41.803Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
38302025-08-18T19:13:41.924Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38312025-08-18T19:13:44.017Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38322025-08-18T19:13:46.312Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38332025-08-18T19:13:53.609Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38342025-08-18T19:13:53.776Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38352025-08-18T19:13:55.445Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38362025-08-18T19:13:55.788Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38372025-08-18T19:14:02.956Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38382025-08-18T19:14:03.356Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38392025-08-18T19:14:03.579Z[ host-package] Compiling fatfs v0.3.6
38402025-08-18T19:14:03.737Z[ host-package] Compiling rtoolbox v0.0.2
38412025-08-18T19:14:04.253Z[ host-package] Compiling subprocess v0.2.9
38422025-08-18T19:14:05.743Z[ host-package] Compiling assert_matches v1.5.0
38432025-08-18T19:14:06.273Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38442025-08-18T19:14:08.893Z[ host-package] Compiling rpassword v7.4.0
38452025-08-18T19:14:09.530Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38462025-08-18T19:14:13.828Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38472025-08-18T19:14:17.101Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38482025-08-18T19:14:22.631Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38492025-08-18T19:14:29.355Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38502025-08-18T19:14:49.777Z[ host-package] Compiling tui-tree-widget v0.23.1
38512025-08-18T19:14:50.299Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38522025-08-18T19:14:52.254Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38532025-08-18T19:14:52.661Z[ host-package] Compiling uzers v0.12.1
38542025-08-18T19:14:55.841Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38552025-08-18T19:14:56.929Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38562025-08-18T19:14:57.852Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38572025-08-18T19:15:16.777Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38582025-08-18T19:15:25.954Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38592025-08-18T19:15:29.845Z[ host-package] Compiling support-bundle-viewer v0.1.2
38602025-08-18T19:15:30.615Z[ host-package] Compiling multimap v0.10.1
38612025-08-18T19:17:43.431Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38622025-08-18T19:26:18.724Z[ host-package] Finished `release` profile [optimized] target(s) in 23m 33s
38632025-08-18T19:27:15.747ZAug 18 19:27:15.595 INFO [host-package] process exited with exit status: 0 (1471.414057903s)
38642025-08-18T19:27:15.747ZAug 18 19:27:15.595 INFO [host-stamp] running task
38652025-08-18T19:27:15.752ZAug 18 19:27:15.595 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38662025-08-18T19:27:15.752ZAug 18 19:27:15.596 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 16.0.0-0.ci+git33b001744b0
38672025-08-18T19:27:15.752ZAug 18 19:27:15.596 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 16.0.0-0.ci+git33b001744b0
38682025-08-18T19:27:15.753ZAug 18 19:27:15.596 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 16.0.0-0.ci+git33b001744b0
38692025-08-18T19:27:15.753ZAug 18 19:27:15.596 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 16.0.0-0.ci+git33b001744b0
38702025-08-18T19:27:15.753ZAug 18 19:27:15.597 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 16.0.0-0.ci+git33b001744b0
38712025-08-18T19:27:15.753ZAug 18 19:27:15.597 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 16.0.0-0.ci+git33b001744b0
38722025-08-18T19:27:15.753ZAug 18 19:27:15.599 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 16.0.0-0.ci+git33b001744b0
38732025-08-18T19:27:15.753ZAug 18 19:27:15.599 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 16.0.0-0.ci+git33b001744b0
38742025-08-18T19:27:15.759Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38752025-08-18T19:27:15.759Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38762025-08-18T19:27:15.759Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38772025-08-18T19:27:15.759Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
38782025-08-18T19:27:15.759Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38792025-08-18T19:27:15.759Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38802025-08-18T19:27:15.759Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38812025-08-18T19:27:15.765Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38822025-08-18T19:27:15.765Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
38832025-08-18T19:27:15.769ZAug 18 19:27:15.620 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (23.232332ms)
38842025-08-18T19:27:15.769Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38852025-08-18T19:27:15.769Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38862025-08-18T19:27:15.773ZAug 18 19:27:15.628 INFO [stamp-overlay] process exited with exit status: 0 (30.786137ms)
38872025-08-18T19:27:15.777Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38882025-08-18T19:27:15.781ZAug 18 19:27:15.633 INFO [stamp-oxlog] process exited with exit status: 0 (36.078923ms)
38892025-08-18T19:27:15.864Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38902025-08-18T19:27:15.868ZAug 18 19:27:15.723 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (125.984844ms)
38912025-08-18T19:27:16.092Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38922025-08-18T19:27:16.097ZAug 18 19:27:15.949 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (353.277566ms)
38932025-08-18T19:27:16.241Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38942025-08-18T19:27:16.245ZAug 18 19:27:16.100 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (503.702698ms)
38952025-08-18T19:27:17.025Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38962025-08-18T19:27:17.029ZAug 18 19:27:16.885 INFO [stamp-propolis-server] process exited with exit status: 0 (1.287513736s)
38972025-08-18T19:27:17.182Z[recovery-package] Compiling newtype-uuid v1.2.4
38982025-08-18T19:27:17.718Z[recovery-package] Compiling daft v0.1.4
38992025-08-18T19:27:18.102Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
39002025-08-18T19:27:18.467Z[recovery-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
39012025-08-18T19:27:18.468Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
39022025-08-18T19:27:18.473Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
39032025-08-18T19:27:18.522Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
39042025-08-18T19:27:19.141Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
39052025-08-18T19:27:23.782Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
39062025-08-18T19:27:23.787ZAug 18 19:27:23.650 INFO [stamp-switch-asic] process exited with exit status: 0 (8.05443323s)
39072025-08-18T19:27:23.787ZAug 18 19:27:23.650 INFO [host-stamp] task succeeded (8.055499001s)
39082025-08-18T19:27:23.787ZAug 18 19:27:23.650 INFO [host-proto] running task
39092025-08-18T19:27:24.331ZAug 18 19:27:24.196 INFO [host-proto] task succeeded (545.408451ms)
39102025-08-18T19:27:24.331ZAug 18 19:27:24.196 INFO [host-profile] running task
39112025-08-18T19:27:24.334ZAug 18 19:27:24.196 INFO [host-profile] task succeeded (358.237µs)
39122025-08-18T19:27:24.334ZAug 18 19:27:24.196 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.37.402' -P /tmp/.tmpgW5B7U/proto/host/root -N 'ci 33b0017/${os_short_commit} 2025-08-18 19:00' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
39132025-08-18T19:27:24.338Z[ host-image] Aug 18 19:27:24.203 INFO Checking files for board 'cosmo'
39142025-08-18T19:27:24.338Z[ host-image] Aug 18 19:27:24.204 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39152025-08-18T19:27:24.338Z[ host-image] Aug 18 19:27:24.204 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.5.toml"
39162025-08-18T19:27:24.338Z[ host-image] Aug 18 19:27:24.204 INFO Checking files for board 'gimlet'
39172025-08-18T19:27:24.338Z[ host-image] Aug 18 19:27:24.204 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39182025-08-18T19:27:24.338Z[ host-image] Aug 18 19:27:24.204 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
39192025-08-18T19:27:24.350Z[ host-image] Aug 18 19:27:24.215 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpgW5B7U/proto/host/root"
39202025-08-18T19:27:24.350Z[ host-image] Aug 18 19:27:24.215 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
39212025-08-18T19:27:24.354Z[ host-image] Aug 18 19:27:24.215 INFO image builder template: ramdisk-01-os...
39222025-08-18T19:27:24.354Z[ host-image] Aug 18 19:27:24.215 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpgW5B7U/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.37.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39232025-08-18T19:27:24.369Z[ host-image] Aug 18 19:27:24.234 INFO O| Aug 18 19:27:24.234 INFO CREATE DATASET: rpool/images/build/host/output
39242025-08-18T19:27:24.899Z[ host-image] Aug 18 19:27:24.754 INFO O| Aug 18 19:27:24.754 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39252025-08-18T19:27:24.907Z[ host-image] Aug 18 19:27:24.757 INFO O| Aug 18 19:27:24.757 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39262025-08-18T19:27:25.148Z[ host-image] Aug 18 19:27:25.013 INFO O| Aug 18 19:27:25.012 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39272025-08-18T19:27:25.217Z[ host-image] Aug 18 19:27:25.078 INFO O| Aug 18 19:27:25.078 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39282025-08-18T19:27:25.217Z[ host-image] Aug 18 19:27:25.078 INFO O| Aug 18 19:27:25.078 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39292025-08-18T19:27:25.228Z[ host-image] Aug 18 19:27:25.078 INFO O| Aug 18 19:27:25.078 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39302025-08-18T19:27:25.228Z[ host-image] Aug 18 19:27:25.079 INFO O| Aug 18 19:27:25.078 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39312025-08-18T19:27:25.229Z[ host-image] Aug 18 19:27:25.085 INFO O| Aug 18 19:27:25.085 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39322025-08-18T19:27:25.506Z[ host-image] Aug 18 19:27:25.372 INFO O| Aug 18 19:27:25.372 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39332025-08-18T19:27:25.540Z[ host-image] Aug 18 19:27:25.380 INFO O| Aug 18 19:27:25.380 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39342025-08-18T19:27:25.870Z[ host-image] Aug 18 19:27:25.737 INFO O| Aug 18 19:27:25.737 INFO O| Caching catalogs ... Done
39352025-08-18T19:27:25.959Z[ host-image] Aug 18 19:27:25.819 INFO O| Aug 18 19:27:25.819 INFO STEP 0 (pkg_image_create) COMPLETE
39362025-08-18T19:27:25.962Z[ host-image] Aug 18 19:27:25.819 INFO O| Aug 18 19:27:25.819 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39372025-08-18T19:27:25.972Z[ host-image] Aug 18 19:27:25.828 INFO O| Aug 18 19:27:25.828 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
39382025-08-18T19:27:26.295Z[ host-image] Aug 18 19:27:26.163 INFO O| Aug 18 19:27:26.163 INFO STEP 1 (pkg_set_publisher) COMPLETE
39392025-08-18T19:27:26.295Z[ host-image] Aug 18 19:27:26.163 INFO O| Aug 18 19:27:26.163 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39402025-08-18T19:27:26.301Z[ host-image] Aug 18 19:27:26.163 INFO O| Aug 18 19:27:26.163 INFO skip step because feature "publisher_1_name" is not enabled
39412025-08-18T19:27:26.301Z[ host-image] Aug 18 19:27:26.163 INFO O| Aug 18 19:27:26.163 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39422025-08-18T19:27:26.301Z[ host-image] Aug 18 19:27:26.163 INFO O| Aug 18 19:27:26.163 INFO skip step because feature "publisher_2_name" is not enabled
39432025-08-18T19:27:26.301Z[ host-image] Aug 18 19:27:26.163 INFO O| Aug 18 19:27:26.163 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39442025-08-18T19:27:26.301Z[ host-image] Aug 18 19:27:26.163 INFO O| Aug 18 19:27:26.163 INFO skip step because feature "publisher_3_name" is not enabled
39452025-08-18T19:27:26.301Z[ host-image] Aug 18 19:27:26.163 INFO O| Aug 18 19:27:26.163 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39462025-08-18T19:27:26.639Z[ host-image] Aug 18 19:27:26.500 INFO O| Aug 18 19:27:26.500 INFO variant opensolaris.zone is already global
39472025-08-18T19:27:26.639Z[ host-image] Aug 18 19:27:26.500 INFO O| Aug 18 19:27:26.500 INFO STEP 5 (pkg_change_variant) COMPLETE
39482025-08-18T19:27:26.647Z[ host-image] Aug 18 19:27:26.500 INFO O| Aug 18 19:27:26.500 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39492025-08-18T19:27:26.970Z[ host-image] Aug 18 19:27:26.836 INFO O| Aug 18 19:27:26.836 INFO variant opensolaris.imagetype is full; changing to partial
39502025-08-18T19:27:26.970Z[ host-image] Aug 18 19:27:26.836 INFO O| Aug 18 19:27:26.836 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39512025-08-18T19:27:28.451Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39522025-08-18T19:27:28.451Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39532025-08-18T19:27:28.461Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39542025-08-18T19:27:33.913Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39552025-08-18T19:27:33.951Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39562025-08-18T19:27:35.034Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39572025-08-18T19:27:35.888Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39582025-08-18T19:27:36.407Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39592025-08-18T19:27:37.591Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39602025-08-18T19:27:41.206Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39612025-08-18T19:27:54.034Z[ host-image] Aug 18 19:27:53.936 INFO O| Aug 18 19:27:53.936 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39622025-08-18T19:28:04.506Z[ host-image] Aug 18 19:28:04.422 INFO O| Aug 18 19:28:04.422 INFO O| Startup: Caching catalogs ... Done
39632025-08-18T19:28:04.559Z[recovery-package] Finished `release` profile [optimized] target(s) in 48.57s
39642025-08-18T19:28:04.583Z[ host-image] Aug 18 19:28:04.500 INFO O| Aug 18 19:28:04.500 INFO O| Planning: Planning completed in 0.00 seconds
39652025-08-18T19:28:04.587Z[ host-image] Aug 18 19:28:04.500 INFO O| Aug 18 19:28:04.500 INFO O| Planning: Consolidating action changes ... Done
39662025-08-18T19:28:04.587Z[ host-image] Aug 18 19:28:04.501 INFO O| Aug 18 19:28:04.501 INFO O| Planning: Evaluating mediators ... Done
39672025-08-18T19:28:04.587Z[ host-image] Aug 18 19:28:04.501 INFO O| Aug 18 19:28:04.501 INFO O| Planning: Planning completed in 0.00 seconds
39682025-08-18T19:28:04.587Z[ host-image] Aug 18 19:28:04.501 INFO O| Aug 18 19:28:04.501 INFO O| Variants/Facets to change: 1
39692025-08-18T19:28:04.598Z[ host-image] Aug 18 19:28:04.516 INFO O| Aug 18 19:28:04.516 INFO O| Done
39702025-08-18T19:28:04.599Z[ host-image] Aug 18 19:28:04.516 INFO O| Aug 18 19:28:04.516 INFO O| Done
39712025-08-18T19:28:05.967Z[ host-image] Aug 18 19:28:05.883 INFO O| Aug 18 19:28:05.883 INFO O| Done
39722025-08-18T19:28:06.063Z[ host-image] Aug 18 19:28:05.980 INFO O| Aug 18 19:28:05.980 INFO O| Done
39732025-08-18T19:28:06.069Z[ host-image] Aug 18 19:28:05.981 INFO O| Aug 18 19:28:05.981 INFO O| Done
39742025-08-18T19:28:06.069Z[ host-image] Aug 18 19:28:05.981 INFO O| Aug 18 19:28:05.981 INFO O| Done
39752025-08-18T19:28:06.069Z[ host-image] Aug 18 19:28:05.983 INFO O| Aug 18 19:28:05.983 INFO O| Done
39762025-08-18T19:28:06.608ZAug 18 19:28:06.527 INFO [recovery-package] process exited with exit status: 0 (50.932351978s)
39772025-08-18T19:28:06.608ZAug 18 19:28:06.528 INFO [recovery-stamp] running task
39782025-08-18T19:28:06.614ZAug 18 19:28:06.528 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39792025-08-18T19:28:06.614ZAug 18 19:28:06.528 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 16.0.0-0.ci+git33b001744b0
39802025-08-18T19:28:06.614ZAug 18 19:28:06.529 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 16.0.0-0.ci+git33b001744b0
39812025-08-18T19:28:06.620Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39822025-08-18T19:28:06.624Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39832025-08-18T19:28:06.702Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39842025-08-18T19:28:06.763ZAug 18 19:28:06.627 INFO [stamp-installinator] process exited with exit status: 0 (98.57358ms)
39852025-08-18T19:28:06.769Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39862025-08-18T19:28:06.773ZAug 18 19:28:06.692 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (163.26937ms)
39872025-08-18T19:28:06.773ZAug 18 19:28:06.692 INFO [recovery-stamp] task succeeded (164.378818ms)
39882025-08-18T19:28:06.773ZAug 18 19:28:06.692 INFO [recovery-proto] running task
39892025-08-18T19:28:06.773ZAug 18 19:28:06.692 INFO [tuf-stamp] running task
39902025-08-18T19:28:06.773ZAug 18 19:28:06.692 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 16.0.0-0.ci+git33b001744b0
39912025-08-18T19:28:06.777ZAug 18 19:28:06.693 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 16.0.0-0.ci+git33b001744b0
39922025-08-18T19:28:06.777ZAug 18 19:28:06.693 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 16.0.0-0.ci+git33b001744b0
39932025-08-18T19:28:06.777ZAug 18 19:28:06.693 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 16.0.0-0.ci+git33b001744b0
39942025-08-18T19:28:06.777ZAug 18 19:28:06.694 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 16.0.0-0.ci+git33b001744b0
39952025-08-18T19:28:06.781ZAug 18 19:28:06.699 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 16.0.0-0.ci+git33b001744b0
39962025-08-18T19:28:06.781ZAug 18 19:28:06.699 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 16.0.0-0.ci+git33b001744b0
39972025-08-18T19:28:06.781ZAug 18 19:28:06.699 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 16.0.0-0.ci+git33b001744b0
39982025-08-18T19:28:06.789ZAug 18 19:28:06.707 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 16.0.0-0.ci+git33b001744b0
39992025-08-18T19:28:06.789ZAug 18 19:28:06.707 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 16.0.0-0.ci+git33b001744b0
40002025-08-18T19:28:06.789ZAug 18 19:28:06.707 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 16.0.0-0.ci+git33b001744b0
40012025-08-18T19:28:06.789ZAug 18 19:28:06.707 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 16.0.0-0.ci+git33b001744b0
40022025-08-18T19:28:06.792Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
40032025-08-18T19:28:06.792Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
40042025-08-18T19:28:06.793Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40052025-08-18T19:28:06.796Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
40062025-08-18T19:28:06.796Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
40072025-08-18T19:28:06.796Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
40082025-08-18T19:28:06.796Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40092025-08-18T19:28:06.796Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
40102025-08-18T19:28:06.800Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
40112025-08-18T19:28:06.807Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
40122025-08-18T19:28:06.807Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
40132025-08-18T19:28:06.814Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
40142025-08-18T19:28:06.917Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40152025-08-18T19:28:06.950ZAug 18 19:28:06.870 INFO [stamp-probe] process exited with exit status: 0 (173.917141ms)
40162025-08-18T19:28:06.992ZAug 18 19:28:06.912 INFO [recovery-proto] task succeeded (220.349934ms)
40172025-08-18T19:28:06.996ZAug 18 19:28:06.912 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.37.402' -P /tmp/.tmpgW5B7U/proto/recovery/root -N 'recovery 33b0017/${os_short_commit} 2025-08-18 19:00' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
40182025-08-18T19:28:07.028Z[ recovery-image] Aug 18 19:28:06.947 INFO Checking files for board 'gimlet'
40192025-08-18T19:28:07.028Z[ recovery-image] Aug 18 19:28:06.948 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40202025-08-18T19:28:07.028Z[ recovery-image] Aug 18 19:28:06.948 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
40212025-08-18T19:28:07.028Z[ recovery-image] Aug 18 19:28:06.948 INFO Checking files for board 'cosmo'
40222025-08-18T19:28:07.033Z[ recovery-image] Aug 18 19:28:06.948 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40232025-08-18T19:28:07.033Z[ recovery-image] Aug 18 19:28:06.948 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.5.toml"
40242025-08-18T19:28:07.052Z[ recovery-image] Aug 18 19:28:06.964 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpgW5B7U/proto/recovery/root"
40252025-08-18T19:28:07.053Z[ recovery-image] Aug 18 19:28:06.964 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
40262025-08-18T19:28:07.057Z[ recovery-image] Aug 18 19:28:06.964 INFO image builder template: ramdisk-01-os...
40272025-08-18T19:28:07.057Z[ recovery-image] Aug 18 19:28:06.964 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpgW5B7U/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.37.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40282025-08-18T19:28:07.069Z[ recovery-image] Aug 18 19:28:06.989 INFO O| Aug 18 19:28:06.989 INFO CREATE DATASET: rpool/images/build/recovery/output
40292025-08-18T19:28:07.446Z[ recovery-image] Aug 18 19:28:07.366 INFO O| Aug 18 19:28:07.366 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40302025-08-18T19:28:07.451Z[ recovery-image] Aug 18 19:28:07.372 INFO O| Aug 18 19:28:07.372 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40312025-08-18T19:28:07.754Z[ host-image] Aug 18 19:28:07.675 INFO O| Aug 18 19:28:07.675 INFO STEP 6 (pkg_change_variant) COMPLETE
40322025-08-18T19:28:07.754Z[ host-image] Aug 18 19:28:07.675 INFO O| Aug 18 19:28:07.675 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40332025-08-18T19:28:07.754Z[ host-image] Aug 18 19:28:07.675 INFO O| Aug 18 19:28:07.675 INFO skip step because feature "debug_variant" is not enabled
40342025-08-18T19:28:07.758Z[ host-image] Aug 18 19:28:07.675 INFO O| Aug 18 19:28:07.675 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40352025-08-18T19:28:07.977Z[ recovery-image] Aug 18 19:28:07.898 INFO O| Aug 18 19:28:07.898 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40362025-08-18T19:28:08.095Z[ recovery-image] Aug 18 19:28:08.017 INFO O| Aug 18 19:28:08.017 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40372025-08-18T19:28:08.095Z[ recovery-image] Aug 18 19:28:08.017 INFO O| Aug 18 19:28:08.017 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40382025-08-18T19:28:08.099Z[ recovery-image] Aug 18 19:28:08.017 INFO O| Aug 18 19:28:08.017 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40392025-08-18T19:28:08.099Z[ recovery-image] Aug 18 19:28:08.017 INFO O| Aug 18 19:28:08.017 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40402025-08-18T19:28:08.105Z[ recovery-image] Aug 18 19:28:08.027 INFO O| Aug 18 19:28:08.027 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40412025-08-18T19:28:08.138Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40422025-08-18T19:28:08.176ZAug 18 19:28:08.097 INFO [stamp-ntp] process exited with exit status: 0 (1.403373811s)
40432025-08-18T19:28:08.395Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
40442025-08-18T19:28:08.428Z[ recovery-image] Aug 18 19:28:08.350 INFO O| Aug 18 19:28:08.350 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40452025-08-18T19:28:08.441Z[ recovery-image] Aug 18 19:28:08.364 INFO O| Aug 18 19:28:08.364 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40462025-08-18T19:28:08.496Z[ host-image] Aug 18 19:28:08.418 INFO O| Aug 18 19:28:08.418 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40472025-08-18T19:28:08.534Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40482025-08-18T19:28:08.587Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40492025-08-18T19:28:08.640ZAug 18 19:28:08.561 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.85463709s)
40502025-08-18T19:28:08.902Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40512025-08-18T19:28:08.941ZAug 18 19:28:08.864 INFO [stamp-internal-dns] process exited with exit status: 0 (2.17102886s)
40522025-08-18T19:28:08.971Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40532025-08-18T19:28:08.999Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40542025-08-18T19:28:09.005ZAug 18 19:28:08.928 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.233814228s)
40552025-08-18T19:28:09.005ZAug 18 19:28:08.928 INFO [stamp-external-dns] process exited with exit status: 0 (2.221343997s)
40562025-08-18T19:28:09.154Z[ recovery-image] Aug 18 19:28:09.077 INFO O| Aug 18 19:28:09.077 INFO O| Caching catalogs ... Done
40572025-08-18T19:28:09.311Z[ recovery-image] Aug 18 19:28:09.234 INFO O| Aug 18 19:28:09.234 INFO STEP 0 (pkg_image_create) COMPLETE
40582025-08-18T19:28:09.311Z[ recovery-image] Aug 18 19:28:09.234 INFO O| Aug 18 19:28:09.234 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40592025-08-18T19:28:09.334Z[ recovery-image] Aug 18 19:28:09.247 INFO O| Aug 18 19:28:09.247 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
40602025-08-18T19:28:09.344Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40612025-08-18T19:28:09.350ZAug 18 19:28:09.274 INFO [stamp-oximeter] process exited with exit status: 0 (2.580077502s)
40622025-08-18T19:28:09.899Z[ recovery-image] Aug 18 19:28:09.823 INFO O| Aug 18 19:28:09.823 INFO STEP 1 (pkg_set_publisher) COMPLETE
40632025-08-18T19:28:09.900Z[ recovery-image] Aug 18 19:28:09.823 INFO O| Aug 18 19:28:09.823 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40642025-08-18T19:28:09.904Z[ recovery-image] Aug 18 19:28:09.823 INFO O| Aug 18 19:28:09.823 INFO skip step because feature "publisher_1_name" is not enabled
40652025-08-18T19:28:09.904Z[ recovery-image] Aug 18 19:28:09.823 INFO O| Aug 18 19:28:09.823 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40662025-08-18T19:28:09.904Z[ recovery-image] Aug 18 19:28:09.823 INFO O| Aug 18 19:28:09.823 INFO skip step because feature "publisher_2_name" is not enabled
40672025-08-18T19:28:09.904Z[ recovery-image] Aug 18 19:28:09.823 INFO O| Aug 18 19:28:09.823 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40682025-08-18T19:28:09.904Z[ recovery-image] Aug 18 19:28:09.823 INFO O| Aug 18 19:28:09.823 INFO skip step because feature "publisher_3_name" is not enabled
40692025-08-18T19:28:09.904Z[ recovery-image] Aug 18 19:28:09.824 INFO O| Aug 18 19:28:09.823 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40702025-08-18T19:28:10.521Z[ recovery-image] Aug 18 19:28:10.445 INFO O| Aug 18 19:28:10.445 INFO variant opensolaris.zone is already global
40712025-08-18T19:28:10.521Z[ recovery-image] Aug 18 19:28:10.446 INFO O| Aug 18 19:28:10.445 INFO STEP 5 (pkg_change_variant) COMPLETE
40722025-08-18T19:28:10.525Z[ recovery-image] Aug 18 19:28:10.446 INFO O| Aug 18 19:28:10.445 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40732025-08-18T19:28:11.154Z[ recovery-image] Aug 18 19:28:11.079 INFO O| Aug 18 19:28:11.079 INFO variant opensolaris.imagetype is full; changing to partial
40742025-08-18T19:28:11.154Z[ recovery-image] Aug 18 19:28:11.079 INFO O| Aug 18 19:28:11.079 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40752025-08-18T19:28:11.631Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40762025-08-18T19:28:11.635ZAug 18 19:28:11.562 INFO [stamp-nexus] process exited with exit status: 0 (4.861762868s)
40772025-08-18T19:28:12.625Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40782025-08-18T19:28:12.630ZAug 18 19:28:12.558 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.864458329s)
40792025-08-18T19:28:15.473Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40802025-08-18T19:28:15.477ZAug 18 19:28:15.409 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.716470729s)
40812025-08-18T19:28:15.537Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40822025-08-18T19:28:15.729Z[verify-libraries] Compiling home v0.5.9
40832025-08-18T19:28:15.753Z[verify-libraries] Compiling cfg_aliases v0.1.1
40842025-08-18T19:28:15.780Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40852025-08-18T19:28:15.780Z[verify-libraries] Compiling sqlparser_derive v0.2.2
40862025-08-18T19:28:15.783Z[verify-libraries] Compiling unicode_categories v0.1.1
40872025-08-18T19:28:16.077Z[verify-libraries] Compiling nix v0.28.0
40882025-08-18T19:28:16.080Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40892025-08-18T19:28:16.084Z[verify-libraries] Compiling polyval v0.6.2
40902025-08-18T19:28:16.087Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40912025-08-18T19:28:16.119Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40922025-08-18T19:28:16.124ZAug 18 19:28:16.056 INFO [stamp-clickhouse] process exited with exit status: 0 (9.356748157s)
40932025-08-18T19:28:16.475Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40942025-08-18T19:28:16.480ZAug 18 19:28:16.413 INFO [stamp-clickhouse_server] process exited with exit status: 0 (9.711148057s)
40952025-08-18T19:28:16.484ZAug 18 19:28:16.413 INFO [tuf-stamp] task succeeded (9.721384583s)
40962025-08-18T19:28:16.529Z[verify-libraries] Compiling sqlformat v0.3.5
40972025-08-18T19:28:17.054Z[verify-libraries] Compiling sqlparser v0.45.0
40982025-08-18T19:28:17.111Z[verify-libraries] Compiling ghash v0.5.1
40992025-08-18T19:28:17.140Z[verify-libraries] Compiling ctr v0.9.2
41002025-08-18T19:28:17.227Z[verify-libraries] Compiling ssh-encoding v0.2.0
41012025-08-18T19:28:17.422Z[verify-libraries] Compiling blowfish v0.9.1
41022025-08-18T19:28:17.640Z[verify-libraries] Compiling aes-gcm v0.10.3
41032025-08-18T19:28:18.138Z[verify-libraries] Compiling ssh-cipher v0.2.0
41042025-08-18T19:28:19.268Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41052025-08-18T19:28:19.962Z[verify-libraries] Compiling password-hash v0.4.2
41062025-08-18T19:28:22.315Z[verify-libraries] Compiling rustyline v14.0.0
41072025-08-18T19:28:22.537Z[verify-libraries] Compiling pbkdf2 v0.11.0
41082025-08-18T19:28:23.231Z[verify-libraries] Compiling ssh-key v0.6.6
41092025-08-18T19:28:23.751Z[verify-libraries] Compiling p521 v0.13.3
41102025-08-18T19:28:25.937Z[verify-libraries] Compiling p256 v0.13.2
41112025-08-18T19:28:27.210Z[verify-libraries] Compiling petname v2.0.2
41122025-08-18T19:28:28.396Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41132025-08-18T19:28:28.717Z[verify-libraries] Compiling md5 v0.7.0
41142025-08-18T19:28:29.426Z[verify-libraries] Compiling russh-keys v0.45.0
41152025-08-18T19:28:29.494Z[verify-libraries] Compiling num-bigint v0.4.6
41162025-08-18T19:28:36.653Z[verify-libraries] Compiling des v0.8.1
41172025-08-18T19:28:37.224Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41182025-08-18T19:28:38.437Z[verify-libraries] Compiling hex-literal v0.4.1
41192025-08-18T19:28:38.857Z[verify-libraries] Compiling russh v0.45.0
41202025-08-18T19:28:39.723Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41212025-08-18T19:28:44.065Z[ host-image] Aug 18 19:28:44.032 INFO O| Aug 18 19:28:44.032 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41222025-08-18T19:28:46.246Z[ recovery-image] Aug 18 19:28:46.216 INFO O| Aug 18 19:28:46.215 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41232025-08-18T19:28:49.832Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41242025-08-18T19:28:50.819Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41252025-08-18T19:28:54.141Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41262025-08-18T19:28:54.724Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41272025-08-18T19:29:00.480Z[ host-image] Aug 18 19:29:00.469 INFO O| Aug 18 19:29:00.469 INFO O| Startup: Caching catalogs ... Done
41282025-08-18T19:29:00.624Z[ host-image] Aug 18 19:29:00.613 INFO O| Aug 18 19:29:00.613 INFO O| Planning: Planning completed in 0.00 seconds
41292025-08-18T19:29:00.628Z[ host-image] Aug 18 19:29:00.614 INFO O| Aug 18 19:29:00.614 INFO O| Planning: Consolidating action changes ... Done
41302025-08-18T19:29:00.628Z[ host-image] Aug 18 19:29:00.614 INFO O| Aug 18 19:29:00.614 INFO O| Planning: Evaluating mediators ... Done
41312025-08-18T19:29:00.628Z[ host-image] Aug 18 19:29:00.615 INFO O| Aug 18 19:29:00.614 INFO O| Planning: Planning completed in 0.00 seconds
41322025-08-18T19:29:00.628Z[ host-image] Aug 18 19:29:00.615 INFO O| Aug 18 19:29:00.615 INFO O| Variants/Facets to change: 1
41332025-08-18T19:29:00.691Z[ host-image] Aug 18 19:29:00.680 INFO O| Aug 18 19:29:00.680 INFO O| Done
41342025-08-18T19:29:00.691Z[ host-image] Aug 18 19:29:00.680 INFO O| Aug 18 19:29:00.680 INFO O| Done
41352025-08-18T19:29:03.052Z[ host-image] Aug 18 19:29:03.045 INFO O| Aug 18 19:29:03.044 INFO O| Done
41362025-08-18T19:29:03.189Z[ recovery-image] Aug 18 19:29:03.182 INFO O| Aug 18 19:29:03.182 INFO O| Startup: Caching catalogs ... Done
41372025-08-18T19:29:03.242Z[ host-image] Aug 18 19:29:03.234 INFO O| Aug 18 19:29:03.234 INFO O| Done
41382025-08-18T19:29:03.245Z[ host-image] Aug 18 19:29:03.235 INFO O| Aug 18 19:29:03.235 INFO O| Done
41392025-08-18T19:29:03.246Z[ host-image] Aug 18 19:29:03.236 INFO O| Aug 18 19:29:03.236 INFO O| Done
41402025-08-18T19:29:03.246Z[ host-image] Aug 18 19:29:03.238 INFO O| Aug 18 19:29:03.238 INFO O| Done
41412025-08-18T19:29:03.294Z[ recovery-image] Aug 18 19:29:03.287 INFO O| Aug 18 19:29:03.287 INFO O| Planning: Planning completed in 0.00 seconds
41422025-08-18T19:29:03.298Z[ recovery-image] Aug 18 19:29:03.287 INFO O| Aug 18 19:29:03.287 INFO O| Planning: Consolidating action changes ... Done
41432025-08-18T19:29:03.298Z[ recovery-image] Aug 18 19:29:03.288 INFO O| Aug 18 19:29:03.288 INFO O| Planning: Evaluating mediators ... Done
41442025-08-18T19:29:03.298Z[ recovery-image] Aug 18 19:29:03.288 INFO O| Aug 18 19:29:03.288 INFO O| Planning: Planning completed in 0.00 seconds
41452025-08-18T19:29:03.298Z[ recovery-image] Aug 18 19:29:03.288 INFO O| Aug 18 19:29:03.288 INFO O| Variants/Facets to change: 1
41462025-08-18T19:29:03.361Z[ recovery-image] Aug 18 19:29:03.354 INFO O| Aug 18 19:29:03.354 INFO O| Done
41472025-08-18T19:29:03.361Z[ recovery-image] Aug 18 19:29:03.354 INFO O| Aug 18 19:29:03.354 INFO O| Done
41482025-08-18T19:29:05.126Z[ host-image] Aug 18 19:29:05.121 INFO O| Aug 18 19:29:05.121 INFO STEP 8 (pkg_change_facet) COMPLETE
41492025-08-18T19:29:05.126Z[ host-image] Aug 18 19:29:05.121 INFO O| Aug 18 19:29:05.121 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41502025-08-18T19:29:05.130Z[ host-image] Aug 18 19:29:05.121 INFO O| Aug 18 19:29:05.121 INFO skip step because feature "recovery" is not enabled
41512025-08-18T19:29:05.130Z[ host-image] Aug 18 19:29:05.121 INFO O| Aug 18 19:29:05.121 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41522025-08-18T19:29:05.130Z[ host-image] Aug 18 19:29:05.121 INFO O| Aug 18 19:29:05.121 INFO skip step because feature "recovery" is not enabled
41532025-08-18T19:29:05.130Z[ host-image] Aug 18 19:29:05.121 INFO O| Aug 18 19:29:05.121 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41542025-08-18T19:29:05.144Z[ host-image] Aug 18 19:29:05.139 INFO O| Aug 18 19:29:05.138 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@16.0.0.0"]
41552025-08-18T19:29:05.652Z[ recovery-image] Aug 18 19:29:05.648 INFO O| Aug 18 19:29:05.648 INFO O| Done
41562025-08-18T19:29:05.767Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41572025-08-18T19:29:05.819Z[ recovery-image] Aug 18 19:29:05.815 INFO O| Aug 18 19:29:05.815 INFO O| Done
41582025-08-18T19:29:05.823Z[ recovery-image] Aug 18 19:29:05.817 INFO O| Aug 18 19:29:05.817 INFO O| Done
41592025-08-18T19:29:05.823Z[ recovery-image] Aug 18 19:29:05.817 INFO O| Aug 18 19:29:05.817 INFO O| Done
41602025-08-18T19:29:05.826Z[ recovery-image] Aug 18 19:29:05.819 INFO O| Aug 18 19:29:05.819 INFO O| Done
41612025-08-18T19:29:06.275Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41622025-08-18T19:29:06.428Z[verify-libraries] Compiling sync-ptr v0.1.4
41632025-08-18T19:29:06.850Z[verify-libraries] Compiling internet-checksum v0.2.1
41642025-08-18T19:29:07.018Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
41652025-08-18T19:29:07.209Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41662025-08-18T19:29:07.549Z[ recovery-image] Aug 18 19:29:07.547 INFO O| Aug 18 19:29:07.547 INFO STEP 6 (pkg_change_variant) COMPLETE
41672025-08-18T19:29:07.550Z[ recovery-image] Aug 18 19:29:07.547 INFO O| Aug 18 19:29:07.547 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41682025-08-18T19:29:07.553Z[ recovery-image] Aug 18 19:29:07.547 INFO O| Aug 18 19:29:07.547 INFO skip step because feature "debug_variant" is not enabled
41692025-08-18T19:29:07.553Z[ recovery-image] Aug 18 19:29:07.547 INFO O| Aug 18 19:29:07.547 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41702025-08-18T19:29:08.178Z[ recovery-image] Aug 18 19:29:08.177 INFO O| Aug 18 19:29:08.177 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41712025-08-18T19:29:28.463Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41722025-08-18T19:29:31.457Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41732025-08-18T19:29:35.586Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41742025-08-18T19:29:41.891Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41752025-08-18T19:29:43.159Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41762025-08-18T19:29:50.159Z[ host-image] Aug 18 19:29:50.211 INFO O| Aug 18 19:29:50.211 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41772025-08-18T19:29:51.626Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41782025-08-18T19:29:53.337Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41792025-08-18T19:29:53.654Z[ recovery-image] Aug 18 19:29:53.711 INFO O| Aug 18 19:29:53.710 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41802025-08-18T19:29:54.830Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41812025-08-18T19:29:55.183Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41822025-08-18T19:30:07.025Z[ host-image] Aug 18 19:30:07.099 INFO O| Aug 18 19:30:07.099 INFO O| Startup: Caching catalogs ... Done
41832025-08-18T19:30:10.724Z[ recovery-image] Aug 18 19:30:10.803 INFO O| Aug 18 19:30:10.803 INFO O| Startup: Caching catalogs ... Done
41842025-08-18T19:30:10.851Z[ recovery-image] Aug 18 19:30:10.930 INFO O| Aug 18 19:30:10.930 INFO O| Planning: Planning completed in 0.00 seconds
41852025-08-18T19:30:10.855Z[ recovery-image] Aug 18 19:30:10.931 INFO O| Aug 18 19:30:10.931 INFO O| Planning: Consolidating action changes ... Done
41862025-08-18T19:30:10.855Z[ recovery-image] Aug 18 19:30:10.931 INFO O| Aug 18 19:30:10.931 INFO O| Planning: Evaluating mediators ... Done
41872025-08-18T19:30:10.855Z[ recovery-image] Aug 18 19:30:10.931 INFO O| Aug 18 19:30:10.931 INFO O| Planning: Planning completed in 0.00 seconds
41882025-08-18T19:30:10.855Z[ recovery-image] Aug 18 19:30:10.932 INFO O| Aug 18 19:30:10.932 INFO O| Variants/Facets to change: 1
41892025-08-18T19:30:10.916Z[ recovery-image] Aug 18 19:30:10.995 INFO O| Aug 18 19:30:10.995 INFO O| Done
41902025-08-18T19:30:10.920Z[ recovery-image] Aug 18 19:30:10.995 INFO O| Aug 18 19:30:10.995 INFO O| Done
41912025-08-18T19:30:13.265Z[ recovery-image] Aug 18 19:30:13.347 INFO O| Aug 18 19:30:13.347 INFO O| Done
41922025-08-18T19:30:13.448Z[ recovery-image] Aug 18 19:30:13.526 INFO O| Aug 18 19:30:13.526 INFO O| Done
41932025-08-18T19:30:13.451Z[ recovery-image] Aug 18 19:30:13.527 INFO O| Aug 18 19:30:13.527 INFO O| Done
41942025-08-18T19:30:13.451Z[ recovery-image] Aug 18 19:30:13.527 INFO O| Aug 18 19:30:13.527 INFO O| Done
41952025-08-18T19:30:13.456Z[ recovery-image] Aug 18 19:30:13.538 INFO O| Aug 18 19:30:13.538 INFO O| Done
41962025-08-18T19:30:15.347Z[ recovery-image] Aug 18 19:30:15.431 INFO O| Aug 18 19:30:15.431 INFO STEP 8 (pkg_change_facet) COMPLETE
41972025-08-18T19:30:15.347Z[ recovery-image] Aug 18 19:30:15.431 INFO O| Aug 18 19:30:15.431 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41982025-08-18T19:30:16.091Z[ recovery-image] Aug 18 19:30:16.176 INFO O| Aug 18 19:30:16.176 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
41992025-08-18T19:30:38.047Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
42002025-08-18T19:30:41.312Z[verify-libraries] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd)
42012025-08-18T19:30:43.452Z[verify-libraries] Compiling heck v0.4.1
42022025-08-18T19:30:44.935Z[verify-libraries] Compiling diff v0.1.13
42032025-08-18T19:30:45.095Z[verify-libraries] Compiling yansi v1.0.1
42042025-08-18T19:30:46.295Z[verify-libraries] Compiling pretty_assertions v1.4.1
42052025-08-18T19:30:46.377Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
42062025-08-18T19:30:49.648Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42072025-08-18T19:30:55.017Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42082025-08-18T19:30:55.192Z[ recovery-image] Aug 18 19:30:55.328 INFO O| Aug 18 19:30:55.328 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42092025-08-18T19:31:07.267Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42102025-08-18T19:31:07.979Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42112025-08-18T19:31:08.713Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42122025-08-18T19:31:09.310Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42132025-08-18T19:31:09.959Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42142025-08-18T19:31:10.491Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
42152025-08-18T19:31:11.022Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
42162025-08-18T19:31:11.479Z[ recovery-image] Aug 18 19:31:11.636 INFO O| Aug 18 19:31:11.636 INFO O| Startup: Caching catalogs ... Done
42172025-08-18T19:31:11.604Z[ recovery-image] Aug 18 19:31:11.760 INFO O| Aug 18 19:31:11.760 INFO O| Planning: Planning completed in 0.00 seconds
42182025-08-18T19:31:11.607Z[ recovery-image] Aug 18 19:31:11.761 INFO O| Aug 18 19:31:11.761 INFO O| Planning: Consolidating action changes ... Done
42192025-08-18T19:31:11.607Z[ recovery-image] Aug 18 19:31:11.761 INFO O| Aug 18 19:31:11.761 INFO O| Planning: Evaluating mediators ... Done
42202025-08-18T19:31:11.607Z[ recovery-image] Aug 18 19:31:11.762 INFO O| Aug 18 19:31:11.762 INFO O| Planning: Planning completed in 0.00 seconds
42212025-08-18T19:31:11.612Z[ recovery-image] Aug 18 19:31:11.769 INFO O| Aug 18 19:31:11.769 INFO O| Variants/Facets to change: 1
42222025-08-18T19:31:11.678Z[ recovery-image] Aug 18 19:31:11.835 INFO O| Aug 18 19:31:11.834 INFO O| Done
42232025-08-18T19:31:11.678Z[ recovery-image] Aug 18 19:31:11.835 INFO O| Aug 18 19:31:11.835 INFO O| Done
42242025-08-18T19:31:13.951Z[ recovery-image] Aug 18 19:31:14.110 INFO O| Aug 18 19:31:14.110 INFO O| Done
42252025-08-18T19:31:14.119Z[ recovery-image] Aug 18 19:31:14.279 INFO O| Aug 18 19:31:14.278 INFO O| Done
42262025-08-18T19:31:14.122Z[ recovery-image] Aug 18 19:31:14.279 INFO O| Aug 18 19:31:14.279 INFO O| Done
42272025-08-18T19:31:14.122Z[ recovery-image] Aug 18 19:31:14.279 INFO O| Aug 18 19:31:14.279 INFO O| Done
42282025-08-18T19:31:14.122Z[ recovery-image] Aug 18 19:31:14.281 INFO O| Aug 18 19:31:14.281 INFO O| Done
42292025-08-18T19:31:15.828Z[ recovery-image] Aug 18 19:31:15.990 INFO O| Aug 18 19:31:15.990 INFO STEP 9 (pkg_change_facet) COMPLETE
42302025-08-18T19:31:15.829Z[ recovery-image] Aug 18 19:31:15.990 INFO O| Aug 18 19:31:15.990 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42312025-08-18T19:31:16.592Z[ recovery-image] Aug 18 19:31:16.755 INFO O| Aug 18 19:31:16.755 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42322025-08-18T19:31:43.602Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
42332025-08-18T19:31:57.144Z[ recovery-image] Aug 18 19:31:57.359 INFO O| Aug 18 19:31:57.359 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42342025-08-18T19:32:00.308Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42352025-08-18T19:32:14.389Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
42362025-08-18T19:32:14.644Z[ recovery-image] Aug 18 19:32:14.882 INFO O| Aug 18 19:32:14.881 INFO O| Startup: Caching catalogs ... Done
42372025-08-18T19:32:14.768Z[ recovery-image] Aug 18 19:32:15.006 INFO O| Aug 18 19:32:15.006 INFO O| Planning: Planning completed in 0.00 seconds
42382025-08-18T19:32:14.772Z[ recovery-image] Aug 18 19:32:15.007 INFO O| Aug 18 19:32:15.007 INFO O| Planning: Consolidating action changes ... Done
42392025-08-18T19:32:14.772Z[ recovery-image] Aug 18 19:32:15.007 INFO O| Aug 18 19:32:15.007 INFO O| Planning: Evaluating mediators ... Done
42402025-08-18T19:32:14.772Z[ recovery-image] Aug 18 19:32:15.008 INFO O| Aug 18 19:32:15.008 INFO O| Planning: Planning completed in 0.00 seconds
42412025-08-18T19:32:14.772Z[ recovery-image] Aug 18 19:32:15.008 INFO O| Aug 18 19:32:15.008 INFO O| Variants/Facets to change: 1
42422025-08-18T19:32:14.841Z[ recovery-image] Aug 18 19:32:15.079 INFO O| Aug 18 19:32:15.079 INFO O| Done
42432025-08-18T19:32:14.841Z[ recovery-image] Aug 18 19:32:15.079 INFO O| Aug 18 19:32:15.079 INFO O| Done
42442025-08-18T19:32:17.112Z[ recovery-image] Aug 18 19:32:17.352 INFO O| Aug 18 19:32:17.352 INFO O| Done
42452025-08-18T19:32:17.442Z[ recovery-image] Aug 18 19:32:17.683 INFO O| Aug 18 19:32:17.683 INFO O| Done
42462025-08-18T19:32:17.446Z[ recovery-image] Aug 18 19:32:17.684 INFO O| Aug 18 19:32:17.684 INFO O| Done
42472025-08-18T19:32:17.446Z[ recovery-image] Aug 18 19:32:17.684 INFO O| Aug 18 19:32:17.684 INFO O| Done
42482025-08-18T19:32:17.446Z[ recovery-image] Aug 18 19:32:17.686 INFO O| Aug 18 19:32:17.686 INFO O| Done
42492025-08-18T19:32:19.377Z[ recovery-image] Aug 18 19:32:19.620 INFO O| Aug 18 19:32:19.620 INFO STEP 10 (pkg_change_facet) COMPLETE
42502025-08-18T19:32:19.377Z[ recovery-image] Aug 18 19:32:19.620 INFO O| Aug 18 19:32:19.620 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42512025-08-18T19:32:19.393Z[ recovery-image] Aug 18 19:32:19.636 INFO O| Aug 18 19:32:19.636 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@16.0.0.0"]
42522025-08-18T19:32:19.538Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42532025-08-18T19:32:27.448Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42542025-08-18T19:32:31.829Z[ host-image] Aug 18 19:32:32.088 INFO O| Aug 18 19:32:32.088 INFO O| Planning: Solver setup ... Done
42552025-08-18T19:32:32.480Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
42562025-08-18T19:32:34.079Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42572025-08-18T19:32:39.748Z[verify-libraries] Compiling termios v0.3.3
42582025-08-18T19:32:40.251Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
42592025-08-18T19:32:43.100Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42602025-08-18T19:33:05.519Z[ recovery-image] Aug 18 19:33:03.833 INFO O| Aug 18 19:33:03.832 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42612025-08-18T19:33:23.783Z[ recovery-image] Aug 18 19:33:22.109 INFO O| Aug 18 19:33:22.109 INFO O| Startup: Caching catalogs ... Done
42622025-08-18T19:33:27.875Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
42632025-08-18T19:33:42.216Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42642025-08-18T19:36:02.286Z[ recovery-image] Aug 18 19:36:00.815 INFO O| Aug 18 19:36:00.814 INFO O| Planning: Solver setup ... Done
42652025-08-18T19:36:57.058Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42662025-08-18T19:36:57.158Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42672025-08-18T19:37:01.016Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
42682025-08-18T19:37:36.156Z[ host-image] Aug 18 19:37:34.805 INFO O| Aug 18 19:37:34.805 INFO O| Planning: Running solver ... Done
42692025-08-18T19:37:37.769Z[ host-image] Aug 18 19:37:36.420 INFO O| Aug 18 19:37:36.419 INFO O| Planning: Finding local manifests ... Done
42702025-08-18T19:37:37.885Z[ host-image] Aug 18 19:37:36.536 INFO O| Aug 18 19:37:36.536 INFO O| Planning: Fetching manifests: 0/126 0% complete
42712025-08-18T19:37:42.888Z[ host-image] Aug 18 19:37:41.545 INFO O| Aug 18 19:37:41.545 INFO O| Planning: Fetching manifests: 56/126 44% complete
42722025-08-18T19:37:45.331Z[ host-image] Aug 18 19:37:43.991 INFO O| Aug 18 19:37:43.991 INFO O| Planning: Fetching manifests: 126/126 100% complete
42732025-08-18T19:37:46.589Z[ host-image] Aug 18 19:37:45.251 INFO O| Aug 18 19:37:45.251 INFO O| Planning: Package planning ... Done
42742025-08-18T19:37:48.267Z[ host-image] Aug 18 19:37:46.927 INFO O| Aug 18 19:37:46.927 INFO O| Planning: Merging actions ... Done
42752025-08-18T19:37:48.657Z[ host-image] Aug 18 19:37:47.322 INFO O| Aug 18 19:37:47.322 INFO O| Planning: Checking for conflicting actions ... Done
42762025-08-18T19:37:48.983Z[ host-image] Aug 18 19:37:47.648 INFO O| Aug 18 19:37:47.648 INFO O| Planning: Consolidating action changes ... Done
42772025-08-18T19:37:49.452Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42782025-08-18T19:37:49.560Z[ host-image] Aug 18 19:37:48.226 INFO O| Aug 18 19:37:48.226 INFO O| Planning: Evaluating mediators ... Done
42792025-08-18T19:37:56.029Z[ host-image] Aug 18 19:37:54.701 INFO O| Aug 18 19:37:54.701 INFO O| Planning: Planning completed in 467.46 seconds
42802025-08-18T19:37:56.033Z[ host-image] Aug 18 19:37:54.707 INFO O| Aug 18 19:37:54.707 INFO O| Packages to install: 126
42812025-08-18T19:37:56.034Z[ host-image] Aug 18 19:37:54.707 INFO O| Aug 18 19:37:54.707 INFO O| Mediators to change: 5
42822025-08-18T19:37:56.034Z[ host-image] Aug 18 19:37:54.707 INFO O| Aug 18 19:37:54.707 INFO O| Services to change: 6
42832025-08-18T19:37:56.187Z[ host-image] Aug 18 19:37:54.861 INFO O| Aug 18 19:37:54.861 INFO O| Download: 0/22885 items 0.0/207.3MB 0% complete
42842025-08-18T19:37:57.828Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42852025-08-18T19:38:01.253Z[ host-image] Aug 18 19:37:59.934 INFO O| Aug 18 19:37:59.934 INFO O| Download: 1298/22885 items 7.8/207.3MB 3% complete (1.6M/s)
42862025-08-18T19:38:03.847Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42872025-08-18T19:38:06.271Z[ host-image] Aug 18 19:38:04.948 INFO O| Aug 18 19:38:04.948 INFO O| Download: 1663/22885 items 10.9/207.3MB 5% complete (1.2M/s)
42882025-08-18T19:38:09.260Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
42892025-08-18T19:38:12.021Z[ host-image] Aug 18 19:38:10.716 INFO O| Aug 18 19:38:10.715 INFO O| Download: 1807/22885 items 16.9/207.3MB 8% complete (880k/s)
42902025-08-18T19:38:17.753Z[ host-image] Aug 18 19:38:16.455 INFO O| Aug 18 19:38:16.455 INFO O| Download: 2151/22885 items 23.9/207.3MB 11% complete (1.4M/s)
42912025-08-18T19:38:22.851Z[ host-image] Aug 18 19:38:21.560 INFO O| Aug 18 19:38:21.560 INFO O| Download: 2463/22885 items 28.3/207.3MB 13% complete (1.1M/s)
42922025-08-18T19:38:27.845Z[ host-image] Aug 18 19:38:26.560 INFO O| Aug 18 19:38:26.560 INFO O| Download: 3519/22885 items 35.8/207.3MB 17% complete (1.2M/s)
42932025-08-18T19:38:33.405Z[ host-image] Aug 18 19:38:32.127 INFO O| Aug 18 19:38:32.127 INFO O| Download: 4588/22885 items 42.2/207.3MB 20% complete (1.5M/s)
42942025-08-18T19:38:38.403Z[ host-image] Aug 18 19:38:37.132 INFO O| Aug 18 19:38:37.132 INFO O| Download: 4802/22885 items 45.1/207.3MB 21% complete (963k/s)
42952025-08-18T19:38:43.406Z[ host-image] Aug 18 19:38:42.141 INFO O| Aug 18 19:38:42.141 INFO O| Download: 5994/22885 items 46.7/207.3MB 22% complete (454k/s)
42962025-08-18T19:38:49.197Z[ host-image] Aug 18 19:38:47.939 INFO O| Aug 18 19:38:47.939 INFO O| Download: 7052/22885 items 50.4/207.3MB 24% complete (525k/s)
42972025-08-18T19:38:54.202Z[ host-image] Aug 18 19:38:52.952 INFO O| Aug 18 19:38:52.951 INFO O| Download: 7964/22885 items 59.6/207.3MB 28% complete (1.3M/s)
42982025-08-18T19:38:59.374Z[ host-image] Aug 18 19:38:58.129 INFO O| Aug 18 19:38:58.129 INFO O| Download: 8310/22885 items 63.5/207.3MB 30% complete (1.2M/s)
42992025-08-18T19:39:04.369Z[ host-image] Aug 18 19:39:03.131 INFO O| Aug 18 19:39:03.131 INFO O| Download: 9021/22885 items 75.3/207.3MB 36% complete (1.5M/s)
43002025-08-18T19:39:09.363Z[ host-image] Aug 18 19:39:08.131 INFO O| Aug 18 19:39:08.131 INFO O| Download: 9865/22885 items 86.9/207.3MB 41% complete (2.4M/s)
43012025-08-18T19:39:14.559Z[ host-image] Aug 18 19:39:13.334 INFO O| Aug 18 19:39:13.334 INFO O| Download: 10919/22885 items 93.3/207.3MB 45% complete (1.9M/s)
43022025-08-18T19:39:19.959Z[ host-image] Aug 18 19:39:18.741 INFO O| Aug 18 19:39:18.741 INFO O| Download: 11280/22885 items 97.3/207.3MB 46% complete (1.1M/s)
43032025-08-18T19:39:24.954Z[ host-image] Aug 18 19:39:23.741 INFO O| Aug 18 19:39:23.741 INFO O| Download: 12059/22885 items 101.5/207.3MB 48% complete (904k/s)
43042025-08-18T19:39:30.878Z[ host-image] Aug 18 19:39:29.674 INFO O| Aug 18 19:39:29.674 INFO O| Download: 12278/22885 items 112.1/207.3MB 54% complete (1.5M/s)
43052025-08-18T19:39:35.900Z[ host-image] Aug 18 19:39:34.701 INFO O| Aug 18 19:39:34.701 INFO O| Download: 13390/22885 items 113.3/207.3MB 54% complete (1.0M/s)
43062025-08-18T19:39:40.912Z[ host-image] Aug 18 19:39:39.720 INFO O| Aug 18 19:39:39.720 INFO O| Download: 14246/22885 items 114.0/207.3MB 54% complete (183k/s)
43072025-08-18T19:39:46.314Z[ host-image] Aug 18 19:39:45.128 INFO O| Aug 18 19:39:45.128 INFO O| Download: 14524/22885 items 115.6/207.3MB 55% complete (211k/s)
43082025-08-18T19:39:51.308Z[ host-image] Aug 18 19:39:50.129 INFO O| Aug 18 19:39:50.129 INFO O| Download: 15221/22885 items 121.5/207.3MB 58% complete (758k/s)
43092025-08-18T19:39:56.633Z[ host-image] Aug 18 19:39:55.462 INFO O| Aug 18 19:39:55.461 INFO O| Download: 15831/22885 items 129.6/207.3MB 62% complete (1.5M/s)
43102025-08-18T19:40:01.630Z[ host-image] Aug 18 19:40:00.465 INFO O| Aug 18 19:40:00.465 INFO O| Download: 16737/22885 items 144.2/207.3MB 69% complete (2.2M/s)
43112025-08-18T19:40:06.634Z[ host-image] Aug 18 19:40:05.476 INFO O| Aug 18 19:40:05.475 INFO O| Download: 17858/22885 items 153.8/207.3MB 74% complete (2.4M/s)
43122025-08-18T19:40:11.828Z[ host-image] Aug 18 19:40:10.676 INFO O| Aug 18 19:40:10.676 INFO O| Download: 18414/22885 items 167.2/207.3MB 80% complete (2.3M/s)
43132025-08-18T19:40:19.610Z[ host-image] Aug 18 19:40:17.054 INFO O| Aug 18 19:40:17.054 INFO O| Download: 19062/22885 items 169.5/207.3MB 81% complete (1.9M/s)
43142025-08-18T19:40:23.702Z[ host-image] Aug 18 19:40:22.566 INFO O| Aug 18 19:40:22.566 INFO O| Download: 20089/22885 items 174.2/207.3MB 84% complete (680k/s)
43152025-08-18T19:40:28.696Z[ host-image] Aug 18 19:40:27.566 INFO O| Aug 18 19:40:27.566 INFO O| Download: 20717/22885 items 176.3/207.3MB 85% complete (715k/s)
43162025-08-18T19:40:33.767Z[ host-image] Aug 18 19:40:32.643 INFO O| Aug 18 19:40:32.643 INFO O| Download: 21004/22885 items 182.4/207.3MB 87% complete (853k/s)
43172025-08-18T19:40:36.389Z[ recovery-image] Aug 18 19:40:35.269 INFO O| Aug 18 19:40:35.268 INFO O| Planning: Running solver ... Done
43182025-08-18T19:40:37.732Z[ recovery-image] Aug 18 19:40:36.614 INFO O| Aug 18 19:40:36.614 INFO O| Planning: Finding local manifests ... Done
43192025-08-18T19:40:37.888Z[ recovery-image] Aug 18 19:40:36.770 INFO O| Aug 18 19:40:36.770 INFO O| Planning: Fetching manifests: 0/126 0% complete
43202025-08-18T19:40:38.782Z[ host-image] Aug 18 19:40:37.665 INFO O| Aug 18 19:40:37.665 INFO O| Download: 21349/22885 items 183.9/207.3MB 88% complete (770k/s)
43212025-08-18T19:40:42.990Z[ recovery-image] Aug 18 19:40:41.878 INFO O| Aug 18 19:40:41.878 INFO O| Planning: Fetching manifests: 62/126 49% complete
43222025-08-18T19:40:43.785Z[ host-image] Aug 18 19:40:42.674 INFO O| Aug 18 19:40:42.674 INFO O| Download: 22000/22885 items 200.1/207.3MB 96% complete (1.7M/s)
43232025-08-18T19:40:48.003Z[ recovery-image] Aug 18 19:40:46.898 INFO O| Aug 18 19:40:46.898 INFO O| Planning: Fetching manifests: 125/126 99% complete
43242025-08-18T19:40:48.009Z[ recovery-image] Aug 18 19:40:46.904 INFO O| Aug 18 19:40:46.904 INFO O| Planning: Fetching manifests: 126/126 100% complete
43252025-08-18T19:40:49.028Z[ recovery-image] Aug 18 19:40:47.924 INFO O| Aug 18 19:40:47.924 INFO O| Planning: Package planning ... Done
43262025-08-18T19:40:49.532Z[ host-image] Aug 18 19:40:48.429 INFO O| Aug 18 19:40:48.429 INFO O| Download: 22127/22885 items 201.2/207.3MB 97% complete (1.7M/s)
43272025-08-18T19:40:49.658Z[ recovery-image] Aug 18 19:40:48.555 INFO O| Aug 18 19:40:48.555 INFO O| Planning: Merging actions ... Done
43282025-08-18T19:40:49.822Z[ recovery-image] Aug 18 19:40:48.719 INFO O| Aug 18 19:40:48.719 INFO O| Planning: Checking for conflicting actions ... Done
43292025-08-18T19:40:49.954Z[ recovery-image] Aug 18 19:40:48.851 INFO O| Aug 18 19:40:48.850 INFO O| Planning: Consolidating action changes ... Done
43302025-08-18T19:40:50.314Z[ recovery-image] Aug 18 19:40:49.211 INFO O| Aug 18 19:40:49.211 INFO O| Planning: Evaluating mediators ... Done
43312025-08-18T19:40:54.841Z[ host-image] Aug 18 19:40:53.744 INFO O| Aug 18 19:40:53.744 INFO O| Download: 22876/22885 items 207.3/207.3MB 99% complete (746k/s)
43322025-08-18T19:40:55.266Z[ host-image] Aug 18 19:40:54.169 INFO O| Aug 18 19:40:54.169 INFO O| Download: Completed 207.33 MB in 179.31 seconds (1.1M/s)
43332025-08-18T19:40:56.845Z[ recovery-image] Aug 18 19:40:55.751 INFO O| Aug 18 19:40:55.751 INFO O| Planning: Planning completed in 453.50 seconds
43342025-08-18T19:40:56.849Z[ recovery-image] Aug 18 19:40:55.755 INFO O| Aug 18 19:40:55.755 INFO O| Packages to install: 126
43352025-08-18T19:40:56.849Z[ recovery-image] Aug 18 19:40:55.755 INFO O| Aug 18 19:40:55.755 INFO O| Mediators to change: 5
43362025-08-18T19:40:56.853Z[ recovery-image] Aug 18 19:40:55.756 INFO O| Aug 18 19:40:55.755 INFO O| Services to change: 5
43372025-08-18T19:40:56.977Z[ recovery-image] Aug 18 19:40:55.883 INFO O| Aug 18 19:40:55.883 INFO O| Download: 0/15944 items 0.0/184.0MB 0% complete
43382025-08-18T19:40:57.083Z[ host-image] Aug 18 19:40:55.989 INFO O| Aug 18 19:40:55.989 INFO O| Actions: 1/50799 actions (Installing new actions)
43392025-08-18T19:41:02.029Z[ recovery-image] Aug 18 19:41:00.942 INFO O| Aug 18 19:41:00.942 INFO O| Download: 1000/15944 items 7.9/184.0MB 4% complete (1.7M/s)
43402025-08-18T19:41:02.076Z[ host-image] Aug 18 19:41:00.989 INFO O| Aug 18 19:41:00.989 INFO O| Actions: 10510/50799 actions (Installing new actions)
43412025-08-18T19:41:07.075Z[ host-image] Aug 18 19:41:05.994 INFO O| Aug 18 19:41:05.994 INFO O| Actions: 17393/50799 actions (Installing new actions)
43422025-08-18T19:41:07.212Z[ recovery-image] Aug 18 19:41:06.131 INFO O| Aug 18 19:41:06.131 INFO O| Download: 1110/15944 items 9.6/184.0MB 5% complete (1.1M/s)
43432025-08-18T19:41:12.069Z[ host-image] Aug 18 19:41:10.994 INFO O| Aug 18 19:41:10.994 INFO O| Actions: 26377/50799 actions (Installing new actions)
43442025-08-18T19:41:13.705Z[ recovery-image] Aug 18 19:41:12.633 INFO O| Aug 18 19:41:12.633 INFO O| Download: 1320/15944 items 20.3/184.0MB 11% complete (1.4M/s)
43452025-08-18T19:41:16.540Z[ host-image] Aug 18 19:41:15.471 INFO O| Aug 18 19:41:15.471 INFO O| Actions: Completed 50799 actions in 19.48 seconds.
43462025-08-18T19:41:17.921Z[ host-image] Aug 18 19:41:16.853 INFO O| Aug 18 19:41:16.853 INFO O| Done
43472025-08-18T19:41:17.925Z[ host-image] Aug 18 19:41:16.853 INFO O| Aug 18 19:41:16.853 INFO O| Done
43482025-08-18T19:41:20.450Z[ host-image] Aug 18 19:41:19.387 INFO O| Aug 18 19:41:19.386 INFO O| Done
43492025-08-18T19:41:22.855Z[ recovery-image] Aug 18 19:41:21.794 INFO O| Aug 18 19:41:21.794 INFO O| Download: 1509/15944 items 21.9/184.0MB 11% complete (1.3M/s)
43502025-08-18T19:41:22.996Z[ host-image] Aug 18 19:41:21.935 INFO O| Aug 18 19:41:21.935 INFO O| Done
43512025-08-18T19:41:23.064Z[ host-image] Aug 18 19:41:22.004 INFO O| Aug 18 19:41:22.004 INFO O| Done
43522025-08-18T19:41:27.848Z[ recovery-image] Aug 18 19:41:26.794 INFO O| Aug 18 19:41:26.794 INFO O| Download: 1613/15944 items 25.1/184.0MB 13% complete (311k/s)
43532025-08-18T19:41:30.670Z[ host-image] Aug 18 19:41:29.618 INFO O| Aug 18 19:41:29.618 INFO O| Done
43542025-08-18T19:41:31.709Z[ host-image] Aug 18 19:41:30.659 INFO O| Aug 18 19:41:30.659 INFO O| Done
43552025-08-18T19:41:32.845Z[ recovery-image] Aug 18 19:41:31.796 INFO O| Aug 18 19:41:31.796 INFO O| Download: 2035/15944 items 31.1/184.0MB 16% complete (931k/s)
43562025-08-18T19:41:35.310Z[ host-image] Aug 18 19:41:34.265 INFO O| Aug 18 19:41:34.265 INFO STEP 11 (pkg_install) COMPLETE
43572025-08-18T19:41:35.310Z[ host-image] Aug 18 19:41:34.265 INFO O| Aug 18 19:41:34.265 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43582025-08-18T19:41:35.341Z[ host-image] Aug 18 19:41:34.295 INFO O| Aug 18 19:41:34.295 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest"]
43592025-08-18T19:41:37.852Z[ recovery-image] Aug 18 19:41:36.809 INFO O| Aug 18 19:41:36.809 INFO O| Download: 2894/15944 items 36.9/184.0MB 20% complete (1.2M/s)
43602025-08-18T19:41:43.242Z[ recovery-image] Aug 18 19:41:42.208 INFO O| Aug 18 19:41:42.208 INFO O| Download: 3669/15944 items 39.3/184.0MB 21% complete (926k/s)
43612025-08-18T19:41:49.171Z[ recovery-image] Aug 18 19:41:48.144 INFO O| Aug 18 19:41:48.144 INFO O| Download: 3756/15944 items 40.4/184.0MB 21% complete (333k/s)
43622025-08-18T19:41:54.170Z[ recovery-image] Aug 18 19:41:53.149 INFO O| Aug 18 19:41:53.149 INFO O| Download: 4255/15944 items 43.0/184.0MB 23% complete (486k/s)
43632025-08-18T19:41:59.871Z[ recovery-image] Aug 18 19:41:58.857 INFO O| Aug 18 19:41:58.857 INFO O| Download: 4857/15944 items 43.3/184.0MB 23% complete (348k/s)
43642025-08-18T19:42:05.179Z[ recovery-image] Aug 18 19:42:04.171 INFO O| Aug 18 19:42:04.171 INFO O| Download: 5735/15944 items 44.8/184.0MB 24% complete (146k/s)
43652025-08-18T19:42:10.175Z[ recovery-image] Aug 18 19:42:09.175 INFO O| Aug 18 19:42:09.175 INFO O| Download: 5828/15944 items 47.4/184.0MB 25% complete (385k/s)
43662025-08-18T19:42:16.304Z[ recovery-image] Aug 18 19:42:15.183 INFO O| Aug 18 19:42:15.182 INFO O| Download: 6176/15944 items 56.8/184.0MB 30% complete (1.1M/s)
43672025-08-18T19:42:16.318Z[ host-image] Aug 18 19:42:15.254 INFO O| Aug 18 19:42:15.254 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43682025-08-18T19:42:21.171Z[ recovery-image] Aug 18 19:42:20.184 INFO O| Aug 18 19:42:20.183 INFO O| Download: 6616/15944 items 67.4/184.0MB 36% complete (1.4M/s)
43692025-08-18T19:42:26.164Z[ recovery-image] Aug 18 19:42:25.185 INFO O| Aug 18 19:42:25.185 INFO O| Download: 7535/15944 items 76.9/184.0MB 41% complete (2.0M/s)
43702025-08-18T19:42:31.337Z[ recovery-image] Aug 18 19:42:30.364 INFO O| Aug 18 19:42:30.364 INFO O| Download: 7937/15944 items 79.0/184.0MB 42% complete (1.2M/s)
43712025-08-18T19:42:32.214Z[ host-image] Aug 18 19:42:31.242 INFO O| Aug 18 19:42:31.242 INFO O| Startup: Caching catalogs ... Done
43722025-08-18T19:42:36.350Z[ recovery-image] Aug 18 19:42:35.379 INFO O| Aug 18 19:42:35.378 INFO O| Download: 8477/15944 items 83.1/184.0MB 45% complete (635k/s)
43732025-08-18T19:42:41.682Z[ host-image] Aug 18 19:42:40.722 INFO O| Aug 18 19:42:40.722 INFO O| Planning: Solver setup ... Done
43742025-08-18T19:42:41.696Z[ host-image] Aug 18 19:42:40.736 INFO O| Aug 18 19:42:40.736 INFO O| Planning: Running solver ... Done
43752025-08-18T19:42:41.744Z[ recovery-image] Aug 18 19:42:40.777 INFO O| Aug 18 19:42:40.777 INFO O| Download: 8748/15944 items 85.3/184.0MB 46% complete (629k/s)
43762025-08-18T19:42:41.940Z[ host-image] Aug 18 19:42:40.939 INFO O| Aug 18 19:42:40.939 INFO O| Planning: Finding local manifests ... Done
43772025-08-18T19:42:41.985Z[ host-image] Aug 18 19:42:41.008 INFO O| Aug 18 19:42:41.008 INFO O| Planning: Fetching manifests: 0/5 0% complete
43782025-08-18T19:42:42.138Z[ host-image] Aug 18 19:42:41.179 INFO O| Aug 18 19:42:41.179 INFO O| Planning: Fetching manifests: 5/5 100% complete
43792025-08-18T19:42:42.179Z[ host-image] Aug 18 19:42:41.220 INFO O| Aug 18 19:42:41.220 INFO O| Planning: Package planning ... Done
43802025-08-18T19:42:42.201Z[ host-image] Aug 18 19:42:41.241 INFO O| Aug 18 19:42:41.241 INFO O| Planning: Merging actions ... Done
43812025-08-18T19:42:42.345Z[ host-image] Aug 18 19:42:41.386 INFO O| Aug 18 19:42:41.386 INFO O| Planning: Checking for conflicting actions ... Done
43822025-08-18T19:42:42.353Z[ host-image] Aug 18 19:42:41.388 INFO O| Aug 18 19:42:41.388 INFO O| Planning: Consolidating action changes ... Done
43832025-08-18T19:42:42.738Z[ host-image] Aug 18 19:42:41.780 INFO O| Aug 18 19:42:41.779 INFO O| Planning: Evaluating mediators ... Done
43842025-08-18T19:42:42.744Z[ host-image] Aug 18 19:42:41.782 INFO O| Aug 18 19:42:41.782 INFO O| Planning: Planning completed in 10.43 seconds
43852025-08-18T19:42:42.745Z[ host-image] Aug 18 19:42:41.782 INFO O| Aug 18 19:42:41.782 INFO O| Packages to install: 5
43862025-08-18T19:42:42.745Z[ host-image] Aug 18 19:42:41.782 INFO O| Aug 18 19:42:41.782 INFO O| Services to change: 2
43872025-08-18T19:42:42.768Z[ host-image] Aug 18 19:42:41.809 INFO O| Aug 18 19:42:41.809 INFO O| Download: 0/121 items 0.0/1.5MB 0% complete
43882025-08-18T19:42:46.735Z[ recovery-image] Aug 18 19:42:45.782 INFO O| Aug 18 19:42:45.781 INFO O| Download: 9010/15944 items 96.0/184.0MB 52% complete (1.3M/s)
43892025-08-18T19:42:47.380Z[ host-image] Aug 18 19:42:46.426 INFO O| Aug 18 19:42:46.426 INFO O| Download: Completed 1.48 MB in 4.62 seconds (327k/s)
43902025-08-18T19:42:47.436Z[ host-image] Aug 18 19:42:46.477 INFO O| Aug 18 19:42:46.477 INFO O| Actions: 1/313 actions (Installing new actions)
43912025-08-18T19:42:47.651Z[ host-image] Aug 18 19:42:46.699 INFO O| Aug 18 19:42:46.699 INFO O| Actions: Completed 313 actions in 0.22 seconds.
43922025-08-18T19:42:48.365Z[ host-image] Aug 18 19:42:47.352 INFO O| Aug 18 19:42:47.352 INFO O| Done
43932025-08-18T19:42:48.365Z[ host-image] Aug 18 19:42:47.352 INFO O| Aug 18 19:42:47.352 INFO O| Done
43942025-08-18T19:42:50.824Z[ host-image] Aug 18 19:42:49.848 INFO O| Aug 18 19:42:49.848 INFO O| Done
43952025-08-18T19:42:52.523Z[ recovery-image] Aug 18 19:42:51.566 INFO O| Aug 18 19:42:51.565 INFO O| Download: 10035/15944 items 96.5/184.0MB 52% complete (1.2M/s)
43962025-08-18T19:42:53.447Z[ host-image] Aug 18 19:42:52.501 INFO O| Aug 18 19:42:52.500 INFO O| Done
43972025-08-18T19:42:53.475Z[ host-image] Aug 18 19:42:52.531 INFO O| Aug 18 19:42:52.531 INFO O| Done
43982025-08-18T19:42:53.476Z[ host-image] Aug 18 19:42:52.531 INFO O| Aug 18 19:42:52.531 INFO O| Done
43992025-08-18T19:42:53.498Z[ host-image] Aug 18 19:42:52.553 INFO O| Aug 18 19:42:52.553 INFO O| Done
44002025-08-18T19:42:54.678Z[ host-image] Aug 18 19:42:53.734 INFO O| Aug 18 19:42:53.734 INFO STEP 12 (pkg_install) COMPLETE
44012025-08-18T19:42:54.678Z[ host-image] Aug 18 19:42:53.735 INFO O| Aug 18 19:42:53.734 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44022025-08-18T19:42:54.687Z[ host-image] Aug 18 19:42:53.744 INFO O| Aug 18 19:42:53.744 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44032025-08-18T19:43:00.605Z[ recovery-image] Aug 18 19:42:56.606 INFO O| Aug 18 19:42:56.605 INFO O| Download: 10973/15944 items 97.2/184.0MB 52% complete (112k/s)
44042025-08-18T19:43:03.520Z[ recovery-image] Aug 18 19:43:02.588 INFO O| Aug 18 19:43:02.588 INFO O| Download: 11148/15944 items 102.9/184.0MB 55% complete (537k/s)
44052025-08-18T19:43:09.395Z[ recovery-image] Aug 18 19:43:08.470 INFO O| Aug 18 19:43:08.470 INFO O| Download: 11575/15944 items 114.6/184.0MB 62% complete (2.0M/s)
44062025-08-18T19:43:15.404Z[ recovery-image] Aug 18 19:43:14.474 INFO O| Aug 18 19:43:14.474 INFO O| Download: 12050/15944 items 142.3/184.0MB 77% complete (3.9M/s)
44072025-08-18T19:43:20.391Z[ recovery-image] Aug 18 19:43:19.480 INFO O| Aug 18 19:43:19.480 INFO O| Download: 13398/15944 items 148.9/184.0MB 80% complete (2.3M/s)
44082025-08-18T19:43:25.397Z[ recovery-image] Aug 18 19:43:24.493 INFO O| Aug 18 19:43:24.493 INFO O| Download: 14471/15944 items 153.5/184.0MB 83% complete (1.1M/s)
44092025-08-18T19:43:27.075Z[ host-image] Aug 18 19:43:26.173 INFO O| Aug 18 19:43:26.173 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44102025-08-18T19:43:30.815Z[ recovery-image] Aug 18 19:43:29.918 INFO O| Aug 18 19:43:29.918 INFO O| Download: 14812/15944 items 158.8/184.0MB 86% complete (987k/s)
44112025-08-18T19:43:35.808Z[ recovery-image] Aug 18 19:43:34.918 INFO O| Aug 18 19:43:34.918 INFO O| Download: 15339/15944 items 164.8/184.0MB 89% complete (1.1M/s)
44122025-08-18T19:43:41.593Z[ recovery-image] Aug 18 19:43:40.709 INFO O| Aug 18 19:43:40.709 INFO O| Download: 15656/15944 items 178.0/184.0MB 96% complete (2.1M/s)
44132025-08-18T19:43:42.072Z[ host-image] Aug 18 19:43:41.190 INFO O| Aug 18 19:43:41.190 INFO O| Startup: Caching catalogs ... Done
44142025-08-18T19:43:46.604Z[ recovery-image] Aug 18 19:43:45.727 INFO O| Aug 18 19:43:45.727 INFO O| Download: 15935/15944 items 183.6/184.0MB 99% complete (1.9M/s)
44152025-08-18T19:43:47.649Z[ recovery-image] Aug 18 19:43:46.774 INFO O| Aug 18 19:43:46.774 INFO O| Download: Completed 183.98 MB in 170.89 seconds (1.1M/s)
44162025-08-18T19:43:48.703Z[ recovery-image] Aug 18 19:43:47.829 INFO O| Aug 18 19:43:47.829 INFO O| Actions: 1/26303 actions (Installing new actions)
44172025-08-18T19:43:50.083Z[ host-image] Aug 18 19:43:49.211 INFO O| Aug 18 19:43:49.210 INFO O| Planning: Solver setup ... Done
44182025-08-18T19:43:50.097Z[ host-image] Aug 18 19:43:49.225 INFO O| Aug 18 19:43:49.224 INFO O| Planning: Running solver ... Done
44192025-08-18T19:43:50.286Z[ host-image] Aug 18 19:43:49.414 INFO O| Aug 18 19:43:49.414 INFO O| Planning: Finding local manifests ... Done
44202025-08-18T19:43:50.393Z[ host-image] Aug 18 19:43:49.521 INFO O| Aug 18 19:43:49.521 INFO O| Planning: Fetching manifests: 0/6 0% complete
44212025-08-18T19:43:50.727Z[ host-image] Aug 18 19:43:49.855 INFO O| Aug 18 19:43:49.855 INFO O| Planning: Fetching manifests: 6/6 100% complete
44222025-08-18T19:43:50.782Z[ host-image] Aug 18 19:43:49.911 INFO O| Aug 18 19:43:49.911 INFO O| Planning: Package planning ... Done
44232025-08-18T19:43:50.815Z[ host-image] Aug 18 19:43:49.944 INFO O| Aug 18 19:43:49.944 INFO O| Planning: Merging actions ... Done
44242025-08-18T19:43:50.938Z[ host-image] Aug 18 19:43:50.067 INFO O| Aug 18 19:43:50.067 INFO O| Planning: Checking for conflicting actions ... Done
44252025-08-18T19:43:50.944Z[ host-image] Aug 18 19:43:50.073 INFO O| Aug 18 19:43:50.073 INFO O| Planning: Consolidating action changes ... Done
44262025-08-18T19:43:51.411Z[ host-image] Aug 18 19:43:50.540 INFO O| Aug 18 19:43:50.540 INFO O| Planning: Evaluating mediators ... Done
44272025-08-18T19:43:51.417Z[ host-image] Aug 18 19:43:50.546 INFO O| Aug 18 19:43:50.546 INFO O| Planning: Planning completed in 9.24 seconds
44282025-08-18T19:43:51.420Z[ host-image] Aug 18 19:43:50.547 INFO O| Aug 18 19:43:50.547 INFO O| Packages to install: 6
44292025-08-18T19:43:51.420Z[ host-image] Aug 18 19:43:50.547 INFO O| Aug 18 19:43:50.547 INFO O| Mediators to change: 1
44302025-08-18T19:43:51.420Z[ host-image] Aug 18 19:43:50.547 INFO O| Aug 18 19:43:50.547 INFO O| Services to change: 1
44312025-08-18T19:43:51.472Z[ host-image] Aug 18 19:43:50.601 INFO O| Aug 18 19:43:50.601 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
44322025-08-18T19:43:53.697Z[ recovery-image] Aug 18 19:43:52.830 INFO O| Aug 18 19:43:52.830 INFO O| Actions: 10375/26303 actions (Installing new actions)
44332025-08-18T19:43:57.456Z[ host-image] Aug 18 19:43:56.593 INFO O| Aug 18 19:43:56.593 INFO O| Download: 247/1140 items 1.6/7.7MB 20% complete (309k/s)
44342025-08-18T19:43:58.691Z[ recovery-image] Aug 18 19:43:57.830 INFO O| Aug 18 19:43:57.830 INFO O| Actions: 17044/26303 actions (Installing new actions)
44352025-08-18T19:44:01.685Z[ host-image] Aug 18 19:44:00.828 INFO O| Aug 18 19:44:00.828 INFO O| Download: Completed 7.71 MB in 10.23 seconds (772k/s)
44362025-08-18T19:44:01.989Z[ host-image] Aug 18 19:44:01.132 INFO O| Aug 18 19:44:01.132 INFO O| Actions: 1/1361 actions (Installing new actions)
44372025-08-18T19:44:02.908Z[ host-image] Aug 18 19:44:02.029 INFO O| Aug 18 19:44:02.029 INFO O| Actions: Completed 1361 actions in 0.90 seconds.
44382025-08-18T19:44:03.570Z[ recovery-image] Aug 18 19:44:02.711 INFO O| Aug 18 19:44:02.711 INFO O| Actions: Completed 26303 actions in 14.88 seconds.
44392025-08-18T19:44:03.619Z[ host-image] Aug 18 19:44:02.763 INFO O| Aug 18 19:44:02.763 INFO O| Done
44402025-08-18T19:44:03.619Z[ host-image] Aug 18 19:44:02.763 INFO O| Aug 18 19:44:02.763 INFO O| Done
44412025-08-18T19:44:04.268Z[ recovery-image] Aug 18 19:44:03.413 INFO O| Aug 18 19:44:03.413 INFO O| Done
44422025-08-18T19:44:04.272Z[ recovery-image] Aug 18 19:44:03.413 INFO O| Aug 18 19:44:03.413 INFO O| Done
44432025-08-18T19:44:05.955Z[ host-image] Aug 18 19:44:05.102 INFO O| Aug 18 19:44:05.102 INFO O| Done
44442025-08-18T19:44:07.050Z[ recovery-image] Aug 18 19:44:06.188 INFO O| Aug 18 19:44:06.188 INFO O| Done
44452025-08-18T19:44:09.225Z[ recovery-image] Aug 18 19:44:08.370 INFO O| Aug 18 19:44:08.370 INFO O| Done
44462025-08-18T19:44:09.272Z[ recovery-image] Aug 18 19:44:08.415 INFO O| Aug 18 19:44:08.415 INFO O| Done
44472025-08-18T19:44:09.505Z[ host-image] Aug 18 19:44:08.651 INFO O| Aug 18 19:44:08.651 INFO O| Done
44482025-08-18T19:44:09.556Z[ host-image] Aug 18 19:44:08.707 INFO O| Aug 18 19:44:08.707 INFO O| Done
44492025-08-18T19:44:09.564Z[ host-image] Aug 18 19:44:08.707 INFO O| Aug 18 19:44:08.707 INFO O| Done
44502025-08-18T19:44:09.667Z[ host-image] Aug 18 19:44:08.803 INFO O| Aug 18 19:44:08.802 INFO O| Done
44512025-08-18T19:44:11.451Z[ host-image] Aug 18 19:44:10.607 INFO O| Aug 18 19:44:10.607 INFO STEP 13 (pkg_install) COMPLETE
44522025-08-18T19:44:11.451Z[ host-image] Aug 18 19:44:10.607 INFO O| Aug 18 19:44:10.607 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44532025-08-18T19:44:11.467Z[ host-image] Aug 18 19:44:10.623 INFO O| Aug 18 19:44:10.623 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.37.402"]
44542025-08-18T19:44:13.803Z[ recovery-image] Aug 18 19:44:12.959 INFO O| Aug 18 19:44:12.959 INFO O| Done
44552025-08-18T19:44:14.356Z[ recovery-image] Aug 18 19:44:13.514 INFO O| Aug 18 19:44:13.514 INFO O| Done
44562025-08-18T19:44:16.782Z[ recovery-image] Aug 18 19:44:15.943 INFO O| Aug 18 19:44:15.943 INFO STEP 11 (pkg_install) COMPLETE
44572025-08-18T19:44:16.782Z[ recovery-image] Aug 18 19:44:15.943 INFO O| Aug 18 19:44:15.943 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44582025-08-18T19:44:16.799Z[ recovery-image] Aug 18 19:44:15.943 INFO O| Aug 18 19:44:15.943 INFO skip step because feature "recovery" is enabled
44592025-08-18T19:44:16.799Z[ recovery-image] Aug 18 19:44:15.943 INFO O| Aug 18 19:44:15.943 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44602025-08-18T19:44:16.799Z[ recovery-image] Aug 18 19:44:15.943 INFO O| Aug 18 19:44:15.943 INFO skip step because feature "omicron1" is not enabled
44612025-08-18T19:44:16.799Z[ recovery-image] Aug 18 19:44:15.943 INFO O| Aug 18 19:44:15.943 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44622025-08-18T19:44:16.805Z[ recovery-image] Aug 18 19:44:15.955 INFO O| Aug 18 19:44:15.955 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.37.402"]
44632025-08-18T19:44:50.736Z[ host-image] Aug 18 19:44:49.942 INFO O| Aug 18 19:44:49.942 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44642025-08-18T19:44:57.443Z[ recovery-image] Aug 18 19:44:56.655 INFO O| Aug 18 19:44:56.655 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44652025-08-18T19:45:07.225Z[ host-image] Aug 18 19:45:06.452 INFO O| Aug 18 19:45:06.451 INFO O| Startup: Caching catalogs ... Done
44662025-08-18T19:45:14.260Z[ recovery-image] Aug 18 19:45:13.495 INFO O| Aug 18 19:45:13.495 INFO O| Startup: Caching catalogs ... Done
44672025-08-18T19:45:15.894Z[ host-image] Aug 18 19:45:15.132 INFO O| Aug 18 19:45:15.132 INFO O| Planning: Solver setup ... Done
44682025-08-18T19:45:15.907Z[ host-image] Aug 18 19:45:15.145 INFO O| Aug 18 19:45:15.145 INFO O| Planning: Running solver ... Done
44692025-08-18T19:45:16.072Z[ host-image] Aug 18 19:45:15.310 INFO O| Aug 18 19:45:15.310 INFO O| Planning: Finding local manifests ... Done
44702025-08-18T19:45:16.142Z[ host-image] Aug 18 19:45:15.380 INFO O| Aug 18 19:45:15.380 INFO O| Planning: Fetching manifests: 0/1 0% complete
44712025-08-18T19:45:16.167Z[ host-image] Aug 18 19:45:15.405 INFO O| Aug 18 19:45:15.405 INFO O| Planning: Fetching manifests: 1/1 100% complete
44722025-08-18T19:45:16.196Z[ host-image] Aug 18 19:45:15.434 INFO O| Aug 18 19:45:15.434 INFO O| Planning: Package planning ... Done
44732025-08-18T19:45:16.199Z[ host-image] Aug 18 19:45:15.435 INFO O| Aug 18 19:45:15.435 INFO O| Planning: Merging actions ... Done
44742025-08-18T19:45:16.326Z[ host-image] Aug 18 19:45:15.564 INFO O| Aug 18 19:45:15.564 INFO O| Planning: Checking for conflicting actions ... Done
44752025-08-18T19:45:16.329Z[ host-image] Aug 18 19:45:15.565 INFO O| Aug 18 19:45:15.565 INFO O| Planning: Consolidating action changes ... Done
44762025-08-18T19:45:16.780Z[ host-image] Aug 18 19:45:16.019 INFO O| Aug 18 19:45:16.019 INFO O| Planning: Evaluating mediators ... Done
44772025-08-18T19:45:16.783Z[ host-image] Aug 18 19:45:16.020 INFO O| Aug 18 19:45:16.020 INFO O| Planning: Planning completed in 9.39 seconds
44782025-08-18T19:45:16.783Z[ host-image] Aug 18 19:45:16.020 INFO O| Aug 18 19:45:16.020 INFO O| Packages to install: 1
44792025-08-18T19:45:16.811Z[ host-image] Aug 18 19:45:16.051 INFO O| Aug 18 19:45:16.050 INFO O| Download: 0/4 items 0.0/10.1MB 0% complete
44802025-08-18T19:45:17.022Z[ host-image] Aug 18 19:45:16.261 INFO O| Aug 18 19:45:16.261 INFO O| Download: Completed 10.09 MB in 0.21 seconds (47.9M/s)
44812025-08-18T19:45:17.099Z[ host-image] Aug 18 19:45:16.338 INFO O| Aug 18 19:45:16.338 INFO O| Actions: 1/22 actions (Installing new actions)
44822025-08-18T19:45:17.575Z[ host-image] Aug 18 19:45:16.815 INFO O| Aug 18 19:45:16.815 INFO O| Actions: Completed 22 actions in 0.48 seconds.
44832025-08-18T19:45:18.252Z[ host-image] Aug 18 19:45:17.493 INFO O| Aug 18 19:45:17.493 INFO O| Done
44842025-08-18T19:45:18.252Z[ host-image] Aug 18 19:45:17.493 INFO O| Aug 18 19:45:17.493 INFO O| Done
44852025-08-18T19:45:20.527Z[ host-image] Aug 18 19:45:19.771 INFO O| Aug 18 19:45:19.771 INFO O| Done
44862025-08-18T19:45:23.035Z[ recovery-image] Aug 18 19:45:22.281 INFO O| Aug 18 19:45:22.281 INFO O| Planning: Solver setup ... Done
44872025-08-18T19:45:23.046Z[ recovery-image] Aug 18 19:45:22.293 INFO O| Aug 18 19:45:22.293 INFO O| Planning: Running solver ... Done
44882025-08-18T19:45:23.235Z[ recovery-image] Aug 18 19:45:22.482 INFO O| Aug 18 19:45:22.482 INFO O| Planning: Finding local manifests ... Done
44892025-08-18T19:45:23.304Z[ recovery-image] Aug 18 19:45:22.551 INFO O| Aug 18 19:45:22.551 INFO O| Planning: Fetching manifests: 0/1 0% complete
44902025-08-18T19:45:23.327Z[ recovery-image] Aug 18 19:45:22.575 INFO O| Aug 18 19:45:22.575 INFO O| Planning: Fetching manifests: 1/1 100% complete
44912025-08-18T19:45:23.356Z[ recovery-image] Aug 18 19:45:22.604 INFO O| Aug 18 19:45:22.604 INFO O| Planning: Package planning ... Done
44922025-08-18T19:45:23.359Z[ recovery-image] Aug 18 19:45:22.604 INFO O| Aug 18 19:45:22.604 INFO O| Planning: Merging actions ... Done
44932025-08-18T19:45:23.427Z[ recovery-image] Aug 18 19:45:22.675 INFO O| Aug 18 19:45:22.675 INFO O| Planning: Checking for conflicting actions ... Done
44942025-08-18T19:45:23.431Z[ recovery-image] Aug 18 19:45:22.676 INFO O| Aug 18 19:45:22.676 INFO O| Planning: Consolidating action changes ... Done
44952025-08-18T19:45:23.749Z[ recovery-image] Aug 18 19:45:22.996 INFO O| Aug 18 19:45:22.996 INFO O| Planning: Evaluating mediators ... Done
44962025-08-18T19:45:23.756Z[ recovery-image] Aug 18 19:45:22.997 INFO O| Aug 18 19:45:22.997 INFO O| Planning: Planning completed in 9.38 seconds
44972025-08-18T19:45:23.756Z[ recovery-image] Aug 18 19:45:22.998 INFO O| Aug 18 19:45:22.998 INFO O| Packages to install: 1
44982025-08-18T19:45:23.781Z[ recovery-image] Aug 18 19:45:23.028 INFO O| Aug 18 19:45:23.028 INFO O| Download: 0/4 items 0.0/10.1MB 0% complete
44992025-08-18T19:45:23.836Z[ host-image] Aug 18 19:45:23.084 INFO O| Aug 18 19:45:23.084 INFO O| Done
45002025-08-18T19:45:23.937Z[ host-image] Aug 18 19:45:23.185 INFO O| Aug 18 19:45:23.185 INFO O| Done
45012025-08-18T19:45:23.940Z[ host-image] Aug 18 19:45:23.185 INFO O| Aug 18 19:45:23.185 INFO O| Done
45022025-08-18T19:45:23.992Z[ host-image] Aug 18 19:45:23.240 INFO O| Aug 18 19:45:23.240 INFO O| Done
45032025-08-18T19:45:24.025Z[ recovery-image] Aug 18 19:45:23.273 INFO O| Aug 18 19:45:23.273 INFO O| Download: Completed 10.09 MB in 0.24 seconds (41.3M/s)
45042025-08-18T19:45:24.117Z[ recovery-image] Aug 18 19:45:23.365 INFO O| Aug 18 19:45:23.365 INFO O| Actions: 1/22 actions (Installing new actions)
45052025-08-18T19:45:24.488Z[ recovery-image] Aug 18 19:45:23.737 INFO O| Aug 18 19:45:23.737 INFO O| Actions: Completed 22 actions in 0.37 seconds.
45062025-08-18T19:45:25.104Z[ recovery-image] Aug 18 19:45:24.344 INFO O| Aug 18 19:45:24.344 INFO O| Done
45072025-08-18T19:45:25.105Z[ recovery-image] Aug 18 19:45:24.344 INFO O| Aug 18 19:45:24.344 INFO O| Done
45082025-08-18T19:45:25.717Z[ host-image] Aug 18 19:45:24.967 INFO O| Aug 18 19:45:24.967 INFO STEP 14 (pkg_install) COMPLETE
45092025-08-18T19:45:25.717Z[ host-image] Aug 18 19:45:24.967 INFO O| Aug 18 19:45:24.967 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45102025-08-18T19:45:25.717Z[ host-image] Aug 18 19:45:24.967 INFO O| Aug 18 19:45:24.967 INFO skip step because feature "mfg" is not enabled
45112025-08-18T19:45:25.720Z[ host-image] Aug 18 19:45:24.967 INFO O| Aug 18 19:45:24.967 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45122025-08-18T19:45:25.720Z[ host-image] Aug 18 19:45:24.967 INFO O| Aug 18 19:45:24.967 INFO skip step because feature "compliance" is not enabled
45132025-08-18T19:45:25.720Z[ host-image] Aug 18 19:45:24.967 INFO O| Aug 18 19:45:24.967 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45142025-08-18T19:45:25.720Z[ host-image] Aug 18 19:45:24.967 INFO O| Aug 18 19:45:24.967 INFO skip step because feature "stress" is not enabled
45152025-08-18T19:45:25.720Z[ host-image] Aug 18 19:45:24.967 INFO O| Aug 18 19:45:24.967 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45162025-08-18T19:45:25.721Z[ host-image] Aug 18 19:45:24.967 INFO O| Aug 18 19:45:24.967 INFO skip step because feature "compliance" is not enabled
45172025-08-18T19:45:25.721Z[ host-image] Aug 18 19:45:24.967 INFO O| Aug 18 19:45:24.967 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45182025-08-18T19:45:25.721Z[ host-image] Aug 18 19:45:24.967 INFO O| Aug 18 19:45:24.967 INFO skip step because feature "nfs" is not enabled
45192025-08-18T19:45:25.721Z[ host-image] Aug 18 19:45:24.967 INFO O| Aug 18 19:45:24.967 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
45202025-08-18T19:45:25.721Z[ host-image] Aug 18 19:45:24.968 INFO O| Aug 18 19:45:24.968 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
45212025-08-18T19:45:25.904Z[ host-image] Aug 18 19:45:25.154 INFO O| Aug 18 19:45:25.154 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
45222025-08-18T19:45:26.044Z[ host-image] Aug 18 19:45:25.294 INFO O| Aug 18 19:45:25.294 INFO completed processing sled/ramdisk-01-os
45232025-08-18T19:45:26.047Z[ host-image] Aug 18 19:45:25.297 INFO omicron1 baseline generation...
45242025-08-18T19:45:26.047Z[ host-image] Aug 18 19:45:25.297 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
45252025-08-18T19:45:26.923Z[ host-image] Aug 18 19:45:26.175 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23508:20250812T203704Z
45262025-08-18T19:45:27.162Z[ recovery-image] Aug 18 19:45:26.414 INFO O| Aug 18 19:45:26.414 INFO O| Done
45272025-08-18T19:45:29.758Z[ recovery-image] Aug 18 19:45:29.014 INFO O| Aug 18 19:45:29.014 INFO O| Done
45282025-08-18T19:45:29.786Z[ recovery-image] Aug 18 19:45:29.041 INFO O| Aug 18 19:45:29.041 INFO O| Done
45292025-08-18T19:45:29.786Z[ recovery-image] Aug 18 19:45:29.041 INFO O| Aug 18 19:45:29.041 INFO O| Done
45302025-08-18T19:45:29.812Z[ recovery-image] Aug 18 19:45:29.067 INFO O| Aug 18 19:45:29.067 INFO O| Done
45312025-08-18T19:45:31.719Z[ recovery-image] Aug 18 19:45:30.977 INFO O| Aug 18 19:45:30.977 INFO STEP 14 (pkg_install) COMPLETE
45322025-08-18T19:45:31.719Z[ recovery-image] Aug 18 19:45:30.977 INFO O| Aug 18 19:45:30.977 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45332025-08-18T19:45:31.722Z[ recovery-image] Aug 18 19:45:30.977 INFO O| Aug 18 19:45:30.977 INFO skip step because feature "mfg" is not enabled
45342025-08-18T19:45:31.722Z[ recovery-image] Aug 18 19:45:30.977 INFO O| Aug 18 19:45:30.977 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45352025-08-18T19:45:31.722Z[ recovery-image] Aug 18 19:45:30.977 INFO O| Aug 18 19:45:30.977 INFO skip step because feature "compliance" is not enabled
45362025-08-18T19:45:31.722Z[ recovery-image] Aug 18 19:45:30.977 INFO O| Aug 18 19:45:30.977 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45372025-08-18T19:45:31.722Z[ recovery-image] Aug 18 19:45:30.977 INFO O| Aug 18 19:45:30.977 INFO skip step because feature "stress" is not enabled
45382025-08-18T19:45:31.722Z[ recovery-image] Aug 18 19:45:30.977 INFO O| Aug 18 19:45:30.977 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45392025-08-18T19:45:31.722Z[ recovery-image] Aug 18 19:45:30.977 INFO O| Aug 18 19:45:30.977 INFO skip step because feature "compliance" is not enabled
45402025-08-18T19:45:31.722Z[ recovery-image] Aug 18 19:45:30.977 INFO O| Aug 18 19:45:30.977 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45412025-08-18T19:45:31.722Z[ recovery-image] Aug 18 19:45:30.977 INFO O| Aug 18 19:45:30.977 INFO skip step because feature "nfs" is not enabled
45422025-08-18T19:45:31.722Z[ recovery-image] Aug 18 19:45:30.977 INFO O| Aug 18 19:45:30.977 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45432025-08-18T19:45:31.722Z[ recovery-image] Aug 18 19:45:30.977 INFO O| Aug 18 19:45:30.977 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45442025-08-18T19:45:31.775Z[ recovery-image] Aug 18 19:45:31.033 INFO O| Aug 18 19:45:31.033 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45452025-08-18T19:45:31.891Z[ recovery-image] Aug 18 19:45:31.149 INFO O| Aug 18 19:45:31.149 INFO completed processing sled/ramdisk-01-os
45462025-08-18T19:45:31.894Z[ recovery-image] Aug 18 19:45:31.151 INFO image builder template: ramdisk-02-trim...
45472025-08-18T19:45:31.894Z[ recovery-image] Aug 18 19:45:31.151 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpgW5B7U/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.37.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
45482025-08-18T19:45:31.930Z[ recovery-image] Aug 18 19:45:31.188 INFO O| Aug 18 19:45:31.188 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45492025-08-18T19:45:31.937Z[ recovery-image] Aug 18 19:45:31.194 INFO O| Aug 18 19:45:31.194 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45502025-08-18T19:45:32.029Z[ recovery-image] Aug 18 19:45:31.288 INFO O| Aug 18 19:45:31.287 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45512025-08-18T19:45:32.123Z[ recovery-image] Aug 18 19:45:31.382 INFO O| Aug 18 19:45:31.382 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45522025-08-18T19:45:32.124Z[ recovery-image] Aug 18 19:45:31.382 INFO O| Aug 18 19:45:31.382 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45532025-08-18T19:45:32.130Z[ recovery-image] Aug 18 19:45:31.389 INFO O| Aug 18 19:45:31.389 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45542025-08-18T19:45:32.136Z[ recovery-image] Aug 18 19:45:31.395 INFO O| Aug 18 19:45:31.394 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45552025-08-18T19:45:32.142Z[ recovery-image] Aug 18 19:45:31.401 INFO O| Aug 18 19:45:31.401 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45562025-08-18T19:45:32.578Z[ recovery-image] Aug 18 19:45:31.837 INFO O| Aug 18 19:45:31.837 INFO rolled back to input snapshot; work may begin
45572025-08-18T19:45:32.583Z[ recovery-image] Aug 18 19:45:31.838 INFO O| Aug 18 19:45:31.837 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45582025-08-18T19:45:32.587Z[ recovery-image] Aug 18 19:45:31.844 INFO O| Aug 18 19:45:31.844 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45592025-08-18T19:45:32.599Z[ recovery-image] Aug 18 19:45:31.859 INFO O| Aug 18 19:45:31.859 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45602025-08-18T19:45:32.698Z[ recovery-image] Aug 18 19:45:31.957 INFO O| Aug 18 19:45:31.957 INFO STEP 0 (remove_files) COMPLETE
45612025-08-18T19:45:32.701Z[ recovery-image] Aug 18 19:45:31.957 INFO O| Aug 18 19:45:31.957 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45622025-08-18T19:45:32.727Z[ recovery-image] Aug 18 19:45:31.986 INFO O| Aug 18 19:45:31.986 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45632025-08-18T19:45:32.730Z[ recovery-image] Aug 18 19:45:31.989 INFO O| Aug 18 19:45:31.989 INFO STEP 1 (remove_files) COMPLETE
45642025-08-18T19:45:32.730Z[ recovery-image] Aug 18 19:45:31.989 INFO O| Aug 18 19:45:31.989 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45652025-08-18T19:45:32.744Z[ recovery-image] Aug 18 19:45:32.003 INFO O| Aug 18 19:45:32.003 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45662025-08-18T19:45:32.800Z[ recovery-image] Aug 18 19:45:32.060 INFO O| Aug 18 19:45:32.060 INFO STEP 2 (remove_files) COMPLETE
45672025-08-18T19:45:32.803Z[ recovery-image] Aug 18 19:45:32.060 INFO O| Aug 18 19:45:32.060 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45682025-08-18T19:45:32.816Z[ recovery-image] Aug 18 19:45:32.075 INFO O| Aug 18 19:45:32.075 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45692025-08-18T19:45:32.819Z[ recovery-image] Aug 18 19:45:32.079 INFO O| Aug 18 19:45:32.079 INFO STEP 3 (remove_files) COMPLETE
45702025-08-18T19:45:32.819Z[ recovery-image] Aug 18 19:45:32.079 INFO O| Aug 18 19:45:32.079 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45712025-08-18T19:45:32.834Z[ recovery-image] Aug 18 19:45:32.093 INFO O| Aug 18 19:45:32.093 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45722025-08-18T19:45:32.840Z[ recovery-image] Aug 18 19:45:32.099 INFO O| Aug 18 19:45:32.099 INFO STEP 4 (remove_files) COMPLETE
45732025-08-18T19:45:32.840Z[ recovery-image] Aug 18 19:45:32.099 INFO O| Aug 18 19:45:32.099 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45742025-08-18T19:45:32.854Z[ recovery-image] Aug 18 19:45:32.114 INFO O| Aug 18 19:45:32.114 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45752025-08-18T19:45:32.857Z[ recovery-image] Aug 18 19:45:32.114 INFO O| Aug 18 19:45:32.114 INFO STEP 5 (remove_files) COMPLETE
45762025-08-18T19:45:32.857Z[ recovery-image] Aug 18 19:45:32.114 INFO O| Aug 18 19:45:32.114 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45772025-08-18T19:45:32.868Z[ recovery-image] Aug 18 19:45:32.128 INFO O| Aug 18 19:45:32.128 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45782025-08-18T19:45:32.890Z[ recovery-image] Aug 18 19:45:32.149 INFO O| Aug 18 19:45:32.149 INFO STEP 6 (remove_files) COMPLETE
45792025-08-18T19:45:32.890Z[ recovery-image] Aug 18 19:45:32.149 INFO O| Aug 18 19:45:32.149 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45802025-08-18T19:45:32.890Z[ recovery-image] Aug 18 19:45:32.149 INFO O| Aug 18 19:45:32.149 INFO skip step because feature "recovery" is enabled
45812025-08-18T19:45:32.893Z[ recovery-image] Aug 18 19:45:32.149 INFO O| Aug 18 19:45:32.149 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45822025-08-18T19:45:32.893Z[ recovery-image] Aug 18 19:45:32.149 INFO O| Aug 18 19:45:32.149 INFO skip step because feature "recovery" is enabled
45832025-08-18T19:45:32.893Z[ recovery-image] Aug 18 19:45:32.149 INFO O| Aug 18 19:45:32.149 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45842025-08-18T19:45:32.893Z[ recovery-image] Aug 18 19:45:32.149 INFO O| Aug 18 19:45:32.149 INFO skip step because feature "recovery" is enabled
45852025-08-18T19:45:32.893Z[ recovery-image] Aug 18 19:45:32.149 INFO O| Aug 18 19:45:32.149 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45862025-08-18T19:45:32.904Z[ recovery-image] Aug 18 19:45:32.164 INFO O| Aug 18 19:45:32.164 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45872025-08-18T19:45:32.910Z[ recovery-image] Aug 18 19:45:32.170 INFO O| Aug 18 19:45:32.170 INFO STEP 10 (remove_files) COMPLETE
45882025-08-18T19:45:32.913Z[ recovery-image] Aug 18 19:45:32.170 INFO O| Aug 18 19:45:32.170 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45892025-08-18T19:45:32.924Z[ recovery-image] Aug 18 19:45:32.184 INFO O| Aug 18 19:45:32.183 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45902025-08-18T19:45:32.927Z[ recovery-image] Aug 18 19:45:32.185 INFO O| Aug 18 19:45:32.185 INFO STEP 11 (remove_files) COMPLETE
45912025-08-18T19:45:32.927Z[ recovery-image] Aug 18 19:45:32.185 INFO O| Aug 18 19:45:32.185 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45922025-08-18T19:45:32.938Z[ recovery-image] Aug 18 19:45:32.197 INFO O| Aug 18 19:45:32.197 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
45932025-08-18T19:45:32.941Z[ recovery-image] Aug 18 19:45:32.199 INFO O| Aug 18 19:45:32.199 INFO STEP 12 (remove_files) COMPLETE
45942025-08-18T19:45:32.941Z[ recovery-image] Aug 18 19:45:32.199 INFO O| Aug 18 19:45:32.199 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45952025-08-18T19:45:32.962Z[ recovery-image] Aug 18 19:45:32.222 INFO O| Aug 18 19:45:32.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
45962025-08-18T19:45:33.194Z[ recovery-image] Aug 18 19:45:32.454 INFO O| Aug 18 19:45:32.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
45972025-08-18T19:45:33.197Z[ recovery-image] Aug 18 19:45:32.455 INFO O| Aug 18 19:45:32.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
45982025-08-18T19:45:33.225Z[ recovery-image] Aug 18 19:45:32.485 INFO O| Aug 18 19:45:32.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
45992025-08-18T19:45:33.241Z[ recovery-image] Aug 18 19:45:32.501 INFO O| Aug 18 19:45:32.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
46002025-08-18T19:45:33.313Z[ recovery-image] Aug 18 19:45:32.573 INFO O| Aug 18 19:45:32.573 INFO STEP 13 (remove_files) COMPLETE
46012025-08-18T19:45:33.313Z[ recovery-image] Aug 18 19:45:32.573 INFO O| Aug 18 19:45:32.573 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46022025-08-18T19:45:33.347Z[ recovery-image] Aug 18 19:45:32.607 INFO O| Aug 18 19:45:32.607 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
46032025-08-18T19:45:33.350Z[ recovery-image] Aug 18 19:45:32.609 INFO O| Aug 18 19:45:32.609 INFO STEP 14 (remove_files) COMPLETE
46042025-08-18T19:45:33.350Z[ recovery-image] Aug 18 19:45:32.609 INFO O| Aug 18 19:45:32.609 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46052025-08-18T19:45:33.365Z[ recovery-image] Aug 18 19:45:32.625 INFO O| Aug 18 19:45:32.625 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
46062025-08-18T19:45:33.377Z[ recovery-image] Aug 18 19:45:32.637 INFO O| Aug 18 19:45:32.637 INFO STEP 15 (remove_files) COMPLETE
46072025-08-18T19:45:33.381Z[ recovery-image] Aug 18 19:45:32.637 INFO O| Aug 18 19:45:32.637 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46082025-08-18T19:45:33.393Z[ recovery-image] Aug 18 19:45:32.652 INFO O| Aug 18 19:45:32.652 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
46092025-08-18T19:45:33.396Z[ recovery-image] Aug 18 19:45:32.652 INFO O| Aug 18 19:45:32.652 INFO STEP 16 (remove_files) COMPLETE
46102025-08-18T19:45:33.396Z[ recovery-image] Aug 18 19:45:32.652 INFO O| Aug 18 19:45:32.652 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46112025-08-18T19:45:33.411Z[ recovery-image] Aug 18 19:45:32.671 INFO O| Aug 18 19:45:32.671 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
46122025-08-18T19:45:33.414Z[ recovery-image] Aug 18 19:45:32.674 INFO O| Aug 18 19:45:32.674 INFO STEP 17 (remove_files) COMPLETE
46132025-08-18T19:45:33.414Z[ recovery-image] Aug 18 19:45:32.674 INFO O| Aug 18 19:45:32.674 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46142025-08-18T19:45:33.427Z[ recovery-image] Aug 18 19:45:32.687 INFO O| Aug 18 19:45:32.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
46152025-08-18T19:45:33.430Z[ recovery-image] Aug 18 19:45:32.688 INFO O| Aug 18 19:45:32.687 INFO STEP 18 (remove_files) COMPLETE
46162025-08-18T19:45:33.431Z[ recovery-image] Aug 18 19:45:32.688 INFO O| Aug 18 19:45:32.688 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46172025-08-18T19:45:33.441Z[ recovery-image] Aug 18 19:45:32.701 INFO O| Aug 18 19:45:32.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46182025-08-18T19:45:33.444Z[ recovery-image] Aug 18 19:45:32.701 INFO O| Aug 18 19:45:32.701 INFO STEP 19 (remove_files) COMPLETE
46192025-08-18T19:45:33.444Z[ recovery-image] Aug 18 19:45:32.701 INFO O| Aug 18 19:45:32.701 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46202025-08-18T19:45:33.454Z[ recovery-image] Aug 18 19:45:32.714 INFO O| Aug 18 19:45:32.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46212025-08-18T19:45:33.457Z[ recovery-image] Aug 18 19:45:32.715 INFO O| Aug 18 19:45:32.715 INFO STEP 20 (remove_files) COMPLETE
46222025-08-18T19:45:33.457Z[ recovery-image] Aug 18 19:45:32.715 INFO O| Aug 18 19:45:32.715 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46232025-08-18T19:45:33.467Z[ recovery-image] Aug 18 19:45:32.727 INFO O| Aug 18 19:45:32.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46242025-08-18T19:45:33.470Z[ recovery-image] Aug 18 19:45:32.728 INFO O| Aug 18 19:45:32.728 INFO STEP 21 (remove_files) COMPLETE
46252025-08-18T19:45:33.470Z[ recovery-image] Aug 18 19:45:32.728 INFO O| Aug 18 19:45:32.728 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46262025-08-18T19:45:33.479Z[ recovery-image] Aug 18 19:45:32.740 INFO O| Aug 18 19:45:32.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46272025-08-18T19:45:33.482Z[ recovery-image] Aug 18 19:45:32.740 INFO O| Aug 18 19:45:32.740 INFO STEP 22 (remove_files) COMPLETE
46282025-08-18T19:45:33.482Z[ recovery-image] Aug 18 19:45:32.740 INFO O| Aug 18 19:45:32.740 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46292025-08-18T19:45:33.492Z[ recovery-image] Aug 18 19:45:32.752 INFO O| Aug 18 19:45:32.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46302025-08-18T19:45:33.495Z[ recovery-image] Aug 18 19:45:32.752 INFO O| Aug 18 19:45:32.752 INFO STEP 23 (remove_files) COMPLETE
46312025-08-18T19:45:33.495Z[ recovery-image] Aug 18 19:45:32.752 INFO O| Aug 18 19:45:32.752 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46322025-08-18T19:45:33.505Z[ recovery-image] Aug 18 19:45:32.765 INFO O| Aug 18 19:45:32.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46332025-08-18T19:45:33.505Z[ recovery-image] Aug 18 19:45:32.766 INFO O| Aug 18 19:45:32.766 INFO STEP 24 (remove_files) COMPLETE
46342025-08-18T19:45:33.509Z[ recovery-image] Aug 18 19:45:32.766 INFO O| Aug 18 19:45:32.766 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46352025-08-18T19:45:33.517Z[ recovery-image] Aug 18 19:45:32.778 INFO O| Aug 18 19:45:32.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46362025-08-18T19:45:33.521Z[ recovery-image] Aug 18 19:45:32.778 INFO O| Aug 18 19:45:32.778 INFO STEP 25 (remove_files) COMPLETE
46372025-08-18T19:45:33.521Z[ recovery-image] Aug 18 19:45:32.778 INFO O| Aug 18 19:45:32.778 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46382025-08-18T19:45:33.530Z[ recovery-image] Aug 18 19:45:32.791 INFO O| Aug 18 19:45:32.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46392025-08-18T19:45:33.533Z[ recovery-image] Aug 18 19:45:32.791 INFO O| Aug 18 19:45:32.791 INFO STEP 26 (remove_files) COMPLETE
46402025-08-18T19:45:33.533Z[ recovery-image] Aug 18 19:45:32.791 INFO O| Aug 18 19:45:32.791 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46412025-08-18T19:45:33.544Z[ recovery-image] Aug 18 19:45:32.805 INFO O| Aug 18 19:45:32.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46422025-08-18T19:45:33.547Z[ recovery-image] Aug 18 19:45:32.805 INFO O| Aug 18 19:45:32.805 INFO STEP 27 (remove_files) COMPLETE
46432025-08-18T19:45:33.547Z[ recovery-image] Aug 18 19:45:32.805 INFO O| Aug 18 19:45:32.805 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46442025-08-18T19:45:33.557Z[ recovery-image] Aug 18 19:45:32.817 INFO O| Aug 18 19:45:32.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46452025-08-18T19:45:33.560Z[ recovery-image] Aug 18 19:45:32.818 INFO O| Aug 18 19:45:32.818 INFO STEP 28 (remove_files) COMPLETE
46462025-08-18T19:45:33.560Z[ recovery-image] Aug 18 19:45:32.818 INFO O| Aug 18 19:45:32.818 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46472025-08-18T19:45:33.570Z[ recovery-image] Aug 18 19:45:32.830 INFO O| Aug 18 19:45:32.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46482025-08-18T19:45:33.573Z[ recovery-image] Aug 18 19:45:32.831 INFO O| Aug 18 19:45:32.831 INFO STEP 29 (remove_files) COMPLETE
46492025-08-18T19:45:33.573Z[ recovery-image] Aug 18 19:45:32.831 INFO O| Aug 18 19:45:32.831 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46502025-08-18T19:45:33.582Z[ recovery-image] Aug 18 19:45:32.843 INFO O| Aug 18 19:45:32.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46512025-08-18T19:45:33.587Z[ recovery-image] Aug 18 19:45:32.843 INFO O| Aug 18 19:45:32.843 INFO STEP 30 (remove_files) COMPLETE
46522025-08-18T19:45:33.587Z[ recovery-image] Aug 18 19:45:32.843 INFO O| Aug 18 19:45:32.843 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46532025-08-18T19:45:33.597Z[ recovery-image] Aug 18 19:45:32.857 INFO O| Aug 18 19:45:32.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46542025-08-18T19:45:33.600Z[ recovery-image] Aug 18 19:45:32.857 INFO O| Aug 18 19:45:32.857 INFO STEP 31 (remove_files) COMPLETE
46552025-08-18T19:45:33.600Z[ recovery-image] Aug 18 19:45:32.857 INFO O| Aug 18 19:45:32.857 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46562025-08-18T19:45:33.610Z[ recovery-image] Aug 18 19:45:32.871 INFO O| Aug 18 19:45:32.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46572025-08-18T19:45:33.613Z[ recovery-image] Aug 18 19:45:32.871 INFO O| Aug 18 19:45:32.871 INFO STEP 32 (remove_files) COMPLETE
46582025-08-18T19:45:33.613Z[ recovery-image] Aug 18 19:45:32.871 INFO O| Aug 18 19:45:32.871 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46592025-08-18T19:45:33.623Z[ recovery-image] Aug 18 19:45:32.884 INFO O| Aug 18 19:45:32.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46602025-08-18T19:45:33.627Z[ recovery-image] Aug 18 19:45:32.884 INFO O| Aug 18 19:45:32.884 INFO STEP 33 (remove_files) COMPLETE
46612025-08-18T19:45:33.627Z[ recovery-image] Aug 18 19:45:32.884 INFO O| Aug 18 19:45:32.884 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46622025-08-18T19:45:33.636Z[ recovery-image] Aug 18 19:45:32.897 INFO O| Aug 18 19:45:32.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46632025-08-18T19:45:33.639Z[ recovery-image] Aug 18 19:45:32.897 INFO O| Aug 18 19:45:32.897 INFO STEP 34 (remove_files) COMPLETE
46642025-08-18T19:45:33.639Z[ recovery-image] Aug 18 19:45:32.897 INFO O| Aug 18 19:45:32.897 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46652025-08-18T19:45:33.650Z[ recovery-image] Aug 18 19:45:32.911 INFO O| Aug 18 19:45:32.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46662025-08-18T19:45:33.653Z[ recovery-image] Aug 18 19:45:32.911 INFO O| Aug 18 19:45:32.911 INFO STEP 35 (remove_files) COMPLETE
46672025-08-18T19:45:33.653Z[ recovery-image] Aug 18 19:45:32.911 INFO O| Aug 18 19:45:32.911 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46682025-08-18T19:45:33.663Z[ recovery-image] Aug 18 19:45:32.924 INFO O| Aug 18 19:45:32.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46692025-08-18T19:45:33.666Z[ recovery-image] Aug 18 19:45:32.924 INFO O| Aug 18 19:45:32.924 INFO STEP 36 (remove_files) COMPLETE
46702025-08-18T19:45:33.666Z[ recovery-image] Aug 18 19:45:32.924 INFO O| Aug 18 19:45:32.924 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46712025-08-18T19:45:33.677Z[ recovery-image] Aug 18 19:45:32.937 INFO O| Aug 18 19:45:32.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46722025-08-18T19:45:33.680Z[ recovery-image] Aug 18 19:45:32.937 INFO O| Aug 18 19:45:32.937 INFO STEP 37 (remove_files) COMPLETE
46732025-08-18T19:45:33.680Z[ recovery-image] Aug 18 19:45:32.938 INFO O| Aug 18 19:45:32.937 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46742025-08-18T19:45:33.690Z[ recovery-image] Aug 18 19:45:32.950 INFO O| Aug 18 19:45:32.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46752025-08-18T19:45:33.690Z[ recovery-image] Aug 18 19:45:32.951 INFO O| Aug 18 19:45:32.950 INFO STEP 38 (remove_files) COMPLETE
46762025-08-18T19:45:33.693Z[ recovery-image] Aug 18 19:45:32.951 INFO O| Aug 18 19:45:32.951 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46772025-08-18T19:45:33.703Z[ recovery-image] Aug 18 19:45:32.963 INFO O| Aug 18 19:45:32.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46782025-08-18T19:45:33.706Z[ recovery-image] Aug 18 19:45:32.963 INFO O| Aug 18 19:45:32.963 INFO STEP 39 (remove_files) COMPLETE
46792025-08-18T19:45:33.706Z[ recovery-image] Aug 18 19:45:32.964 INFO O| Aug 18 19:45:32.964 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46802025-08-18T19:45:33.716Z[ recovery-image] Aug 18 19:45:32.976 INFO O| Aug 18 19:45:32.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46812025-08-18T19:45:33.719Z[ recovery-image] Aug 18 19:45:32.977 INFO O| Aug 18 19:45:32.977 INFO STEP 40 (remove_files) COMPLETE
46822025-08-18T19:45:33.719Z[ recovery-image] Aug 18 19:45:32.977 INFO O| Aug 18 19:45:32.977 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46832025-08-18T19:45:33.730Z[ recovery-image] Aug 18 19:45:32.990 INFO O| Aug 18 19:45:32.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46842025-08-18T19:45:33.733Z[ recovery-image] Aug 18 19:45:32.990 INFO O| Aug 18 19:45:32.990 INFO STEP 41 (remove_files) COMPLETE
46852025-08-18T19:45:33.733Z[ recovery-image] Aug 18 19:45:32.990 INFO O| Aug 18 19:45:32.990 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46862025-08-18T19:45:33.743Z[ recovery-image] Aug 18 19:45:33.004 INFO O| Aug 18 19:45:33.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46872025-08-18T19:45:33.746Z[ recovery-image] Aug 18 19:45:33.004 INFO O| Aug 18 19:45:33.004 INFO STEP 42 (remove_files) COMPLETE
46882025-08-18T19:45:33.746Z[ recovery-image] Aug 18 19:45:33.004 INFO O| Aug 18 19:45:33.004 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46892025-08-18T19:45:33.757Z[ recovery-image] Aug 18 19:45:33.018 INFO O| Aug 18 19:45:33.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46902025-08-18T19:45:33.761Z[ recovery-image] Aug 18 19:45:33.018 INFO O| Aug 18 19:45:33.018 INFO STEP 43 (remove_files) COMPLETE
46912025-08-18T19:45:33.761Z[ recovery-image] Aug 18 19:45:33.018 INFO O| Aug 18 19:45:33.018 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46922025-08-18T19:45:33.770Z[ recovery-image] Aug 18 19:45:33.031 INFO O| Aug 18 19:45:33.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
46932025-08-18T19:45:33.774Z[ recovery-image] Aug 18 19:45:33.031 INFO O| Aug 18 19:45:33.031 INFO STEP 44 (remove_files) COMPLETE
46942025-08-18T19:45:33.774Z[ recovery-image] Aug 18 19:45:33.031 INFO O| Aug 18 19:45:33.031 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46952025-08-18T19:45:33.783Z[ recovery-image] Aug 18 19:45:33.044 INFO O| Aug 18 19:45:33.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
46962025-08-18T19:45:33.786Z[ recovery-image] Aug 18 19:45:33.044 INFO O| Aug 18 19:45:33.044 INFO STEP 45 (remove_files) COMPLETE
46972025-08-18T19:45:33.786Z[ recovery-image] Aug 18 19:45:33.044 INFO O| Aug 18 19:45:33.044 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46982025-08-18T19:45:33.826Z[ recovery-image] Aug 18 19:45:33.057 INFO O| Aug 18 19:45:33.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
46992025-08-18T19:45:33.826Z[ recovery-image] Aug 18 19:45:33.057 INFO O| Aug 18 19:45:33.057 INFO STEP 46 (remove_files) COMPLETE
47002025-08-18T19:45:33.826Z[ recovery-image] Aug 18 19:45:33.057 INFO O| Aug 18 19:45:33.057 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47012025-08-18T19:45:33.826Z[ recovery-image] Aug 18 19:45:33.070 INFO O| Aug 18 19:45:33.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
47022025-08-18T19:45:33.826Z[ recovery-image] Aug 18 19:45:33.070 INFO O| Aug 18 19:45:33.070 INFO STEP 47 (remove_files) COMPLETE
47032025-08-18T19:45:33.826Z[ recovery-image] Aug 18 19:45:33.070 INFO O| Aug 18 19:45:33.070 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47042025-08-18T19:45:33.826Z[ recovery-image] Aug 18 19:45:33.083 INFO O| Aug 18 19:45:33.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
47052025-08-18T19:45:33.826Z[ recovery-image] Aug 18 19:45:33.083 INFO O| Aug 18 19:45:33.083 INFO STEP 48 (remove_files) COMPLETE
47062025-08-18T19:45:33.826Z[ recovery-image] Aug 18 19:45:33.083 INFO O| Aug 18 19:45:33.083 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47072025-08-18T19:45:33.836Z[ recovery-image] Aug 18 19:45:33.097 INFO O| Aug 18 19:45:33.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
47082025-08-18T19:45:33.840Z[ recovery-image] Aug 18 19:45:33.097 INFO O| Aug 18 19:45:33.097 INFO STEP 49 (remove_files) COMPLETE
47092025-08-18T19:45:33.840Z[ recovery-image] Aug 18 19:45:33.097 INFO O| Aug 18 19:45:33.097 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47102025-08-18T19:45:33.850Z[ recovery-image] Aug 18 19:45:33.111 INFO O| Aug 18 19:45:33.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
47112025-08-18T19:45:33.853Z[ recovery-image] Aug 18 19:45:33.111 INFO O| Aug 18 19:45:33.111 INFO STEP 50 (remove_files) COMPLETE
47122025-08-18T19:45:33.853Z[ recovery-image] Aug 18 19:45:33.111 INFO O| Aug 18 19:45:33.111 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47132025-08-18T19:45:33.863Z[ recovery-image] Aug 18 19:45:33.124 INFO O| Aug 18 19:45:33.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
47142025-08-18T19:45:33.863Z[ recovery-image] Aug 18 19:45:33.124 INFO O| Aug 18 19:45:33.124 INFO STEP 51 (remove_files) COMPLETE
47152025-08-18T19:45:33.866Z[ recovery-image] Aug 18 19:45:33.124 INFO O| Aug 18 19:45:33.124 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47162025-08-18T19:45:33.888Z[ recovery-image] Aug 18 19:45:33.148 INFO O| Aug 18 19:45:33.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47172025-08-18T19:45:33.888Z[ recovery-image] Aug 18 19:45:33.149 INFO O| Aug 18 19:45:33.149 INFO STEP 52 (remove_files) COMPLETE
47182025-08-18T19:45:33.891Z[ recovery-image] Aug 18 19:45:33.149 INFO O| Aug 18 19:45:33.149 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47192025-08-18T19:45:33.901Z[ recovery-image] Aug 18 19:45:33.161 INFO O| Aug 18 19:45:33.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47202025-08-18T19:45:33.901Z[ recovery-image] Aug 18 19:45:33.162 INFO O| Aug 18 19:45:33.162 INFO STEP 53 (remove_files) COMPLETE
47212025-08-18T19:45:33.904Z[ recovery-image] Aug 18 19:45:33.162 INFO O| Aug 18 19:45:33.162 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47222025-08-18T19:45:33.916Z[ recovery-image] Aug 18 19:45:33.177 INFO O| Aug 18 19:45:33.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47232025-08-18T19:45:33.916Z[ recovery-image] Aug 18 19:45:33.177 INFO O| Aug 18 19:45:33.177 INFO STEP 54 (remove_files) COMPLETE
47242025-08-18T19:45:33.916Z[ recovery-image] Aug 18 19:45:33.177 INFO O| Aug 18 19:45:33.177 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47252025-08-18T19:45:33.931Z[ recovery-image] Aug 18 19:45:33.192 INFO O| Aug 18 19:45:33.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47262025-08-18T19:45:33.931Z[ recovery-image] Aug 18 19:45:33.192 INFO O| Aug 18 19:45:33.192 INFO STEP 55 (remove_files) COMPLETE
47272025-08-18T19:45:33.934Z[ recovery-image] Aug 18 19:45:33.192 INFO O| Aug 18 19:45:33.192 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47282025-08-18T19:45:33.945Z[ recovery-image] Aug 18 19:45:33.206 INFO O| Aug 18 19:45:33.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47292025-08-18T19:45:33.945Z[ recovery-image] Aug 18 19:45:33.206 INFO O| Aug 18 19:45:33.206 INFO STEP 56 (remove_files) COMPLETE
47302025-08-18T19:45:33.948Z[ recovery-image] Aug 18 19:45:33.206 INFO O| Aug 18 19:45:33.206 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47312025-08-18T19:45:33.958Z[ recovery-image] Aug 18 19:45:33.219 INFO O| Aug 18 19:45:33.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47322025-08-18T19:45:33.958Z[ recovery-image] Aug 18 19:45:33.219 INFO O| Aug 18 19:45:33.219 INFO STEP 57 (remove_files) COMPLETE
47332025-08-18T19:45:33.961Z[ recovery-image] Aug 18 19:45:33.219 INFO O| Aug 18 19:45:33.219 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47342025-08-18T19:45:33.983Z[ recovery-image] Aug 18 19:45:33.233 INFO O| Aug 18 19:45:33.233 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47352025-08-18T19:45:33.983Z[ recovery-image] Aug 18 19:45:33.233 INFO O| Aug 18 19:45:33.233 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47362025-08-18T19:45:33.986Z[ recovery-image] Aug 18 19:45:33.233 INFO O| Aug 18 19:45:33.233 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47372025-08-18T19:45:33.986Z[ recovery-image] Aug 18 19:45:33.233 INFO O| Aug 18 19:45:33.233 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47382025-08-18T19:45:33.986Z[ recovery-image] Aug 18 19:45:33.234 INFO O| Aug 18 19:45:33.233 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47392025-08-18T19:45:33.987Z[ recovery-image] Aug 18 19:45:33.234 INFO O| Aug 18 19:45:33.234 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47402025-08-18T19:45:33.987Z[ recovery-image] Aug 18 19:45:33.234 INFO O| Aug 18 19:45:33.234 INFO ok!
47412025-08-18T19:45:33.987Z[ recovery-image] Aug 18 19:45:33.234 INFO O| Aug 18 19:45:33.234 INFO STEP 58 (ensure_file) COMPLETE
47422025-08-18T19:45:33.987Z[ recovery-image] Aug 18 19:45:33.234 INFO O| Aug 18 19:45:33.234 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47432025-08-18T19:45:33.987Z[ recovery-image] Aug 18 19:45:33.245 INFO O| Aug 18 19:45:33.245 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47442025-08-18T19:45:33.987Z[ recovery-image] Aug 18 19:45:33.245 INFO O| Aug 18 19:45:33.245 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47452025-08-18T19:45:33.987Z[ recovery-image] Aug 18 19:45:33.246 INFO O| Aug 18 19:45:33.246 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47462025-08-18T19:45:33.987Z[ recovery-image] Aug 18 19:45:33.246 INFO O| Aug 18 19:45:33.246 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47472025-08-18T19:45:33.987Z[ recovery-image] Aug 18 19:45:33.246 INFO O| Aug 18 19:45:33.246 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47482025-08-18T19:45:33.987Z[ recovery-image] Aug 18 19:45:33.246 INFO O| Aug 18 19:45:33.246 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47492025-08-18T19:45:33.987Z[ recovery-image] Aug 18 19:45:33.246 INFO O| Aug 18 19:45:33.246 INFO ok!
47502025-08-18T19:45:33.987Z[ recovery-image] Aug 18 19:45:33.246 INFO O| Aug 18 19:45:33.246 INFO STEP 59 (ensure_file) COMPLETE
47512025-08-18T19:45:33.987Z[ recovery-image] Aug 18 19:45:33.246 INFO O| Aug 18 19:45:33.246 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47522025-08-18T19:45:33.996Z[ recovery-image] Aug 18 19:45:33.257 INFO O| Aug 18 19:45:33.257 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47532025-08-18T19:45:33.996Z[ recovery-image] Aug 18 19:45:33.257 INFO O| Aug 18 19:45:33.257 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47542025-08-18T19:45:34.001Z[ recovery-image] Aug 18 19:45:33.257 INFO O| Aug 18 19:45:33.257 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47552025-08-18T19:45:34.001Z[ recovery-image] Aug 18 19:45:33.257 INFO O| Aug 18 19:45:33.257 INFO ok!
47562025-08-18T19:45:34.001Z[ recovery-image] Aug 18 19:45:33.257 INFO O| Aug 18 19:45:33.257 INFO STEP 60 (ensure_file) COMPLETE
47572025-08-18T19:45:34.001Z[ recovery-image] Aug 18 19:45:33.257 INFO O| Aug 18 19:45:33.257 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47582025-08-18T19:45:34.009Z[ recovery-image] Aug 18 19:45:33.269 INFO O| Aug 18 19:45:33.269 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47592025-08-18T19:45:34.009Z[ recovery-image] Aug 18 19:45:33.269 INFO O| Aug 18 19:45:33.269 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47602025-08-18T19:45:34.013Z[ recovery-image] Aug 18 19:45:33.269 INFO O| Aug 18 19:45:33.269 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47612025-08-18T19:45:34.013Z[ recovery-image] Aug 18 19:45:33.269 INFO O| Aug 18 19:45:33.269 INFO ok!
47622025-08-18T19:45:34.013Z[ recovery-image] Aug 18 19:45:33.269 INFO O| Aug 18 19:45:33.269 INFO STEP 61 (ensure_file) COMPLETE
47632025-08-18T19:45:34.013Z[ recovery-image] Aug 18 19:45:33.269 INFO O| Aug 18 19:45:33.269 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47642025-08-18T19:45:34.020Z[ recovery-image] Aug 18 19:45:33.281 INFO O| Aug 18 19:45:33.281 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47652025-08-18T19:45:34.021Z[ recovery-image] Aug 18 19:45:33.281 INFO O| Aug 18 19:45:33.281 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47662025-08-18T19:45:34.021Z[ recovery-image] Aug 18 19:45:33.281 INFO O| Aug 18 19:45:33.281 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47672025-08-18T19:45:34.024Z[ recovery-image] Aug 18 19:45:33.281 INFO O| Aug 18 19:45:33.281 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47682025-08-18T19:45:34.024Z[ recovery-image] Aug 18 19:45:33.281 INFO O| Aug 18 19:45:33.281 INFO ok!
47692025-08-18T19:45:34.024Z[ recovery-image] Aug 18 19:45:33.281 INFO O| Aug 18 19:45:33.281 INFO STEP 62 (ensure_file) COMPLETE
47702025-08-18T19:45:34.024Z[ recovery-image] Aug 18 19:45:33.281 INFO O| Aug 18 19:45:33.281 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47712025-08-18T19:45:34.033Z[ recovery-image] Aug 18 19:45:33.294 INFO O| Aug 18 19:45:33.294 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47722025-08-18T19:45:34.033Z[ recovery-image] Aug 18 19:45:33.294 INFO O| Aug 18 19:45:33.294 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47732025-08-18T19:45:34.037Z[ recovery-image] Aug 18 19:45:33.294 INFO O| Aug 18 19:45:33.294 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47742025-08-18T19:45:34.037Z[ recovery-image] Aug 18 19:45:33.295 INFO O| Aug 18 19:45:33.294 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47752025-08-18T19:45:34.037Z[ recovery-image] Aug 18 19:45:33.295 INFO O| Aug 18 19:45:33.295 INFO ok!
47762025-08-18T19:45:34.037Z[ recovery-image] Aug 18 19:45:33.295 INFO O| Aug 18 19:45:33.295 INFO STEP 63 (ensure_file) COMPLETE
47772025-08-18T19:45:34.037Z[ recovery-image] Aug 18 19:45:33.295 INFO O| Aug 18 19:45:33.295 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47782025-08-18T19:45:34.045Z[ recovery-image] Aug 18 19:45:33.306 INFO O| Aug 18 19:45:33.306 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47792025-08-18T19:45:34.045Z[ recovery-image] Aug 18 19:45:33.306 INFO O| Aug 18 19:45:33.306 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47802025-08-18T19:45:34.048Z[ recovery-image] Aug 18 19:45:33.306 INFO O| Aug 18 19:45:33.306 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47812025-08-18T19:45:34.048Z[ recovery-image] Aug 18 19:45:33.306 INFO O| Aug 18 19:45:33.306 INFO ok!
47822025-08-18T19:45:34.049Z[ recovery-image] Aug 18 19:45:33.306 INFO O| Aug 18 19:45:33.306 INFO STEP 64 (assemble_files) COMPLETE
47832025-08-18T19:45:34.049Z[ recovery-image] Aug 18 19:45:33.307 INFO O| Aug 18 19:45:33.306 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47842025-08-18T19:45:34.058Z[ recovery-image] Aug 18 19:45:33.319 INFO O| Aug 18 19:45:33.319 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47852025-08-18T19:45:34.061Z[ recovery-image] Aug 18 19:45:33.319 INFO O| Aug 18 19:45:33.319 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47862025-08-18T19:45:34.061Z[ recovery-image] Aug 18 19:45:33.319 INFO O| Aug 18 19:45:33.319 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47872025-08-18T19:45:34.061Z[ recovery-image] Aug 18 19:45:33.319 INFO O| Aug 18 19:45:33.319 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47882025-08-18T19:45:34.061Z[ recovery-image] Aug 18 19:45:33.319 INFO O| Aug 18 19:45:33.319 INFO ok!
47892025-08-18T19:45:34.061Z[ recovery-image] Aug 18 19:45:33.319 INFO O| Aug 18 19:45:33.319 INFO STEP 65 (ensure_file) COMPLETE
47902025-08-18T19:45:34.061Z[ recovery-image] Aug 18 19:45:33.319 INFO O| Aug 18 19:45:33.319 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47912025-08-18T19:45:34.061Z[ recovery-image] Aug 18 19:45:33.319 INFO O| Aug 18 19:45:33.319 INFO skip step because feature "omicron1" is not enabled
47922025-08-18T19:45:34.061Z[ recovery-image] Aug 18 19:45:33.319 INFO O| Aug 18 19:45:33.319 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47932025-08-18T19:45:34.061Z[ recovery-image] Aug 18 19:45:33.319 INFO O| Aug 18 19:45:33.319 INFO skip step because feature "omicron1" is not enabled
47942025-08-18T19:45:34.061Z[ recovery-image] Aug 18 19:45:33.319 INFO O| Aug 18 19:45:33.319 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47952025-08-18T19:45:34.061Z[ recovery-image] Aug 18 19:45:33.319 INFO O| Aug 18 19:45:33.319 INFO skip step because feature "omicron1" is not enabled
47962025-08-18T19:45:34.061Z[ recovery-image] Aug 18 19:45:33.319 INFO O| Aug 18 19:45:33.319 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47972025-08-18T19:45:34.077Z[ recovery-image] Aug 18 19:45:33.338 INFO O| Aug 18 19:45:33.338 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
47982025-08-18T19:45:34.077Z[ recovery-image] Aug 18 19:45:33.338 INFO O| Aug 18 19:45:33.338 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
47992025-08-18T19:45:36.909Z[ recovery-image] Aug 18 19:45:36.174 INFO O| Aug 18 19:45:36.173 INFO STEP 69 (pack_tar) COMPLETE
48002025-08-18T19:45:36.909Z[ recovery-image] Aug 18 19:45:36.174 INFO O| Aug 18 19:45:36.174 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48012025-08-18T19:45:36.912Z[ recovery-image] Aug 18 19:45:36.174 INFO O| Aug 18 19:45:36.174 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48022025-08-18T19:45:37.429Z[ recovery-image] Aug 18 19:45:36.694 INFO O| Aug 18 19:45:36.694 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48032025-08-18T19:45:37.547Z[ recovery-image] Aug 18 19:45:36.812 INFO O| Aug 18 19:45:36.812 INFO completed processing sled/ramdisk-02-trim
48042025-08-18T19:45:37.550Z[ recovery-image] Aug 18 19:45:36.814 INFO image builder template: ramdisk-03-recovery-trim...
48052025-08-18T19:45:37.550Z[ recovery-image] Aug 18 19:45:36.814 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpgW5B7U/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.37.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
48062025-08-18T19:45:37.748Z[ recovery-image] Aug 18 19:45:37.014 INFO O| Aug 18 19:45:37.013 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48072025-08-18T19:45:37.753Z[ recovery-image] Aug 18 19:45:37.019 INFO O| Aug 18 19:45:37.018 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48082025-08-18T19:45:37.889Z[ recovery-image] Aug 18 19:45:37.155 INFO O| Aug 18 19:45:37.155 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
48092025-08-18T19:45:37.955Z[ recovery-image] Aug 18 19:45:37.221 INFO O| Aug 18 19:45:37.220 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48102025-08-18T19:45:37.955Z[ recovery-image] Aug 18 19:45:37.221 INFO O| Aug 18 19:45:37.221 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48112025-08-18T19:45:37.966Z[ recovery-image] Aug 18 19:45:37.232 INFO O| Aug 18 19:45:37.232 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
48122025-08-18T19:45:37.972Z[ recovery-image] Aug 18 19:45:37.238 INFO O| Aug 18 19:45:37.238 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48132025-08-18T19:45:37.979Z[ recovery-image] Aug 18 19:45:37.245 INFO O| Aug 18 19:45:37.245 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48142025-08-18T19:45:38.434Z[ recovery-image] Aug 18 19:45:37.701 INFO O| Aug 18 19:45:37.701 INFO rolled back to input snapshot; work may begin
48152025-08-18T19:45:38.434Z[ recovery-image] Aug 18 19:45:37.701 INFO O| Aug 18 19:45:37.701 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48162025-08-18T19:45:38.441Z[ recovery-image] Aug 18 19:45:37.708 INFO O| Aug 18 19:45:37.708 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172025-08-18T19:45:38.454Z[ recovery-image] Aug 18 19:45:37.721 INFO O| Aug 18 19:45:37.721 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48182025-08-18T19:45:38.463Z[ recovery-image] Aug 18 19:45:37.730 INFO O| Aug 18 19:45:37.730 INFO STEP 0 (remove_files) COMPLETE
48192025-08-18T19:45:38.463Z[ recovery-image] Aug 18 19:45:37.730 INFO O| Aug 18 19:45:37.730 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202025-08-18T19:45:38.478Z[ recovery-image] Aug 18 19:45:37.744 INFO O| Aug 18 19:45:37.744 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48212025-08-18T19:45:38.569Z[ recovery-image] Aug 18 19:45:37.836 INFO O| Aug 18 19:45:37.835 INFO STEP 1 (remove_files) COMPLETE
48222025-08-18T19:45:38.569Z[ recovery-image] Aug 18 19:45:37.836 INFO O| Aug 18 19:45:37.835 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232025-08-18T19:45:38.597Z[ recovery-image] Aug 18 19:45:37.864 INFO O| Aug 18 19:45:37.864 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48242025-08-18T19:45:38.688Z[ recovery-image] Aug 18 19:45:37.955 INFO O| Aug 18 19:45:37.955 INFO STEP 2 (remove_files) COMPLETE
48252025-08-18T19:45:38.688Z[ recovery-image] Aug 18 19:45:37.955 INFO O| Aug 18 19:45:37.955 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262025-08-18T19:45:38.728Z[ recovery-image] Aug 18 19:45:37.995 INFO O| Aug 18 19:45:37.995 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48272025-08-18T19:45:38.913Z[ recovery-image] Aug 18 19:45:38.180 INFO O| Aug 18 19:45:38.180 INFO STEP 3 (remove_files) COMPLETE
48282025-08-18T19:45:38.913Z[ recovery-image] Aug 18 19:45:38.180 INFO O| Aug 18 19:45:38.180 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292025-08-18T19:45:38.927Z[ recovery-image] Aug 18 19:45:38.195 INFO O| Aug 18 19:45:38.194 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48302025-08-18T19:45:38.954Z[ recovery-image] Aug 18 19:45:38.221 INFO O| Aug 18 19:45:38.221 INFO STEP 4 (remove_files) COMPLETE
48312025-08-18T19:45:38.954Z[ recovery-image] Aug 18 19:45:38.221 INFO O| Aug 18 19:45:38.221 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322025-08-18T19:45:38.968Z[ recovery-image] Aug 18 19:45:38.235 INFO O| Aug 18 19:45:38.235 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48332025-08-18T19:45:38.971Z[ recovery-image] Aug 18 19:45:38.238 INFO O| Aug 18 19:45:38.238 INFO STEP 5 (remove_files) COMPLETE
48342025-08-18T19:45:38.971Z[ recovery-image] Aug 18 19:45:38.238 INFO O| Aug 18 19:45:38.238 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352025-08-18T19:45:38.984Z[ recovery-image] Aug 18 19:45:38.251 INFO O| Aug 18 19:45:38.251 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48362025-08-18T19:45:38.987Z[ recovery-image] Aug 18 19:45:38.254 INFO O| Aug 18 19:45:38.254 INFO STEP 6 (remove_files) COMPLETE
48372025-08-18T19:45:38.987Z[ recovery-image] Aug 18 19:45:38.254 INFO O| Aug 18 19:45:38.254 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382025-08-18T19:45:39.000Z[ recovery-image] Aug 18 19:45:38.267 INFO O| Aug 18 19:45:38.267 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48392025-08-18T19:45:39.003Z[ recovery-image] Aug 18 19:45:38.270 INFO O| Aug 18 19:45:38.270 INFO STEP 7 (remove_files) COMPLETE
48402025-08-18T19:45:39.003Z[ recovery-image] Aug 18 19:45:38.270 INFO O| Aug 18 19:45:38.270 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412025-08-18T19:45:39.016Z[ recovery-image] Aug 18 19:45:38.283 INFO O| Aug 18 19:45:38.283 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48422025-08-18T19:45:39.019Z[ recovery-image] Aug 18 19:45:38.284 INFO O| Aug 18 19:45:38.284 INFO STEP 8 (remove_files) COMPLETE
48432025-08-18T19:45:39.019Z[ recovery-image] Aug 18 19:45:38.284 INFO O| Aug 18 19:45:38.284 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442025-08-18T19:45:39.030Z[ recovery-image] Aug 18 19:45:38.297 INFO O| Aug 18 19:45:38.297 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48452025-08-18T19:45:39.033Z[ recovery-image] Aug 18 19:45:38.299 INFO O| Aug 18 19:45:38.299 INFO STEP 9 (remove_files) COMPLETE
48462025-08-18T19:45:39.033Z[ recovery-image] Aug 18 19:45:38.300 INFO O| Aug 18 19:45:38.299 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472025-08-18T19:45:39.046Z[ recovery-image] Aug 18 19:45:38.313 INFO O| Aug 18 19:45:38.313 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48482025-08-18T19:45:39.645Z[ recovery-image] Aug 18 19:45:38.913 INFO O| Aug 18 19:45:38.913 INFO STEP 10 (remove_files) COMPLETE
48492025-08-18T19:45:39.645Z[ recovery-image] Aug 18 19:45:38.913 INFO O| Aug 18 19:45:38.913 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502025-08-18T19:45:39.659Z[ recovery-image] Aug 18 19:45:38.928 INFO O| Aug 18 19:45:38.928 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48512025-08-18T19:45:39.685Z[ recovery-image] Aug 18 19:45:38.953 INFO O| Aug 18 19:45:38.952 INFO STEP 11 (remove_files) COMPLETE
48522025-08-18T19:45:39.685Z[ recovery-image] Aug 18 19:45:38.953 INFO O| Aug 18 19:45:38.953 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532025-08-18T19:45:39.717Z[ recovery-image] Aug 18 19:45:38.986 INFO O| Aug 18 19:45:38.985 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48542025-08-18T19:45:39.759Z[ recovery-image] Aug 18 19:45:39.028 INFO O| Aug 18 19:45:39.028 INFO STEP 12 (remove_files) COMPLETE
48552025-08-18T19:45:39.759Z[ recovery-image] Aug 18 19:45:39.028 INFO O| Aug 18 19:45:39.028 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562025-08-18T19:45:39.774Z[ recovery-image] Aug 18 19:45:39.043 INFO O| Aug 18 19:45:39.043 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48572025-08-18T19:45:39.778Z[ recovery-image] Aug 18 19:45:39.043 INFO O| Aug 18 19:45:39.043 INFO STEP 13 (remove_files) COMPLETE
48582025-08-18T19:45:39.778Z[ recovery-image] Aug 18 19:45:39.043 INFO O| Aug 18 19:45:39.043 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592025-08-18T19:45:39.789Z[ recovery-image] Aug 18 19:45:39.057 INFO O| Aug 18 19:45:39.057 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48602025-08-18T19:45:39.792Z[ recovery-image] Aug 18 19:45:39.058 INFO O| Aug 18 19:45:39.058 INFO STEP 14 (remove_files) COMPLETE
48612025-08-18T19:45:39.792Z[ recovery-image] Aug 18 19:45:39.058 INFO O| Aug 18 19:45:39.058 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622025-08-18T19:45:39.802Z[ recovery-image] Aug 18 19:45:39.071 INFO O| Aug 18 19:45:39.071 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48632025-08-18T19:45:39.873Z[ recovery-image] Aug 18 19:45:39.142 INFO O| Aug 18 19:45:39.142 INFO STEP 15 (remove_files) COMPLETE
48642025-08-18T19:45:39.873Z[ recovery-image] Aug 18 19:45:39.142 INFO O| Aug 18 19:45:39.142 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652025-08-18T19:45:39.893Z[ recovery-image] Aug 18 19:45:39.161 INFO O| Aug 18 19:45:39.161 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48662025-08-18T19:45:39.896Z[ recovery-image] Aug 18 19:45:39.162 INFO O| Aug 18 19:45:39.162 INFO STEP 16 (remove_files) COMPLETE
48672025-08-18T19:45:39.896Z[ recovery-image] Aug 18 19:45:39.162 INFO O| Aug 18 19:45:39.162 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682025-08-18T19:45:39.906Z[ recovery-image] Aug 18 19:45:39.174 INFO O| Aug 18 19:45:39.174 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48692025-08-18T19:45:39.906Z[ recovery-image] Aug 18 19:45:39.174 INFO O| Aug 18 19:45:39.174 INFO STEP 17 (remove_files) COMPLETE
48702025-08-18T19:45:39.906Z[ recovery-image] Aug 18 19:45:39.175 INFO O| Aug 18 19:45:39.174 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712025-08-18T19:45:39.919Z[ recovery-image] Aug 18 19:45:39.188 INFO O| Aug 18 19:45:39.187 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48722025-08-18T19:45:40.123Z[ recovery-image] Aug 18 19:45:39.392 INFO O| Aug 18 19:45:39.391 INFO STEP 18 (remove_files) COMPLETE
48732025-08-18T19:45:40.123Z[ recovery-image] Aug 18 19:45:39.392 INFO O| Aug 18 19:45:39.392 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742025-08-18T19:45:40.154Z[ recovery-image] Aug 18 19:45:39.423 INFO O| Aug 18 19:45:39.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48752025-08-18T19:45:40.178Z[ recovery-image] Aug 18 19:45:39.447 INFO O| Aug 18 19:45:39.447 INFO STEP 19 (remove_files) COMPLETE
48762025-08-18T19:45:40.178Z[ recovery-image] Aug 18 19:45:39.447 INFO O| Aug 18 19:45:39.447 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772025-08-18T19:45:40.205Z[ recovery-image] Aug 18 19:45:39.474 INFO O| Aug 18 19:45:39.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48782025-08-18T19:45:40.228Z[ recovery-image] Aug 18 19:45:39.497 INFO O| Aug 18 19:45:39.497 INFO STEP 20 (remove_files) COMPLETE
48792025-08-18T19:45:40.228Z[ recovery-image] Aug 18 19:45:39.497 INFO O| Aug 18 19:45:39.497 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802025-08-18T19:45:40.260Z[ recovery-image] Aug 18 19:45:39.528 INFO O| Aug 18 19:45:39.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48812025-08-18T19:45:40.263Z[ recovery-image] Aug 18 19:45:39.529 INFO O| Aug 18 19:45:39.529 INFO STEP 21 (remove_files) COMPLETE
48822025-08-18T19:45:40.263Z[ recovery-image] Aug 18 19:45:39.529 INFO O| Aug 18 19:45:39.529 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832025-08-18T19:45:40.272Z[ recovery-image] Aug 18 19:45:39.541 INFO O| Aug 18 19:45:39.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48842025-08-18T19:45:40.297Z[ recovery-image] Aug 18 19:45:39.566 INFO O| Aug 18 19:45:39.566 INFO STEP 22 (remove_files) COMPLETE
48852025-08-18T19:45:40.297Z[ recovery-image] Aug 18 19:45:39.566 INFO O| Aug 18 19:45:39.566 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862025-08-18T19:45:40.323Z[ recovery-image] Aug 18 19:45:39.593 INFO O| Aug 18 19:45:39.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48872025-08-18T19:45:40.344Z[ recovery-image] Aug 18 19:45:39.613 INFO O| Aug 18 19:45:39.613 INFO STEP 23 (remove_files) COMPLETE
48882025-08-18T19:45:40.344Z[ recovery-image] Aug 18 19:45:39.613 INFO O| Aug 18 19:45:39.613 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892025-08-18T19:45:40.393Z[ recovery-image] Aug 18 19:45:39.662 INFO O| Aug 18 19:45:39.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
48902025-08-18T19:45:40.418Z[ recovery-image] Aug 18 19:45:39.687 INFO O| Aug 18 19:45:39.687 INFO STEP 24 (remove_files) COMPLETE
48912025-08-18T19:45:40.418Z[ recovery-image] Aug 18 19:45:39.687 INFO O| Aug 18 19:45:39.687 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922025-08-18T19:45:40.445Z[ recovery-image] Aug 18 19:45:39.714 INFO O| Aug 18 19:45:39.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
48932025-08-18T19:45:40.449Z[ recovery-image] Aug 18 19:45:39.714 INFO O| Aug 18 19:45:39.714 INFO STEP 25 (remove_files) COMPLETE
48942025-08-18T19:45:40.449Z[ recovery-image] Aug 18 19:45:39.714 INFO O| Aug 18 19:45:39.714 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952025-08-18T19:45:40.476Z[ recovery-image] Aug 18 19:45:39.745 INFO O| Aug 18 19:45:39.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
48962025-08-18T19:45:40.479Z[ recovery-image] Aug 18 19:45:39.746 INFO O| Aug 18 19:45:39.746 INFO STEP 26 (remove_files) COMPLETE
48972025-08-18T19:45:40.479Z[ recovery-image] Aug 18 19:45:39.746 INFO O| Aug 18 19:45:39.746 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982025-08-18T19:45:40.488Z[ recovery-image] Aug 18 19:45:39.757 INFO O| Aug 18 19:45:39.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
48992025-08-18T19:45:40.513Z[ recovery-image] Aug 18 19:45:39.782 INFO O| Aug 18 19:45:39.782 INFO STEP 27 (remove_files) COMPLETE
49002025-08-18T19:45:40.516Z[ recovery-image] Aug 18 19:45:39.782 INFO O| Aug 18 19:45:39.782 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012025-08-18T19:45:40.525Z[ recovery-image] Aug 18 19:45:39.795 INFO O| Aug 18 19:45:39.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
49022025-08-18T19:45:40.526Z[ recovery-image] Aug 18 19:45:39.795 INFO O| Aug 18 19:45:39.795 INFO STEP 28 (remove_files) COMPLETE
49032025-08-18T19:45:40.526Z[ recovery-image] Aug 18 19:45:39.795 INFO O| Aug 18 19:45:39.795 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042025-08-18T19:45:40.537Z[ recovery-image] Aug 18 19:45:39.807 INFO O| Aug 18 19:45:39.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
49052025-08-18T19:45:40.541Z[ recovery-image] Aug 18 19:45:39.807 INFO O| Aug 18 19:45:39.807 INFO STEP 29 (remove_files) COMPLETE
49062025-08-18T19:45:40.541Z[ recovery-image] Aug 18 19:45:39.807 INFO O| Aug 18 19:45:39.807 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072025-08-18T19:45:40.549Z[ recovery-image] Aug 18 19:45:39.819 INFO O| Aug 18 19:45:39.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
49082025-08-18T19:45:40.552Z[ recovery-image] Aug 18 19:45:39.819 INFO O| Aug 18 19:45:39.819 INFO STEP 30 (remove_files) COMPLETE
49092025-08-18T19:45:40.553Z[ recovery-image] Aug 18 19:45:39.819 INFO O| Aug 18 19:45:39.819 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102025-08-18T19:45:40.560Z[ recovery-image] Aug 18 19:45:39.830 INFO O| Aug 18 19:45:39.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
49112025-08-18T19:45:40.583Z[ recovery-image] Aug 18 19:45:39.853 INFO O| Aug 18 19:45:39.853 INFO STEP 31 (remove_files) COMPLETE
49122025-08-18T19:45:40.583Z[ recovery-image] Aug 18 19:45:39.853 INFO O| Aug 18 19:45:39.853 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132025-08-18T19:45:40.635Z[ recovery-image] Aug 18 19:45:39.904 INFO O| Aug 18 19:45:39.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
49142025-08-18T19:45:40.638Z[ recovery-image] Aug 18 19:45:39.904 INFO O| Aug 18 19:45:39.904 INFO STEP 32 (remove_files) COMPLETE
49152025-08-18T19:45:40.638Z[ recovery-image] Aug 18 19:45:39.904 INFO O| Aug 18 19:45:39.904 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162025-08-18T19:45:40.646Z[ recovery-image] Aug 18 19:45:39.915 INFO O| Aug 18 19:45:39.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49172025-08-18T19:45:40.662Z[ recovery-image] Aug 18 19:45:39.932 INFO O| Aug 18 19:45:39.932 INFO STEP 33 (remove_files) COMPLETE
49182025-08-18T19:45:40.662Z[ recovery-image] Aug 18 19:45:39.932 INFO O| Aug 18 19:45:39.932 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192025-08-18T19:45:40.719Z[ recovery-image] Aug 18 19:45:39.989 INFO O| Aug 18 19:45:39.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49202025-08-18T19:45:40.719Z[ recovery-image] Aug 18 19:45:39.989 INFO O| Aug 18 19:45:39.989 INFO STEP 34 (remove_files) COMPLETE
49212025-08-18T19:45:40.723Z[ recovery-image] Aug 18 19:45:39.989 INFO O| Aug 18 19:45:39.989 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222025-08-18T19:45:40.731Z[ recovery-image] Aug 18 19:45:40.001 INFO O| Aug 18 19:45:40.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49232025-08-18T19:45:40.752Z[ recovery-image] Aug 18 19:45:40.022 INFO O| Aug 18 19:45:40.022 INFO STEP 35 (remove_files) COMPLETE
49242025-08-18T19:45:40.752Z[ recovery-image] Aug 18 19:45:40.022 INFO O| Aug 18 19:45:40.022 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252025-08-18T19:45:40.766Z[ recovery-image] Aug 18 19:45:40.036 INFO O| Aug 18 19:45:40.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49262025-08-18T19:45:40.766Z[ recovery-image] Aug 18 19:45:40.036 INFO O| Aug 18 19:45:40.036 INFO STEP 36 (remove_files) COMPLETE
49272025-08-18T19:45:40.770Z[ recovery-image] Aug 18 19:45:40.036 INFO O| Aug 18 19:45:40.036 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282025-08-18T19:45:40.778Z[ recovery-image] Aug 18 19:45:40.048 INFO O| Aug 18 19:45:40.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49292025-08-18T19:45:40.778Z[ recovery-image] Aug 18 19:45:40.048 INFO O| Aug 18 19:45:40.048 INFO STEP 37 (remove_files) COMPLETE
49302025-08-18T19:45:40.782Z[ recovery-image] Aug 18 19:45:40.048 INFO O| Aug 18 19:45:40.048 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312025-08-18T19:45:40.790Z[ recovery-image] Aug 18 19:45:40.060 INFO O| Aug 18 19:45:40.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49322025-08-18T19:45:40.790Z[ recovery-image] Aug 18 19:45:40.060 INFO O| Aug 18 19:45:40.060 INFO STEP 38 (remove_files) COMPLETE
49332025-08-18T19:45:40.794Z[ recovery-image] Aug 18 19:45:40.060 INFO O| Aug 18 19:45:40.060 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342025-08-18T19:45:40.802Z[ recovery-image] Aug 18 19:45:40.072 INFO O| Aug 18 19:45:40.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49352025-08-18T19:45:40.802Z[ recovery-image] Aug 18 19:45:40.072 INFO O| Aug 18 19:45:40.072 INFO STEP 39 (remove_files) COMPLETE
49362025-08-18T19:45:40.805Z[ recovery-image] Aug 18 19:45:40.072 INFO O| Aug 18 19:45:40.072 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372025-08-18T19:45:40.814Z[ recovery-image] Aug 18 19:45:40.084 INFO O| Aug 18 19:45:40.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49382025-08-18T19:45:40.838Z[ recovery-image] Aug 18 19:45:40.108 INFO O| Aug 18 19:45:40.108 INFO STEP 40 (remove_files) COMPLETE
49392025-08-18T19:45:40.838Z[ recovery-image] Aug 18 19:45:40.108 INFO O| Aug 18 19:45:40.108 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402025-08-18T19:45:40.852Z[ recovery-image] Aug 18 19:45:40.122 INFO O| Aug 18 19:45:40.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49412025-08-18T19:45:40.852Z[ recovery-image] Aug 18 19:45:40.122 INFO O| Aug 18 19:45:40.122 INFO STEP 41 (remove_files) COMPLETE
49422025-08-18T19:45:40.852Z[ recovery-image] Aug 18 19:45:40.122 INFO O| Aug 18 19:45:40.122 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432025-08-18T19:45:40.876Z[ recovery-image] Aug 18 19:45:40.146 INFO O| Aug 18 19:45:40.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49442025-08-18T19:45:40.876Z[ recovery-image] Aug 18 19:45:40.146 INFO O| Aug 18 19:45:40.146 INFO STEP 42 (remove_files) COMPLETE
49452025-08-18T19:45:40.881Z[ recovery-image] Aug 18 19:45:40.146 INFO O| Aug 18 19:45:40.146 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462025-08-18T19:45:40.890Z[ recovery-image] Aug 18 19:45:40.160 INFO O| Aug 18 19:45:40.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49472025-08-18T19:45:40.893Z[ recovery-image] Aug 18 19:45:40.161 INFO O| Aug 18 19:45:40.161 INFO STEP 43 (remove_files) COMPLETE
49482025-08-18T19:45:40.893Z[ recovery-image] Aug 18 19:45:40.161 INFO O| Aug 18 19:45:40.161 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492025-08-18T19:45:40.904Z[ recovery-image] Aug 18 19:45:40.174 INFO O| Aug 18 19:45:40.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49502025-08-18T19:45:40.904Z[ recovery-image] Aug 18 19:45:40.174 INFO O| Aug 18 19:45:40.174 INFO STEP 44 (remove_files) COMPLETE
49512025-08-18T19:45:40.907Z[ recovery-image] Aug 18 19:45:40.174 INFO O| Aug 18 19:45:40.174 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522025-08-18T19:45:40.918Z[ recovery-image] Aug 18 19:45:40.188 INFO O| Aug 18 19:45:40.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49532025-08-18T19:45:40.921Z[ recovery-image] Aug 18 19:45:40.188 INFO O| Aug 18 19:45:40.188 INFO STEP 45 (remove_files) COMPLETE
49542025-08-18T19:45:40.921Z[ recovery-image] Aug 18 19:45:40.188 INFO O| Aug 18 19:45:40.188 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552025-08-18T19:45:40.934Z[ recovery-image] Aug 18 19:45:40.203 INFO O| Aug 18 19:45:40.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49562025-08-18T19:45:40.934Z[ recovery-image] Aug 18 19:45:40.204 INFO O| Aug 18 19:45:40.203 INFO STEP 46 (remove_files) COMPLETE
49572025-08-18T19:45:40.934Z[ recovery-image] Aug 18 19:45:40.204 INFO O| Aug 18 19:45:40.204 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582025-08-18T19:45:40.948Z[ recovery-image] Aug 18 19:45:40.218 INFO O| Aug 18 19:45:40.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49592025-08-18T19:45:40.948Z[ recovery-image] Aug 18 19:45:40.218 INFO O| Aug 18 19:45:40.218 INFO STEP 47 (remove_files) COMPLETE
49602025-08-18T19:45:40.951Z[ recovery-image] Aug 18 19:45:40.218 INFO O| Aug 18 19:45:40.218 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612025-08-18T19:45:40.961Z[ recovery-image] Aug 18 19:45:40.231 INFO O| Aug 18 19:45:40.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49622025-08-18T19:45:40.964Z[ recovery-image] Aug 18 19:45:40.231 INFO O| Aug 18 19:45:40.231 INFO STEP 48 (remove_files) COMPLETE
49632025-08-18T19:45:40.965Z[ recovery-image] Aug 18 19:45:40.231 INFO O| Aug 18 19:45:40.231 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642025-08-18T19:45:40.974Z[ recovery-image] Aug 18 19:45:40.244 INFO O| Aug 18 19:45:40.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49652025-08-18T19:45:40.974Z[ recovery-image] Aug 18 19:45:40.244 INFO O| Aug 18 19:45:40.244 INFO STEP 49 (remove_files) COMPLETE
49662025-08-18T19:45:40.977Z[ recovery-image] Aug 18 19:45:40.244 INFO O| Aug 18 19:45:40.244 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672025-08-18T19:45:40.987Z[ recovery-image] Aug 18 19:45:40.257 INFO O| Aug 18 19:45:40.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49682025-08-18T19:45:40.990Z[ recovery-image] Aug 18 19:45:40.258 INFO O| Aug 18 19:45:40.257 INFO STEP 50 (remove_files) COMPLETE
49692025-08-18T19:45:40.990Z[ recovery-image] Aug 18 19:45:40.258 INFO O| Aug 18 19:45:40.258 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702025-08-18T19:45:41.001Z[ recovery-image] Aug 18 19:45:40.270 INFO O| Aug 18 19:45:40.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49712025-08-18T19:45:41.001Z[ recovery-image] Aug 18 19:45:40.271 INFO O| Aug 18 19:45:40.271 INFO STEP 51 (remove_files) COMPLETE
49722025-08-18T19:45:41.032Z[ recovery-image] Aug 18 19:45:40.271 INFO O| Aug 18 19:45:40.271 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732025-08-18T19:45:41.032Z[ recovery-image] Aug 18 19:45:40.283 INFO O| Aug 18 19:45:40.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49742025-08-18T19:45:41.032Z[ recovery-image] Aug 18 19:45:40.283 INFO O| Aug 18 19:45:40.283 INFO STEP 52 (remove_files) COMPLETE
49752025-08-18T19:45:41.032Z[ recovery-image] Aug 18 19:45:40.283 INFO O| Aug 18 19:45:40.283 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762025-08-18T19:45:41.033Z[ recovery-image] Aug 18 19:45:40.296 INFO O| Aug 18 19:45:40.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49772025-08-18T19:45:41.033Z[ recovery-image] Aug 18 19:45:40.297 INFO O| Aug 18 19:45:40.297 INFO STEP 53 (remove_files) COMPLETE
49782025-08-18T19:45:41.033Z[ recovery-image] Aug 18 19:45:40.297 INFO O| Aug 18 19:45:40.297 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792025-08-18T19:45:41.041Z[ recovery-image] Aug 18 19:45:40.311 INFO O| Aug 18 19:45:40.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49802025-08-18T19:45:41.041Z[ recovery-image] Aug 18 19:45:40.311 INFO O| Aug 18 19:45:40.311 INFO STEP 54 (remove_files) COMPLETE
49812025-08-18T19:45:41.044Z[ recovery-image] Aug 18 19:45:40.311 INFO O| Aug 18 19:45:40.311 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822025-08-18T19:45:41.055Z[ recovery-image] Aug 18 19:45:40.325 INFO O| Aug 18 19:45:40.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
49832025-08-18T19:45:41.055Z[ recovery-image] Aug 18 19:45:40.325 INFO O| Aug 18 19:45:40.325 INFO STEP 55 (remove_files) COMPLETE
49842025-08-18T19:45:41.058Z[ recovery-image] Aug 18 19:45:40.325 INFO O| Aug 18 19:45:40.325 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852025-08-18T19:45:41.068Z[ recovery-image] Aug 18 19:45:40.338 INFO O| Aug 18 19:45:40.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
49862025-08-18T19:45:41.068Z[ recovery-image] Aug 18 19:45:40.338 INFO O| Aug 18 19:45:40.338 INFO STEP 56 (remove_files) COMPLETE
49872025-08-18T19:45:41.068Z[ recovery-image] Aug 18 19:45:40.338 INFO O| Aug 18 19:45:40.338 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882025-08-18T19:45:41.082Z[ recovery-image] Aug 18 19:45:40.352 INFO O| Aug 18 19:45:40.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
49892025-08-18T19:45:41.082Z[ recovery-image] Aug 18 19:45:40.352 INFO O| Aug 18 19:45:40.352 INFO STEP 57 (remove_files) COMPLETE
49902025-08-18T19:45:41.086Z[ recovery-image] Aug 18 19:45:40.352 INFO O| Aug 18 19:45:40.352 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912025-08-18T19:45:41.095Z[ recovery-image] Aug 18 19:45:40.365 INFO O| Aug 18 19:45:40.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
49922025-08-18T19:45:41.098Z[ recovery-image] Aug 18 19:45:40.365 INFO O| Aug 18 19:45:40.365 INFO STEP 58 (remove_files) COMPLETE
49932025-08-18T19:45:41.098Z[ recovery-image] Aug 18 19:45:40.365 INFO O| Aug 18 19:45:40.365 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942025-08-18T19:45:41.108Z[ recovery-image] Aug 18 19:45:40.379 INFO O| Aug 18 19:45:40.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
49952025-08-18T19:45:41.108Z[ recovery-image] Aug 18 19:45:40.379 INFO O| Aug 18 19:45:40.379 INFO STEP 59 (remove_files) COMPLETE
49962025-08-18T19:45:41.108Z[ recovery-image] Aug 18 19:45:40.379 INFO O| Aug 18 19:45:40.379 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972025-08-18T19:45:41.123Z[ recovery-image] Aug 18 19:45:40.392 INFO O| Aug 18 19:45:40.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
49982025-08-18T19:45:41.123Z[ recovery-image] Aug 18 19:45:40.392 INFO O| Aug 18 19:45:40.392 INFO STEP 60 (remove_files) COMPLETE
49992025-08-18T19:45:41.123Z[ recovery-image] Aug 18 19:45:40.392 INFO O| Aug 18 19:45:40.392 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002025-08-18T19:45:41.135Z[ recovery-image] Aug 18 19:45:40.406 INFO O| Aug 18 19:45:40.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
50012025-08-18T19:45:41.135Z[ recovery-image] Aug 18 19:45:40.406 INFO O| Aug 18 19:45:40.406 INFO STEP 61 (remove_files) COMPLETE
50022025-08-18T19:45:41.139Z[ recovery-image] Aug 18 19:45:40.406 INFO O| Aug 18 19:45:40.406 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032025-08-18T19:45:41.150Z[ recovery-image] Aug 18 19:45:40.420 INFO O| Aug 18 19:45:40.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
50042025-08-18T19:45:41.150Z[ recovery-image] Aug 18 19:45:40.420 INFO O| Aug 18 19:45:40.420 INFO STEP 62 (remove_files) COMPLETE
50052025-08-18T19:45:41.154Z[ recovery-image] Aug 18 19:45:40.420 INFO O| Aug 18 19:45:40.420 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062025-08-18T19:45:41.166Z[ recovery-image] Aug 18 19:45:40.436 INFO O| Aug 18 19:45:40.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
50072025-08-18T19:45:41.166Z[ recovery-image] Aug 18 19:45:40.436 INFO O| Aug 18 19:45:40.436 INFO STEP 63 (remove_files) COMPLETE
50082025-08-18T19:45:41.169Z[ recovery-image] Aug 18 19:45:40.436 INFO O| Aug 18 19:45:40.436 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092025-08-18T19:45:41.181Z[ recovery-image] Aug 18 19:45:40.452 INFO O| Aug 18 19:45:40.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
50102025-08-18T19:45:41.181Z[ recovery-image] Aug 18 19:45:40.452 INFO O| Aug 18 19:45:40.452 INFO STEP 64 (remove_files) COMPLETE
50112025-08-18T19:45:41.185Z[ recovery-image] Aug 18 19:45:40.452 INFO O| Aug 18 19:45:40.452 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122025-08-18T19:45:41.197Z[ recovery-image] Aug 18 19:45:40.468 INFO O| Aug 18 19:45:40.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
50132025-08-18T19:45:41.197Z[ recovery-image] Aug 18 19:45:40.468 INFO O| Aug 18 19:45:40.468 INFO STEP 65 (remove_files) COMPLETE
50142025-08-18T19:45:41.201Z[ recovery-image] Aug 18 19:45:40.468 INFO O| Aug 18 19:45:40.468 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152025-08-18T19:45:41.214Z[ recovery-image] Aug 18 19:45:40.485 INFO O| Aug 18 19:45:40.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
50162025-08-18T19:45:41.214Z[ recovery-image] Aug 18 19:45:40.485 INFO O| Aug 18 19:45:40.485 INFO STEP 66 (remove_files) COMPLETE
50172025-08-18T19:45:41.218Z[ recovery-image] Aug 18 19:45:40.485 INFO O| Aug 18 19:45:40.485 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182025-08-18T19:45:41.229Z[ recovery-image] Aug 18 19:45:40.499 INFO O| Aug 18 19:45:40.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50192025-08-18T19:45:41.229Z[ recovery-image] Aug 18 19:45:40.499 INFO O| Aug 18 19:45:40.499 INFO STEP 67 (remove_files) COMPLETE
50202025-08-18T19:45:41.234Z[ recovery-image] Aug 18 19:45:40.499 INFO O| Aug 18 19:45:40.499 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212025-08-18T19:45:41.242Z[ recovery-image] Aug 18 19:45:40.513 INFO O| Aug 18 19:45:40.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50222025-08-18T19:45:41.243Z[ recovery-image] Aug 18 19:45:40.513 INFO O| Aug 18 19:45:40.513 INFO STEP 68 (remove_files) COMPLETE
50232025-08-18T19:45:41.246Z[ recovery-image] Aug 18 19:45:40.513 INFO O| Aug 18 19:45:40.513 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242025-08-18T19:45:41.255Z[ recovery-image] Aug 18 19:45:40.525 INFO O| Aug 18 19:45:40.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50252025-08-18T19:45:41.255Z[ recovery-image] Aug 18 19:45:40.525 INFO O| Aug 18 19:45:40.525 INFO STEP 69 (remove_files) COMPLETE
50262025-08-18T19:45:41.258Z[ recovery-image] Aug 18 19:45:40.525 INFO O| Aug 18 19:45:40.525 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272025-08-18T19:45:41.268Z[ recovery-image] Aug 18 19:45:40.538 INFO O| Aug 18 19:45:40.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50282025-08-18T19:45:41.268Z[ recovery-image] Aug 18 19:45:40.538 INFO O| Aug 18 19:45:40.538 INFO STEP 70 (remove_files) COMPLETE
50292025-08-18T19:45:41.271Z[ recovery-image] Aug 18 19:45:40.538 INFO O| Aug 18 19:45:40.538 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302025-08-18T19:45:41.281Z[ recovery-image] Aug 18 19:45:40.551 INFO O| Aug 18 19:45:40.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50312025-08-18T19:45:41.281Z[ recovery-image] Aug 18 19:45:40.552 INFO O| Aug 18 19:45:40.552 INFO STEP 71 (remove_files) COMPLETE
50322025-08-18T19:45:41.284Z[ recovery-image] Aug 18 19:45:40.552 INFO O| Aug 18 19:45:40.552 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332025-08-18T19:45:41.294Z[ recovery-image] Aug 18 19:45:40.564 INFO O| Aug 18 19:45:40.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50342025-08-18T19:45:41.294Z[ recovery-image] Aug 18 19:45:40.564 INFO O| Aug 18 19:45:40.564 INFO STEP 72 (remove_files) COMPLETE
50352025-08-18T19:45:41.297Z[ recovery-image] Aug 18 19:45:40.564 INFO O| Aug 18 19:45:40.564 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362025-08-18T19:45:41.307Z[ recovery-image] Aug 18 19:45:40.578 INFO O| Aug 18 19:45:40.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50372025-08-18T19:45:41.307Z[ recovery-image] Aug 18 19:45:40.578 INFO O| Aug 18 19:45:40.578 INFO STEP 73 (remove_files) COMPLETE
50382025-08-18T19:45:41.307Z[ recovery-image] Aug 18 19:45:40.578 INFO O| Aug 18 19:45:40.578 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392025-08-18T19:45:41.321Z[ recovery-image] Aug 18 19:45:40.591 INFO O| Aug 18 19:45:40.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50402025-08-18T19:45:41.321Z[ recovery-image] Aug 18 19:45:40.591 INFO O| Aug 18 19:45:40.591 INFO STEP 74 (remove_files) COMPLETE
50412025-08-18T19:45:41.321Z[ recovery-image] Aug 18 19:45:40.591 INFO O| Aug 18 19:45:40.591 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422025-08-18T19:45:41.334Z[ recovery-image] Aug 18 19:45:40.605 INFO O| Aug 18 19:45:40.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50432025-08-18T19:45:41.335Z[ recovery-image] Aug 18 19:45:40.605 INFO O| Aug 18 19:45:40.605 INFO STEP 75 (remove_files) COMPLETE
50442025-08-18T19:45:41.335Z[ recovery-image] Aug 18 19:45:40.605 INFO O| Aug 18 19:45:40.605 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452025-08-18T19:45:41.348Z[ recovery-image] Aug 18 19:45:40.618 INFO O| Aug 18 19:45:40.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50462025-08-18T19:45:41.348Z[ recovery-image] Aug 18 19:45:40.618 INFO O| Aug 18 19:45:40.618 INFO STEP 76 (remove_files) COMPLETE
50472025-08-18T19:45:41.348Z[ recovery-image] Aug 18 19:45:40.618 INFO O| Aug 18 19:45:40.618 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482025-08-18T19:45:41.361Z[ recovery-image] Aug 18 19:45:40.632 INFO O| Aug 18 19:45:40.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50492025-08-18T19:45:41.361Z[ recovery-image] Aug 18 19:45:40.632 INFO O| Aug 18 19:45:40.632 INFO STEP 77 (remove_files) COMPLETE
50502025-08-18T19:45:41.364Z[ recovery-image] Aug 18 19:45:40.632 INFO O| Aug 18 19:45:40.632 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512025-08-18T19:45:41.374Z[ recovery-image] Aug 18 19:45:40.645 INFO O| Aug 18 19:45:40.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50522025-08-18T19:45:41.374Z[ recovery-image] Aug 18 19:45:40.645 INFO O| Aug 18 19:45:40.645 INFO STEP 78 (remove_files) COMPLETE
50532025-08-18T19:45:41.378Z[ recovery-image] Aug 18 19:45:40.645 INFO O| Aug 18 19:45:40.645 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542025-08-18T19:45:41.387Z[ recovery-image] Aug 18 19:45:40.658 INFO O| Aug 18 19:45:40.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50552025-08-18T19:45:41.387Z[ recovery-image] Aug 18 19:45:40.658 INFO O| Aug 18 19:45:40.658 INFO STEP 79 (remove_files) COMPLETE
50562025-08-18T19:45:41.390Z[ recovery-image] Aug 18 19:45:40.658 INFO O| Aug 18 19:45:40.658 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572025-08-18T19:45:41.400Z[ recovery-image] Aug 18 19:45:40.670 INFO O| Aug 18 19:45:40.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50582025-08-18T19:45:41.400Z[ recovery-image] Aug 18 19:45:40.671 INFO O| Aug 18 19:45:40.670 INFO STEP 80 (remove_files) COMPLETE
50592025-08-18T19:45:41.403Z[ recovery-image] Aug 18 19:45:40.671 INFO O| Aug 18 19:45:40.671 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602025-08-18T19:45:41.413Z[ recovery-image] Aug 18 19:45:40.683 INFO O| Aug 18 19:45:40.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50612025-08-18T19:45:41.413Z[ recovery-image] Aug 18 19:45:40.683 INFO O| Aug 18 19:45:40.683 INFO STEP 81 (remove_files) COMPLETE
50622025-08-18T19:45:41.413Z[ recovery-image] Aug 18 19:45:40.683 INFO O| Aug 18 19:45:40.683 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632025-08-18T19:45:41.425Z[ recovery-image] Aug 18 19:45:40.696 INFO O| Aug 18 19:45:40.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50642025-08-18T19:45:41.425Z[ recovery-image] Aug 18 19:45:40.696 INFO O| Aug 18 19:45:40.696 INFO STEP 82 (remove_files) COMPLETE
50652025-08-18T19:45:41.425Z[ recovery-image] Aug 18 19:45:40.696 INFO O| Aug 18 19:45:40.696 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662025-08-18T19:45:41.437Z[ recovery-image] Aug 18 19:45:40.708 INFO O| Aug 18 19:45:40.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50672025-08-18T19:45:41.437Z[ recovery-image] Aug 18 19:45:40.708 INFO O| Aug 18 19:45:40.708 INFO STEP 83 (remove_files) COMPLETE
50682025-08-18T19:45:41.441Z[ recovery-image] Aug 18 19:45:40.708 INFO O| Aug 18 19:45:40.708 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692025-08-18T19:45:41.449Z[ recovery-image] Aug 18 19:45:40.720 INFO O| Aug 18 19:45:40.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
50702025-08-18T19:45:41.449Z[ recovery-image] Aug 18 19:45:40.720 INFO O| Aug 18 19:45:40.720 INFO STEP 84 (remove_files) COMPLETE
50712025-08-18T19:45:41.449Z[ recovery-image] Aug 18 19:45:40.720 INFO O| Aug 18 19:45:40.720 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722025-08-18T19:45:41.462Z[ recovery-image] Aug 18 19:45:40.732 INFO O| Aug 18 19:45:40.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50732025-08-18T19:45:41.462Z[ recovery-image] Aug 18 19:45:40.733 INFO O| Aug 18 19:45:40.733 INFO STEP 85 (remove_files) COMPLETE
50742025-08-18T19:45:41.465Z[ recovery-image] Aug 18 19:45:40.733 INFO O| Aug 18 19:45:40.733 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752025-08-18T19:45:41.475Z[ recovery-image] Aug 18 19:45:40.745 INFO O| Aug 18 19:45:40.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50762025-08-18T19:45:41.475Z[ recovery-image] Aug 18 19:45:40.745 INFO O| Aug 18 19:45:40.745 INFO STEP 86 (remove_files) COMPLETE
50772025-08-18T19:45:41.480Z[ recovery-image] Aug 18 19:45:40.745 INFO O| Aug 18 19:45:40.745 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782025-08-18T19:45:41.487Z[ recovery-image] Aug 18 19:45:40.758 INFO O| Aug 18 19:45:40.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50792025-08-18T19:45:41.490Z[ recovery-image] Aug 18 19:45:40.759 INFO O| Aug 18 19:45:40.759 INFO STEP 87 (remove_files) COMPLETE
50802025-08-18T19:45:41.490Z[ recovery-image] Aug 18 19:45:40.759 INFO O| Aug 18 19:45:40.759 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812025-08-18T19:45:41.501Z[ recovery-image] Aug 18 19:45:40.771 INFO O| Aug 18 19:45:40.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50822025-08-18T19:45:41.501Z[ recovery-image] Aug 18 19:45:40.771 INFO O| Aug 18 19:45:40.771 INFO STEP 88 (remove_files) COMPLETE
50832025-08-18T19:45:41.504Z[ recovery-image] Aug 18 19:45:40.771 INFO O| Aug 18 19:45:40.771 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842025-08-18T19:45:41.516Z[ recovery-image] Aug 18 19:45:40.786 INFO O| Aug 18 19:45:40.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50852025-08-18T19:45:41.516Z[ recovery-image] Aug 18 19:45:40.786 INFO O| Aug 18 19:45:40.786 INFO STEP 89 (remove_files) COMPLETE
50862025-08-18T19:45:41.516Z[ recovery-image] Aug 18 19:45:40.786 INFO O| Aug 18 19:45:40.786 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872025-08-18T19:45:41.528Z[ recovery-image] Aug 18 19:45:40.799 INFO O| Aug 18 19:45:40.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50882025-08-18T19:45:41.528Z[ recovery-image] Aug 18 19:45:40.799 INFO O| Aug 18 19:45:40.799 INFO STEP 90 (remove_files) COMPLETE
50892025-08-18T19:45:41.528Z[ recovery-image] Aug 18 19:45:40.799 INFO O| Aug 18 19:45:40.799 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902025-08-18T19:45:41.542Z[ recovery-image] Aug 18 19:45:40.813 INFO O| Aug 18 19:45:40.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
50912025-08-18T19:45:41.545Z[ recovery-image] Aug 18 19:45:40.814 INFO O| Aug 18 19:45:40.814 INFO STEP 91 (remove_files) COMPLETE
50922025-08-18T19:45:41.545Z[ recovery-image] Aug 18 19:45:40.814 INFO O| Aug 18 19:45:40.814 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932025-08-18T19:45:41.558Z[ recovery-image] Aug 18 19:45:40.828 INFO O| Aug 18 19:45:40.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
50942025-08-18T19:45:41.558Z[ recovery-image] Aug 18 19:45:40.828 INFO O| Aug 18 19:45:40.828 INFO STEP 92 (remove_files) COMPLETE
50952025-08-18T19:45:41.561Z[ recovery-image] Aug 18 19:45:40.828 INFO O| Aug 18 19:45:40.828 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962025-08-18T19:45:41.573Z[ recovery-image] Aug 18 19:45:40.844 INFO O| Aug 18 19:45:40.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
50972025-08-18T19:45:41.573Z[ recovery-image] Aug 18 19:45:40.844 INFO O| Aug 18 19:45:40.844 INFO STEP 93 (remove_files) COMPLETE
50982025-08-18T19:45:41.576Z[ recovery-image] Aug 18 19:45:40.844 INFO O| Aug 18 19:45:40.844 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992025-08-18T19:45:41.588Z[ recovery-image] Aug 18 19:45:40.859 INFO O| Aug 18 19:45:40.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
51002025-08-18T19:45:41.588Z[ recovery-image] Aug 18 19:45:40.859 INFO O| Aug 18 19:45:40.859 INFO STEP 94 (remove_files) COMPLETE
51012025-08-18T19:45:41.588Z[ recovery-image] Aug 18 19:45:40.859 INFO O| Aug 18 19:45:40.859 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022025-08-18T19:45:41.601Z[ recovery-image] Aug 18 19:45:40.872 INFO O| Aug 18 19:45:40.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
51032025-08-18T19:45:41.601Z[ recovery-image] Aug 18 19:45:40.872 INFO O| Aug 18 19:45:40.872 INFO STEP 95 (remove_files) COMPLETE
51042025-08-18T19:45:41.605Z[ recovery-image] Aug 18 19:45:40.872 INFO O| Aug 18 19:45:40.872 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052025-08-18T19:45:41.615Z[ recovery-image] Aug 18 19:45:40.886 INFO O| Aug 18 19:45:40.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
51062025-08-18T19:45:41.615Z[ recovery-image] Aug 18 19:45:40.886 INFO O| Aug 18 19:45:40.886 INFO STEP 96 (remove_files) COMPLETE
51072025-08-18T19:45:41.620Z[ recovery-image] Aug 18 19:45:40.886 INFO O| Aug 18 19:45:40.886 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082025-08-18T19:45:41.629Z[ recovery-image] Aug 18 19:45:40.899 INFO O| Aug 18 19:45:40.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
51092025-08-18T19:45:41.633Z[ recovery-image] Aug 18 19:45:40.900 INFO O| Aug 18 19:45:40.900 INFO STEP 97 (remove_files) COMPLETE
51102025-08-18T19:45:41.633Z[ recovery-image] Aug 18 19:45:40.900 INFO O| Aug 18 19:45:40.900 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112025-08-18T19:45:41.643Z[ recovery-image] Aug 18 19:45:40.914 INFO O| Aug 18 19:45:40.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
51122025-08-18T19:45:41.643Z[ recovery-image] Aug 18 19:45:40.914 INFO O| Aug 18 19:45:40.914 INFO STEP 98 (remove_files) COMPLETE
51132025-08-18T19:45:41.646Z[ recovery-image] Aug 18 19:45:40.914 INFO O| Aug 18 19:45:40.914 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142025-08-18T19:45:41.656Z[ recovery-image] Aug 18 19:45:40.927 INFO O| Aug 18 19:45:40.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
51152025-08-18T19:45:41.656Z[ recovery-image] Aug 18 19:45:40.927 INFO O| Aug 18 19:45:40.927 INFO STEP 99 (remove_files) COMPLETE
51162025-08-18T19:45:41.659Z[ recovery-image] Aug 18 19:45:40.927 INFO O| Aug 18 19:45:40.927 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172025-08-18T19:45:41.669Z[ recovery-image] Aug 18 19:45:40.940 INFO O| Aug 18 19:45:40.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
51182025-08-18T19:45:41.669Z[ recovery-image] Aug 18 19:45:40.940 INFO O| Aug 18 19:45:40.940 INFO STEP 100 (remove_files) COMPLETE
51192025-08-18T19:45:41.669Z[ recovery-image] Aug 18 19:45:40.940 INFO O| Aug 18 19:45:40.940 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202025-08-18T19:45:41.681Z[ recovery-image] Aug 18 19:45:40.952 INFO O| Aug 18 19:45:40.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51212025-08-18T19:45:41.682Z[ recovery-image] Aug 18 19:45:40.952 INFO O| Aug 18 19:45:40.952 INFO STEP 101 (remove_files) COMPLETE
51222025-08-18T19:45:41.682Z[ recovery-image] Aug 18 19:45:40.952 INFO O| Aug 18 19:45:40.952 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232025-08-18T19:45:41.694Z[ recovery-image] Aug 18 19:45:40.965 INFO O| Aug 18 19:45:40.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51242025-08-18T19:45:41.694Z[ recovery-image] Aug 18 19:45:40.965 INFO O| Aug 18 19:45:40.965 INFO STEP 102 (remove_files) COMPLETE
51252025-08-18T19:45:41.697Z[ recovery-image] Aug 18 19:45:40.965 INFO O| Aug 18 19:45:40.965 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262025-08-18T19:45:41.707Z[ recovery-image] Aug 18 19:45:40.978 INFO O| Aug 18 19:45:40.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51272025-08-18T19:45:41.707Z[ recovery-image] Aug 18 19:45:40.978 INFO O| Aug 18 19:45:40.978 INFO STEP 103 (remove_files) COMPLETE
51282025-08-18T19:45:41.710Z[ recovery-image] Aug 18 19:45:40.978 INFO O| Aug 18 19:45:40.978 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292025-08-18T19:45:41.719Z[ recovery-image] Aug 18 19:45:40.990 INFO O| Aug 18 19:45:40.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51302025-08-18T19:45:41.719Z[ recovery-image] Aug 18 19:45:40.990 INFO O| Aug 18 19:45:40.990 INFO STEP 104 (remove_files) COMPLETE
51312025-08-18T19:45:41.719Z[ recovery-image] Aug 18 19:45:40.990 INFO O| Aug 18 19:45:40.990 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322025-08-18T19:45:41.732Z[ recovery-image] Aug 18 19:45:41.003 INFO O| Aug 18 19:45:41.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51332025-08-18T19:45:41.732Z[ recovery-image] Aug 18 19:45:41.003 INFO O| Aug 18 19:45:41.003 INFO STEP 105 (remove_files) COMPLETE
51342025-08-18T19:45:41.735Z[ recovery-image] Aug 18 19:45:41.003 INFO O| Aug 18 19:45:41.003 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352025-08-18T19:45:41.745Z[ recovery-image] Aug 18 19:45:41.016 INFO O| Aug 18 19:45:41.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51362025-08-18T19:45:41.745Z[ recovery-image] Aug 18 19:45:41.016 INFO O| Aug 18 19:45:41.016 INFO STEP 106 (remove_files) COMPLETE
51372025-08-18T19:45:41.745Z[ recovery-image] Aug 18 19:45:41.016 INFO O| Aug 18 19:45:41.016 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382025-08-18T19:45:41.759Z[ recovery-image] Aug 18 19:45:41.030 INFO O| Aug 18 19:45:41.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51392025-08-18T19:45:41.759Z[ recovery-image] Aug 18 19:45:41.030 INFO O| Aug 18 19:45:41.030 INFO STEP 107 (remove_files) COMPLETE
51402025-08-18T19:45:41.759Z[ recovery-image] Aug 18 19:45:41.030 INFO O| Aug 18 19:45:41.030 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412025-08-18T19:45:41.774Z[ recovery-image] Aug 18 19:45:41.045 INFO O| Aug 18 19:45:41.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51422025-08-18T19:45:41.774Z[ recovery-image] Aug 18 19:45:41.045 INFO O| Aug 18 19:45:41.045 INFO STEP 108 (remove_files) COMPLETE
51432025-08-18T19:45:41.777Z[ recovery-image] Aug 18 19:45:41.045 INFO O| Aug 18 19:45:41.045 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442025-08-18T19:45:41.788Z[ recovery-image] Aug 18 19:45:41.059 INFO O| Aug 18 19:45:41.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51452025-08-18T19:45:41.788Z[ recovery-image] Aug 18 19:45:41.059 INFO O| Aug 18 19:45:41.059 INFO STEP 109 (remove_files) COMPLETE
51462025-08-18T19:45:41.791Z[ recovery-image] Aug 18 19:45:41.059 INFO O| Aug 18 19:45:41.059 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472025-08-18T19:45:41.802Z[ recovery-image] Aug 18 19:45:41.073 INFO O| Aug 18 19:45:41.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51482025-08-18T19:45:41.802Z[ recovery-image] Aug 18 19:45:41.073 INFO O| Aug 18 19:45:41.073 INFO STEP 110 (remove_files) COMPLETE
51492025-08-18T19:45:41.805Z[ recovery-image] Aug 18 19:45:41.073 INFO O| Aug 18 19:45:41.073 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502025-08-18T19:45:41.815Z[ recovery-image] Aug 18 19:45:41.086 INFO O| Aug 18 19:45:41.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51512025-08-18T19:45:41.815Z[ recovery-image] Aug 18 19:45:41.086 INFO O| Aug 18 19:45:41.086 INFO STEP 111 (remove_files) COMPLETE
51522025-08-18T19:45:41.815Z[ recovery-image] Aug 18 19:45:41.086 INFO O| Aug 18 19:45:41.086 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532025-08-18T19:45:41.828Z[ recovery-image] Aug 18 19:45:41.099 INFO O| Aug 18 19:45:41.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51542025-08-18T19:45:41.828Z[ recovery-image] Aug 18 19:45:41.099 INFO O| Aug 18 19:45:41.099 INFO STEP 112 (remove_files) COMPLETE
51552025-08-18T19:45:41.831Z[ recovery-image] Aug 18 19:45:41.099 INFO O| Aug 18 19:45:41.099 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562025-08-18T19:45:41.840Z[ recovery-image] Aug 18 19:45:41.111 INFO O| Aug 18 19:45:41.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51572025-08-18T19:45:41.840Z[ recovery-image] Aug 18 19:45:41.111 INFO O| Aug 18 19:45:41.111 INFO STEP 113 (remove_files) COMPLETE
51582025-08-18T19:45:41.840Z[ recovery-image] Aug 18 19:45:41.111 INFO O| Aug 18 19:45:41.111 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592025-08-18T19:45:41.854Z[ recovery-image] Aug 18 19:45:41.125 INFO O| Aug 18 19:45:41.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51602025-08-18T19:45:41.854Z[ recovery-image] Aug 18 19:45:41.125 INFO O| Aug 18 19:45:41.125 INFO STEP 114 (remove_files) COMPLETE
51612025-08-18T19:45:41.854Z[ recovery-image] Aug 18 19:45:41.125 INFO O| Aug 18 19:45:41.125 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622025-08-18T19:45:41.867Z[ recovery-image] Aug 18 19:45:41.138 INFO O| Aug 18 19:45:41.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51632025-08-18T19:45:41.867Z[ recovery-image] Aug 18 19:45:41.138 INFO O| Aug 18 19:45:41.138 INFO STEP 115 (remove_files) COMPLETE
51642025-08-18T19:45:41.867Z[ recovery-image] Aug 18 19:45:41.138 INFO O| Aug 18 19:45:41.138 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652025-08-18T19:45:41.880Z[ recovery-image] Aug 18 19:45:41.152 INFO O| Aug 18 19:45:41.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51662025-08-18T19:45:41.880Z[ recovery-image] Aug 18 19:45:41.152 INFO O| Aug 18 19:45:41.152 INFO STEP 116 (remove_files) COMPLETE
51672025-08-18T19:45:41.880Z[ recovery-image] Aug 18 19:45:41.152 INFO O| Aug 18 19:45:41.152 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682025-08-18T19:45:41.893Z[ recovery-image] Aug 18 19:45:41.165 INFO O| Aug 18 19:45:41.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51692025-08-18T19:45:41.893Z[ recovery-image] Aug 18 19:45:41.165 INFO O| Aug 18 19:45:41.165 INFO STEP 117 (remove_files) COMPLETE
51702025-08-18T19:45:41.897Z[ recovery-image] Aug 18 19:45:41.165 INFO O| Aug 18 19:45:41.165 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712025-08-18T19:45:41.906Z[ recovery-image] Aug 18 19:45:41.177 INFO O| Aug 18 19:45:41.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51722025-08-18T19:45:41.906Z[ recovery-image] Aug 18 19:45:41.177 INFO O| Aug 18 19:45:41.177 INFO STEP 118 (remove_files) COMPLETE
51732025-08-18T19:45:41.906Z[ recovery-image] Aug 18 19:45:41.177 INFO O| Aug 18 19:45:41.177 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742025-08-18T19:45:41.919Z[ recovery-image] Aug 18 19:45:41.190 INFO O| Aug 18 19:45:41.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51752025-08-18T19:45:41.919Z[ recovery-image] Aug 18 19:45:41.190 INFO O| Aug 18 19:45:41.190 INFO STEP 119 (remove_files) COMPLETE
51762025-08-18T19:45:41.919Z[ recovery-image] Aug 18 19:45:41.190 INFO O| Aug 18 19:45:41.190 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772025-08-18T19:45:41.931Z[ recovery-image] Aug 18 19:45:41.202 INFO O| Aug 18 19:45:41.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51782025-08-18T19:45:41.931Z[ recovery-image] Aug 18 19:45:41.202 INFO O| Aug 18 19:45:41.202 INFO STEP 120 (remove_files) COMPLETE
51792025-08-18T19:45:41.934Z[ recovery-image] Aug 18 19:45:41.202 INFO O| Aug 18 19:45:41.202 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802025-08-18T19:45:41.944Z[ recovery-image] Aug 18 19:45:41.215 INFO O| Aug 18 19:45:41.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51812025-08-18T19:45:41.944Z[ recovery-image] Aug 18 19:45:41.215 INFO O| Aug 18 19:45:41.215 INFO STEP 121 (remove_files) COMPLETE
51822025-08-18T19:45:41.947Z[ recovery-image] Aug 18 19:45:41.215 INFO O| Aug 18 19:45:41.215 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832025-08-18T19:45:41.956Z[ recovery-image] Aug 18 19:45:41.227 INFO O| Aug 18 19:45:41.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51842025-08-18T19:45:41.956Z[ recovery-image] Aug 18 19:45:41.228 INFO O| Aug 18 19:45:41.228 INFO STEP 122 (remove_files) COMPLETE
51852025-08-18T19:45:41.957Z[ recovery-image] Aug 18 19:45:41.228 INFO O| Aug 18 19:45:41.228 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862025-08-18T19:45:41.970Z[ recovery-image] Aug 18 19:45:41.242 INFO O| Aug 18 19:45:41.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51872025-08-18T19:45:41.970Z[ recovery-image] Aug 18 19:45:41.242 INFO O| Aug 18 19:45:41.242 INFO STEP 123 (remove_files) COMPLETE
51882025-08-18T19:45:41.971Z[ recovery-image] Aug 18 19:45:41.242 INFO O| Aug 18 19:45:41.242 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892025-08-18T19:45:41.983Z[ recovery-image] Aug 18 19:45:41.254 INFO O| Aug 18 19:45:41.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
51902025-08-18T19:45:41.983Z[ recovery-image] Aug 18 19:45:41.254 INFO O| Aug 18 19:45:41.254 INFO STEP 124 (remove_files) COMPLETE
51912025-08-18T19:45:41.986Z[ recovery-image] Aug 18 19:45:41.254 INFO O| Aug 18 19:45:41.254 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922025-08-18T19:45:41.995Z[ recovery-image] Aug 18 19:45:41.266 INFO O| Aug 18 19:45:41.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
51932025-08-18T19:45:41.995Z[ recovery-image] Aug 18 19:45:41.266 INFO O| Aug 18 19:45:41.266 INFO STEP 125 (remove_files) COMPLETE
51942025-08-18T19:45:41.999Z[ recovery-image] Aug 18 19:45:41.266 INFO O| Aug 18 19:45:41.266 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952025-08-18T19:45:42.008Z[ recovery-image] Aug 18 19:45:41.279 INFO O| Aug 18 19:45:41.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
51962025-08-18T19:45:42.008Z[ recovery-image] Aug 18 19:45:41.279 INFO O| Aug 18 19:45:41.279 INFO STEP 126 (remove_files) COMPLETE
51972025-08-18T19:45:42.011Z[ recovery-image] Aug 18 19:45:41.279 INFO O| Aug 18 19:45:41.279 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982025-08-18T19:45:42.020Z[ recovery-image] Aug 18 19:45:41.291 INFO O| Aug 18 19:45:41.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
51992025-08-18T19:45:42.020Z[ recovery-image] Aug 18 19:45:41.291 INFO O| Aug 18 19:45:41.291 INFO STEP 127 (remove_files) COMPLETE
52002025-08-18T19:45:42.020Z[ recovery-image] Aug 18 19:45:41.291 INFO O| Aug 18 19:45:41.291 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012025-08-18T19:45:42.032Z[ recovery-image] Aug 18 19:45:41.303 INFO O| Aug 18 19:45:41.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
52022025-08-18T19:45:42.035Z[ recovery-image] Aug 18 19:45:41.304 INFO O| Aug 18 19:45:41.304 INFO STEP 128 (remove_files) COMPLETE
52032025-08-18T19:45:42.035Z[ recovery-image] Aug 18 19:45:41.304 INFO O| Aug 18 19:45:41.304 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042025-08-18T19:45:42.045Z[ recovery-image] Aug 18 19:45:41.316 INFO O| Aug 18 19:45:41.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
52052025-08-18T19:45:42.045Z[ recovery-image] Aug 18 19:45:41.316 INFO O| Aug 18 19:45:41.316 INFO STEP 129 (remove_files) COMPLETE
52062025-08-18T19:45:42.048Z[ recovery-image] Aug 18 19:45:41.316 INFO O| Aug 18 19:45:41.316 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072025-08-18T19:45:42.057Z[ recovery-image] Aug 18 19:45:41.329 INFO O| Aug 18 19:45:41.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
52082025-08-18T19:45:42.057Z[ recovery-image] Aug 18 19:45:41.329 INFO O| Aug 18 19:45:41.329 INFO STEP 130 (remove_files) COMPLETE
52092025-08-18T19:45:42.061Z[ recovery-image] Aug 18 19:45:41.329 INFO O| Aug 18 19:45:41.329 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102025-08-18T19:45:42.069Z[ recovery-image] Aug 18 19:45:41.341 INFO O| Aug 18 19:45:41.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
52112025-08-18T19:45:42.069Z[ recovery-image] Aug 18 19:45:41.341 INFO O| Aug 18 19:45:41.341 INFO STEP 131 (remove_files) COMPLETE
52122025-08-18T19:45:42.073Z[ recovery-image] Aug 18 19:45:41.341 INFO O| Aug 18 19:45:41.341 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132025-08-18T19:45:42.082Z[ recovery-image] Aug 18 19:45:41.353 INFO O| Aug 18 19:45:41.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
52142025-08-18T19:45:42.082Z[ recovery-image] Aug 18 19:45:41.353 INFO O| Aug 18 19:45:41.353 INFO STEP 132 (remove_files) COMPLETE
52152025-08-18T19:45:42.085Z[ recovery-image] Aug 18 19:45:41.353 INFO O| Aug 18 19:45:41.353 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162025-08-18T19:45:42.094Z[ recovery-image] Aug 18 19:45:41.365 INFO O| Aug 18 19:45:41.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52172025-08-18T19:45:42.094Z[ recovery-image] Aug 18 19:45:41.365 INFO O| Aug 18 19:45:41.365 INFO STEP 133 (remove_files) COMPLETE
52182025-08-18T19:45:42.094Z[ recovery-image] Aug 18 19:45:41.365 INFO O| Aug 18 19:45:41.365 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192025-08-18T19:45:42.106Z[ recovery-image] Aug 18 19:45:41.377 INFO O| Aug 18 19:45:41.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52202025-08-18T19:45:42.106Z[ recovery-image] Aug 18 19:45:41.378 INFO O| Aug 18 19:45:41.378 INFO STEP 134 (remove_files) COMPLETE
52212025-08-18T19:45:42.110Z[ recovery-image] Aug 18 19:45:41.378 INFO O| Aug 18 19:45:41.378 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222025-08-18T19:45:42.118Z[ recovery-image] Aug 18 19:45:41.390 INFO O| Aug 18 19:45:41.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52232025-08-18T19:45:42.118Z[ recovery-image] Aug 18 19:45:41.390 INFO O| Aug 18 19:45:41.390 INFO STEP 135 (remove_files) COMPLETE
52242025-08-18T19:45:42.121Z[ recovery-image] Aug 18 19:45:41.390 INFO O| Aug 18 19:45:41.390 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252025-08-18T19:45:42.130Z[ recovery-image] Aug 18 19:45:41.402 INFO O| Aug 18 19:45:41.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52262025-08-18T19:45:42.130Z[ recovery-image] Aug 18 19:45:41.402 INFO O| Aug 18 19:45:41.402 INFO STEP 136 (remove_files) COMPLETE
52272025-08-18T19:45:42.133Z[ recovery-image] Aug 18 19:45:41.402 INFO O| Aug 18 19:45:41.402 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282025-08-18T19:45:42.143Z[ recovery-image] Aug 18 19:45:41.415 INFO O| Aug 18 19:45:41.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52292025-08-18T19:45:42.143Z[ recovery-image] Aug 18 19:45:41.415 INFO O| Aug 18 19:45:41.415 INFO STEP 137 (remove_files) COMPLETE
52302025-08-18T19:45:42.143Z[ recovery-image] Aug 18 19:45:41.415 INFO O| Aug 18 19:45:41.415 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312025-08-18T19:45:42.156Z[ recovery-image] Aug 18 19:45:41.427 INFO O| Aug 18 19:45:41.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
52322025-08-18T19:45:42.156Z[ recovery-image] Aug 18 19:45:41.428 INFO O| Aug 18 19:45:41.428 INFO STEP 138 (remove_files) COMPLETE
52332025-08-18T19:45:42.156Z[ recovery-image] Aug 18 19:45:41.428 INFO O| Aug 18 19:45:41.428 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342025-08-18T19:45:42.168Z[ recovery-image] Aug 18 19:45:41.440 INFO O| Aug 18 19:45:41.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52352025-08-18T19:45:42.169Z[ recovery-image] Aug 18 19:45:41.440 INFO O| Aug 18 19:45:41.440 INFO STEP 139 (remove_files) COMPLETE
52362025-08-18T19:45:42.172Z[ recovery-image] Aug 18 19:45:41.440 INFO O| Aug 18 19:45:41.440 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372025-08-18T19:45:42.180Z[ recovery-image] Aug 18 19:45:41.452 INFO O| Aug 18 19:45:41.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52382025-08-18T19:45:42.180Z[ recovery-image] Aug 18 19:45:41.452 INFO O| Aug 18 19:45:41.452 INFO STEP 140 (remove_files) COMPLETE
52392025-08-18T19:45:42.180Z[ recovery-image] Aug 18 19:45:41.452 INFO O| Aug 18 19:45:41.452 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402025-08-18T19:45:42.193Z[ recovery-image] Aug 18 19:45:41.464 INFO O| Aug 18 19:45:41.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52412025-08-18T19:45:42.193Z[ recovery-image] Aug 18 19:45:41.464 INFO O| Aug 18 19:45:41.464 INFO STEP 141 (remove_files) COMPLETE
52422025-08-18T19:45:42.193Z[ recovery-image] Aug 18 19:45:41.464 INFO O| Aug 18 19:45:41.464 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432025-08-18T19:45:42.205Z[ recovery-image] Aug 18 19:45:41.476 INFO O| Aug 18 19:45:41.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52442025-08-18T19:45:42.205Z[ recovery-image] Aug 18 19:45:41.476 INFO O| Aug 18 19:45:41.476 INFO STEP 142 (remove_files) COMPLETE
52452025-08-18T19:45:42.205Z[ recovery-image] Aug 18 19:45:41.476 INFO O| Aug 18 19:45:41.476 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462025-08-18T19:45:42.219Z[ recovery-image] Aug 18 19:45:41.489 INFO O| Aug 18 19:45:41.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52472025-08-18T19:45:42.219Z[ recovery-image] Aug 18 19:45:41.490 INFO O| Aug 18 19:45:41.490 INFO STEP 143 (remove_files) COMPLETE
52482025-08-18T19:45:42.219Z[ recovery-image] Aug 18 19:45:41.490 INFO O| Aug 18 19:45:41.490 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492025-08-18T19:45:42.231Z[ recovery-image] Aug 18 19:45:41.503 INFO O| Aug 18 19:45:41.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52502025-08-18T19:45:42.232Z[ recovery-image] Aug 18 19:45:41.503 INFO O| Aug 18 19:45:41.503 INFO STEP 144 (remove_files) COMPLETE
52512025-08-18T19:45:42.232Z[ recovery-image] Aug 18 19:45:41.503 INFO O| Aug 18 19:45:41.503 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522025-08-18T19:45:42.245Z[ recovery-image] Aug 18 19:45:41.516 INFO O| Aug 18 19:45:41.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52532025-08-18T19:45:42.245Z[ recovery-image] Aug 18 19:45:41.517 INFO O| Aug 18 19:45:41.517 INFO STEP 145 (remove_files) COMPLETE
52542025-08-18T19:45:42.245Z[ recovery-image] Aug 18 19:45:41.517 INFO O| Aug 18 19:45:41.517 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552025-08-18T19:45:42.258Z[ recovery-image] Aug 18 19:45:41.530 INFO O| Aug 18 19:45:41.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52562025-08-18T19:45:42.259Z[ recovery-image] Aug 18 19:45:41.530 INFO O| Aug 18 19:45:41.530 INFO STEP 146 (remove_files) COMPLETE
52572025-08-18T19:45:42.262Z[ recovery-image] Aug 18 19:45:41.530 INFO O| Aug 18 19:45:41.530 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582025-08-18T19:45:42.271Z[ recovery-image] Aug 18 19:45:41.542 INFO O| Aug 18 19:45:41.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52592025-08-18T19:45:42.271Z[ recovery-image] Aug 18 19:45:41.542 INFO O| Aug 18 19:45:41.542 INFO STEP 147 (remove_files) COMPLETE
52602025-08-18T19:45:42.274Z[ recovery-image] Aug 18 19:45:41.542 INFO O| Aug 18 19:45:41.542 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612025-08-18T19:45:42.283Z[ recovery-image] Aug 18 19:45:41.554 INFO O| Aug 18 19:45:41.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52622025-08-18T19:45:42.283Z[ recovery-image] Aug 18 19:45:41.554 INFO O| Aug 18 19:45:41.554 INFO STEP 148 (remove_files) COMPLETE
52632025-08-18T19:45:42.286Z[ recovery-image] Aug 18 19:45:41.554 INFO O| Aug 18 19:45:41.554 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642025-08-18T19:45:42.295Z[ recovery-image] Aug 18 19:45:41.567 INFO O| Aug 18 19:45:41.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52652025-08-18T19:45:42.295Z[ recovery-image] Aug 18 19:45:41.567 INFO O| Aug 18 19:45:41.567 INFO STEP 149 (remove_files) COMPLETE
52662025-08-18T19:45:42.299Z[ recovery-image] Aug 18 19:45:41.567 INFO O| Aug 18 19:45:41.567 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672025-08-18T19:45:42.307Z[ recovery-image] Aug 18 19:45:41.578 INFO O| Aug 18 19:45:41.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52682025-08-18T19:45:42.307Z[ recovery-image] Aug 18 19:45:41.579 INFO O| Aug 18 19:45:41.579 INFO STEP 150 (remove_files) COMPLETE
52692025-08-18T19:45:42.310Z[ recovery-image] Aug 18 19:45:41.579 INFO O| Aug 18 19:45:41.579 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702025-08-18T19:45:42.318Z[ recovery-image] Aug 18 19:45:41.590 INFO O| Aug 18 19:45:41.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52712025-08-18T19:45:42.318Z[ recovery-image] Aug 18 19:45:41.590 INFO O| Aug 18 19:45:41.590 INFO STEP 151 (remove_files) COMPLETE
52722025-08-18T19:45:42.318Z[ recovery-image] Aug 18 19:45:41.590 INFO O| Aug 18 19:45:41.590 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732025-08-18T19:45:42.329Z[ recovery-image] Aug 18 19:45:41.601 INFO O| Aug 18 19:45:41.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52742025-08-18T19:45:42.329Z[ recovery-image] Aug 18 19:45:41.601 INFO O| Aug 18 19:45:41.601 INFO STEP 152 (remove_files) COMPLETE
52752025-08-18T19:45:42.329Z[ recovery-image] Aug 18 19:45:41.601 INFO O| Aug 18 19:45:41.601 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762025-08-18T19:45:42.340Z[ recovery-image] Aug 18 19:45:41.612 INFO O| Aug 18 19:45:41.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52772025-08-18T19:45:42.340Z[ recovery-image] Aug 18 19:45:41.612 INFO O| Aug 18 19:45:41.612 INFO STEP 153 (remove_files) COMPLETE
52782025-08-18T19:45:42.344Z[ recovery-image] Aug 18 19:45:41.612 INFO O| Aug 18 19:45:41.612 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792025-08-18T19:45:42.352Z[ recovery-image] Aug 18 19:45:41.624 INFO O| Aug 18 19:45:41.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52802025-08-18T19:45:42.352Z[ recovery-image] Aug 18 19:45:41.624 INFO O| Aug 18 19:45:41.624 INFO STEP 154 (remove_files) COMPLETE
52812025-08-18T19:45:42.355Z[ recovery-image] Aug 18 19:45:41.624 INFO O| Aug 18 19:45:41.624 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822025-08-18T19:45:42.364Z[ recovery-image] Aug 18 19:45:41.636 INFO O| Aug 18 19:45:41.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52832025-08-18T19:45:42.364Z[ recovery-image] Aug 18 19:45:41.636 INFO O| Aug 18 19:45:41.636 INFO STEP 155 (remove_files) COMPLETE
52842025-08-18T19:45:42.364Z[ recovery-image] Aug 18 19:45:41.636 INFO O| Aug 18 19:45:41.636 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852025-08-18T19:45:42.378Z[ recovery-image] Aug 18 19:45:41.649 INFO O| Aug 18 19:45:41.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52862025-08-18T19:45:42.378Z[ recovery-image] Aug 18 19:45:41.649 INFO O| Aug 18 19:45:41.649 INFO STEP 156 (remove_files) COMPLETE
52872025-08-18T19:45:42.378Z[ recovery-image] Aug 18 19:45:41.650 INFO O| Aug 18 19:45:41.649 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882025-08-18T19:45:42.392Z[ recovery-image] Aug 18 19:45:41.664 INFO O| Aug 18 19:45:41.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
52892025-08-18T19:45:42.392Z[ recovery-image] Aug 18 19:45:41.664 INFO O| Aug 18 19:45:41.664 INFO STEP 157 (remove_files) COMPLETE
52902025-08-18T19:45:42.395Z[ recovery-image] Aug 18 19:45:41.664 INFO O| Aug 18 19:45:41.664 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912025-08-18T19:45:42.406Z[ recovery-image] Aug 18 19:45:41.678 INFO O| Aug 18 19:45:41.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
52922025-08-18T19:45:42.406Z[ recovery-image] Aug 18 19:45:41.678 INFO O| Aug 18 19:45:41.678 INFO STEP 158 (remove_files) COMPLETE
52932025-08-18T19:45:42.406Z[ recovery-image] Aug 18 19:45:41.678 INFO O| Aug 18 19:45:41.678 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942025-08-18T19:45:42.420Z[ recovery-image] Aug 18 19:45:41.692 INFO O| Aug 18 19:45:41.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
52952025-08-18T19:45:42.420Z[ recovery-image] Aug 18 19:45:41.692 INFO O| Aug 18 19:45:41.692 INFO STEP 159 (remove_files) COMPLETE
52962025-08-18T19:45:42.420Z[ recovery-image] Aug 18 19:45:41.692 INFO O| Aug 18 19:45:41.692 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972025-08-18T19:45:42.436Z[ recovery-image] Aug 18 19:45:41.706 INFO O| Aug 18 19:45:41.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
52982025-08-18T19:45:42.437Z[ recovery-image] Aug 18 19:45:41.706 INFO O| Aug 18 19:45:41.706 INFO STEP 160 (remove_files) COMPLETE
52992025-08-18T19:45:42.440Z[ recovery-image] Aug 18 19:45:41.706 INFO O| Aug 18 19:45:41.706 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002025-08-18T19:45:42.448Z[ recovery-image] Aug 18 19:45:41.720 INFO O| Aug 18 19:45:41.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
53012025-08-18T19:45:42.448Z[ recovery-image] Aug 18 19:45:41.720 INFO O| Aug 18 19:45:41.720 INFO STEP 161 (remove_files) COMPLETE
53022025-08-18T19:45:42.451Z[ recovery-image] Aug 18 19:45:41.720 INFO O| Aug 18 19:45:41.720 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032025-08-18T19:45:42.460Z[ recovery-image] Aug 18 19:45:41.732 INFO O| Aug 18 19:45:41.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
53042025-08-18T19:45:42.463Z[ recovery-image] Aug 18 19:45:41.733 INFO O| Aug 18 19:45:41.733 INFO STEP 162 (remove_files) COMPLETE
53052025-08-18T19:45:42.463Z[ recovery-image] Aug 18 19:45:41.733 INFO O| Aug 18 19:45:41.733 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062025-08-18T19:45:42.474Z[ recovery-image] Aug 18 19:45:41.746 INFO O| Aug 18 19:45:41.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
53072025-08-18T19:45:42.474Z[ recovery-image] Aug 18 19:45:41.746 INFO O| Aug 18 19:45:41.746 INFO STEP 163 (remove_files) COMPLETE
53082025-08-18T19:45:42.474Z[ recovery-image] Aug 18 19:45:41.746 INFO O| Aug 18 19:45:41.746 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092025-08-18T19:45:42.487Z[ recovery-image] Aug 18 19:45:41.759 INFO O| Aug 18 19:45:41.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
53102025-08-18T19:45:42.487Z[ recovery-image] Aug 18 19:45:41.759 INFO O| Aug 18 19:45:41.759 INFO STEP 164 (remove_files) COMPLETE
53112025-08-18T19:45:42.491Z[ recovery-image] Aug 18 19:45:41.759 INFO O| Aug 18 19:45:41.759 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122025-08-18T19:45:42.500Z[ recovery-image] Aug 18 19:45:41.771 INFO O| Aug 18 19:45:41.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
53132025-08-18T19:45:42.500Z[ recovery-image] Aug 18 19:45:41.772 INFO O| Aug 18 19:45:41.772 INFO STEP 165 (remove_files) COMPLETE
53142025-08-18T19:45:42.500Z[ recovery-image] Aug 18 19:45:41.772 INFO O| Aug 18 19:45:41.772 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152025-08-18T19:45:42.513Z[ recovery-image] Aug 18 19:45:41.785 INFO O| Aug 18 19:45:41.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
53162025-08-18T19:45:42.514Z[ recovery-image] Aug 18 19:45:41.785 INFO O| Aug 18 19:45:41.785 INFO STEP 166 (remove_files) COMPLETE
53172025-08-18T19:45:42.514Z[ recovery-image] Aug 18 19:45:41.785 INFO O| Aug 18 19:45:41.785 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182025-08-18T19:45:42.529Z[ recovery-image] Aug 18 19:45:41.799 INFO O| Aug 18 19:45:41.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53192025-08-18T19:45:42.529Z[ recovery-image] Aug 18 19:45:41.799 INFO O| Aug 18 19:45:41.799 INFO STEP 167 (remove_files) COMPLETE
53202025-08-18T19:45:42.529Z[ recovery-image] Aug 18 19:45:41.799 INFO O| Aug 18 19:45:41.799 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212025-08-18T19:45:42.540Z[ recovery-image] Aug 18 19:45:41.812 INFO O| Aug 18 19:45:41.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53222025-08-18T19:45:42.540Z[ recovery-image] Aug 18 19:45:41.812 INFO O| Aug 18 19:45:41.812 INFO STEP 168 (remove_files) COMPLETE
53232025-08-18T19:45:42.543Z[ recovery-image] Aug 18 19:45:41.812 INFO O| Aug 18 19:45:41.812 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242025-08-18T19:45:42.553Z[ recovery-image] Aug 18 19:45:41.825 INFO O| Aug 18 19:45:41.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53252025-08-18T19:45:42.553Z[ recovery-image] Aug 18 19:45:41.825 INFO O| Aug 18 19:45:41.825 INFO STEP 169 (remove_files) COMPLETE
53262025-08-18T19:45:42.553Z[ recovery-image] Aug 18 19:45:41.825 INFO O| Aug 18 19:45:41.825 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272025-08-18T19:45:42.567Z[ recovery-image] Aug 18 19:45:41.839 INFO O| Aug 18 19:45:41.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53282025-08-18T19:45:42.567Z[ recovery-image] Aug 18 19:45:41.839 INFO O| Aug 18 19:45:41.839 INFO STEP 170 (remove_files) COMPLETE
53292025-08-18T19:45:42.567Z[ recovery-image] Aug 18 19:45:41.839 INFO O| Aug 18 19:45:41.839 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302025-08-18T19:45:42.580Z[ recovery-image] Aug 18 19:45:41.852 INFO O| Aug 18 19:45:41.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53312025-08-18T19:45:42.580Z[ recovery-image] Aug 18 19:45:41.852 INFO O| Aug 18 19:45:41.852 INFO STEP 171 (remove_files) COMPLETE
53322025-08-18T19:45:42.580Z[ recovery-image] Aug 18 19:45:41.852 INFO O| Aug 18 19:45:41.852 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332025-08-18T19:45:42.593Z[ recovery-image] Aug 18 19:45:41.865 INFO O| Aug 18 19:45:41.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53342025-08-18T19:45:42.593Z[ recovery-image] Aug 18 19:45:41.865 INFO O| Aug 18 19:45:41.865 INFO STEP 172 (remove_files) COMPLETE
53352025-08-18T19:45:42.593Z[ recovery-image] Aug 18 19:45:41.865 INFO O| Aug 18 19:45:41.865 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362025-08-18T19:45:42.605Z[ recovery-image] Aug 18 19:45:41.877 INFO O| Aug 18 19:45:41.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53372025-08-18T19:45:42.605Z[ recovery-image] Aug 18 19:45:41.877 INFO O| Aug 18 19:45:41.877 INFO STEP 173 (remove_files) COMPLETE
53382025-08-18T19:45:42.605Z[ recovery-image] Aug 18 19:45:41.877 INFO O| Aug 18 19:45:41.877 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392025-08-18T19:45:42.617Z[ recovery-image] Aug 18 19:45:41.889 INFO O| Aug 18 19:45:41.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53402025-08-18T19:45:42.620Z[ recovery-image] Aug 18 19:45:41.890 INFO O| Aug 18 19:45:41.890 INFO STEP 174 (remove_files) COMPLETE
53412025-08-18T19:45:42.620Z[ recovery-image] Aug 18 19:45:41.890 INFO O| Aug 18 19:45:41.890 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422025-08-18T19:45:42.631Z[ recovery-image] Aug 18 19:45:41.903 INFO O| Aug 18 19:45:41.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53432025-08-18T19:45:42.631Z[ recovery-image] Aug 18 19:45:41.903 INFO O| Aug 18 19:45:41.903 INFO STEP 175 (remove_files) COMPLETE
53442025-08-18T19:45:42.634Z[ recovery-image] Aug 18 19:45:41.903 INFO O| Aug 18 19:45:41.903 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452025-08-18T19:45:42.643Z[ recovery-image] Aug 18 19:45:41.916 INFO O| Aug 18 19:45:41.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53462025-08-18T19:45:42.644Z[ recovery-image] Aug 18 19:45:41.916 INFO O| Aug 18 19:45:41.916 INFO STEP 176 (remove_files) COMPLETE
53472025-08-18T19:45:42.647Z[ recovery-image] Aug 18 19:45:41.916 INFO O| Aug 18 19:45:41.916 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482025-08-18T19:45:42.657Z[ recovery-image] Aug 18 19:45:41.929 INFO O| Aug 18 19:45:41.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53492025-08-18T19:45:42.657Z[ recovery-image] Aug 18 19:45:41.929 INFO O| Aug 18 19:45:41.929 INFO STEP 177 (remove_files) COMPLETE
53502025-08-18T19:45:42.660Z[ recovery-image] Aug 18 19:45:41.929 INFO O| Aug 18 19:45:41.929 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512025-08-18T19:45:42.669Z[ recovery-image] Aug 18 19:45:41.941 INFO O| Aug 18 19:45:41.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53522025-08-18T19:45:42.669Z[ recovery-image] Aug 18 19:45:41.941 INFO O| Aug 18 19:45:41.941 INFO STEP 178 (remove_files) COMPLETE
53532025-08-18T19:45:42.672Z[ recovery-image] Aug 18 19:45:41.941 INFO O| Aug 18 19:45:41.941 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542025-08-18T19:45:42.682Z[ recovery-image] Aug 18 19:45:41.954 INFO O| Aug 18 19:45:41.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53552025-08-18T19:45:42.682Z[ recovery-image] Aug 18 19:45:41.955 INFO O| Aug 18 19:45:41.955 INFO STEP 179 (remove_files) COMPLETE
53562025-08-18T19:45:42.686Z[ recovery-image] Aug 18 19:45:41.955 INFO O| Aug 18 19:45:41.955 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572025-08-18T19:45:42.698Z[ recovery-image] Aug 18 19:45:41.968 INFO O| Aug 18 19:45:41.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53582025-08-18T19:45:42.701Z[ recovery-image] Aug 18 19:45:41.968 INFO O| Aug 18 19:45:41.968 INFO STEP 180 (remove_files) COMPLETE
53592025-08-18T19:45:42.701Z[ recovery-image] Aug 18 19:45:41.968 INFO O| Aug 18 19:45:41.968 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602025-08-18T19:45:42.709Z[ recovery-image] Aug 18 19:45:41.981 INFO O| Aug 18 19:45:41.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53612025-08-18T19:45:42.712Z[ recovery-image] Aug 18 19:45:41.981 INFO O| Aug 18 19:45:41.981 INFO STEP 181 (remove_files) COMPLETE
53622025-08-18T19:45:42.712Z[ recovery-image] Aug 18 19:45:41.981 INFO O| Aug 18 19:45:41.981 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632025-08-18T19:45:42.723Z[ recovery-image] Aug 18 19:45:41.995 INFO O| Aug 18 19:45:41.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53642025-08-18T19:45:42.723Z[ recovery-image] Aug 18 19:45:41.995 INFO O| Aug 18 19:45:41.995 INFO STEP 182 (remove_files) COMPLETE
53652025-08-18T19:45:42.726Z[ recovery-image] Aug 18 19:45:41.995 INFO O| Aug 18 19:45:41.995 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662025-08-18T19:45:42.735Z[ recovery-image] Aug 18 19:45:42.008 INFO O| Aug 18 19:45:42.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53672025-08-18T19:45:42.736Z[ recovery-image] Aug 18 19:45:42.008 INFO O| Aug 18 19:45:42.008 INFO STEP 183 (remove_files) COMPLETE
53682025-08-18T19:45:42.739Z[ recovery-image] Aug 18 19:45:42.008 INFO O| Aug 18 19:45:42.008 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692025-08-18T19:45:42.748Z[ recovery-image] Aug 18 19:45:42.020 INFO O| Aug 18 19:45:42.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53702025-08-18T19:45:42.751Z[ recovery-image] Aug 18 19:45:42.020 INFO O| Aug 18 19:45:42.020 INFO STEP 184 (remove_files) COMPLETE
53712025-08-18T19:45:42.751Z[ recovery-image] Aug 18 19:45:42.020 INFO O| Aug 18 19:45:42.020 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722025-08-18T19:45:42.760Z[ recovery-image] Aug 18 19:45:42.033 INFO O| Aug 18 19:45:42.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53732025-08-18T19:45:42.760Z[ recovery-image] Aug 18 19:45:42.033 INFO O| Aug 18 19:45:42.033 INFO STEP 185 (remove_files) COMPLETE
53742025-08-18T19:45:42.764Z[ recovery-image] Aug 18 19:45:42.033 INFO O| Aug 18 19:45:42.033 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752025-08-18T19:45:42.774Z[ recovery-image] Aug 18 19:45:42.046 INFO O| Aug 18 19:45:42.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53762025-08-18T19:45:42.774Z[ recovery-image] Aug 18 19:45:42.046 INFO O| Aug 18 19:45:42.046 INFO STEP 186 (remove_files) COMPLETE
53772025-08-18T19:45:42.777Z[ recovery-image] Aug 18 19:45:42.046 INFO O| Aug 18 19:45:42.046 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782025-08-18T19:45:42.784Z[ recovery-image] Aug 18 19:45:42.056 INFO O| Aug 18 19:45:42.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53792025-08-18T19:45:42.787Z[ recovery-image] Aug 18 19:45:42.056 INFO O| Aug 18 19:45:42.056 INFO STEP 187 (remove_files) COMPLETE
53802025-08-18T19:45:42.787Z[ recovery-image] Aug 18 19:45:42.056 INFO O| Aug 18 19:45:42.056 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812025-08-18T19:45:42.796Z[ recovery-image] Aug 18 19:45:42.069 INFO O| Aug 18 19:45:42.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53822025-08-18T19:45:42.800Z[ recovery-image] Aug 18 19:45:42.069 INFO O| Aug 18 19:45:42.069 INFO STEP 188 (remove_files) COMPLETE
53832025-08-18T19:45:42.801Z[ recovery-image] Aug 18 19:45:42.069 INFO O| Aug 18 19:45:42.069 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842025-08-18T19:45:42.806Z[ recovery-image] Aug 18 19:45:42.079 INFO O| Aug 18 19:45:42.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53852025-08-18T19:45:42.806Z[ recovery-image] Aug 18 19:45:42.079 INFO O| Aug 18 19:45:42.079 INFO STEP 189 (remove_files) COMPLETE
53862025-08-18T19:45:42.809Z[ recovery-image] Aug 18 19:45:42.079 INFO O| Aug 18 19:45:42.079 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872025-08-18T19:45:42.818Z[ recovery-image] Aug 18 19:45:42.091 INFO O| Aug 18 19:45:42.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53882025-08-18T19:45:42.818Z[ recovery-image] Aug 18 19:45:42.091 INFO O| Aug 18 19:45:42.091 INFO STEP 190 (remove_files) COMPLETE
53892025-08-18T19:45:42.822Z[ recovery-image] Aug 18 19:45:42.091 INFO O| Aug 18 19:45:42.091 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902025-08-18T19:45:42.832Z[ recovery-image] Aug 18 19:45:42.104 INFO O| Aug 18 19:45:42.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
53912025-08-18T19:45:42.835Z[ recovery-image] Aug 18 19:45:42.105 INFO O| Aug 18 19:45:42.104 INFO STEP 191 (remove_files) COMPLETE
53922025-08-18T19:45:42.835Z[ recovery-image] Aug 18 19:45:42.105 INFO O| Aug 18 19:45:42.104 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932025-08-18T19:45:42.845Z[ recovery-image] Aug 18 19:45:42.118 INFO O| Aug 18 19:45:42.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
53942025-08-18T19:45:42.845Z[ recovery-image] Aug 18 19:45:42.118 INFO O| Aug 18 19:45:42.118 INFO STEP 192 (remove_files) COMPLETE
53952025-08-18T19:45:42.850Z[ recovery-image] Aug 18 19:45:42.118 INFO O| Aug 18 19:45:42.118 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962025-08-18T19:45:42.858Z[ recovery-image] Aug 18 19:45:42.131 INFO O| Aug 18 19:45:42.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
53972025-08-18T19:45:42.858Z[ recovery-image] Aug 18 19:45:42.131 INFO O| Aug 18 19:45:42.131 INFO STEP 193 (remove_files) COMPLETE
53982025-08-18T19:45:42.861Z[ recovery-image] Aug 18 19:45:42.131 INFO O| Aug 18 19:45:42.131 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992025-08-18T19:45:42.871Z[ recovery-image] Aug 18 19:45:42.144 INFO O| Aug 18 19:45:42.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
54002025-08-18T19:45:42.874Z[ recovery-image] Aug 18 19:45:42.144 INFO O| Aug 18 19:45:42.144 INFO STEP 194 (remove_files) COMPLETE
54012025-08-18T19:45:42.874Z[ recovery-image] Aug 18 19:45:42.144 INFO O| Aug 18 19:45:42.144 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022025-08-18T19:45:42.883Z[ recovery-image] Aug 18 19:45:42.155 INFO O| Aug 18 19:45:42.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
54032025-08-18T19:45:42.886Z[ recovery-image] Aug 18 19:45:42.155 INFO O| Aug 18 19:45:42.155 INFO STEP 195 (remove_files) COMPLETE
54042025-08-18T19:45:42.886Z[ recovery-image] Aug 18 19:45:42.155 INFO O| Aug 18 19:45:42.155 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052025-08-18T19:45:42.892Z[ recovery-image] Aug 18 19:45:42.165 INFO O| Aug 18 19:45:42.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
54062025-08-18T19:45:42.892Z[ recovery-image] Aug 18 19:45:42.165 INFO O| Aug 18 19:45:42.165 INFO STEP 196 (remove_files) COMPLETE
54072025-08-18T19:45:42.895Z[ recovery-image] Aug 18 19:45:42.165 INFO O| Aug 18 19:45:42.165 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082025-08-18T19:45:42.903Z[ recovery-image] Aug 18 19:45:42.176 INFO O| Aug 18 19:45:42.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
54092025-08-18T19:45:42.906Z[ recovery-image] Aug 18 19:45:42.176 INFO O| Aug 18 19:45:42.176 INFO STEP 197 (remove_files) COMPLETE
54102025-08-18T19:45:42.907Z[ recovery-image] Aug 18 19:45:42.176 INFO O| Aug 18 19:45:42.176 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112025-08-18T19:45:42.913Z[ recovery-image] Aug 18 19:45:42.185 INFO O| Aug 18 19:45:42.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
54122025-08-18T19:45:42.913Z[ recovery-image] Aug 18 19:45:42.186 INFO O| Aug 18 19:45:42.186 INFO STEP 198 (remove_files) COMPLETE
54132025-08-18T19:45:42.916Z[ recovery-image] Aug 18 19:45:42.186 INFO O| Aug 18 19:45:42.186 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142025-08-18T19:45:42.925Z[ recovery-image] Aug 18 19:45:42.198 INFO O| Aug 18 19:45:42.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
54152025-08-18T19:45:42.929Z[ recovery-image] Aug 18 19:45:42.198 INFO O| Aug 18 19:45:42.198 INFO STEP 199 (remove_files) COMPLETE
54162025-08-18T19:45:42.930Z[ recovery-image] Aug 18 19:45:42.198 INFO O| Aug 18 19:45:42.198 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172025-08-18T19:45:42.937Z[ recovery-image] Aug 18 19:45:42.210 INFO O| Aug 18 19:45:42.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54182025-08-18T19:45:42.937Z[ recovery-image] Aug 18 19:45:42.210 INFO O| Aug 18 19:45:42.210 INFO STEP 200 (remove_files) COMPLETE
54192025-08-18T19:45:42.942Z[ recovery-image] Aug 18 19:45:42.210 INFO O| Aug 18 19:45:42.210 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202025-08-18T19:45:42.949Z[ recovery-image] Aug 18 19:45:42.222 INFO O| Aug 18 19:45:42.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54212025-08-18T19:45:42.952Z[ recovery-image] Aug 18 19:45:42.222 INFO O| Aug 18 19:45:42.222 INFO STEP 201 (remove_files) COMPLETE
54222025-08-18T19:45:42.952Z[ recovery-image] Aug 18 19:45:42.222 INFO O| Aug 18 19:45:42.222 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232025-08-18T19:45:42.963Z[ recovery-image] Aug 18 19:45:42.236 INFO O| Aug 18 19:45:42.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54242025-08-18T19:45:42.963Z[ recovery-image] Aug 18 19:45:42.236 INFO O| Aug 18 19:45:42.236 INFO STEP 202 (remove_files) COMPLETE
54252025-08-18T19:45:42.966Z[ recovery-image] Aug 18 19:45:42.236 INFO O| Aug 18 19:45:42.236 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262025-08-18T19:45:42.978Z[ recovery-image] Aug 18 19:45:42.251 INFO O| Aug 18 19:45:42.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54272025-08-18T19:45:42.981Z[ recovery-image] Aug 18 19:45:42.251 INFO O| Aug 18 19:45:42.251 INFO STEP 203 (remove_files) COMPLETE
54282025-08-18T19:45:42.981Z[ recovery-image] Aug 18 19:45:42.251 INFO O| Aug 18 19:45:42.251 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292025-08-18T19:45:42.993Z[ recovery-image] Aug 18 19:45:42.266 INFO O| Aug 18 19:45:42.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54302025-08-18T19:45:42.993Z[ recovery-image] Aug 18 19:45:42.266 INFO O| Aug 18 19:45:42.266 INFO STEP 204 (remove_files) COMPLETE
54312025-08-18T19:45:42.997Z[ recovery-image] Aug 18 19:45:42.266 INFO O| Aug 18 19:45:42.266 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322025-08-18T19:45:43.007Z[ recovery-image] Aug 18 19:45:42.279 INFO O| Aug 18 19:45:42.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54332025-08-18T19:45:43.007Z[ recovery-image] Aug 18 19:45:42.279 INFO O| Aug 18 19:45:42.279 INFO STEP 205 (remove_files) COMPLETE
54342025-08-18T19:45:43.010Z[ recovery-image] Aug 18 19:45:42.279 INFO O| Aug 18 19:45:42.279 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352025-08-18T19:45:43.019Z[ recovery-image] Aug 18 19:45:42.292 INFO O| Aug 18 19:45:42.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54362025-08-18T19:45:43.019Z[ recovery-image] Aug 18 19:45:42.292 INFO O| Aug 18 19:45:42.292 INFO STEP 206 (remove_files) COMPLETE
54372025-08-18T19:45:43.022Z[ recovery-image] Aug 18 19:45:42.292 INFO O| Aug 18 19:45:42.292 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382025-08-18T19:45:43.033Z[ recovery-image] Aug 18 19:45:42.305 INFO O| Aug 18 19:45:42.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54392025-08-18T19:45:43.033Z[ recovery-image] Aug 18 19:45:42.305 INFO O| Aug 18 19:45:42.305 INFO STEP 207 (remove_files) COMPLETE
54402025-08-18T19:45:43.064Z[ recovery-image] Aug 18 19:45:42.305 INFO O| Aug 18 19:45:42.305 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412025-08-18T19:45:43.068Z[ recovery-image] Aug 18 19:45:42.317 INFO O| Aug 18 19:45:42.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54422025-08-18T19:45:43.068Z[ recovery-image] Aug 18 19:45:42.317 INFO O| Aug 18 19:45:42.317 INFO STEP 208 (remove_files) COMPLETE
54432025-08-18T19:45:43.068Z[ recovery-image] Aug 18 19:45:42.317 INFO O| Aug 18 19:45:42.317 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442025-08-18T19:45:43.068Z[ recovery-image] Aug 18 19:45:42.330 INFO O| Aug 18 19:45:42.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54452025-08-18T19:45:43.069Z[ recovery-image] Aug 18 19:45:42.330 INFO O| Aug 18 19:45:42.330 INFO STEP 209 (remove_files) COMPLETE
54462025-08-18T19:45:43.069Z[ recovery-image] Aug 18 19:45:42.330 INFO O| Aug 18 19:45:42.330 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472025-08-18T19:45:43.072Z[ recovery-image] Aug 18 19:45:42.342 INFO O| Aug 18 19:45:42.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54482025-08-18T19:45:43.072Z[ recovery-image] Aug 18 19:45:42.342 INFO O| Aug 18 19:45:42.342 INFO STEP 210 (remove_files) COMPLETE
54492025-08-18T19:45:43.072Z[ recovery-image] Aug 18 19:45:42.342 INFO O| Aug 18 19:45:42.342 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502025-08-18T19:45:43.081Z[ recovery-image] Aug 18 19:45:42.354 INFO O| Aug 18 19:45:42.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54512025-08-18T19:45:43.081Z[ recovery-image] Aug 18 19:45:42.354 INFO O| Aug 18 19:45:42.354 INFO STEP 211 (remove_files) COMPLETE
54522025-08-18T19:45:43.081Z[ recovery-image] Aug 18 19:45:42.354 INFO O| Aug 18 19:45:42.354 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532025-08-18T19:45:43.093Z[ recovery-image] Aug 18 19:45:42.366 INFO O| Aug 18 19:45:42.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54542025-08-18T19:45:43.093Z[ recovery-image] Aug 18 19:45:42.366 INFO O| Aug 18 19:45:42.366 INFO STEP 212 (remove_files) COMPLETE
54552025-08-18T19:45:43.097Z[ recovery-image] Aug 18 19:45:42.366 INFO O| Aug 18 19:45:42.366 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562025-08-18T19:45:43.106Z[ recovery-image] Aug 18 19:45:42.379 INFO O| Aug 18 19:45:42.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54572025-08-18T19:45:43.110Z[ recovery-image] Aug 18 19:45:42.379 INFO O| Aug 18 19:45:42.379 INFO STEP 213 (remove_files) COMPLETE
54582025-08-18T19:45:43.110Z[ recovery-image] Aug 18 19:45:42.379 INFO O| Aug 18 19:45:42.379 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592025-08-18T19:45:43.119Z[ recovery-image] Aug 18 19:45:42.392 INFO O| Aug 18 19:45:42.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54602025-08-18T19:45:43.119Z[ recovery-image] Aug 18 19:45:42.392 INFO O| Aug 18 19:45:42.392 INFO STEP 214 (remove_files) COMPLETE
54612025-08-18T19:45:43.119Z[ recovery-image] Aug 18 19:45:42.392 INFO O| Aug 18 19:45:42.392 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622025-08-18T19:45:43.132Z[ recovery-image] Aug 18 19:45:42.405 INFO O| Aug 18 19:45:42.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54632025-08-18T19:45:43.132Z[ recovery-image] Aug 18 19:45:42.405 INFO O| Aug 18 19:45:42.405 INFO STEP 215 (remove_files) COMPLETE
54642025-08-18T19:45:43.135Z[ recovery-image] Aug 18 19:45:42.405 INFO O| Aug 18 19:45:42.405 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652025-08-18T19:45:43.142Z[ recovery-image] Aug 18 19:45:42.414 INFO O| Aug 18 19:45:42.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54662025-08-18T19:45:43.142Z[ recovery-image] Aug 18 19:45:42.415 INFO O| Aug 18 19:45:42.415 INFO STEP 216 (remove_files) COMPLETE
54672025-08-18T19:45:43.145Z[ recovery-image] Aug 18 19:45:42.415 INFO O| Aug 18 19:45:42.415 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682025-08-18T19:45:43.152Z[ recovery-image] Aug 18 19:45:42.425 INFO O| Aug 18 19:45:42.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54692025-08-18T19:45:43.152Z[ recovery-image] Aug 18 19:45:42.425 INFO O| Aug 18 19:45:42.425 INFO STEP 217 (remove_files) COMPLETE
54702025-08-18T19:45:43.155Z[ recovery-image] Aug 18 19:45:42.425 INFO O| Aug 18 19:45:42.425 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712025-08-18T19:45:43.164Z[ recovery-image] Aug 18 19:45:42.437 INFO O| Aug 18 19:45:42.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54722025-08-18T19:45:43.164Z[ recovery-image] Aug 18 19:45:42.437 INFO O| Aug 18 19:45:42.437 INFO STEP 218 (remove_files) COMPLETE
54732025-08-18T19:45:43.168Z[ recovery-image] Aug 18 19:45:42.437 INFO O| Aug 18 19:45:42.437 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742025-08-18T19:45:43.177Z[ recovery-image] Aug 18 19:45:42.450 INFO O| Aug 18 19:45:42.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54752025-08-18T19:45:43.180Z[ recovery-image] Aug 18 19:45:42.450 INFO O| Aug 18 19:45:42.450 INFO STEP 219 (remove_files) COMPLETE
54762025-08-18T19:45:43.180Z[ recovery-image] Aug 18 19:45:42.450 INFO O| Aug 18 19:45:42.450 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772025-08-18T19:45:43.190Z[ recovery-image] Aug 18 19:45:42.463 INFO O| Aug 18 19:45:42.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54782025-08-18T19:45:43.193Z[ recovery-image] Aug 18 19:45:42.463 INFO O| Aug 18 19:45:42.463 INFO STEP 220 (remove_files) COMPLETE
54792025-08-18T19:45:43.193Z[ recovery-image] Aug 18 19:45:42.463 INFO O| Aug 18 19:45:42.463 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802025-08-18T19:45:43.203Z[ recovery-image] Aug 18 19:45:42.476 INFO O| Aug 18 19:45:42.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54812025-08-18T19:45:43.203Z[ recovery-image] Aug 18 19:45:42.476 INFO O| Aug 18 19:45:42.476 INFO STEP 221 (remove_files) COMPLETE
54822025-08-18T19:45:43.206Z[ recovery-image] Aug 18 19:45:42.476 INFO O| Aug 18 19:45:42.476 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832025-08-18T19:45:43.215Z[ recovery-image] Aug 18 19:45:42.488 INFO O| Aug 18 19:45:42.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54842025-08-18T19:45:43.215Z[ recovery-image] Aug 18 19:45:42.489 INFO O| Aug 18 19:45:42.489 INFO STEP 222 (remove_files) COMPLETE
54852025-08-18T19:45:43.219Z[ recovery-image] Aug 18 19:45:42.489 INFO O| Aug 18 19:45:42.489 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862025-08-18T19:45:43.229Z[ recovery-image] Aug 18 19:45:42.502 INFO O| Aug 18 19:45:42.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54872025-08-18T19:45:43.229Z[ recovery-image] Aug 18 19:45:42.502 INFO O| Aug 18 19:45:42.502 INFO STEP 223 (remove_files) COMPLETE
54882025-08-18T19:45:43.232Z[ recovery-image] Aug 18 19:45:42.502 INFO O| Aug 18 19:45:42.502 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892025-08-18T19:45:43.245Z[ recovery-image] Aug 18 19:45:42.518 INFO O| Aug 18 19:45:42.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
54902025-08-18T19:45:43.249Z[ recovery-image] Aug 18 19:45:42.519 INFO O| Aug 18 19:45:42.518 INFO STEP 224 (remove_files) COMPLETE
54912025-08-18T19:45:43.249Z[ recovery-image] Aug 18 19:45:42.519 INFO O| Aug 18 19:45:42.518 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922025-08-18T19:45:43.259Z[ recovery-image] Aug 18 19:45:42.531 INFO O| Aug 18 19:45:42.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
54932025-08-18T19:45:43.262Z[ recovery-image] Aug 18 19:45:42.532 INFO O| Aug 18 19:45:42.532 INFO STEP 225 (remove_files) COMPLETE
54942025-08-18T19:45:43.262Z[ recovery-image] Aug 18 19:45:42.532 INFO O| Aug 18 19:45:42.532 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952025-08-18T19:45:43.271Z[ recovery-image] Aug 18 19:45:42.544 INFO O| Aug 18 19:45:42.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
54962025-08-18T19:45:43.271Z[ recovery-image] Aug 18 19:45:42.544 INFO O| Aug 18 19:45:42.544 INFO STEP 226 (remove_files) COMPLETE
54972025-08-18T19:45:43.271Z[ recovery-image] Aug 18 19:45:42.544 INFO O| Aug 18 19:45:42.544 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982025-08-18T19:45:43.284Z[ recovery-image] Aug 18 19:45:42.557 INFO O| Aug 18 19:45:42.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
54992025-08-18T19:45:43.287Z[ recovery-image] Aug 18 19:45:42.557 INFO O| Aug 18 19:45:42.557 INFO STEP 227 (remove_files) COMPLETE
55002025-08-18T19:45:43.287Z[ recovery-image] Aug 18 19:45:42.557 INFO O| Aug 18 19:45:42.557 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012025-08-18T19:45:43.297Z[ recovery-image] Aug 18 19:45:42.570 INFO O| Aug 18 19:45:42.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
55022025-08-18T19:45:43.300Z[ recovery-image] Aug 18 19:45:42.570 INFO O| Aug 18 19:45:42.570 INFO STEP 228 (remove_files) COMPLETE
55032025-08-18T19:45:43.300Z[ recovery-image] Aug 18 19:45:42.570 INFO O| Aug 18 19:45:42.570 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042025-08-18T19:45:43.307Z[ recovery-image] Aug 18 19:45:42.580 INFO O| Aug 18 19:45:42.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
55052025-08-18T19:45:43.307Z[ recovery-image] Aug 18 19:45:42.580 INFO O| Aug 18 19:45:42.580 INFO STEP 229 (remove_files) COMPLETE
55062025-08-18T19:45:43.307Z[ recovery-image] Aug 18 19:45:42.580 INFO O| Aug 18 19:45:42.580 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072025-08-18T19:45:43.321Z[ recovery-image] Aug 18 19:45:42.594 INFO O| Aug 18 19:45:42.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
55082025-08-18T19:45:43.321Z[ recovery-image] Aug 18 19:45:42.594 INFO O| Aug 18 19:45:42.594 INFO STEP 230 (remove_files) COMPLETE
55092025-08-18T19:45:43.325Z[ recovery-image] Aug 18 19:45:42.594 INFO O| Aug 18 19:45:42.594 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102025-08-18T19:45:43.332Z[ recovery-image] Aug 18 19:45:42.605 INFO O| Aug 18 19:45:42.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
55112025-08-18T19:45:43.332Z[ recovery-image] Aug 18 19:45:42.605 INFO O| Aug 18 19:45:42.605 INFO STEP 231 (remove_files) COMPLETE
55122025-08-18T19:45:43.332Z[ recovery-image] Aug 18 19:45:42.605 INFO O| Aug 18 19:45:42.605 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132025-08-18T19:45:43.345Z[ recovery-image] Aug 18 19:45:42.618 INFO O| Aug 18 19:45:42.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
55142025-08-18T19:45:43.345Z[ recovery-image] Aug 18 19:45:42.618 INFO O| Aug 18 19:45:42.618 INFO STEP 232 (remove_files) COMPLETE
55152025-08-18T19:45:43.345Z[ recovery-image] Aug 18 19:45:42.618 INFO O| Aug 18 19:45:42.618 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162025-08-18T19:45:43.357Z[ recovery-image] Aug 18 19:45:42.630 INFO O| Aug 18 19:45:42.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55172025-08-18T19:45:43.357Z[ recovery-image] Aug 18 19:45:42.630 INFO O| Aug 18 19:45:42.630 INFO STEP 233 (remove_files) COMPLETE
55182025-08-18T19:45:43.361Z[ recovery-image] Aug 18 19:45:42.630 INFO O| Aug 18 19:45:42.630 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192025-08-18T19:45:43.369Z[ recovery-image] Aug 18 19:45:42.642 INFO O| Aug 18 19:45:42.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55202025-08-18T19:45:43.372Z[ recovery-image] Aug 18 19:45:42.642 INFO O| Aug 18 19:45:42.642 INFO STEP 234 (remove_files) COMPLETE
55212025-08-18T19:45:43.372Z[ recovery-image] Aug 18 19:45:42.643 INFO O| Aug 18 19:45:42.642 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222025-08-18T19:45:43.383Z[ recovery-image] Aug 18 19:45:42.656 INFO O| Aug 18 19:45:42.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55232025-08-18T19:45:43.383Z[ recovery-image] Aug 18 19:45:42.656 INFO O| Aug 18 19:45:42.656 INFO STEP 235 (remove_files) COMPLETE
55242025-08-18T19:45:43.387Z[ recovery-image] Aug 18 19:45:42.656 INFO O| Aug 18 19:45:42.656 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252025-08-18T19:45:43.395Z[ recovery-image] Aug 18 19:45:42.668 INFO O| Aug 18 19:45:42.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55262025-08-18T19:45:43.395Z[ recovery-image] Aug 18 19:45:42.668 INFO O| Aug 18 19:45:42.668 INFO STEP 236 (remove_files) COMPLETE
55272025-08-18T19:45:43.398Z[ recovery-image] Aug 18 19:45:42.668 INFO O| Aug 18 19:45:42.668 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282025-08-18T19:45:43.408Z[ recovery-image] Aug 18 19:45:42.681 INFO O| Aug 18 19:45:42.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55292025-08-18T19:45:43.408Z[ recovery-image] Aug 18 19:45:42.681 INFO O| Aug 18 19:45:42.681 INFO STEP 237 (remove_files) COMPLETE
55302025-08-18T19:45:43.408Z[ recovery-image] Aug 18 19:45:42.681 INFO O| Aug 18 19:45:42.681 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312025-08-18T19:45:43.421Z[ recovery-image] Aug 18 19:45:42.693 INFO O| Aug 18 19:45:42.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55322025-08-18T19:45:43.421Z[ recovery-image] Aug 18 19:45:42.693 INFO O| Aug 18 19:45:42.693 INFO STEP 238 (remove_files) COMPLETE
55332025-08-18T19:45:43.426Z[ recovery-image] Aug 18 19:45:42.693 INFO O| Aug 18 19:45:42.693 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342025-08-18T19:45:43.433Z[ recovery-image] Aug 18 19:45:42.706 INFO O| Aug 18 19:45:42.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55352025-08-18T19:45:43.433Z[ recovery-image] Aug 18 19:45:42.706 INFO O| Aug 18 19:45:42.706 INFO STEP 239 (remove_files) COMPLETE
55362025-08-18T19:45:43.438Z[ recovery-image] Aug 18 19:45:42.706 INFO O| Aug 18 19:45:42.706 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372025-08-18T19:45:43.445Z[ recovery-image] Aug 18 19:45:42.718 INFO O| Aug 18 19:45:42.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55382025-08-18T19:45:43.448Z[ recovery-image] Aug 18 19:45:42.718 INFO O| Aug 18 19:45:42.718 INFO STEP 240 (remove_files) COMPLETE
55392025-08-18T19:45:43.448Z[ recovery-image] Aug 18 19:45:42.718 INFO O| Aug 18 19:45:42.718 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402025-08-18T19:45:43.458Z[ recovery-image] Aug 18 19:45:42.731 INFO O| Aug 18 19:45:42.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55412025-08-18T19:45:43.458Z[ recovery-image] Aug 18 19:45:42.731 INFO O| Aug 18 19:45:42.731 INFO STEP 241 (remove_files) COMPLETE
55422025-08-18T19:45:43.458Z[ recovery-image] Aug 18 19:45:42.731 INFO O| Aug 18 19:45:42.731 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432025-08-18T19:45:43.467Z[ recovery-image] Aug 18 19:45:42.740 INFO O| Aug 18 19:45:42.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55442025-08-18T19:45:43.467Z[ recovery-image] Aug 18 19:45:42.740 INFO O| Aug 18 19:45:42.740 INFO STEP 242 (remove_files) COMPLETE
55452025-08-18T19:45:43.467Z[ recovery-image] Aug 18 19:45:42.740 INFO O| Aug 18 19:45:42.740 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462025-08-18T19:45:43.479Z[ recovery-image] Aug 18 19:45:42.752 INFO O| Aug 18 19:45:42.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55472025-08-18T19:45:43.479Z[ recovery-image] Aug 18 19:45:42.752 INFO O| Aug 18 19:45:42.752 INFO STEP 243 (remove_files) COMPLETE
55482025-08-18T19:45:43.479Z[ recovery-image] Aug 18 19:45:42.752 INFO O| Aug 18 19:45:42.752 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492025-08-18T19:45:43.491Z[ recovery-image] Aug 18 19:45:42.764 INFO O| Aug 18 19:45:42.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55502025-08-18T19:45:43.491Z[ recovery-image] Aug 18 19:45:42.764 INFO O| Aug 18 19:45:42.764 INFO STEP 244 (remove_files) COMPLETE
55512025-08-18T19:45:43.493Z[ recovery-image] Aug 18 19:45:42.764 INFO O| Aug 18 19:45:42.764 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522025-08-18T19:45:43.504Z[ recovery-image] Aug 18 19:45:42.778 INFO O| Aug 18 19:45:42.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55532025-08-18T19:45:43.505Z[ recovery-image] Aug 18 19:45:42.778 INFO O| Aug 18 19:45:42.778 INFO STEP 245 (remove_files) COMPLETE
55542025-08-18T19:45:43.508Z[ recovery-image] Aug 18 19:45:42.778 INFO O| Aug 18 19:45:42.778 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552025-08-18T19:45:43.516Z[ recovery-image] Aug 18 19:45:42.790 INFO O| Aug 18 19:45:42.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55562025-08-18T19:45:43.517Z[ recovery-image] Aug 18 19:45:42.790 INFO O| Aug 18 19:45:42.790 INFO STEP 246 (remove_files) COMPLETE
55572025-08-18T19:45:43.517Z[ recovery-image] Aug 18 19:45:42.790 INFO O| Aug 18 19:45:42.790 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582025-08-18T19:45:43.530Z[ recovery-image] Aug 18 19:45:42.803 INFO O| Aug 18 19:45:42.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55592025-08-18T19:45:43.530Z[ recovery-image] Aug 18 19:45:42.803 INFO O| Aug 18 19:45:42.803 INFO STEP 247 (remove_files) COMPLETE
55602025-08-18T19:45:43.530Z[ recovery-image] Aug 18 19:45:42.803 INFO O| Aug 18 19:45:42.803 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612025-08-18T19:45:43.543Z[ recovery-image] Aug 18 19:45:42.817 INFO O| Aug 18 19:45:42.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55622025-08-18T19:45:43.546Z[ recovery-image] Aug 18 19:45:42.817 INFO O| Aug 18 19:45:42.817 INFO STEP 248 (remove_files) COMPLETE
55632025-08-18T19:45:43.546Z[ recovery-image] Aug 18 19:45:42.817 INFO O| Aug 18 19:45:42.817 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642025-08-18T19:45:43.555Z[ recovery-image] Aug 18 19:45:42.828 INFO O| Aug 18 19:45:42.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55652025-08-18T19:45:43.559Z[ recovery-image] Aug 18 19:45:42.828 INFO O| Aug 18 19:45:42.828 INFO STEP 249 (remove_files) COMPLETE
55662025-08-18T19:45:43.559Z[ recovery-image] Aug 18 19:45:42.828 INFO O| Aug 18 19:45:42.828 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672025-08-18T19:45:43.566Z[ recovery-image] Aug 18 19:45:42.840 INFO O| Aug 18 19:45:42.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55682025-08-18T19:45:43.570Z[ recovery-image] Aug 18 19:45:42.840 INFO O| Aug 18 19:45:42.840 INFO STEP 250 (remove_files) COMPLETE
55692025-08-18T19:45:43.571Z[ recovery-image] Aug 18 19:45:42.840 INFO O| Aug 18 19:45:42.840 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702025-08-18T19:45:43.578Z[ recovery-image] Aug 18 19:45:42.851 INFO O| Aug 18 19:45:42.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55712025-08-18T19:45:43.578Z[ recovery-image] Aug 18 19:45:42.851 INFO O| Aug 18 19:45:42.851 INFO STEP 251 (remove_files) COMPLETE
55722025-08-18T19:45:43.578Z[ recovery-image] Aug 18 19:45:42.851 INFO O| Aug 18 19:45:42.851 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732025-08-18T19:45:43.591Z[ recovery-image] Aug 18 19:45:42.864 INFO O| Aug 18 19:45:42.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55742025-08-18T19:45:43.591Z[ recovery-image] Aug 18 19:45:42.864 INFO O| Aug 18 19:45:42.864 INFO STEP 252 (remove_files) COMPLETE
55752025-08-18T19:45:43.591Z[ recovery-image] Aug 18 19:45:42.864 INFO O| Aug 18 19:45:42.864 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762025-08-18T19:45:43.603Z[ recovery-image] Aug 18 19:45:42.876 INFO O| Aug 18 19:45:42.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55772025-08-18T19:45:43.603Z[ recovery-image] Aug 18 19:45:42.876 INFO O| Aug 18 19:45:42.876 INFO STEP 253 (remove_files) COMPLETE
55782025-08-18T19:45:43.606Z[ recovery-image] Aug 18 19:45:42.876 INFO O| Aug 18 19:45:42.876 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792025-08-18T19:45:43.614Z[ recovery-image] Aug 18 19:45:42.888 INFO O| Aug 18 19:45:42.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55802025-08-18T19:45:43.615Z[ recovery-image] Aug 18 19:45:42.888 INFO O| Aug 18 19:45:42.888 INFO STEP 254 (remove_files) COMPLETE
55812025-08-18T19:45:43.615Z[ recovery-image] Aug 18 19:45:42.888 INFO O| Aug 18 19:45:42.888 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822025-08-18T19:45:43.627Z[ recovery-image] Aug 18 19:45:42.900 INFO O| Aug 18 19:45:42.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55832025-08-18T19:45:43.627Z[ recovery-image] Aug 18 19:45:42.900 INFO O| Aug 18 19:45:42.900 INFO STEP 255 (remove_files) COMPLETE
55842025-08-18T19:45:43.627Z[ recovery-image] Aug 18 19:45:42.900 INFO O| Aug 18 19:45:42.900 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852025-08-18T19:45:43.638Z[ recovery-image] Aug 18 19:45:42.911 INFO O| Aug 18 19:45:42.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55862025-08-18T19:45:43.638Z[ recovery-image] Aug 18 19:45:42.912 INFO O| Aug 18 19:45:42.912 INFO STEP 256 (remove_files) COMPLETE
55872025-08-18T19:45:43.638Z[ recovery-image] Aug 18 19:45:42.912 INFO O| Aug 18 19:45:42.912 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882025-08-18T19:45:43.651Z[ recovery-image] Aug 18 19:45:42.924 INFO O| Aug 18 19:45:42.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
55892025-08-18T19:45:43.651Z[ recovery-image] Aug 18 19:45:42.924 INFO O| Aug 18 19:45:42.924 INFO STEP 257 (remove_files) COMPLETE
55902025-08-18T19:45:43.651Z[ recovery-image] Aug 18 19:45:42.924 INFO O| Aug 18 19:45:42.924 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912025-08-18T19:45:43.664Z[ recovery-image] Aug 18 19:45:42.937 INFO O| Aug 18 19:45:42.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
55922025-08-18T19:45:43.667Z[ recovery-image] Aug 18 19:45:42.938 INFO O| Aug 18 19:45:42.938 INFO STEP 258 (remove_files) COMPLETE
55932025-08-18T19:45:43.667Z[ recovery-image] Aug 18 19:45:42.938 INFO O| Aug 18 19:45:42.938 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942025-08-18T19:45:43.674Z[ recovery-image] Aug 18 19:45:42.947 INFO O| Aug 18 19:45:42.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
55952025-08-18T19:45:43.674Z[ recovery-image] Aug 18 19:45:42.947 INFO O| Aug 18 19:45:42.947 INFO STEP 259 (remove_files) COMPLETE
55962025-08-18T19:45:43.678Z[ recovery-image] Aug 18 19:45:42.947 INFO O| Aug 18 19:45:42.947 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972025-08-18T19:45:43.686Z[ recovery-image] Aug 18 19:45:42.959 INFO O| Aug 18 19:45:42.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
55982025-08-18T19:45:43.686Z[ recovery-image] Aug 18 19:45:42.959 INFO O| Aug 18 19:45:42.959 INFO STEP 260 (remove_files) COMPLETE
55992025-08-18T19:45:43.689Z[ recovery-image] Aug 18 19:45:42.959 INFO O| Aug 18 19:45:42.959 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002025-08-18T19:45:43.699Z[ recovery-image] Aug 18 19:45:42.973 INFO O| Aug 18 19:45:42.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
56012025-08-18T19:45:43.699Z[ recovery-image] Aug 18 19:45:42.973 INFO O| Aug 18 19:45:42.973 INFO STEP 261 (remove_files) COMPLETE
56022025-08-18T19:45:43.702Z[ recovery-image] Aug 18 19:45:42.973 INFO O| Aug 18 19:45:42.973 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032025-08-18T19:45:43.712Z[ recovery-image] Aug 18 19:45:42.985 INFO O| Aug 18 19:45:42.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
56042025-08-18T19:45:43.712Z[ recovery-image] Aug 18 19:45:42.985 INFO O| Aug 18 19:45:42.985 INFO STEP 262 (remove_files) COMPLETE
56052025-08-18T19:45:43.715Z[ recovery-image] Aug 18 19:45:42.985 INFO O| Aug 18 19:45:42.985 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062025-08-18T19:45:43.725Z[ recovery-image] Aug 18 19:45:42.999 INFO O| Aug 18 19:45:42.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
56072025-08-18T19:45:43.725Z[ recovery-image] Aug 18 19:45:42.999 INFO O| Aug 18 19:45:42.999 INFO STEP 263 (remove_files) COMPLETE
56082025-08-18T19:45:43.725Z[ recovery-image] Aug 18 19:45:42.999 INFO O| Aug 18 19:45:42.999 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092025-08-18T19:45:43.736Z[ recovery-image] Aug 18 19:45:43.010 INFO O| Aug 18 19:45:43.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
56102025-08-18T19:45:43.736Z[ recovery-image] Aug 18 19:45:43.010 INFO O| Aug 18 19:45:43.010 INFO STEP 264 (remove_files) COMPLETE
56112025-08-18T19:45:43.739Z[ recovery-image] Aug 18 19:45:43.010 INFO O| Aug 18 19:45:43.010 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122025-08-18T19:45:43.749Z[ recovery-image] Aug 18 19:45:43.022 INFO O| Aug 18 19:45:43.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
56132025-08-18T19:45:43.749Z[ recovery-image] Aug 18 19:45:43.022 INFO O| Aug 18 19:45:43.022 INFO STEP 265 (remove_files) COMPLETE
56142025-08-18T19:45:43.749Z[ recovery-image] Aug 18 19:45:43.022 INFO O| Aug 18 19:45:43.022 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152025-08-18T19:45:43.762Z[ recovery-image] Aug 18 19:45:43.035 INFO O| Aug 18 19:45:43.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
56162025-08-18T19:45:43.762Z[ recovery-image] Aug 18 19:45:43.036 INFO O| Aug 18 19:45:43.035 INFO STEP 266 (remove_files) COMPLETE
56172025-08-18T19:45:43.765Z[ recovery-image] Aug 18 19:45:43.036 INFO O| Aug 18 19:45:43.035 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182025-08-18T19:45:43.774Z[ recovery-image] Aug 18 19:45:43.047 INFO O| Aug 18 19:45:43.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56192025-08-18T19:45:43.774Z[ recovery-image] Aug 18 19:45:43.047 INFO O| Aug 18 19:45:43.047 INFO STEP 267 (remove_files) COMPLETE
56202025-08-18T19:45:43.774Z[ recovery-image] Aug 18 19:45:43.047 INFO O| Aug 18 19:45:43.047 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212025-08-18T19:45:43.787Z[ recovery-image] Aug 18 19:45:43.060 INFO O| Aug 18 19:45:43.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56222025-08-18T19:45:43.787Z[ recovery-image] Aug 18 19:45:43.060 INFO O| Aug 18 19:45:43.060 INFO STEP 268 (remove_files) COMPLETE
56232025-08-18T19:45:43.787Z[ recovery-image] Aug 18 19:45:43.060 INFO O| Aug 18 19:45:43.060 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242025-08-18T19:45:43.799Z[ recovery-image] Aug 18 19:45:43.072 INFO O| Aug 18 19:45:43.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56252025-08-18T19:45:43.799Z[ recovery-image] Aug 18 19:45:43.072 INFO O| Aug 18 19:45:43.072 INFO STEP 269 (remove_files) COMPLETE
56262025-08-18T19:45:43.802Z[ recovery-image] Aug 18 19:45:43.072 INFO O| Aug 18 19:45:43.072 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272025-08-18T19:45:43.811Z[ recovery-image] Aug 18 19:45:43.085 INFO O| Aug 18 19:45:43.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56282025-08-18T19:45:43.814Z[ recovery-image] Aug 18 19:45:43.085 INFO O| Aug 18 19:45:43.085 INFO STEP 270 (remove_files) COMPLETE
56292025-08-18T19:45:43.814Z[ recovery-image] Aug 18 19:45:43.085 INFO O| Aug 18 19:45:43.085 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302025-08-18T19:45:43.825Z[ recovery-image] Aug 18 19:45:43.098 INFO O| Aug 18 19:45:43.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56312025-08-18T19:45:43.825Z[ recovery-image] Aug 18 19:45:43.099 INFO O| Aug 18 19:45:43.099 INFO STEP 271 (remove_files) COMPLETE
56322025-08-18T19:45:43.828Z[ recovery-image] Aug 18 19:45:43.099 INFO O| Aug 18 19:45:43.099 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332025-08-18T19:45:43.836Z[ recovery-image] Aug 18 19:45:43.110 INFO O| Aug 18 19:45:43.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56342025-08-18T19:45:43.836Z[ recovery-image] Aug 18 19:45:43.110 INFO O| Aug 18 19:45:43.110 INFO STEP 272 (remove_files) COMPLETE
56352025-08-18T19:45:43.839Z[ recovery-image] Aug 18 19:45:43.110 INFO O| Aug 18 19:45:43.110 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362025-08-18T19:45:43.849Z[ recovery-image] Aug 18 19:45:43.123 INFO O| Aug 18 19:45:43.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56372025-08-18T19:45:43.850Z[ recovery-image] Aug 18 19:45:43.123 INFO O| Aug 18 19:45:43.123 INFO STEP 273 (remove_files) COMPLETE
56382025-08-18T19:45:43.850Z[ recovery-image] Aug 18 19:45:43.123 INFO O| Aug 18 19:45:43.123 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392025-08-18T19:45:43.863Z[ recovery-image] Aug 18 19:45:43.136 INFO O| Aug 18 19:45:43.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56402025-08-18T19:45:43.863Z[ recovery-image] Aug 18 19:45:43.137 INFO O| Aug 18 19:45:43.136 INFO STEP 274 (remove_files) COMPLETE
56412025-08-18T19:45:43.866Z[ recovery-image] Aug 18 19:45:43.137 INFO O| Aug 18 19:45:43.137 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422025-08-18T19:45:43.876Z[ recovery-image] Aug 18 19:45:43.150 INFO O| Aug 18 19:45:43.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56432025-08-18T19:45:43.876Z[ recovery-image] Aug 18 19:45:43.150 INFO O| Aug 18 19:45:43.150 INFO STEP 275 (remove_files) COMPLETE
56442025-08-18T19:45:43.879Z[ recovery-image] Aug 18 19:45:43.150 INFO O| Aug 18 19:45:43.150 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452025-08-18T19:45:43.886Z[ recovery-image] Aug 18 19:45:43.160 INFO O| Aug 18 19:45:43.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56462025-08-18T19:45:43.887Z[ recovery-image] Aug 18 19:45:43.160 INFO O| Aug 18 19:45:43.160 INFO STEP 276 (remove_files) COMPLETE
56472025-08-18T19:45:43.890Z[ recovery-image] Aug 18 19:45:43.161 INFO O| Aug 18 19:45:43.160 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482025-08-18T19:45:43.896Z[ recovery-image] Aug 18 19:45:43.170 INFO O| Aug 18 19:45:43.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56492025-08-18T19:45:43.899Z[ recovery-image] Aug 18 19:45:43.170 INFO O| Aug 18 19:45:43.170 INFO STEP 277 (remove_files) COMPLETE
56502025-08-18T19:45:43.899Z[ recovery-image] Aug 18 19:45:43.170 INFO O| Aug 18 19:45:43.170 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512025-08-18T19:45:43.909Z[ recovery-image] Aug 18 19:45:43.182 INFO O| Aug 18 19:45:43.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56522025-08-18T19:45:43.909Z[ recovery-image] Aug 18 19:45:43.183 INFO O| Aug 18 19:45:43.182 INFO STEP 278 (remove_files) COMPLETE
56532025-08-18T19:45:43.909Z[ recovery-image] Aug 18 19:45:43.183 INFO O| Aug 18 19:45:43.183 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542025-08-18T19:45:43.922Z[ recovery-image] Aug 18 19:45:43.195 INFO O| Aug 18 19:45:43.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56552025-08-18T19:45:43.922Z[ recovery-image] Aug 18 19:45:43.196 INFO O| Aug 18 19:45:43.196 INFO STEP 279 (remove_files) COMPLETE
56562025-08-18T19:45:43.922Z[ recovery-image] Aug 18 19:45:43.196 INFO O| Aug 18 19:45:43.196 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572025-08-18T19:45:43.932Z[ recovery-image] Aug 18 19:45:43.206 INFO O| Aug 18 19:45:43.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56582025-08-18T19:45:43.932Z[ recovery-image] Aug 18 19:45:43.206 INFO O| Aug 18 19:45:43.206 INFO STEP 280 (remove_files) COMPLETE
56592025-08-18T19:45:43.932Z[ recovery-image] Aug 18 19:45:43.206 INFO O| Aug 18 19:45:43.206 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602025-08-18T19:45:43.945Z[ recovery-image] Aug 18 19:45:43.218 INFO O| Aug 18 19:45:43.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56612025-08-18T19:45:43.946Z[ recovery-image] Aug 18 19:45:43.218 INFO O| Aug 18 19:45:43.218 INFO STEP 281 (remove_files) COMPLETE
56622025-08-18T19:45:43.949Z[ recovery-image] Aug 18 19:45:43.219 INFO O| Aug 18 19:45:43.218 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632025-08-18T19:45:43.957Z[ recovery-image] Aug 18 19:45:43.231 INFO O| Aug 18 19:45:43.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56642025-08-18T19:45:43.957Z[ recovery-image] Aug 18 19:45:43.231 INFO O| Aug 18 19:45:43.231 INFO STEP 282 (remove_files) COMPLETE
56652025-08-18T19:45:43.957Z[ recovery-image] Aug 18 19:45:43.231 INFO O| Aug 18 19:45:43.231 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662025-08-18T19:45:43.969Z[ recovery-image] Aug 18 19:45:43.243 INFO O| Aug 18 19:45:43.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56672025-08-18T19:45:43.969Z[ recovery-image] Aug 18 19:45:43.243 INFO O| Aug 18 19:45:43.243 INFO STEP 283 (remove_files) COMPLETE
56682025-08-18T19:45:43.972Z[ recovery-image] Aug 18 19:45:43.243 INFO O| Aug 18 19:45:43.243 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692025-08-18T19:45:43.979Z[ recovery-image] Aug 18 19:45:43.253 INFO O| Aug 18 19:45:43.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56702025-08-18T19:45:43.982Z[ recovery-image] Aug 18 19:45:43.253 INFO O| Aug 18 19:45:43.253 INFO STEP 284 (remove_files) COMPLETE
56712025-08-18T19:45:43.982Z[ recovery-image] Aug 18 19:45:43.254 INFO O| Aug 18 19:45:43.253 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722025-08-18T19:45:43.991Z[ recovery-image] Aug 18 19:45:43.265 INFO O| Aug 18 19:45:43.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56732025-08-18T19:45:43.991Z[ recovery-image] Aug 18 19:45:43.265 INFO O| Aug 18 19:45:43.265 INFO STEP 285 (remove_files) COMPLETE
56742025-08-18T19:45:43.994Z[ recovery-image] Aug 18 19:45:43.265 INFO O| Aug 18 19:45:43.265 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752025-08-18T19:45:44.002Z[ recovery-image] Aug 18 19:45:43.276 INFO O| Aug 18 19:45:43.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56762025-08-18T19:45:44.002Z[ recovery-image] Aug 18 19:45:43.276 INFO O| Aug 18 19:45:43.276 INFO STEP 286 (remove_files) COMPLETE
56772025-08-18T19:45:44.006Z[ recovery-image] Aug 18 19:45:43.276 INFO O| Aug 18 19:45:43.276 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782025-08-18T19:45:44.012Z[ recovery-image] Aug 18 19:45:43.286 INFO O| Aug 18 19:45:43.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56792025-08-18T19:45:44.012Z[ recovery-image] Aug 18 19:45:43.286 INFO O| Aug 18 19:45:43.286 INFO STEP 287 (remove_files) COMPLETE
56802025-08-18T19:45:44.012Z[ recovery-image] Aug 18 19:45:43.286 INFO O| Aug 18 19:45:43.286 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812025-08-18T19:45:44.026Z[ recovery-image] Aug 18 19:45:43.300 INFO O| Aug 18 19:45:43.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56822025-08-18T19:45:44.026Z[ recovery-image] Aug 18 19:45:43.300 INFO O| Aug 18 19:45:43.300 INFO STEP 288 (remove_files) COMPLETE
56832025-08-18T19:45:44.029Z[ recovery-image] Aug 18 19:45:43.300 INFO O| Aug 18 19:45:43.300 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842025-08-18T19:45:44.038Z[ recovery-image] Aug 18 19:45:43.312 INFO O| Aug 18 19:45:43.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56852025-08-18T19:45:44.042Z[ recovery-image] Aug 18 19:45:43.313 INFO O| Aug 18 19:45:43.313 INFO STEP 289 (remove_files) COMPLETE
56862025-08-18T19:45:44.042Z[ recovery-image] Aug 18 19:45:43.313 INFO O| Aug 18 19:45:43.313 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872025-08-18T19:45:44.050Z[ recovery-image] Aug 18 19:45:43.324 INFO O| Aug 18 19:45:43.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
56882025-08-18T19:45:44.050Z[ recovery-image] Aug 18 19:45:43.324 INFO O| Aug 18 19:45:43.324 INFO STEP 290 (remove_files) COMPLETE
56892025-08-18T19:45:44.050Z[ recovery-image] Aug 18 19:45:43.324 INFO O| Aug 18 19:45:43.324 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902025-08-18T19:45:44.063Z[ recovery-image] Aug 18 19:45:43.337 INFO O| Aug 18 19:45:43.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
56912025-08-18T19:45:44.063Z[ recovery-image] Aug 18 19:45:43.337 INFO O| Aug 18 19:45:43.337 INFO STEP 291 (remove_files) COMPLETE
56922025-08-18T19:45:44.066Z[ recovery-image] Aug 18 19:45:43.337 INFO O| Aug 18 19:45:43.337 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932025-08-18T19:45:44.074Z[ recovery-image] Aug 18 19:45:43.348 INFO O| Aug 18 19:45:43.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
56942025-08-18T19:45:44.074Z[ recovery-image] Aug 18 19:45:43.348 INFO O| Aug 18 19:45:43.348 INFO STEP 292 (remove_files) COMPLETE
56952025-08-18T19:45:44.074Z[ recovery-image] Aug 18 19:45:43.348 INFO O| Aug 18 19:45:43.348 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962025-08-18T19:45:44.086Z[ recovery-image] Aug 18 19:45:43.360 INFO O| Aug 18 19:45:43.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
56972025-08-18T19:45:44.086Z[ recovery-image] Aug 18 19:45:43.360 INFO O| Aug 18 19:45:43.360 INFO STEP 293 (remove_files) COMPLETE
56982025-08-18T19:45:44.089Z[ recovery-image] Aug 18 19:45:43.360 INFO O| Aug 18 19:45:43.360 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992025-08-18T19:45:44.098Z[ recovery-image] Aug 18 19:45:43.371 INFO O| Aug 18 19:45:43.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
57002025-08-18T19:45:44.101Z[ recovery-image] Aug 18 19:45:43.371 INFO O| Aug 18 19:45:43.371 INFO STEP 294 (remove_files) COMPLETE
57012025-08-18T19:45:44.101Z[ recovery-image] Aug 18 19:45:43.371 INFO O| Aug 18 19:45:43.371 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022025-08-18T19:45:44.109Z[ recovery-image] Aug 18 19:45:43.384 INFO O| Aug 18 19:45:43.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
57032025-08-18T19:45:44.110Z[ recovery-image] Aug 18 19:45:43.384 INFO O| Aug 18 19:45:43.384 INFO STEP 295 (remove_files) COMPLETE
57042025-08-18T19:45:44.113Z[ recovery-image] Aug 18 19:45:43.384 INFO O| Aug 18 19:45:43.384 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052025-08-18T19:45:44.119Z[ recovery-image] Aug 18 19:45:43.393 INFO O| Aug 18 19:45:43.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
57062025-08-18T19:45:44.122Z[ recovery-image] Aug 18 19:45:43.394 INFO O| Aug 18 19:45:43.394 INFO STEP 296 (remove_files) COMPLETE
57072025-08-18T19:45:44.122Z[ recovery-image] Aug 18 19:45:43.394 INFO O| Aug 18 19:45:43.394 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082025-08-18T19:45:44.132Z[ recovery-image] Aug 18 19:45:43.406 INFO O| Aug 18 19:45:43.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
57092025-08-18T19:45:44.132Z[ recovery-image] Aug 18 19:45:43.406 INFO O| Aug 18 19:45:43.406 INFO STEP 297 (remove_files) COMPLETE
57102025-08-18T19:45:44.135Z[ recovery-image] Aug 18 19:45:43.406 INFO O| Aug 18 19:45:43.406 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112025-08-18T19:45:44.146Z[ recovery-image] Aug 18 19:45:43.420 INFO O| Aug 18 19:45:43.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
57122025-08-18T19:45:44.146Z[ recovery-image] Aug 18 19:45:43.420 INFO O| Aug 18 19:45:43.420 INFO STEP 298 (remove_files) COMPLETE
57132025-08-18T19:45:44.149Z[ recovery-image] Aug 18 19:45:43.420 INFO O| Aug 18 19:45:43.420 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142025-08-18T19:45:44.159Z[ recovery-image] Aug 18 19:45:43.433 INFO O| Aug 18 19:45:43.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
57152025-08-18T19:45:44.162Z[ recovery-image] Aug 18 19:45:43.433 INFO O| Aug 18 19:45:43.433 INFO STEP 299 (remove_files) COMPLETE
57162025-08-18T19:45:44.162Z[ recovery-image] Aug 18 19:45:43.433 INFO O| Aug 18 19:45:43.433 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172025-08-18T19:45:44.171Z[ recovery-image] Aug 18 19:45:43.446 INFO O| Aug 18 19:45:43.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
57182025-08-18T19:45:44.171Z[ recovery-image] Aug 18 19:45:43.446 INFO O| Aug 18 19:45:43.446 INFO STEP 300 (remove_files) COMPLETE
57192025-08-18T19:45:44.175Z[ recovery-image] Aug 18 19:45:43.446 INFO O| Aug 18 19:45:43.446 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202025-08-18T19:45:44.184Z[ recovery-image] Aug 18 19:45:43.458 INFO O| Aug 18 19:45:43.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57212025-08-18T19:45:44.184Z[ recovery-image] Aug 18 19:45:43.458 INFO O| Aug 18 19:45:43.458 INFO STEP 301 (remove_files) COMPLETE
57222025-08-18T19:45:44.187Z[ recovery-image] Aug 18 19:45:43.458 INFO O| Aug 18 19:45:43.458 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232025-08-18T19:45:44.194Z[ recovery-image] Aug 18 19:45:43.468 INFO O| Aug 18 19:45:43.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57242025-08-18T19:45:44.194Z[ recovery-image] Aug 18 19:45:43.469 INFO O| Aug 18 19:45:43.469 INFO STEP 302 (remove_files) COMPLETE
57252025-08-18T19:45:44.197Z[ recovery-image] Aug 18 19:45:43.469 INFO O| Aug 18 19:45:43.469 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262025-08-18T19:45:44.206Z[ recovery-image] Aug 18 19:45:43.480 INFO O| Aug 18 19:45:43.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57272025-08-18T19:45:44.210Z[ recovery-image] Aug 18 19:45:43.481 INFO O| Aug 18 19:45:43.481 INFO STEP 303 (remove_files) COMPLETE
57282025-08-18T19:45:44.210Z[ recovery-image] Aug 18 19:45:43.481 INFO O| Aug 18 19:45:43.481 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292025-08-18T19:45:44.220Z[ recovery-image] Aug 18 19:45:43.494 INFO O| Aug 18 19:45:43.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57302025-08-18T19:45:44.224Z[ recovery-image] Aug 18 19:45:43.494 INFO O| Aug 18 19:45:43.494 INFO STEP 304 (remove_files) COMPLETE
57312025-08-18T19:45:44.224Z[ recovery-image] Aug 18 19:45:43.494 INFO O| Aug 18 19:45:43.494 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322025-08-18T19:45:44.234Z[ recovery-image] Aug 18 19:45:43.508 INFO O| Aug 18 19:45:43.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57332025-08-18T19:45:44.237Z[ recovery-image] Aug 18 19:45:43.508 INFO O| Aug 18 19:45:43.508 INFO STEP 305 (remove_files) COMPLETE
57342025-08-18T19:45:44.237Z[ recovery-image] Aug 18 19:45:43.508 INFO O| Aug 18 19:45:43.508 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352025-08-18T19:45:44.246Z[ recovery-image] Aug 18 19:45:43.520 INFO O| Aug 18 19:45:43.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57362025-08-18T19:45:44.246Z[ recovery-image] Aug 18 19:45:43.520 INFO O| Aug 18 19:45:43.520 INFO STEP 306 (remove_files) COMPLETE
57372025-08-18T19:45:44.249Z[ recovery-image] Aug 18 19:45:43.520 INFO O| Aug 18 19:45:43.520 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382025-08-18T19:45:44.259Z[ recovery-image] Aug 18 19:45:43.533 INFO O| Aug 18 19:45:43.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57392025-08-18T19:45:44.259Z[ recovery-image] Aug 18 19:45:43.534 INFO O| Aug 18 19:45:43.534 INFO STEP 307 (remove_files) COMPLETE
57402025-08-18T19:45:44.263Z[ recovery-image] Aug 18 19:45:43.534 INFO O| Aug 18 19:45:43.534 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412025-08-18T19:45:44.272Z[ recovery-image] Aug 18 19:45:43.546 INFO O| Aug 18 19:45:43.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57422025-08-18T19:45:44.276Z[ recovery-image] Aug 18 19:45:43.547 INFO O| Aug 18 19:45:43.547 INFO STEP 308 (remove_files) COMPLETE
57432025-08-18T19:45:44.276Z[ recovery-image] Aug 18 19:45:43.547 INFO O| Aug 18 19:45:43.547 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442025-08-18T19:45:44.284Z[ recovery-image] Aug 18 19:45:43.558 INFO O| Aug 18 19:45:43.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57452025-08-18T19:45:44.291Z[ recovery-image] Aug 18 19:45:43.558 INFO O| Aug 18 19:45:43.558 INFO STEP 309 (remove_files) COMPLETE
57462025-08-18T19:45:44.291Z[ recovery-image] Aug 18 19:45:43.558 INFO O| Aug 18 19:45:43.558 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472025-08-18T19:45:44.297Z[ recovery-image] Aug 18 19:45:43.571 INFO O| Aug 18 19:45:43.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57482025-08-18T19:45:44.297Z[ recovery-image] Aug 18 19:45:43.571 INFO O| Aug 18 19:45:43.571 INFO STEP 310 (remove_files) COMPLETE
57492025-08-18T19:45:44.302Z[ recovery-image] Aug 18 19:45:43.572 INFO O| Aug 18 19:45:43.571 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502025-08-18T19:45:44.310Z[ recovery-image] Aug 18 19:45:43.584 INFO O| Aug 18 19:45:43.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57512025-08-18T19:45:44.310Z[ recovery-image] Aug 18 19:45:43.584 INFO O| Aug 18 19:45:43.584 INFO STEP 311 (remove_files) COMPLETE
57522025-08-18T19:45:44.315Z[ recovery-image] Aug 18 19:45:43.584 INFO O| Aug 18 19:45:43.584 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532025-08-18T19:45:44.323Z[ recovery-image] Aug 18 19:45:43.596 INFO O| Aug 18 19:45:43.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57542025-08-18T19:45:44.323Z[ recovery-image] Aug 18 19:45:43.597 INFO O| Aug 18 19:45:43.597 INFO STEP 312 (remove_files) COMPLETE
57552025-08-18T19:45:44.327Z[ recovery-image] Aug 18 19:45:43.597 INFO O| Aug 18 19:45:43.597 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562025-08-18T19:45:44.335Z[ recovery-image] Aug 18 19:45:43.610 INFO O| Aug 18 19:45:43.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57572025-08-18T19:45:44.335Z[ recovery-image] Aug 18 19:45:43.610 INFO O| Aug 18 19:45:43.610 INFO STEP 313 (remove_files) COMPLETE
57582025-08-18T19:45:44.344Z[ recovery-image] Aug 18 19:45:43.610 INFO O| Aug 18 19:45:43.610 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592025-08-18T19:45:44.349Z[ recovery-image] Aug 18 19:45:43.623 INFO O| Aug 18 19:45:43.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57602025-08-18T19:45:44.352Z[ recovery-image] Aug 18 19:45:43.623 INFO O| Aug 18 19:45:43.623 INFO STEP 314 (remove_files) COMPLETE
57612025-08-18T19:45:44.352Z[ recovery-image] Aug 18 19:45:43.623 INFO O| Aug 18 19:45:43.623 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622025-08-18T19:45:44.361Z[ recovery-image] Aug 18 19:45:43.636 INFO O| Aug 18 19:45:43.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57632025-08-18T19:45:44.361Z[ recovery-image] Aug 18 19:45:43.636 INFO O| Aug 18 19:45:43.636 INFO STEP 315 (remove_files) COMPLETE
57642025-08-18T19:45:44.365Z[ recovery-image] Aug 18 19:45:43.636 INFO O| Aug 18 19:45:43.636 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652025-08-18T19:45:44.375Z[ recovery-image] Aug 18 19:45:43.649 INFO O| Aug 18 19:45:43.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57662025-08-18T19:45:44.375Z[ recovery-image] Aug 18 19:45:43.649 INFO O| Aug 18 19:45:43.649 INFO STEP 316 (remove_files) COMPLETE
57672025-08-18T19:45:44.378Z[ recovery-image] Aug 18 19:45:43.649 INFO O| Aug 18 19:45:43.649 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682025-08-18T19:45:44.388Z[ recovery-image] Aug 18 19:45:43.662 INFO O| Aug 18 19:45:43.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57692025-08-18T19:45:44.391Z[ recovery-image] Aug 18 19:45:43.662 INFO O| Aug 18 19:45:43.662 INFO STEP 317 (remove_files) COMPLETE
57702025-08-18T19:45:44.392Z[ recovery-image] Aug 18 19:45:43.663 INFO O| Aug 18 19:45:43.662 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712025-08-18T19:45:44.400Z[ recovery-image] Aug 18 19:45:43.675 INFO O| Aug 18 19:45:43.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57722025-08-18T19:45:44.400Z[ recovery-image] Aug 18 19:45:43.675 INFO O| Aug 18 19:45:43.675 INFO STEP 318 (remove_files) COMPLETE
57732025-08-18T19:45:44.403Z[ recovery-image] Aug 18 19:45:43.675 INFO O| Aug 18 19:45:43.675 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742025-08-18T19:45:44.413Z[ recovery-image] Aug 18 19:45:43.688 INFO O| Aug 18 19:45:43.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57752025-08-18T19:45:44.416Z[ recovery-image] Aug 18 19:45:43.688 INFO O| Aug 18 19:45:43.688 INFO STEP 319 (remove_files) COMPLETE
57762025-08-18T19:45:44.417Z[ recovery-image] Aug 18 19:45:43.688 INFO O| Aug 18 19:45:43.688 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772025-08-18T19:45:44.426Z[ recovery-image] Aug 18 19:45:43.701 INFO O| Aug 18 19:45:43.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57782025-08-18T19:45:44.426Z[ recovery-image] Aug 18 19:45:43.701 INFO O| Aug 18 19:45:43.701 INFO STEP 320 (remove_files) COMPLETE
57792025-08-18T19:45:44.430Z[ recovery-image] Aug 18 19:45:43.701 INFO O| Aug 18 19:45:43.701 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802025-08-18T19:45:44.440Z[ recovery-image] Aug 18 19:45:43.714 INFO O| Aug 18 19:45:43.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57812025-08-18T19:45:44.440Z[ recovery-image] Aug 18 19:45:43.714 INFO O| Aug 18 19:45:43.714 INFO STEP 321 (remove_files) COMPLETE
57822025-08-18T19:45:44.443Z[ recovery-image] Aug 18 19:45:43.714 INFO O| Aug 18 19:45:43.714 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832025-08-18T19:45:44.454Z[ recovery-image] Aug 18 19:45:43.728 INFO O| Aug 18 19:45:43.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57842025-08-18T19:45:44.458Z[ recovery-image] Aug 18 19:45:43.728 INFO O| Aug 18 19:45:43.728 INFO STEP 322 (remove_files) COMPLETE
57852025-08-18T19:45:44.458Z[ recovery-image] Aug 18 19:45:43.728 INFO O| Aug 18 19:45:43.728 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862025-08-18T19:45:44.466Z[ recovery-image] Aug 18 19:45:43.741 INFO O| Aug 18 19:45:43.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57872025-08-18T19:45:44.466Z[ recovery-image] Aug 18 19:45:43.741 INFO O| Aug 18 19:45:43.741 INFO STEP 323 (remove_files) COMPLETE
57882025-08-18T19:45:44.466Z[ recovery-image] Aug 18 19:45:43.741 INFO O| Aug 18 19:45:43.741 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892025-08-18T19:45:44.480Z[ recovery-image] Aug 18 19:45:43.754 INFO O| Aug 18 19:45:43.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
57902025-08-18T19:45:44.480Z[ recovery-image] Aug 18 19:45:43.754 INFO O| Aug 18 19:45:43.754 INFO STEP 324 (remove_files) COMPLETE
57912025-08-18T19:45:44.483Z[ recovery-image] Aug 18 19:45:43.754 INFO O| Aug 18 19:45:43.754 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922025-08-18T19:45:44.491Z[ recovery-image] Aug 18 19:45:43.766 INFO O| Aug 18 19:45:43.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
57932025-08-18T19:45:44.491Z[ recovery-image] Aug 18 19:45:43.766 INFO O| Aug 18 19:45:43.766 INFO STEP 325 (remove_files) COMPLETE
57942025-08-18T19:45:44.494Z[ recovery-image] Aug 18 19:45:43.766 INFO O| Aug 18 19:45:43.766 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952025-08-18T19:45:44.503Z[ recovery-image] Aug 18 19:45:43.778 INFO O| Aug 18 19:45:43.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
57962025-08-18T19:45:44.504Z[ recovery-image] Aug 18 19:45:43.778 INFO O| Aug 18 19:45:43.778 INFO STEP 326 (remove_files) COMPLETE
57972025-08-18T19:45:44.507Z[ recovery-image] Aug 18 19:45:43.778 INFO O| Aug 18 19:45:43.778 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982025-08-18T19:45:44.517Z[ recovery-image] Aug 18 19:45:43.792 INFO O| Aug 18 19:45:43.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
57992025-08-18T19:45:44.517Z[ recovery-image] Aug 18 19:45:43.792 INFO O| Aug 18 19:45:43.792 INFO STEP 327 (remove_files) COMPLETE
58002025-08-18T19:45:44.521Z[ recovery-image] Aug 18 19:45:43.792 INFO O| Aug 18 19:45:43.792 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012025-08-18T19:45:44.526Z[ recovery-image] Aug 18 19:45:43.801 INFO O| Aug 18 19:45:43.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
58022025-08-18T19:45:44.526Z[ recovery-image] Aug 18 19:45:43.801 INFO O| Aug 18 19:45:43.801 INFO STEP 328 (remove_files) COMPLETE
58032025-08-18T19:45:44.530Z[ recovery-image] Aug 18 19:45:43.801 INFO O| Aug 18 19:45:43.801 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042025-08-18T19:45:44.540Z[ recovery-image] Aug 18 19:45:43.815 INFO O| Aug 18 19:45:43.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
58052025-08-18T19:45:44.541Z[ recovery-image] Aug 18 19:45:43.815 INFO O| Aug 18 19:45:43.815 INFO STEP 329 (remove_files) COMPLETE
58062025-08-18T19:45:44.544Z[ recovery-image] Aug 18 19:45:43.815 INFO O| Aug 18 19:45:43.815 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072025-08-18T19:45:44.555Z[ recovery-image] Aug 18 19:45:43.830 INFO O| Aug 18 19:45:43.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
58082025-08-18T19:45:44.559Z[ recovery-image] Aug 18 19:45:43.830 INFO O| Aug 18 19:45:43.830 INFO STEP 330 (remove_files) COMPLETE
58092025-08-18T19:45:44.559Z[ recovery-image] Aug 18 19:45:43.830 INFO O| Aug 18 19:45:43.830 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102025-08-18T19:45:44.569Z[ recovery-image] Aug 18 19:45:43.844 INFO O| Aug 18 19:45:43.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
58112025-08-18T19:45:44.573Z[ recovery-image] Aug 18 19:45:43.844 INFO O| Aug 18 19:45:43.844 INFO STEP 331 (remove_files) COMPLETE
58122025-08-18T19:45:44.573Z[ recovery-image] Aug 18 19:45:43.844 INFO O| Aug 18 19:45:43.844 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132025-08-18T19:45:44.584Z[ recovery-image] Aug 18 19:45:43.858 INFO O| Aug 18 19:45:43.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
58142025-08-18T19:45:44.584Z[ recovery-image] Aug 18 19:45:43.858 INFO O| Aug 18 19:45:43.858 INFO STEP 332 (remove_files) COMPLETE
58152025-08-18T19:45:44.587Z[ recovery-image] Aug 18 19:45:43.858 INFO O| Aug 18 19:45:43.858 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162025-08-18T19:45:44.597Z[ recovery-image] Aug 18 19:45:43.872 INFO O| Aug 18 19:45:43.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58172025-08-18T19:45:44.597Z[ recovery-image] Aug 18 19:45:43.872 INFO O| Aug 18 19:45:43.872 INFO STEP 333 (remove_files) COMPLETE
58182025-08-18T19:45:44.601Z[ recovery-image] Aug 18 19:45:43.872 INFO O| Aug 18 19:45:43.872 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192025-08-18T19:45:44.610Z[ recovery-image] Aug 18 19:45:43.885 INFO O| Aug 18 19:45:43.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58202025-08-18T19:45:44.613Z[ recovery-image] Aug 18 19:45:43.885 INFO O| Aug 18 19:45:43.885 INFO STEP 334 (remove_files) COMPLETE
58212025-08-18T19:45:44.614Z[ recovery-image] Aug 18 19:45:43.885 INFO O| Aug 18 19:45:43.885 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222025-08-18T19:45:44.623Z[ recovery-image] Aug 18 19:45:43.898 INFO O| Aug 18 19:45:43.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58232025-08-18T19:45:44.626Z[ recovery-image] Aug 18 19:45:43.898 INFO O| Aug 18 19:45:43.898 INFO STEP 335 (remove_files) COMPLETE
58242025-08-18T19:45:44.627Z[ recovery-image] Aug 18 19:45:43.898 INFO O| Aug 18 19:45:43.898 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252025-08-18T19:45:44.638Z[ recovery-image] Aug 18 19:45:43.911 INFO O| Aug 18 19:45:43.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58262025-08-18T19:45:44.641Z[ recovery-image] Aug 18 19:45:43.911 INFO O| Aug 18 19:45:43.911 INFO STEP 336 (remove_files) COMPLETE
58272025-08-18T19:45:44.641Z[ recovery-image] Aug 18 19:45:43.911 INFO O| Aug 18 19:45:43.911 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282025-08-18T19:45:44.649Z[ recovery-image] Aug 18 19:45:43.924 INFO O| Aug 18 19:45:43.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58292025-08-18T19:45:44.652Z[ recovery-image] Aug 18 19:45:43.924 INFO O| Aug 18 19:45:43.924 INFO STEP 337 (remove_files) COMPLETE
58302025-08-18T19:45:44.652Z[ recovery-image] Aug 18 19:45:43.924 INFO O| Aug 18 19:45:43.924 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312025-08-18T19:45:44.661Z[ recovery-image] Aug 18 19:45:43.936 INFO O| Aug 18 19:45:43.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58322025-08-18T19:45:44.662Z[ recovery-image] Aug 18 19:45:43.936 INFO O| Aug 18 19:45:43.936 INFO STEP 338 (remove_files) COMPLETE
58332025-08-18T19:45:44.665Z[ recovery-image] Aug 18 19:45:43.936 INFO O| Aug 18 19:45:43.936 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342025-08-18T19:45:44.674Z[ recovery-image] Aug 18 19:45:43.949 INFO O| Aug 18 19:45:43.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58352025-08-18T19:45:44.674Z[ recovery-image] Aug 18 19:45:43.949 INFO O| Aug 18 19:45:43.949 INFO STEP 339 (remove_files) COMPLETE
58362025-08-18T19:45:44.678Z[ recovery-image] Aug 18 19:45:43.949 INFO O| Aug 18 19:45:43.949 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372025-08-18T19:45:44.686Z[ recovery-image] Aug 18 19:45:43.961 INFO O| Aug 18 19:45:43.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58382025-08-18T19:45:44.689Z[ recovery-image] Aug 18 19:45:43.961 INFO O| Aug 18 19:45:43.961 INFO STEP 340 (remove_files) COMPLETE
58392025-08-18T19:45:44.689Z[ recovery-image] Aug 18 19:45:43.961 INFO O| Aug 18 19:45:43.961 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402025-08-18T19:45:44.699Z[ recovery-image] Aug 18 19:45:43.974 INFO O| Aug 18 19:45:43.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58412025-08-18T19:45:44.700Z[ recovery-image] Aug 18 19:45:43.974 INFO O| Aug 18 19:45:43.974 INFO STEP 341 (remove_files) COMPLETE
58422025-08-18T19:45:44.703Z[ recovery-image] Aug 18 19:45:43.974 INFO O| Aug 18 19:45:43.974 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432025-08-18T19:45:44.712Z[ recovery-image] Aug 18 19:45:43.986 INFO O| Aug 18 19:45:43.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58442025-08-18T19:45:44.712Z[ recovery-image] Aug 18 19:45:43.986 INFO O| Aug 18 19:45:43.986 INFO STEP 342 (remove_files) COMPLETE
58452025-08-18T19:45:44.716Z[ recovery-image] Aug 18 19:45:43.986 INFO O| Aug 18 19:45:43.986 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462025-08-18T19:45:44.724Z[ recovery-image] Aug 18 19:45:43.999 INFO O| Aug 18 19:45:43.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58472025-08-18T19:45:44.724Z[ recovery-image] Aug 18 19:45:43.999 INFO O| Aug 18 19:45:43.999 INFO STEP 343 (remove_files) COMPLETE
58482025-08-18T19:45:44.724Z[ recovery-image] Aug 18 19:45:43.999 INFO O| Aug 18 19:45:43.999 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492025-08-18T19:45:44.737Z[ recovery-image] Aug 18 19:45:44.012 INFO O| Aug 18 19:45:44.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58502025-08-18T19:45:44.740Z[ recovery-image] Aug 18 19:45:44.012 INFO O| Aug 18 19:45:44.012 INFO STEP 344 (remove_files) COMPLETE
58512025-08-18T19:45:44.740Z[ recovery-image] Aug 18 19:45:44.012 INFO O| Aug 18 19:45:44.012 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522025-08-18T19:45:44.748Z[ recovery-image] Aug 18 19:45:44.022 INFO O| Aug 18 19:45:44.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58532025-08-18T19:45:44.751Z[ recovery-image] Aug 18 19:45:44.023 INFO O| Aug 18 19:45:44.023 INFO STEP 345 (remove_files) COMPLETE
58542025-08-18T19:45:44.751Z[ recovery-image] Aug 18 19:45:44.023 INFO O| Aug 18 19:45:44.023 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552025-08-18T19:45:44.760Z[ recovery-image] Aug 18 19:45:44.035 INFO O| Aug 18 19:45:44.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58562025-08-18T19:45:44.760Z[ recovery-image] Aug 18 19:45:44.035 INFO O| Aug 18 19:45:44.035 INFO STEP 346 (remove_files) COMPLETE
58572025-08-18T19:45:44.763Z[ recovery-image] Aug 18 19:45:44.035 INFO O| Aug 18 19:45:44.035 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582025-08-18T19:45:44.772Z[ recovery-image] Aug 18 19:45:44.047 INFO O| Aug 18 19:45:44.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58592025-08-18T19:45:44.772Z[ recovery-image] Aug 18 19:45:44.047 INFO O| Aug 18 19:45:44.047 INFO STEP 347 (remove_files) COMPLETE
58602025-08-18T19:45:44.776Z[ recovery-image] Aug 18 19:45:44.047 INFO O| Aug 18 19:45:44.047 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612025-08-18T19:45:44.788Z[ recovery-image] Aug 18 19:45:44.060 INFO O| Aug 18 19:45:44.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58622025-08-18T19:45:44.791Z[ recovery-image] Aug 18 19:45:44.061 INFO O| Aug 18 19:45:44.061 INFO STEP 348 (remove_files) COMPLETE
58632025-08-18T19:45:44.791Z[ recovery-image] Aug 18 19:45:44.061 INFO O| Aug 18 19:45:44.061 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642025-08-18T19:45:44.797Z[ recovery-image] Aug 18 19:45:44.073 INFO O| Aug 18 19:45:44.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58652025-08-18T19:45:44.801Z[ recovery-image] Aug 18 19:45:44.073 INFO O| Aug 18 19:45:44.073 INFO STEP 349 (remove_files) COMPLETE
58662025-08-18T19:45:44.801Z[ recovery-image] Aug 18 19:45:44.073 INFO O| Aug 18 19:45:44.073 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672025-08-18T19:45:44.811Z[ recovery-image] Aug 18 19:45:44.086 INFO O| Aug 18 19:45:44.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58682025-08-18T19:45:44.814Z[ recovery-image] Aug 18 19:45:44.086 INFO O| Aug 18 19:45:44.086 INFO STEP 350 (remove_files) COMPLETE
58692025-08-18T19:45:44.814Z[ recovery-image] Aug 18 19:45:44.086 INFO O| Aug 18 19:45:44.086 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702025-08-18T19:45:44.824Z[ recovery-image] Aug 18 19:45:44.099 INFO O| Aug 18 19:45:44.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58712025-08-18T19:45:44.828Z[ recovery-image] Aug 18 19:45:44.099 INFO O| Aug 18 19:45:44.099 INFO STEP 351 (remove_files) COMPLETE
58722025-08-18T19:45:44.828Z[ recovery-image] Aug 18 19:45:44.099 INFO O| Aug 18 19:45:44.099 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732025-08-18T19:45:44.837Z[ recovery-image] Aug 18 19:45:44.112 INFO O| Aug 18 19:45:44.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58742025-08-18T19:45:44.837Z[ recovery-image] Aug 18 19:45:44.112 INFO O| Aug 18 19:45:44.112 INFO STEP 352 (remove_files) COMPLETE
58752025-08-18T19:45:44.840Z[ recovery-image] Aug 18 19:45:44.112 INFO O| Aug 18 19:45:44.112 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762025-08-18T19:45:44.849Z[ recovery-image] Aug 18 19:45:44.124 INFO O| Aug 18 19:45:44.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58772025-08-18T19:45:44.849Z[ recovery-image] Aug 18 19:45:44.124 INFO O| Aug 18 19:45:44.124 INFO STEP 353 (remove_files) COMPLETE
58782025-08-18T19:45:44.852Z[ recovery-image] Aug 18 19:45:44.124 INFO O| Aug 18 19:45:44.124 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792025-08-18T19:45:44.858Z[ recovery-image] Aug 18 19:45:44.133 INFO O| Aug 18 19:45:44.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58802025-08-18T19:45:44.862Z[ recovery-image] Aug 18 19:45:44.133 INFO O| Aug 18 19:45:44.133 INFO STEP 354 (remove_files) COMPLETE
58812025-08-18T19:45:44.862Z[ recovery-image] Aug 18 19:45:44.133 INFO O| Aug 18 19:45:44.133 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822025-08-18T19:45:44.894Z[ recovery-image] Aug 18 19:45:44.147 INFO O| Aug 18 19:45:44.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58832025-08-18T19:45:44.894Z[ recovery-image] Aug 18 19:45:44.147 INFO O| Aug 18 19:45:44.147 INFO STEP 355 (remove_files) COMPLETE
58842025-08-18T19:45:44.894Z[ recovery-image] Aug 18 19:45:44.147 INFO O| Aug 18 19:45:44.147 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852025-08-18T19:45:44.899Z[ recovery-image] Aug 18 19:45:44.159 INFO O| Aug 18 19:45:44.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58862025-08-18T19:45:44.899Z[ recovery-image] Aug 18 19:45:44.159 INFO O| Aug 18 19:45:44.159 INFO STEP 356 (remove_files) COMPLETE
58872025-08-18T19:45:44.899Z[ recovery-image] Aug 18 19:45:44.159 INFO O| Aug 18 19:45:44.159 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882025-08-18T19:45:44.899Z[ recovery-image] Aug 18 19:45:44.167 INFO O| Aug 18 19:45:44.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
58892025-08-18T19:45:44.899Z[ recovery-image] Aug 18 19:45:44.168 INFO O| Aug 18 19:45:44.168 INFO STEP 357 (remove_files) COMPLETE
58902025-08-18T19:45:44.899Z[ recovery-image] Aug 18 19:45:44.168 INFO O| Aug 18 19:45:44.168 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912025-08-18T19:45:44.903Z[ recovery-image] Aug 18 19:45:44.178 INFO O| Aug 18 19:45:44.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
58922025-08-18T19:45:44.903Z[ recovery-image] Aug 18 19:45:44.178 INFO O| Aug 18 19:45:44.178 INFO STEP 358 (remove_files) COMPLETE
58932025-08-18T19:45:44.903Z[ recovery-image] Aug 18 19:45:44.178 INFO O| Aug 18 19:45:44.178 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942025-08-18T19:45:44.916Z[ recovery-image] Aug 18 19:45:44.191 INFO O| Aug 18 19:45:44.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
58952025-08-18T19:45:44.916Z[ recovery-image] Aug 18 19:45:44.191 INFO O| Aug 18 19:45:44.191 INFO STEP 359 (remove_files) COMPLETE
58962025-08-18T19:45:44.919Z[ recovery-image] Aug 18 19:45:44.191 INFO O| Aug 18 19:45:44.191 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972025-08-18T19:45:44.926Z[ recovery-image] Aug 18 19:45:44.201 INFO O| Aug 18 19:45:44.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
58982025-08-18T19:45:44.926Z[ recovery-image] Aug 18 19:45:44.201 INFO O| Aug 18 19:45:44.201 INFO STEP 360 (remove_files) COMPLETE
58992025-08-18T19:45:44.926Z[ recovery-image] Aug 18 19:45:44.201 INFO O| Aug 18 19:45:44.201 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002025-08-18T19:45:44.939Z[ recovery-image] Aug 18 19:45:44.213 INFO O| Aug 18 19:45:44.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
59012025-08-18T19:45:44.939Z[ recovery-image] Aug 18 19:45:44.213 INFO O| Aug 18 19:45:44.213 INFO STEP 361 (remove_files) COMPLETE
59022025-08-18T19:45:44.942Z[ recovery-image] Aug 18 19:45:44.213 INFO O| Aug 18 19:45:44.213 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032025-08-18T19:45:44.946Z[ recovery-image] Aug 18 19:45:44.222 INFO O| Aug 18 19:45:44.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
59042025-08-18T19:45:44.946Z[ recovery-image] Aug 18 19:45:44.222 INFO O| Aug 18 19:45:44.222 INFO STEP 362 (remove_files) COMPLETE
59052025-08-18T19:45:44.949Z[ recovery-image] Aug 18 19:45:44.222 INFO O| Aug 18 19:45:44.222 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062025-08-18T19:45:44.959Z[ recovery-image] Aug 18 19:45:44.235 INFO O| Aug 18 19:45:44.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
59072025-08-18T19:45:44.960Z[ recovery-image] Aug 18 19:45:44.235 INFO O| Aug 18 19:45:44.235 INFO STEP 363 (remove_files) COMPLETE
59082025-08-18T19:45:44.964Z[ recovery-image] Aug 18 19:45:44.235 INFO O| Aug 18 19:45:44.235 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092025-08-18T19:45:44.968Z[ recovery-image] Aug 18 19:45:44.243 INFO O| Aug 18 19:45:44.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
59102025-08-18T19:45:44.968Z[ recovery-image] Aug 18 19:45:44.243 INFO O| Aug 18 19:45:44.243 INFO STEP 364 (remove_files) COMPLETE
59112025-08-18T19:45:44.972Z[ recovery-image] Aug 18 19:45:44.243 INFO O| Aug 18 19:45:44.243 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122025-08-18T19:45:44.981Z[ recovery-image] Aug 18 19:45:44.256 INFO O| Aug 18 19:45:44.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
59132025-08-18T19:45:44.981Z[ recovery-image] Aug 18 19:45:44.256 INFO O| Aug 18 19:45:44.256 INFO STEP 365 (remove_files) COMPLETE
59142025-08-18T19:45:44.981Z[ recovery-image] Aug 18 19:45:44.256 INFO O| Aug 18 19:45:44.256 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152025-08-18T19:45:44.994Z[ recovery-image] Aug 18 19:45:44.269 INFO O| Aug 18 19:45:44.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
59162025-08-18T19:45:44.994Z[ recovery-image] Aug 18 19:45:44.269 INFO O| Aug 18 19:45:44.269 INFO STEP 366 (remove_files) COMPLETE
59172025-08-18T19:45:44.994Z[ recovery-image] Aug 18 19:45:44.269 INFO O| Aug 18 19:45:44.269 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182025-08-18T19:45:45.005Z[ recovery-image] Aug 18 19:45:44.280 INFO O| Aug 18 19:45:44.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59192025-08-18T19:45:45.010Z[ recovery-image] Aug 18 19:45:44.281 INFO O| Aug 18 19:45:44.281 INFO STEP 367 (remove_files) COMPLETE
59202025-08-18T19:45:45.010Z[ recovery-image] Aug 18 19:45:44.281 INFO O| Aug 18 19:45:44.281 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212025-08-18T19:45:45.019Z[ recovery-image] Aug 18 19:45:44.294 INFO O| Aug 18 19:45:44.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59222025-08-18T19:45:45.022Z[ recovery-image] Aug 18 19:45:44.294 INFO O| Aug 18 19:45:44.294 INFO STEP 368 (remove_files) COMPLETE
59232025-08-18T19:45:45.022Z[ recovery-image] Aug 18 19:45:44.294 INFO O| Aug 18 19:45:44.294 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242025-08-18T19:45:45.031Z[ recovery-image] Aug 18 19:45:44.306 INFO O| Aug 18 19:45:44.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59252025-08-18T19:45:45.031Z[ recovery-image] Aug 18 19:45:44.307 INFO O| Aug 18 19:45:44.306 INFO STEP 369 (remove_files) COMPLETE
59262025-08-18T19:45:45.031Z[ recovery-image] Aug 18 19:45:44.307 INFO O| Aug 18 19:45:44.306 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272025-08-18T19:45:45.041Z[ recovery-image] Aug 18 19:45:44.316 INFO O| Aug 18 19:45:44.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59282025-08-18T19:45:45.044Z[ recovery-image] Aug 18 19:45:44.316 INFO O| Aug 18 19:45:44.316 INFO STEP 370 (remove_files) COMPLETE
59292025-08-18T19:45:45.044Z[ recovery-image] Aug 18 19:45:44.316 INFO O| Aug 18 19:45:44.316 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302025-08-18T19:45:45.050Z[ recovery-image] Aug 18 19:45:44.325 INFO O| Aug 18 19:45:44.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59312025-08-18T19:45:45.050Z[ recovery-image] Aug 18 19:45:44.325 INFO O| Aug 18 19:45:44.325 INFO STEP 371 (remove_files) COMPLETE
59322025-08-18T19:45:45.053Z[ recovery-image] Aug 18 19:45:44.325 INFO O| Aug 18 19:45:44.325 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332025-08-18T19:45:45.061Z[ recovery-image] Aug 18 19:45:44.336 INFO O| Aug 18 19:45:44.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59342025-08-18T19:45:45.064Z[ recovery-image] Aug 18 19:45:44.336 INFO O| Aug 18 19:45:44.336 INFO STEP 372 (remove_files) COMPLETE
59352025-08-18T19:45:45.064Z[ recovery-image] Aug 18 19:45:44.336 INFO O| Aug 18 19:45:44.336 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362025-08-18T19:45:45.075Z[ recovery-image] Aug 18 19:45:44.350 INFO O| Aug 18 19:45:44.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59372025-08-18T19:45:45.075Z[ recovery-image] Aug 18 19:45:44.350 INFO O| Aug 18 19:45:44.350 INFO STEP 373 (remove_files) COMPLETE
59382025-08-18T19:45:45.075Z[ recovery-image] Aug 18 19:45:44.350 INFO O| Aug 18 19:45:44.350 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392025-08-18T19:45:45.088Z[ recovery-image] Aug 18 19:45:44.363 INFO O| Aug 18 19:45:44.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59402025-08-18T19:45:45.088Z[ recovery-image] Aug 18 19:45:44.363 INFO O| Aug 18 19:45:44.363 INFO STEP 374 (remove_files) COMPLETE
59412025-08-18T19:45:45.088Z[ recovery-image] Aug 18 19:45:44.363 INFO O| Aug 18 19:45:44.363 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422025-08-18T19:45:45.101Z[ recovery-image] Aug 18 19:45:44.377 INFO O| Aug 18 19:45:44.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59432025-08-18T19:45:45.104Z[ recovery-image] Aug 18 19:45:44.377 INFO O| Aug 18 19:45:44.377 INFO STEP 375 (remove_files) COMPLETE
59442025-08-18T19:45:45.105Z[ recovery-image] Aug 18 19:45:44.377 INFO O| Aug 18 19:45:44.377 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452025-08-18T19:45:45.114Z[ recovery-image] Aug 18 19:45:44.389 INFO O| Aug 18 19:45:44.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59462025-08-18T19:45:45.114Z[ recovery-image] Aug 18 19:45:44.389 INFO O| Aug 18 19:45:44.389 INFO STEP 376 (remove_files) COMPLETE
59472025-08-18T19:45:45.114Z[ recovery-image] Aug 18 19:45:44.389 INFO O| Aug 18 19:45:44.389 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482025-08-18T19:45:45.127Z[ recovery-image] Aug 18 19:45:44.402 INFO O| Aug 18 19:45:44.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59492025-08-18T19:45:45.127Z[ recovery-image] Aug 18 19:45:44.402 INFO O| Aug 18 19:45:44.402 INFO STEP 377 (remove_files) COMPLETE
59502025-08-18T19:45:45.130Z[ recovery-image] Aug 18 19:45:44.402 INFO O| Aug 18 19:45:44.402 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512025-08-18T19:45:45.138Z[ recovery-image] Aug 18 19:45:44.413 INFO O| Aug 18 19:45:44.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59522025-08-18T19:45:45.138Z[ recovery-image] Aug 18 19:45:44.413 INFO O| Aug 18 19:45:44.413 INFO STEP 378 (remove_files) COMPLETE
59532025-08-18T19:45:45.141Z[ recovery-image] Aug 18 19:45:44.413 INFO O| Aug 18 19:45:44.413 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542025-08-18T19:45:45.150Z[ recovery-image] Aug 18 19:45:44.426 INFO O| Aug 18 19:45:44.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59552025-08-18T19:45:45.151Z[ recovery-image] Aug 18 19:45:44.426 INFO O| Aug 18 19:45:44.426 INFO STEP 379 (remove_files) COMPLETE
59562025-08-18T19:45:45.154Z[ recovery-image] Aug 18 19:45:44.426 INFO O| Aug 18 19:45:44.426 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572025-08-18T19:45:45.159Z[ recovery-image] Aug 18 19:45:44.435 INFO O| Aug 18 19:45:44.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59582025-08-18T19:45:45.159Z[ recovery-image] Aug 18 19:45:44.435 INFO O| Aug 18 19:45:44.435 INFO STEP 380 (remove_files) COMPLETE
59592025-08-18T19:45:45.162Z[ recovery-image] Aug 18 19:45:44.435 INFO O| Aug 18 19:45:44.435 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602025-08-18T19:45:45.171Z[ recovery-image] Aug 18 19:45:44.447 INFO O| Aug 18 19:45:44.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59612025-08-18T19:45:45.175Z[ recovery-image] Aug 18 19:45:44.447 INFO O| Aug 18 19:45:44.447 INFO STEP 381 (remove_files) COMPLETE
59622025-08-18T19:45:45.175Z[ recovery-image] Aug 18 19:45:44.447 INFO O| Aug 18 19:45:44.447 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632025-08-18T19:45:45.183Z[ recovery-image] Aug 18 19:45:44.459 INFO O| Aug 18 19:45:44.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59642025-08-18T19:45:45.183Z[ recovery-image] Aug 18 19:45:44.459 INFO O| Aug 18 19:45:44.459 INFO STEP 382 (remove_files) COMPLETE
59652025-08-18T19:45:45.184Z[ recovery-image] Aug 18 19:45:44.459 INFO O| Aug 18 19:45:44.459 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662025-08-18T19:45:45.196Z[ recovery-image] Aug 18 19:45:44.472 INFO O| Aug 18 19:45:44.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59672025-08-18T19:45:45.196Z[ recovery-image] Aug 18 19:45:44.472 INFO O| Aug 18 19:45:44.472 INFO STEP 383 (remove_files) COMPLETE
59682025-08-18T19:45:45.199Z[ recovery-image] Aug 18 19:45:44.472 INFO O| Aug 18 19:45:44.472 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692025-08-18T19:45:45.206Z[ recovery-image] Aug 18 19:45:44.482 INFO O| Aug 18 19:45:44.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59702025-08-18T19:45:45.206Z[ recovery-image] Aug 18 19:45:44.482 INFO O| Aug 18 19:45:44.482 INFO STEP 384 (remove_files) COMPLETE
59712025-08-18T19:45:45.206Z[ recovery-image] Aug 18 19:45:44.482 INFO O| Aug 18 19:45:44.482 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722025-08-18T19:45:45.218Z[ recovery-image] Aug 18 19:45:44.494 INFO O| Aug 18 19:45:44.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59732025-08-18T19:45:45.222Z[ recovery-image] Aug 18 19:45:44.494 INFO O| Aug 18 19:45:44.494 INFO STEP 385 (remove_files) COMPLETE
59742025-08-18T19:45:45.222Z[ recovery-image] Aug 18 19:45:44.494 INFO O| Aug 18 19:45:44.494 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752025-08-18T19:45:45.231Z[ recovery-image] Aug 18 19:45:44.507 INFO O| Aug 18 19:45:44.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59762025-08-18T19:45:45.231Z[ recovery-image] Aug 18 19:45:44.507 INFO O| Aug 18 19:45:44.507 INFO STEP 386 (remove_files) COMPLETE
59772025-08-18T19:45:45.231Z[ recovery-image] Aug 18 19:45:44.507 INFO O| Aug 18 19:45:44.507 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782025-08-18T19:45:45.245Z[ recovery-image] Aug 18 19:45:44.520 INFO O| Aug 18 19:45:44.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59792025-08-18T19:45:45.248Z[ recovery-image] Aug 18 19:45:44.520 INFO O| Aug 18 19:45:44.520 INFO STEP 387 (remove_files) COMPLETE
59802025-08-18T19:45:45.248Z[ recovery-image] Aug 18 19:45:44.520 INFO O| Aug 18 19:45:44.520 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812025-08-18T19:45:45.257Z[ recovery-image] Aug 18 19:45:44.533 INFO O| Aug 18 19:45:44.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59822025-08-18T19:45:45.257Z[ recovery-image] Aug 18 19:45:44.533 INFO O| Aug 18 19:45:44.533 INFO STEP 388 (remove_files) COMPLETE
59832025-08-18T19:45:45.257Z[ recovery-image] Aug 18 19:45:44.533 INFO O| Aug 18 19:45:44.533 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842025-08-18T19:45:45.270Z[ recovery-image] Aug 18 19:45:44.545 INFO O| Aug 18 19:45:44.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
59852025-08-18T19:45:45.270Z[ recovery-image] Aug 18 19:45:44.546 INFO O| Aug 18 19:45:44.546 INFO STEP 389 (remove_files) COMPLETE
59862025-08-18T19:45:45.270Z[ recovery-image] Aug 18 19:45:44.546 INFO O| Aug 18 19:45:44.546 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872025-08-18T19:45:45.282Z[ recovery-image] Aug 18 19:45:44.557 INFO O| Aug 18 19:45:44.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
59882025-08-18T19:45:45.285Z[ recovery-image] Aug 18 19:45:44.557 INFO O| Aug 18 19:45:44.557 INFO STEP 390 (remove_files) COMPLETE
59892025-08-18T19:45:45.285Z[ recovery-image] Aug 18 19:45:44.557 INFO O| Aug 18 19:45:44.557 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902025-08-18T19:45:45.296Z[ recovery-image] Aug 18 19:45:44.571 INFO O| Aug 18 19:45:44.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
59912025-08-18T19:45:45.299Z[ recovery-image] Aug 18 19:45:44.571 INFO O| Aug 18 19:45:44.571 INFO STEP 391 (remove_files) COMPLETE
59922025-08-18T19:45:45.299Z[ recovery-image] Aug 18 19:45:44.571 INFO O| Aug 18 19:45:44.571 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932025-08-18T19:45:45.308Z[ recovery-image] Aug 18 19:45:44.584 INFO O| Aug 18 19:45:44.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
59942025-08-18T19:45:45.312Z[ recovery-image] Aug 18 19:45:44.584 INFO O| Aug 18 19:45:44.584 INFO STEP 392 (remove_files) COMPLETE
59952025-08-18T19:45:45.312Z[ recovery-image] Aug 18 19:45:44.584 INFO O| Aug 18 19:45:44.584 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962025-08-18T19:45:45.320Z[ recovery-image] Aug 18 19:45:44.596 INFO O| Aug 18 19:45:44.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
59972025-08-18T19:45:45.320Z[ recovery-image] Aug 18 19:45:44.596 INFO O| Aug 18 19:45:44.596 INFO STEP 393 (remove_files) COMPLETE
59982025-08-18T19:45:45.325Z[ recovery-image] Aug 18 19:45:44.596 INFO O| Aug 18 19:45:44.596 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992025-08-18T19:45:45.332Z[ recovery-image] Aug 18 19:45:44.608 INFO O| Aug 18 19:45:44.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
60002025-08-18T19:45:45.336Z[ recovery-image] Aug 18 19:45:44.608 INFO O| Aug 18 19:45:44.608 INFO STEP 394 (remove_files) COMPLETE
60012025-08-18T19:45:45.336Z[ recovery-image] Aug 18 19:45:44.608 INFO O| Aug 18 19:45:44.608 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022025-08-18T19:45:45.345Z[ recovery-image] Aug 18 19:45:44.621 INFO O| Aug 18 19:45:44.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
60032025-08-18T19:45:45.345Z[ recovery-image] Aug 18 19:45:44.621 INFO O| Aug 18 19:45:44.621 INFO STEP 395 (remove_files) COMPLETE
60042025-08-18T19:45:45.349Z[ recovery-image] Aug 18 19:45:44.621 INFO O| Aug 18 19:45:44.621 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052025-08-18T19:45:45.358Z[ recovery-image] Aug 18 19:45:44.633 INFO O| Aug 18 19:45:44.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
60062025-08-18T19:45:45.358Z[ recovery-image] Aug 18 19:45:44.633 INFO O| Aug 18 19:45:44.633 INFO STEP 396 (remove_files) COMPLETE
60072025-08-18T19:45:45.362Z[ recovery-image] Aug 18 19:45:44.633 INFO O| Aug 18 19:45:44.633 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082025-08-18T19:45:45.369Z[ recovery-image] Aug 18 19:45:44.645 INFO O| Aug 18 19:45:44.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
60092025-08-18T19:45:45.373Z[ recovery-image] Aug 18 19:45:44.645 INFO O| Aug 18 19:45:44.645 INFO STEP 397 (remove_files) COMPLETE
60102025-08-18T19:45:45.373Z[ recovery-image] Aug 18 19:45:44.645 INFO O| Aug 18 19:45:44.645 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112025-08-18T19:45:45.382Z[ recovery-image] Aug 18 19:45:44.658 INFO O| Aug 18 19:45:44.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
60122025-08-18T19:45:45.386Z[ recovery-image] Aug 18 19:45:44.658 INFO O| Aug 18 19:45:44.658 INFO STEP 398 (remove_files) COMPLETE
60132025-08-18T19:45:45.386Z[ recovery-image] Aug 18 19:45:44.658 INFO O| Aug 18 19:45:44.658 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142025-08-18T19:45:45.395Z[ recovery-image] Aug 18 19:45:44.671 INFO O| Aug 18 19:45:44.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
60152025-08-18T19:45:45.395Z[ recovery-image] Aug 18 19:45:44.671 INFO O| Aug 18 19:45:44.671 INFO STEP 399 (remove_files) COMPLETE
60162025-08-18T19:45:45.395Z[ recovery-image] Aug 18 19:45:44.671 INFO O| Aug 18 19:45:44.671 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172025-08-18T19:45:45.407Z[ recovery-image] Aug 18 19:45:44.683 INFO O| Aug 18 19:45:44.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60182025-08-18T19:45:45.407Z[ recovery-image] Aug 18 19:45:44.683 INFO O| Aug 18 19:45:44.683 INFO STEP 400 (remove_files) COMPLETE
60192025-08-18T19:45:45.411Z[ recovery-image] Aug 18 19:45:44.683 INFO O| Aug 18 19:45:44.683 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202025-08-18T19:45:45.421Z[ recovery-image] Aug 18 19:45:44.697 INFO O| Aug 18 19:45:44.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60212025-08-18T19:45:45.421Z[ recovery-image] Aug 18 19:45:44.697 INFO O| Aug 18 19:45:44.697 INFO STEP 401 (remove_files) COMPLETE
60222025-08-18T19:45:45.425Z[ recovery-image] Aug 18 19:45:44.697 INFO O| Aug 18 19:45:44.697 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232025-08-18T19:45:45.434Z[ recovery-image] Aug 18 19:45:44.710 INFO O| Aug 18 19:45:44.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60242025-08-18T19:45:45.434Z[ recovery-image] Aug 18 19:45:44.710 INFO O| Aug 18 19:45:44.710 INFO STEP 402 (remove_files) COMPLETE
60252025-08-18T19:45:45.439Z[ recovery-image] Aug 18 19:45:44.710 INFO O| Aug 18 19:45:44.710 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262025-08-18T19:45:45.447Z[ recovery-image] Aug 18 19:45:44.722 INFO O| Aug 18 19:45:44.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60272025-08-18T19:45:45.447Z[ recovery-image] Aug 18 19:45:44.723 INFO O| Aug 18 19:45:44.723 INFO STEP 403 (remove_files) COMPLETE
60282025-08-18T19:45:45.450Z[ recovery-image] Aug 18 19:45:44.723 INFO O| Aug 18 19:45:44.723 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292025-08-18T19:45:45.458Z[ recovery-image] Aug 18 19:45:44.734 INFO O| Aug 18 19:45:44.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60302025-08-18T19:45:45.461Z[ recovery-image] Aug 18 19:45:44.734 INFO O| Aug 18 19:45:44.734 INFO STEP 404 (remove_files) COMPLETE
60312025-08-18T19:45:45.461Z[ recovery-image] Aug 18 19:45:44.734 INFO O| Aug 18 19:45:44.734 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322025-08-18T19:45:45.473Z[ recovery-image] Aug 18 19:45:44.748 INFO O| Aug 18 19:45:44.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60332025-08-18T19:45:45.476Z[ recovery-image] Aug 18 19:45:44.749 INFO O| Aug 18 19:45:44.749 INFO STEP 405 (remove_files) COMPLETE
60342025-08-18T19:45:45.476Z[ recovery-image] Aug 18 19:45:44.749 INFO O| Aug 18 19:45:44.749 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352025-08-18T19:45:45.486Z[ recovery-image] Aug 18 19:45:44.761 INFO O| Aug 18 19:45:44.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60362025-08-18T19:45:45.486Z[ recovery-image] Aug 18 19:45:44.762 INFO O| Aug 18 19:45:44.762 INFO STEP 406 (remove_files) COMPLETE
60372025-08-18T19:45:45.486Z[ recovery-image] Aug 18 19:45:44.762 INFO O| Aug 18 19:45:44.762 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382025-08-18T19:45:45.499Z[ recovery-image] Aug 18 19:45:44.775 INFO O| Aug 18 19:45:44.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60392025-08-18T19:45:45.500Z[ recovery-image] Aug 18 19:45:44.775 INFO O| Aug 18 19:45:44.775 INFO STEP 407 (remove_files) COMPLETE
60402025-08-18T19:45:45.500Z[ recovery-image] Aug 18 19:45:44.775 INFO O| Aug 18 19:45:44.775 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412025-08-18T19:45:45.513Z[ recovery-image] Aug 18 19:45:44.789 INFO O| Aug 18 19:45:44.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60422025-08-18T19:45:45.513Z[ recovery-image] Aug 18 19:45:44.789 INFO O| Aug 18 19:45:44.789 INFO STEP 408 (remove_files) COMPLETE
60432025-08-18T19:45:45.513Z[ recovery-image] Aug 18 19:45:44.789 INFO O| Aug 18 19:45:44.789 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442025-08-18T19:45:45.525Z[ recovery-image] Aug 18 19:45:44.801 INFO O| Aug 18 19:45:44.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60452025-08-18T19:45:45.525Z[ recovery-image] Aug 18 19:45:44.801 INFO O| Aug 18 19:45:44.801 INFO STEP 409 (remove_files) COMPLETE
60462025-08-18T19:45:45.525Z[ recovery-image] Aug 18 19:45:44.801 INFO O| Aug 18 19:45:44.801 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472025-08-18T19:45:45.538Z[ recovery-image] Aug 18 19:45:44.813 INFO O| Aug 18 19:45:44.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60482025-08-18T19:45:45.538Z[ recovery-image] Aug 18 19:45:44.814 INFO O| Aug 18 19:45:44.813 INFO STEP 410 (remove_files) COMPLETE
60492025-08-18T19:45:45.541Z[ recovery-image] Aug 18 19:45:44.814 INFO O| Aug 18 19:45:44.814 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502025-08-18T19:45:45.551Z[ recovery-image] Aug 18 19:45:44.827 INFO O| Aug 18 19:45:44.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60512025-08-18T19:45:45.554Z[ recovery-image] Aug 18 19:45:44.827 INFO O| Aug 18 19:45:44.827 INFO STEP 411 (remove_files) COMPLETE
60522025-08-18T19:45:45.554Z[ recovery-image] Aug 18 19:45:44.827 INFO O| Aug 18 19:45:44.827 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532025-08-18T19:45:45.565Z[ recovery-image] Aug 18 19:45:44.840 INFO O| Aug 18 19:45:44.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60542025-08-18T19:45:45.568Z[ recovery-image] Aug 18 19:45:44.840 INFO O| Aug 18 19:45:44.840 INFO STEP 412 (remove_files) COMPLETE
60552025-08-18T19:45:45.568Z[ recovery-image] Aug 18 19:45:44.840 INFO O| Aug 18 19:45:44.840 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562025-08-18T19:45:45.576Z[ recovery-image] Aug 18 19:45:44.852 INFO O| Aug 18 19:45:44.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60572025-08-18T19:45:45.576Z[ recovery-image] Aug 18 19:45:44.852 INFO O| Aug 18 19:45:44.852 INFO STEP 413 (remove_files) COMPLETE
60582025-08-18T19:45:45.579Z[ recovery-image] Aug 18 19:45:44.852 INFO O| Aug 18 19:45:44.852 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592025-08-18T19:45:45.585Z[ recovery-image] Aug 18 19:45:44.861 INFO O| Aug 18 19:45:44.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60602025-08-18T19:45:45.585Z[ recovery-image] Aug 18 19:45:44.861 INFO O| Aug 18 19:45:44.861 INFO STEP 414 (remove_files) COMPLETE
60612025-08-18T19:45:45.589Z[ recovery-image] Aug 18 19:45:44.861 INFO O| Aug 18 19:45:44.861 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622025-08-18T19:45:45.598Z[ recovery-image] Aug 18 19:45:44.874 INFO O| Aug 18 19:45:44.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60632025-08-18T19:45:45.598Z[ recovery-image] Aug 18 19:45:44.874 INFO O| Aug 18 19:45:44.874 INFO STEP 415 (remove_files) COMPLETE
60642025-08-18T19:45:45.598Z[ recovery-image] Aug 18 19:45:44.874 INFO O| Aug 18 19:45:44.874 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652025-08-18T19:45:45.610Z[ recovery-image] Aug 18 19:45:44.886 INFO O| Aug 18 19:45:44.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60662025-08-18T19:45:45.610Z[ recovery-image] Aug 18 19:45:44.886 INFO O| Aug 18 19:45:44.886 INFO STEP 416 (remove_files) COMPLETE
60672025-08-18T19:45:45.610Z[ recovery-image] Aug 18 19:45:44.886 INFO O| Aug 18 19:45:44.886 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682025-08-18T19:45:45.623Z[ recovery-image] Aug 18 19:45:44.899 INFO O| Aug 18 19:45:44.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60692025-08-18T19:45:45.623Z[ recovery-image] Aug 18 19:45:44.899 INFO O| Aug 18 19:45:44.899 INFO STEP 417 (remove_files) COMPLETE
60702025-08-18T19:45:45.623Z[ recovery-image] Aug 18 19:45:44.899 INFO O| Aug 18 19:45:44.899 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712025-08-18T19:45:45.635Z[ recovery-image] Aug 18 19:45:44.911 INFO O| Aug 18 19:45:44.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60722025-08-18T19:45:45.635Z[ recovery-image] Aug 18 19:45:44.911 INFO O| Aug 18 19:45:44.911 INFO STEP 418 (remove_files) COMPLETE
60732025-08-18T19:45:45.635Z[ recovery-image] Aug 18 19:45:44.911 INFO O| Aug 18 19:45:44.911 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742025-08-18T19:45:45.649Z[ recovery-image] Aug 18 19:45:44.925 INFO O| Aug 18 19:45:44.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60752025-08-18T19:45:45.652Z[ recovery-image] Aug 18 19:45:44.925 INFO O| Aug 18 19:45:44.925 INFO STEP 419 (remove_files) COMPLETE
60762025-08-18T19:45:45.652Z[ recovery-image] Aug 18 19:45:44.925 INFO O| Aug 18 19:45:44.925 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772025-08-18T19:45:45.662Z[ recovery-image] Aug 18 19:45:44.938 INFO O| Aug 18 19:45:44.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60782025-08-18T19:45:45.662Z[ recovery-image] Aug 18 19:45:44.938 INFO O| Aug 18 19:45:44.938 INFO STEP 420 (remove_files) COMPLETE
60792025-08-18T19:45:45.665Z[ recovery-image] Aug 18 19:45:44.938 INFO O| Aug 18 19:45:44.938 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802025-08-18T19:45:45.675Z[ recovery-image] Aug 18 19:45:44.951 INFO O| Aug 18 19:45:44.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60812025-08-18T19:45:45.675Z[ recovery-image] Aug 18 19:45:44.951 INFO O| Aug 18 19:45:44.951 INFO STEP 421 (remove_files) COMPLETE
60822025-08-18T19:45:45.678Z[ recovery-image] Aug 18 19:45:44.951 INFO O| Aug 18 19:45:44.951 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832025-08-18T19:45:45.683Z[ recovery-image] Aug 18 19:45:44.960 INFO O| Aug 18 19:45:44.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60842025-08-18T19:45:45.687Z[ recovery-image] Aug 18 19:45:44.960 INFO O| Aug 18 19:45:44.960 INFO STEP 422 (remove_files) COMPLETE
60852025-08-18T19:45:45.687Z[ recovery-image] Aug 18 19:45:44.960 INFO O| Aug 18 19:45:44.960 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862025-08-18T19:45:45.695Z[ recovery-image] Aug 18 19:45:44.972 INFO O| Aug 18 19:45:44.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60872025-08-18T19:45:45.698Z[ recovery-image] Aug 18 19:45:44.972 INFO O| Aug 18 19:45:44.972 INFO STEP 423 (remove_files) COMPLETE
60882025-08-18T19:45:45.699Z[ recovery-image] Aug 18 19:45:44.972 INFO O| Aug 18 19:45:44.972 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892025-08-18T19:45:45.708Z[ recovery-image] Aug 18 19:45:44.984 INFO O| Aug 18 19:45:44.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
60902025-08-18T19:45:45.708Z[ recovery-image] Aug 18 19:45:44.984 INFO O| Aug 18 19:45:44.984 INFO STEP 424 (remove_files) COMPLETE
60912025-08-18T19:45:45.711Z[ recovery-image] Aug 18 19:45:44.984 INFO O| Aug 18 19:45:44.984 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922025-08-18T19:45:45.721Z[ recovery-image] Aug 18 19:45:44.997 INFO O| Aug 18 19:45:44.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
60932025-08-18T19:45:45.724Z[ recovery-image] Aug 18 19:45:44.997 INFO O| Aug 18 19:45:44.997 INFO STEP 425 (remove_files) COMPLETE
60942025-08-18T19:45:45.724Z[ recovery-image] Aug 18 19:45:44.997 INFO O| Aug 18 19:45:44.997 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952025-08-18T19:45:45.735Z[ recovery-image] Aug 18 19:45:45.011 INFO O| Aug 18 19:45:45.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
60962025-08-18T19:45:45.735Z[ recovery-image] Aug 18 19:45:45.011 INFO O| Aug 18 19:45:45.011 INFO STEP 426 (remove_files) COMPLETE
60972025-08-18T19:45:45.735Z[ recovery-image] Aug 18 19:45:45.011 INFO O| Aug 18 19:45:45.011 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982025-08-18T19:45:45.750Z[ recovery-image] Aug 18 19:45:45.026 INFO O| Aug 18 19:45:45.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
60992025-08-18T19:45:45.750Z[ recovery-image] Aug 18 19:45:45.026 INFO O| Aug 18 19:45:45.026 INFO STEP 427 (remove_files) COMPLETE
61002025-08-18T19:45:45.753Z[ recovery-image] Aug 18 19:45:45.026 INFO O| Aug 18 19:45:45.026 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012025-08-18T19:45:45.762Z[ recovery-image] Aug 18 19:45:45.038 INFO O| Aug 18 19:45:45.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
61022025-08-18T19:45:45.762Z[ recovery-image] Aug 18 19:45:45.038 INFO O| Aug 18 19:45:45.038 INFO STEP 428 (remove_files) COMPLETE
61032025-08-18T19:45:45.765Z[ recovery-image] Aug 18 19:45:45.038 INFO O| Aug 18 19:45:45.038 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042025-08-18T19:45:45.775Z[ recovery-image] Aug 18 19:45:45.051 INFO O| Aug 18 19:45:45.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
61052025-08-18T19:45:45.778Z[ recovery-image] Aug 18 19:45:45.051 INFO O| Aug 18 19:45:45.051 INFO STEP 429 (remove_files) COMPLETE
61062025-08-18T19:45:45.778Z[ recovery-image] Aug 18 19:45:45.051 INFO O| Aug 18 19:45:45.051 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072025-08-18T19:45:45.788Z[ recovery-image] Aug 18 19:45:45.064 INFO O| Aug 18 19:45:45.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
61082025-08-18T19:45:45.791Z[ recovery-image] Aug 18 19:45:45.064 INFO O| Aug 18 19:45:45.064 INFO STEP 430 (remove_files) COMPLETE
61092025-08-18T19:45:45.791Z[ recovery-image] Aug 18 19:45:45.064 INFO O| Aug 18 19:45:45.064 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102025-08-18T19:45:45.801Z[ recovery-image] Aug 18 19:45:45.077 INFO O| Aug 18 19:45:45.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
61112025-08-18T19:45:45.801Z[ recovery-image] Aug 18 19:45:45.077 INFO O| Aug 18 19:45:45.077 INFO STEP 431 (remove_files) COMPLETE
61122025-08-18T19:45:45.801Z[ recovery-image] Aug 18 19:45:45.077 INFO O| Aug 18 19:45:45.077 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132025-08-18T19:45:45.814Z[ recovery-image] Aug 18 19:45:45.090 INFO O| Aug 18 19:45:45.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
61142025-08-18T19:45:45.818Z[ recovery-image] Aug 18 19:45:45.090 INFO O| Aug 18 19:45:45.090 INFO STEP 432 (remove_files) COMPLETE
61152025-08-18T19:45:45.818Z[ recovery-image] Aug 18 19:45:45.090 INFO O| Aug 18 19:45:45.090 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162025-08-18T19:45:45.827Z[ recovery-image] Aug 18 19:45:45.103 INFO O| Aug 18 19:45:45.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61172025-08-18T19:45:45.827Z[ recovery-image] Aug 18 19:45:45.103 INFO O| Aug 18 19:45:45.103 INFO STEP 433 (remove_files) COMPLETE
61182025-08-18T19:45:45.830Z[ recovery-image] Aug 18 19:45:45.103 INFO O| Aug 18 19:45:45.103 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192025-08-18T19:45:45.840Z[ recovery-image] Aug 18 19:45:45.116 INFO O| Aug 18 19:45:45.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61202025-08-18T19:45:45.840Z[ recovery-image] Aug 18 19:45:45.117 INFO O| Aug 18 19:45:45.117 INFO STEP 434 (remove_files) COMPLETE
61212025-08-18T19:45:45.844Z[ recovery-image] Aug 18 19:45:45.117 INFO O| Aug 18 19:45:45.117 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222025-08-18T19:45:45.853Z[ recovery-image] Aug 18 19:45:45.129 INFO O| Aug 18 19:45:45.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61232025-08-18T19:45:45.853Z[ recovery-image] Aug 18 19:45:45.129 INFO O| Aug 18 19:45:45.129 INFO STEP 435 (remove_files) COMPLETE
61242025-08-18T19:45:45.853Z[ recovery-image] Aug 18 19:45:45.129 INFO O| Aug 18 19:45:45.129 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252025-08-18T19:45:45.866Z[ recovery-image] Aug 18 19:45:45.142 INFO O| Aug 18 19:45:45.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61262025-08-18T19:45:45.866Z[ recovery-image] Aug 18 19:45:45.142 INFO O| Aug 18 19:45:45.142 INFO STEP 436 (remove_files) COMPLETE
61272025-08-18T19:45:45.866Z[ recovery-image] Aug 18 19:45:45.142 INFO O| Aug 18 19:45:45.142 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282025-08-18T19:45:45.880Z[ recovery-image] Aug 18 19:45:45.155 INFO O| Aug 18 19:45:45.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61292025-08-18T19:45:45.880Z[ recovery-image] Aug 18 19:45:45.155 INFO O| Aug 18 19:45:45.155 INFO STEP 437 (remove_files) COMPLETE
61302025-08-18T19:45:45.884Z[ recovery-image] Aug 18 19:45:45.155 INFO O| Aug 18 19:45:45.155 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312025-08-18T19:45:45.891Z[ recovery-image] Aug 18 19:45:45.167 INFO O| Aug 18 19:45:45.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61322025-08-18T19:45:45.891Z[ recovery-image] Aug 18 19:45:45.167 INFO O| Aug 18 19:45:45.167 INFO STEP 438 (remove_files) COMPLETE
61332025-08-18T19:45:45.894Z[ recovery-image] Aug 18 19:45:45.167 INFO O| Aug 18 19:45:45.167 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342025-08-18T19:45:45.903Z[ recovery-image] Aug 18 19:45:45.179 INFO O| Aug 18 19:45:45.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61352025-08-18T19:45:45.903Z[ recovery-image] Aug 18 19:45:45.179 INFO O| Aug 18 19:45:45.179 INFO STEP 439 (remove_files) COMPLETE
61362025-08-18T19:45:45.906Z[ recovery-image] Aug 18 19:45:45.179 INFO O| Aug 18 19:45:45.179 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372025-08-18T19:45:45.916Z[ recovery-image] Aug 18 19:45:45.193 INFO O| Aug 18 19:45:45.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61382025-08-18T19:45:45.919Z[ recovery-image] Aug 18 19:45:45.194 INFO O| Aug 18 19:45:45.194 INFO STEP 440 (remove_files) COMPLETE
61392025-08-18T19:45:45.919Z[ recovery-image] Aug 18 19:45:45.194 INFO O| Aug 18 19:45:45.194 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402025-08-18T19:45:45.929Z[ recovery-image] Aug 18 19:45:45.206 INFO O| Aug 18 19:45:45.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61412025-08-18T19:45:45.929Z[ recovery-image] Aug 18 19:45:45.206 INFO O| Aug 18 19:45:45.206 INFO STEP 441 (remove_files) COMPLETE
61422025-08-18T19:45:45.929Z[ recovery-image] Aug 18 19:45:45.206 INFO O| Aug 18 19:45:45.206 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432025-08-18T19:45:45.942Z[ recovery-image] Aug 18 19:45:45.218 INFO O| Aug 18 19:45:45.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61442025-08-18T19:45:45.945Z[ recovery-image] Aug 18 19:45:45.219 INFO O| Aug 18 19:45:45.219 INFO STEP 442 (remove_files) COMPLETE
61452025-08-18T19:45:45.945Z[ recovery-image] Aug 18 19:45:45.219 INFO O| Aug 18 19:45:45.219 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462025-08-18T19:45:45.955Z[ recovery-image] Aug 18 19:45:45.232 INFO O| Aug 18 19:45:45.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61472025-08-18T19:45:45.955Z[ recovery-image] Aug 18 19:45:45.232 INFO O| Aug 18 19:45:45.232 INFO STEP 443 (remove_files) COMPLETE
61482025-08-18T19:45:45.958Z[ recovery-image] Aug 18 19:45:45.232 INFO O| Aug 18 19:45:45.232 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492025-08-18T19:45:45.967Z[ recovery-image] Aug 18 19:45:45.244 INFO O| Aug 18 19:45:45.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61502025-08-18T19:45:45.968Z[ recovery-image] Aug 18 19:45:45.244 INFO O| Aug 18 19:45:45.244 INFO STEP 444 (remove_files) COMPLETE
61512025-08-18T19:45:45.971Z[ recovery-image] Aug 18 19:45:45.244 INFO O| Aug 18 19:45:45.244 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522025-08-18T19:45:45.980Z[ recovery-image] Aug 18 19:45:45.257 INFO O| Aug 18 19:45:45.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61532025-08-18T19:45:45.980Z[ recovery-image] Aug 18 19:45:45.257 INFO O| Aug 18 19:45:45.257 INFO STEP 445 (remove_files) COMPLETE
61542025-08-18T19:45:45.980Z[ recovery-image] Aug 18 19:45:45.257 INFO O| Aug 18 19:45:45.257 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552025-08-18T19:45:45.993Z[ recovery-image] Aug 18 19:45:45.269 INFO O| Aug 18 19:45:45.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61562025-08-18T19:45:45.993Z[ recovery-image] Aug 18 19:45:45.269 INFO O| Aug 18 19:45:45.269 INFO STEP 446 (remove_files) COMPLETE
61572025-08-18T19:45:45.996Z[ recovery-image] Aug 18 19:45:45.269 INFO O| Aug 18 19:45:45.269 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582025-08-18T19:45:46.005Z[ recovery-image] Aug 18 19:45:45.281 INFO O| Aug 18 19:45:45.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61592025-08-18T19:45:46.005Z[ recovery-image] Aug 18 19:45:45.281 INFO O| Aug 18 19:45:45.281 INFO STEP 447 (remove_files) COMPLETE
61602025-08-18T19:45:46.008Z[ recovery-image] Aug 18 19:45:45.281 INFO O| Aug 18 19:45:45.281 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612025-08-18T19:45:46.018Z[ recovery-image] Aug 18 19:45:45.294 INFO O| Aug 18 19:45:45.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61622025-08-18T19:45:46.018Z[ recovery-image] Aug 18 19:45:45.294 INFO O| Aug 18 19:45:45.294 INFO STEP 448 (remove_files) COMPLETE
61632025-08-18T19:45:46.021Z[ recovery-image] Aug 18 19:45:45.294 INFO O| Aug 18 19:45:45.294 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642025-08-18T19:45:46.032Z[ recovery-image] Aug 18 19:45:45.308 INFO O| Aug 18 19:45:45.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61652025-08-18T19:45:46.032Z[ recovery-image] Aug 18 19:45:45.308 INFO O| Aug 18 19:45:45.308 INFO STEP 449 (remove_files) COMPLETE
61662025-08-18T19:45:46.035Z[ recovery-image] Aug 18 19:45:45.308 INFO O| Aug 18 19:45:45.308 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672025-08-18T19:45:46.045Z[ recovery-image] Aug 18 19:45:45.321 INFO O| Aug 18 19:45:45.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61682025-08-18T19:45:46.045Z[ recovery-image] Aug 18 19:45:45.322 INFO O| Aug 18 19:45:45.322 INFO STEP 450 (remove_files) COMPLETE
61692025-08-18T19:45:46.048Z[ recovery-image] Aug 18 19:45:45.322 INFO O| Aug 18 19:45:45.322 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702025-08-18T19:45:46.055Z[ recovery-image] Aug 18 19:45:45.332 INFO O| Aug 18 19:45:45.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61712025-08-18T19:45:46.055Z[ recovery-image] Aug 18 19:45:45.332 INFO O| Aug 18 19:45:45.332 INFO STEP 451 (remove_files) COMPLETE
61722025-08-18T19:45:46.059Z[ recovery-image] Aug 18 19:45:45.332 INFO O| Aug 18 19:45:45.332 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732025-08-18T19:45:46.068Z[ recovery-image] Aug 18 19:45:45.344 INFO O| Aug 18 19:45:45.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61742025-08-18T19:45:46.068Z[ recovery-image] Aug 18 19:45:45.344 INFO O| Aug 18 19:45:45.344 INFO STEP 452 (remove_files) COMPLETE
61752025-08-18T19:45:46.071Z[ recovery-image] Aug 18 19:45:45.344 INFO O| Aug 18 19:45:45.344 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762025-08-18T19:45:46.080Z[ recovery-image] Aug 18 19:45:45.356 INFO O| Aug 18 19:45:45.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61772025-08-18T19:45:46.080Z[ recovery-image] Aug 18 19:45:45.356 INFO O| Aug 18 19:45:45.356 INFO STEP 453 (remove_files) COMPLETE
61782025-08-18T19:45:46.080Z[ recovery-image] Aug 18 19:45:45.356 INFO O| Aug 18 19:45:45.356 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792025-08-18T19:45:46.092Z[ recovery-image] Aug 18 19:45:45.369 INFO O| Aug 18 19:45:45.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61802025-08-18T19:45:46.095Z[ recovery-image] Aug 18 19:45:45.369 INFO O| Aug 18 19:45:45.369 INFO STEP 454 (remove_files) COMPLETE
61812025-08-18T19:45:46.096Z[ recovery-image] Aug 18 19:45:45.369 INFO O| Aug 18 19:45:45.369 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822025-08-18T19:45:46.106Z[ recovery-image] Aug 18 19:45:45.381 INFO O| Aug 18 19:45:45.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61832025-08-18T19:45:46.109Z[ recovery-image] Aug 18 19:45:45.381 INFO O| Aug 18 19:45:45.381 INFO STEP 455 (remove_files) COMPLETE
61842025-08-18T19:45:46.109Z[ recovery-image] Aug 18 19:45:45.381 INFO O| Aug 18 19:45:45.381 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852025-08-18T19:45:46.117Z[ recovery-image] Aug 18 19:45:45.394 INFO O| Aug 18 19:45:45.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61862025-08-18T19:45:46.117Z[ recovery-image] Aug 18 19:45:45.394 INFO O| Aug 18 19:45:45.394 INFO STEP 456 (remove_files) COMPLETE
61872025-08-18T19:45:46.120Z[ recovery-image] Aug 18 19:45:45.394 INFO O| Aug 18 19:45:45.394 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882025-08-18T19:45:46.129Z[ recovery-image] Aug 18 19:45:45.405 INFO O| Aug 18 19:45:45.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
61892025-08-18T19:45:46.129Z[ recovery-image] Aug 18 19:45:45.405 INFO O| Aug 18 19:45:45.405 INFO STEP 457 (remove_files) COMPLETE
61902025-08-18T19:45:46.129Z[ recovery-image] Aug 18 19:45:45.405 INFO O| Aug 18 19:45:45.405 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912025-08-18T19:45:46.142Z[ recovery-image] Aug 18 19:45:45.419 INFO O| Aug 18 19:45:45.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
61922025-08-18T19:45:46.146Z[ recovery-image] Aug 18 19:45:45.419 INFO O| Aug 18 19:45:45.419 INFO STEP 458 (remove_files) COMPLETE
61932025-08-18T19:45:46.146Z[ recovery-image] Aug 18 19:45:45.419 INFO O| Aug 18 19:45:45.419 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942025-08-18T19:45:46.157Z[ recovery-image] Aug 18 19:45:45.433 INFO O| Aug 18 19:45:45.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
61952025-08-18T19:45:46.157Z[ recovery-image] Aug 18 19:45:45.433 INFO O| Aug 18 19:45:45.433 INFO STEP 459 (remove_files) COMPLETE
61962025-08-18T19:45:46.161Z[ recovery-image] Aug 18 19:45:45.433 INFO O| Aug 18 19:45:45.433 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972025-08-18T19:45:46.170Z[ recovery-image] Aug 18 19:45:45.446 INFO O| Aug 18 19:45:45.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
61982025-08-18T19:45:46.173Z[ recovery-image] Aug 18 19:45:45.446 INFO O| Aug 18 19:45:45.446 INFO STEP 460 (remove_files) COMPLETE
61992025-08-18T19:45:46.173Z[ recovery-image] Aug 18 19:45:45.446 INFO O| Aug 18 19:45:45.446 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002025-08-18T19:45:46.183Z[ recovery-image] Aug 18 19:45:45.459 INFO O| Aug 18 19:45:45.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
62012025-08-18T19:45:46.183Z[ recovery-image] Aug 18 19:45:45.459 INFO O| Aug 18 19:45:45.459 INFO STEP 461 (remove_files) COMPLETE
62022025-08-18T19:45:46.186Z[ recovery-image] Aug 18 19:45:45.459 INFO O| Aug 18 19:45:45.459 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032025-08-18T19:45:46.196Z[ recovery-image] Aug 18 19:45:45.473 INFO O| Aug 18 19:45:45.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
62042025-08-18T19:45:46.200Z[ recovery-image] Aug 18 19:45:45.473 INFO O| Aug 18 19:45:45.473 INFO STEP 462 (remove_files) COMPLETE
62052025-08-18T19:45:46.200Z[ recovery-image] Aug 18 19:45:45.473 INFO O| Aug 18 19:45:45.473 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062025-08-18T19:45:46.206Z[ recovery-image] Aug 18 19:45:45.483 INFO O| Aug 18 19:45:45.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
62072025-08-18T19:45:46.206Z[ recovery-image] Aug 18 19:45:45.483 INFO O| Aug 18 19:45:45.483 INFO STEP 463 (remove_files) COMPLETE
62082025-08-18T19:45:46.210Z[ recovery-image] Aug 18 19:45:45.483 INFO O| Aug 18 19:45:45.483 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092025-08-18T19:45:46.219Z[ recovery-image] Aug 18 19:45:45.496 INFO O| Aug 18 19:45:45.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
62102025-08-18T19:45:46.219Z[ recovery-image] Aug 18 19:45:45.496 INFO O| Aug 18 19:45:45.496 INFO STEP 464 (remove_files) COMPLETE
62112025-08-18T19:45:46.222Z[ recovery-image] Aug 18 19:45:45.496 INFO O| Aug 18 19:45:45.496 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122025-08-18T19:45:46.231Z[ recovery-image] Aug 18 19:45:45.508 INFO O| Aug 18 19:45:45.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
62132025-08-18T19:45:46.235Z[ recovery-image] Aug 18 19:45:45.508 INFO O| Aug 18 19:45:45.508 INFO STEP 465 (remove_files) COMPLETE
62142025-08-18T19:45:46.235Z[ recovery-image] Aug 18 19:45:45.508 INFO O| Aug 18 19:45:45.508 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152025-08-18T19:45:46.244Z[ recovery-image] Aug 18 19:45:45.521 INFO O| Aug 18 19:45:45.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
62162025-08-18T19:45:46.247Z[ recovery-image] Aug 18 19:45:45.521 INFO O| Aug 18 19:45:45.521 INFO STEP 466 (remove_files) COMPLETE
62172025-08-18T19:45:46.247Z[ recovery-image] Aug 18 19:45:45.521 INFO O| Aug 18 19:45:45.521 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182025-08-18T19:45:46.256Z[ recovery-image] Aug 18 19:45:45.533 INFO O| Aug 18 19:45:45.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62192025-08-18T19:45:46.259Z[ recovery-image] Aug 18 19:45:45.533 INFO O| Aug 18 19:45:45.533 INFO STEP 467 (remove_files) COMPLETE
62202025-08-18T19:45:46.261Z[ recovery-image] Aug 18 19:45:45.533 INFO O| Aug 18 19:45:45.533 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212025-08-18T19:45:46.268Z[ recovery-image] Aug 18 19:45:45.545 INFO O| Aug 18 19:45:45.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62222025-08-18T19:45:46.268Z[ recovery-image] Aug 18 19:45:45.545 INFO O| Aug 18 19:45:45.545 INFO STEP 468 (remove_files) COMPLETE
62232025-08-18T19:45:46.271Z[ recovery-image] Aug 18 19:45:45.545 INFO O| Aug 18 19:45:45.545 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242025-08-18T19:45:46.282Z[ recovery-image] Aug 18 19:45:45.559 INFO O| Aug 18 19:45:45.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62252025-08-18T19:45:46.285Z[ recovery-image] Aug 18 19:45:45.559 INFO O| Aug 18 19:45:45.559 INFO STEP 469 (remove_files) COMPLETE
62262025-08-18T19:45:46.285Z[ recovery-image] Aug 18 19:45:45.559 INFO O| Aug 18 19:45:45.559 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272025-08-18T19:45:46.295Z[ recovery-image] Aug 18 19:45:45.572 INFO O| Aug 18 19:45:45.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62282025-08-18T19:45:46.298Z[ recovery-image] Aug 18 19:45:45.573 INFO O| Aug 18 19:45:45.573 INFO STEP 470 (remove_files) COMPLETE
62292025-08-18T19:45:46.298Z[ recovery-image] Aug 18 19:45:45.573 INFO O| Aug 18 19:45:45.573 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302025-08-18T19:45:46.309Z[ recovery-image] Aug 18 19:45:45.586 INFO O| Aug 18 19:45:45.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62312025-08-18T19:45:46.309Z[ recovery-image] Aug 18 19:45:45.586 INFO O| Aug 18 19:45:45.586 INFO STEP 471 (remove_files) COMPLETE
62322025-08-18T19:45:46.312Z[ recovery-image] Aug 18 19:45:45.586 INFO O| Aug 18 19:45:45.586 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332025-08-18T19:45:46.321Z[ recovery-image] Aug 18 19:45:45.598 INFO O| Aug 18 19:45:45.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62342025-08-18T19:45:46.321Z[ recovery-image] Aug 18 19:45:45.598 INFO O| Aug 18 19:45:45.598 INFO STEP 472 (remove_files) COMPLETE
62352025-08-18T19:45:46.321Z[ recovery-image] Aug 18 19:45:45.598 INFO O| Aug 18 19:45:45.598 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362025-08-18T19:45:46.333Z[ recovery-image] Aug 18 19:45:45.610 INFO O| Aug 18 19:45:45.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62372025-08-18T19:45:46.333Z[ recovery-image] Aug 18 19:45:45.610 INFO O| Aug 18 19:45:45.610 INFO STEP 473 (remove_files) COMPLETE
62382025-08-18T19:45:46.333Z[ recovery-image] Aug 18 19:45:45.610 INFO O| Aug 18 19:45:45.610 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392025-08-18T19:45:46.346Z[ recovery-image] Aug 18 19:45:45.623 INFO O| Aug 18 19:45:45.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62402025-08-18T19:45:46.346Z[ recovery-image] Aug 18 19:45:45.623 INFO O| Aug 18 19:45:45.623 INFO STEP 474 (remove_files) COMPLETE
62412025-08-18T19:45:46.349Z[ recovery-image] Aug 18 19:45:45.623 INFO O| Aug 18 19:45:45.623 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422025-08-18T19:45:46.359Z[ recovery-image] Aug 18 19:45:45.636 INFO O| Aug 18 19:45:45.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62432025-08-18T19:45:46.362Z[ recovery-image] Aug 18 19:45:45.636 INFO O| Aug 18 19:45:45.636 INFO STEP 475 (remove_files) COMPLETE
62442025-08-18T19:45:46.362Z[ recovery-image] Aug 18 19:45:45.636 INFO O| Aug 18 19:45:45.636 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452025-08-18T19:45:46.372Z[ recovery-image] Aug 18 19:45:45.649 INFO O| Aug 18 19:45:45.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62462025-08-18T19:45:46.375Z[ recovery-image] Aug 18 19:45:45.649 INFO O| Aug 18 19:45:45.649 INFO STEP 476 (remove_files) COMPLETE
62472025-08-18T19:45:46.375Z[ recovery-image] Aug 18 19:45:45.649 INFO O| Aug 18 19:45:45.649 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482025-08-18T19:45:46.384Z[ recovery-image] Aug 18 19:45:45.661 INFO O| Aug 18 19:45:45.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62492025-08-18T19:45:46.384Z[ recovery-image] Aug 18 19:45:45.661 INFO O| Aug 18 19:45:45.661 INFO STEP 477 (remove_files) COMPLETE
62502025-08-18T19:45:46.387Z[ recovery-image] Aug 18 19:45:45.661 INFO O| Aug 18 19:45:45.661 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512025-08-18T19:45:46.397Z[ recovery-image] Aug 18 19:45:45.674 INFO O| Aug 18 19:45:45.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62522025-08-18T19:45:46.400Z[ recovery-image] Aug 18 19:45:45.674 INFO O| Aug 18 19:45:45.674 INFO STEP 478 (remove_files) COMPLETE
62532025-08-18T19:45:46.400Z[ recovery-image] Aug 18 19:45:45.674 INFO O| Aug 18 19:45:45.674 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542025-08-18T19:45:46.409Z[ recovery-image] Aug 18 19:45:45.686 INFO O| Aug 18 19:45:45.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62552025-08-18T19:45:46.409Z[ recovery-image] Aug 18 19:45:45.687 INFO O| Aug 18 19:45:45.686 INFO STEP 479 (remove_files) COMPLETE
62562025-08-18T19:45:46.413Z[ recovery-image] Aug 18 19:45:45.687 INFO O| Aug 18 19:45:45.687 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572025-08-18T19:45:46.422Z[ recovery-image] Aug 18 19:45:45.699 INFO O| Aug 18 19:45:45.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62582025-08-18T19:45:46.426Z[ recovery-image] Aug 18 19:45:45.699 INFO O| Aug 18 19:45:45.699 INFO STEP 480 (remove_files) COMPLETE
62592025-08-18T19:45:46.426Z[ recovery-image] Aug 18 19:45:45.700 INFO O| Aug 18 19:45:45.699 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602025-08-18T19:45:46.434Z[ recovery-image] Aug 18 19:45:45.711 INFO O| Aug 18 19:45:45.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62612025-08-18T19:45:46.434Z[ recovery-image] Aug 18 19:45:45.711 INFO O| Aug 18 19:45:45.711 INFO STEP 481 (remove_files) COMPLETE
62622025-08-18T19:45:46.438Z[ recovery-image] Aug 18 19:45:45.711 INFO O| Aug 18 19:45:45.711 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632025-08-18T19:45:46.447Z[ recovery-image] Aug 18 19:45:45.724 INFO O| Aug 18 19:45:45.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62642025-08-18T19:45:46.450Z[ recovery-image] Aug 18 19:45:45.724 INFO O| Aug 18 19:45:45.724 INFO STEP 482 (remove_files) COMPLETE
62652025-08-18T19:45:46.450Z[ recovery-image] Aug 18 19:45:45.724 INFO O| Aug 18 19:45:45.724 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662025-08-18T19:45:46.456Z[ recovery-image] Aug 18 19:45:45.734 INFO O| Aug 18 19:45:45.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62672025-08-18T19:45:46.459Z[ recovery-image] Aug 18 19:45:45.734 INFO O| Aug 18 19:45:45.734 INFO STEP 483 (remove_files) COMPLETE
62682025-08-18T19:45:46.459Z[ recovery-image] Aug 18 19:45:45.734 INFO O| Aug 18 19:45:45.734 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692025-08-18T19:45:46.466Z[ recovery-image] Aug 18 19:45:45.743 INFO O| Aug 18 19:45:45.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62702025-08-18T19:45:46.469Z[ recovery-image] Aug 18 19:45:45.743 INFO O| Aug 18 19:45:45.743 INFO STEP 484 (remove_files) COMPLETE
62712025-08-18T19:45:46.469Z[ recovery-image] Aug 18 19:45:45.743 INFO O| Aug 18 19:45:45.743 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722025-08-18T19:45:46.480Z[ recovery-image] Aug 18 19:45:45.756 INFO O| Aug 18 19:45:45.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62732025-08-18T19:45:46.480Z[ recovery-image] Aug 18 19:45:45.756 INFO O| Aug 18 19:45:45.756 INFO STEP 485 (remove_files) COMPLETE
62742025-08-18T19:45:46.483Z[ recovery-image] Aug 18 19:45:45.756 INFO O| Aug 18 19:45:45.756 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752025-08-18T19:45:46.491Z[ recovery-image] Aug 18 19:45:45.768 INFO O| Aug 18 19:45:45.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62762025-08-18T19:45:46.491Z[ recovery-image] Aug 18 19:45:45.769 INFO O| Aug 18 19:45:45.769 INFO STEP 486 (remove_files) COMPLETE
62772025-08-18T19:45:46.492Z[ recovery-image] Aug 18 19:45:45.769 INFO O| Aug 18 19:45:45.769 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782025-08-18T19:45:46.505Z[ recovery-image] Aug 18 19:45:45.782 INFO O| Aug 18 19:45:45.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62792025-08-18T19:45:46.505Z[ recovery-image] Aug 18 19:45:45.782 INFO O| Aug 18 19:45:45.782 INFO STEP 487 (remove_files) COMPLETE
62802025-08-18T19:45:46.508Z[ recovery-image] Aug 18 19:45:45.782 INFO O| Aug 18 19:45:45.782 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812025-08-18T19:45:46.517Z[ recovery-image] Aug 18 19:45:45.794 INFO O| Aug 18 19:45:45.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62822025-08-18T19:45:46.520Z[ recovery-image] Aug 18 19:45:45.794 INFO O| Aug 18 19:45:45.794 INFO STEP 488 (remove_files) COMPLETE
62832025-08-18T19:45:46.520Z[ recovery-image] Aug 18 19:45:45.794 INFO O| Aug 18 19:45:45.794 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842025-08-18T19:45:46.529Z[ recovery-image] Aug 18 19:45:45.806 INFO O| Aug 18 19:45:45.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
62852025-08-18T19:45:46.532Z[ recovery-image] Aug 18 19:45:45.806 INFO O| Aug 18 19:45:45.806 INFO STEP 489 (remove_files) COMPLETE
62862025-08-18T19:45:46.532Z[ recovery-image] Aug 18 19:45:45.806 INFO O| Aug 18 19:45:45.806 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872025-08-18T19:45:46.541Z[ recovery-image] Aug 18 19:45:45.818 INFO O| Aug 18 19:45:45.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
62882025-08-18T19:45:46.541Z[ recovery-image] Aug 18 19:45:45.819 INFO O| Aug 18 19:45:45.819 INFO STEP 490 (remove_files) COMPLETE
62892025-08-18T19:45:46.541Z[ recovery-image] Aug 18 19:45:45.819 INFO O| Aug 18 19:45:45.819 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902025-08-18T19:45:46.552Z[ recovery-image] Aug 18 19:45:45.829 INFO O| Aug 18 19:45:45.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
62912025-08-18T19:45:46.552Z[ recovery-image] Aug 18 19:45:45.829 INFO O| Aug 18 19:45:45.829 INFO STEP 491 (remove_files) COMPLETE
62922025-08-18T19:45:46.555Z[ recovery-image] Aug 18 19:45:45.829 INFO O| Aug 18 19:45:45.829 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932025-08-18T19:45:46.565Z[ recovery-image] Aug 18 19:45:45.842 INFO O| Aug 18 19:45:45.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
62942025-08-18T19:45:46.565Z[ recovery-image] Aug 18 19:45:45.842 INFO O| Aug 18 19:45:45.842 INFO STEP 492 (remove_files) COMPLETE
62952025-08-18T19:45:46.568Z[ recovery-image] Aug 18 19:45:45.842 INFO O| Aug 18 19:45:45.842 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962025-08-18T19:45:46.577Z[ recovery-image] Aug 18 19:45:45.854 INFO O| Aug 18 19:45:45.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
62972025-08-18T19:45:46.580Z[ recovery-image] Aug 18 19:45:45.854 INFO O| Aug 18 19:45:45.854 INFO STEP 493 (remove_files) COMPLETE
62982025-08-18T19:45:46.580Z[ recovery-image] Aug 18 19:45:45.854 INFO O| Aug 18 19:45:45.854 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992025-08-18T19:45:46.585Z[ recovery-image] Aug 18 19:45:45.863 INFO O| Aug 18 19:45:45.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
63002025-08-18T19:45:46.588Z[ recovery-image] Aug 18 19:45:45.863 INFO O| Aug 18 19:45:45.863 INFO STEP 494 (remove_files) COMPLETE
63012025-08-18T19:45:46.588Z[ recovery-image] Aug 18 19:45:45.863 INFO O| Aug 18 19:45:45.863 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022025-08-18T19:45:46.598Z[ recovery-image] Aug 18 19:45:45.875 INFO O| Aug 18 19:45:45.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
63032025-08-18T19:45:46.598Z[ recovery-image] Aug 18 19:45:45.876 INFO O| Aug 18 19:45:45.876 INFO STEP 495 (remove_files) COMPLETE
63042025-08-18T19:45:46.602Z[ recovery-image] Aug 18 19:45:45.876 INFO O| Aug 18 19:45:45.876 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052025-08-18T19:45:46.612Z[ recovery-image] Aug 18 19:45:45.889 INFO O| Aug 18 19:45:45.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
63062025-08-18T19:45:46.612Z[ recovery-image] Aug 18 19:45:45.889 INFO O| Aug 18 19:45:45.889 INFO STEP 496 (remove_files) COMPLETE
63072025-08-18T19:45:46.615Z[ recovery-image] Aug 18 19:45:45.889 INFO O| Aug 18 19:45:45.889 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082025-08-18T19:45:46.622Z[ recovery-image] Aug 18 19:45:45.899 INFO O| Aug 18 19:45:45.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
63092025-08-18T19:45:46.625Z[ recovery-image] Aug 18 19:45:45.899 INFO O| Aug 18 19:45:45.899 INFO STEP 497 (remove_files) COMPLETE
63102025-08-18T19:45:46.625Z[ recovery-image] Aug 18 19:45:45.899 INFO O| Aug 18 19:45:45.899 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112025-08-18T19:45:46.634Z[ recovery-image] Aug 18 19:45:45.911 INFO O| Aug 18 19:45:45.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
63122025-08-18T19:45:46.637Z[ recovery-image] Aug 18 19:45:45.912 INFO O| Aug 18 19:45:45.911 INFO STEP 498 (remove_files) COMPLETE
63132025-08-18T19:45:46.637Z[ recovery-image] Aug 18 19:45:45.912 INFO O| Aug 18 19:45:45.911 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142025-08-18T19:45:46.645Z[ recovery-image] Aug 18 19:45:45.921 INFO O| Aug 18 19:45:45.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63152025-08-18T19:45:46.649Z[ recovery-image] Aug 18 19:45:45.921 INFO O| Aug 18 19:45:45.921 INFO STEP 499 (remove_files) COMPLETE
63162025-08-18T19:45:46.649Z[ recovery-image] Aug 18 19:45:45.921 INFO O| Aug 18 19:45:45.921 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172025-08-18T19:45:46.654Z[ recovery-image] Aug 18 19:45:45.931 INFO O| Aug 18 19:45:45.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63182025-08-18T19:45:46.654Z[ recovery-image] Aug 18 19:45:45.931 INFO O| Aug 18 19:45:45.931 INFO STEP 500 (remove_files) COMPLETE
63192025-08-18T19:45:46.654Z[ recovery-image] Aug 18 19:45:45.931 INFO O| Aug 18 19:45:45.931 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202025-08-18T19:45:46.667Z[ recovery-image] Aug 18 19:45:45.944 INFO O| Aug 18 19:45:45.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
63212025-08-18T19:45:46.667Z[ recovery-image] Aug 18 19:45:45.944 INFO O| Aug 18 19:45:45.944 INFO STEP 501 (remove_files) COMPLETE
63222025-08-18T19:45:46.697Z[ recovery-image] Aug 18 19:45:45.944 INFO O| Aug 18 19:45:45.944 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232025-08-18T19:45:46.697Z[ recovery-image] Aug 18 19:45:45.959 INFO O| Aug 18 19:45:45.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
63242025-08-18T19:45:46.700Z[ recovery-image] Aug 18 19:45:45.959 INFO O| Aug 18 19:45:45.959 INFO STEP 502 (remove_files) COMPLETE
63252025-08-18T19:45:46.700Z[ recovery-image] Aug 18 19:45:45.959 INFO O| Aug 18 19:45:45.959 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262025-08-18T19:45:46.700Z[ recovery-image] Aug 18 19:45:45.973 INFO O| Aug 18 19:45:45.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63272025-08-18T19:45:46.704Z[ recovery-image] Aug 18 19:45:45.974 INFO O| Aug 18 19:45:45.974 INFO STEP 503 (remove_files) COMPLETE
63282025-08-18T19:45:46.704Z[ recovery-image] Aug 18 19:45:45.974 INFO O| Aug 18 19:45:45.974 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292025-08-18T19:45:46.710Z[ recovery-image] Aug 18 19:45:45.987 INFO O| Aug 18 19:45:45.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63302025-08-18T19:45:46.710Z[ recovery-image] Aug 18 19:45:45.987 INFO O| Aug 18 19:45:45.987 INFO STEP 504 (remove_files) COMPLETE
63312025-08-18T19:45:46.716Z[ recovery-image] Aug 18 19:45:45.987 INFO O| Aug 18 19:45:45.987 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322025-08-18T19:45:46.727Z[ recovery-image] Aug 18 19:45:46.001 INFO O| Aug 18 19:45:46.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63332025-08-18T19:45:46.727Z[ recovery-image] Aug 18 19:45:46.001 INFO O| Aug 18 19:45:46.001 INFO STEP 505 (remove_files) COMPLETE
63342025-08-18T19:45:46.727Z[ recovery-image] Aug 18 19:45:46.001 INFO O| Aug 18 19:45:46.001 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352025-08-18T19:45:46.739Z[ recovery-image] Aug 18 19:45:46.016 INFO O| Aug 18 19:45:46.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63362025-08-18T19:45:46.739Z[ recovery-image] Aug 18 19:45:46.017 INFO O| Aug 18 19:45:46.017 INFO STEP 506 (remove_files) COMPLETE
63372025-08-18T19:45:46.739Z[ recovery-image] Aug 18 19:45:46.017 INFO O| Aug 18 19:45:46.017 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382025-08-18T19:45:46.752Z[ recovery-image] Aug 18 19:45:46.029 INFO O| Aug 18 19:45:46.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63392025-08-18T19:45:46.752Z[ recovery-image] Aug 18 19:45:46.029 INFO O| Aug 18 19:45:46.029 INFO STEP 507 (remove_files) COMPLETE
63402025-08-18T19:45:46.755Z[ recovery-image] Aug 18 19:45:46.029 INFO O| Aug 18 19:45:46.029 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412025-08-18T19:45:46.764Z[ recovery-image] Aug 18 19:45:46.041 INFO O| Aug 18 19:45:46.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63422025-08-18T19:45:46.764Z[ recovery-image] Aug 18 19:45:46.042 INFO O| Aug 18 19:45:46.042 INFO STEP 508 (remove_files) COMPLETE
63432025-08-18T19:45:46.764Z[ recovery-image] Aug 18 19:45:46.042 INFO O| Aug 18 19:45:46.042 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442025-08-18T19:45:46.781Z[ recovery-image] Aug 18 19:45:46.056 INFO O| Aug 18 19:45:46.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63452025-08-18T19:45:46.781Z[ recovery-image] Aug 18 19:45:46.056 INFO O| Aug 18 19:45:46.056 INFO STEP 509 (remove_files) COMPLETE
63462025-08-18T19:45:46.781Z[ recovery-image] Aug 18 19:45:46.056 INFO O| Aug 18 19:45:46.056 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472025-08-18T19:45:46.792Z[ recovery-image] Aug 18 19:45:46.069 INFO O| Aug 18 19:45:46.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63482025-08-18T19:45:46.792Z[ recovery-image] Aug 18 19:45:46.069 INFO O| Aug 18 19:45:46.069 INFO STEP 510 (remove_files) COMPLETE
63492025-08-18T19:45:46.792Z[ recovery-image] Aug 18 19:45:46.069 INFO O| Aug 18 19:45:46.069 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502025-08-18T19:45:46.807Z[ recovery-image] Aug 18 19:45:46.084 INFO O| Aug 18 19:45:46.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63512025-08-18T19:45:46.807Z[ recovery-image] Aug 18 19:45:46.084 INFO O| Aug 18 19:45:46.084 INFO STEP 511 (remove_files) COMPLETE
63522025-08-18T19:45:46.810Z[ recovery-image] Aug 18 19:45:46.084 INFO O| Aug 18 19:45:46.084 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532025-08-18T19:45:46.821Z[ recovery-image] Aug 18 19:45:46.098 INFO O| Aug 18 19:45:46.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63542025-08-18T19:45:46.821Z[ recovery-image] Aug 18 19:45:46.098 INFO O| Aug 18 19:45:46.098 INFO STEP 512 (remove_files) COMPLETE
63552025-08-18T19:45:46.824Z[ recovery-image] Aug 18 19:45:46.098 INFO O| Aug 18 19:45:46.098 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562025-08-18T19:45:46.835Z[ recovery-image] Aug 18 19:45:46.112 INFO O| Aug 18 19:45:46.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63572025-08-18T19:45:46.838Z[ recovery-image] Aug 18 19:45:46.112 INFO O| Aug 18 19:45:46.112 INFO STEP 513 (remove_files) COMPLETE
63582025-08-18T19:45:46.838Z[ recovery-image] Aug 18 19:45:46.112 INFO O| Aug 18 19:45:46.112 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592025-08-18T19:45:46.847Z[ recovery-image] Aug 18 19:45:46.125 INFO O| Aug 18 19:45:46.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63602025-08-18T19:45:46.847Z[ recovery-image] Aug 18 19:45:46.125 INFO O| Aug 18 19:45:46.125 INFO STEP 514 (remove_files) COMPLETE
63612025-08-18T19:45:46.851Z[ recovery-image] Aug 18 19:45:46.125 INFO O| Aug 18 19:45:46.125 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622025-08-18T19:45:46.860Z[ recovery-image] Aug 18 19:45:46.138 INFO O| Aug 18 19:45:46.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63632025-08-18T19:45:46.860Z[ recovery-image] Aug 18 19:45:46.138 INFO O| Aug 18 19:45:46.138 INFO STEP 515 (remove_files) COMPLETE
63642025-08-18T19:45:46.860Z[ recovery-image] Aug 18 19:45:46.138 INFO O| Aug 18 19:45:46.138 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652025-08-18T19:45:46.873Z[ recovery-image] Aug 18 19:45:46.150 INFO O| Aug 18 19:45:46.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63662025-08-18T19:45:46.873Z[ recovery-image] Aug 18 19:45:46.151 INFO O| Aug 18 19:45:46.150 INFO STEP 516 (remove_files) COMPLETE
63672025-08-18T19:45:46.876Z[ recovery-image] Aug 18 19:45:46.151 INFO O| Aug 18 19:45:46.150 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682025-08-18T19:45:46.885Z[ recovery-image] Aug 18 19:45:46.163 INFO O| Aug 18 19:45:46.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63692025-08-18T19:45:46.885Z[ recovery-image] Aug 18 19:45:46.163 INFO O| Aug 18 19:45:46.163 INFO STEP 517 (remove_files) COMPLETE
63702025-08-18T19:45:46.889Z[ recovery-image] Aug 18 19:45:46.163 INFO O| Aug 18 19:45:46.163 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712025-08-18T19:45:46.897Z[ recovery-image] Aug 18 19:45:46.175 INFO O| Aug 18 19:45:46.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63722025-08-18T19:45:46.897Z[ recovery-image] Aug 18 19:45:46.175 INFO O| Aug 18 19:45:46.175 INFO STEP 518 (remove_files) COMPLETE
63732025-08-18T19:45:46.898Z[ recovery-image] Aug 18 19:45:46.175 INFO O| Aug 18 19:45:46.175 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742025-08-18T19:45:46.910Z[ recovery-image] Aug 18 19:45:46.188 INFO O| Aug 18 19:45:46.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63752025-08-18T19:45:46.910Z[ recovery-image] Aug 18 19:45:46.188 INFO O| Aug 18 19:45:46.188 INFO STEP 519 (remove_files) COMPLETE
63762025-08-18T19:45:46.913Z[ recovery-image] Aug 18 19:45:46.188 INFO O| Aug 18 19:45:46.188 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772025-08-18T19:45:46.922Z[ recovery-image] Aug 18 19:45:46.200 INFO O| Aug 18 19:45:46.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63782025-08-18T19:45:46.923Z[ recovery-image] Aug 18 19:45:46.200 INFO O| Aug 18 19:45:46.200 INFO STEP 520 (remove_files) COMPLETE
63792025-08-18T19:45:46.925Z[ recovery-image] Aug 18 19:45:46.200 INFO O| Aug 18 19:45:46.200 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802025-08-18T19:45:46.934Z[ recovery-image] Aug 18 19:45:46.211 INFO O| Aug 18 19:45:46.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63812025-08-18T19:45:46.937Z[ recovery-image] Aug 18 19:45:46.212 INFO O| Aug 18 19:45:46.212 INFO STEP 521 (remove_files) COMPLETE
63822025-08-18T19:45:46.937Z[ recovery-image] Aug 18 19:45:46.212 INFO O| Aug 18 19:45:46.212 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832025-08-18T19:45:46.945Z[ recovery-image] Aug 18 19:45:46.223 INFO O| Aug 18 19:45:46.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
63842025-08-18T19:45:46.948Z[ recovery-image] Aug 18 19:45:46.223 INFO O| Aug 18 19:45:46.223 INFO STEP 522 (remove_files) COMPLETE
63852025-08-18T19:45:46.948Z[ recovery-image] Aug 18 19:45:46.223 INFO O| Aug 18 19:45:46.223 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862025-08-18T19:45:46.959Z[ recovery-image] Aug 18 19:45:46.237 INFO O| Aug 18 19:45:46.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
63872025-08-18T19:45:46.962Z[ recovery-image] Aug 18 19:45:46.238 INFO O| Aug 18 19:45:46.238 INFO STEP 523 (remove_files) COMPLETE
63882025-08-18T19:45:46.962Z[ recovery-image] Aug 18 19:45:46.238 INFO O| Aug 18 19:45:46.238 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892025-08-18T19:45:46.973Z[ recovery-image] Aug 18 19:45:46.251 INFO O| Aug 18 19:45:46.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
63902025-08-18T19:45:46.976Z[ recovery-image] Aug 18 19:45:46.251 INFO O| Aug 18 19:45:46.251 INFO STEP 524 (remove_files) COMPLETE
63912025-08-18T19:45:46.976Z[ recovery-image] Aug 18 19:45:46.251 INFO O| Aug 18 19:45:46.251 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922025-08-18T19:45:46.987Z[ recovery-image] Aug 18 19:45:46.265 INFO O| Aug 18 19:45:46.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
63932025-08-18T19:45:46.987Z[ recovery-image] Aug 18 19:45:46.265 INFO O| Aug 18 19:45:46.265 INFO STEP 525 (remove_files) COMPLETE
63942025-08-18T19:45:46.990Z[ recovery-image] Aug 18 19:45:46.265 INFO O| Aug 18 19:45:46.265 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952025-08-18T19:45:46.999Z[ recovery-image] Aug 18 19:45:46.276 INFO O| Aug 18 19:45:46.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
63962025-08-18T19:45:46.999Z[ recovery-image] Aug 18 19:45:46.277 INFO O| Aug 18 19:45:46.277 INFO STEP 526 (remove_files) COMPLETE
63972025-08-18T19:45:47.003Z[ recovery-image] Aug 18 19:45:46.277 INFO O| Aug 18 19:45:46.277 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982025-08-18T19:45:47.012Z[ recovery-image] Aug 18 19:45:46.289 INFO O| Aug 18 19:45:46.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
63992025-08-18T19:45:47.012Z[ recovery-image] Aug 18 19:45:46.289 INFO O| Aug 18 19:45:46.289 INFO STEP 527 (remove_files) COMPLETE
64002025-08-18T19:45:47.015Z[ recovery-image] Aug 18 19:45:46.289 INFO O| Aug 18 19:45:46.289 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012025-08-18T19:45:47.024Z[ recovery-image] Aug 18 19:45:46.302 INFO O| Aug 18 19:45:46.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
64022025-08-18T19:45:47.027Z[ recovery-image] Aug 18 19:45:46.302 INFO O| Aug 18 19:45:46.302 INFO STEP 528 (remove_files) COMPLETE
64032025-08-18T19:45:47.027Z[ recovery-image] Aug 18 19:45:46.302 INFO O| Aug 18 19:45:46.302 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042025-08-18T19:45:47.037Z[ recovery-image] Aug 18 19:45:46.315 INFO O| Aug 18 19:45:46.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
64052025-08-18T19:45:47.040Z[ recovery-image] Aug 18 19:45:46.315 INFO O| Aug 18 19:45:46.315 INFO STEP 529 (remove_files) COMPLETE
64062025-08-18T19:45:47.040Z[ recovery-image] Aug 18 19:45:46.315 INFO O| Aug 18 19:45:46.315 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072025-08-18T19:45:47.050Z[ recovery-image] Aug 18 19:45:46.328 INFO O| Aug 18 19:45:46.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
64082025-08-18T19:45:47.053Z[ recovery-image] Aug 18 19:45:46.328 INFO O| Aug 18 19:45:46.328 INFO STEP 530 (remove_files) COMPLETE
64092025-08-18T19:45:47.053Z[ recovery-image] Aug 18 19:45:46.328 INFO O| Aug 18 19:45:46.328 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102025-08-18T19:45:47.062Z[ recovery-image] Aug 18 19:45:46.340 INFO O| Aug 18 19:45:46.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
64112025-08-18T19:45:47.065Z[ recovery-image] Aug 18 19:45:46.340 INFO O| Aug 18 19:45:46.340 INFO STEP 531 (remove_files) COMPLETE
64122025-08-18T19:45:47.066Z[ recovery-image] Aug 18 19:45:46.340 INFO O| Aug 18 19:45:46.340 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132025-08-18T19:45:47.075Z[ recovery-image] Aug 18 19:45:46.353 INFO O| Aug 18 19:45:46.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
64142025-08-18T19:45:47.078Z[ recovery-image] Aug 18 19:45:46.353 INFO O| Aug 18 19:45:46.353 INFO STEP 532 (remove_files) COMPLETE
64152025-08-18T19:45:47.078Z[ recovery-image] Aug 18 19:45:46.353 INFO O| Aug 18 19:45:46.353 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162025-08-18T19:45:47.088Z[ recovery-image] Aug 18 19:45:46.366 INFO O| Aug 18 19:45:46.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
64172025-08-18T19:45:47.091Z[ recovery-image] Aug 18 19:45:46.366 INFO O| Aug 18 19:45:46.366 INFO STEP 533 (remove_files) COMPLETE
64182025-08-18T19:45:47.091Z[ recovery-image] Aug 18 19:45:46.366 INFO O| Aug 18 19:45:46.366 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192025-08-18T19:45:47.100Z[ recovery-image] Aug 18 19:45:46.377 INFO O| Aug 18 19:45:46.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
64202025-08-18T19:45:47.100Z[ recovery-image] Aug 18 19:45:46.378 INFO O| Aug 18 19:45:46.378 INFO STEP 534 (remove_files) COMPLETE
64212025-08-18T19:45:47.103Z[ recovery-image] Aug 18 19:45:46.378 INFO O| Aug 18 19:45:46.378 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222025-08-18T19:45:47.113Z[ recovery-image] Aug 18 19:45:46.389 INFO O| Aug 18 19:45:46.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
64232025-08-18T19:45:47.113Z[ recovery-image] Aug 18 19:45:46.389 INFO O| Aug 18 19:45:46.389 INFO STEP 535 (remove_files) COMPLETE
64242025-08-18T19:45:47.116Z[ recovery-image] Aug 18 19:45:46.389 INFO O| Aug 18 19:45:46.389 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252025-08-18T19:45:47.124Z[ recovery-image] Aug 18 19:45:46.402 INFO O| Aug 18 19:45:46.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
64262025-08-18T19:45:47.128Z[ recovery-image] Aug 18 19:45:46.402 INFO O| Aug 18 19:45:46.402 INFO STEP 536 (remove_files) COMPLETE
64272025-08-18T19:45:47.128Z[ recovery-image] Aug 18 19:45:46.403 INFO O| Aug 18 19:45:46.402 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282025-08-18T19:45:47.136Z[ recovery-image] Aug 18 19:45:46.414 INFO O| Aug 18 19:45:46.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
64292025-08-18T19:45:47.139Z[ recovery-image] Aug 18 19:45:46.414 INFO O| Aug 18 19:45:46.414 INFO STEP 537 (remove_files) COMPLETE
64302025-08-18T19:45:47.139Z[ recovery-image] Aug 18 19:45:46.414 INFO O| Aug 18 19:45:46.414 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312025-08-18T19:45:47.146Z[ recovery-image] Aug 18 19:45:46.424 INFO O| Aug 18 19:45:46.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
64322025-08-18T19:45:47.146Z[ recovery-image] Aug 18 19:45:46.424 INFO O| Aug 18 19:45:46.424 INFO STEP 538 (remove_files) COMPLETE
64332025-08-18T19:45:47.149Z[ recovery-image] Aug 18 19:45:46.424 INFO O| Aug 18 19:45:46.424 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342025-08-18T19:45:47.159Z[ recovery-image] Aug 18 19:45:46.437 INFO O| Aug 18 19:45:46.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
64352025-08-18T19:45:47.159Z[ recovery-image] Aug 18 19:45:46.437 INFO O| Aug 18 19:45:46.437 INFO STEP 539 (remove_files) COMPLETE
64362025-08-18T19:45:47.162Z[ recovery-image] Aug 18 19:45:46.437 INFO O| Aug 18 19:45:46.437 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372025-08-18T19:45:47.173Z[ recovery-image] Aug 18 19:45:46.451 INFO O| Aug 18 19:45:46.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
64382025-08-18T19:45:47.173Z[ recovery-image] Aug 18 19:45:46.451 INFO O| Aug 18 19:45:46.451 INFO STEP 540 (remove_files) COMPLETE
64392025-08-18T19:45:47.176Z[ recovery-image] Aug 18 19:45:46.451 INFO O| Aug 18 19:45:46.451 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402025-08-18T19:45:47.186Z[ recovery-image] Aug 18 19:45:46.464 INFO O| Aug 18 19:45:46.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
64412025-08-18T19:45:47.189Z[ recovery-image] Aug 18 19:45:46.464 INFO O| Aug 18 19:45:46.464 INFO STEP 541 (remove_files) COMPLETE
64422025-08-18T19:45:47.189Z[ recovery-image] Aug 18 19:45:46.464 INFO O| Aug 18 19:45:46.464 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432025-08-18T19:45:47.201Z[ recovery-image] Aug 18 19:45:46.479 INFO O| Aug 18 19:45:46.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
64442025-08-18T19:45:47.204Z[ recovery-image] Aug 18 19:45:46.480 INFO O| Aug 18 19:45:46.479 INFO STEP 542 (remove_files) COMPLETE
64452025-08-18T19:45:47.204Z[ recovery-image] Aug 18 19:45:46.480 INFO O| Aug 18 19:45:46.479 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462025-08-18T19:45:47.216Z[ recovery-image] Aug 18 19:45:46.493 INFO O| Aug 18 19:45:46.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
64472025-08-18T19:45:47.216Z[ recovery-image] Aug 18 19:45:46.493 INFO O| Aug 18 19:45:46.493 INFO STEP 543 (remove_files) COMPLETE
64482025-08-18T19:45:47.216Z[ recovery-image] Aug 18 19:45:46.494 INFO O| Aug 18 19:45:46.493 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492025-08-18T19:45:47.226Z[ recovery-image] Aug 18 19:45:46.504 INFO O| Aug 18 19:45:46.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
64502025-08-18T19:45:47.227Z[ recovery-image] Aug 18 19:45:46.504 INFO O| Aug 18 19:45:46.504 INFO STEP 544 (remove_files) COMPLETE
64512025-08-18T19:45:47.227Z[ recovery-image] Aug 18 19:45:46.505 INFO O| Aug 18 19:45:46.504 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522025-08-18T19:45:47.237Z[ recovery-image] Aug 18 19:45:46.515 INFO O| Aug 18 19:45:46.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
64532025-08-18T19:45:47.240Z[ recovery-image] Aug 18 19:45:46.516 INFO O| Aug 18 19:45:46.516 INFO STEP 545 (remove_files) COMPLETE
64542025-08-18T19:45:47.241Z[ recovery-image] Aug 18 19:45:46.516 INFO O| Aug 18 19:45:46.516 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552025-08-18T19:45:47.251Z[ recovery-image] Aug 18 19:45:46.526 INFO O| Aug 18 19:45:46.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
64562025-08-18T19:45:47.251Z[ recovery-image] Aug 18 19:45:46.526 INFO O| Aug 18 19:45:46.526 INFO STEP 546 (remove_files) COMPLETE
64572025-08-18T19:45:47.251Z[ recovery-image] Aug 18 19:45:46.526 INFO O| Aug 18 19:45:46.526 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582025-08-18T19:45:47.260Z[ recovery-image] Aug 18 19:45:46.538 INFO O| Aug 18 19:45:46.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
64592025-08-18T19:45:47.260Z[ recovery-image] Aug 18 19:45:46.538 INFO O| Aug 18 19:45:46.538 INFO STEP 547 (remove_files) COMPLETE
64602025-08-18T19:45:47.267Z[ recovery-image] Aug 18 19:45:46.538 INFO O| Aug 18 19:45:46.538 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612025-08-18T19:45:47.282Z[ recovery-image] Aug 18 19:45:46.550 INFO O| Aug 18 19:45:46.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
64622025-08-18T19:45:47.282Z[ recovery-image] Aug 18 19:45:46.551 INFO O| Aug 18 19:45:46.550 INFO STEP 548 (remove_files) COMPLETE
64632025-08-18T19:45:47.282Z[ recovery-image] Aug 18 19:45:46.551 INFO O| Aug 18 19:45:46.550 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642025-08-18T19:45:47.286Z[ recovery-image] Aug 18 19:45:46.564 INFO O| Aug 18 19:45:46.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
64652025-08-18T19:45:47.288Z[ recovery-image] Aug 18 19:45:46.564 INFO O| Aug 18 19:45:46.564 INFO STEP 549 (remove_files) COMPLETE
64662025-08-18T19:45:47.288Z[ recovery-image] Aug 18 19:45:46.564 INFO O| Aug 18 19:45:46.564 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672025-08-18T19:45:47.299Z[ recovery-image] Aug 18 19:45:46.577 INFO O| Aug 18 19:45:46.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
64682025-08-18T19:45:47.301Z[ recovery-image] Aug 18 19:45:46.577 INFO O| Aug 18 19:45:46.577 INFO STEP 550 (remove_files) COMPLETE
64692025-08-18T19:45:47.302Z[ recovery-image] Aug 18 19:45:46.577 INFO O| Aug 18 19:45:46.577 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702025-08-18T19:45:47.312Z[ recovery-image] Aug 18 19:45:46.590 INFO O| Aug 18 19:45:46.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
64712025-08-18T19:45:47.312Z[ recovery-image] Aug 18 19:45:46.590 INFO O| Aug 18 19:45:46.590 INFO STEP 551 (remove_files) COMPLETE
64722025-08-18T19:45:47.315Z[ recovery-image] Aug 18 19:45:46.590 INFO O| Aug 18 19:45:46.590 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732025-08-18T19:45:47.325Z[ recovery-image] Aug 18 19:45:46.603 INFO O| Aug 18 19:45:46.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
64742025-08-18T19:45:47.328Z[ recovery-image] Aug 18 19:45:46.603 INFO O| Aug 18 19:45:46.603 INFO STEP 552 (remove_files) COMPLETE
64752025-08-18T19:45:47.328Z[ recovery-image] Aug 18 19:45:46.603 INFO O| Aug 18 19:45:46.603 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762025-08-18T19:45:47.338Z[ recovery-image] Aug 18 19:45:46.616 INFO O| Aug 18 19:45:46.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
64772025-08-18T19:45:47.341Z[ recovery-image] Aug 18 19:45:46.616 INFO O| Aug 18 19:45:46.616 INFO STEP 553 (remove_files) COMPLETE
64782025-08-18T19:45:47.341Z[ recovery-image] Aug 18 19:45:46.616 INFO O| Aug 18 19:45:46.616 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792025-08-18T19:45:47.351Z[ recovery-image] Aug 18 19:45:46.628 INFO O| Aug 18 19:45:46.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
64802025-08-18T19:45:47.351Z[ recovery-image] Aug 18 19:45:46.629 INFO O| Aug 18 19:45:46.629 INFO STEP 554 (remove_files) COMPLETE
64812025-08-18T19:45:47.351Z[ recovery-image] Aug 18 19:45:46.629 INFO O| Aug 18 19:45:46.629 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822025-08-18T19:45:47.364Z[ recovery-image] Aug 18 19:45:46.641 INFO O| Aug 18 19:45:46.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
64832025-08-18T19:45:47.364Z[ recovery-image] Aug 18 19:45:46.641 INFO O| Aug 18 19:45:46.641 INFO STEP 555 (remove_files) COMPLETE
64842025-08-18T19:45:47.364Z[ recovery-image] Aug 18 19:45:46.641 INFO O| Aug 18 19:45:46.641 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852025-08-18T19:45:47.375Z[ recovery-image] Aug 18 19:45:46.653 INFO O| Aug 18 19:45:46.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
64862025-08-18T19:45:47.375Z[ recovery-image] Aug 18 19:45:46.653 INFO O| Aug 18 19:45:46.653 INFO STEP 556 (remove_files) COMPLETE
64872025-08-18T19:45:47.375Z[ recovery-image] Aug 18 19:45:46.653 INFO O| Aug 18 19:45:46.653 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882025-08-18T19:45:47.386Z[ recovery-image] Aug 18 19:45:46.665 INFO O| Aug 18 19:45:46.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
64892025-08-18T19:45:47.390Z[ recovery-image] Aug 18 19:45:46.665 INFO O| Aug 18 19:45:46.665 INFO STEP 557 (remove_files) COMPLETE
64902025-08-18T19:45:47.390Z[ recovery-image] Aug 18 19:45:46.665 INFO O| Aug 18 19:45:46.665 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912025-08-18T19:45:47.399Z[ recovery-image] Aug 18 19:45:46.677 INFO O| Aug 18 19:45:46.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
64922025-08-18T19:45:47.402Z[ recovery-image] Aug 18 19:45:46.678 INFO O| Aug 18 19:45:46.678 INFO STEP 558 (remove_files) COMPLETE
64932025-08-18T19:45:47.402Z[ recovery-image] Aug 18 19:45:46.678 INFO O| Aug 18 19:45:46.678 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942025-08-18T19:45:47.412Z[ recovery-image] Aug 18 19:45:46.690 INFO O| Aug 18 19:45:46.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
64952025-08-18T19:45:47.415Z[ recovery-image] Aug 18 19:45:46.690 INFO O| Aug 18 19:45:46.690 INFO STEP 559 (remove_files) COMPLETE
64962025-08-18T19:45:47.415Z[ recovery-image] Aug 18 19:45:46.690 INFO O| Aug 18 19:45:46.690 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972025-08-18T19:45:47.425Z[ recovery-image] Aug 18 19:45:46.703 INFO O| Aug 18 19:45:46.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
64982025-08-18T19:45:47.425Z[ recovery-image] Aug 18 19:45:46.703 INFO O| Aug 18 19:45:46.703 INFO STEP 560 (remove_files) COMPLETE
64992025-08-18T19:45:47.427Z[ recovery-image] Aug 18 19:45:46.703 INFO O| Aug 18 19:45:46.703 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002025-08-18T19:45:47.436Z[ recovery-image] Aug 18 19:45:46.715 INFO O| Aug 18 19:45:46.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
65012025-08-18T19:45:47.440Z[ recovery-image] Aug 18 19:45:46.715 INFO O| Aug 18 19:45:46.715 INFO STEP 561 (remove_files) COMPLETE
65022025-08-18T19:45:47.440Z[ recovery-image] Aug 18 19:45:46.715 INFO O| Aug 18 19:45:46.715 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032025-08-18T19:45:47.449Z[ recovery-image] Aug 18 19:45:46.728 INFO O| Aug 18 19:45:46.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
65042025-08-18T19:45:47.449Z[ recovery-image] Aug 18 19:45:46.728 INFO O| Aug 18 19:45:46.728 INFO STEP 562 (remove_files) COMPLETE
65052025-08-18T19:45:47.449Z[ recovery-image] Aug 18 19:45:46.728 INFO O| Aug 18 19:45:46.728 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062025-08-18T19:45:47.458Z[ recovery-image] Aug 18 19:45:46.737 INFO O| Aug 18 19:45:46.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
65072025-08-18T19:45:47.458Z[ recovery-image] Aug 18 19:45:46.737 INFO O| Aug 18 19:45:46.737 INFO STEP 563 (remove_files) COMPLETE
65082025-08-18T19:45:47.458Z[ recovery-image] Aug 18 19:45:46.737 INFO O| Aug 18 19:45:46.737 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092025-08-18T19:45:47.469Z[ recovery-image] Aug 18 19:45:46.747 INFO O| Aug 18 19:45:46.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
65102025-08-18T19:45:47.472Z[ recovery-image] Aug 18 19:45:46.747 INFO O| Aug 18 19:45:46.747 INFO STEP 564 (remove_files) COMPLETE
65112025-08-18T19:45:47.472Z[ recovery-image] Aug 18 19:45:46.747 INFO O| Aug 18 19:45:46.747 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122025-08-18T19:45:47.481Z[ recovery-image] Aug 18 19:45:46.759 INFO O| Aug 18 19:45:46.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
65132025-08-18T19:45:47.484Z[ recovery-image] Aug 18 19:45:46.759 INFO O| Aug 18 19:45:46.759 INFO STEP 565 (remove_files) COMPLETE
65142025-08-18T19:45:47.484Z[ recovery-image] Aug 18 19:45:46.759 INFO O| Aug 18 19:45:46.759 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152025-08-18T19:45:47.489Z[ recovery-image] Aug 18 19:45:46.768 INFO O| Aug 18 19:45:46.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
65162025-08-18T19:45:47.493Z[ recovery-image] Aug 18 19:45:46.768 INFO O| Aug 18 19:45:46.768 INFO STEP 566 (remove_files) COMPLETE
65172025-08-18T19:45:47.493Z[ recovery-image] Aug 18 19:45:46.768 INFO O| Aug 18 19:45:46.768 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182025-08-18T19:45:47.500Z[ recovery-image] Aug 18 19:45:46.778 INFO O| Aug 18 19:45:46.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
65192025-08-18T19:45:47.500Z[ recovery-image] Aug 18 19:45:46.778 INFO O| Aug 18 19:45:46.778 INFO STEP 567 (remove_files) COMPLETE
65202025-08-18T19:45:47.503Z[ recovery-image] Aug 18 19:45:46.778 INFO O| Aug 18 19:45:46.778 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212025-08-18T19:45:47.512Z[ recovery-image] Aug 18 19:45:46.791 INFO O| Aug 18 19:45:46.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
65222025-08-18T19:45:47.512Z[ recovery-image] Aug 18 19:45:46.791 INFO O| Aug 18 19:45:46.791 INFO STEP 568 (remove_files) COMPLETE
65232025-08-18T19:45:47.516Z[ recovery-image] Aug 18 19:45:46.791 INFO O| Aug 18 19:45:46.791 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242025-08-18T19:45:47.525Z[ recovery-image] Aug 18 19:45:46.803 INFO O| Aug 18 19:45:46.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
65252025-08-18T19:45:47.525Z[ recovery-image] Aug 18 19:45:46.803 INFO O| Aug 18 19:45:46.803 INFO STEP 569 (remove_files) COMPLETE
65262025-08-18T19:45:47.525Z[ recovery-image] Aug 18 19:45:46.803 INFO O| Aug 18 19:45:46.803 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272025-08-18T19:45:47.536Z[ recovery-image] Aug 18 19:45:46.814 INFO O| Aug 18 19:45:46.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
65282025-08-18T19:45:47.539Z[ recovery-image] Aug 18 19:45:46.815 INFO O| Aug 18 19:45:46.815 INFO STEP 570 (remove_files) COMPLETE
65292025-08-18T19:45:47.539Z[ recovery-image] Aug 18 19:45:46.815 INFO O| Aug 18 19:45:46.815 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302025-08-18T19:45:47.549Z[ recovery-image] Aug 18 19:45:46.827 INFO O| Aug 18 19:45:46.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
65312025-08-18T19:45:47.549Z[ recovery-image] Aug 18 19:45:46.827 INFO O| Aug 18 19:45:46.827 INFO STEP 571 (remove_files) COMPLETE
65322025-08-18T19:45:47.553Z[ recovery-image] Aug 18 19:45:46.827 INFO O| Aug 18 19:45:46.827 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332025-08-18T19:45:47.558Z[ recovery-image] Aug 18 19:45:46.836 INFO O| Aug 18 19:45:46.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
65342025-08-18T19:45:47.561Z[ recovery-image] Aug 18 19:45:46.836 INFO O| Aug 18 19:45:46.836 INFO STEP 572 (remove_files) COMPLETE
65352025-08-18T19:45:47.561Z[ recovery-image] Aug 18 19:45:46.836 INFO O| Aug 18 19:45:46.836 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362025-08-18T19:45:47.573Z[ recovery-image] Aug 18 19:45:46.851 INFO O| Aug 18 19:45:46.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
65372025-08-18T19:45:47.573Z[ recovery-image] Aug 18 19:45:46.851 INFO O| Aug 18 19:45:46.851 INFO STEP 573 (remove_files) COMPLETE
65382025-08-18T19:45:47.576Z[ recovery-image] Aug 18 19:45:46.851 INFO O| Aug 18 19:45:46.851 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392025-08-18T19:45:47.586Z[ recovery-image] Aug 18 19:45:46.864 INFO O| Aug 18 19:45:46.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
65402025-08-18T19:45:47.589Z[ recovery-image] Aug 18 19:45:46.864 INFO O| Aug 18 19:45:46.864 INFO STEP 574 (remove_files) COMPLETE
65412025-08-18T19:45:47.589Z[ recovery-image] Aug 18 19:45:46.864 INFO O| Aug 18 19:45:46.864 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422025-08-18T19:45:47.597Z[ recovery-image] Aug 18 19:45:46.876 INFO O| Aug 18 19:45:46.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
65432025-08-18T19:45:47.598Z[ recovery-image] Aug 18 19:45:46.876 INFO O| Aug 18 19:45:46.876 INFO STEP 575 (remove_files) COMPLETE
65442025-08-18T19:45:47.598Z[ recovery-image] Aug 18 19:45:46.876 INFO O| Aug 18 19:45:46.876 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452025-08-18T19:45:47.610Z[ recovery-image] Aug 18 19:45:46.888 INFO O| Aug 18 19:45:46.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
65462025-08-18T19:45:47.610Z[ recovery-image] Aug 18 19:45:46.889 INFO O| Aug 18 19:45:46.888 INFO STEP 576 (remove_files) COMPLETE
65472025-08-18T19:45:47.613Z[ recovery-image] Aug 18 19:45:46.889 INFO O| Aug 18 19:45:46.888 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482025-08-18T19:45:47.623Z[ recovery-image] Aug 18 19:45:46.901 INFO O| Aug 18 19:45:46.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
65492025-08-18T19:45:47.623Z[ recovery-image] Aug 18 19:45:46.901 INFO O| Aug 18 19:45:46.901 INFO STEP 577 (remove_files) COMPLETE
65502025-08-18T19:45:47.626Z[ recovery-image] Aug 18 19:45:46.901 INFO O| Aug 18 19:45:46.901 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512025-08-18T19:45:47.635Z[ recovery-image] Aug 18 19:45:46.913 INFO O| Aug 18 19:45:46.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
65522025-08-18T19:45:47.635Z[ recovery-image] Aug 18 19:45:46.913 INFO O| Aug 18 19:45:46.913 INFO STEP 578 (remove_files) COMPLETE
65532025-08-18T19:45:47.635Z[ recovery-image] Aug 18 19:45:46.913 INFO O| Aug 18 19:45:46.913 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542025-08-18T19:45:47.649Z[ recovery-image] Aug 18 19:45:46.927 INFO O| Aug 18 19:45:46.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
65552025-08-18T19:45:47.653Z[ recovery-image] Aug 18 19:45:46.927 INFO O| Aug 18 19:45:46.927 INFO STEP 579 (remove_files) COMPLETE
65562025-08-18T19:45:47.653Z[ recovery-image] Aug 18 19:45:46.927 INFO O| Aug 18 19:45:46.927 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572025-08-18T19:45:47.659Z[ recovery-image] Aug 18 19:45:46.938 INFO O| Aug 18 19:45:46.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
65582025-08-18T19:45:47.663Z[ recovery-image] Aug 18 19:45:46.938 INFO O| Aug 18 19:45:46.938 INFO STEP 580 (remove_files) COMPLETE
65592025-08-18T19:45:47.664Z[ recovery-image] Aug 18 19:45:46.938 INFO O| Aug 18 19:45:46.938 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602025-08-18T19:45:47.674Z[ recovery-image] Aug 18 19:45:46.953 INFO O| Aug 18 19:45:46.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
65612025-08-18T19:45:47.674Z[ recovery-image] Aug 18 19:45:46.953 INFO O| Aug 18 19:45:46.953 INFO STEP 581 (remove_files) COMPLETE
65622025-08-18T19:45:47.677Z[ recovery-image] Aug 18 19:45:46.953 INFO O| Aug 18 19:45:46.953 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632025-08-18T19:45:47.687Z[ recovery-image] Aug 18 19:45:46.965 INFO O| Aug 18 19:45:46.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
65642025-08-18T19:45:47.690Z[ recovery-image] Aug 18 19:45:46.966 INFO O| Aug 18 19:45:46.966 INFO STEP 582 (remove_files) COMPLETE
65652025-08-18T19:45:47.690Z[ recovery-image] Aug 18 19:45:46.966 INFO O| Aug 18 19:45:46.966 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662025-08-18T19:45:47.701Z[ recovery-image] Aug 18 19:45:46.979 INFO O| Aug 18 19:45:46.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
65672025-08-18T19:45:47.701Z[ recovery-image] Aug 18 19:45:46.979 INFO O| Aug 18 19:45:46.979 INFO STEP 583 (remove_files) COMPLETE
65682025-08-18T19:45:47.704Z[ recovery-image] Aug 18 19:45:46.979 INFO O| Aug 18 19:45:46.979 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692025-08-18T19:45:47.716Z[ recovery-image] Aug 18 19:45:46.995 INFO O| Aug 18 19:45:46.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
65702025-08-18T19:45:47.716Z[ recovery-image] Aug 18 19:45:46.995 INFO O| Aug 18 19:45:46.995 INFO STEP 584 (remove_files) COMPLETE
65712025-08-18T19:45:47.720Z[ recovery-image] Aug 18 19:45:46.995 INFO O| Aug 18 19:45:46.995 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722025-08-18T19:45:47.729Z[ recovery-image] Aug 18 19:45:47.008 INFO O| Aug 18 19:45:47.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
65732025-08-18T19:45:47.729Z[ recovery-image] Aug 18 19:45:47.008 INFO O| Aug 18 19:45:47.008 INFO STEP 585 (remove_files) COMPLETE
65742025-08-18T19:45:47.732Z[ recovery-image] Aug 18 19:45:47.008 INFO O| Aug 18 19:45:47.008 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752025-08-18T19:45:47.743Z[ recovery-image] Aug 18 19:45:47.022 INFO O| Aug 18 19:45:47.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
65762025-08-18T19:45:47.746Z[ recovery-image] Aug 18 19:45:47.022 INFO O| Aug 18 19:45:47.022 INFO STEP 586 (remove_files) COMPLETE
65772025-08-18T19:45:47.746Z[ recovery-image] Aug 18 19:45:47.022 INFO O| Aug 18 19:45:47.022 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782025-08-18T19:45:47.754Z[ recovery-image] Aug 18 19:45:47.033 INFO O| Aug 18 19:45:47.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
65792025-08-18T19:45:47.754Z[ recovery-image] Aug 18 19:45:47.033 INFO O| Aug 18 19:45:47.033 INFO STEP 587 (remove_files) COMPLETE
65802025-08-18T19:45:47.761Z[ recovery-image] Aug 18 19:45:47.033 INFO O| Aug 18 19:45:47.033 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812025-08-18T19:45:47.764Z[ recovery-image] Aug 18 19:45:47.042 INFO O| Aug 18 19:45:47.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
65822025-08-18T19:45:47.764Z[ recovery-image] Aug 18 19:45:47.042 INFO O| Aug 18 19:45:47.042 INFO STEP 588 (remove_files) COMPLETE
65832025-08-18T19:45:47.764Z[ recovery-image] Aug 18 19:45:47.042 INFO O| Aug 18 19:45:47.042 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842025-08-18T19:45:47.774Z[ recovery-image] Aug 18 19:45:47.052 INFO O| Aug 18 19:45:47.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
65852025-08-18T19:45:47.777Z[ recovery-image] Aug 18 19:45:47.052 INFO O| Aug 18 19:45:47.052 INFO STEP 589 (remove_files) COMPLETE
65862025-08-18T19:45:47.777Z[ recovery-image] Aug 18 19:45:47.053 INFO O| Aug 18 19:45:47.052 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872025-08-18T19:45:47.786Z[ recovery-image] Aug 18 19:45:47.064 INFO O| Aug 18 19:45:47.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
65882025-08-18T19:45:47.786Z[ recovery-image] Aug 18 19:45:47.064 INFO O| Aug 18 19:45:47.064 INFO STEP 590 (remove_files) COMPLETE
65892025-08-18T19:45:47.789Z[ recovery-image] Aug 18 19:45:47.065 INFO O| Aug 18 19:45:47.064 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902025-08-18T19:45:47.797Z[ recovery-image] Aug 18 19:45:47.076 INFO O| Aug 18 19:45:47.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
65912025-08-18T19:45:47.800Z[ recovery-image] Aug 18 19:45:47.076 INFO O| Aug 18 19:45:47.076 INFO STEP 591 (remove_files) COMPLETE
65922025-08-18T19:45:47.800Z[ recovery-image] Aug 18 19:45:47.076 INFO O| Aug 18 19:45:47.076 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932025-08-18T19:45:47.810Z[ recovery-image] Aug 18 19:45:47.089 INFO O| Aug 18 19:45:47.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
65942025-08-18T19:45:47.810Z[ recovery-image] Aug 18 19:45:47.089 INFO O| Aug 18 19:45:47.089 INFO STEP 592 (remove_files) COMPLETE
65952025-08-18T19:45:47.813Z[ recovery-image] Aug 18 19:45:47.089 INFO O| Aug 18 19:45:47.089 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962025-08-18T19:45:47.819Z[ recovery-image] Aug 18 19:45:47.098 INFO O| Aug 18 19:45:47.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
65972025-08-18T19:45:47.823Z[ recovery-image] Aug 18 19:45:47.098 INFO O| Aug 18 19:45:47.098 INFO STEP 593 (remove_files) COMPLETE
65982025-08-18T19:45:47.823Z[ recovery-image] Aug 18 19:45:47.098 INFO O| Aug 18 19:45:47.098 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992025-08-18T19:45:47.831Z[ recovery-image] Aug 18 19:45:47.110 INFO O| Aug 18 19:45:47.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
66002025-08-18T19:45:47.835Z[ recovery-image] Aug 18 19:45:47.110 INFO O| Aug 18 19:45:47.110 INFO STEP 594 (remove_files) COMPLETE
66012025-08-18T19:45:47.835Z[ recovery-image] Aug 18 19:45:47.110 INFO O| Aug 18 19:45:47.110 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022025-08-18T19:45:47.844Z[ recovery-image] Aug 18 19:45:47.123 INFO O| Aug 18 19:45:47.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
66032025-08-18T19:45:47.847Z[ recovery-image] Aug 18 19:45:47.123 INFO O| Aug 18 19:45:47.123 INFO STEP 595 (remove_files) COMPLETE
66042025-08-18T19:45:47.847Z[ recovery-image] Aug 18 19:45:47.123 INFO O| Aug 18 19:45:47.123 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052025-08-18T19:45:47.857Z[ recovery-image] Aug 18 19:45:47.135 INFO O| Aug 18 19:45:47.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
66062025-08-18T19:45:47.857Z[ recovery-image] Aug 18 19:45:47.135 INFO O| Aug 18 19:45:47.135 INFO STEP 596 (remove_files) COMPLETE
66072025-08-18T19:45:47.861Z[ recovery-image] Aug 18 19:45:47.135 INFO O| Aug 18 19:45:47.135 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082025-08-18T19:45:47.872Z[ recovery-image] Aug 18 19:45:47.149 INFO O| Aug 18 19:45:47.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
66092025-08-18T19:45:47.879Z[ recovery-image] Aug 18 19:45:47.149 INFO O| Aug 18 19:45:47.149 INFO STEP 597 (remove_files) COMPLETE
66102025-08-18T19:45:47.879Z[ recovery-image] Aug 18 19:45:47.149 INFO O| Aug 18 19:45:47.149 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112025-08-18T19:45:47.883Z[ recovery-image] Aug 18 19:45:47.162 INFO O| Aug 18 19:45:47.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
66122025-08-18T19:45:47.886Z[ recovery-image] Aug 18 19:45:47.162 INFO O| Aug 18 19:45:47.162 INFO STEP 598 (remove_files) COMPLETE
66132025-08-18T19:45:47.886Z[ recovery-image] Aug 18 19:45:47.162 INFO O| Aug 18 19:45:47.162 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142025-08-18T19:45:47.895Z[ recovery-image] Aug 18 19:45:47.173 INFO O| Aug 18 19:45:47.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
66152025-08-18T19:45:47.898Z[ recovery-image] Aug 18 19:45:47.174 INFO O| Aug 18 19:45:47.174 INFO STEP 599 (remove_files) COMPLETE
66162025-08-18T19:45:47.898Z[ recovery-image] Aug 18 19:45:47.174 INFO O| Aug 18 19:45:47.174 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172025-08-18T19:45:47.907Z[ recovery-image] Aug 18 19:45:47.185 INFO O| Aug 18 19:45:47.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
66182025-08-18T19:45:47.907Z[ recovery-image] Aug 18 19:45:47.186 INFO O| Aug 18 19:45:47.185 INFO STEP 600 (remove_files) COMPLETE
66192025-08-18T19:45:47.911Z[ recovery-image] Aug 18 19:45:47.186 INFO O| Aug 18 19:45:47.186 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202025-08-18T19:45:47.921Z[ recovery-image] Aug 18 19:45:47.199 INFO O| Aug 18 19:45:47.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
66212025-08-18T19:45:47.921Z[ recovery-image] Aug 18 19:45:47.199 INFO O| Aug 18 19:45:47.199 INFO STEP 601 (remove_files) COMPLETE
66222025-08-18T19:45:47.921Z[ recovery-image] Aug 18 19:45:47.199 INFO O| Aug 18 19:45:47.199 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232025-08-18T19:45:47.934Z[ recovery-image] Aug 18 19:45:47.211 INFO O| Aug 18 19:45:47.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
66242025-08-18T19:45:47.934Z[ recovery-image] Aug 18 19:45:47.211 INFO O| Aug 18 19:45:47.211 INFO STEP 602 (remove_files) COMPLETE
66252025-08-18T19:45:47.938Z[ recovery-image] Aug 18 19:45:47.211 INFO O| Aug 18 19:45:47.211 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262025-08-18T19:45:47.946Z[ recovery-image] Aug 18 19:45:47.224 INFO O| Aug 18 19:45:47.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
66272025-08-18T19:45:47.947Z[ recovery-image] Aug 18 19:45:47.224 INFO O| Aug 18 19:45:47.224 INFO STEP 603 (remove_files) COMPLETE
66282025-08-18T19:45:47.951Z[ recovery-image] Aug 18 19:45:47.224 INFO O| Aug 18 19:45:47.224 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292025-08-18T19:45:47.959Z[ recovery-image] Aug 18 19:45:47.238 INFO O| Aug 18 19:45:47.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
66302025-08-18T19:45:47.959Z[ recovery-image] Aug 18 19:45:47.238 INFO O| Aug 18 19:45:47.238 INFO STEP 604 (remove_files) COMPLETE
66312025-08-18T19:45:47.962Z[ recovery-image] Aug 18 19:45:47.238 INFO O| Aug 18 19:45:47.238 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322025-08-18T19:45:47.972Z[ recovery-image] Aug 18 19:45:47.251 INFO O| Aug 18 19:45:47.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
66332025-08-18T19:45:47.976Z[ recovery-image] Aug 18 19:45:47.252 INFO O| Aug 18 19:45:47.251 INFO STEP 605 (remove_files) COMPLETE
66342025-08-18T19:45:47.976Z[ recovery-image] Aug 18 19:45:47.252 INFO O| Aug 18 19:45:47.251 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352025-08-18T19:45:47.985Z[ recovery-image] Aug 18 19:45:47.264 INFO O| Aug 18 19:45:47.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
66362025-08-18T19:45:47.985Z[ recovery-image] Aug 18 19:45:47.264 INFO O| Aug 18 19:45:47.264 INFO STEP 606 (remove_files) COMPLETE
66372025-08-18T19:45:47.989Z[ recovery-image] Aug 18 19:45:47.264 INFO O| Aug 18 19:45:47.264 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382025-08-18T19:45:47.999Z[ recovery-image] Aug 18 19:45:47.278 INFO O| Aug 18 19:45:47.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
66392025-08-18T19:45:48.000Z[ recovery-image] Aug 18 19:45:47.279 INFO O| Aug 18 19:45:47.279 INFO STEP 607 (remove_files) COMPLETE
66402025-08-18T19:45:48.003Z[ recovery-image] Aug 18 19:45:47.279 INFO O| Aug 18 19:45:47.279 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412025-08-18T19:45:48.013Z[ recovery-image] Aug 18 19:45:47.292 INFO O| Aug 18 19:45:47.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
66422025-08-18T19:45:48.013Z[ recovery-image] Aug 18 19:45:47.292 INFO O| Aug 18 19:45:47.292 INFO STEP 608 (remove_files) COMPLETE
66432025-08-18T19:45:48.016Z[ recovery-image] Aug 18 19:45:47.292 INFO O| Aug 18 19:45:47.292 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442025-08-18T19:45:48.025Z[ recovery-image] Aug 18 19:45:47.304 INFO O| Aug 18 19:45:47.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
66452025-08-18T19:45:48.028Z[ recovery-image] Aug 18 19:45:47.305 INFO O| Aug 18 19:45:47.305 INFO STEP 609 (remove_files) COMPLETE
66462025-08-18T19:45:48.028Z[ recovery-image] Aug 18 19:45:47.305 INFO O| Aug 18 19:45:47.305 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472025-08-18T19:45:48.038Z[ recovery-image] Aug 18 19:45:47.317 INFO O| Aug 18 19:45:47.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
66482025-08-18T19:45:48.041Z[ recovery-image] Aug 18 19:45:47.318 INFO O| Aug 18 19:45:47.318 INFO STEP 610 (remove_files) COMPLETE
66492025-08-18T19:45:48.041Z[ recovery-image] Aug 18 19:45:47.318 INFO O| Aug 18 19:45:47.318 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502025-08-18T19:45:48.052Z[ recovery-image] Aug 18 19:45:47.331 INFO O| Aug 18 19:45:47.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
66512025-08-18T19:45:48.055Z[ recovery-image] Aug 18 19:45:47.331 INFO O| Aug 18 19:45:47.331 INFO STEP 611 (remove_files) COMPLETE
66522025-08-18T19:45:48.055Z[ recovery-image] Aug 18 19:45:47.331 INFO O| Aug 18 19:45:47.331 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532025-08-18T19:45:48.064Z[ recovery-image] Aug 18 19:45:47.344 INFO O| Aug 18 19:45:47.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
66542025-08-18T19:45:48.065Z[ recovery-image] Aug 18 19:45:47.344 INFO O| Aug 18 19:45:47.344 INFO STEP 612 (remove_files) COMPLETE
66552025-08-18T19:45:48.068Z[ recovery-image] Aug 18 19:45:47.344 INFO O| Aug 18 19:45:47.344 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562025-08-18T19:45:48.078Z[ recovery-image] Aug 18 19:45:47.357 INFO O| Aug 18 19:45:47.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
66572025-08-18T19:45:48.081Z[ recovery-image] Aug 18 19:45:47.357 INFO O| Aug 18 19:45:47.357 INFO STEP 613 (remove_files) COMPLETE
66582025-08-18T19:45:48.081Z[ recovery-image] Aug 18 19:45:47.357 INFO O| Aug 18 19:45:47.357 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592025-08-18T19:45:48.090Z[ recovery-image] Aug 18 19:45:47.369 INFO O| Aug 18 19:45:47.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
66602025-08-18T19:45:48.090Z[ recovery-image] Aug 18 19:45:47.369 INFO O| Aug 18 19:45:47.369 INFO STEP 614 (remove_files) COMPLETE
66612025-08-18T19:45:48.093Z[ recovery-image] Aug 18 19:45:47.369 INFO O| Aug 18 19:45:47.369 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622025-08-18T19:45:48.103Z[ recovery-image] Aug 18 19:45:47.382 INFO O| Aug 18 19:45:47.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
66632025-08-18T19:45:48.104Z[ recovery-image] Aug 18 19:45:47.382 INFO O| Aug 18 19:45:47.382 INFO STEP 615 (remove_files) COMPLETE
66642025-08-18T19:45:48.111Z[ recovery-image] Aug 18 19:45:47.382 INFO O| Aug 18 19:45:47.382 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652025-08-18T19:45:48.115Z[ recovery-image] Aug 18 19:45:47.394 INFO O| Aug 18 19:45:47.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
66662025-08-18T19:45:48.118Z[ recovery-image] Aug 18 19:45:47.394 INFO O| Aug 18 19:45:47.394 INFO STEP 616 (remove_files) COMPLETE
66672025-08-18T19:45:48.118Z[ recovery-image] Aug 18 19:45:47.394 INFO O| Aug 18 19:45:47.394 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682025-08-18T19:45:48.128Z[ recovery-image] Aug 18 19:45:47.407 INFO O| Aug 18 19:45:47.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
66692025-08-18T19:45:48.131Z[ recovery-image] Aug 18 19:45:47.407 INFO O| Aug 18 19:45:47.407 INFO STEP 617 (remove_files) COMPLETE
66702025-08-18T19:45:48.131Z[ recovery-image] Aug 18 19:45:47.407 INFO O| Aug 18 19:45:47.407 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712025-08-18T19:45:48.139Z[ recovery-image] Aug 18 19:45:47.418 INFO O| Aug 18 19:45:47.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
66722025-08-18T19:45:48.143Z[ recovery-image] Aug 18 19:45:47.418 INFO O| Aug 18 19:45:47.418 INFO STEP 618 (remove_files) COMPLETE
66732025-08-18T19:45:48.143Z[ recovery-image] Aug 18 19:45:47.418 INFO O| Aug 18 19:45:47.418 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742025-08-18T19:45:48.151Z[ recovery-image] Aug 18 19:45:47.430 INFO O| Aug 18 19:45:47.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
66752025-08-18T19:45:48.156Z[ recovery-image] Aug 18 19:45:47.431 INFO O| Aug 18 19:45:47.430 INFO STEP 619 (remove_files) COMPLETE
66762025-08-18T19:45:48.156Z[ recovery-image] Aug 18 19:45:47.431 INFO O| Aug 18 19:45:47.430 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772025-08-18T19:45:48.164Z[ recovery-image] Aug 18 19:45:47.443 INFO O| Aug 18 19:45:47.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
66782025-08-18T19:45:48.164Z[ recovery-image] Aug 18 19:45:47.443 INFO O| Aug 18 19:45:47.443 INFO STEP 620 (remove_files) COMPLETE
66792025-08-18T19:45:48.164Z[ recovery-image] Aug 18 19:45:47.443 INFO O| Aug 18 19:45:47.443 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802025-08-18T19:45:48.172Z[ recovery-image] Aug 18 19:45:47.451 INFO O| Aug 18 19:45:47.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
66812025-08-18T19:45:48.175Z[ recovery-image] Aug 18 19:45:47.451 INFO O| Aug 18 19:45:47.451 INFO STEP 621 (remove_files) COMPLETE
66822025-08-18T19:45:48.175Z[ recovery-image] Aug 18 19:45:47.452 INFO O| Aug 18 19:45:47.451 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832025-08-18T19:45:48.183Z[ recovery-image] Aug 18 19:45:47.462 INFO O| Aug 18 19:45:47.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
66842025-08-18T19:45:48.183Z[ recovery-image] Aug 18 19:45:47.462 INFO O| Aug 18 19:45:47.462 INFO STEP 622 (remove_files) COMPLETE
66852025-08-18T19:45:48.186Z[ recovery-image] Aug 18 19:45:47.462 INFO O| Aug 18 19:45:47.462 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862025-08-18T19:45:48.195Z[ recovery-image] Aug 18 19:45:47.475 INFO O| Aug 18 19:45:47.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
66872025-08-18T19:45:48.195Z[ recovery-image] Aug 18 19:45:47.475 INFO O| Aug 18 19:45:47.475 INFO STEP 623 (remove_files) COMPLETE
66882025-08-18T19:45:48.198Z[ recovery-image] Aug 18 19:45:47.475 INFO O| Aug 18 19:45:47.475 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892025-08-18T19:45:48.208Z[ recovery-image] Aug 18 19:45:47.487 INFO O| Aug 18 19:45:47.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
66902025-08-18T19:45:48.208Z[ recovery-image] Aug 18 19:45:47.487 INFO O| Aug 18 19:45:47.487 INFO STEP 624 (remove_files) COMPLETE
66912025-08-18T19:45:48.211Z[ recovery-image] Aug 18 19:45:47.487 INFO O| Aug 18 19:45:47.487 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922025-08-18T19:45:48.221Z[ recovery-image] Aug 18 19:45:47.501 INFO O| Aug 18 19:45:47.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
66932025-08-18T19:45:48.225Z[ recovery-image] Aug 18 19:45:47.501 INFO O| Aug 18 19:45:47.501 INFO STEP 625 (remove_files) COMPLETE
66942025-08-18T19:45:48.225Z[ recovery-image] Aug 18 19:45:47.501 INFO O| Aug 18 19:45:47.501 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952025-08-18T19:45:48.237Z[ recovery-image] Aug 18 19:45:47.515 INFO O| Aug 18 19:45:47.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
66962025-08-18T19:45:48.245Z[ recovery-image] Aug 18 19:45:47.515 INFO O| Aug 18 19:45:47.515 INFO STEP 626 (remove_files) COMPLETE
66972025-08-18T19:45:48.246Z[ recovery-image] Aug 18 19:45:47.515 INFO O| Aug 18 19:45:47.515 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982025-08-18T19:45:48.254Z[ recovery-image] Aug 18 19:45:47.529 INFO O| Aug 18 19:45:47.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
66992025-08-18T19:45:48.255Z[ recovery-image] Aug 18 19:45:47.529 INFO O| Aug 18 19:45:47.529 INFO STEP 627 (remove_files) COMPLETE
67002025-08-18T19:45:48.269Z[ recovery-image] Aug 18 19:45:47.529 INFO O| Aug 18 19:45:47.529 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012025-08-18T19:45:48.281Z[ recovery-image] Aug 18 19:45:47.542 INFO O| Aug 18 19:45:47.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
67022025-08-18T19:45:48.281Z[ recovery-image] Aug 18 19:45:47.542 INFO O| Aug 18 19:45:47.542 INFO STEP 628 (remove_files) COMPLETE
67032025-08-18T19:45:48.281Z[ recovery-image] Aug 18 19:45:47.543 INFO O| Aug 18 19:45:47.542 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042025-08-18T19:45:48.309Z[ recovery-image] Aug 18 19:45:47.556 INFO O| Aug 18 19:45:47.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
67052025-08-18T19:45:48.309Z[ recovery-image] Aug 18 19:45:47.556 INFO O| Aug 18 19:45:47.556 INFO STEP 629 (remove_files) COMPLETE
67062025-08-18T19:45:48.309Z[ recovery-image] Aug 18 19:45:47.556 INFO O| Aug 18 19:45:47.556 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072025-08-18T19:45:48.309Z[ recovery-image] Aug 18 19:45:47.568 INFO O| Aug 18 19:45:47.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
67082025-08-18T19:45:48.309Z[ recovery-image] Aug 18 19:45:47.568 INFO O| Aug 18 19:45:47.568 INFO STEP 630 (remove_files) COMPLETE
67092025-08-18T19:45:48.309Z[ recovery-image] Aug 18 19:45:47.568 INFO O| Aug 18 19:45:47.568 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102025-08-18T19:45:48.332Z[ recovery-image] Aug 18 19:45:47.581 INFO O| Aug 18 19:45:47.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
67112025-08-18T19:45:48.332Z[ recovery-image] Aug 18 19:45:47.581 INFO O| Aug 18 19:45:47.581 INFO STEP 631 (remove_files) COMPLETE
67122025-08-18T19:45:48.332Z[ recovery-image] Aug 18 19:45:47.581 INFO O| Aug 18 19:45:47.581 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132025-08-18T19:45:48.332Z[ recovery-image] Aug 18 19:45:47.592 INFO O| Aug 18 19:45:47.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
67142025-08-18T19:45:48.332Z[ recovery-image] Aug 18 19:45:47.592 INFO O| Aug 18 19:45:47.592 INFO STEP 632 (remove_files) COMPLETE
67152025-08-18T19:45:48.332Z[ recovery-image] Aug 18 19:45:47.592 INFO O| Aug 18 19:45:47.592 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162025-08-18T19:45:48.346Z[ recovery-image] Aug 18 19:45:47.604 INFO O| Aug 18 19:45:47.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
67172025-08-18T19:45:48.346Z[ recovery-image] Aug 18 19:45:47.604 INFO O| Aug 18 19:45:47.604 INFO STEP 633 (remove_files) COMPLETE
67182025-08-18T19:45:48.346Z[ recovery-image] Aug 18 19:45:47.605 INFO O| Aug 18 19:45:47.604 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192025-08-18T19:45:48.346Z[ recovery-image] Aug 18 19:45:47.617 INFO O| Aug 18 19:45:47.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
67202025-08-18T19:45:48.346Z[ recovery-image] Aug 18 19:45:47.617 INFO O| Aug 18 19:45:47.617 INFO STEP 634 (remove_files) COMPLETE
67212025-08-18T19:45:48.346Z[ recovery-image] Aug 18 19:45:47.618 INFO O| Aug 18 19:45:47.617 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222025-08-18T19:45:48.356Z[ recovery-image] Aug 18 19:45:47.630 INFO O| Aug 18 19:45:47.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
67232025-08-18T19:45:48.356Z[ recovery-image] Aug 18 19:45:47.630 INFO O| Aug 18 19:45:47.630 INFO STEP 635 (remove_files) COMPLETE
67242025-08-18T19:45:48.356Z[ recovery-image] Aug 18 19:45:47.631 INFO O| Aug 18 19:45:47.630 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252025-08-18T19:45:48.370Z[ recovery-image] Aug 18 19:45:47.643 INFO O| Aug 18 19:45:47.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
67262025-08-18T19:45:48.371Z[ recovery-image] Aug 18 19:45:47.643 INFO O| Aug 18 19:45:47.643 INFO STEP 636 (remove_files) COMPLETE
67272025-08-18T19:45:48.393Z[ recovery-image] Aug 18 19:45:47.643 INFO O| Aug 18 19:45:47.643 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282025-08-18T19:45:48.393Z[ recovery-image] Aug 18 19:45:47.655 INFO O| Aug 18 19:45:47.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
67292025-08-18T19:45:48.393Z[ recovery-image] Aug 18 19:45:47.655 INFO O| Aug 18 19:45:47.655 INFO STEP 637 (remove_files) COMPLETE
67302025-08-18T19:45:48.393Z[ recovery-image] Aug 18 19:45:47.655 INFO O| Aug 18 19:45:47.655 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312025-08-18T19:45:48.416Z[ recovery-image] Aug 18 19:45:47.668 INFO O| Aug 18 19:45:47.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
67322025-08-18T19:45:48.416Z[ recovery-image] Aug 18 19:45:47.668 INFO O| Aug 18 19:45:47.668 INFO STEP 638 (remove_files) COMPLETE
67332025-08-18T19:45:48.416Z[ recovery-image] Aug 18 19:45:47.668 INFO O| Aug 18 19:45:47.668 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342025-08-18T19:45:48.417Z[ recovery-image] Aug 18 19:45:47.681 INFO O| Aug 18 19:45:47.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
67352025-08-18T19:45:48.417Z[ recovery-image] Aug 18 19:45:47.681 INFO O| Aug 18 19:45:47.681 INFO STEP 639 (remove_files) COMPLETE
67362025-08-18T19:45:48.417Z[ recovery-image] Aug 18 19:45:47.681 INFO O| Aug 18 19:45:47.681 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372025-08-18T19:45:48.471Z[ recovery-image] Aug 18 19:45:47.694 INFO O| Aug 18 19:45:47.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
67382025-08-18T19:45:48.471Z[ recovery-image] Aug 18 19:45:47.694 INFO O| Aug 18 19:45:47.694 INFO STEP 640 (remove_files) COMPLETE
67392025-08-18T19:45:48.471Z[ recovery-image] Aug 18 19:45:47.694 INFO O| Aug 18 19:45:47.694 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402025-08-18T19:45:48.474Z[ recovery-image] Aug 18 19:45:47.705 INFO O| Aug 18 19:45:47.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
67412025-08-18T19:45:48.474Z[ recovery-image] Aug 18 19:45:47.705 INFO O| Aug 18 19:45:47.705 INFO STEP 641 (remove_files) COMPLETE
67422025-08-18T19:45:48.474Z[ recovery-image] Aug 18 19:45:47.705 INFO O| Aug 18 19:45:47.705 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432025-08-18T19:45:48.474Z[ recovery-image] Aug 18 19:45:47.717 INFO O| Aug 18 19:45:47.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
67442025-08-18T19:45:48.474Z[ recovery-image] Aug 18 19:45:47.717 INFO O| Aug 18 19:45:47.717 INFO STEP 642 (remove_files) COMPLETE
67452025-08-18T19:45:48.474Z[ recovery-image] Aug 18 19:45:47.717 INFO O| Aug 18 19:45:47.717 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462025-08-18T19:45:48.474Z[ recovery-image] Aug 18 19:45:47.730 INFO O| Aug 18 19:45:47.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
67472025-08-18T19:45:48.474Z[ recovery-image] Aug 18 19:45:47.730 INFO O| Aug 18 19:45:47.730 INFO STEP 643 (remove_files) COMPLETE
67482025-08-18T19:45:48.474Z[ recovery-image] Aug 18 19:45:47.731 INFO O| Aug 18 19:45:47.730 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492025-08-18T19:45:48.507Z[ recovery-image] Aug 18 19:45:47.743 INFO O| Aug 18 19:45:47.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
67502025-08-18T19:45:48.507Z[ recovery-image] Aug 18 19:45:47.743 INFO O| Aug 18 19:45:47.743 INFO STEP 644 (remove_files) COMPLETE
67512025-08-18T19:45:48.507Z[ recovery-image] Aug 18 19:45:47.743 INFO O| Aug 18 19:45:47.743 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522025-08-18T19:45:48.507Z[ recovery-image] Aug 18 19:45:47.752 INFO O| Aug 18 19:45:47.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
67532025-08-18T19:45:48.507Z[ recovery-image] Aug 18 19:45:47.752 INFO O| Aug 18 19:45:47.752 INFO STEP 645 (remove_files) COMPLETE
67542025-08-18T19:45:48.507Z[ recovery-image] Aug 18 19:45:47.752 INFO O| Aug 18 19:45:47.752 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552025-08-18T19:45:48.507Z[ recovery-image] Aug 18 19:45:47.764 INFO O| Aug 18 19:45:47.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
67562025-08-18T19:45:48.507Z[ recovery-image] Aug 18 19:45:47.764 INFO O| Aug 18 19:45:47.764 INFO STEP 646 (remove_files) COMPLETE
67572025-08-18T19:45:48.507Z[ recovery-image] Aug 18 19:45:47.764 INFO O| Aug 18 19:45:47.764 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582025-08-18T19:45:48.560Z[ recovery-image] Aug 18 19:45:47.772 INFO O| Aug 18 19:45:47.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
67592025-08-18T19:45:48.560Z[ recovery-image] Aug 18 19:45:47.772 INFO O| Aug 18 19:45:47.772 INFO STEP 647 (remove_files) COMPLETE
67602025-08-18T19:45:48.560Z[ recovery-image] Aug 18 19:45:47.772 INFO O| Aug 18 19:45:47.772 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612025-08-18T19:45:48.560Z[ recovery-image] Aug 18 19:45:47.781 INFO O| Aug 18 19:45:47.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
67622025-08-18T19:45:48.561Z[ recovery-image] Aug 18 19:45:47.781 INFO O| Aug 18 19:45:47.781 INFO STEP 648 (remove_files) COMPLETE
67632025-08-18T19:45:48.561Z[ recovery-image] Aug 18 19:45:47.781 INFO O| Aug 18 19:45:47.781 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642025-08-18T19:45:48.561Z[ recovery-image] Aug 18 19:45:47.793 INFO O| Aug 18 19:45:47.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
67652025-08-18T19:45:48.561Z[ recovery-image] Aug 18 19:45:47.793 INFO O| Aug 18 19:45:47.793 INFO STEP 649 (remove_files) COMPLETE
67662025-08-18T19:45:48.562Z[ recovery-image] Aug 18 19:45:47.793 INFO O| Aug 18 19:45:47.793 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672025-08-18T19:45:48.562Z[ recovery-image] Aug 18 19:45:47.801 INFO O| Aug 18 19:45:47.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
67682025-08-18T19:45:48.562Z[ recovery-image] Aug 18 19:45:47.801 INFO O| Aug 18 19:45:47.801 INFO STEP 650 (remove_files) COMPLETE
67692025-08-18T19:45:48.562Z[ recovery-image] Aug 18 19:45:47.801 INFO O| Aug 18 19:45:47.801 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702025-08-18T19:45:48.576Z[ recovery-image] Aug 18 19:45:47.813 INFO O| Aug 18 19:45:47.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
67712025-08-18T19:45:48.577Z[ recovery-image] Aug 18 19:45:47.813 INFO O| Aug 18 19:45:47.813 INFO STEP 651 (remove_files) COMPLETE
67722025-08-18T19:45:48.577Z[ recovery-image] Aug 18 19:45:47.813 INFO O| Aug 18 19:45:47.813 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732025-08-18T19:45:48.577Z[ recovery-image] Aug 18 19:45:47.825 INFO O| Aug 18 19:45:47.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
67742025-08-18T19:45:48.577Z[ recovery-image] Aug 18 19:45:47.826 INFO O| Aug 18 19:45:47.826 INFO STEP 652 (remove_files) COMPLETE
67752025-08-18T19:45:48.577Z[ recovery-image] Aug 18 19:45:47.826 INFO O| Aug 18 19:45:47.826 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762025-08-18T19:45:48.577Z[ recovery-image] Aug 18 19:45:47.838 INFO O| Aug 18 19:45:47.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
67772025-08-18T19:45:48.577Z[ recovery-image] Aug 18 19:45:47.838 INFO O| Aug 18 19:45:47.838 INFO STEP 653 (remove_files) COMPLETE
67782025-08-18T19:45:48.577Z[ recovery-image] Aug 18 19:45:47.838 INFO O| Aug 18 19:45:47.838 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792025-08-18T19:45:48.577Z[ recovery-image] Aug 18 19:45:47.851 INFO O| Aug 18 19:45:47.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
67802025-08-18T19:45:48.577Z[ recovery-image] Aug 18 19:45:47.851 INFO O| Aug 18 19:45:47.851 INFO STEP 654 (remove_files) COMPLETE
67812025-08-18T19:45:48.578Z[ recovery-image] Aug 18 19:45:47.851 INFO O| Aug 18 19:45:47.851 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822025-08-18T19:45:48.589Z[ recovery-image] Aug 18 19:45:47.863 INFO O| Aug 18 19:45:47.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
67832025-08-18T19:45:48.589Z[ recovery-image] Aug 18 19:45:47.863 INFO O| Aug 18 19:45:47.863 INFO STEP 655 (remove_files) COMPLETE
67842025-08-18T19:45:48.595Z[ recovery-image] Aug 18 19:45:47.863 INFO O| Aug 18 19:45:47.863 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852025-08-18T19:45:48.602Z[ recovery-image] Aug 18 19:45:47.875 INFO O| Aug 18 19:45:47.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
67862025-08-18T19:45:48.603Z[ recovery-image] Aug 18 19:45:47.875 INFO O| Aug 18 19:45:47.875 INFO STEP 656 (remove_files) COMPLETE
67872025-08-18T19:45:48.603Z[ recovery-image] Aug 18 19:45:47.875 INFO O| Aug 18 19:45:47.875 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882025-08-18T19:45:48.614Z[ recovery-image] Aug 18 19:45:47.886 INFO O| Aug 18 19:45:47.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
67892025-08-18T19:45:48.615Z[ recovery-image] Aug 18 19:45:47.887 INFO O| Aug 18 19:45:47.887 INFO STEP 657 (remove_files) COMPLETE
67902025-08-18T19:45:48.615Z[ recovery-image] Aug 18 19:45:47.887 INFO O| Aug 18 19:45:47.887 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912025-08-18T19:45:48.624Z[ recovery-image] Aug 18 19:45:47.898 INFO O| Aug 18 19:45:47.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
67922025-08-18T19:45:48.624Z[ recovery-image] Aug 18 19:45:47.898 INFO O| Aug 18 19:45:47.898 INFO STEP 658 (remove_files) COMPLETE
67932025-08-18T19:45:48.624Z[ recovery-image] Aug 18 19:45:47.898 INFO O| Aug 18 19:45:47.898 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942025-08-18T19:45:48.634Z[ recovery-image] Aug 18 19:45:47.911 INFO O| Aug 18 19:45:47.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
67952025-08-18T19:45:48.641Z[ recovery-image] Aug 18 19:45:47.911 INFO O| Aug 18 19:45:47.911 INFO STEP 659 (remove_files) COMPLETE
67962025-08-18T19:45:48.642Z[ recovery-image] Aug 18 19:45:47.911 INFO O| Aug 18 19:45:47.911 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972025-08-18T19:45:48.646Z[ recovery-image] Aug 18 19:45:47.924 INFO O| Aug 18 19:45:47.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
67982025-08-18T19:45:48.646Z[ recovery-image] Aug 18 19:45:47.924 INFO O| Aug 18 19:45:47.924 INFO STEP 660 (remove_files) COMPLETE
67992025-08-18T19:45:48.647Z[ recovery-image] Aug 18 19:45:47.924 INFO O| Aug 18 19:45:47.924 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002025-08-18T19:45:48.660Z[ recovery-image] Aug 18 19:45:47.937 INFO O| Aug 18 19:45:47.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
68012025-08-18T19:45:48.665Z[ recovery-image] Aug 18 19:45:47.937 INFO O| Aug 18 19:45:47.937 INFO STEP 661 (remove_files) COMPLETE
68022025-08-18T19:45:48.665Z[ recovery-image] Aug 18 19:45:47.937 INFO O| Aug 18 19:45:47.937 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032025-08-18T19:45:48.675Z[ recovery-image] Aug 18 19:45:47.945 INFO O| Aug 18 19:45:47.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
68042025-08-18T19:45:48.675Z[ recovery-image] Aug 18 19:45:47.946 INFO O| Aug 18 19:45:47.946 INFO STEP 662 (remove_files) COMPLETE
68052025-08-18T19:45:48.675Z[ recovery-image] Aug 18 19:45:47.946 INFO O| Aug 18 19:45:47.946 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062025-08-18T19:45:48.681Z[ recovery-image] Aug 18 19:45:47.959 INFO O| Aug 18 19:45:47.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
68072025-08-18T19:45:48.685Z[ recovery-image] Aug 18 19:45:47.959 INFO O| Aug 18 19:45:47.959 INFO STEP 663 (remove_files) COMPLETE
68082025-08-18T19:45:48.685Z[ recovery-image] Aug 18 19:45:47.959 INFO O| Aug 18 19:45:47.959 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092025-08-18T19:45:48.693Z[ recovery-image] Aug 18 19:45:47.972 INFO O| Aug 18 19:45:47.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
68102025-08-18T19:45:48.693Z[ recovery-image] Aug 18 19:45:47.972 INFO O| Aug 18 19:45:47.972 INFO STEP 664 (remove_files) COMPLETE
68112025-08-18T19:45:48.701Z[ recovery-image] Aug 18 19:45:47.972 INFO O| Aug 18 19:45:47.972 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122025-08-18T19:45:48.705Z[ recovery-image] Aug 18 19:45:47.984 INFO O| Aug 18 19:45:47.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
68132025-08-18T19:45:48.705Z[ recovery-image] Aug 18 19:45:47.984 INFO O| Aug 18 19:45:47.984 INFO STEP 665 (remove_files) COMPLETE
68142025-08-18T19:45:48.706Z[ recovery-image] Aug 18 19:45:47.984 INFO O| Aug 18 19:45:47.984 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152025-08-18T19:45:48.720Z[ recovery-image] Aug 18 19:45:47.997 INFO O| Aug 18 19:45:47.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
68162025-08-18T19:45:48.725Z[ recovery-image] Aug 18 19:45:47.998 INFO O| Aug 18 19:45:47.997 INFO STEP 666 (remove_files) COMPLETE
68172025-08-18T19:45:48.725Z[ recovery-image] Aug 18 19:45:47.998 INFO O| Aug 18 19:45:47.997 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182025-08-18T19:45:48.733Z[ recovery-image] Aug 18 19:45:48.012 INFO O| Aug 18 19:45:48.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
68192025-08-18T19:45:48.733Z[ recovery-image] Aug 18 19:45:48.012 INFO O| Aug 18 19:45:48.012 INFO STEP 667 (remove_files) COMPLETE
68202025-08-18T19:45:48.740Z[ recovery-image] Aug 18 19:45:48.012 INFO O| Aug 18 19:45:48.012 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212025-08-18T19:45:48.747Z[ recovery-image] Aug 18 19:45:48.021 INFO O| Aug 18 19:45:48.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
68222025-08-18T19:45:48.747Z[ recovery-image] Aug 18 19:45:48.022 INFO O| Aug 18 19:45:48.021 INFO STEP 668 (remove_files) COMPLETE
68232025-08-18T19:45:48.747Z[ recovery-image] Aug 18 19:45:48.022 INFO O| Aug 18 19:45:48.022 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242025-08-18T19:45:48.805Z[ recovery-image] Aug 18 19:45:48.034 INFO O| Aug 18 19:45:48.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
68252025-08-18T19:45:48.805Z[ recovery-image] Aug 18 19:45:48.034 INFO O| Aug 18 19:45:48.034 INFO STEP 669 (remove_files) COMPLETE
68262025-08-18T19:45:48.805Z[ recovery-image] Aug 18 19:45:48.034 INFO O| Aug 18 19:45:48.034 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272025-08-18T19:45:48.805Z[ recovery-image] Aug 18 19:45:48.046 INFO O| Aug 18 19:45:48.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
68282025-08-18T19:45:48.805Z[ recovery-image] Aug 18 19:45:48.046 INFO O| Aug 18 19:45:48.046 INFO STEP 670 (remove_files) COMPLETE
68292025-08-18T19:45:48.805Z[ recovery-image] Aug 18 19:45:48.046 INFO O| Aug 18 19:45:48.046 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302025-08-18T19:45:48.805Z[ recovery-image] Aug 18 19:45:48.059 INFO O| Aug 18 19:45:48.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
68312025-08-18T19:45:48.805Z[ recovery-image] Aug 18 19:45:48.059 INFO O| Aug 18 19:45:48.059 INFO STEP 671 (remove_files) COMPLETE
68322025-08-18T19:45:48.805Z[ recovery-image] Aug 18 19:45:48.059 INFO O| Aug 18 19:45:48.059 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332025-08-18T19:45:48.806Z[ recovery-image] Aug 18 19:45:48.068 INFO O| Aug 18 19:45:48.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
68342025-08-18T19:45:48.806Z[ recovery-image] Aug 18 19:45:48.068 INFO O| Aug 18 19:45:48.068 INFO STEP 672 (remove_files) COMPLETE
68352025-08-18T19:45:48.806Z[ recovery-image] Aug 18 19:45:48.068 INFO O| Aug 18 19:45:48.068 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362025-08-18T19:45:48.806Z[ recovery-image] Aug 18 19:45:48.078 INFO O| Aug 18 19:45:48.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
68372025-08-18T19:45:48.806Z[ recovery-image] Aug 18 19:45:48.078 INFO O| Aug 18 19:45:48.078 INFO STEP 673 (remove_files) COMPLETE
68382025-08-18T19:45:48.806Z[ recovery-image] Aug 18 19:45:48.078 INFO O| Aug 18 19:45:48.078 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392025-08-18T19:45:48.821Z[ recovery-image] Aug 18 19:45:48.091 INFO O| Aug 18 19:45:48.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
68402025-08-18T19:45:48.821Z[ recovery-image] Aug 18 19:45:48.091 INFO O| Aug 18 19:45:48.091 INFO STEP 674 (remove_files) COMPLETE
68412025-08-18T19:45:48.821Z[ recovery-image] Aug 18 19:45:48.091 INFO O| Aug 18 19:45:48.091 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422025-08-18T19:45:48.827Z[ recovery-image] Aug 18 19:45:48.105 INFO O| Aug 18 19:45:48.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
68432025-08-18T19:45:48.827Z[ recovery-image] Aug 18 19:45:48.105 INFO O| Aug 18 19:45:48.105 INFO STEP 675 (remove_files) COMPLETE
68442025-08-18T19:45:48.827Z[ recovery-image] Aug 18 19:45:48.105 INFO O| Aug 18 19:45:48.105 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452025-08-18T19:45:48.843Z[ recovery-image] Aug 18 19:45:48.120 INFO O| Aug 18 19:45:48.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
68462025-08-18T19:45:48.851Z[ recovery-image] Aug 18 19:45:48.121 INFO O| Aug 18 19:45:48.121 INFO STEP 676 (remove_files) COMPLETE
68472025-08-18T19:45:48.851Z[ recovery-image] Aug 18 19:45:48.121 INFO O| Aug 18 19:45:48.121 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482025-08-18T19:45:48.857Z[ recovery-image] Aug 18 19:45:48.134 INFO O| Aug 18 19:45:48.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
68492025-08-18T19:45:48.858Z[ recovery-image] Aug 18 19:45:48.134 INFO O| Aug 18 19:45:48.134 INFO STEP 677 (remove_files) COMPLETE
68502025-08-18T19:45:48.858Z[ recovery-image] Aug 18 19:45:48.134 INFO O| Aug 18 19:45:48.134 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512025-08-18T19:45:48.868Z[ recovery-image] Aug 18 19:45:48.146 INFO O| Aug 18 19:45:48.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
68522025-08-18T19:45:48.868Z[ recovery-image] Aug 18 19:45:48.146 INFO O| Aug 18 19:45:48.146 INFO STEP 678 (remove_files) COMPLETE
68532025-08-18T19:45:48.876Z[ recovery-image] Aug 18 19:45:48.146 INFO O| Aug 18 19:45:48.146 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542025-08-18T19:45:48.883Z[ recovery-image] Aug 18 19:45:48.159 INFO O| Aug 18 19:45:48.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
68552025-08-18T19:45:48.883Z[ recovery-image] Aug 18 19:45:48.159 INFO O| Aug 18 19:45:48.159 INFO STEP 679 (remove_files) COMPLETE
68562025-08-18T19:45:48.883Z[ recovery-image] Aug 18 19:45:48.159 INFO O| Aug 18 19:45:48.159 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572025-08-18T19:45:48.893Z[ recovery-image] Aug 18 19:45:48.172 INFO O| Aug 18 19:45:48.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
68582025-08-18T19:45:48.902Z[ recovery-image] Aug 18 19:45:48.173 INFO O| Aug 18 19:45:48.173 INFO STEP 680 (remove_files) COMPLETE
68592025-08-18T19:45:48.902Z[ recovery-image] Aug 18 19:45:48.173 INFO O| Aug 18 19:45:48.173 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602025-08-18T19:45:48.908Z[ recovery-image] Aug 18 19:45:48.186 INFO O| Aug 18 19:45:48.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
68612025-08-18T19:45:48.908Z[ recovery-image] Aug 18 19:45:48.186 INFO O| Aug 18 19:45:48.186 INFO STEP 681 (remove_files) COMPLETE
68622025-08-18T19:45:48.908Z[ recovery-image] Aug 18 19:45:48.186 INFO O| Aug 18 19:45:48.186 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632025-08-18T19:45:48.922Z[ recovery-image] Aug 18 19:45:48.199 INFO O| Aug 18 19:45:48.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
68642025-08-18T19:45:48.922Z[ recovery-image] Aug 18 19:45:48.199 INFO O| Aug 18 19:45:48.199 INFO STEP 682 (remove_files) COMPLETE
68652025-08-18T19:45:48.928Z[ recovery-image] Aug 18 19:45:48.199 INFO O| Aug 18 19:45:48.199 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662025-08-18T19:45:48.934Z[ recovery-image] Aug 18 19:45:48.212 INFO O| Aug 18 19:45:48.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
68672025-08-18T19:45:48.934Z[ recovery-image] Aug 18 19:45:48.212 INFO O| Aug 18 19:45:48.212 INFO STEP 683 (remove_files) COMPLETE
68682025-08-18T19:45:48.934Z[ recovery-image] Aug 18 19:45:48.212 INFO O| Aug 18 19:45:48.212 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692025-08-18T19:45:48.944Z[ recovery-image] Aug 18 19:45:48.224 INFO O| Aug 18 19:45:48.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
68702025-08-18T19:45:48.951Z[ recovery-image] Aug 18 19:45:48.224 INFO O| Aug 18 19:45:48.224 INFO STEP 684 (remove_files) COMPLETE
68712025-08-18T19:45:48.952Z[ recovery-image] Aug 18 19:45:48.224 INFO O| Aug 18 19:45:48.224 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722025-08-18T19:45:48.958Z[ recovery-image] Aug 18 19:45:48.237 INFO O| Aug 18 19:45:48.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
68732025-08-18T19:45:48.963Z[ recovery-image] Aug 18 19:45:48.237 INFO O| Aug 18 19:45:48.237 INFO STEP 685 (remove_files) COMPLETE
68742025-08-18T19:45:48.963Z[ recovery-image] Aug 18 19:45:48.237 INFO O| Aug 18 19:45:48.237 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752025-08-18T19:45:48.975Z[ recovery-image] Aug 18 19:45:48.250 INFO O| Aug 18 19:45:48.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
68762025-08-18T19:45:48.975Z[ recovery-image] Aug 18 19:45:48.250 INFO O| Aug 18 19:45:48.250 INFO STEP 686 (remove_files) COMPLETE
68772025-08-18T19:45:48.980Z[ recovery-image] Aug 18 19:45:48.250 INFO O| Aug 18 19:45:48.250 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782025-08-18T19:45:48.985Z[ recovery-image] Aug 18 19:45:48.263 INFO O| Aug 18 19:45:48.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
68792025-08-18T19:45:48.986Z[ recovery-image] Aug 18 19:45:48.263 INFO O| Aug 18 19:45:48.263 INFO STEP 687 (remove_files) COMPLETE
68802025-08-18T19:45:48.986Z[ recovery-image] Aug 18 19:45:48.263 INFO O| Aug 18 19:45:48.263 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812025-08-18T19:45:48.994Z[ recovery-image] Aug 18 19:45:48.272 INFO O| Aug 18 19:45:48.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
68822025-08-18T19:45:48.994Z[ recovery-image] Aug 18 19:45:48.272 INFO O| Aug 18 19:45:48.272 INFO STEP 688 (remove_files) COMPLETE
68832025-08-18T19:45:49.003Z[ recovery-image] Aug 18 19:45:48.272 INFO O| Aug 18 19:45:48.272 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842025-08-18T19:45:49.010Z[ recovery-image] Aug 18 19:45:48.284 INFO O| Aug 18 19:45:48.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
68852025-08-18T19:45:49.010Z[ recovery-image] Aug 18 19:45:48.284 INFO O| Aug 18 19:45:48.284 INFO STEP 689 (remove_files) COMPLETE
68862025-08-18T19:45:49.010Z[ recovery-image] Aug 18 19:45:48.284 INFO O| Aug 18 19:45:48.284 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872025-08-18T19:45:49.023Z[ recovery-image] Aug 18 19:45:48.293 INFO O| Aug 18 19:45:48.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
68882025-08-18T19:45:49.023Z[ recovery-image] Aug 18 19:45:48.293 INFO O| Aug 18 19:45:48.293 INFO STEP 690 (remove_files) COMPLETE
68892025-08-18T19:45:49.023Z[ recovery-image] Aug 18 19:45:48.293 INFO O| Aug 18 19:45:48.293 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902025-08-18T19:45:49.031Z[ recovery-image] Aug 18 19:45:48.305 INFO O| Aug 18 19:45:48.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
68912025-08-18T19:45:49.031Z[ recovery-image] Aug 18 19:45:48.305 INFO O| Aug 18 19:45:48.305 INFO STEP 691 (remove_files) COMPLETE
68922025-08-18T19:45:49.031Z[ recovery-image] Aug 18 19:45:48.305 INFO O| Aug 18 19:45:48.305 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932025-08-18T19:45:49.040Z[ recovery-image] Aug 18 19:45:48.318 INFO O| Aug 18 19:45:48.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
68942025-08-18T19:45:49.040Z[ recovery-image] Aug 18 19:45:48.318 INFO O| Aug 18 19:45:48.318 INFO STEP 692 (remove_files) COMPLETE
68952025-08-18T19:45:49.045Z[ recovery-image] Aug 18 19:45:48.318 INFO O| Aug 18 19:45:48.318 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962025-08-18T19:45:49.053Z[ recovery-image] Aug 18 19:45:48.331 INFO O| Aug 18 19:45:48.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
68972025-08-18T19:45:49.053Z[ recovery-image] Aug 18 19:45:48.331 INFO O| Aug 18 19:45:48.331 INFO STEP 693 (remove_files) COMPLETE
68982025-08-18T19:45:49.053Z[ recovery-image] Aug 18 19:45:48.331 INFO O| Aug 18 19:45:48.331 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992025-08-18T19:45:49.070Z[ recovery-image] Aug 18 19:45:48.344 INFO O| Aug 18 19:45:48.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
69002025-08-18T19:45:49.078Z[ recovery-image] Aug 18 19:45:48.344 INFO O| Aug 18 19:45:48.344 INFO STEP 694 (remove_files) COMPLETE
69012025-08-18T19:45:49.078Z[ recovery-image] Aug 18 19:45:48.344 INFO O| Aug 18 19:45:48.344 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022025-08-18T19:45:49.085Z[ recovery-image] Aug 18 19:45:48.356 INFO O| Aug 18 19:45:48.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
69032025-08-18T19:45:49.085Z[ recovery-image] Aug 18 19:45:48.356 INFO O| Aug 18 19:45:48.356 INFO STEP 695 (remove_files) COMPLETE
69042025-08-18T19:45:49.085Z[ recovery-image] Aug 18 19:45:48.356 INFO O| Aug 18 19:45:48.356 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052025-08-18T19:45:49.096Z[ recovery-image] Aug 18 19:45:48.369 INFO O| Aug 18 19:45:48.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
69062025-08-18T19:45:49.096Z[ recovery-image] Aug 18 19:45:48.369 INFO O| Aug 18 19:45:48.369 INFO STEP 696 (remove_files) COMPLETE
69072025-08-18T19:45:49.096Z[ recovery-image] Aug 18 19:45:48.369 INFO O| Aug 18 19:45:48.369 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082025-08-18T19:45:49.118Z[ recovery-image] Aug 18 19:45:48.382 INFO O| Aug 18 19:45:48.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
69092025-08-18T19:45:49.126Z[ recovery-image] Aug 18 19:45:48.383 INFO O| Aug 18 19:45:48.383 INFO STEP 697 (remove_files) COMPLETE
69102025-08-18T19:45:49.126Z[ recovery-image] Aug 18 19:45:48.383 INFO O| Aug 18 19:45:48.383 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112025-08-18T19:45:49.127Z[ recovery-image] Aug 18 19:45:48.396 INFO O| Aug 18 19:45:48.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
69122025-08-18T19:45:49.127Z[ recovery-image] Aug 18 19:45:48.396 INFO O| Aug 18 19:45:48.396 INFO STEP 698 (remove_files) COMPLETE
69132025-08-18T19:45:49.127Z[ recovery-image] Aug 18 19:45:48.396 INFO O| Aug 18 19:45:48.396 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142025-08-18T19:45:49.134Z[ recovery-image] Aug 18 19:45:48.405 INFO O| Aug 18 19:45:48.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
69152025-08-18T19:45:49.134Z[ recovery-image] Aug 18 19:45:48.405 INFO O| Aug 18 19:45:48.405 INFO STEP 699 (remove_files) COMPLETE
69162025-08-18T19:45:49.134Z[ recovery-image] Aug 18 19:45:48.405 INFO O| Aug 18 19:45:48.405 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172025-08-18T19:45:49.149Z[ recovery-image] Aug 18 19:45:48.414 INFO O| Aug 18 19:45:48.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
69182025-08-18T19:45:49.149Z[ recovery-image] Aug 18 19:45:48.415 INFO O| Aug 18 19:45:48.414 INFO STEP 700 (remove_files) COMPLETE
69192025-08-18T19:45:49.149Z[ recovery-image] Aug 18 19:45:48.415 INFO O| Aug 18 19:45:48.414 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202025-08-18T19:45:49.156Z[ recovery-image] Aug 18 19:45:48.426 INFO O| Aug 18 19:45:48.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
69212025-08-18T19:45:49.156Z[ recovery-image] Aug 18 19:45:48.426 INFO O| Aug 18 19:45:48.426 INFO STEP 701 (remove_files) COMPLETE
69222025-08-18T19:45:49.156Z[ recovery-image] Aug 18 19:45:48.427 INFO O| Aug 18 19:45:48.426 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232025-08-18T19:45:49.161Z[ recovery-image] Aug 18 19:45:48.439 INFO O| Aug 18 19:45:48.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
69242025-08-18T19:45:49.162Z[ recovery-image] Aug 18 19:45:48.439 INFO O| Aug 18 19:45:48.439 INFO STEP 702 (remove_files) COMPLETE
69252025-08-18T19:45:49.162Z[ recovery-image] Aug 18 19:45:48.439 INFO O| Aug 18 19:45:48.439 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262025-08-18T19:45:49.174Z[ recovery-image] Aug 18 19:45:48.451 INFO O| Aug 18 19:45:48.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
69272025-08-18T19:45:49.174Z[ recovery-image] Aug 18 19:45:48.451 INFO O| Aug 18 19:45:48.451 INFO STEP 703 (remove_files) COMPLETE
69282025-08-18T19:45:49.181Z[ recovery-image] Aug 18 19:45:48.451 INFO O| Aug 18 19:45:48.451 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292025-08-18T19:45:49.187Z[ recovery-image] Aug 18 19:45:48.462 INFO O| Aug 18 19:45:48.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
69302025-08-18T19:45:49.187Z[ recovery-image] Aug 18 19:45:48.463 INFO O| Aug 18 19:45:48.463 INFO STEP 704 (remove_files) COMPLETE
69312025-08-18T19:45:49.187Z[ recovery-image] Aug 18 19:45:48.463 INFO O| Aug 18 19:45:48.463 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322025-08-18T19:45:49.195Z[ recovery-image] Aug 18 19:45:48.475 INFO O| Aug 18 19:45:48.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
69332025-08-18T19:45:49.195Z[ recovery-image] Aug 18 19:45:48.475 INFO O| Aug 18 19:45:48.475 INFO STEP 705 (remove_files) COMPLETE
69342025-08-18T19:45:49.201Z[ recovery-image] Aug 18 19:45:48.475 INFO O| Aug 18 19:45:48.475 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352025-08-18T19:45:49.206Z[ recovery-image] Aug 18 19:45:48.485 INFO O| Aug 18 19:45:48.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
69362025-08-18T19:45:49.212Z[ recovery-image] Aug 18 19:45:48.486 INFO O| Aug 18 19:45:48.486 INFO STEP 706 (remove_files) COMPLETE
69372025-08-18T19:45:49.212Z[ recovery-image] Aug 18 19:45:48.486 INFO O| Aug 18 19:45:48.486 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382025-08-18T19:45:49.218Z[ recovery-image] Aug 18 19:45:48.498 INFO O| Aug 18 19:45:48.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
69392025-08-18T19:45:49.218Z[ recovery-image] Aug 18 19:45:48.498 INFO O| Aug 18 19:45:48.498 INFO STEP 707 (remove_files) COMPLETE
69402025-08-18T19:45:49.218Z[ recovery-image] Aug 18 19:45:48.498 INFO O| Aug 18 19:45:48.498 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412025-08-18T19:45:49.232Z[ recovery-image] Aug 18 19:45:48.511 INFO O| Aug 18 19:45:48.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
69422025-08-18T19:45:49.232Z[ recovery-image] Aug 18 19:45:48.511 INFO O| Aug 18 19:45:48.511 INFO STEP 708 (remove_files) COMPLETE
69432025-08-18T19:45:49.237Z[ recovery-image] Aug 18 19:45:48.511 INFO O| Aug 18 19:45:48.511 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442025-08-18T19:45:49.242Z[ recovery-image] Aug 18 19:45:48.520 INFO O| Aug 18 19:45:48.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
69452025-08-18T19:45:49.242Z[ recovery-image] Aug 18 19:45:48.520 INFO O| Aug 18 19:45:48.520 INFO STEP 709 (remove_files) COMPLETE
69462025-08-18T19:45:49.242Z[ recovery-image] Aug 18 19:45:48.520 INFO O| Aug 18 19:45:48.520 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472025-08-18T19:45:49.257Z[ recovery-image] Aug 18 19:45:48.532 INFO O| Aug 18 19:45:48.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
69482025-08-18T19:45:49.258Z[ recovery-image] Aug 18 19:45:48.532 INFO O| Aug 18 19:45:48.532 INFO STEP 710 (remove_files) COMPLETE
69492025-08-18T19:45:49.258Z[ recovery-image] Aug 18 19:45:48.532 INFO O| Aug 18 19:45:48.532 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502025-08-18T19:45:49.271Z[ recovery-image] Aug 18 19:45:48.543 INFO O| Aug 18 19:45:48.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
69512025-08-18T19:45:49.271Z[ recovery-image] Aug 18 19:45:48.543 INFO O| Aug 18 19:45:48.543 INFO STEP 711 (remove_files) COMPLETE
69522025-08-18T19:45:49.271Z[ recovery-image] Aug 18 19:45:48.543 INFO O| Aug 18 19:45:48.543 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532025-08-18T19:45:49.278Z[ recovery-image] Aug 18 19:45:48.551 INFO O| Aug 18 19:45:48.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
69542025-08-18T19:45:49.278Z[ recovery-image] Aug 18 19:45:48.551 INFO O| Aug 18 19:45:48.551 INFO STEP 712 (remove_files) COMPLETE
69552025-08-18T19:45:49.278Z[ recovery-image] Aug 18 19:45:48.551 INFO O| Aug 18 19:45:48.551 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562025-08-18T19:45:49.288Z[ recovery-image] Aug 18 19:45:48.563 INFO O| Aug 18 19:45:48.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
69572025-08-18T19:45:49.288Z[ recovery-image] Aug 18 19:45:48.563 INFO O| Aug 18 19:45:48.563 INFO STEP 713 (remove_files) COMPLETE
69582025-08-18T19:45:49.288Z[ recovery-image] Aug 18 19:45:48.563 INFO O| Aug 18 19:45:48.563 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592025-08-18T19:45:49.295Z[ recovery-image] Aug 18 19:45:48.572 INFO O| Aug 18 19:45:48.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
69602025-08-18T19:45:49.296Z[ recovery-image] Aug 18 19:45:48.572 INFO O| Aug 18 19:45:48.572 INFO STEP 714 (remove_files) COMPLETE
69612025-08-18T19:45:49.296Z[ recovery-image] Aug 18 19:45:48.572 INFO O| Aug 18 19:45:48.572 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622025-08-18T19:45:49.309Z[ recovery-image] Aug 18 19:45:48.584 INFO O| Aug 18 19:45:48.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
69632025-08-18T19:45:49.309Z[ recovery-image] Aug 18 19:45:48.584 INFO O| Aug 18 19:45:48.584 INFO STEP 715 (remove_files) COMPLETE
69642025-08-18T19:45:49.316Z[ recovery-image] Aug 18 19:45:48.584 INFO O| Aug 18 19:45:48.584 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652025-08-18T19:45:49.316Z[ recovery-image] Aug 18 19:45:48.595 INFO O| Aug 18 19:45:48.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
69662025-08-18T19:45:49.316Z[ recovery-image] Aug 18 19:45:48.596 INFO O| Aug 18 19:45:48.596 INFO STEP 716 (remove_files) COMPLETE
69672025-08-18T19:45:49.316Z[ recovery-image] Aug 18 19:45:48.596 INFO O| Aug 18 19:45:48.596 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682025-08-18T19:45:49.337Z[ recovery-image] Aug 18 19:45:48.609 INFO O| Aug 18 19:45:48.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
69692025-08-18T19:45:49.337Z[ recovery-image] Aug 18 19:45:48.609 INFO O| Aug 18 19:45:48.609 INFO STEP 717 (remove_files) COMPLETE
69702025-08-18T19:45:49.344Z[ recovery-image] Aug 18 19:45:48.609 INFO O| Aug 18 19:45:48.609 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712025-08-18T19:45:49.344Z[ recovery-image] Aug 18 19:45:48.618 INFO O| Aug 18 19:45:48.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
69722025-08-18T19:45:49.344Z[ recovery-image] Aug 18 19:45:48.618 INFO O| Aug 18 19:45:48.618 INFO STEP 718 (remove_files) COMPLETE
69732025-08-18T19:45:49.345Z[ recovery-image] Aug 18 19:45:48.618 INFO O| Aug 18 19:45:48.618 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742025-08-18T19:45:49.353Z[ recovery-image] Aug 18 19:45:48.630 INFO O| Aug 18 19:45:48.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
69752025-08-18T19:45:49.353Z[ recovery-image] Aug 18 19:45:48.631 INFO O| Aug 18 19:45:48.631 INFO STEP 719 (remove_files) COMPLETE
69762025-08-18T19:45:49.353Z[ recovery-image] Aug 18 19:45:48.631 INFO O| Aug 18 19:45:48.631 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772025-08-18T19:45:49.365Z[ recovery-image] Aug 18 19:45:48.645 INFO O| Aug 18 19:45:48.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
69782025-08-18T19:45:49.365Z[ recovery-image] Aug 18 19:45:48.645 INFO O| Aug 18 19:45:48.645 INFO STEP 720 (remove_files) COMPLETE
69792025-08-18T19:45:49.365Z[ recovery-image] Aug 18 19:45:48.645 INFO O| Aug 18 19:45:48.645 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802025-08-18T19:45:49.383Z[ recovery-image] Aug 18 19:45:48.660 INFO O| Aug 18 19:45:48.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
69812025-08-18T19:45:49.383Z[ recovery-image] Aug 18 19:45:48.660 INFO O| Aug 18 19:45:48.660 INFO STEP 721 (remove_files) COMPLETE
69822025-08-18T19:45:49.383Z[ recovery-image] Aug 18 19:45:48.660 INFO O| Aug 18 19:45:48.660 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832025-08-18T19:45:49.401Z[ recovery-image] Aug 18 19:45:48.672 INFO O| Aug 18 19:45:48.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
69842025-08-18T19:45:49.401Z[ recovery-image] Aug 18 19:45:48.672 INFO O| Aug 18 19:45:48.672 INFO STEP 722 (remove_files) COMPLETE
69852025-08-18T19:45:49.409Z[ recovery-image] Aug 18 19:45:48.672 INFO O| Aug 18 19:45:48.672 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862025-08-18T19:45:49.410Z[ recovery-image] Aug 18 19:45:48.685 INFO O| Aug 18 19:45:48.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
69872025-08-18T19:45:49.410Z[ recovery-image] Aug 18 19:45:48.685 INFO O| Aug 18 19:45:48.685 INFO STEP 723 (remove_files) COMPLETE
69882025-08-18T19:45:49.410Z[ recovery-image] Aug 18 19:45:48.685 INFO O| Aug 18 19:45:48.685 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892025-08-18T19:45:49.453Z[ recovery-image] Aug 18 19:45:48.698 INFO O| Aug 18 19:45:48.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
69902025-08-18T19:45:49.458Z[ recovery-image] Aug 18 19:45:48.698 INFO O| Aug 18 19:45:48.698 INFO STEP 724 (remove_files) COMPLETE
69912025-08-18T19:45:49.458Z[ recovery-image] Aug 18 19:45:48.698 INFO O| Aug 18 19:45:48.698 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922025-08-18T19:45:49.458Z[ recovery-image] Aug 18 19:45:48.710 INFO O| Aug 18 19:45:48.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
69932025-08-18T19:45:49.458Z[ recovery-image] Aug 18 19:45:48.711 INFO O| Aug 18 19:45:48.710 INFO STEP 725 (remove_files) COMPLETE
69942025-08-18T19:45:49.458Z[ recovery-image] Aug 18 19:45:48.711 INFO O| Aug 18 19:45:48.710 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952025-08-18T19:45:49.458Z[ recovery-image] Aug 18 19:45:48.722 INFO O| Aug 18 19:45:48.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
69962025-08-18T19:45:49.458Z[ recovery-image] Aug 18 19:45:48.722 INFO O| Aug 18 19:45:48.722 INFO STEP 726 (remove_files) COMPLETE
69972025-08-18T19:45:49.458Z[ recovery-image] Aug 18 19:45:48.722 INFO O| Aug 18 19:45:48.722 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982025-08-18T19:45:49.458Z[ recovery-image] Aug 18 19:45:48.730 INFO O| Aug 18 19:45:48.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
69992025-08-18T19:45:49.458Z[ recovery-image] Aug 18 19:45:48.731 INFO O| Aug 18 19:45:48.730 INFO STEP 727 (remove_files) COMPLETE
70002025-08-18T19:45:49.459Z[ recovery-image] Aug 18 19:45:48.731 INFO O| Aug 18 19:45:48.731 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012025-08-18T19:45:49.465Z[ recovery-image] Aug 18 19:45:48.742 INFO O| Aug 18 19:45:48.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
70022025-08-18T19:45:49.465Z[ recovery-image] Aug 18 19:45:48.742 INFO O| Aug 18 19:45:48.742 INFO STEP 728 (remove_files) COMPLETE
70032025-08-18T19:45:49.465Z[ recovery-image] Aug 18 19:45:48.742 INFO O| Aug 18 19:45:48.742 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042025-08-18T19:45:49.474Z[ recovery-image] Aug 18 19:45:48.753 INFO O| Aug 18 19:45:48.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
70052025-08-18T19:45:49.474Z[ recovery-image] Aug 18 19:45:48.753 INFO O| Aug 18 19:45:48.753 INFO STEP 729 (remove_files) COMPLETE
70062025-08-18T19:45:49.479Z[ recovery-image] Aug 18 19:45:48.753 INFO O| Aug 18 19:45:48.753 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072025-08-18T19:45:49.485Z[ recovery-image] Aug 18 19:45:48.766 INFO O| Aug 18 19:45:48.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
70082025-08-18T19:45:49.485Z[ recovery-image] Aug 18 19:45:48.766 INFO O| Aug 18 19:45:48.766 INFO STEP 730 (remove_files) COMPLETE
70092025-08-18T19:45:49.488Z[ recovery-image] Aug 18 19:45:48.766 INFO O| Aug 18 19:45:48.766 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102025-08-18T19:45:49.498Z[ recovery-image] Aug 18 19:45:48.779 INFO O| Aug 18 19:45:48.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
70112025-08-18T19:45:49.499Z[ recovery-image] Aug 18 19:45:48.779 INFO O| Aug 18 19:45:48.779 INFO STEP 731 (remove_files) COMPLETE
70122025-08-18T19:45:49.504Z[ recovery-image] Aug 18 19:45:48.779 INFO O| Aug 18 19:45:48.779 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132025-08-18T19:45:49.513Z[ recovery-image] Aug 18 19:45:48.794 INFO O| Aug 18 19:45:48.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
70142025-08-18T19:45:49.516Z[ recovery-image] Aug 18 19:45:48.794 INFO O| Aug 18 19:45:48.794 INFO STEP 732 (remove_files) COMPLETE
70152025-08-18T19:45:49.516Z[ recovery-image] Aug 18 19:45:48.794 INFO O| Aug 18 19:45:48.794 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162025-08-18T19:45:49.529Z[ recovery-image] Aug 18 19:45:48.806 INFO O| Aug 18 19:45:48.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
70172025-08-18T19:45:49.529Z[ recovery-image] Aug 18 19:45:48.807 INFO O| Aug 18 19:45:48.806 INFO STEP 733 (remove_files) COMPLETE
70182025-08-18T19:45:49.533Z[ recovery-image] Aug 18 19:45:48.807 INFO O| Aug 18 19:45:48.807 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192025-08-18T19:45:49.536Z[ recovery-image] Aug 18 19:45:48.816 INFO O| Aug 18 19:45:48.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
70202025-08-18T19:45:49.536Z[ recovery-image] Aug 18 19:45:48.816 INFO O| Aug 18 19:45:48.816 INFO STEP 734 (remove_files) COMPLETE
70212025-08-18T19:45:49.536Z[ recovery-image] Aug 18 19:45:48.816 INFO O| Aug 18 19:45:48.816 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222025-08-18T19:45:49.554Z[ recovery-image] Aug 18 19:45:48.828 INFO O| Aug 18 19:45:48.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
70232025-08-18T19:45:49.554Z[ recovery-image] Aug 18 19:45:48.828 INFO O| Aug 18 19:45:48.828 INFO STEP 735 (remove_files) COMPLETE
70242025-08-18T19:45:49.561Z[ recovery-image] Aug 18 19:45:48.828 INFO O| Aug 18 19:45:48.828 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252025-08-18T19:45:49.570Z[ recovery-image] Aug 18 19:45:48.839 INFO O| Aug 18 19:45:48.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
70262025-08-18T19:45:49.570Z[ recovery-image] Aug 18 19:45:48.839 INFO O| Aug 18 19:45:48.839 INFO STEP 736 (remove_files) COMPLETE
70272025-08-18T19:45:49.570Z[ recovery-image] Aug 18 19:45:48.839 INFO O| Aug 18 19:45:48.839 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282025-08-18T19:45:49.574Z[ recovery-image] Aug 18 19:45:48.852 INFO O| Aug 18 19:45:48.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
70292025-08-18T19:45:49.575Z[ recovery-image] Aug 18 19:45:48.852 INFO O| Aug 18 19:45:48.852 INFO STEP 737 (remove_files) COMPLETE
70302025-08-18T19:45:49.575Z[ recovery-image] Aug 18 19:45:48.852 INFO O| Aug 18 19:45:48.852 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312025-08-18T19:45:49.583Z[ recovery-image] Aug 18 19:45:48.864 INFO O| Aug 18 19:45:48.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
70322025-08-18T19:45:49.583Z[ recovery-image] Aug 18 19:45:48.864 INFO O| Aug 18 19:45:48.864 INFO STEP 738 (remove_files) COMPLETE
70332025-08-18T19:45:49.586Z[ recovery-image] Aug 18 19:45:48.864 INFO O| Aug 18 19:45:48.864 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342025-08-18T19:45:49.593Z[ recovery-image] Aug 18 19:45:48.874 INFO O| Aug 18 19:45:48.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
70352025-08-18T19:45:49.594Z[ recovery-image] Aug 18 19:45:48.874 INFO O| Aug 18 19:45:48.874 INFO STEP 739 (remove_files) COMPLETE
70362025-08-18T19:45:49.605Z[ recovery-image] Aug 18 19:45:48.874 INFO O| Aug 18 19:45:48.874 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372025-08-18T19:45:49.613Z[ recovery-image] Aug 18 19:45:48.883 INFO O| Aug 18 19:45:48.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
70382025-08-18T19:45:49.614Z[ recovery-image] Aug 18 19:45:48.883 INFO O| Aug 18 19:45:48.883 INFO STEP 740 (remove_files) COMPLETE
70392025-08-18T19:45:49.617Z[ recovery-image] Aug 18 19:45:48.883 INFO O| Aug 18 19:45:48.883 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402025-08-18T19:45:49.627Z[ recovery-image] Aug 18 19:45:48.896 INFO O| Aug 18 19:45:48.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
70412025-08-18T19:45:49.628Z[ recovery-image] Aug 18 19:45:48.896 INFO O| Aug 18 19:45:48.896 INFO STEP 741 (remove_files) COMPLETE
70422025-08-18T19:45:49.628Z[ recovery-image] Aug 18 19:45:48.896 INFO O| Aug 18 19:45:48.896 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432025-08-18T19:45:49.635Z[ recovery-image] Aug 18 19:45:48.909 INFO O| Aug 18 19:45:48.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
70442025-08-18T19:45:49.635Z[ recovery-image] Aug 18 19:45:48.909 INFO O| Aug 18 19:45:48.909 INFO STEP 742 (remove_files) COMPLETE
70452025-08-18T19:45:49.635Z[ recovery-image] Aug 18 19:45:48.909 INFO O| Aug 18 19:45:48.909 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462025-08-18T19:45:49.644Z[ recovery-image] Aug 18 19:45:48.921 INFO O| Aug 18 19:45:48.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
70472025-08-18T19:45:49.644Z[ recovery-image] Aug 18 19:45:48.921 INFO O| Aug 18 19:45:48.921 INFO STEP 743 (remove_files) COMPLETE
70482025-08-18T19:45:49.644Z[ recovery-image] Aug 18 19:45:48.921 INFO O| Aug 18 19:45:48.921 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492025-08-18T19:45:49.654Z[ recovery-image] Aug 18 19:45:48.934 INFO O| Aug 18 19:45:48.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
70502025-08-18T19:45:49.655Z[ recovery-image] Aug 18 19:45:48.935 INFO O| Aug 18 19:45:48.934 INFO STEP 744 (remove_files) COMPLETE
70512025-08-18T19:45:49.667Z[ recovery-image] Aug 18 19:45:48.935 INFO O| Aug 18 19:45:48.934 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522025-08-18T19:45:49.679Z[ recovery-image] Aug 18 19:45:48.947 INFO O| Aug 18 19:45:48.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
70532025-08-18T19:45:49.679Z[ recovery-image] Aug 18 19:45:48.948 INFO O| Aug 18 19:45:48.948 INFO STEP 745 (remove_files) COMPLETE
70542025-08-18T19:45:49.679Z[ recovery-image] Aug 18 19:45:48.948 INFO O| Aug 18 19:45:48.948 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552025-08-18T19:45:49.685Z[ recovery-image] Aug 18 19:45:48.960 INFO O| Aug 18 19:45:48.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
70562025-08-18T19:45:49.685Z[ recovery-image] Aug 18 19:45:48.961 INFO O| Aug 18 19:45:48.960 INFO STEP 746 (remove_files) COMPLETE
70572025-08-18T19:45:49.685Z[ recovery-image] Aug 18 19:45:48.961 INFO O| Aug 18 19:45:48.960 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582025-08-18T19:45:49.694Z[ recovery-image] Aug 18 19:45:48.973 INFO O| Aug 18 19:45:48.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
70592025-08-18T19:45:49.694Z[ recovery-image] Aug 18 19:45:48.973 INFO O| Aug 18 19:45:48.973 INFO STEP 747 (remove_files) COMPLETE
70602025-08-18T19:45:49.694Z[ recovery-image] Aug 18 19:45:48.973 INFO O| Aug 18 19:45:48.973 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612025-08-18T19:45:49.707Z[ recovery-image] Aug 18 19:45:48.985 INFO O| Aug 18 19:45:48.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
70622025-08-18T19:45:49.707Z[ recovery-image] Aug 18 19:45:48.986 INFO O| Aug 18 19:45:48.986 INFO STEP 748 (remove_files) COMPLETE
70632025-08-18T19:45:49.712Z[ recovery-image] Aug 18 19:45:48.986 INFO O| Aug 18 19:45:48.986 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642025-08-18T19:45:49.720Z[ recovery-image] Aug 18 19:45:48.998 INFO O| Aug 18 19:45:48.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
70652025-08-18T19:45:49.720Z[ recovery-image] Aug 18 19:45:48.998 INFO O| Aug 18 19:45:48.998 INFO STEP 749 (remove_files) COMPLETE
70662025-08-18T19:45:49.742Z[ recovery-image] Aug 18 19:45:48.998 INFO O| Aug 18 19:45:48.998 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672025-08-18T19:45:49.773Z[ recovery-image] Aug 18 19:45:49.012 INFO O| Aug 18 19:45:49.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
70682025-08-18T19:45:49.774Z[ recovery-image] Aug 18 19:45:49.012 INFO O| Aug 18 19:45:49.012 INFO STEP 750 (remove_files) COMPLETE
70692025-08-18T19:45:49.776Z[ recovery-image] Aug 18 19:45:49.012 INFO O| Aug 18 19:45:49.012 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702025-08-18T19:45:49.776Z[ recovery-image] Aug 18 19:45:49.025 INFO O| Aug 18 19:45:49.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
70712025-08-18T19:45:49.776Z[ recovery-image] Aug 18 19:45:49.025 INFO O| Aug 18 19:45:49.025 INFO STEP 751 (remove_files) COMPLETE
70722025-08-18T19:45:49.776Z[ recovery-image] Aug 18 19:45:49.025 INFO O| Aug 18 19:45:49.025 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732025-08-18T19:45:49.776Z[ recovery-image] Aug 18 19:45:49.038 INFO O| Aug 18 19:45:49.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
70742025-08-18T19:45:49.776Z[ recovery-image] Aug 18 19:45:49.038 INFO O| Aug 18 19:45:49.038 INFO STEP 752 (remove_files) COMPLETE
70752025-08-18T19:45:49.776Z[ recovery-image] Aug 18 19:45:49.039 INFO O| Aug 18 19:45:49.038 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762025-08-18T19:45:49.791Z[ recovery-image] Aug 18 19:45:49.051 INFO O| Aug 18 19:45:49.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
70772025-08-18T19:45:49.791Z[ recovery-image] Aug 18 19:45:49.051 INFO O| Aug 18 19:45:49.051 INFO STEP 753 (remove_files) COMPLETE
70782025-08-18T19:45:49.791Z[ recovery-image] Aug 18 19:45:49.052 INFO O| Aug 18 19:45:49.051 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792025-08-18T19:45:49.791Z[ recovery-image] Aug 18 19:45:49.065 INFO O| Aug 18 19:45:49.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
70802025-08-18T19:45:49.791Z[ recovery-image] Aug 18 19:45:49.065 INFO O| Aug 18 19:45:49.065 INFO STEP 754 (remove_files) COMPLETE
70812025-08-18T19:45:49.792Z[ recovery-image] Aug 18 19:45:49.065 INFO O| Aug 18 19:45:49.065 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822025-08-18T19:45:49.804Z[ recovery-image] Aug 18 19:45:49.077 INFO O| Aug 18 19:45:49.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
70832025-08-18T19:45:49.804Z[ recovery-image] Aug 18 19:45:49.077 INFO O| Aug 18 19:45:49.077 INFO STEP 755 (remove_files) COMPLETE
70842025-08-18T19:45:49.804Z[ recovery-image] Aug 18 19:45:49.077 INFO O| Aug 18 19:45:49.077 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852025-08-18T19:45:49.813Z[ recovery-image] Aug 18 19:45:49.090 INFO O| Aug 18 19:45:49.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
70862025-08-18T19:45:49.813Z[ recovery-image] Aug 18 19:45:49.090 INFO O| Aug 18 19:45:49.090 INFO STEP 756 (remove_files) COMPLETE
70872025-08-18T19:45:49.813Z[ recovery-image] Aug 18 19:45:49.090 INFO O| Aug 18 19:45:49.090 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882025-08-18T19:45:49.828Z[ recovery-image] Aug 18 19:45:49.102 INFO O| Aug 18 19:45:49.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
70892025-08-18T19:45:49.829Z[ recovery-image] Aug 18 19:45:49.102 INFO O| Aug 18 19:45:49.102 INFO STEP 757 (remove_files) COMPLETE
70902025-08-18T19:45:49.830Z[ recovery-image] Aug 18 19:45:49.103 INFO O| Aug 18 19:45:49.102 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912025-08-18T19:45:49.854Z[ recovery-image] Aug 18 19:45:49.115 INFO O| Aug 18 19:45:49.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
70922025-08-18T19:45:49.855Z[ recovery-image] Aug 18 19:45:49.116 INFO O| Aug 18 19:45:49.116 INFO STEP 758 (remove_files) COMPLETE
70932025-08-18T19:45:49.855Z[ recovery-image] Aug 18 19:45:49.116 INFO O| Aug 18 19:45:49.116 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942025-08-18T19:45:49.871Z[ recovery-image] Aug 18 19:45:49.126 INFO O| Aug 18 19:45:49.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
70952025-08-18T19:45:49.872Z[ recovery-image] Aug 18 19:45:49.126 INFO O| Aug 18 19:45:49.126 INFO STEP 759 (remove_files) COMPLETE
70962025-08-18T19:45:49.872Z[ recovery-image] Aug 18 19:45:49.126 INFO O| Aug 18 19:45:49.126 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972025-08-18T19:45:49.873Z[ recovery-image] Aug 18 19:45:49.139 INFO O| Aug 18 19:45:49.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
70982025-08-18T19:45:49.873Z[ recovery-image] Aug 18 19:45:49.139 INFO O| Aug 18 19:45:49.139 INFO STEP 760 (remove_files) COMPLETE
70992025-08-18T19:45:49.873Z[ recovery-image] Aug 18 19:45:49.139 INFO O| Aug 18 19:45:49.139 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002025-08-18T19:45:49.885Z[ recovery-image] Aug 18 19:45:49.152 INFO O| Aug 18 19:45:49.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
71012025-08-18T19:45:49.885Z[ recovery-image] Aug 18 19:45:49.152 INFO O| Aug 18 19:45:49.152 INFO STEP 761 (remove_files) COMPLETE
71022025-08-18T19:45:49.885Z[ recovery-image] Aug 18 19:45:49.152 INFO O| Aug 18 19:45:49.152 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032025-08-18T19:45:49.898Z[ recovery-image] Aug 18 19:45:49.164 INFO O| Aug 18 19:45:49.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
71042025-08-18T19:45:49.898Z[ recovery-image] Aug 18 19:45:49.165 INFO O| Aug 18 19:45:49.165 INFO STEP 762 (remove_files) COMPLETE
71052025-08-18T19:45:49.898Z[ recovery-image] Aug 18 19:45:49.165 INFO O| Aug 18 19:45:49.165 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062025-08-18T19:45:49.906Z[ recovery-image] Aug 18 19:45:49.179 INFO O| Aug 18 19:45:49.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
71072025-08-18T19:45:49.906Z[ recovery-image] Aug 18 19:45:49.179 INFO O| Aug 18 19:45:49.179 INFO STEP 763 (remove_files) COMPLETE
71082025-08-18T19:45:49.906Z[ recovery-image] Aug 18 19:45:49.179 INFO O| Aug 18 19:45:49.179 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092025-08-18T19:45:49.920Z[ recovery-image] Aug 18 19:45:49.191 INFO O| Aug 18 19:45:49.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
71102025-08-18T19:45:49.921Z[ recovery-image] Aug 18 19:45:49.191 INFO O| Aug 18 19:45:49.191 INFO STEP 764 (remove_files) COMPLETE
71112025-08-18T19:45:49.921Z[ recovery-image] Aug 18 19:45:49.191 INFO O| Aug 18 19:45:49.191 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122025-08-18T19:45:49.933Z[ recovery-image] Aug 18 19:45:49.205 INFO O| Aug 18 19:45:49.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
71132025-08-18T19:45:49.933Z[ recovery-image] Aug 18 19:45:49.205 INFO O| Aug 18 19:45:49.205 INFO STEP 765 (remove_files) COMPLETE
71142025-08-18T19:45:49.933Z[ recovery-image] Aug 18 19:45:49.205 INFO O| Aug 18 19:45:49.205 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152025-08-18T19:45:49.943Z[ recovery-image] Aug 18 19:45:49.214 INFO O| Aug 18 19:45:49.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
71162025-08-18T19:45:49.943Z[ recovery-image] Aug 18 19:45:49.214 INFO O| Aug 18 19:45:49.214 INFO STEP 766 (remove_files) COMPLETE
71172025-08-18T19:45:49.943Z[ recovery-image] Aug 18 19:45:49.215 INFO O| Aug 18 19:45:49.214 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182025-08-18T19:45:49.954Z[ recovery-image] Aug 18 19:45:49.227 INFO O| Aug 18 19:45:49.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
71192025-08-18T19:45:49.954Z[ recovery-image] Aug 18 19:45:49.228 INFO O| Aug 18 19:45:49.227 INFO STEP 767 (remove_files) COMPLETE
71202025-08-18T19:45:49.954Z[ recovery-image] Aug 18 19:45:49.228 INFO O| Aug 18 19:45:49.227 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212025-08-18T19:45:49.963Z[ recovery-image] Aug 18 19:45:49.238 INFO O| Aug 18 19:45:49.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
71222025-08-18T19:45:49.963Z[ recovery-image] Aug 18 19:45:49.238 INFO O| Aug 18 19:45:49.238 INFO STEP 768 (remove_files) COMPLETE
71232025-08-18T19:45:49.964Z[ recovery-image] Aug 18 19:45:49.238 INFO O| Aug 18 19:45:49.238 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242025-08-18T19:45:49.975Z[ recovery-image] Aug 18 19:45:49.250 INFO O| Aug 18 19:45:49.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
71252025-08-18T19:45:49.975Z[ recovery-image] Aug 18 19:45:49.250 INFO O| Aug 18 19:45:49.250 INFO STEP 769 (remove_files) COMPLETE
71262025-08-18T19:45:49.975Z[ recovery-image] Aug 18 19:45:49.250 INFO O| Aug 18 19:45:49.250 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272025-08-18T19:45:49.987Z[ recovery-image] Aug 18 19:45:49.263 INFO O| Aug 18 19:45:49.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
71282025-08-18T19:45:49.987Z[ recovery-image] Aug 18 19:45:49.263 INFO O| Aug 18 19:45:49.263 INFO STEP 770 (remove_files) COMPLETE
71292025-08-18T19:45:49.987Z[ recovery-image] Aug 18 19:45:49.263 INFO O| Aug 18 19:45:49.263 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302025-08-18T19:45:49.999Z[ recovery-image] Aug 18 19:45:49.274 INFO O| Aug 18 19:45:49.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
71312025-08-18T19:45:49.999Z[ recovery-image] Aug 18 19:45:49.274 INFO O| Aug 18 19:45:49.274 INFO STEP 771 (remove_files) COMPLETE
71322025-08-18T19:45:50.026Z[ recovery-image] Aug 18 19:45:49.274 INFO O| Aug 18 19:45:49.274 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332025-08-18T19:45:50.026Z[ recovery-image] Aug 18 19:45:49.287 INFO O| Aug 18 19:45:49.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
71342025-08-18T19:45:50.026Z[ recovery-image] Aug 18 19:45:49.287 INFO O| Aug 18 19:45:49.287 INFO STEP 772 (remove_files) COMPLETE
71352025-08-18T19:45:50.026Z[ recovery-image] Aug 18 19:45:49.287 INFO O| Aug 18 19:45:49.287 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362025-08-18T19:45:50.040Z[ recovery-image] Aug 18 19:45:49.296 INFO O| Aug 18 19:45:49.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
71372025-08-18T19:45:50.043Z[ recovery-image] Aug 18 19:45:49.296 INFO O| Aug 18 19:45:49.296 INFO STEP 773 (remove_files) COMPLETE
71382025-08-18T19:45:50.044Z[ recovery-image] Aug 18 19:45:49.296 INFO O| Aug 18 19:45:49.296 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392025-08-18T19:45:50.044Z[ recovery-image] Aug 18 19:45:49.304 INFO O| Aug 18 19:45:49.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
71402025-08-18T19:45:50.044Z[ recovery-image] Aug 18 19:45:49.304 INFO O| Aug 18 19:45:49.304 INFO STEP 774 (remove_files) COMPLETE
71412025-08-18T19:45:50.044Z[ recovery-image] Aug 18 19:45:49.304 INFO O| Aug 18 19:45:49.304 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422025-08-18T19:45:50.056Z[ recovery-image] Aug 18 19:45:49.316 INFO O| Aug 18 19:45:49.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
71432025-08-18T19:45:50.057Z[ recovery-image] Aug 18 19:45:49.316 INFO O| Aug 18 19:45:49.316 INFO STEP 775 (remove_files) COMPLETE
71442025-08-18T19:45:50.057Z[ recovery-image] Aug 18 19:45:49.316 INFO O| Aug 18 19:45:49.316 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452025-08-18T19:45:50.058Z[ recovery-image] Aug 18 19:45:49.328 INFO O| Aug 18 19:45:49.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
71462025-08-18T19:45:50.058Z[ recovery-image] Aug 18 19:45:49.329 INFO O| Aug 18 19:45:49.329 INFO STEP 776 (remove_files) COMPLETE
71472025-08-18T19:45:50.058Z[ recovery-image] Aug 18 19:45:49.329 INFO O| Aug 18 19:45:49.329 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482025-08-18T19:45:50.072Z[ recovery-image] Aug 18 19:45:49.342 INFO O| Aug 18 19:45:49.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
71492025-08-18T19:45:50.072Z[ recovery-image] Aug 18 19:45:49.342 INFO O| Aug 18 19:45:49.342 INFO STEP 777 (remove_files) COMPLETE
71502025-08-18T19:45:50.072Z[ recovery-image] Aug 18 19:45:49.342 INFO O| Aug 18 19:45:49.342 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512025-08-18T19:45:50.084Z[ recovery-image] Aug 18 19:45:49.354 INFO O| Aug 18 19:45:49.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
71522025-08-18T19:45:50.085Z[ recovery-image] Aug 18 19:45:49.354 INFO O| Aug 18 19:45:49.354 INFO STEP 778 (remove_files) COMPLETE
71532025-08-18T19:45:50.085Z[ recovery-image] Aug 18 19:45:49.354 INFO O| Aug 18 19:45:49.354 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542025-08-18T19:45:50.097Z[ recovery-image] Aug 18 19:45:49.367 INFO O| Aug 18 19:45:49.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
71552025-08-18T19:45:50.098Z[ recovery-image] Aug 18 19:45:49.367 INFO O| Aug 18 19:45:49.367 INFO STEP 779 (remove_files) COMPLETE
71562025-08-18T19:45:50.099Z[ recovery-image] Aug 18 19:45:49.367 INFO O| Aug 18 19:45:49.367 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572025-08-18T19:45:50.117Z[ recovery-image] Aug 18 19:45:49.380 INFO O| Aug 18 19:45:49.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
71582025-08-18T19:45:50.117Z[ recovery-image] Aug 18 19:45:49.380 INFO O| Aug 18 19:45:49.380 INFO STEP 780 (remove_files) COMPLETE
71592025-08-18T19:45:50.118Z[ recovery-image] Aug 18 19:45:49.380 INFO O| Aug 18 19:45:49.380 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602025-08-18T19:45:50.127Z[ recovery-image] Aug 18 19:45:49.392 INFO O| Aug 18 19:45:49.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
71612025-08-18T19:45:50.127Z[ recovery-image] Aug 18 19:45:49.393 INFO O| Aug 18 19:45:49.393 INFO STEP 781 (remove_files) COMPLETE
71622025-08-18T19:45:50.127Z[ recovery-image] Aug 18 19:45:49.393 INFO O| Aug 18 19:45:49.393 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632025-08-18T19:45:50.127Z[ recovery-image] Aug 18 19:45:49.405 INFO O| Aug 18 19:45:49.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
71642025-08-18T19:45:50.127Z[ recovery-image] Aug 18 19:45:49.405 INFO O| Aug 18 19:45:49.405 INFO STEP 782 (remove_files) COMPLETE
71652025-08-18T19:45:50.136Z[ recovery-image] Aug 18 19:45:49.405 INFO O| Aug 18 19:45:49.405 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662025-08-18T19:45:50.150Z[ recovery-image] Aug 18 19:45:49.417 INFO O| Aug 18 19:45:49.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
71672025-08-18T19:45:50.151Z[ recovery-image] Aug 18 19:45:49.417 INFO O| Aug 18 19:45:49.417 INFO STEP 783 (remove_files) COMPLETE
71682025-08-18T19:45:50.151Z[ recovery-image] Aug 18 19:45:49.417 INFO O| Aug 18 19:45:49.417 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692025-08-18T19:45:50.156Z[ recovery-image] Aug 18 19:45:49.429 INFO O| Aug 18 19:45:49.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
71702025-08-18T19:45:50.156Z[ recovery-image] Aug 18 19:45:49.429 INFO O| Aug 18 19:45:49.429 INFO STEP 784 (remove_files) COMPLETE
71712025-08-18T19:45:50.156Z[ recovery-image] Aug 18 19:45:49.429 INFO O| Aug 18 19:45:49.429 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722025-08-18T19:45:50.161Z[ recovery-image] Aug 18 19:45:49.442 INFO O| Aug 18 19:45:49.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
71732025-08-18T19:45:50.161Z[ recovery-image] Aug 18 19:45:49.442 INFO O| Aug 18 19:45:49.442 INFO STEP 785 (remove_files) COMPLETE
71742025-08-18T19:45:50.165Z[ recovery-image] Aug 18 19:45:49.442 INFO O| Aug 18 19:45:49.442 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752025-08-18T19:45:50.176Z[ recovery-image] Aug 18 19:45:49.454 INFO O| Aug 18 19:45:49.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
71762025-08-18T19:45:50.181Z[ recovery-image] Aug 18 19:45:49.454 INFO O| Aug 18 19:45:49.454 INFO STEP 786 (remove_files) COMPLETE
71772025-08-18T19:45:50.181Z[ recovery-image] Aug 18 19:45:49.454 INFO O| Aug 18 19:45:49.454 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782025-08-18T19:45:50.185Z[ recovery-image] Aug 18 19:45:49.463 INFO O| Aug 18 19:45:49.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
71792025-08-18T19:45:50.185Z[ recovery-image] Aug 18 19:45:49.463 INFO O| Aug 18 19:45:49.463 INFO STEP 787 (remove_files) COMPLETE
71802025-08-18T19:45:50.185Z[ recovery-image] Aug 18 19:45:49.463 INFO O| Aug 18 19:45:49.463 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812025-08-18T19:45:50.193Z[ recovery-image] Aug 18 19:45:49.472 INFO O| Aug 18 19:45:49.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
71822025-08-18T19:45:50.202Z[ recovery-image] Aug 18 19:45:49.472 INFO O| Aug 18 19:45:49.472 INFO STEP 788 (remove_files) COMPLETE
71832025-08-18T19:45:50.202Z[ recovery-image] Aug 18 19:45:49.472 INFO O| Aug 18 19:45:49.472 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842025-08-18T19:45:50.208Z[ recovery-image] Aug 18 19:45:49.483 INFO O| Aug 18 19:45:49.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
71852025-08-18T19:45:50.208Z[ recovery-image] Aug 18 19:45:49.483 INFO O| Aug 18 19:45:49.483 INFO STEP 789 (remove_files) COMPLETE
71862025-08-18T19:45:50.208Z[ recovery-image] Aug 18 19:45:49.484 INFO O| Aug 18 19:45:49.483 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872025-08-18T19:45:50.215Z[ recovery-image] Aug 18 19:45:49.496 INFO O| Aug 18 19:45:49.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
71882025-08-18T19:45:50.215Z[ recovery-image] Aug 18 19:45:49.496 INFO O| Aug 18 19:45:49.496 INFO STEP 790 (remove_files) COMPLETE
71892025-08-18T19:45:50.223Z[ recovery-image] Aug 18 19:45:49.496 INFO O| Aug 18 19:45:49.496 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902025-08-18T19:45:50.228Z[ recovery-image] Aug 18 19:45:49.506 INFO O| Aug 18 19:45:49.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
71912025-08-18T19:45:50.228Z[ recovery-image] Aug 18 19:45:49.506 INFO O| Aug 18 19:45:49.506 INFO STEP 791 (remove_files) COMPLETE
71922025-08-18T19:45:50.228Z[ recovery-image] Aug 18 19:45:49.506 INFO O| Aug 18 19:45:49.506 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932025-08-18T19:45:50.239Z[ recovery-image] Aug 18 19:45:49.519 INFO O| Aug 18 19:45:49.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
71942025-08-18T19:45:50.248Z[ recovery-image] Aug 18 19:45:49.519 INFO O| Aug 18 19:45:49.519 INFO STEP 792 (remove_files) COMPLETE
71952025-08-18T19:45:50.248Z[ recovery-image] Aug 18 19:45:49.519 INFO O| Aug 18 19:45:49.519 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962025-08-18T19:45:50.256Z[ recovery-image] Aug 18 19:45:49.530 INFO O| Aug 18 19:45:49.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
71972025-08-18T19:45:50.256Z[ recovery-image] Aug 18 19:45:49.531 INFO O| Aug 18 19:45:49.531 INFO STEP 793 (remove_files) COMPLETE
71982025-08-18T19:45:50.256Z[ recovery-image] Aug 18 19:45:49.531 INFO O| Aug 18 19:45:49.531 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992025-08-18T19:45:50.264Z[ recovery-image] Aug 18 19:45:49.541 INFO O| Aug 18 19:45:49.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
72002025-08-18T19:45:50.264Z[ recovery-image] Aug 18 19:45:49.542 INFO O| Aug 18 19:45:49.542 INFO STEP 794 (remove_files) COMPLETE
72012025-08-18T19:45:50.264Z[ recovery-image] Aug 18 19:45:49.542 INFO O| Aug 18 19:45:49.542 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022025-08-18T19:45:50.275Z[ recovery-image] Aug 18 19:45:49.554 INFO O| Aug 18 19:45:49.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
72032025-08-18T19:45:50.283Z[ recovery-image] Aug 18 19:45:49.554 INFO O| Aug 18 19:45:49.554 INFO STEP 795 (remove_files) COMPLETE
72042025-08-18T19:45:50.283Z[ recovery-image] Aug 18 19:45:49.554 INFO O| Aug 18 19:45:49.554 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052025-08-18T19:45:50.289Z[ recovery-image] Aug 18 19:45:49.566 INFO O| Aug 18 19:45:49.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
72062025-08-18T19:45:50.289Z[ recovery-image] Aug 18 19:45:49.566 INFO O| Aug 18 19:45:49.566 INFO STEP 796 (remove_files) COMPLETE
72072025-08-18T19:45:50.289Z[ recovery-image] Aug 18 19:45:49.566 INFO O| Aug 18 19:45:49.566 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082025-08-18T19:45:50.299Z[ recovery-image] Aug 18 19:45:49.579 INFO O| Aug 18 19:45:49.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
72092025-08-18T19:45:50.299Z[ recovery-image] Aug 18 19:45:49.579 INFO O| Aug 18 19:45:49.579 INFO STEP 797 (remove_files) COMPLETE
72102025-08-18T19:45:50.299Z[ recovery-image] Aug 18 19:45:49.579 INFO O| Aug 18 19:45:49.579 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112025-08-18T19:45:50.310Z[ recovery-image] Aug 18 19:45:49.591 INFO O| Aug 18 19:45:49.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
72122025-08-18T19:45:50.310Z[ recovery-image] Aug 18 19:45:49.591 INFO O| Aug 18 19:45:49.591 INFO STEP 798 (remove_files) COMPLETE
72132025-08-18T19:45:50.310Z[ recovery-image] Aug 18 19:45:49.591 INFO O| Aug 18 19:45:49.591 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142025-08-18T19:45:50.327Z[ recovery-image] Aug 18 19:45:49.604 INFO O| Aug 18 19:45:49.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
72152025-08-18T19:45:50.334Z[ recovery-image] Aug 18 19:45:49.604 INFO O| Aug 18 19:45:49.604 INFO STEP 799 (remove_files) COMPLETE
72162025-08-18T19:45:50.334Z[ recovery-image] Aug 18 19:45:49.604 INFO O| Aug 18 19:45:49.604 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172025-08-18T19:45:50.340Z[ recovery-image] Aug 18 19:45:49.617 INFO O| Aug 18 19:45:49.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
72182025-08-18T19:45:50.340Z[ recovery-image] Aug 18 19:45:49.617 INFO O| Aug 18 19:45:49.617 INFO STEP 800 (remove_files) COMPLETE
72192025-08-18T19:45:50.340Z[ recovery-image] Aug 18 19:45:49.617 INFO O| Aug 18 19:45:49.617 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202025-08-18T19:45:50.352Z[ recovery-image] Aug 18 19:45:49.629 INFO O| Aug 18 19:45:49.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
72212025-08-18T19:45:50.352Z[ recovery-image] Aug 18 19:45:49.629 INFO O| Aug 18 19:45:49.629 INFO STEP 801 (remove_files) COMPLETE
72222025-08-18T19:45:50.352Z[ recovery-image] Aug 18 19:45:49.630 INFO O| Aug 18 19:45:49.629 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232025-08-18T19:45:50.363Z[ recovery-image] Aug 18 19:45:49.642 INFO O| Aug 18 19:45:49.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
72242025-08-18T19:45:50.363Z[ recovery-image] Aug 18 19:45:49.642 INFO O| Aug 18 19:45:49.642 INFO STEP 802 (remove_files) COMPLETE
72252025-08-18T19:45:50.363Z[ recovery-image] Aug 18 19:45:49.642 INFO O| Aug 18 19:45:49.642 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262025-08-18T19:45:50.374Z[ recovery-image] Aug 18 19:45:49.654 INFO O| Aug 18 19:45:49.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
72272025-08-18T19:45:50.381Z[ recovery-image] Aug 18 19:45:49.655 INFO O| Aug 18 19:45:49.655 INFO STEP 803 (remove_files) COMPLETE
72282025-08-18T19:45:50.381Z[ recovery-image] Aug 18 19:45:49.655 INFO O| Aug 18 19:45:49.655 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292025-08-18T19:45:50.388Z[ recovery-image] Aug 18 19:45:49.667 INFO O| Aug 18 19:45:49.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
72302025-08-18T19:45:50.388Z[ recovery-image] Aug 18 19:45:49.667 INFO O| Aug 18 19:45:49.667 INFO STEP 804 (remove_files) COMPLETE
72312025-08-18T19:45:50.388Z[ recovery-image] Aug 18 19:45:49.667 INFO O| Aug 18 19:45:49.667 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322025-08-18T19:45:50.400Z[ recovery-image] Aug 18 19:45:49.680 INFO O| Aug 18 19:45:49.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
72332025-08-18T19:45:50.400Z[ recovery-image] Aug 18 19:45:49.680 INFO O| Aug 18 19:45:49.680 INFO STEP 805 (remove_files) COMPLETE
72342025-08-18T19:45:50.401Z[ recovery-image] Aug 18 19:45:49.680 INFO O| Aug 18 19:45:49.680 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352025-08-18T19:45:50.416Z[ recovery-image] Aug 18 19:45:49.692 INFO O| Aug 18 19:45:49.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
72362025-08-18T19:45:50.416Z[ recovery-image] Aug 18 19:45:49.692 INFO O| Aug 18 19:45:49.692 INFO STEP 806 (remove_files) COMPLETE
72372025-08-18T19:45:50.416Z[ recovery-image] Aug 18 19:45:49.692 INFO O| Aug 18 19:45:49.692 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382025-08-18T19:45:50.430Z[ recovery-image] Aug 18 19:45:49.704 INFO O| Aug 18 19:45:49.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
72392025-08-18T19:45:50.430Z[ recovery-image] Aug 18 19:45:49.704 INFO O| Aug 18 19:45:49.704 INFO STEP 807 (remove_files) COMPLETE
72402025-08-18T19:45:50.430Z[ recovery-image] Aug 18 19:45:49.704 INFO O| Aug 18 19:45:49.704 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412025-08-18T19:45:50.445Z[ recovery-image] Aug 18 19:45:49.716 INFO O| Aug 18 19:45:49.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
72422025-08-18T19:45:50.445Z[ recovery-image] Aug 18 19:45:49.716 INFO O| Aug 18 19:45:49.716 INFO STEP 808 (remove_files) COMPLETE
72432025-08-18T19:45:50.445Z[ recovery-image] Aug 18 19:45:49.716 INFO O| Aug 18 19:45:49.716 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442025-08-18T19:45:50.455Z[ recovery-image] Aug 18 19:45:49.729 INFO O| Aug 18 19:45:49.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
72452025-08-18T19:45:50.455Z[ recovery-image] Aug 18 19:45:49.729 INFO O| Aug 18 19:45:49.729 INFO STEP 809 (remove_files) COMPLETE
72462025-08-18T19:45:50.455Z[ recovery-image] Aug 18 19:45:49.729 INFO O| Aug 18 19:45:49.729 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472025-08-18T19:45:50.460Z[ recovery-image] Aug 18 19:45:49.740 INFO O| Aug 18 19:45:49.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
72482025-08-18T19:45:50.461Z[ recovery-image] Aug 18 19:45:49.741 INFO O| Aug 18 19:45:49.741 INFO STEP 810 (remove_files) COMPLETE
72492025-08-18T19:45:50.461Z[ recovery-image] Aug 18 19:45:49.741 INFO O| Aug 18 19:45:49.741 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502025-08-18T19:45:50.474Z[ recovery-image] Aug 18 19:45:49.752 INFO O| Aug 18 19:45:49.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
72512025-08-18T19:45:50.474Z[ recovery-image] Aug 18 19:45:49.753 INFO O| Aug 18 19:45:49.753 INFO STEP 811 (remove_files) COMPLETE
72522025-08-18T19:45:50.474Z[ recovery-image] Aug 18 19:45:49.753 INFO O| Aug 18 19:45:49.753 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532025-08-18T19:45:50.488Z[ recovery-image] Aug 18 19:45:49.765 INFO O| Aug 18 19:45:49.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
72542025-08-18T19:45:50.488Z[ recovery-image] Aug 18 19:45:49.765 INFO O| Aug 18 19:45:49.765 INFO STEP 812 (remove_files) COMPLETE
72552025-08-18T19:45:50.498Z[ recovery-image] Aug 18 19:45:49.766 INFO O| Aug 18 19:45:49.765 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562025-08-18T19:45:50.508Z[ recovery-image] Aug 18 19:45:49.778 INFO O| Aug 18 19:45:49.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
72572025-08-18T19:45:50.508Z[ recovery-image] Aug 18 19:45:49.779 INFO O| Aug 18 19:45:49.779 INFO STEP 813 (remove_files) COMPLETE
72582025-08-18T19:45:50.508Z[ recovery-image] Aug 18 19:45:49.779 INFO O| Aug 18 19:45:49.779 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592025-08-18T19:45:50.516Z[ recovery-image] Aug 18 19:45:49.792 INFO O| Aug 18 19:45:49.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
72602025-08-18T19:45:50.517Z[ recovery-image] Aug 18 19:45:49.792 INFO O| Aug 18 19:45:49.792 INFO STEP 814 (remove_files) COMPLETE
72612025-08-18T19:45:50.517Z[ recovery-image] Aug 18 19:45:49.792 INFO O| Aug 18 19:45:49.792 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622025-08-18T19:45:50.538Z[ recovery-image] Aug 18 19:45:49.804 INFO O| Aug 18 19:45:49.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
72632025-08-18T19:45:50.538Z[ recovery-image] Aug 18 19:45:49.804 INFO O| Aug 18 19:45:49.804 INFO STEP 815 (remove_files) COMPLETE
72642025-08-18T19:45:50.538Z[ recovery-image] Aug 18 19:45:49.805 INFO O| Aug 18 19:45:49.804 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652025-08-18T19:45:50.549Z[ recovery-image] Aug 18 19:45:49.818 INFO O| Aug 18 19:45:49.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
72662025-08-18T19:45:50.549Z[ recovery-image] Aug 18 19:45:49.818 INFO O| Aug 18 19:45:49.818 INFO STEP 816 (remove_files) COMPLETE
72672025-08-18T19:45:50.549Z[ recovery-image] Aug 18 19:45:49.818 INFO O| Aug 18 19:45:49.818 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682025-08-18T19:45:50.557Z[ recovery-image] Aug 18 19:45:49.831 INFO O| Aug 18 19:45:49.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
72692025-08-18T19:45:50.557Z[ recovery-image] Aug 18 19:45:49.831 INFO O| Aug 18 19:45:49.831 INFO STEP 817 (remove_files) COMPLETE
72702025-08-18T19:45:50.557Z[ recovery-image] Aug 18 19:45:49.831 INFO O| Aug 18 19:45:49.831 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712025-08-18T19:45:50.563Z[ recovery-image] Aug 18 19:45:49.843 INFO O| Aug 18 19:45:49.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
72722025-08-18T19:45:50.564Z[ recovery-image] Aug 18 19:45:49.844 INFO O| Aug 18 19:45:49.844 INFO STEP 818 (remove_files) COMPLETE
72732025-08-18T19:45:50.569Z[ recovery-image] Aug 18 19:45:49.844 INFO O| Aug 18 19:45:49.844 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742025-08-18T19:45:50.576Z[ recovery-image] Aug 18 19:45:49.853 INFO O| Aug 18 19:45:49.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
72752025-08-18T19:45:50.576Z[ recovery-image] Aug 18 19:45:49.853 INFO O| Aug 18 19:45:49.853 INFO STEP 819 (remove_files) COMPLETE
72762025-08-18T19:45:50.576Z[ recovery-image] Aug 18 19:45:49.853 INFO O| Aug 18 19:45:49.853 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772025-08-18T19:45:50.584Z[ recovery-image] Aug 18 19:45:49.865 INFO O| Aug 18 19:45:49.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
72782025-08-18T19:45:50.584Z[ recovery-image] Aug 18 19:45:49.865 INFO O| Aug 18 19:45:49.865 INFO STEP 820 (remove_files) COMPLETE
72792025-08-18T19:45:50.590Z[ recovery-image] Aug 18 19:45:49.865 INFO O| Aug 18 19:45:49.865 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802025-08-18T19:45:50.599Z[ recovery-image] Aug 18 19:45:49.877 INFO O| Aug 18 19:45:49.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
72812025-08-18T19:45:50.604Z[ recovery-image] Aug 18 19:45:49.877 INFO O| Aug 18 19:45:49.877 INFO STEP 821 (remove_files) COMPLETE
72822025-08-18T19:45:50.604Z[ recovery-image] Aug 18 19:45:49.877 INFO O| Aug 18 19:45:49.877 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832025-08-18T19:45:50.611Z[ recovery-image] Aug 18 19:45:49.885 INFO O| Aug 18 19:45:49.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
72842025-08-18T19:45:50.611Z[ recovery-image] Aug 18 19:45:49.886 INFO O| Aug 18 19:45:49.886 INFO STEP 822 (remove_files) COMPLETE
72852025-08-18T19:45:50.611Z[ recovery-image] Aug 18 19:45:49.886 INFO O| Aug 18 19:45:49.886 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862025-08-18T19:45:50.619Z[ recovery-image] Aug 18 19:45:49.897 INFO O| Aug 18 19:45:49.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
72872025-08-18T19:45:50.619Z[ recovery-image] Aug 18 19:45:49.897 INFO O| Aug 18 19:45:49.897 INFO STEP 823 (remove_files) COMPLETE
72882025-08-18T19:45:50.619Z[ recovery-image] Aug 18 19:45:49.897 INFO O| Aug 18 19:45:49.897 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892025-08-18T19:45:50.629Z[ recovery-image] Aug 18 19:45:49.910 INFO O| Aug 18 19:45:49.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
72902025-08-18T19:45:50.635Z[ recovery-image] Aug 18 19:45:49.910 INFO O| Aug 18 19:45:49.910 INFO STEP 824 (remove_files) COMPLETE
72912025-08-18T19:45:50.635Z[ recovery-image] Aug 18 19:45:49.910 INFO O| Aug 18 19:45:49.910 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922025-08-18T19:45:50.642Z[ recovery-image] Aug 18 19:45:49.919 INFO O| Aug 18 19:45:49.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
72932025-08-18T19:45:50.642Z[ recovery-image] Aug 18 19:45:49.919 INFO O| Aug 18 19:45:49.919 INFO STEP 825 (remove_files) COMPLETE
72942025-08-18T19:45:50.642Z[ recovery-image] Aug 18 19:45:49.919 INFO O| Aug 18 19:45:49.919 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952025-08-18T19:45:50.651Z[ recovery-image] Aug 18 19:45:49.931 INFO O| Aug 18 19:45:49.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
72962025-08-18T19:45:50.651Z[ recovery-image] Aug 18 19:45:49.931 INFO O| Aug 18 19:45:49.931 INFO STEP 826 (remove_files) COMPLETE
72972025-08-18T19:45:50.651Z[ recovery-image] Aug 18 19:45:49.931 INFO O| Aug 18 19:45:49.931 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982025-08-18T19:45:50.666Z[ recovery-image] Aug 18 19:45:49.943 INFO O| Aug 18 19:45:49.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
72992025-08-18T19:45:50.684Z[ recovery-image] Aug 18 19:45:49.943 INFO O| Aug 18 19:45:49.943 INFO STEP 827 (remove_files) COMPLETE
73002025-08-18T19:45:50.684Z[ recovery-image] Aug 18 19:45:49.943 INFO O| Aug 18 19:45:49.943 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012025-08-18T19:45:50.691Z[ recovery-image] Aug 18 19:45:49.955 INFO O| Aug 18 19:45:49.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
73022025-08-18T19:45:50.691Z[ recovery-image] Aug 18 19:45:49.955 INFO O| Aug 18 19:45:49.955 INFO STEP 828 (remove_files) COMPLETE
73032025-08-18T19:45:50.691Z[ recovery-image] Aug 18 19:45:49.955 INFO O| Aug 18 19:45:49.955 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042025-08-18T19:45:50.692Z[ recovery-image] Aug 18 19:45:49.964 INFO O| Aug 18 19:45:49.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
73052025-08-18T19:45:50.692Z[ recovery-image] Aug 18 19:45:49.964 INFO O| Aug 18 19:45:49.964 INFO STEP 829 (remove_files) COMPLETE
73062025-08-18T19:45:50.692Z[ recovery-image] Aug 18 19:45:49.964 INFO O| Aug 18 19:45:49.964 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072025-08-18T19:45:50.696Z[ recovery-image] Aug 18 19:45:49.976 INFO O| Aug 18 19:45:49.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
73082025-08-18T19:45:50.697Z[ recovery-image] Aug 18 19:45:49.977 INFO O| Aug 18 19:45:49.976 INFO STEP 830 (remove_files) COMPLETE
73092025-08-18T19:45:50.697Z[ recovery-image] Aug 18 19:45:49.977 INFO O| Aug 18 19:45:49.977 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102025-08-18T19:45:50.716Z[ recovery-image] Aug 18 19:45:49.989 INFO O| Aug 18 19:45:49.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
73112025-08-18T19:45:50.716Z[ recovery-image] Aug 18 19:45:49.989 INFO O| Aug 18 19:45:49.989 INFO STEP 831 (remove_files) COMPLETE
73122025-08-18T19:45:50.716Z[ recovery-image] Aug 18 19:45:49.989 INFO O| Aug 18 19:45:49.989 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132025-08-18T19:45:50.722Z[ recovery-image] Aug 18 19:45:50.002 INFO O| Aug 18 19:45:50.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
73142025-08-18T19:45:50.722Z[ recovery-image] Aug 18 19:45:50.002 INFO O| Aug 18 19:45:50.002 INFO STEP 832 (remove_files) COMPLETE
73152025-08-18T19:45:50.723Z[ recovery-image] Aug 18 19:45:50.002 INFO O| Aug 18 19:45:50.002 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162025-08-18T19:45:50.733Z[ recovery-image] Aug 18 19:45:50.016 INFO O| Aug 18 19:45:50.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
73172025-08-18T19:45:50.733Z[ recovery-image] Aug 18 19:45:50.016 INFO O| Aug 18 19:45:50.016 INFO STEP 833 (remove_files) COMPLETE
73182025-08-18T19:45:50.738Z[ recovery-image] Aug 18 19:45:50.016 INFO O| Aug 18 19:45:50.016 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192025-08-18T19:45:50.746Z[ recovery-image] Aug 18 19:45:50.027 INFO O| Aug 18 19:45:50.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
73202025-08-18T19:45:50.751Z[ recovery-image] Aug 18 19:45:50.027 INFO O| Aug 18 19:45:50.027 INFO STEP 834 (remove_files) COMPLETE
73212025-08-18T19:45:50.751Z[ recovery-image] Aug 18 19:45:50.028 INFO O| Aug 18 19:45:50.027 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222025-08-18T19:45:50.757Z[ recovery-image] Aug 18 19:45:50.039 INFO O| Aug 18 19:45:50.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
73232025-08-18T19:45:50.762Z[ recovery-image] Aug 18 19:45:50.040 INFO O| Aug 18 19:45:50.040 INFO STEP 835 (remove_files) COMPLETE
73242025-08-18T19:45:50.762Z[ recovery-image] Aug 18 19:45:50.040 INFO O| Aug 18 19:45:50.040 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252025-08-18T19:45:50.770Z[ recovery-image] Aug 18 19:45:50.048 INFO O| Aug 18 19:45:50.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
73262025-08-18T19:45:50.770Z[ recovery-image] Aug 18 19:45:50.048 INFO O| Aug 18 19:45:50.048 INFO STEP 836 (remove_files) COMPLETE
73272025-08-18T19:45:50.770Z[ recovery-image] Aug 18 19:45:50.048 INFO O| Aug 18 19:45:50.048 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282025-08-18T19:45:50.778Z[ recovery-image] Aug 18 19:45:50.061 INFO O| Aug 18 19:45:50.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
73292025-08-18T19:45:50.796Z[ recovery-image] Aug 18 19:45:50.061 INFO O| Aug 18 19:45:50.061 INFO STEP 837 (remove_files) COMPLETE
73302025-08-18T19:45:50.796Z[ recovery-image] Aug 18 19:45:50.061 INFO O| Aug 18 19:45:50.061 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312025-08-18T19:45:50.796Z[ recovery-image] Aug 18 19:45:50.074 INFO O| Aug 18 19:45:50.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
73322025-08-18T19:45:50.796Z[ recovery-image] Aug 18 19:45:50.074 INFO O| Aug 18 19:45:50.074 INFO STEP 838 (remove_files) COMPLETE
73332025-08-18T19:45:50.796Z[ recovery-image] Aug 18 19:45:50.074 INFO O| Aug 18 19:45:50.074 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342025-08-18T19:45:50.805Z[ recovery-image] Aug 18 19:45:50.087 INFO O| Aug 18 19:45:50.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
73352025-08-18T19:45:50.805Z[ recovery-image] Aug 18 19:45:50.087 INFO O| Aug 18 19:45:50.087 INFO STEP 839 (remove_files) COMPLETE
73362025-08-18T19:45:50.808Z[ recovery-image] Aug 18 19:45:50.087 INFO O| Aug 18 19:45:50.087 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372025-08-18T19:45:50.817Z[ recovery-image] Aug 18 19:45:50.100 INFO O| Aug 18 19:45:50.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
73382025-08-18T19:45:50.817Z[ recovery-image] Aug 18 19:45:50.100 INFO O| Aug 18 19:45:50.100 INFO STEP 840 (remove_files) COMPLETE
73392025-08-18T19:45:50.817Z[ recovery-image] Aug 18 19:45:50.100 INFO O| Aug 18 19:45:50.100 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402025-08-18T19:45:50.830Z[ recovery-image] Aug 18 19:45:50.113 INFO O| Aug 18 19:45:50.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
73412025-08-18T19:45:50.830Z[ recovery-image] Aug 18 19:45:50.113 INFO O| Aug 18 19:45:50.113 INFO STEP 841 (remove_files) COMPLETE
73422025-08-18T19:45:50.830Z[ recovery-image] Aug 18 19:45:50.113 INFO O| Aug 18 19:45:50.113 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432025-08-18T19:45:50.843Z[ recovery-image] Aug 18 19:45:50.125 INFO O| Aug 18 19:45:50.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
73442025-08-18T19:45:50.843Z[ recovery-image] Aug 18 19:45:50.126 INFO O| Aug 18 19:45:50.126 INFO STEP 842 (remove_files) COMPLETE
73452025-08-18T19:45:50.846Z[ recovery-image] Aug 18 19:45:50.126 INFO O| Aug 18 19:45:50.126 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462025-08-18T19:45:50.855Z[ recovery-image] Aug 18 19:45:50.137 INFO O| Aug 18 19:45:50.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
73472025-08-18T19:45:50.855Z[ recovery-image] Aug 18 19:45:50.138 INFO O| Aug 18 19:45:50.138 INFO STEP 843 (remove_files) COMPLETE
73482025-08-18T19:45:50.858Z[ recovery-image] Aug 18 19:45:50.138 INFO O| Aug 18 19:45:50.138 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492025-08-18T19:45:50.867Z[ recovery-image] Aug 18 19:45:50.150 INFO O| Aug 18 19:45:50.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
73502025-08-18T19:45:50.867Z[ recovery-image] Aug 18 19:45:50.150 INFO O| Aug 18 19:45:50.150 INFO STEP 844 (remove_files) COMPLETE
73512025-08-18T19:45:50.871Z[ recovery-image] Aug 18 19:45:50.150 INFO O| Aug 18 19:45:50.150 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522025-08-18T19:45:50.879Z[ recovery-image] Aug 18 19:45:50.162 INFO O| Aug 18 19:45:50.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
73532025-08-18T19:45:50.883Z[ recovery-image] Aug 18 19:45:50.162 INFO O| Aug 18 19:45:50.162 INFO STEP 845 (remove_files) COMPLETE
73542025-08-18T19:45:50.883Z[ recovery-image] Aug 18 19:45:50.162 INFO O| Aug 18 19:45:50.162 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552025-08-18T19:45:50.893Z[ recovery-image] Aug 18 19:45:50.176 INFO O| Aug 18 19:45:50.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
73562025-08-18T19:45:50.893Z[ recovery-image] Aug 18 19:45:50.176 INFO O| Aug 18 19:45:50.176 INFO STEP 846 (remove_files) COMPLETE
73572025-08-18T19:45:50.896Z[ recovery-image] Aug 18 19:45:50.176 INFO O| Aug 18 19:45:50.176 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582025-08-18T19:45:50.905Z[ recovery-image] Aug 18 19:45:50.188 INFO O| Aug 18 19:45:50.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
73592025-08-18T19:45:50.909Z[ recovery-image] Aug 18 19:45:50.188 INFO O| Aug 18 19:45:50.188 INFO STEP 847 (remove_files) COMPLETE
73602025-08-18T19:45:50.909Z[ recovery-image] Aug 18 19:45:50.188 INFO O| Aug 18 19:45:50.188 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612025-08-18T19:45:50.919Z[ recovery-image] Aug 18 19:45:50.201 INFO O| Aug 18 19:45:50.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
73622025-08-18T19:45:50.919Z[ recovery-image] Aug 18 19:45:50.201 INFO O| Aug 18 19:45:50.201 INFO STEP 848 (remove_files) COMPLETE
73632025-08-18T19:45:50.922Z[ recovery-image] Aug 18 19:45:50.201 INFO O| Aug 18 19:45:50.201 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642025-08-18T19:45:50.931Z[ recovery-image] Aug 18 19:45:50.213 INFO O| Aug 18 19:45:50.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
73652025-08-18T19:45:50.933Z[ recovery-image] Aug 18 19:45:50.213 INFO O| Aug 18 19:45:50.213 INFO STEP 849 (remove_files) COMPLETE
73662025-08-18T19:45:50.933Z[ recovery-image] Aug 18 19:45:50.213 INFO O| Aug 18 19:45:50.213 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672025-08-18T19:45:50.941Z[ recovery-image] Aug 18 19:45:50.223 INFO O| Aug 18 19:45:50.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
73682025-08-18T19:45:50.941Z[ recovery-image] Aug 18 19:45:50.223 INFO O| Aug 18 19:45:50.223 INFO STEP 850 (remove_files) COMPLETE
73692025-08-18T19:45:50.944Z[ recovery-image] Aug 18 19:45:50.223 INFO O| Aug 18 19:45:50.223 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702025-08-18T19:45:50.949Z[ recovery-image] Aug 18 19:45:50.232 INFO O| Aug 18 19:45:50.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
73712025-08-18T19:45:50.953Z[ recovery-image] Aug 18 19:45:50.232 INFO O| Aug 18 19:45:50.232 INFO STEP 851 (remove_files) COMPLETE
73722025-08-18T19:45:50.953Z[ recovery-image] Aug 18 19:45:50.232 INFO O| Aug 18 19:45:50.232 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732025-08-18T19:45:50.958Z[ recovery-image] Aug 18 19:45:50.241 INFO O| Aug 18 19:45:50.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
73742025-08-18T19:45:50.961Z[ recovery-image] Aug 18 19:45:50.242 INFO O| Aug 18 19:45:50.242 INFO STEP 852 (remove_files) COMPLETE
73752025-08-18T19:45:50.961Z[ recovery-image] Aug 18 19:45:50.242 INFO O| Aug 18 19:45:50.242 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762025-08-18T19:45:50.968Z[ recovery-image] Aug 18 19:45:50.251 INFO O| Aug 18 19:45:50.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
73772025-08-18T19:45:50.968Z[ recovery-image] Aug 18 19:45:50.251 INFO O| Aug 18 19:45:50.251 INFO STEP 853 (remove_files) COMPLETE
73782025-08-18T19:45:50.971Z[ recovery-image] Aug 18 19:45:50.251 INFO O| Aug 18 19:45:50.251 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792025-08-18T19:45:50.981Z[ recovery-image] Aug 18 19:45:50.264 INFO O| Aug 18 19:45:50.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
73802025-08-18T19:45:50.985Z[ recovery-image] Aug 18 19:45:50.264 INFO O| Aug 18 19:45:50.264 INFO STEP 854 (remove_files) COMPLETE
73812025-08-18T19:45:50.985Z[ recovery-image] Aug 18 19:45:50.264 INFO O| Aug 18 19:45:50.264 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822025-08-18T19:45:50.994Z[ recovery-image] Aug 18 19:45:50.276 INFO O| Aug 18 19:45:50.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
73832025-08-18T19:45:50.997Z[ recovery-image] Aug 18 19:45:50.276 INFO O| Aug 18 19:45:50.276 INFO STEP 855 (remove_files) COMPLETE
73842025-08-18T19:45:50.997Z[ recovery-image] Aug 18 19:45:50.276 INFO O| Aug 18 19:45:50.276 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852025-08-18T19:45:51.003Z[ recovery-image] Aug 18 19:45:50.285 INFO O| Aug 18 19:45:50.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
73862025-08-18T19:45:51.006Z[ recovery-image] Aug 18 19:45:50.285 INFO O| Aug 18 19:45:50.285 INFO STEP 856 (remove_files) COMPLETE
73872025-08-18T19:45:51.006Z[ recovery-image] Aug 18 19:45:50.285 INFO O| Aug 18 19:45:50.285 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882025-08-18T19:45:51.011Z[ recovery-image] Aug 18 19:45:50.294 INFO O| Aug 18 19:45:50.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
73892025-08-18T19:45:51.011Z[ recovery-image] Aug 18 19:45:50.294 INFO O| Aug 18 19:45:50.294 INFO STEP 857 (remove_files) COMPLETE
73902025-08-18T19:45:51.015Z[ recovery-image] Aug 18 19:45:50.294 INFO O| Aug 18 19:45:50.294 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912025-08-18T19:45:51.021Z[ recovery-image] Aug 18 19:45:50.304 INFO O| Aug 18 19:45:50.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
73922025-08-18T19:45:51.056Z[ recovery-image] Aug 18 19:45:50.304 INFO O| Aug 18 19:45:50.304 INFO STEP 858 (remove_files) COMPLETE
73932025-08-18T19:45:51.057Z[ recovery-image] Aug 18 19:45:50.304 INFO O| Aug 18 19:45:50.304 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942025-08-18T19:45:51.063Z[ recovery-image] Aug 18 19:45:50.317 INFO O| Aug 18 19:45:50.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
73952025-08-18T19:45:51.063Z[ recovery-image] Aug 18 19:45:50.317 INFO O| Aug 18 19:45:50.317 INFO STEP 859 (remove_files) COMPLETE
73962025-08-18T19:45:51.063Z[ recovery-image] Aug 18 19:45:50.317 INFO O| Aug 18 19:45:50.317 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972025-08-18T19:45:51.063Z[ recovery-image] Aug 18 19:45:50.327 INFO O| Aug 18 19:45:50.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
73982025-08-18T19:45:51.063Z[ recovery-image] Aug 18 19:45:50.327 INFO O| Aug 18 19:45:50.327 INFO STEP 860 (remove_files) COMPLETE
73992025-08-18T19:45:51.063Z[ recovery-image] Aug 18 19:45:50.327 INFO O| Aug 18 19:45:50.327 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002025-08-18T19:45:51.063Z[ recovery-image] Aug 18 19:45:50.338 INFO O| Aug 18 19:45:50.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
74012025-08-18T19:45:51.064Z[ recovery-image] Aug 18 19:45:50.338 INFO O| Aug 18 19:45:50.338 INFO STEP 861 (remove_files) COMPLETE
74022025-08-18T19:45:51.064Z[ recovery-image] Aug 18 19:45:50.338 INFO O| Aug 18 19:45:50.338 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032025-08-18T19:45:51.069Z[ recovery-image] Aug 18 19:45:50.352 INFO O| Aug 18 19:45:50.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
74042025-08-18T19:45:51.074Z[ recovery-image] Aug 18 19:45:50.353 INFO O| Aug 18 19:45:50.352 INFO STEP 862 (remove_files) COMPLETE
74052025-08-18T19:45:51.074Z[ recovery-image] Aug 18 19:45:50.353 INFO O| Aug 18 19:45:50.352 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062025-08-18T19:45:51.083Z[ recovery-image] Aug 18 19:45:50.365 INFO O| Aug 18 19:45:50.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
74072025-08-18T19:45:51.086Z[ recovery-image] Aug 18 19:45:50.365 INFO O| Aug 18 19:45:50.365 INFO STEP 863 (remove_files) COMPLETE
74082025-08-18T19:45:51.086Z[ recovery-image] Aug 18 19:45:50.365 INFO O| Aug 18 19:45:50.365 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092025-08-18T19:45:51.091Z[ recovery-image] Aug 18 19:45:50.374 INFO O| Aug 18 19:45:50.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
74102025-08-18T19:45:51.091Z[ recovery-image] Aug 18 19:45:50.374 INFO O| Aug 18 19:45:50.374 INFO STEP 864 (remove_files) COMPLETE
74112025-08-18T19:45:51.095Z[ recovery-image] Aug 18 19:45:50.374 INFO O| Aug 18 19:45:50.374 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122025-08-18T19:45:51.101Z[ recovery-image] Aug 18 19:45:50.384 INFO O| Aug 18 19:45:50.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
74132025-08-18T19:45:51.106Z[ recovery-image] Aug 18 19:45:50.384 INFO O| Aug 18 19:45:50.384 INFO STEP 865 (remove_files) COMPLETE
74142025-08-18T19:45:51.106Z[ recovery-image] Aug 18 19:45:50.384 INFO O| Aug 18 19:45:50.384 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152025-08-18T19:45:51.119Z[ recovery-image] Aug 18 19:45:50.396 INFO O| Aug 18 19:45:50.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
74162025-08-18T19:45:51.119Z[ recovery-image] Aug 18 19:45:50.396 INFO O| Aug 18 19:45:50.396 INFO STEP 866 (remove_files) COMPLETE
74172025-08-18T19:45:51.124Z[ recovery-image] Aug 18 19:45:50.396 INFO O| Aug 18 19:45:50.396 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182025-08-18T19:45:51.127Z[ recovery-image] Aug 18 19:45:50.407 INFO O| Aug 18 19:45:50.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
74192025-08-18T19:45:51.127Z[ recovery-image] Aug 18 19:45:50.407 INFO O| Aug 18 19:45:50.407 INFO STEP 867 (remove_files) COMPLETE
74202025-08-18T19:45:51.127Z[ recovery-image] Aug 18 19:45:50.407 INFO O| Aug 18 19:45:50.407 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212025-08-18T19:45:51.137Z[ recovery-image] Aug 18 19:45:50.420 INFO O| Aug 18 19:45:50.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
74222025-08-18T19:45:51.140Z[ recovery-image] Aug 18 19:45:50.420 INFO O| Aug 18 19:45:50.420 INFO STEP 868 (remove_files) COMPLETE
74232025-08-18T19:45:51.140Z[ recovery-image] Aug 18 19:45:50.420 INFO O| Aug 18 19:45:50.420 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242025-08-18T19:45:51.152Z[ recovery-image] Aug 18 19:45:50.433 INFO O| Aug 18 19:45:50.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
74252025-08-18T19:45:51.152Z[ recovery-image] Aug 18 19:45:50.433 INFO O| Aug 18 19:45:50.433 INFO STEP 869 (remove_files) COMPLETE
74262025-08-18T19:45:51.155Z[ recovery-image] Aug 18 19:45:50.433 INFO O| Aug 18 19:45:50.433 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272025-08-18T19:45:51.161Z[ recovery-image] Aug 18 19:45:50.444 INFO O| Aug 18 19:45:50.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
74282025-08-18T19:45:51.162Z[ recovery-image] Aug 18 19:45:50.444 INFO O| Aug 18 19:45:50.444 INFO STEP 870 (remove_files) COMPLETE
74292025-08-18T19:45:51.165Z[ recovery-image] Aug 18 19:45:50.444 INFO O| Aug 18 19:45:50.444 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302025-08-18T19:45:51.174Z[ recovery-image] Aug 18 19:45:50.457 INFO O| Aug 18 19:45:50.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
74312025-08-18T19:45:51.177Z[ recovery-image] Aug 18 19:45:50.457 INFO O| Aug 18 19:45:50.457 INFO STEP 871 (remove_files) COMPLETE
74322025-08-18T19:45:51.177Z[ recovery-image] Aug 18 19:45:50.458 INFO O| Aug 18 19:45:50.457 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332025-08-18T19:45:51.184Z[ recovery-image] Aug 18 19:45:50.468 INFO O| Aug 18 19:45:50.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
74342025-08-18T19:45:51.187Z[ recovery-image] Aug 18 19:45:50.468 INFO O| Aug 18 19:45:50.468 INFO STEP 872 (remove_files) COMPLETE
74352025-08-18T19:45:51.188Z[ recovery-image] Aug 18 19:45:50.468 INFO O| Aug 18 19:45:50.468 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362025-08-18T19:45:51.195Z[ recovery-image] Aug 18 19:45:50.478 INFO O| Aug 18 19:45:50.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
74372025-08-18T19:45:51.198Z[ recovery-image] Aug 18 19:45:50.479 INFO O| Aug 18 19:45:50.478 INFO STEP 873 (remove_files) COMPLETE
74382025-08-18T19:45:51.198Z[ recovery-image] Aug 18 19:45:50.479 INFO O| Aug 18 19:45:50.479 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392025-08-18T19:45:51.205Z[ recovery-image] Aug 18 19:45:50.488 INFO O| Aug 18 19:45:50.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
74402025-08-18T19:45:51.205Z[ recovery-image] Aug 18 19:45:50.488 INFO O| Aug 18 19:45:50.488 INFO STEP 874 (remove_files) COMPLETE
74412025-08-18T19:45:51.205Z[ recovery-image] Aug 18 19:45:50.488 INFO O| Aug 18 19:45:50.488 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422025-08-18T19:45:51.219Z[ recovery-image] Aug 18 19:45:50.501 INFO O| Aug 18 19:45:50.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
74432025-08-18T19:45:51.219Z[ recovery-image] Aug 18 19:45:50.501 INFO O| Aug 18 19:45:50.501 INFO STEP 875 (remove_files) COMPLETE
74442025-08-18T19:45:51.219Z[ recovery-image] Aug 18 19:45:50.501 INFO O| Aug 18 19:45:50.501 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452025-08-18T19:45:51.228Z[ recovery-image] Aug 18 19:45:50.511 INFO O| Aug 18 19:45:50.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
74462025-08-18T19:45:51.231Z[ recovery-image] Aug 18 19:45:50.511 INFO O| Aug 18 19:45:50.511 INFO STEP 876 (remove_files) COMPLETE
74472025-08-18T19:45:51.231Z[ recovery-image] Aug 18 19:45:50.511 INFO O| Aug 18 19:45:50.511 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482025-08-18T19:45:51.238Z[ recovery-image] Aug 18 19:45:50.522 INFO O| Aug 18 19:45:50.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
74492025-08-18T19:45:51.238Z[ recovery-image] Aug 18 19:45:50.522 INFO O| Aug 18 19:45:50.522 INFO STEP 877 (remove_files) COMPLETE
74502025-08-18T19:45:51.241Z[ recovery-image] Aug 18 19:45:50.522 INFO O| Aug 18 19:45:50.522 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512025-08-18T19:45:51.250Z[ recovery-image] Aug 18 19:45:50.533 INFO O| Aug 18 19:45:50.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
74522025-08-18T19:45:51.250Z[ recovery-image] Aug 18 19:45:50.533 INFO O| Aug 18 19:45:50.533 INFO STEP 878 (remove_files) COMPLETE
74532025-08-18T19:45:51.253Z[ recovery-image] Aug 18 19:45:50.533 INFO O| Aug 18 19:45:50.533 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542025-08-18T19:45:51.259Z[ recovery-image] Aug 18 19:45:50.542 INFO O| Aug 18 19:45:50.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
74552025-08-18T19:45:51.259Z[ recovery-image] Aug 18 19:45:50.542 INFO O| Aug 18 19:45:50.542 INFO STEP 879 (remove_files) COMPLETE
74562025-08-18T19:45:51.262Z[ recovery-image] Aug 18 19:45:50.542 INFO O| Aug 18 19:45:50.542 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572025-08-18T19:45:51.271Z[ recovery-image] Aug 18 19:45:50.555 INFO O| Aug 18 19:45:50.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
74582025-08-18T19:45:51.271Z[ recovery-image] Aug 18 19:45:50.555 INFO O| Aug 18 19:45:50.555 INFO STEP 880 (remove_files) COMPLETE
74592025-08-18T19:45:51.271Z[ recovery-image] Aug 18 19:45:50.555 INFO O| Aug 18 19:45:50.555 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602025-08-18T19:45:51.283Z[ recovery-image] Aug 18 19:45:50.566 INFO O| Aug 18 19:45:50.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
74612025-08-18T19:45:51.283Z[ recovery-image] Aug 18 19:45:50.567 INFO O| Aug 18 19:45:50.566 INFO STEP 881 (remove_files) COMPLETE
74622025-08-18T19:45:51.286Z[ recovery-image] Aug 18 19:45:50.567 INFO O| Aug 18 19:45:50.567 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632025-08-18T19:45:51.296Z[ recovery-image] Aug 18 19:45:50.579 INFO O| Aug 18 19:45:50.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
74642025-08-18T19:45:51.296Z[ recovery-image] Aug 18 19:45:50.579 INFO O| Aug 18 19:45:50.579 INFO STEP 882 (remove_files) COMPLETE
74652025-08-18T19:45:51.299Z[ recovery-image] Aug 18 19:45:50.580 INFO O| Aug 18 19:45:50.579 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662025-08-18T19:45:51.308Z[ recovery-image] Aug 18 19:45:50.591 INFO O| Aug 18 19:45:50.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
74672025-08-18T19:45:51.308Z[ recovery-image] Aug 18 19:45:50.591 INFO O| Aug 18 19:45:50.591 INFO STEP 883 (remove_files) COMPLETE
74682025-08-18T19:45:51.311Z[ recovery-image] Aug 18 19:45:50.591 INFO O| Aug 18 19:45:50.591 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692025-08-18T19:45:51.320Z[ recovery-image] Aug 18 19:45:50.603 INFO O| Aug 18 19:45:50.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
74702025-08-18T19:45:51.323Z[ recovery-image] Aug 18 19:45:50.603 INFO O| Aug 18 19:45:50.603 INFO STEP 884 (remove_files) COMPLETE
74712025-08-18T19:45:51.323Z[ recovery-image] Aug 18 19:45:50.603 INFO O| Aug 18 19:45:50.603 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722025-08-18T19:45:51.332Z[ recovery-image] Aug 18 19:45:50.615 INFO O| Aug 18 19:45:50.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
74732025-08-18T19:45:51.332Z[ recovery-image] Aug 18 19:45:50.615 INFO O| Aug 18 19:45:50.615 INFO STEP 885 (remove_files) COMPLETE
74742025-08-18T19:45:51.332Z[ recovery-image] Aug 18 19:45:50.615 INFO O| Aug 18 19:45:50.615 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752025-08-18T19:45:51.345Z[ recovery-image] Aug 18 19:45:50.628 INFO O| Aug 18 19:45:50.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
74762025-08-18T19:45:51.345Z[ recovery-image] Aug 18 19:45:50.628 INFO O| Aug 18 19:45:50.628 INFO STEP 886 (remove_files) COMPLETE
74772025-08-18T19:45:51.345Z[ recovery-image] Aug 18 19:45:50.628 INFO O| Aug 18 19:45:50.628 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782025-08-18T19:45:51.358Z[ recovery-image] Aug 18 19:45:50.641 INFO O| Aug 18 19:45:50.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
74792025-08-18T19:45:51.358Z[ recovery-image] Aug 18 19:45:50.641 INFO O| Aug 18 19:45:50.641 INFO STEP 887 (remove_files) COMPLETE
74802025-08-18T19:45:51.358Z[ recovery-image] Aug 18 19:45:50.641 INFO O| Aug 18 19:45:50.641 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812025-08-18T19:45:51.371Z[ recovery-image] Aug 18 19:45:50.654 INFO O| Aug 18 19:45:50.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
74822025-08-18T19:45:51.371Z[ recovery-image] Aug 18 19:45:50.654 INFO O| Aug 18 19:45:50.654 INFO STEP 888 (remove_files) COMPLETE
74832025-08-18T19:45:51.371Z[ recovery-image] Aug 18 19:45:50.654 INFO O| Aug 18 19:45:50.654 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842025-08-18T19:45:51.384Z[ recovery-image] Aug 18 19:45:50.668 INFO O| Aug 18 19:45:50.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
74852025-08-18T19:45:51.387Z[ recovery-image] Aug 18 19:45:50.668 INFO O| Aug 18 19:45:50.668 INFO STEP 889 (remove_files) COMPLETE
74862025-08-18T19:45:51.387Z[ recovery-image] Aug 18 19:45:50.668 INFO O| Aug 18 19:45:50.668 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872025-08-18T19:45:51.398Z[ recovery-image] Aug 18 19:45:50.681 INFO O| Aug 18 19:45:50.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
74882025-08-18T19:45:51.401Z[ recovery-image] Aug 18 19:45:50.681 INFO O| Aug 18 19:45:50.681 INFO STEP 890 (remove_files) COMPLETE
74892025-08-18T19:45:51.401Z[ recovery-image] Aug 18 19:45:50.681 INFO O| Aug 18 19:45:50.681 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902025-08-18T19:45:51.411Z[ recovery-image] Aug 18 19:45:50.695 INFO O| Aug 18 19:45:50.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
74912025-08-18T19:45:51.411Z[ recovery-image] Aug 18 19:45:50.695 INFO O| Aug 18 19:45:50.695 INFO STEP 891 (remove_files) COMPLETE
74922025-08-18T19:45:51.415Z[ recovery-image] Aug 18 19:45:50.695 INFO O| Aug 18 19:45:50.695 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932025-08-18T19:45:51.423Z[ recovery-image] Aug 18 19:45:50.707 INFO O| Aug 18 19:45:50.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
74942025-08-18T19:45:51.423Z[ recovery-image] Aug 18 19:45:50.707 INFO O| Aug 18 19:45:50.707 INFO STEP 892 (remove_files) COMPLETE
74952025-08-18T19:45:51.426Z[ recovery-image] Aug 18 19:45:50.707 INFO O| Aug 18 19:45:50.707 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962025-08-18T19:45:51.434Z[ recovery-image] Aug 18 19:45:50.718 INFO O| Aug 18 19:45:50.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
74972025-08-18T19:45:51.437Z[ recovery-image] Aug 18 19:45:50.718 INFO O| Aug 18 19:45:50.718 INFO STEP 893 (remove_files) COMPLETE
74982025-08-18T19:45:51.437Z[ recovery-image] Aug 18 19:45:50.718 INFO O| Aug 18 19:45:50.718 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992025-08-18T19:45:51.447Z[ recovery-image] Aug 18 19:45:50.731 INFO O| Aug 18 19:45:50.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
75002025-08-18T19:45:51.450Z[ recovery-image] Aug 18 19:45:50.731 INFO O| Aug 18 19:45:50.731 INFO STEP 894 (remove_files) COMPLETE
75012025-08-18T19:45:51.450Z[ recovery-image] Aug 18 19:45:50.731 INFO O| Aug 18 19:45:50.731 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022025-08-18T19:45:51.459Z[ recovery-image] Aug 18 19:45:50.743 INFO O| Aug 18 19:45:50.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
75032025-08-18T19:45:51.459Z[ recovery-image] Aug 18 19:45:50.743 INFO O| Aug 18 19:45:50.743 INFO STEP 895 (remove_files) COMPLETE
75042025-08-18T19:45:51.463Z[ recovery-image] Aug 18 19:45:50.743 INFO O| Aug 18 19:45:50.743 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052025-08-18T19:45:51.474Z[ recovery-image] Aug 18 19:45:50.757 INFO O| Aug 18 19:45:50.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
75062025-08-18T19:45:51.474Z[ recovery-image] Aug 18 19:45:50.757 INFO O| Aug 18 19:45:50.757 INFO STEP 896 (remove_files) COMPLETE
75072025-08-18T19:45:51.474Z[ recovery-image] Aug 18 19:45:50.757 INFO O| Aug 18 19:45:50.757 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082025-08-18T19:45:51.487Z[ recovery-image] Aug 18 19:45:50.771 INFO O| Aug 18 19:45:50.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
75092025-08-18T19:45:51.487Z[ recovery-image] Aug 18 19:45:50.771 INFO O| Aug 18 19:45:50.771 INFO STEP 897 (remove_files) COMPLETE
75102025-08-18T19:45:51.491Z[ recovery-image] Aug 18 19:45:50.771 INFO O| Aug 18 19:45:50.771 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112025-08-18T19:45:51.500Z[ recovery-image] Aug 18 19:45:50.783 INFO O| Aug 18 19:45:50.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
75122025-08-18T19:45:51.500Z[ recovery-image] Aug 18 19:45:50.783 INFO O| Aug 18 19:45:50.783 INFO STEP 898 (remove_files) COMPLETE
75132025-08-18T19:45:51.503Z[ recovery-image] Aug 18 19:45:50.784 INFO O| Aug 18 19:45:50.783 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142025-08-18T19:45:51.514Z[ recovery-image] Aug 18 19:45:50.797 INFO O| Aug 18 19:45:50.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
75152025-08-18T19:45:51.514Z[ recovery-image] Aug 18 19:45:50.797 INFO O| Aug 18 19:45:50.797 INFO STEP 899 (remove_files) COMPLETE
75162025-08-18T19:45:51.517Z[ recovery-image] Aug 18 19:45:50.797 INFO O| Aug 18 19:45:50.797 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172025-08-18T19:45:51.523Z[ recovery-image] Aug 18 19:45:50.807 INFO O| Aug 18 19:45:50.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
75182025-08-18T19:45:51.527Z[ recovery-image] Aug 18 19:45:50.808 INFO O| Aug 18 19:45:50.808 INFO STEP 900 (remove_files) COMPLETE
75192025-08-18T19:45:51.527Z[ recovery-image] Aug 18 19:45:50.808 INFO O| Aug 18 19:45:50.808 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202025-08-18T19:45:51.534Z[ recovery-image] Aug 18 19:45:50.818 INFO O| Aug 18 19:45:50.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
75212025-08-18T19:45:51.538Z[ recovery-image] Aug 18 19:45:50.818 INFO O| Aug 18 19:45:50.818 INFO STEP 901 (remove_files) COMPLETE
75222025-08-18T19:45:51.538Z[ recovery-image] Aug 18 19:45:50.818 INFO O| Aug 18 19:45:50.818 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232025-08-18T19:45:51.546Z[ recovery-image] Aug 18 19:45:50.829 INFO O| Aug 18 19:45:50.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
75242025-08-18T19:45:51.546Z[ recovery-image] Aug 18 19:45:50.830 INFO O| Aug 18 19:45:50.830 INFO STEP 902 (remove_files) COMPLETE
75252025-08-18T19:45:51.549Z[ recovery-image] Aug 18 19:45:50.830 INFO O| Aug 18 19:45:50.830 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262025-08-18T19:45:51.559Z[ recovery-image] Aug 18 19:45:50.843 INFO O| Aug 18 19:45:50.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
75272025-08-18T19:45:51.559Z[ recovery-image] Aug 18 19:45:50.843 INFO O| Aug 18 19:45:50.843 INFO STEP 903 (remove_files) COMPLETE
75282025-08-18T19:45:51.563Z[ recovery-image] Aug 18 19:45:50.843 INFO O| Aug 18 19:45:50.843 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292025-08-18T19:45:51.571Z[ recovery-image] Aug 18 19:45:50.854 INFO O| Aug 18 19:45:50.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
75302025-08-18T19:45:51.572Z[ recovery-image] Aug 18 19:45:50.855 INFO O| Aug 18 19:45:50.854 INFO STEP 904 (remove_files) COMPLETE
75312025-08-18T19:45:51.575Z[ recovery-image] Aug 18 19:45:50.855 INFO O| Aug 18 19:45:50.855 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322025-08-18T19:45:51.583Z[ recovery-image] Aug 18 19:45:50.867 INFO O| Aug 18 19:45:50.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
75332025-08-18T19:45:51.587Z[ recovery-image] Aug 18 19:45:50.867 INFO O| Aug 18 19:45:50.867 INFO STEP 905 (remove_files) COMPLETE
75342025-08-18T19:45:51.587Z[ recovery-image] Aug 18 19:45:50.867 INFO O| Aug 18 19:45:50.867 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352025-08-18T19:45:51.596Z[ recovery-image] Aug 18 19:45:50.879 INFO O| Aug 18 19:45:50.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
75362025-08-18T19:45:51.596Z[ recovery-image] Aug 18 19:45:50.879 INFO O| Aug 18 19:45:50.879 INFO STEP 906 (remove_files) COMPLETE
75372025-08-18T19:45:51.596Z[ recovery-image] Aug 18 19:45:50.879 INFO O| Aug 18 19:45:50.879 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382025-08-18T19:45:51.608Z[ recovery-image] Aug 18 19:45:50.892 INFO O| Aug 18 19:45:50.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
75392025-08-18T19:45:51.612Z[ recovery-image] Aug 18 19:45:50.892 INFO O| Aug 18 19:45:50.892 INFO STEP 907 (remove_files) COMPLETE
75402025-08-18T19:45:51.612Z[ recovery-image] Aug 18 19:45:50.892 INFO O| Aug 18 19:45:50.892 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412025-08-18T19:45:51.622Z[ recovery-image] Aug 18 19:45:50.905 INFO O| Aug 18 19:45:50.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
75422025-08-18T19:45:51.625Z[ recovery-image] Aug 18 19:45:50.905 INFO O| Aug 18 19:45:50.905 INFO STEP 908 (remove_files) COMPLETE
75432025-08-18T19:45:51.625Z[ recovery-image] Aug 18 19:45:50.905 INFO O| Aug 18 19:45:50.905 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442025-08-18T19:45:51.634Z[ recovery-image] Aug 18 19:45:50.918 INFO O| Aug 18 19:45:50.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
75452025-08-18T19:45:51.634Z[ recovery-image] Aug 18 19:45:50.918 INFO O| Aug 18 19:45:50.918 INFO STEP 909 (remove_files) COMPLETE
75462025-08-18T19:45:51.637Z[ recovery-image] Aug 18 19:45:50.918 INFO O| Aug 18 19:45:50.918 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472025-08-18T19:45:51.645Z[ recovery-image] Aug 18 19:45:50.929 INFO O| Aug 18 19:45:50.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
75482025-08-18T19:45:51.648Z[ recovery-image] Aug 18 19:45:50.929 INFO O| Aug 18 19:45:50.929 INFO STEP 910 (remove_files) COMPLETE
75492025-08-18T19:45:51.648Z[ recovery-image] Aug 18 19:45:50.929 INFO O| Aug 18 19:45:50.929 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502025-08-18T19:45:51.656Z[ recovery-image] Aug 18 19:45:50.940 INFO O| Aug 18 19:45:50.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
75512025-08-18T19:45:51.656Z[ recovery-image] Aug 18 19:45:50.940 INFO O| Aug 18 19:45:50.940 INFO STEP 911 (remove_files) COMPLETE
75522025-08-18T19:45:51.656Z[ recovery-image] Aug 18 19:45:50.940 INFO O| Aug 18 19:45:50.940 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532025-08-18T19:45:51.669Z[ recovery-image] Aug 18 19:45:50.953 INFO O| Aug 18 19:45:50.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
75542025-08-18T19:45:51.669Z[ recovery-image] Aug 18 19:45:50.953 INFO O| Aug 18 19:45:50.953 INFO STEP 912 (remove_files) COMPLETE
75552025-08-18T19:45:51.672Z[ recovery-image] Aug 18 19:45:50.953 INFO O| Aug 18 19:45:50.953 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562025-08-18T19:45:51.681Z[ recovery-image] Aug 18 19:45:50.965 INFO O| Aug 18 19:45:50.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
75572025-08-18T19:45:51.681Z[ recovery-image] Aug 18 19:45:50.965 INFO O| Aug 18 19:45:50.965 INFO STEP 913 (remove_files) COMPLETE
75582025-08-18T19:45:51.687Z[ recovery-image] Aug 18 19:45:50.965 INFO O| Aug 18 19:45:50.965 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592025-08-18T19:45:51.693Z[ recovery-image] Aug 18 19:45:50.977 INFO O| Aug 18 19:45:50.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
75602025-08-18T19:45:51.696Z[ recovery-image] Aug 18 19:45:50.977 INFO O| Aug 18 19:45:50.977 INFO STEP 914 (remove_files) COMPLETE
75612025-08-18T19:45:51.696Z[ recovery-image] Aug 18 19:45:50.977 INFO O| Aug 18 19:45:50.977 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622025-08-18T19:45:51.706Z[ recovery-image] Aug 18 19:45:50.990 INFO O| Aug 18 19:45:50.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
75632025-08-18T19:45:51.709Z[ recovery-image] Aug 18 19:45:50.990 INFO O| Aug 18 19:45:50.990 INFO STEP 915 (remove_files) COMPLETE
75642025-08-18T19:45:51.709Z[ recovery-image] Aug 18 19:45:50.990 INFO O| Aug 18 19:45:50.990 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652025-08-18T19:45:51.719Z[ recovery-image] Aug 18 19:45:51.003 INFO O| Aug 18 19:45:51.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
75662025-08-18T19:45:51.719Z[ recovery-image] Aug 18 19:45:51.003 INFO O| Aug 18 19:45:51.003 INFO STEP 916 (remove_files) COMPLETE
75672025-08-18T19:45:51.719Z[ recovery-image] Aug 18 19:45:51.003 INFO O| Aug 18 19:45:51.003 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682025-08-18T19:45:51.732Z[ recovery-image] Aug 18 19:45:51.016 INFO O| Aug 18 19:45:51.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
75692025-08-18T19:45:51.735Z[ recovery-image] Aug 18 19:45:51.016 INFO O| Aug 18 19:45:51.016 INFO STEP 917 (remove_files) COMPLETE
75702025-08-18T19:45:51.735Z[ recovery-image] Aug 18 19:45:51.016 INFO O| Aug 18 19:45:51.016 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712025-08-18T19:45:51.745Z[ recovery-image] Aug 18 19:45:51.029 INFO O| Aug 18 19:45:51.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
75722025-08-18T19:45:51.745Z[ recovery-image] Aug 18 19:45:51.029 INFO O| Aug 18 19:45:51.029 INFO STEP 918 (remove_files) COMPLETE
75732025-08-18T19:45:51.748Z[ recovery-image] Aug 18 19:45:51.029 INFO O| Aug 18 19:45:51.029 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742025-08-18T19:45:51.757Z[ recovery-image] Aug 18 19:45:51.041 INFO O| Aug 18 19:45:51.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
75752025-08-18T19:45:51.760Z[ recovery-image] Aug 18 19:45:51.041 INFO O| Aug 18 19:45:51.041 INFO STEP 919 (remove_files) COMPLETE
75762025-08-18T19:45:51.760Z[ recovery-image] Aug 18 19:45:51.041 INFO O| Aug 18 19:45:51.041 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772025-08-18T19:45:51.768Z[ recovery-image] Aug 18 19:45:51.052 INFO O| Aug 18 19:45:51.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
75782025-08-18T19:45:51.771Z[ recovery-image] Aug 18 19:45:51.052 INFO O| Aug 18 19:45:51.052 INFO STEP 920 (remove_files) COMPLETE
75792025-08-18T19:45:51.771Z[ recovery-image] Aug 18 19:45:51.052 INFO O| Aug 18 19:45:51.052 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802025-08-18T19:45:51.779Z[ recovery-image] Aug 18 19:45:51.063 INFO O| Aug 18 19:45:51.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
75812025-08-18T19:45:51.782Z[ recovery-image] Aug 18 19:45:51.063 INFO O| Aug 18 19:45:51.063 INFO STEP 921 (remove_files) COMPLETE
75822025-08-18T19:45:51.782Z[ recovery-image] Aug 18 19:45:51.063 INFO O| Aug 18 19:45:51.063 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832025-08-18T19:45:51.790Z[ recovery-image] Aug 18 19:45:51.074 INFO O| Aug 18 19:45:51.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
75842025-08-18T19:45:51.793Z[ recovery-image] Aug 18 19:45:51.074 INFO O| Aug 18 19:45:51.074 INFO STEP 922 (remove_files) COMPLETE
75852025-08-18T19:45:51.793Z[ recovery-image] Aug 18 19:45:51.074 INFO O| Aug 18 19:45:51.074 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862025-08-18T19:45:51.803Z[ recovery-image] Aug 18 19:45:51.087 INFO O| Aug 18 19:45:51.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
75872025-08-18T19:45:51.807Z[ recovery-image] Aug 18 19:45:51.088 INFO O| Aug 18 19:45:51.087 INFO STEP 923 (remove_files) COMPLETE
75882025-08-18T19:45:51.807Z[ recovery-image] Aug 18 19:45:51.088 INFO O| Aug 18 19:45:51.088 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892025-08-18T19:45:51.816Z[ recovery-image] Aug 18 19:45:51.100 INFO O| Aug 18 19:45:51.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
75902025-08-18T19:45:51.816Z[ recovery-image] Aug 18 19:45:51.100 INFO O| Aug 18 19:45:51.100 INFO STEP 924 (remove_files) COMPLETE
75912025-08-18T19:45:51.819Z[ recovery-image] Aug 18 19:45:51.100 INFO O| Aug 18 19:45:51.100 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922025-08-18T19:45:51.828Z[ recovery-image] Aug 18 19:45:51.112 INFO O| Aug 18 19:45:51.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
75932025-08-18T19:45:51.828Z[ recovery-image] Aug 18 19:45:51.112 INFO O| Aug 18 19:45:51.112 INFO STEP 925 (remove_files) COMPLETE
75942025-08-18T19:45:51.831Z[ recovery-image] Aug 18 19:45:51.112 INFO O| Aug 18 19:45:51.112 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952025-08-18T19:45:51.838Z[ recovery-image] Aug 18 19:45:51.122 INFO O| Aug 18 19:45:51.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
75962025-08-18T19:45:51.838Z[ recovery-image] Aug 18 19:45:51.123 INFO O| Aug 18 19:45:51.123 INFO STEP 926 (remove_files) COMPLETE
75972025-08-18T19:45:51.842Z[ recovery-image] Aug 18 19:45:51.123 INFO O| Aug 18 19:45:51.123 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982025-08-18T19:45:51.850Z[ recovery-image] Aug 18 19:45:51.134 INFO O| Aug 18 19:45:51.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
75992025-08-18T19:45:51.850Z[ recovery-image] Aug 18 19:45:51.135 INFO O| Aug 18 19:45:51.135 INFO STEP 927 (remove_files) COMPLETE
76002025-08-18T19:45:51.850Z[ recovery-image] Aug 18 19:45:51.135 INFO O| Aug 18 19:45:51.135 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012025-08-18T19:45:51.862Z[ recovery-image] Aug 18 19:45:51.146 INFO O| Aug 18 19:45:51.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
76022025-08-18T19:45:51.865Z[ recovery-image] Aug 18 19:45:51.146 INFO O| Aug 18 19:45:51.146 INFO STEP 928 (remove_files) COMPLETE
76032025-08-18T19:45:51.865Z[ recovery-image] Aug 18 19:45:51.146 INFO O| Aug 18 19:45:51.146 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042025-08-18T19:45:51.874Z[ recovery-image] Aug 18 19:45:51.158 INFO O| Aug 18 19:45:51.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
76052025-08-18T19:45:51.877Z[ recovery-image] Aug 18 19:45:51.159 INFO O| Aug 18 19:45:51.158 INFO STEP 929 (remove_files) COMPLETE
76062025-08-18T19:45:51.877Z[ recovery-image] Aug 18 19:45:51.159 INFO O| Aug 18 19:45:51.158 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072025-08-18T19:45:51.887Z[ recovery-image] Aug 18 19:45:51.171 INFO O| Aug 18 19:45:51.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
76082025-08-18T19:45:51.890Z[ recovery-image] Aug 18 19:45:51.172 INFO O| Aug 18 19:45:51.172 INFO STEP 930 (remove_files) COMPLETE
76092025-08-18T19:45:51.890Z[ recovery-image] Aug 18 19:45:51.172 INFO O| Aug 18 19:45:51.172 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102025-08-18T19:45:51.898Z[ recovery-image] Aug 18 19:45:51.182 INFO O| Aug 18 19:45:51.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
76112025-08-18T19:45:51.901Z[ recovery-image] Aug 18 19:45:51.182 INFO O| Aug 18 19:45:51.182 INFO STEP 931 (remove_files) COMPLETE
76122025-08-18T19:45:51.901Z[ recovery-image] Aug 18 19:45:51.182 INFO O| Aug 18 19:45:51.182 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132025-08-18T19:45:51.910Z[ recovery-image] Aug 18 19:45:51.194 INFO O| Aug 18 19:45:51.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
76142025-08-18T19:45:51.910Z[ recovery-image] Aug 18 19:45:51.194 INFO O| Aug 18 19:45:51.194 INFO STEP 932 (remove_files) COMPLETE
76152025-08-18T19:45:51.913Z[ recovery-image] Aug 18 19:45:51.194 INFO O| Aug 18 19:45:51.194 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162025-08-18T19:45:51.922Z[ recovery-image] Aug 18 19:45:51.207 INFO O| Aug 18 19:45:51.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
76172025-08-18T19:45:51.922Z[ recovery-image] Aug 18 19:45:51.207 INFO O| Aug 18 19:45:51.207 INFO STEP 933 (remove_files) COMPLETE
76182025-08-18T19:45:51.923Z[ recovery-image] Aug 18 19:45:51.207 INFO O| Aug 18 19:45:51.207 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192025-08-18T19:45:51.935Z[ recovery-image] Aug 18 19:45:51.219 INFO O| Aug 18 19:45:51.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
76202025-08-18T19:45:51.935Z[ recovery-image] Aug 18 19:45:51.219 INFO O| Aug 18 19:45:51.219 INFO STEP 934 (remove_files) COMPLETE
76212025-08-18T19:45:51.937Z[ recovery-image] Aug 18 19:45:51.219 INFO O| Aug 18 19:45:51.219 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222025-08-18T19:45:51.947Z[ recovery-image] Aug 18 19:45:51.231 INFO O| Aug 18 19:45:51.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
76232025-08-18T19:45:51.947Z[ recovery-image] Aug 18 19:45:51.231 INFO O| Aug 18 19:45:51.231 INFO STEP 935 (remove_files) COMPLETE
76242025-08-18T19:45:51.950Z[ recovery-image] Aug 18 19:45:51.231 INFO O| Aug 18 19:45:51.231 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252025-08-18T19:45:51.959Z[ recovery-image] Aug 18 19:45:51.243 INFO O| Aug 18 19:45:51.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
76262025-08-18T19:45:51.959Z[ recovery-image] Aug 18 19:45:51.243 INFO O| Aug 18 19:45:51.243 INFO STEP 936 (remove_files) COMPLETE
76272025-08-18T19:45:51.962Z[ recovery-image] Aug 18 19:45:51.243 INFO O| Aug 18 19:45:51.243 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282025-08-18T19:45:51.970Z[ recovery-image] Aug 18 19:45:51.254 INFO O| Aug 18 19:45:51.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
76292025-08-18T19:45:51.973Z[ recovery-image] Aug 18 19:45:51.254 INFO O| Aug 18 19:45:51.254 INFO STEP 937 (remove_files) COMPLETE
76302025-08-18T19:45:51.973Z[ recovery-image] Aug 18 19:45:51.254 INFO O| Aug 18 19:45:51.254 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312025-08-18T19:45:51.983Z[ recovery-image] Aug 18 19:45:51.267 INFO O| Aug 18 19:45:51.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
76322025-08-18T19:45:51.983Z[ recovery-image] Aug 18 19:45:51.268 INFO O| Aug 18 19:45:51.268 INFO STEP 938 (remove_files) COMPLETE
76332025-08-18T19:45:51.986Z[ recovery-image] Aug 18 19:45:51.268 INFO O| Aug 18 19:45:51.268 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342025-08-18T19:45:51.995Z[ recovery-image] Aug 18 19:45:51.280 INFO O| Aug 18 19:45:51.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
76352025-08-18T19:45:51.998Z[ recovery-image] Aug 18 19:45:51.280 INFO O| Aug 18 19:45:51.280 INFO STEP 939 (remove_files) COMPLETE
76362025-08-18T19:45:51.998Z[ recovery-image] Aug 18 19:45:51.280 INFO O| Aug 18 19:45:51.280 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372025-08-18T19:45:52.008Z[ recovery-image] Aug 18 19:45:51.292 INFO O| Aug 18 19:45:51.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
76382025-08-18T19:45:52.011Z[ recovery-image] Aug 18 19:45:51.292 INFO O| Aug 18 19:45:51.292 INFO STEP 940 (remove_files) COMPLETE
76392025-08-18T19:45:52.012Z[ recovery-image] Aug 18 19:45:51.292 INFO O| Aug 18 19:45:51.292 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402025-08-18T19:45:52.016Z[ recovery-image] Aug 18 19:45:51.300 INFO O| Aug 18 19:45:51.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
76412025-08-18T19:45:52.019Z[ recovery-image] Aug 18 19:45:51.301 INFO O| Aug 18 19:45:51.301 INFO STEP 941 (remove_files) COMPLETE
76422025-08-18T19:45:52.019Z[ recovery-image] Aug 18 19:45:51.301 INFO O| Aug 18 19:45:51.301 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432025-08-18T19:45:52.028Z[ recovery-image] Aug 18 19:45:51.313 INFO O| Aug 18 19:45:51.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
76442025-08-18T19:45:52.031Z[ recovery-image] Aug 18 19:45:51.313 INFO O| Aug 18 19:45:51.313 INFO STEP 942 (remove_files) COMPLETE
76452025-08-18T19:45:52.031Z[ recovery-image] Aug 18 19:45:51.313 INFO O| Aug 18 19:45:51.313 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462025-08-18T19:45:52.040Z[ recovery-image] Aug 18 19:45:51.324 INFO O| Aug 18 19:45:51.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
76472025-08-18T19:45:52.043Z[ recovery-image] Aug 18 19:45:51.325 INFO O| Aug 18 19:45:51.325 INFO STEP 943 (remove_files) COMPLETE
76482025-08-18T19:45:52.043Z[ recovery-image] Aug 18 19:45:51.325 INFO O| Aug 18 19:45:51.325 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492025-08-18T19:45:52.053Z[ recovery-image] Aug 18 19:45:51.337 INFO O| Aug 18 19:45:51.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
76502025-08-18T19:45:52.053Z[ recovery-image] Aug 18 19:45:51.338 INFO O| Aug 18 19:45:51.338 INFO STEP 944 (remove_files) COMPLETE
76512025-08-18T19:45:52.053Z[ recovery-image] Aug 18 19:45:51.338 INFO O| Aug 18 19:45:51.338 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522025-08-18T19:45:52.065Z[ recovery-image] Aug 18 19:45:51.349 INFO O| Aug 18 19:45:51.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
76532025-08-18T19:45:52.065Z[ recovery-image] Aug 18 19:45:51.349 INFO O| Aug 18 19:45:51.349 INFO STEP 945 (remove_files) COMPLETE
76542025-08-18T19:45:52.068Z[ recovery-image] Aug 18 19:45:51.349 INFO O| Aug 18 19:45:51.349 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552025-08-18T19:45:52.076Z[ recovery-image] Aug 18 19:45:51.360 INFO O| Aug 18 19:45:51.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
76562025-08-18T19:45:52.076Z[ recovery-image] Aug 18 19:45:51.360 INFO O| Aug 18 19:45:51.360 INFO STEP 946 (remove_files) COMPLETE
76572025-08-18T19:45:52.076Z[ recovery-image] Aug 18 19:45:51.360 INFO O| Aug 18 19:45:51.360 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582025-08-18T19:45:52.088Z[ recovery-image] Aug 18 19:45:51.372 INFO O| Aug 18 19:45:51.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
76592025-08-18T19:45:52.088Z[ recovery-image] Aug 18 19:45:51.372 INFO O| Aug 18 19:45:51.372 INFO STEP 947 (remove_files) COMPLETE
76602025-08-18T19:45:52.091Z[ recovery-image] Aug 18 19:45:51.372 INFO O| Aug 18 19:45:51.372 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612025-08-18T19:45:52.100Z[ recovery-image] Aug 18 19:45:51.385 INFO O| Aug 18 19:45:51.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
76622025-08-18T19:45:52.100Z[ recovery-image] Aug 18 19:45:51.385 INFO O| Aug 18 19:45:51.385 INFO STEP 948 (remove_files) COMPLETE
76632025-08-18T19:45:52.103Z[ recovery-image] Aug 18 19:45:51.385 INFO O| Aug 18 19:45:51.385 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642025-08-18T19:45:52.114Z[ recovery-image] Aug 18 19:45:51.398 INFO O| Aug 18 19:45:51.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
76652025-08-18T19:45:52.114Z[ recovery-image] Aug 18 19:45:51.398 INFO O| Aug 18 19:45:51.398 INFO STEP 949 (remove_files) COMPLETE
76662025-08-18T19:45:52.117Z[ recovery-image] Aug 18 19:45:51.398 INFO O| Aug 18 19:45:51.398 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672025-08-18T19:45:52.127Z[ recovery-image] Aug 18 19:45:51.411 INFO O| Aug 18 19:45:51.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
76682025-08-18T19:45:52.130Z[ recovery-image] Aug 18 19:45:51.411 INFO O| Aug 18 19:45:51.411 INFO STEP 950 (remove_files) COMPLETE
76692025-08-18T19:45:52.130Z[ recovery-image] Aug 18 19:45:51.411 INFO O| Aug 18 19:45:51.411 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702025-08-18T19:45:52.137Z[ recovery-image] Aug 18 19:45:51.422 INFO O| Aug 18 19:45:51.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
76712025-08-18T19:45:52.140Z[ recovery-image] Aug 18 19:45:51.422 INFO O| Aug 18 19:45:51.422 INFO STEP 951 (remove_files) COMPLETE
76722025-08-18T19:45:52.140Z[ recovery-image] Aug 18 19:45:51.422 INFO O| Aug 18 19:45:51.422 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732025-08-18T19:45:52.148Z[ recovery-image] Aug 18 19:45:51.432 INFO O| Aug 18 19:45:51.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
76742025-08-18T19:45:52.148Z[ recovery-image] Aug 18 19:45:51.432 INFO O| Aug 18 19:45:51.432 INFO STEP 952 (remove_files) COMPLETE
76752025-08-18T19:45:52.148Z[ recovery-image] Aug 18 19:45:51.432 INFO O| Aug 18 19:45:51.432 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762025-08-18T19:45:52.159Z[ recovery-image] Aug 18 19:45:51.444 INFO O| Aug 18 19:45:51.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
76772025-08-18T19:45:52.160Z[ recovery-image] Aug 18 19:45:51.444 INFO O| Aug 18 19:45:51.444 INFO STEP 953 (remove_files) COMPLETE
76782025-08-18T19:45:52.163Z[ recovery-image] Aug 18 19:45:51.444 INFO O| Aug 18 19:45:51.444 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792025-08-18T19:45:52.172Z[ recovery-image] Aug 18 19:45:51.456 INFO O| Aug 18 19:45:51.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
76802025-08-18T19:45:52.172Z[ recovery-image] Aug 18 19:45:51.457 INFO O| Aug 18 19:45:51.457 INFO STEP 954 (remove_files) COMPLETE
76812025-08-18T19:45:52.172Z[ recovery-image] Aug 18 19:45:51.457 INFO O| Aug 18 19:45:51.457 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822025-08-18T19:45:52.184Z[ recovery-image] Aug 18 19:45:51.468 INFO O| Aug 18 19:45:51.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
76832025-08-18T19:45:52.184Z[ recovery-image] Aug 18 19:45:51.469 INFO O| Aug 18 19:45:51.469 INFO STEP 955 (remove_files) COMPLETE
76842025-08-18T19:45:52.184Z[ recovery-image] Aug 18 19:45:51.469 INFO O| Aug 18 19:45:51.469 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852025-08-18T19:45:52.194Z[ recovery-image] Aug 18 19:45:51.479 INFO O| Aug 18 19:45:51.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
76862025-08-18T19:45:52.194Z[ recovery-image] Aug 18 19:45:51.479 INFO O| Aug 18 19:45:51.479 INFO STEP 956 (remove_files) COMPLETE
76872025-08-18T19:45:52.194Z[ recovery-image] Aug 18 19:45:51.479 INFO O| Aug 18 19:45:51.479 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882025-08-18T19:45:52.203Z[ recovery-image] Aug 18 19:45:51.487 INFO O| Aug 18 19:45:51.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
76892025-08-18T19:45:52.206Z[ recovery-image] Aug 18 19:45:51.487 INFO O| Aug 18 19:45:51.487 INFO STEP 957 (remove_files) COMPLETE
76902025-08-18T19:45:52.206Z[ recovery-image] Aug 18 19:45:51.487 INFO O| Aug 18 19:45:51.487 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912025-08-18T19:45:52.215Z[ recovery-image] Aug 18 19:45:51.499 INFO O| Aug 18 19:45:51.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
76922025-08-18T19:45:52.215Z[ recovery-image] Aug 18 19:45:51.499 INFO O| Aug 18 19:45:51.499 INFO STEP 958 (remove_files) COMPLETE
76932025-08-18T19:45:52.215Z[ recovery-image] Aug 18 19:45:51.499 INFO O| Aug 18 19:45:51.499 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942025-08-18T19:45:52.227Z[ recovery-image] Aug 18 19:45:51.511 INFO O| Aug 18 19:45:51.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
76952025-08-18T19:45:52.230Z[ recovery-image] Aug 18 19:45:51.511 INFO O| Aug 18 19:45:51.511 INFO STEP 959 (remove_files) COMPLETE
76962025-08-18T19:45:52.231Z[ recovery-image] Aug 18 19:45:51.511 INFO O| Aug 18 19:45:51.511 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972025-08-18T19:45:52.237Z[ recovery-image] Aug 18 19:45:51.521 INFO O| Aug 18 19:45:51.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
76982025-08-18T19:45:52.243Z[ recovery-image] Aug 18 19:45:51.522 INFO O| Aug 18 19:45:51.522 INFO STEP 960 (remove_files) COMPLETE
76992025-08-18T19:45:52.243Z[ recovery-image] Aug 18 19:45:51.522 INFO O| Aug 18 19:45:51.522 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002025-08-18T19:45:52.249Z[ recovery-image] Aug 18 19:45:51.534 INFO O| Aug 18 19:45:51.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
77012025-08-18T19:45:52.249Z[ recovery-image] Aug 18 19:45:51.534 INFO O| Aug 18 19:45:51.534 INFO STEP 961 (remove_files) COMPLETE
77022025-08-18T19:45:52.258Z[ recovery-image] Aug 18 19:45:51.534 INFO O| Aug 18 19:45:51.534 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032025-08-18T19:45:52.265Z[ recovery-image] Aug 18 19:45:51.544 INFO O| Aug 18 19:45:51.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
77042025-08-18T19:45:52.265Z[ recovery-image] Aug 18 19:45:51.544 INFO O| Aug 18 19:45:51.544 INFO STEP 962 (remove_files) COMPLETE
77052025-08-18T19:45:52.265Z[ recovery-image] Aug 18 19:45:51.544 INFO O| Aug 18 19:45:51.544 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062025-08-18T19:45:52.271Z[ recovery-image] Aug 18 19:45:51.556 INFO O| Aug 18 19:45:51.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
77072025-08-18T19:45:52.274Z[ recovery-image] Aug 18 19:45:51.556 INFO O| Aug 18 19:45:51.556 INFO STEP 963 (remove_files) COMPLETE
77082025-08-18T19:45:52.274Z[ recovery-image] Aug 18 19:45:51.556 INFO O| Aug 18 19:45:51.556 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092025-08-18T19:45:52.283Z[ recovery-image] Aug 18 19:45:51.568 INFO O| Aug 18 19:45:51.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
77102025-08-18T19:45:52.283Z[ recovery-image] Aug 18 19:45:51.568 INFO O| Aug 18 19:45:51.568 INFO STEP 964 (remove_files) COMPLETE
77112025-08-18T19:45:52.286Z[ recovery-image] Aug 18 19:45:51.568 INFO O| Aug 18 19:45:51.568 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122025-08-18T19:45:52.295Z[ recovery-image] Aug 18 19:45:51.579 INFO O| Aug 18 19:45:51.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
77132025-08-18T19:45:52.295Z[ recovery-image] Aug 18 19:45:51.579 INFO O| Aug 18 19:45:51.579 INFO STEP 965 (remove_files) COMPLETE
77142025-08-18T19:45:52.298Z[ recovery-image] Aug 18 19:45:51.579 INFO O| Aug 18 19:45:51.579 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152025-08-18T19:45:52.307Z[ recovery-image] Aug 18 19:45:51.591 INFO O| Aug 18 19:45:51.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
77162025-08-18T19:45:52.307Z[ recovery-image] Aug 18 19:45:51.591 INFO O| Aug 18 19:45:51.591 INFO STEP 966 (remove_files) COMPLETE
77172025-08-18T19:45:52.310Z[ recovery-image] Aug 18 19:45:51.591 INFO O| Aug 18 19:45:51.591 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182025-08-18T19:45:52.318Z[ recovery-image] Aug 18 19:45:51.603 INFO O| Aug 18 19:45:51.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
77192025-08-18T19:45:52.318Z[ recovery-image] Aug 18 19:45:51.603 INFO O| Aug 18 19:45:51.603 INFO STEP 967 (remove_files) COMPLETE
77202025-08-18T19:45:52.322Z[ recovery-image] Aug 18 19:45:51.603 INFO O| Aug 18 19:45:51.603 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212025-08-18T19:45:52.331Z[ recovery-image] Aug 18 19:45:51.615 INFO O| Aug 18 19:45:51.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
77222025-08-18T19:45:52.331Z[ recovery-image] Aug 18 19:45:51.615 INFO O| Aug 18 19:45:51.615 INFO STEP 968 (remove_files) COMPLETE
77232025-08-18T19:45:52.334Z[ recovery-image] Aug 18 19:45:51.615 INFO O| Aug 18 19:45:51.615 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242025-08-18T19:45:52.343Z[ recovery-image] Aug 18 19:45:51.627 INFO O| Aug 18 19:45:51.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
77252025-08-18T19:45:52.343Z[ recovery-image] Aug 18 19:45:51.628 INFO O| Aug 18 19:45:51.628 INFO STEP 969 (remove_files) COMPLETE
77262025-08-18T19:45:52.346Z[ recovery-image] Aug 18 19:45:51.628 INFO O| Aug 18 19:45:51.628 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272025-08-18T19:45:52.354Z[ recovery-image] Aug 18 19:45:51.639 INFO O| Aug 18 19:45:51.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
77282025-08-18T19:45:52.354Z[ recovery-image] Aug 18 19:45:51.639 INFO O| Aug 18 19:45:51.639 INFO STEP 970 (remove_files) COMPLETE
77292025-08-18T19:45:52.357Z[ recovery-image] Aug 18 19:45:51.639 INFO O| Aug 18 19:45:51.639 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302025-08-18T19:45:52.366Z[ recovery-image] Aug 18 19:45:51.650 INFO O| Aug 18 19:45:51.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
77312025-08-18T19:45:52.369Z[ recovery-image] Aug 18 19:45:51.650 INFO O| Aug 18 19:45:51.650 INFO STEP 971 (remove_files) COMPLETE
77322025-08-18T19:45:52.369Z[ recovery-image] Aug 18 19:45:51.651 INFO O| Aug 18 19:45:51.650 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332025-08-18T19:45:52.378Z[ recovery-image] Aug 18 19:45:51.663 INFO O| Aug 18 19:45:51.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
77342025-08-18T19:45:52.378Z[ recovery-image] Aug 18 19:45:51.663 INFO O| Aug 18 19:45:51.663 INFO STEP 972 (remove_files) COMPLETE
77352025-08-18T19:45:52.381Z[ recovery-image] Aug 18 19:45:51.663 INFO O| Aug 18 19:45:51.663 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362025-08-18T19:45:52.388Z[ recovery-image] Aug 18 19:45:51.673 INFO O| Aug 18 19:45:51.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
77372025-08-18T19:45:52.388Z[ recovery-image] Aug 18 19:45:51.673 INFO O| Aug 18 19:45:51.673 INFO STEP 973 (remove_files) COMPLETE
77382025-08-18T19:45:52.391Z[ recovery-image] Aug 18 19:45:51.673 INFO O| Aug 18 19:45:51.673 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392025-08-18T19:45:52.400Z[ recovery-image] Aug 18 19:45:51.685 INFO O| Aug 18 19:45:51.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
77402025-08-18T19:45:52.403Z[ recovery-image] Aug 18 19:45:51.685 INFO O| Aug 18 19:45:51.685 INFO STEP 974 (remove_files) COMPLETE
77412025-08-18T19:45:52.403Z[ recovery-image] Aug 18 19:45:51.685 INFO O| Aug 18 19:45:51.685 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422025-08-18T19:45:52.410Z[ recovery-image] Aug 18 19:45:51.695 INFO O| Aug 18 19:45:51.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
77432025-08-18T19:45:52.413Z[ recovery-image] Aug 18 19:45:51.695 INFO O| Aug 18 19:45:51.695 INFO STEP 975 (remove_files) COMPLETE
77442025-08-18T19:45:52.413Z[ recovery-image] Aug 18 19:45:51.695 INFO O| Aug 18 19:45:51.695 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452025-08-18T19:45:52.422Z[ recovery-image] Aug 18 19:45:51.707 INFO O| Aug 18 19:45:51.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
77462025-08-18T19:45:52.422Z[ recovery-image] Aug 18 19:45:51.707 INFO O| Aug 18 19:45:51.707 INFO STEP 976 (remove_files) COMPLETE
77472025-08-18T19:45:52.422Z[ recovery-image] Aug 18 19:45:51.707 INFO O| Aug 18 19:45:51.707 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482025-08-18T19:45:52.434Z[ recovery-image] Aug 18 19:45:51.718 INFO O| Aug 18 19:45:51.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
77492025-08-18T19:45:52.434Z[ recovery-image] Aug 18 19:45:51.719 INFO O| Aug 18 19:45:51.719 INFO STEP 977 (remove_files) COMPLETE
77502025-08-18T19:45:52.437Z[ recovery-image] Aug 18 19:45:51.719 INFO O| Aug 18 19:45:51.719 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512025-08-18T19:45:52.444Z[ recovery-image] Aug 18 19:45:51.729 INFO O| Aug 18 19:45:51.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
77522025-08-18T19:45:52.444Z[ recovery-image] Aug 18 19:45:51.729 INFO O| Aug 18 19:45:51.729 INFO STEP 978 (remove_files) COMPLETE
77532025-08-18T19:45:52.447Z[ recovery-image] Aug 18 19:45:51.729 INFO O| Aug 18 19:45:51.729 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542025-08-18T19:45:52.453Z[ recovery-image] Aug 18 19:45:51.738 INFO O| Aug 18 19:45:51.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
77552025-08-18T19:45:52.455Z[ recovery-image] Aug 18 19:45:51.738 INFO O| Aug 18 19:45:51.738 INFO STEP 979 (remove_files) COMPLETE
77562025-08-18T19:45:52.455Z[ recovery-image] Aug 18 19:45:51.738 INFO O| Aug 18 19:45:51.738 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572025-08-18T19:45:52.465Z[ recovery-image] Aug 18 19:45:51.750 INFO O| Aug 18 19:45:51.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
77582025-08-18T19:45:52.468Z[ recovery-image] Aug 18 19:45:51.750 INFO O| Aug 18 19:45:51.750 INFO STEP 980 (remove_files) COMPLETE
77592025-08-18T19:45:52.468Z[ recovery-image] Aug 18 19:45:51.750 INFO O| Aug 18 19:45:51.750 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602025-08-18T19:45:52.477Z[ recovery-image] Aug 18 19:45:51.761 INFO O| Aug 18 19:45:51.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
77612025-08-18T19:45:52.480Z[ recovery-image] Aug 18 19:45:51.762 INFO O| Aug 18 19:45:51.762 INFO STEP 981 (remove_files) COMPLETE
77622025-08-18T19:45:52.480Z[ recovery-image] Aug 18 19:45:51.762 INFO O| Aug 18 19:45:51.762 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632025-08-18T19:45:52.489Z[ recovery-image] Aug 18 19:45:51.774 INFO O| Aug 18 19:45:51.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
77642025-08-18T19:45:52.492Z[ recovery-image] Aug 18 19:45:51.774 INFO O| Aug 18 19:45:51.774 INFO STEP 982 (remove_files) COMPLETE
77652025-08-18T19:45:52.492Z[ recovery-image] Aug 18 19:45:51.774 INFO O| Aug 18 19:45:51.774 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662025-08-18T19:45:52.501Z[ recovery-image] Aug 18 19:45:51.786 INFO O| Aug 18 19:45:51.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
77672025-08-18T19:45:52.501Z[ recovery-image] Aug 18 19:45:51.786 INFO O| Aug 18 19:45:51.786 INFO STEP 983 (remove_files) COMPLETE
77682025-08-18T19:45:52.504Z[ recovery-image] Aug 18 19:45:51.786 INFO O| Aug 18 19:45:51.786 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692025-08-18T19:45:52.513Z[ recovery-image] Aug 18 19:45:51.798 INFO O| Aug 18 19:45:51.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
77702025-08-18T19:45:52.513Z[ recovery-image] Aug 18 19:45:51.798 INFO O| Aug 18 19:45:51.798 INFO STEP 984 (remove_files) COMPLETE
77712025-08-18T19:45:52.516Z[ recovery-image] Aug 18 19:45:51.798 INFO O| Aug 18 19:45:51.798 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722025-08-18T19:45:52.525Z[ recovery-image] Aug 18 19:45:51.810 INFO O| Aug 18 19:45:51.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
77732025-08-18T19:45:52.525Z[ recovery-image] Aug 18 19:45:51.810 INFO O| Aug 18 19:45:51.810 INFO STEP 985 (remove_files) COMPLETE
77742025-08-18T19:45:52.528Z[ recovery-image] Aug 18 19:45:51.810 INFO O| Aug 18 19:45:51.810 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752025-08-18T19:45:52.536Z[ recovery-image] Aug 18 19:45:51.820 INFO O| Aug 18 19:45:51.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
77762025-08-18T19:45:52.536Z[ recovery-image] Aug 18 19:45:51.820 INFO O| Aug 18 19:45:51.820 INFO STEP 986 (remove_files) COMPLETE
77772025-08-18T19:45:52.539Z[ recovery-image] Aug 18 19:45:51.820 INFO O| Aug 18 19:45:51.820 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782025-08-18T19:45:52.548Z[ recovery-image] Aug 18 19:45:51.833 INFO O| Aug 18 19:45:51.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
77792025-08-18T19:45:52.548Z[ recovery-image] Aug 18 19:45:51.833 INFO O| Aug 18 19:45:51.833 INFO STEP 987 (remove_files) COMPLETE
77802025-08-18T19:45:52.552Z[ recovery-image] Aug 18 19:45:51.833 INFO O| Aug 18 19:45:51.833 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812025-08-18T19:45:52.561Z[ recovery-image] Aug 18 19:45:51.845 INFO O| Aug 18 19:45:51.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
77822025-08-18T19:45:52.564Z[ recovery-image] Aug 18 19:45:51.846 INFO O| Aug 18 19:45:51.845 INFO STEP 988 (remove_files) COMPLETE
77832025-08-18T19:45:52.564Z[ recovery-image] Aug 18 19:45:51.846 INFO O| Aug 18 19:45:51.846 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842025-08-18T19:45:52.574Z[ recovery-image] Aug 18 19:45:51.859 INFO O| Aug 18 19:45:51.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
77852025-08-18T19:45:52.574Z[ recovery-image] Aug 18 19:45:51.859 INFO O| Aug 18 19:45:51.859 INFO STEP 989 (remove_files) COMPLETE
77862025-08-18T19:45:52.577Z[ recovery-image] Aug 18 19:45:51.859 INFO O| Aug 18 19:45:51.859 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872025-08-18T19:45:52.587Z[ recovery-image] Aug 18 19:45:51.871 INFO O| Aug 18 19:45:51.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
77882025-08-18T19:45:52.587Z[ recovery-image] Aug 18 19:45:51.872 INFO O| Aug 18 19:45:51.871 INFO STEP 990 (remove_files) COMPLETE
77892025-08-18T19:45:52.590Z[ recovery-image] Aug 18 19:45:51.872 INFO O| Aug 18 19:45:51.872 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902025-08-18T19:45:52.597Z[ recovery-image] Aug 18 19:45:51.882 INFO O| Aug 18 19:45:51.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
77912025-08-18T19:45:52.597Z[ recovery-image] Aug 18 19:45:51.882 INFO O| Aug 18 19:45:51.882 INFO STEP 991 (remove_files) COMPLETE
77922025-08-18T19:45:52.600Z[ recovery-image] Aug 18 19:45:51.882 INFO O| Aug 18 19:45:51.882 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932025-08-18T19:45:52.610Z[ recovery-image] Aug 18 19:45:51.895 INFO O| Aug 18 19:45:51.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
77942025-08-18T19:45:52.610Z[ recovery-image] Aug 18 19:45:51.895 INFO O| Aug 18 19:45:51.895 INFO STEP 992 (remove_files) COMPLETE
77952025-08-18T19:45:52.613Z[ recovery-image] Aug 18 19:45:51.895 INFO O| Aug 18 19:45:51.895 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962025-08-18T19:45:52.622Z[ recovery-image] Aug 18 19:45:51.906 INFO O| Aug 18 19:45:51.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
77972025-08-18T19:45:52.622Z[ recovery-image] Aug 18 19:45:51.907 INFO O| Aug 18 19:45:51.907 INFO STEP 993 (remove_files) COMPLETE
77982025-08-18T19:45:52.624Z[ recovery-image] Aug 18 19:45:51.907 INFO O| Aug 18 19:45:51.907 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992025-08-18T19:45:52.633Z[ recovery-image] Aug 18 19:45:51.918 INFO O| Aug 18 19:45:51.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
78002025-08-18T19:45:52.633Z[ recovery-image] Aug 18 19:45:51.919 INFO O| Aug 18 19:45:51.918 INFO STEP 994 (remove_files) COMPLETE
78012025-08-18T19:45:52.636Z[ recovery-image] Aug 18 19:45:51.919 INFO O| Aug 18 19:45:51.918 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022025-08-18T19:45:52.645Z[ recovery-image] Aug 18 19:45:51.931 INFO O| Aug 18 19:45:51.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
78032025-08-18T19:45:52.648Z[ recovery-image] Aug 18 19:45:51.931 INFO O| Aug 18 19:45:51.931 INFO STEP 995 (remove_files) COMPLETE
78042025-08-18T19:45:52.649Z[ recovery-image] Aug 18 19:45:51.931 INFO O| Aug 18 19:45:51.931 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052025-08-18T19:45:52.657Z[ recovery-image] Aug 18 19:45:51.942 INFO O| Aug 18 19:45:51.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
78062025-08-18T19:45:52.660Z[ recovery-image] Aug 18 19:45:51.943 INFO O| Aug 18 19:45:51.943 INFO STEP 996 (remove_files) COMPLETE
78072025-08-18T19:45:52.660Z[ recovery-image] Aug 18 19:45:51.943 INFO O| Aug 18 19:45:51.943 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082025-08-18T19:45:52.669Z[ recovery-image] Aug 18 19:45:51.954 INFO O| Aug 18 19:45:51.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
78092025-08-18T19:45:52.669Z[ recovery-image] Aug 18 19:45:51.954 INFO O| Aug 18 19:45:51.954 INFO STEP 997 (remove_files) COMPLETE
78102025-08-18T19:45:52.672Z[ recovery-image] Aug 18 19:45:51.954 INFO O| Aug 18 19:45:51.954 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112025-08-18T19:45:52.678Z[ recovery-image] Aug 18 19:45:51.963 INFO O| Aug 18 19:45:51.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
78122025-08-18T19:45:52.681Z[ recovery-image] Aug 18 19:45:51.963 INFO O| Aug 18 19:45:51.963 INFO STEP 998 (remove_files) COMPLETE
78132025-08-18T19:45:52.681Z[ recovery-image] Aug 18 19:45:51.963 INFO O| Aug 18 19:45:51.963 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142025-08-18T19:45:52.691Z[ recovery-image] Aug 18 19:45:51.976 INFO O| Aug 18 19:45:51.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
78152025-08-18T19:45:52.694Z[ recovery-image] Aug 18 19:45:51.976 INFO O| Aug 18 19:45:51.976 INFO STEP 999 (remove_files) COMPLETE
78162025-08-18T19:45:52.694Z[ recovery-image] Aug 18 19:45:51.976 INFO O| Aug 18 19:45:51.976 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172025-08-18T19:45:52.701Z[ recovery-image] Aug 18 19:45:51.986 INFO O| Aug 18 19:45:51.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
78182025-08-18T19:45:52.701Z[ recovery-image] Aug 18 19:45:51.987 INFO O| Aug 18 19:45:51.987 INFO STEP 1000 (remove_files) COMPLETE
78192025-08-18T19:45:52.705Z[ recovery-image] Aug 18 19:45:51.987 INFO O| Aug 18 19:45:51.987 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202025-08-18T19:45:52.712Z[ recovery-image] Aug 18 19:45:51.998 INFO O| Aug 18 19:45:51.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
78212025-08-18T19:45:52.712Z[ recovery-image] Aug 18 19:45:51.998 INFO O| Aug 18 19:45:51.998 INFO STEP 1001 (remove_files) COMPLETE
78222025-08-18T19:45:52.716Z[ recovery-image] Aug 18 19:45:51.998 INFO O| Aug 18 19:45:51.998 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232025-08-18T19:45:52.725Z[ recovery-image] Aug 18 19:45:52.010 INFO O| Aug 18 19:45:52.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
78242025-08-18T19:45:52.728Z[ recovery-image] Aug 18 19:45:52.010 INFO O| Aug 18 19:45:52.010 INFO STEP 1002 (remove_files) COMPLETE
78252025-08-18T19:45:52.728Z[ recovery-image] Aug 18 19:45:52.010 INFO O| Aug 18 19:45:52.010 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262025-08-18T19:45:52.735Z[ recovery-image] Aug 18 19:45:52.020 INFO O| Aug 18 19:45:52.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
78272025-08-18T19:45:52.735Z[ recovery-image] Aug 18 19:45:52.021 INFO O| Aug 18 19:45:52.021 INFO STEP 1003 (remove_files) COMPLETE
78282025-08-18T19:45:52.738Z[ recovery-image] Aug 18 19:45:52.021 INFO O| Aug 18 19:45:52.021 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292025-08-18T19:45:52.748Z[ recovery-image] Aug 18 19:45:52.033 INFO O| Aug 18 19:45:52.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
78302025-08-18T19:45:52.748Z[ recovery-image] Aug 18 19:45:52.033 INFO O| Aug 18 19:45:52.033 INFO STEP 1004 (remove_files) COMPLETE
78312025-08-18T19:45:52.751Z[ recovery-image] Aug 18 19:45:52.033 INFO O| Aug 18 19:45:52.033 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322025-08-18T19:45:52.759Z[ recovery-image] Aug 18 19:45:52.045 INFO O| Aug 18 19:45:52.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
78332025-08-18T19:45:52.759Z[ recovery-image] Aug 18 19:45:52.045 INFO O| Aug 18 19:45:52.045 INFO STEP 1005 (remove_files) COMPLETE
78342025-08-18T19:45:52.760Z[ recovery-image] Aug 18 19:45:52.045 INFO O| Aug 18 19:45:52.045 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352025-08-18T19:45:52.772Z[ recovery-image] Aug 18 19:45:52.057 INFO O| Aug 18 19:45:52.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
78362025-08-18T19:45:52.772Z[ recovery-image] Aug 18 19:45:52.057 INFO O| Aug 18 19:45:52.057 INFO STEP 1006 (remove_files) COMPLETE
78372025-08-18T19:45:52.775Z[ recovery-image] Aug 18 19:45:52.057 INFO O| Aug 18 19:45:52.057 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382025-08-18T19:45:52.784Z[ recovery-image] Aug 18 19:45:52.069 INFO O| Aug 18 19:45:52.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
78392025-08-18T19:45:52.784Z[ recovery-image] Aug 18 19:45:52.069 INFO O| Aug 18 19:45:52.069 INFO STEP 1007 (remove_files) COMPLETE
78402025-08-18T19:45:52.784Z[ recovery-image] Aug 18 19:45:52.069 INFO O| Aug 18 19:45:52.069 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412025-08-18T19:45:52.796Z[ recovery-image] Aug 18 19:45:52.081 INFO O| Aug 18 19:45:52.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
78422025-08-18T19:45:52.796Z[ recovery-image] Aug 18 19:45:52.081 INFO O| Aug 18 19:45:52.081 INFO STEP 1008 (remove_files) COMPLETE
78432025-08-18T19:45:52.796Z[ recovery-image] Aug 18 19:45:52.081 INFO O| Aug 18 19:45:52.081 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442025-08-18T19:45:52.808Z[ recovery-image] Aug 18 19:45:52.093 INFO O| Aug 18 19:45:52.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
78452025-08-18T19:45:52.811Z[ recovery-image] Aug 18 19:45:52.093 INFO O| Aug 18 19:45:52.093 INFO STEP 1009 (remove_files) COMPLETE
78462025-08-18T19:45:52.811Z[ recovery-image] Aug 18 19:45:52.093 INFO O| Aug 18 19:45:52.093 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472025-08-18T19:45:52.820Z[ recovery-image] Aug 18 19:45:52.105 INFO O| Aug 18 19:45:52.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
78482025-08-18T19:45:52.820Z[ recovery-image] Aug 18 19:45:52.105 INFO O| Aug 18 19:45:52.105 INFO STEP 1010 (remove_files) COMPLETE
78492025-08-18T19:45:52.820Z[ recovery-image] Aug 18 19:45:52.105 INFO O| Aug 18 19:45:52.105 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502025-08-18T19:45:52.831Z[ recovery-image] Aug 18 19:45:52.117 INFO O| Aug 18 19:45:52.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
78512025-08-18T19:45:52.831Z[ recovery-image] Aug 18 19:45:52.117 INFO O| Aug 18 19:45:52.117 INFO STEP 1011 (remove_files) COMPLETE
78522025-08-18T19:45:52.834Z[ recovery-image] Aug 18 19:45:52.117 INFO O| Aug 18 19:45:52.117 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532025-08-18T19:45:52.843Z[ recovery-image] Aug 18 19:45:52.129 INFO O| Aug 18 19:45:52.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
78542025-08-18T19:45:52.846Z[ recovery-image] Aug 18 19:45:52.129 INFO O| Aug 18 19:45:52.129 INFO STEP 1012 (remove_files) COMPLETE
78552025-08-18T19:45:52.846Z[ recovery-image] Aug 18 19:45:52.129 INFO O| Aug 18 19:45:52.129 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562025-08-18T19:45:52.853Z[ recovery-image] Aug 18 19:45:52.139 INFO O| Aug 18 19:45:52.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
78572025-08-18T19:45:52.856Z[ recovery-image] Aug 18 19:45:52.139 INFO O| Aug 18 19:45:52.139 INFO STEP 1013 (remove_files) COMPLETE
78582025-08-18T19:45:52.856Z[ recovery-image] Aug 18 19:45:52.139 INFO O| Aug 18 19:45:52.139 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592025-08-18T19:45:52.862Z[ recovery-image] Aug 18 19:45:52.147 INFO O| Aug 18 19:45:52.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
78602025-08-18T19:45:52.862Z[ recovery-image] Aug 18 19:45:52.148 INFO O| Aug 18 19:45:52.148 INFO STEP 1014 (remove_files) COMPLETE
78612025-08-18T19:45:52.862Z[ recovery-image] Aug 18 19:45:52.148 INFO O| Aug 18 19:45:52.148 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622025-08-18T19:45:52.870Z[ recovery-image] Aug 18 19:45:52.156 INFO O| Aug 18 19:45:52.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
78632025-08-18T19:45:52.873Z[ recovery-image] Aug 18 19:45:52.156 INFO O| Aug 18 19:45:52.156 INFO STEP 1015 (remove_files) COMPLETE
78642025-08-18T19:45:52.873Z[ recovery-image] Aug 18 19:45:52.156 INFO O| Aug 18 19:45:52.156 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652025-08-18T19:45:52.882Z[ recovery-image] Aug 18 19:45:52.168 INFO O| Aug 18 19:45:52.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
78662025-08-18T19:45:52.883Z[ recovery-image] Aug 18 19:45:52.168 INFO O| Aug 18 19:45:52.168 INFO STEP 1016 (remove_files) COMPLETE
78672025-08-18T19:45:52.885Z[ recovery-image] Aug 18 19:45:52.168 INFO O| Aug 18 19:45:52.168 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682025-08-18T19:45:52.895Z[ recovery-image] Aug 18 19:45:52.180 INFO O| Aug 18 19:45:52.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
78692025-08-18T19:45:52.895Z[ recovery-image] Aug 18 19:45:52.180 INFO O| Aug 18 19:45:52.180 INFO STEP 1017 (remove_files) COMPLETE
78702025-08-18T19:45:52.895Z[ recovery-image] Aug 18 19:45:52.180 INFO O| Aug 18 19:45:52.180 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712025-08-18T19:45:52.907Z[ recovery-image] Aug 18 19:45:52.192 INFO O| Aug 18 19:45:52.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
78722025-08-18T19:45:52.907Z[ recovery-image] Aug 18 19:45:52.192 INFO O| Aug 18 19:45:52.192 INFO STEP 1018 (remove_files) COMPLETE
78732025-08-18T19:45:52.907Z[ recovery-image] Aug 18 19:45:52.192 INFO O| Aug 18 19:45:52.192 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742025-08-18T19:45:52.919Z[ recovery-image] Aug 18 19:45:52.204 INFO O| Aug 18 19:45:52.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
78752025-08-18T19:45:52.920Z[ recovery-image] Aug 18 19:45:52.204 INFO O| Aug 18 19:45:52.204 INFO STEP 1019 (remove_files) COMPLETE
78762025-08-18T19:45:52.923Z[ recovery-image] Aug 18 19:45:52.204 INFO O| Aug 18 19:45:52.204 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772025-08-18T19:45:52.931Z[ recovery-image] Aug 18 19:45:52.217 INFO O| Aug 18 19:45:52.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
78782025-08-18T19:45:52.934Z[ recovery-image] Aug 18 19:45:52.217 INFO O| Aug 18 19:45:52.217 INFO STEP 1020 (remove_files) COMPLETE
78792025-08-18T19:45:52.934Z[ recovery-image] Aug 18 19:45:52.217 INFO O| Aug 18 19:45:52.217 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802025-08-18T19:45:52.965Z[ recovery-image] Aug 18 19:45:52.229 INFO O| Aug 18 19:45:52.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
78812025-08-18T19:45:52.965Z[ recovery-image] Aug 18 19:45:52.229 INFO O| Aug 18 19:45:52.229 INFO STEP 1021 (remove_files) COMPLETE
78822025-08-18T19:45:52.965Z[ recovery-image] Aug 18 19:45:52.229 INFO O| Aug 18 19:45:52.229 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832025-08-18T19:45:52.970Z[ recovery-image] Aug 18 19:45:52.242 INFO O| Aug 18 19:45:52.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
78842025-08-18T19:45:52.971Z[ recovery-image] Aug 18 19:45:52.242 INFO O| Aug 18 19:45:52.242 INFO STEP 1022 (remove_files) COMPLETE
78852025-08-18T19:45:52.971Z[ recovery-image] Aug 18 19:45:52.242 INFO O| Aug 18 19:45:52.242 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862025-08-18T19:45:52.971Z[ recovery-image] Aug 18 19:45:52.251 INFO O| Aug 18 19:45:52.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
78872025-08-18T19:45:52.971Z[ recovery-image] Aug 18 19:45:52.251 INFO O| Aug 18 19:45:52.251 INFO STEP 1023 (remove_files) COMPLETE
78882025-08-18T19:45:52.971Z[ recovery-image] Aug 18 19:45:52.251 INFO O| Aug 18 19:45:52.251 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892025-08-18T19:45:52.977Z[ recovery-image] Aug 18 19:45:52.263 INFO O| Aug 18 19:45:52.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
78902025-08-18T19:45:52.980Z[ recovery-image] Aug 18 19:45:52.263 INFO O| Aug 18 19:45:52.263 INFO STEP 1024 (remove_files) COMPLETE
78912025-08-18T19:45:52.980Z[ recovery-image] Aug 18 19:45:52.263 INFO O| Aug 18 19:45:52.263 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922025-08-18T19:45:52.990Z[ recovery-image] Aug 18 19:45:52.275 INFO O| Aug 18 19:45:52.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
78932025-08-18T19:45:52.990Z[ recovery-image] Aug 18 19:45:52.275 INFO O| Aug 18 19:45:52.275 INFO STEP 1025 (remove_files) COMPLETE
78942025-08-18T19:45:52.993Z[ recovery-image] Aug 18 19:45:52.275 INFO O| Aug 18 19:45:52.275 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952025-08-18T19:45:53.002Z[ recovery-image] Aug 18 19:45:52.288 INFO O| Aug 18 19:45:52.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
78962025-08-18T19:45:53.005Z[ recovery-image] Aug 18 19:45:52.288 INFO O| Aug 18 19:45:52.288 INFO STEP 1026 (remove_files) COMPLETE
78972025-08-18T19:45:53.005Z[ recovery-image] Aug 18 19:45:52.288 INFO O| Aug 18 19:45:52.288 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982025-08-18T19:45:53.015Z[ recovery-image] Aug 18 19:45:52.301 INFO O| Aug 18 19:45:52.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
78992025-08-18T19:45:53.015Z[ recovery-image] Aug 18 19:45:52.301 INFO O| Aug 18 19:45:52.301 INFO STEP 1027 (remove_files) COMPLETE
79002025-08-18T19:45:53.018Z[ recovery-image] Aug 18 19:45:52.301 INFO O| Aug 18 19:45:52.301 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012025-08-18T19:45:53.027Z[ recovery-image] Aug 18 19:45:52.313 INFO O| Aug 18 19:45:52.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
79022025-08-18T19:45:53.030Z[ recovery-image] Aug 18 19:45:52.313 INFO O| Aug 18 19:45:52.313 INFO STEP 1028 (remove_files) COMPLETE
79032025-08-18T19:45:53.030Z[ recovery-image] Aug 18 19:45:52.313 INFO O| Aug 18 19:45:52.313 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042025-08-18T19:45:53.040Z[ recovery-image] Aug 18 19:45:52.325 INFO O| Aug 18 19:45:52.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
79052025-08-18T19:45:53.040Z[ recovery-image] Aug 18 19:45:52.325 INFO O| Aug 18 19:45:52.325 INFO STEP 1029 (remove_files) COMPLETE
79062025-08-18T19:45:53.043Z[ recovery-image] Aug 18 19:45:52.326 INFO O| Aug 18 19:45:52.325 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072025-08-18T19:45:53.051Z[ recovery-image] Aug 18 19:45:52.336 INFO O| Aug 18 19:45:52.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
79082025-08-18T19:45:53.051Z[ recovery-image] Aug 18 19:45:52.336 INFO O| Aug 18 19:45:52.336 INFO STEP 1030 (remove_files) COMPLETE
79092025-08-18T19:45:53.054Z[ recovery-image] Aug 18 19:45:52.336 INFO O| Aug 18 19:45:52.336 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102025-08-18T19:45:53.064Z[ recovery-image] Aug 18 19:45:52.350 INFO O| Aug 18 19:45:52.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
79112025-08-18T19:45:53.064Z[ recovery-image] Aug 18 19:45:52.350 INFO O| Aug 18 19:45:52.350 INFO STEP 1031 (remove_files) COMPLETE
79122025-08-18T19:45:53.064Z[ recovery-image] Aug 18 19:45:52.350 INFO O| Aug 18 19:45:52.350 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132025-08-18T19:45:53.073Z[ recovery-image] Aug 18 19:45:52.359 INFO O| Aug 18 19:45:52.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
79142025-08-18T19:45:53.073Z[ recovery-image] Aug 18 19:45:52.359 INFO O| Aug 18 19:45:52.359 INFO STEP 1032 (remove_files) COMPLETE
79152025-08-18T19:45:53.076Z[ recovery-image] Aug 18 19:45:52.359 INFO O| Aug 18 19:45:52.359 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162025-08-18T19:45:53.082Z[ recovery-image] Aug 18 19:45:52.368 INFO O| Aug 18 19:45:52.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
79172025-08-18T19:45:53.085Z[ recovery-image] Aug 18 19:45:52.368 INFO O| Aug 18 19:45:52.368 INFO STEP 1033 (remove_files) COMPLETE
79182025-08-18T19:45:53.085Z[ recovery-image] Aug 18 19:45:52.368 INFO O| Aug 18 19:45:52.368 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192025-08-18T19:45:53.093Z[ recovery-image] Aug 18 19:45:52.378 INFO O| Aug 18 19:45:52.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
79202025-08-18T19:45:53.093Z[ recovery-image] Aug 18 19:45:52.378 INFO O| Aug 18 19:45:52.378 INFO STEP 1034 (remove_files) COMPLETE
79212025-08-18T19:45:53.093Z[ recovery-image] Aug 18 19:45:52.378 INFO O| Aug 18 19:45:52.378 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222025-08-18T19:45:53.101Z[ recovery-image] Aug 18 19:45:52.387 INFO O| Aug 18 19:45:52.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
79232025-08-18T19:45:53.101Z[ recovery-image] Aug 18 19:45:52.387 INFO O| Aug 18 19:45:52.387 INFO STEP 1035 (remove_files) COMPLETE
79242025-08-18T19:45:53.104Z[ recovery-image] Aug 18 19:45:52.387 INFO O| Aug 18 19:45:52.387 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252025-08-18T19:45:53.114Z[ recovery-image] Aug 18 19:45:52.400 INFO O| Aug 18 19:45:52.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
79262025-08-18T19:45:53.117Z[ recovery-image] Aug 18 19:45:52.400 INFO O| Aug 18 19:45:52.400 INFO STEP 1036 (remove_files) COMPLETE
79272025-08-18T19:45:53.117Z[ recovery-image] Aug 18 19:45:52.400 INFO O| Aug 18 19:45:52.400 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282025-08-18T19:45:53.124Z[ recovery-image] Aug 18 19:45:52.410 INFO O| Aug 18 19:45:52.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
79292025-08-18T19:45:53.124Z[ recovery-image] Aug 18 19:45:52.410 INFO O| Aug 18 19:45:52.410 INFO STEP 1037 (remove_files) COMPLETE
79302025-08-18T19:45:53.128Z[ recovery-image] Aug 18 19:45:52.410 INFO O| Aug 18 19:45:52.410 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312025-08-18T19:45:53.134Z[ recovery-image] Aug 18 19:45:52.420 INFO O| Aug 18 19:45:52.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
79322025-08-18T19:45:53.134Z[ recovery-image] Aug 18 19:45:52.420 INFO O| Aug 18 19:45:52.420 INFO STEP 1038 (remove_files) COMPLETE
79332025-08-18T19:45:53.134Z[ recovery-image] Aug 18 19:45:52.420 INFO O| Aug 18 19:45:52.420 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342025-08-18T19:45:53.143Z[ recovery-image] Aug 18 19:45:52.428 INFO O| Aug 18 19:45:52.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
79352025-08-18T19:45:53.146Z[ recovery-image] Aug 18 19:45:52.429 INFO O| Aug 18 19:45:52.429 INFO STEP 1039 (remove_files) COMPLETE
79362025-08-18T19:45:53.146Z[ recovery-image] Aug 18 19:45:52.429 INFO O| Aug 18 19:45:52.429 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372025-08-18T19:45:53.155Z[ recovery-image] Aug 18 19:45:52.441 INFO O| Aug 18 19:45:52.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
79382025-08-18T19:45:53.155Z[ recovery-image] Aug 18 19:45:52.441 INFO O| Aug 18 19:45:52.441 INFO STEP 1040 (remove_files) COMPLETE
79392025-08-18T19:45:53.158Z[ recovery-image] Aug 18 19:45:52.441 INFO O| Aug 18 19:45:52.441 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402025-08-18T19:45:53.166Z[ recovery-image] Aug 18 19:45:52.452 INFO O| Aug 18 19:45:52.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
79412025-08-18T19:45:53.166Z[ recovery-image] Aug 18 19:45:52.452 INFO O| Aug 18 19:45:52.452 INFO STEP 1041 (remove_files) COMPLETE
79422025-08-18T19:45:53.169Z[ recovery-image] Aug 18 19:45:52.452 INFO O| Aug 18 19:45:52.452 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432025-08-18T19:45:53.178Z[ recovery-image] Aug 18 19:45:52.464 INFO O| Aug 18 19:45:52.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
79442025-08-18T19:45:53.181Z[ recovery-image] Aug 18 19:45:52.464 INFO O| Aug 18 19:45:52.464 INFO STEP 1042 (remove_files) COMPLETE
79452025-08-18T19:45:53.181Z[ recovery-image] Aug 18 19:45:52.464 INFO O| Aug 18 19:45:52.464 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462025-08-18T19:45:53.189Z[ recovery-image] Aug 18 19:45:52.474 INFO O| Aug 18 19:45:52.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
79472025-08-18T19:45:53.192Z[ recovery-image] Aug 18 19:45:52.474 INFO O| Aug 18 19:45:52.474 INFO STEP 1043 (remove_files) COMPLETE
79482025-08-18T19:45:53.192Z[ recovery-image] Aug 18 19:45:52.474 INFO O| Aug 18 19:45:52.474 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492025-08-18T19:45:53.201Z[ recovery-image] Aug 18 19:45:52.487 INFO O| Aug 18 19:45:52.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
79502025-08-18T19:45:53.201Z[ recovery-image] Aug 18 19:45:52.487 INFO O| Aug 18 19:45:52.487 INFO STEP 1044 (remove_files) COMPLETE
79512025-08-18T19:45:53.201Z[ recovery-image] Aug 18 19:45:52.487 INFO O| Aug 18 19:45:52.487 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522025-08-18T19:45:53.213Z[ recovery-image] Aug 18 19:45:52.499 INFO O| Aug 18 19:45:52.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
79532025-08-18T19:45:53.217Z[ recovery-image] Aug 18 19:45:52.499 INFO O| Aug 18 19:45:52.499 INFO STEP 1045 (remove_files) COMPLETE
79542025-08-18T19:45:53.217Z[ recovery-image] Aug 18 19:45:52.499 INFO O| Aug 18 19:45:52.499 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552025-08-18T19:45:53.223Z[ recovery-image] Aug 18 19:45:52.509 INFO O| Aug 18 19:45:52.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
79562025-08-18T19:45:53.226Z[ recovery-image] Aug 18 19:45:52.509 INFO O| Aug 18 19:45:52.509 INFO STEP 1046 (remove_files) COMPLETE
79572025-08-18T19:45:53.226Z[ recovery-image] Aug 18 19:45:52.509 INFO O| Aug 18 19:45:52.509 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582025-08-18T19:45:53.234Z[ recovery-image] Aug 18 19:45:52.520 INFO O| Aug 18 19:45:52.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
79592025-08-18T19:45:53.237Z[ recovery-image] Aug 18 19:45:52.520 INFO O| Aug 18 19:45:52.520 INFO STEP 1047 (remove_files) COMPLETE
79602025-08-18T19:45:53.237Z[ recovery-image] Aug 18 19:45:52.520 INFO O| Aug 18 19:45:52.520 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612025-08-18T19:45:53.245Z[ recovery-image] Aug 18 19:45:52.530 INFO O| Aug 18 19:45:52.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
79622025-08-18T19:45:53.245Z[ recovery-image] Aug 18 19:45:52.531 INFO O| Aug 18 19:45:52.531 INFO STEP 1048 (remove_files) COMPLETE
79632025-08-18T19:45:53.248Z[ recovery-image] Aug 18 19:45:52.531 INFO O| Aug 18 19:45:52.531 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642025-08-18T19:45:53.253Z[ recovery-image] Aug 18 19:45:52.539 INFO O| Aug 18 19:45:52.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
79652025-08-18T19:45:53.253Z[ recovery-image] Aug 18 19:45:52.539 INFO O| Aug 18 19:45:52.539 INFO STEP 1049 (remove_files) COMPLETE
79662025-08-18T19:45:53.256Z[ recovery-image] Aug 18 19:45:52.539 INFO O| Aug 18 19:45:52.539 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672025-08-18T19:45:53.263Z[ recovery-image] Aug 18 19:45:52.549 INFO O| Aug 18 19:45:52.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
79682025-08-18T19:45:53.266Z[ recovery-image] Aug 18 19:45:52.549 INFO O| Aug 18 19:45:52.549 INFO STEP 1050 (remove_files) COMPLETE
79692025-08-18T19:45:53.266Z[ recovery-image] Aug 18 19:45:52.549 INFO O| Aug 18 19:45:52.549 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702025-08-18T19:45:53.275Z[ recovery-image] Aug 18 19:45:52.561 INFO O| Aug 18 19:45:52.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
79712025-08-18T19:45:53.278Z[ recovery-image] Aug 18 19:45:52.561 INFO O| Aug 18 19:45:52.561 INFO STEP 1051 (remove_files) COMPLETE
79722025-08-18T19:45:53.278Z[ recovery-image] Aug 18 19:45:52.561 INFO O| Aug 18 19:45:52.561 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732025-08-18T19:45:53.287Z[ recovery-image] Aug 18 19:45:52.573 INFO O| Aug 18 19:45:52.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
79742025-08-18T19:45:53.287Z[ recovery-image] Aug 18 19:45:52.573 INFO O| Aug 18 19:45:52.573 INFO STEP 1052 (remove_files) COMPLETE
79752025-08-18T19:45:53.287Z[ recovery-image] Aug 18 19:45:52.573 INFO O| Aug 18 19:45:52.573 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79762025-08-18T19:45:53.299Z[ recovery-image] Aug 18 19:45:52.585 INFO O| Aug 18 19:45:52.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
79772025-08-18T19:45:53.299Z[ recovery-image] Aug 18 19:45:52.585 INFO O| Aug 18 19:45:52.585 INFO STEP 1053 (remove_files) COMPLETE
79782025-08-18T19:45:53.299Z[ recovery-image] Aug 18 19:45:52.585 INFO O| Aug 18 19:45:52.585 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79792025-08-18T19:45:53.309Z[ recovery-image] Aug 18 19:45:52.594 INFO O| Aug 18 19:45:52.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
79802025-08-18T19:45:53.311Z[ recovery-image] Aug 18 19:45:52.595 INFO O| Aug 18 19:45:52.594 INFO STEP 1054 (remove_files) COMPLETE
79812025-08-18T19:45:53.311Z[ recovery-image] Aug 18 19:45:52.595 INFO O| Aug 18 19:45:52.595 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822025-08-18T19:45:53.320Z[ recovery-image] Aug 18 19:45:52.606 INFO O| Aug 18 19:45:52.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
79832025-08-18T19:45:53.320Z[ recovery-image] Aug 18 19:45:52.606 INFO O| Aug 18 19:45:52.606 INFO STEP 1055 (remove_files) COMPLETE
79842025-08-18T19:45:53.323Z[ recovery-image] Aug 18 19:45:52.606 INFO O| Aug 18 19:45:52.606 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852025-08-18T19:45:53.331Z[ recovery-image] Aug 18 19:45:52.617 INFO O| Aug 18 19:45:52.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
79862025-08-18T19:45:53.334Z[ recovery-image] Aug 18 19:45:52.617 INFO O| Aug 18 19:45:52.617 INFO STEP 1056 (remove_files) COMPLETE
79872025-08-18T19:45:53.334Z[ recovery-image] Aug 18 19:45:52.617 INFO O| Aug 18 19:45:52.617 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79882025-08-18T19:45:53.340Z[ recovery-image] Aug 18 19:45:52.626 INFO O| Aug 18 19:45:52.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
79892025-08-18T19:45:53.340Z[ recovery-image] Aug 18 19:45:52.626 INFO O| Aug 18 19:45:52.626 INFO STEP 1057 (remove_files) COMPLETE
79902025-08-18T19:45:53.343Z[ recovery-image] Aug 18 19:45:52.626 INFO O| Aug 18 19:45:52.626 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79912025-08-18T19:45:53.352Z[ recovery-image] Aug 18 19:45:52.638 INFO O| Aug 18 19:45:52.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
79922025-08-18T19:45:53.355Z[ recovery-image] Aug 18 19:45:52.638 INFO O| Aug 18 19:45:52.638 INFO STEP 1058 (remove_files) COMPLETE
79932025-08-18T19:45:53.355Z[ recovery-image] Aug 18 19:45:52.638 INFO O| Aug 18 19:45:52.638 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79942025-08-18T19:45:53.364Z[ recovery-image] Aug 18 19:45:52.650 INFO O| Aug 18 19:45:52.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
79952025-08-18T19:45:53.367Z[ recovery-image] Aug 18 19:45:52.650 INFO O| Aug 18 19:45:52.650 INFO STEP 1059 (remove_files) COMPLETE
79962025-08-18T19:45:53.367Z[ recovery-image] Aug 18 19:45:52.650 INFO O| Aug 18 19:45:52.650 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79972025-08-18T19:45:53.373Z[ recovery-image] Aug 18 19:45:52.659 INFO O| Aug 18 19:45:52.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
79982025-08-18T19:45:53.373Z[ recovery-image] Aug 18 19:45:52.659 INFO O| Aug 18 19:45:52.659 INFO STEP 1060 (remove_files) COMPLETE
79992025-08-18T19:45:53.376Z[ recovery-image] Aug 18 19:45:52.659 INFO O| Aug 18 19:45:52.659 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80002025-08-18T19:45:53.383Z[ recovery-image] Aug 18 19:45:52.670 INFO O| Aug 18 19:45:52.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
80012025-08-18T19:45:53.384Z[ recovery-image] Aug 18 19:45:52.670 INFO O| Aug 18 19:45:52.670 INFO STEP 1061 (remove_files) COMPLETE
80022025-08-18T19:45:53.387Z[ recovery-image] Aug 18 19:45:52.670 INFO O| Aug 18 19:45:52.670 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80032025-08-18T19:45:53.395Z[ recovery-image] Aug 18 19:45:52.681 INFO O| Aug 18 19:45:52.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
80042025-08-18T19:45:53.395Z[ recovery-image] Aug 18 19:45:52.681 INFO O| Aug 18 19:45:52.681 INFO STEP 1062 (remove_files) COMPLETE
80052025-08-18T19:45:53.398Z[ recovery-image] Aug 18 19:45:52.681 INFO O| Aug 18 19:45:52.681 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80062025-08-18T19:45:53.411Z[ recovery-image] Aug 18 19:45:52.693 INFO O| Aug 18 19:45:52.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
80072025-08-18T19:45:53.411Z[ recovery-image] Aug 18 19:45:52.693 INFO O| Aug 18 19:45:52.693 INFO STEP 1063 (remove_files) COMPLETE
80082025-08-18T19:45:53.411Z[ recovery-image] Aug 18 19:45:52.694 INFO O| Aug 18 19:45:52.693 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80092025-08-18T19:45:53.418Z[ recovery-image] Aug 18 19:45:52.704 INFO O| Aug 18 19:45:52.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
80102025-08-18T19:45:53.418Z[ recovery-image] Aug 18 19:45:52.704 INFO O| Aug 18 19:45:52.704 INFO STEP 1064 (remove_files) COMPLETE
80112025-08-18T19:45:53.418Z[ recovery-image] Aug 18 19:45:52.704 INFO O| Aug 18 19:45:52.704 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80122025-08-18T19:45:53.430Z[ recovery-image] Aug 18 19:45:52.716 INFO O| Aug 18 19:45:52.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
80132025-08-18T19:45:53.430Z[ recovery-image] Aug 18 19:45:52.716 INFO O| Aug 18 19:45:52.716 INFO STEP 1065 (remove_files) COMPLETE
80142025-08-18T19:45:53.433Z[ recovery-image] Aug 18 19:45:52.716 INFO O| Aug 18 19:45:52.716 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80152025-08-18T19:45:53.442Z[ recovery-image] Aug 18 19:45:52.728 INFO O| Aug 18 19:45:52.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
80162025-08-18T19:45:53.445Z[ recovery-image] Aug 18 19:45:52.728 INFO O| Aug 18 19:45:52.728 INFO STEP 1066 (remove_files) COMPLETE
80172025-08-18T19:45:53.445Z[ recovery-image] Aug 18 19:45:52.728 INFO O| Aug 18 19:45:52.728 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80182025-08-18T19:45:53.450Z[ recovery-image] Aug 18 19:45:52.737 INFO O| Aug 18 19:45:52.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
80192025-08-18T19:45:53.454Z[ recovery-image] Aug 18 19:45:52.737 INFO O| Aug 18 19:45:52.737 INFO STEP 1067 (remove_files) COMPLETE
80202025-08-18T19:45:53.454Z[ recovery-image] Aug 18 19:45:52.737 INFO O| Aug 18 19:45:52.737 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80212025-08-18T19:45:53.462Z[ recovery-image] Aug 18 19:45:52.748 INFO O| Aug 18 19:45:52.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
80222025-08-18T19:45:53.462Z[ recovery-image] Aug 18 19:45:52.748 INFO O| Aug 18 19:45:52.748 INFO STEP 1068 (remove_files) COMPLETE
80232025-08-18T19:45:53.462Z[ recovery-image] Aug 18 19:45:52.748 INFO O| Aug 18 19:45:52.748 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80242025-08-18T19:45:53.471Z[ recovery-image] Aug 18 19:45:52.757 INFO O| Aug 18 19:45:52.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
80252025-08-18T19:45:53.474Z[ recovery-image] Aug 18 19:45:52.757 INFO O| Aug 18 19:45:52.757 INFO STEP 1069 (remove_files) COMPLETE
80262025-08-18T19:45:53.474Z[ recovery-image] Aug 18 19:45:52.757 INFO O| Aug 18 19:45:52.757 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80272025-08-18T19:45:53.483Z[ recovery-image] Aug 18 19:45:52.769 INFO O| Aug 18 19:45:52.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
80282025-08-18T19:45:53.483Z[ recovery-image] Aug 18 19:45:52.769 INFO O| Aug 18 19:45:52.769 INFO STEP 1070 (remove_files) COMPLETE
80292025-08-18T19:45:53.486Z[ recovery-image] Aug 18 19:45:52.769 INFO O| Aug 18 19:45:52.769 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80302025-08-18T19:45:53.495Z[ recovery-image] Aug 18 19:45:52.781 INFO O| Aug 18 19:45:52.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
80312025-08-18T19:45:53.495Z[ recovery-image] Aug 18 19:45:52.781 INFO O| Aug 18 19:45:52.781 INFO STEP 1071 (remove_files) COMPLETE
80322025-08-18T19:45:53.495Z[ recovery-image] Aug 18 19:45:52.781 INFO O| Aug 18 19:45:52.781 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80332025-08-18T19:45:53.508Z[ recovery-image] Aug 18 19:45:52.794 INFO O| Aug 18 19:45:52.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
80342025-08-18T19:45:53.509Z[ recovery-image] Aug 18 19:45:52.794 INFO O| Aug 18 19:45:52.794 INFO STEP 1072 (remove_files) COMPLETE
80352025-08-18T19:45:53.512Z[ recovery-image] Aug 18 19:45:52.794 INFO O| Aug 18 19:45:52.794 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80362025-08-18T19:45:53.517Z[ recovery-image] Aug 18 19:45:52.803 INFO O| Aug 18 19:45:52.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
80372025-08-18T19:45:53.517Z[ recovery-image] Aug 18 19:45:52.803 INFO O| Aug 18 19:45:52.803 INFO STEP 1073 (remove_files) COMPLETE
80382025-08-18T19:45:53.517Z[ recovery-image] Aug 18 19:45:52.803 INFO O| Aug 18 19:45:52.803 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80392025-08-18T19:45:53.528Z[ recovery-image] Aug 18 19:45:52.813 INFO O| Aug 18 19:45:52.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
80402025-08-18T19:45:53.532Z[ recovery-image] Aug 18 19:45:52.813 INFO O| Aug 18 19:45:52.813 INFO STEP 1074 (remove_files) COMPLETE
80412025-08-18T19:45:53.532Z[ recovery-image] Aug 18 19:45:52.813 INFO O| Aug 18 19:45:52.813 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80422025-08-18T19:45:53.539Z[ recovery-image] Aug 18 19:45:52.825 INFO O| Aug 18 19:45:52.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
80432025-08-18T19:45:53.542Z[ recovery-image] Aug 18 19:45:52.826 INFO O| Aug 18 19:45:52.826 INFO STEP 1075 (remove_files) COMPLETE
80442025-08-18T19:45:53.542Z[ recovery-image] Aug 18 19:45:52.826 INFO O| Aug 18 19:45:52.826 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80452025-08-18T19:45:53.553Z[ recovery-image] Aug 18 19:45:52.839 INFO O| Aug 18 19:45:52.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
80462025-08-18T19:45:53.553Z[ recovery-image] Aug 18 19:45:52.839 INFO O| Aug 18 19:45:52.839 INFO STEP 1076 (remove_files) COMPLETE
80472025-08-18T19:45:53.553Z[ recovery-image] Aug 18 19:45:52.839 INFO O| Aug 18 19:45:52.839 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80482025-08-18T19:45:53.565Z[ recovery-image] Aug 18 19:45:52.851 INFO O| Aug 18 19:45:52.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
80492025-08-18T19:45:53.569Z[ recovery-image] Aug 18 19:45:52.851 INFO O| Aug 18 19:45:52.851 INFO STEP 1077 (remove_files) COMPLETE
80502025-08-18T19:45:53.569Z[ recovery-image] Aug 18 19:45:52.852 INFO O| Aug 18 19:45:52.851 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80512025-08-18T19:45:53.578Z[ recovery-image] Aug 18 19:45:52.865 INFO O| Aug 18 19:45:52.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
80522025-08-18T19:45:53.579Z[ recovery-image] Aug 18 19:45:52.865 INFO O| Aug 18 19:45:52.865 INFO STEP 1078 (remove_files) COMPLETE
80532025-08-18T19:45:53.579Z[ recovery-image] Aug 18 19:45:52.865 INFO O| Aug 18 19:45:52.865 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80542025-08-18T19:45:53.588Z[ recovery-image] Aug 18 19:45:52.874 INFO O| Aug 18 19:45:52.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
80552025-08-18T19:45:53.588Z[ recovery-image] Aug 18 19:45:52.875 INFO O| Aug 18 19:45:52.875 INFO STEP 1079 (remove_files) COMPLETE
80562025-08-18T19:45:53.588Z[ recovery-image] Aug 18 19:45:52.875 INFO O| Aug 18 19:45:52.875 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80572025-08-18T19:45:53.601Z[ recovery-image] Aug 18 19:45:52.888 INFO O| Aug 18 19:45:52.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
80582025-08-18T19:45:53.605Z[ recovery-image] Aug 18 19:45:52.888 INFO O| Aug 18 19:45:52.888 INFO STEP 1080 (remove_files) COMPLETE
80592025-08-18T19:45:53.605Z[ recovery-image] Aug 18 19:45:52.888 INFO O| Aug 18 19:45:52.888 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80602025-08-18T19:45:53.613Z[ recovery-image] Aug 18 19:45:52.900 INFO O| Aug 18 19:45:52.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
80612025-08-18T19:45:53.614Z[ recovery-image] Aug 18 19:45:52.900 INFO O| Aug 18 19:45:52.900 INFO STEP 1081 (remove_files) COMPLETE
80622025-08-18T19:45:53.616Z[ recovery-image] Aug 18 19:45:52.900 INFO O| Aug 18 19:45:52.900 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80632025-08-18T19:45:53.622Z[ recovery-image] Aug 18 19:45:52.909 INFO O| Aug 18 19:45:52.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
80642025-08-18T19:45:53.625Z[ recovery-image] Aug 18 19:45:52.909 INFO O| Aug 18 19:45:52.909 INFO STEP 1082 (remove_files) COMPLETE
80652025-08-18T19:45:53.625Z[ recovery-image] Aug 18 19:45:52.909 INFO O| Aug 18 19:45:52.909 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80662025-08-18T19:45:53.631Z[ recovery-image] Aug 18 19:45:52.917 INFO O| Aug 18 19:45:52.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
80672025-08-18T19:45:53.631Z[ recovery-image] Aug 18 19:45:52.917 INFO O| Aug 18 19:45:52.917 INFO STEP 1083 (remove_files) COMPLETE
80682025-08-18T19:45:53.635Z[ recovery-image] Aug 18 19:45:52.917 INFO O| Aug 18 19:45:52.917 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80692025-08-18T19:45:53.643Z[ recovery-image] Aug 18 19:45:52.929 INFO O| Aug 18 19:45:52.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
80702025-08-18T19:45:53.646Z[ recovery-image] Aug 18 19:45:52.929 INFO O| Aug 18 19:45:52.929 INFO STEP 1084 (remove_files) COMPLETE
80712025-08-18T19:45:53.646Z[ recovery-image] Aug 18 19:45:52.929 INFO O| Aug 18 19:45:52.929 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80722025-08-18T19:45:53.653Z[ recovery-image] Aug 18 19:45:52.940 INFO O| Aug 18 19:45:52.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
80732025-08-18T19:45:53.656Z[ recovery-image] Aug 18 19:45:52.940 INFO O| Aug 18 19:45:52.940 INFO STEP 1085 (remove_files) COMPLETE
80742025-08-18T19:45:53.656Z[ recovery-image] Aug 18 19:45:52.940 INFO O| Aug 18 19:45:52.940 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80752025-08-18T19:45:53.665Z[ recovery-image] Aug 18 19:45:52.952 INFO O| Aug 18 19:45:52.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
80762025-08-18T19:45:53.665Z[ recovery-image] Aug 18 19:45:52.952 INFO O| Aug 18 19:45:52.952 INFO STEP 1086 (remove_files) COMPLETE
80772025-08-18T19:45:53.665Z[ recovery-image] Aug 18 19:45:52.952 INFO O| Aug 18 19:45:52.952 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80782025-08-18T19:45:53.677Z[ recovery-image] Aug 18 19:45:52.964 INFO O| Aug 18 19:45:52.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
80792025-08-18T19:45:53.677Z[ recovery-image] Aug 18 19:45:52.964 INFO O| Aug 18 19:45:52.964 INFO STEP 1087 (remove_files) COMPLETE
80802025-08-18T19:45:53.680Z[ recovery-image] Aug 18 19:45:52.964 INFO O| Aug 18 19:45:52.964 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80812025-08-18T19:45:53.688Z[ recovery-image] Aug 18 19:45:52.975 INFO O| Aug 18 19:45:52.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
80822025-08-18T19:45:53.688Z[ recovery-image] Aug 18 19:45:52.975 INFO O| Aug 18 19:45:52.975 INFO STEP 1088 (remove_files) COMPLETE
80832025-08-18T19:45:53.694Z[ recovery-image] Aug 18 19:45:52.975 INFO O| Aug 18 19:45:52.975 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80842025-08-18T19:45:53.700Z[ recovery-image] Aug 18 19:45:52.986 INFO O| Aug 18 19:45:52.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
80852025-08-18T19:45:53.700Z[ recovery-image] Aug 18 19:45:52.987 INFO O| Aug 18 19:45:52.986 INFO STEP 1089 (remove_files) COMPLETE
80862025-08-18T19:45:53.703Z[ recovery-image] Aug 18 19:45:52.987 INFO O| Aug 18 19:45:52.987 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80872025-08-18T19:45:53.712Z[ recovery-image] Aug 18 19:45:52.999 INFO O| Aug 18 19:45:52.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
80882025-08-18T19:45:53.712Z[ recovery-image] Aug 18 19:45:52.999 INFO O| Aug 18 19:45:52.999 INFO STEP 1090 (remove_files) COMPLETE
80892025-08-18T19:45:53.712Z[ recovery-image] Aug 18 19:45:52.999 INFO O| Aug 18 19:45:52.999 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80902025-08-18T19:45:53.724Z[ recovery-image] Aug 18 19:45:53.010 INFO O| Aug 18 19:45:53.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
80912025-08-18T19:45:53.724Z[ recovery-image] Aug 18 19:45:53.010 INFO O| Aug 18 19:45:53.010 INFO STEP 1091 (remove_files) COMPLETE
80922025-08-18T19:45:53.724Z[ recovery-image] Aug 18 19:45:53.010 INFO O| Aug 18 19:45:53.010 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80932025-08-18T19:45:53.736Z[ recovery-image] Aug 18 19:45:53.023 INFO O| Aug 18 19:45:53.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
80942025-08-18T19:45:53.739Z[ recovery-image] Aug 18 19:45:53.023 INFO O| Aug 18 19:45:53.023 INFO STEP 1092 (remove_files) COMPLETE
80952025-08-18T19:45:53.739Z[ recovery-image] Aug 18 19:45:53.023 INFO O| Aug 18 19:45:53.023 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80962025-08-18T19:45:53.749Z[ recovery-image] Aug 18 19:45:53.035 INFO O| Aug 18 19:45:53.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
80972025-08-18T19:45:53.749Z[ recovery-image] Aug 18 19:45:53.035 INFO O| Aug 18 19:45:53.035 INFO STEP 1093 (remove_files) COMPLETE
80982025-08-18T19:45:53.749Z[ recovery-image] Aug 18 19:45:53.035 INFO O| Aug 18 19:45:53.035 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80992025-08-18T19:45:53.760Z[ recovery-image] Aug 18 19:45:53.046 INFO O| Aug 18 19:45:53.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
81002025-08-18T19:45:53.760Z[ recovery-image] Aug 18 19:45:53.046 INFO O| Aug 18 19:45:53.046 INFO STEP 1094 (remove_files) COMPLETE
81012025-08-18T19:45:53.763Z[ recovery-image] Aug 18 19:45:53.046 INFO O| Aug 18 19:45:53.046 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81022025-08-18T19:45:53.768Z[ recovery-image] Aug 18 19:45:53.054 INFO O| Aug 18 19:45:53.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
81032025-08-18T19:45:53.771Z[ recovery-image] Aug 18 19:45:53.054 INFO O| Aug 18 19:45:53.054 INFO STEP 1095 (remove_files) COMPLETE
81042025-08-18T19:45:53.771Z[ recovery-image] Aug 18 19:45:53.054 INFO O| Aug 18 19:45:53.054 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81052025-08-18T19:45:53.775Z[ recovery-image] Aug 18 19:45:53.062 INFO O| Aug 18 19:45:53.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
81062025-08-18T19:45:53.775Z[ recovery-image] Aug 18 19:45:53.062 INFO O| Aug 18 19:45:53.062 INFO STEP 1096 (remove_files) COMPLETE
81072025-08-18T19:45:53.779Z[ recovery-image] Aug 18 19:45:53.062 INFO O| Aug 18 19:45:53.062 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81082025-08-18T19:45:53.784Z[ recovery-image] Aug 18 19:45:53.070 INFO O| Aug 18 19:45:53.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
81092025-08-18T19:45:53.784Z[ recovery-image] Aug 18 19:45:53.070 INFO O| Aug 18 19:45:53.070 INFO STEP 1097 (remove_files) COMPLETE
81102025-08-18T19:45:53.787Z[ recovery-image] Aug 18 19:45:53.070 INFO O| Aug 18 19:45:53.070 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81112025-08-18T19:45:53.795Z[ recovery-image] Aug 18 19:45:53.082 INFO O| Aug 18 19:45:53.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
81122025-08-18T19:45:53.795Z[ recovery-image] Aug 18 19:45:53.082 INFO O| Aug 18 19:45:53.082 INFO STEP 1098 (remove_files) COMPLETE
81132025-08-18T19:45:53.798Z[ recovery-image] Aug 18 19:45:53.082 INFO O| Aug 18 19:45:53.082 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81142025-08-18T19:45:53.807Z[ recovery-image] Aug 18 19:45:53.093 INFO O| Aug 18 19:45:53.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
81152025-08-18T19:45:53.807Z[ recovery-image] Aug 18 19:45:53.093 INFO O| Aug 18 19:45:53.093 INFO STEP 1099 (remove_files) COMPLETE
81162025-08-18T19:45:53.810Z[ recovery-image] Aug 18 19:45:53.094 INFO O| Aug 18 19:45:53.093 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81172025-08-18T19:45:53.818Z[ recovery-image] Aug 18 19:45:53.105 INFO O| Aug 18 19:45:53.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
81182025-08-18T19:45:53.818Z[ recovery-image] Aug 18 19:45:53.105 INFO O| Aug 18 19:45:53.105 INFO STEP 1100 (remove_files) COMPLETE
81192025-08-18T19:45:53.821Z[ recovery-image] Aug 18 19:45:53.105 INFO O| Aug 18 19:45:53.105 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81202025-08-18T19:45:53.830Z[ recovery-image] Aug 18 19:45:53.116 INFO O| Aug 18 19:45:53.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
81212025-08-18T19:45:53.830Z[ recovery-image] Aug 18 19:45:53.116 INFO O| Aug 18 19:45:53.116 INFO STEP 1101 (remove_files) COMPLETE
81222025-08-18T19:45:53.833Z[ recovery-image] Aug 18 19:45:53.116 INFO O| Aug 18 19:45:53.116 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81232025-08-18T19:45:53.842Z[ recovery-image] Aug 18 19:45:53.129 INFO O| Aug 18 19:45:53.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
81242025-08-18T19:45:53.843Z[ recovery-image] Aug 18 19:45:53.129 INFO O| Aug 18 19:45:53.129 INFO STEP 1102 (remove_files) COMPLETE
81252025-08-18T19:45:53.846Z[ recovery-image] Aug 18 19:45:53.129 INFO O| Aug 18 19:45:53.129 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81262025-08-18T19:45:53.854Z[ recovery-image] Aug 18 19:45:53.141 INFO O| Aug 18 19:45:53.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
81272025-08-18T19:45:53.854Z[ recovery-image] Aug 18 19:45:53.141 INFO O| Aug 18 19:45:53.141 INFO STEP 1103 (remove_files) COMPLETE
81282025-08-18T19:45:53.857Z[ recovery-image] Aug 18 19:45:53.141 INFO O| Aug 18 19:45:53.141 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81292025-08-18T19:45:53.866Z[ recovery-image] Aug 18 19:45:53.153 INFO O| Aug 18 19:45:53.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
81302025-08-18T19:45:53.866Z[ recovery-image] Aug 18 19:45:53.153 INFO O| Aug 18 19:45:53.153 INFO STEP 1104 (remove_files) COMPLETE
81312025-08-18T19:45:53.869Z[ recovery-image] Aug 18 19:45:53.153 INFO O| Aug 18 19:45:53.153 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81322025-08-18T19:45:53.878Z[ recovery-image] Aug 18 19:45:53.165 INFO O| Aug 18 19:45:53.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
81332025-08-18T19:45:53.878Z[ recovery-image] Aug 18 19:45:53.165 INFO O| Aug 18 19:45:53.165 INFO STEP 1105 (remove_files) COMPLETE
81342025-08-18T19:45:53.878Z[ recovery-image] Aug 18 19:45:53.165 INFO O| Aug 18 19:45:53.165 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81352025-08-18T19:45:53.891Z[ recovery-image] Aug 18 19:45:53.177 INFO O| Aug 18 19:45:53.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
81362025-08-18T19:45:53.891Z[ recovery-image] Aug 18 19:45:53.177 INFO O| Aug 18 19:45:53.177 INFO STEP 1106 (remove_files) COMPLETE
81372025-08-18T19:45:53.894Z[ recovery-image] Aug 18 19:45:53.177 INFO O| Aug 18 19:45:53.177 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81382025-08-18T19:45:53.902Z[ recovery-image] Aug 18 19:45:53.189 INFO O| Aug 18 19:45:53.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
81392025-08-18T19:45:53.903Z[ recovery-image] Aug 18 19:45:53.189 INFO O| Aug 18 19:45:53.189 INFO STEP 1107 (remove_files) COMPLETE
81402025-08-18T19:45:53.906Z[ recovery-image] Aug 18 19:45:53.189 INFO O| Aug 18 19:45:53.189 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81412025-08-18T19:45:53.915Z[ recovery-image] Aug 18 19:45:53.202 INFO O| Aug 18 19:45:53.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
81422025-08-18T19:45:53.915Z[ recovery-image] Aug 18 19:45:53.202 INFO O| Aug 18 19:45:53.202 INFO STEP 1108 (remove_files) COMPLETE
81432025-08-18T19:45:53.918Z[ recovery-image] Aug 18 19:45:53.202 INFO O| Aug 18 19:45:53.202 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81442025-08-18T19:45:53.927Z[ recovery-image] Aug 18 19:45:53.213 INFO O| Aug 18 19:45:53.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
81452025-08-18T19:45:53.927Z[ recovery-image] Aug 18 19:45:53.214 INFO O| Aug 18 19:45:53.214 INFO STEP 1109 (remove_files) COMPLETE
81462025-08-18T19:45:53.927Z[ recovery-image] Aug 18 19:45:53.214 INFO O| Aug 18 19:45:53.214 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81472025-08-18T19:45:53.939Z[ recovery-image] Aug 18 19:45:53.225 INFO O| Aug 18 19:45:53.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
81482025-08-18T19:45:53.939Z[ recovery-image] Aug 18 19:45:53.225 INFO O| Aug 18 19:45:53.225 INFO STEP 1110 (remove_files) COMPLETE
81492025-08-18T19:45:53.941Z[ recovery-image] Aug 18 19:45:53.225 INFO O| Aug 18 19:45:53.225 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81502025-08-18T19:45:53.947Z[ recovery-image] Aug 18 19:45:53.234 INFO O| Aug 18 19:45:53.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
81512025-08-18T19:45:53.950Z[ recovery-image] Aug 18 19:45:53.234 INFO O| Aug 18 19:45:53.234 INFO STEP 1111 (remove_files) COMPLETE
81522025-08-18T19:45:53.950Z[ recovery-image] Aug 18 19:45:53.234 INFO O| Aug 18 19:45:53.234 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81532025-08-18T19:45:53.959Z[ recovery-image] Aug 18 19:45:53.246 INFO O| Aug 18 19:45:53.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
81542025-08-18T19:45:53.959Z[ recovery-image] Aug 18 19:45:53.246 INFO O| Aug 18 19:45:53.246 INFO STEP 1112 (remove_files) COMPLETE
81552025-08-18T19:45:53.962Z[ recovery-image] Aug 18 19:45:53.246 INFO O| Aug 18 19:45:53.246 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81562025-08-18T19:45:53.971Z[ recovery-image] Aug 18 19:45:53.258 INFO O| Aug 18 19:45:53.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
81572025-08-18T19:45:53.971Z[ recovery-image] Aug 18 19:45:53.258 INFO O| Aug 18 19:45:53.258 INFO STEP 1113 (remove_files) COMPLETE
81582025-08-18T19:45:53.974Z[ recovery-image] Aug 18 19:45:53.258 INFO O| Aug 18 19:45:53.258 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81592025-08-18T19:45:53.983Z[ recovery-image] Aug 18 19:45:53.270 INFO O| Aug 18 19:45:53.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
81602025-08-18T19:45:53.983Z[ recovery-image] Aug 18 19:45:53.270 INFO O| Aug 18 19:45:53.270 INFO STEP 1114 (remove_files) COMPLETE
81612025-08-18T19:45:53.983Z[ recovery-image] Aug 18 19:45:53.270 INFO O| Aug 18 19:45:53.270 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81622025-08-18T19:45:53.995Z[ recovery-image] Aug 18 19:45:53.282 INFO O| Aug 18 19:45:53.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
81632025-08-18T19:45:53.995Z[ recovery-image] Aug 18 19:45:53.282 INFO O| Aug 18 19:45:53.282 INFO STEP 1115 (remove_files) COMPLETE
81642025-08-18T19:45:53.998Z[ recovery-image] Aug 18 19:45:53.282 INFO O| Aug 18 19:45:53.282 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81652025-08-18T19:45:54.007Z[ recovery-image] Aug 18 19:45:53.294 INFO O| Aug 18 19:45:53.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
81662025-08-18T19:45:54.007Z[ recovery-image] Aug 18 19:45:53.294 INFO O| Aug 18 19:45:53.294 INFO STEP 1116 (remove_files) COMPLETE
81672025-08-18T19:45:54.011Z[ recovery-image] Aug 18 19:45:53.294 INFO O| Aug 18 19:45:53.294 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81682025-08-18T19:45:54.018Z[ recovery-image] Aug 18 19:45:53.304 INFO O| Aug 18 19:45:53.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
81692025-08-18T19:45:54.018Z[ recovery-image] Aug 18 19:45:53.304 INFO O| Aug 18 19:45:53.304 INFO STEP 1117 (remove_files) COMPLETE
81702025-08-18T19:45:54.018Z[ recovery-image] Aug 18 19:45:53.304 INFO O| Aug 18 19:45:53.304 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81712025-08-18T19:45:54.027Z[ recovery-image] Aug 18 19:45:53.314 INFO O| Aug 18 19:45:53.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
81722025-08-18T19:45:54.027Z[ recovery-image] Aug 18 19:45:53.314 INFO O| Aug 18 19:45:53.314 INFO STEP 1118 (remove_files) COMPLETE
81732025-08-18T19:45:54.030Z[ recovery-image] Aug 18 19:45:53.314 INFO O| Aug 18 19:45:53.314 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81742025-08-18T19:45:54.038Z[ recovery-image] Aug 18 19:45:53.325 INFO O| Aug 18 19:45:53.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
81752025-08-18T19:45:54.038Z[ recovery-image] Aug 18 19:45:53.325 INFO O| Aug 18 19:45:53.325 INFO STEP 1119 (remove_files) COMPLETE
81762025-08-18T19:45:54.041Z[ recovery-image] Aug 18 19:45:53.325 INFO O| Aug 18 19:45:53.325 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81772025-08-18T19:45:54.050Z[ recovery-image] Aug 18 19:45:53.337 INFO O| Aug 18 19:45:53.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
81782025-08-18T19:45:54.050Z[ recovery-image] Aug 18 19:45:53.337 INFO O| Aug 18 19:45:53.337 INFO STEP 1120 (remove_files) COMPLETE
81792025-08-18T19:45:54.053Z[ recovery-image] Aug 18 19:45:53.337 INFO O| Aug 18 19:45:53.337 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81802025-08-18T19:45:54.063Z[ recovery-image] Aug 18 19:45:53.350 INFO O| Aug 18 19:45:53.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
81812025-08-18T19:45:54.064Z[ recovery-image] Aug 18 19:45:53.350 INFO O| Aug 18 19:45:53.350 INFO STEP 1121 (remove_files) COMPLETE
81822025-08-18T19:45:54.067Z[ recovery-image] Aug 18 19:45:53.350 INFO O| Aug 18 19:45:53.350 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81832025-08-18T19:45:54.075Z[ recovery-image] Aug 18 19:45:53.362 INFO O| Aug 18 19:45:53.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
81842025-08-18T19:45:54.078Z[ recovery-image] Aug 18 19:45:53.362 INFO O| Aug 18 19:45:53.362 INFO STEP 1122 (remove_files) COMPLETE
81852025-08-18T19:45:54.079Z[ recovery-image] Aug 18 19:45:53.363 INFO O| Aug 18 19:45:53.362 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81862025-08-18T19:45:54.087Z[ recovery-image] Aug 18 19:45:53.374 INFO O| Aug 18 19:45:53.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
81872025-08-18T19:45:54.091Z[ recovery-image] Aug 18 19:45:53.375 INFO O| Aug 18 19:45:53.375 INFO STEP 1123 (remove_files) COMPLETE
81882025-08-18T19:45:54.091Z[ recovery-image] Aug 18 19:45:53.375 INFO O| Aug 18 19:45:53.375 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81892025-08-18T19:45:54.099Z[ recovery-image] Aug 18 19:45:53.386 INFO O| Aug 18 19:45:53.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
81902025-08-18T19:45:54.102Z[ recovery-image] Aug 18 19:45:53.387 INFO O| Aug 18 19:45:53.387 INFO STEP 1124 (remove_files) COMPLETE
81912025-08-18T19:45:54.102Z[ recovery-image] Aug 18 19:45:53.387 INFO O| Aug 18 19:45:53.387 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81922025-08-18T19:45:54.112Z[ recovery-image] Aug 18 19:45:53.399 INFO O| Aug 18 19:45:53.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
81932025-08-18T19:45:54.112Z[ recovery-image] Aug 18 19:45:53.399 INFO O| Aug 18 19:45:53.399 INFO STEP 1125 (remove_files) COMPLETE
81942025-08-18T19:45:54.115Z[ recovery-image] Aug 18 19:45:53.399 INFO O| Aug 18 19:45:53.399 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81952025-08-18T19:45:54.124Z[ recovery-image] Aug 18 19:45:53.411 INFO O| Aug 18 19:45:53.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
81962025-08-18T19:45:54.124Z[ recovery-image] Aug 18 19:45:53.411 INFO O| Aug 18 19:45:53.411 INFO STEP 1126 (remove_files) COMPLETE
81972025-08-18T19:45:54.124Z[ recovery-image] Aug 18 19:45:53.411 INFO O| Aug 18 19:45:53.411 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81982025-08-18T19:45:54.137Z[ recovery-image] Aug 18 19:45:53.424 INFO O| Aug 18 19:45:53.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
81992025-08-18T19:45:54.137Z[ recovery-image] Aug 18 19:45:53.424 INFO O| Aug 18 19:45:53.424 INFO STEP 1127 (remove_files) COMPLETE
82002025-08-18T19:45:54.137Z[ recovery-image] Aug 18 19:45:53.424 INFO O| Aug 18 19:45:53.424 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82012025-08-18T19:45:54.147Z[ recovery-image] Aug 18 19:45:53.434 INFO O| Aug 18 19:45:53.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
82022025-08-18T19:45:54.150Z[ recovery-image] Aug 18 19:45:53.434 INFO O| Aug 18 19:45:53.434 INFO STEP 1128 (remove_files) COMPLETE
82032025-08-18T19:45:54.150Z[ recovery-image] Aug 18 19:45:53.434 INFO O| Aug 18 19:45:53.434 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82042025-08-18T19:45:54.159Z[ recovery-image] Aug 18 19:45:53.446 INFO O| Aug 18 19:45:53.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
82052025-08-18T19:45:54.162Z[ recovery-image] Aug 18 19:45:53.446 INFO O| Aug 18 19:45:53.446 INFO STEP 1129 (remove_files) COMPLETE
82062025-08-18T19:45:54.162Z[ recovery-image] Aug 18 19:45:53.447 INFO O| Aug 18 19:45:53.446 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82072025-08-18T19:45:54.172Z[ recovery-image] Aug 18 19:45:53.459 INFO O| Aug 18 19:45:53.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
82082025-08-18T19:45:54.172Z[ recovery-image] Aug 18 19:45:53.459 INFO O| Aug 18 19:45:53.459 INFO STEP 1130 (remove_files) COMPLETE
82092025-08-18T19:45:54.175Z[ recovery-image] Aug 18 19:45:53.459 INFO O| Aug 18 19:45:53.459 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82102025-08-18T19:45:54.185Z[ recovery-image] Aug 18 19:45:53.472 INFO O| Aug 18 19:45:53.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
82112025-08-18T19:45:54.185Z[ recovery-image] Aug 18 19:45:53.472 INFO O| Aug 18 19:45:53.472 INFO STEP 1131 (remove_files) COMPLETE
82122025-08-18T19:45:54.188Z[ recovery-image] Aug 18 19:45:53.472 INFO O| Aug 18 19:45:53.472 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82132025-08-18T19:45:54.198Z[ recovery-image] Aug 18 19:45:53.485 INFO O| Aug 18 19:45:53.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
82142025-08-18T19:45:54.198Z[ recovery-image] Aug 18 19:45:53.485 INFO O| Aug 18 19:45:53.485 INFO STEP 1132 (remove_files) COMPLETE
82152025-08-18T19:45:54.198Z[ recovery-image] Aug 18 19:45:53.485 INFO O| Aug 18 19:45:53.485 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82162025-08-18T19:45:54.208Z[ recovery-image] Aug 18 19:45:53.495 INFO O| Aug 18 19:45:53.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
82172025-08-18T19:45:54.208Z[ recovery-image] Aug 18 19:45:53.495 INFO O| Aug 18 19:45:53.495 INFO STEP 1133 (remove_files) COMPLETE
82182025-08-18T19:45:54.212Z[ recovery-image] Aug 18 19:45:53.495 INFO O| Aug 18 19:45:53.495 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82192025-08-18T19:45:54.218Z[ recovery-image] Aug 18 19:45:53.506 INFO O| Aug 18 19:45:53.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
82202025-08-18T19:45:54.218Z[ recovery-image] Aug 18 19:45:53.506 INFO O| Aug 18 19:45:53.506 INFO STEP 1134 (remove_files) COMPLETE
82212025-08-18T19:45:54.223Z[ recovery-image] Aug 18 19:45:53.506 INFO O| Aug 18 19:45:53.506 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82222025-08-18T19:45:54.231Z[ recovery-image] Aug 18 19:45:53.518 INFO O| Aug 18 19:45:53.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
82232025-08-18T19:45:54.231Z[ recovery-image] Aug 18 19:45:53.518 INFO O| Aug 18 19:45:53.518 INFO STEP 1135 (remove_files) COMPLETE
82242025-08-18T19:45:54.231Z[ recovery-image] Aug 18 19:45:53.518 INFO O| Aug 18 19:45:53.518 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82252025-08-18T19:45:54.242Z[ recovery-image] Aug 18 19:45:53.529 INFO O| Aug 18 19:45:53.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
82262025-08-18T19:45:54.245Z[ recovery-image] Aug 18 19:45:53.529 INFO O| Aug 18 19:45:53.529 INFO STEP 1136 (remove_files) COMPLETE
82272025-08-18T19:45:54.245Z[ recovery-image] Aug 18 19:45:53.530 INFO O| Aug 18 19:45:53.529 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82282025-08-18T19:45:54.254Z[ recovery-image] Aug 18 19:45:53.541 INFO O| Aug 18 19:45:53.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
82292025-08-18T19:45:54.254Z[ recovery-image] Aug 18 19:45:53.541 INFO O| Aug 18 19:45:53.541 INFO STEP 1137 (remove_files) COMPLETE
82302025-08-18T19:45:54.257Z[ recovery-image] Aug 18 19:45:53.541 INFO O| Aug 18 19:45:53.541 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82312025-08-18T19:45:54.266Z[ recovery-image] Aug 18 19:45:53.553 INFO O| Aug 18 19:45:53.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
82322025-08-18T19:45:54.266Z[ recovery-image] Aug 18 19:45:53.553 INFO O| Aug 18 19:45:53.553 INFO STEP 1138 (remove_files) COMPLETE
82332025-08-18T19:45:54.269Z[ recovery-image] Aug 18 19:45:53.553 INFO O| Aug 18 19:45:53.553 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82342025-08-18T19:45:54.279Z[ recovery-image] Aug 18 19:45:53.566 INFO O| Aug 18 19:45:53.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
82352025-08-18T19:45:54.279Z[ recovery-image] Aug 18 19:45:53.566 INFO O| Aug 18 19:45:53.566 INFO STEP 1139 (remove_files) COMPLETE
82362025-08-18T19:45:54.282Z[ recovery-image] Aug 18 19:45:53.566 INFO O| Aug 18 19:45:53.566 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82372025-08-18T19:45:54.290Z[ recovery-image] Aug 18 19:45:53.577 INFO O| Aug 18 19:45:53.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
82382025-08-18T19:45:54.294Z[ recovery-image] Aug 18 19:45:53.578 INFO O| Aug 18 19:45:53.578 INFO STEP 1140 (remove_files) COMPLETE
82392025-08-18T19:45:54.295Z[ recovery-image] Aug 18 19:45:53.578 INFO O| Aug 18 19:45:53.578 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82402025-08-18T19:45:54.302Z[ recovery-image] Aug 18 19:45:53.590 INFO O| Aug 18 19:45:53.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
82412025-08-18T19:45:54.302Z[ recovery-image] Aug 18 19:45:53.590 INFO O| Aug 18 19:45:53.590 INFO STEP 1141 (remove_files) COMPLETE
82422025-08-18T19:45:54.303Z[ recovery-image] Aug 18 19:45:53.590 INFO O| Aug 18 19:45:53.590 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82432025-08-18T19:45:54.315Z[ recovery-image] Aug 18 19:45:53.602 INFO O| Aug 18 19:45:53.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
82442025-08-18T19:45:54.315Z[ recovery-image] Aug 18 19:45:53.602 INFO O| Aug 18 19:45:53.602 INFO STEP 1142 (remove_files) COMPLETE
82452025-08-18T19:45:54.318Z[ recovery-image] Aug 18 19:45:53.602 INFO O| Aug 18 19:45:53.602 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82462025-08-18T19:45:54.328Z[ recovery-image] Aug 18 19:45:53.615 INFO O| Aug 18 19:45:53.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
82472025-08-18T19:45:54.328Z[ recovery-image] Aug 18 19:45:53.615 INFO O| Aug 18 19:45:53.615 INFO STEP 1143 (remove_files) COMPLETE
82482025-08-18T19:45:54.328Z[ recovery-image] Aug 18 19:45:53.615 INFO O| Aug 18 19:45:53.615 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82492025-08-18T19:45:54.339Z[ recovery-image] Aug 18 19:45:53.626 INFO O| Aug 18 19:45:53.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
82502025-08-18T19:45:54.339Z[ recovery-image] Aug 18 19:45:53.626 INFO O| Aug 18 19:45:53.626 INFO STEP 1144 (remove_files) COMPLETE
82512025-08-18T19:45:54.339Z[ recovery-image] Aug 18 19:45:53.626 INFO O| Aug 18 19:45:53.626 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82522025-08-18T19:45:54.351Z[ recovery-image] Aug 18 19:45:53.638 INFO O| Aug 18 19:45:53.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
82532025-08-18T19:45:54.351Z[ recovery-image] Aug 18 19:45:53.638 INFO O| Aug 18 19:45:53.638 INFO STEP 1145 (remove_files) COMPLETE
82542025-08-18T19:45:54.354Z[ recovery-image] Aug 18 19:45:53.638 INFO O| Aug 18 19:45:53.638 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82552025-08-18T19:45:54.359Z[ recovery-image] Aug 18 19:45:53.647 INFO O| Aug 18 19:45:53.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
82562025-08-18T19:45:54.362Z[ recovery-image] Aug 18 19:45:53.647 INFO O| Aug 18 19:45:53.647 INFO STEP 1146 (remove_files) COMPLETE
82572025-08-18T19:45:54.362Z[ recovery-image] Aug 18 19:45:53.647 INFO O| Aug 18 19:45:53.647 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82582025-08-18T19:45:54.369Z[ recovery-image] Aug 18 19:45:53.657 INFO O| Aug 18 19:45:53.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
82592025-08-18T19:45:54.374Z[ recovery-image] Aug 18 19:45:53.657 INFO O| Aug 18 19:45:53.657 INFO STEP 1147 (remove_files) COMPLETE
82602025-08-18T19:45:54.374Z[ recovery-image] Aug 18 19:45:53.657 INFO O| Aug 18 19:45:53.657 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82612025-08-18T19:45:54.383Z[ recovery-image] Aug 18 19:45:53.671 INFO O| Aug 18 19:45:53.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
82622025-08-18T19:45:54.384Z[ recovery-image] Aug 18 19:45:53.671 INFO O| Aug 18 19:45:53.671 INFO STEP 1148 (remove_files) COMPLETE
82632025-08-18T19:45:54.387Z[ recovery-image] Aug 18 19:45:53.671 INFO O| Aug 18 19:45:53.671 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82642025-08-18T19:45:54.394Z[ recovery-image] Aug 18 19:45:53.681 INFO O| Aug 18 19:45:53.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
82652025-08-18T19:45:54.397Z[ recovery-image] Aug 18 19:45:53.681 INFO O| Aug 18 19:45:53.681 INFO STEP 1149 (remove_files) COMPLETE
82662025-08-18T19:45:54.397Z[ recovery-image] Aug 18 19:45:53.681 INFO O| Aug 18 19:45:53.681 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82672025-08-18T19:45:54.405Z[ recovery-image] Aug 18 19:45:53.692 INFO O| Aug 18 19:45:53.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
82682025-08-18T19:45:54.408Z[ recovery-image] Aug 18 19:45:53.692 INFO O| Aug 18 19:45:53.692 INFO STEP 1150 (remove_files) COMPLETE
82692025-08-18T19:45:54.408Z[ recovery-image] Aug 18 19:45:53.692 INFO O| Aug 18 19:45:53.692 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82702025-08-18T19:45:54.416Z[ recovery-image] Aug 18 19:45:53.702 INFO O| Aug 18 19:45:53.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
82712025-08-18T19:45:54.416Z[ recovery-image] Aug 18 19:45:53.702 INFO O| Aug 18 19:45:53.702 INFO STEP 1151 (remove_files) COMPLETE
82722025-08-18T19:45:54.419Z[ recovery-image] Aug 18 19:45:53.702 INFO O| Aug 18 19:45:53.702 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82732025-08-18T19:45:54.427Z[ recovery-image] Aug 18 19:45:53.714 INFO O| Aug 18 19:45:53.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
82742025-08-18T19:45:54.427Z[ recovery-image] Aug 18 19:45:53.714 INFO O| Aug 18 19:45:53.714 INFO STEP 1152 (remove_files) COMPLETE
82752025-08-18T19:45:54.430Z[ recovery-image] Aug 18 19:45:53.714 INFO O| Aug 18 19:45:53.714 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82762025-08-18T19:45:54.439Z[ recovery-image] Aug 18 19:45:53.727 INFO O| Aug 18 19:45:53.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
82772025-08-18T19:45:54.439Z[ recovery-image] Aug 18 19:45:53.727 INFO O| Aug 18 19:45:53.727 INFO STEP 1153 (remove_files) COMPLETE
82782025-08-18T19:45:54.443Z[ recovery-image] Aug 18 19:45:53.727 INFO O| Aug 18 19:45:53.727 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82792025-08-18T19:45:54.452Z[ recovery-image] Aug 18 19:45:53.740 INFO O| Aug 18 19:45:53.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
82802025-08-18T19:45:54.453Z[ recovery-image] Aug 18 19:45:53.740 INFO O| Aug 18 19:45:53.740 INFO STEP 1154 (remove_files) COMPLETE
82812025-08-18T19:45:54.456Z[ recovery-image] Aug 18 19:45:53.740 INFO O| Aug 18 19:45:53.740 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82822025-08-18T19:45:54.466Z[ recovery-image] Aug 18 19:45:53.753 INFO O| Aug 18 19:45:53.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
82832025-08-18T19:45:54.466Z[ recovery-image] Aug 18 19:45:53.753 INFO O| Aug 18 19:45:53.753 INFO STEP 1155 (remove_files) COMPLETE
82842025-08-18T19:45:54.466Z[ recovery-image] Aug 18 19:45:53.753 INFO O| Aug 18 19:45:53.753 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82852025-08-18T19:45:54.479Z[ recovery-image] Aug 18 19:45:53.766 INFO O| Aug 18 19:45:53.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
82862025-08-18T19:45:54.479Z[ recovery-image] Aug 18 19:45:53.766 INFO O| Aug 18 19:45:53.766 INFO STEP 1156 (remove_files) COMPLETE
82872025-08-18T19:45:54.482Z[ recovery-image] Aug 18 19:45:53.766 INFO O| Aug 18 19:45:53.766 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82882025-08-18T19:45:54.492Z[ recovery-image] Aug 18 19:45:53.780 INFO O| Aug 18 19:45:53.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
82892025-08-18T19:45:54.492Z[ recovery-image] Aug 18 19:45:53.780 INFO O| Aug 18 19:45:53.780 INFO STEP 1157 (remove_files) COMPLETE
82902025-08-18T19:45:54.492Z[ recovery-image] Aug 18 19:45:53.780 INFO O| Aug 18 19:45:53.780 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82912025-08-18T19:45:54.504Z[ recovery-image] Aug 18 19:45:53.791 INFO O| Aug 18 19:45:53.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
82922025-08-18T19:45:54.504Z[ recovery-image] Aug 18 19:45:53.791 INFO O| Aug 18 19:45:53.791 INFO STEP 1158 (remove_files) COMPLETE
82932025-08-18T19:45:54.507Z[ recovery-image] Aug 18 19:45:53.791 INFO O| Aug 18 19:45:53.791 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82942025-08-18T19:45:54.517Z[ recovery-image] Aug 18 19:45:53.804 INFO O| Aug 18 19:45:53.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
82952025-08-18T19:45:54.517Z[ recovery-image] Aug 18 19:45:53.804 INFO O| Aug 18 19:45:53.804 INFO STEP 1159 (remove_files) COMPLETE
82962025-08-18T19:45:54.517Z[ recovery-image] Aug 18 19:45:53.804 INFO O| Aug 18 19:45:53.804 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82972025-08-18T19:45:54.529Z[ recovery-image] Aug 18 19:45:53.816 INFO O| Aug 18 19:45:53.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
82982025-08-18T19:45:54.529Z[ recovery-image] Aug 18 19:45:53.817 INFO O| Aug 18 19:45:53.817 INFO STEP 1160 (remove_files) COMPLETE
82992025-08-18T19:45:54.533Z[ recovery-image] Aug 18 19:45:53.817 INFO O| Aug 18 19:45:53.817 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83002025-08-18T19:45:54.542Z[ recovery-image] Aug 18 19:45:53.829 INFO O| Aug 18 19:45:53.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
83012025-08-18T19:45:54.542Z[ recovery-image] Aug 18 19:45:53.830 INFO O| Aug 18 19:45:53.829 INFO STEP 1161 (remove_files) COMPLETE
83022025-08-18T19:45:54.542Z[ recovery-image] Aug 18 19:45:53.830 INFO O| Aug 18 19:45:53.830 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83032025-08-18T19:45:54.551Z[ recovery-image] Aug 18 19:45:53.839 INFO O| Aug 18 19:45:53.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
83042025-08-18T19:45:54.552Z[ recovery-image] Aug 18 19:45:53.839 INFO O| Aug 18 19:45:53.839 INFO STEP 1162 (remove_files) COMPLETE
83052025-08-18T19:45:54.554Z[ recovery-image] Aug 18 19:45:53.839 INFO O| Aug 18 19:45:53.839 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83062025-08-18T19:45:54.563Z[ recovery-image] Aug 18 19:45:53.851 INFO O| Aug 18 19:45:53.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
83072025-08-18T19:45:54.566Z[ recovery-image] Aug 18 19:45:53.851 INFO O| Aug 18 19:45:53.851 INFO STEP 1163 (remove_files) COMPLETE
83082025-08-18T19:45:54.566Z[ recovery-image] Aug 18 19:45:53.851 INFO O| Aug 18 19:45:53.851 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83092025-08-18T19:45:54.576Z[ recovery-image] Aug 18 19:45:53.864 INFO O| Aug 18 19:45:53.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
83102025-08-18T19:45:54.579Z[ recovery-image] Aug 18 19:45:53.865 INFO O| Aug 18 19:45:53.865 INFO STEP 1164 (remove_files) COMPLETE
83112025-08-18T19:45:54.579Z[ recovery-image] Aug 18 19:45:53.865 INFO O| Aug 18 19:45:53.865 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83122025-08-18T19:45:54.590Z[ recovery-image] Aug 18 19:45:53.877 INFO O| Aug 18 19:45:53.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
83132025-08-18T19:45:54.590Z[ recovery-image] Aug 18 19:45:53.877 INFO O| Aug 18 19:45:53.877 INFO STEP 1165 (remove_files) COMPLETE
83142025-08-18T19:45:54.590Z[ recovery-image] Aug 18 19:45:53.877 INFO O| Aug 18 19:45:53.877 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
83152025-08-18T19:45:54.608Z[ recovery-image] Aug 18 19:45:53.895 INFO O| Aug 18 19:45:53.895 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
83162025-08-18T19:45:54.608Z[ recovery-image] Aug 18 19:45:53.895 INFO O| Aug 18 19:45:53.895 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
83172025-08-18T19:45:55.516Z[ recovery-image] Aug 18 19:45:54.805 INFO O| Aug 18 19:45:54.805 INFO STEP 1166 (pack_tar) COMPLETE
83182025-08-18T19:45:55.516Z[ recovery-image] Aug 18 19:45:54.805 INFO O| Aug 18 19:45:54.805 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83192025-08-18T19:45:55.519Z[ recovery-image] Aug 18 19:45:54.805 INFO O| Aug 18 19:45:54.805 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83202025-08-18T19:45:55.862Z[ recovery-image] Aug 18 19:45:55.151 INFO O| Aug 18 19:45:55.150 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
83212025-08-18T19:45:55.967Z[ recovery-image] Aug 18 19:45:55.256 INFO O| Aug 18 19:45:55.256 INFO completed processing sled/ramdisk-03-recovery-trim
83222025-08-18T19:45:55.972Z[ recovery-image] Aug 18 19:45:55.261 INFO image builder template: zfs-recovery...
83232025-08-18T19:45:55.972Z[ recovery-image] Aug 18 19:45:55.261 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpgW5B7U/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.37.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "zfs-recovery"], pwd: None
83242025-08-18T19:45:56.019Z[ recovery-image] Aug 18 19:45:55.308 INFO O| Aug 18 19:45:55.308 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
83252025-08-18T19:45:56.024Z[ recovery-image] Aug 18 19:45:55.313 INFO O| Aug 18 19:45:55.313 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
83262025-08-18T19:45:56.104Z[ recovery-image] Aug 18 19:45:55.393 INFO O| Aug 18 19:45:55.393 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
83272025-08-18T19:45:56.176Z[ recovery-image] Aug 18 19:45:55.465 INFO O| Aug 18 19:45:55.465 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
83282025-08-18T19:45:56.176Z[ recovery-image] Aug 18 19:45:55.465 INFO O| Aug 18 19:45:55.465 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
83292025-08-18T19:45:56.180Z[ recovery-image] Aug 18 19:45:55.470 INFO O| Aug 18 19:45:55.469 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
83302025-08-18T19:45:56.329Z[ recovery-image] Aug 18 19:45:55.618 INFO O| Aug 18 19:45:55.618 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
83312025-08-18T19:45:56.454Z[ recovery-image] Aug 18 19:45:55.744 INFO O| Aug 18 19:45:55.744 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
83322025-08-18T19:45:56.468Z[ recovery-image] Aug 18 19:45:55.758 INFO O| Aug 18 19:45:55.758 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83332025-08-18T19:45:56.473Z[ recovery-image] Aug 18 19:45:55.764 INFO O| Aug 18 19:45:55.763 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
83342025-08-18T19:45:56.487Z[ recovery-image] Aug 18 19:45:55.777 INFO O| Aug 18 19:45:55.777 INFO no lofi found
83352025-08-18T19:45:56.487Z[ recovery-image] Aug 18 19:45:55.777 INFO O| Aug 18 19:45:55.777 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
83362025-08-18T19:45:56.490Z[ recovery-image] Aug 18 19:45:55.777 INFO O| Aug 18 19:45:55.777 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83372025-08-18T19:45:58.714Z[ recovery-image] Aug 18 19:45:58.004 INFO O| Aug 18 19:45:58.004 INFO lofi device = /dev/dsk/c2t1d0p0
83382025-08-18T19:45:58.714Z[ recovery-image] Aug 18 19:45:58.004 INFO O| Aug 18 19:45:58.004 INFO pool device = /dev/dsk/c2t1d0p0
83392025-08-18T19:45:58.714Z[ recovery-image] Aug 18 19:45:58.004 INFO O| Aug 18 19:45:58.004 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
83402025-08-18T19:45:58.844Z[ recovery-image] Aug 18 19:45:58.137 INFO O| Aug 18 19:45:58.137 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83412025-08-18T19:45:58.844Z[ recovery-image] Aug 18 19:45:58.137 INFO O| Aug 18 19:45:58.137 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
83422025-08-18T19:45:58.867Z[ recovery-image] Aug 18 19:45:58.160 INFO O| Aug 18 19:45:58.159 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
83432025-08-18T19:45:58.954Z[ recovery-image] Aug 18 19:45:58.247 INFO O| Aug 18 19:45:58.247 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
83442025-08-18T19:45:58.991Z[ recovery-image] Aug 18 19:45:58.284 INFO O| Aug 18 19:45:58.284 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
83452025-08-18T19:45:59.008Z[ recovery-image] Aug 18 19:45:58.301 INFO O| Aug 18 19:45:58.301 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
83462025-08-18T19:45:59.021Z[ recovery-image] Aug 18 19:45:58.314 INFO O| Aug 18 19:45:58.314 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
83472025-08-18T19:45:59.068Z[ recovery-image] Aug 18 19:45:58.361 INFO O| Aug 18 19:45:58.361 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83482025-08-18T19:45:59.071Z[ recovery-image] Aug 18 19:45:58.361 INFO O| Aug 18 19:45:58.361 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83492025-08-18T19:45:59.071Z[ recovery-image] Aug 18 19:45:58.361 INFO O| Aug 18 19:45:58.361 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83502025-08-18T19:45:59.082Z[ recovery-image] Aug 18 19:45:58.375 INFO O| Aug 18 19:45:58.375 INFO boot environment UUID: 77664668-7627-4af2-828e-019681ae4eed
83512025-08-18T19:45:59.082Z[ recovery-image] Aug 18 19:45:58.375 INFO O| Aug 18 19:45:58.375 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 77664668-7627-4af2-828e-019681ae4eed
83522025-08-18T19:45:59.095Z[ recovery-image] Aug 18 19:45:58.388 INFO O| Aug 18 19:45:58.388 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
83532025-08-18T19:45:59.106Z[ recovery-image] Aug 18 19:45:58.399 INFO O| Aug 18 19:45:58.399 INFO STEP 0 (create_be) COMPLETE
83542025-08-18T19:45:59.106Z[ recovery-image] Aug 18 19:45:58.399 INFO O| Aug 18 19:45:58.399 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83552025-08-18T19:45:59.118Z[ recovery-image] Aug 18 19:45:58.411 INFO O| Aug 18 19:45:58.411 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83562025-08-18T19:46:02.466Z[ recovery-image] Aug 18 19:46:01.764 INFO O| Aug 18 19:46:01.764 INFO STEP 1 (unpack_tar) COMPLETE
83572025-08-18T19:46:02.466Z[ recovery-image] Aug 18 19:46:01.764 INFO O| Aug 18 19:46:01.764 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83582025-08-18T19:46:02.476Z[ recovery-image] Aug 18 19:46:01.773 INFO O| Aug 18 19:46:01.773 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83592025-08-18T19:46:02.926Z[ recovery-image] Aug 18 19:46:02.224 INFO O| Aug 18 19:46:02.224 INFO STEP 2 (devfsadm) COMPLETE
83602025-08-18T19:46:02.926Z[ recovery-image] Aug 18 19:46:02.224 INFO O| Aug 18 19:46:02.224 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83612025-08-18T19:46:02.936Z[ recovery-image] Aug 18 19:46:02.234 INFO O| Aug 18 19:46:02.234 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83622025-08-18T19:46:02.936Z[ recovery-image] Aug 18 19:46:02.234 INFO O| Aug 18 19:46:02.234 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83632025-08-18T19:46:02.936Z[ recovery-image] Aug 18 19:46:02.234 INFO O| Aug 18 19:46:02.234 INFO STEP 3 (ensure_dir) COMPLETE
83642025-08-18T19:46:02.939Z[ recovery-image] Aug 18 19:46:02.234 INFO O| Aug 18 19:46:02.234 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83652025-08-18T19:46:02.944Z[ recovery-image] Aug 18 19:46:02.243 INFO O| Aug 18 19:46:02.242 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83662025-08-18T19:46:02.944Z[ recovery-image] Aug 18 19:46:02.243 INFO O| Aug 18 19:46:02.243 INFO STEP 4 (ensure_dir) COMPLETE
83672025-08-18T19:46:02.947Z[ recovery-image] Aug 18 19:46:02.243 INFO O| Aug 18 19:46:02.243 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83682025-08-18T19:46:02.954Z[ recovery-image] Aug 18 19:46:02.252 INFO O| Aug 18 19:46:02.252 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83692025-08-18T19:46:02.954Z[ recovery-image] Aug 18 19:46:02.252 INFO O| Aug 18 19:46:02.252 INFO STEP 5 (ensure_dir) COMPLETE
83702025-08-18T19:46:02.957Z[ recovery-image] Aug 18 19:46:02.252 INFO O| Aug 18 19:46:02.252 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83712025-08-18T19:46:02.965Z[ recovery-image] Aug 18 19:46:02.263 INFO O| Aug 18 19:46:02.263 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83722025-08-18T19:46:02.965Z[ recovery-image] Aug 18 19:46:02.263 INFO O| Aug 18 19:46:02.263 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83732025-08-18T19:46:02.965Z[ recovery-image] Aug 18 19:46:02.263 INFO O| Aug 18 19:46:02.263 INFO STEP 6 (ensure_dir) COMPLETE
83742025-08-18T19:46:02.968Z[ recovery-image] Aug 18 19:46:02.263 INFO O| Aug 18 19:46:02.263 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83752025-08-18T19:46:02.974Z[ recovery-image] Aug 18 19:46:02.272 INFO O| Aug 18 19:46:02.272 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83762025-08-18T19:46:02.974Z[ recovery-image] Aug 18 19:46:02.272 INFO O| Aug 18 19:46:02.272 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83772025-08-18T19:46:02.974Z[ recovery-image] Aug 18 19:46:02.272 INFO O| Aug 18 19:46:02.272 INFO STEP 7 (ensure_dir) COMPLETE
83782025-08-18T19:46:02.977Z[ recovery-image] Aug 18 19:46:02.272 INFO O| Aug 18 19:46:02.272 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83792025-08-18T19:46:02.982Z[ recovery-image] Aug 18 19:46:02.280 INFO O| Aug 18 19:46:02.280 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
83802025-08-18T19:46:02.985Z[ recovery-image] Aug 18 19:46:02.281 INFO O| Aug 18 19:46:02.280 INFO STEP 8 (remove_files) COMPLETE
83812025-08-18T19:46:02.985Z[ recovery-image] Aug 18 19:46:02.281 INFO O| Aug 18 19:46:02.281 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83822025-08-18T19:46:02.990Z[ recovery-image] Aug 18 19:46:02.289 INFO O| Aug 18 19:46:02.289 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
83832025-08-18T19:46:02.993Z[ recovery-image] Aug 18 19:46:02.290 INFO O| Aug 18 19:46:02.290 INFO STEP 9 (remove_files) COMPLETE
83842025-08-18T19:46:02.993Z[ recovery-image] Aug 18 19:46:02.290 INFO O| Aug 18 19:46:02.290 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83852025-08-18T19:46:03.002Z[ recovery-image] Aug 18 19:46:02.300 INFO O| Aug 18 19:46:02.299 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
83862025-08-18T19:46:03.005Z[ recovery-image] Aug 18 19:46:02.301 INFO O| Aug 18 19:46:02.301 INFO STEP 10 (remove_files) COMPLETE
83872025-08-18T19:46:03.005Z[ recovery-image] Aug 18 19:46:02.301 INFO O| Aug 18 19:46:02.301 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83882025-08-18T19:46:03.013Z[ recovery-image] Aug 18 19:46:02.311 INFO O| Aug 18 19:46:02.311 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
83892025-08-18T19:46:03.016Z[ recovery-image] Aug 18 19:46:02.312 INFO O| Aug 18 19:46:02.312 INFO STEP 11 (remove_files) COMPLETE
83902025-08-18T19:46:03.016Z[ recovery-image] Aug 18 19:46:02.312 INFO O| Aug 18 19:46:02.312 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83912025-08-18T19:46:03.022Z[ recovery-image] Aug 18 19:46:02.320 INFO O| Aug 18 19:46:02.320 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
83922025-08-18T19:46:03.022Z[ recovery-image] Aug 18 19:46:02.320 INFO O| Aug 18 19:46:02.320 INFO STEP 12 (remove_files) COMPLETE
83932025-08-18T19:46:03.024Z[ recovery-image] Aug 18 19:46:02.320 INFO O| Aug 18 19:46:02.320 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83942025-08-18T19:46:03.030Z[ recovery-image] Aug 18 19:46:02.329 INFO O| Aug 18 19:46:02.329 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83952025-08-18T19:46:03.033Z[ recovery-image] Aug 18 19:46:02.329 INFO O| Aug 18 19:46:02.329 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83962025-08-18T19:46:03.033Z[ recovery-image] Aug 18 19:46:02.329 INFO O| Aug 18 19:46:02.329 INFO STEP 13 (ensure_dir) COMPLETE
83972025-08-18T19:46:03.033Z[ recovery-image] Aug 18 19:46:02.329 INFO O| Aug 18 19:46:02.329 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83982025-08-18T19:46:03.042Z[ recovery-image] Aug 18 19:46:02.341 INFO O| Aug 18 19:46:02.340 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83992025-08-18T19:46:03.045Z[ recovery-image] Aug 18 19:46:02.341 INFO O| Aug 18 19:46:02.341 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84002025-08-18T19:46:03.045Z[ recovery-image] Aug 18 19:46:02.341 INFO O| Aug 18 19:46:02.341 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84012025-08-18T19:46:03.045Z[ recovery-image] Aug 18 19:46:02.341 INFO O| Aug 18 19:46:02.341 INFO STEP 14 (ensure_dir) COMPLETE
84022025-08-18T19:46:03.045Z[ recovery-image] Aug 18 19:46:02.341 INFO O| Aug 18 19:46:02.341 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84032025-08-18T19:46:03.054Z[ recovery-image] Aug 18 19:46:02.352 INFO O| Aug 18 19:46:02.352 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84042025-08-18T19:46:03.058Z[ recovery-image] Aug 18 19:46:02.353 INFO O| Aug 18 19:46:02.352 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84052025-08-18T19:46:03.058Z[ recovery-image] Aug 18 19:46:02.353 INFO O| Aug 18 19:46:02.353 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84062025-08-18T19:46:03.058Z[ recovery-image] Aug 18 19:46:02.353 INFO O| Aug 18 19:46:02.353 INFO STEP 15 (ensure_dir) COMPLETE
84072025-08-18T19:46:03.058Z[ recovery-image] Aug 18 19:46:02.353 INFO O| Aug 18 19:46:02.353 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84082025-08-18T19:46:03.062Z[ recovery-image] Aug 18 19:46:02.361 INFO O| Aug 18 19:46:02.361 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84092025-08-18T19:46:03.062Z[ recovery-image] Aug 18 19:46:02.361 INFO O| Aug 18 19:46:02.361 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84102025-08-18T19:46:03.065Z[ recovery-image] Aug 18 19:46:02.361 INFO O| Aug 18 19:46:02.361 INFO STEP 16 (ensure_dir) COMPLETE
84112025-08-18T19:46:03.065Z[ recovery-image] Aug 18 19:46:02.361 INFO O| Aug 18 19:46:02.361 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84122025-08-18T19:46:03.073Z[ recovery-image] Aug 18 19:46:02.372 INFO O| Aug 18 19:46:02.372 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84132025-08-18T19:46:03.073Z[ recovery-image] Aug 18 19:46:02.372 INFO O| Aug 18 19:46:02.372 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84142025-08-18T19:46:03.073Z[ recovery-image] Aug 18 19:46:02.372 INFO O| Aug 18 19:46:02.372 INFO STEP 17 (ensure_dir) COMPLETE
84152025-08-18T19:46:03.076Z[ recovery-image] Aug 18 19:46:02.372 INFO O| Aug 18 19:46:02.372 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84162025-08-18T19:46:03.082Z[ recovery-image] Aug 18 19:46:02.380 INFO O| Aug 18 19:46:02.380 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
84172025-08-18T19:46:03.082Z[ recovery-image] Aug 18 19:46:02.380 INFO O| Aug 18 19:46:02.380 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
84182025-08-18T19:46:03.082Z[ recovery-image] Aug 18 19:46:02.380 INFO O| Aug 18 19:46:02.380 INFO ok!
84192025-08-18T19:46:03.085Z[ recovery-image] Aug 18 19:46:02.380 INFO O| Aug 18 19:46:02.380 INFO STEP 18 (ensure_symlink) COMPLETE
84202025-08-18T19:46:03.085Z[ recovery-image] Aug 18 19:46:02.380 INFO O| Aug 18 19:46:02.380 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84212025-08-18T19:46:03.094Z[ recovery-image] Aug 18 19:46:02.392 INFO O| Aug 18 19:46:02.392 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
84222025-08-18T19:46:03.094Z[ recovery-image] Aug 18 19:46:02.392 INFO O| Aug 18 19:46:02.392 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
84232025-08-18T19:46:03.097Z[ recovery-image] Aug 18 19:46:02.392 INFO O| Aug 18 19:46:02.392 INFO ok!
84242025-08-18T19:46:03.097Z[ recovery-image] Aug 18 19:46:02.392 INFO O| Aug 18 19:46:02.392 INFO STEP 19 (ensure_file) COMPLETE
84252025-08-18T19:46:03.097Z[ recovery-image] Aug 18 19:46:02.392 INFO O| Aug 18 19:46:02.392 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84262025-08-18T19:46:03.104Z[ recovery-image] Aug 18 19:46:02.402 INFO O| Aug 18 19:46:02.402 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
84272025-08-18T19:46:03.104Z[ recovery-image] Aug 18 19:46:02.402 INFO O| Aug 18 19:46:02.402 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
84282025-08-18T19:46:03.107Z[ recovery-image] Aug 18 19:46:02.403 INFO O| Aug 18 19:46:02.402 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
84292025-08-18T19:46:03.107Z[ recovery-image] Aug 18 19:46:02.403 INFO O| Aug 18 19:46:02.403 INFO ok!
84302025-08-18T19:46:03.107Z[ recovery-image] Aug 18 19:46:02.403 INFO O| Aug 18 19:46:02.403 INFO STEP 20 (ensure_symlink) COMPLETE
84312025-08-18T19:46:03.107Z[ recovery-image] Aug 18 19:46:02.403 INFO O| Aug 18 19:46:02.403 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84322025-08-18T19:46:03.113Z[ recovery-image] Aug 18 19:46:02.411 INFO O| Aug 18 19:46:02.411 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
84332025-08-18T19:46:03.113Z[ recovery-image] Aug 18 19:46:02.411 INFO O| Aug 18 19:46:02.411 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
84342025-08-18T19:46:03.116Z[ recovery-image] Aug 18 19:46:02.411 INFO O| Aug 18 19:46:02.411 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
84352025-08-18T19:46:03.116Z[ recovery-image] Aug 18 19:46:02.412 INFO O| Aug 18 19:46:02.411 INFO ok!
84362025-08-18T19:46:03.116Z[ recovery-image] Aug 18 19:46:02.412 INFO O| Aug 18 19:46:02.411 INFO STEP 21 (ensure_symlink) COMPLETE
84372025-08-18T19:46:03.116Z[ recovery-image] Aug 18 19:46:02.412 INFO O| Aug 18 19:46:02.411 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84382025-08-18T19:46:03.123Z[ recovery-image] Aug 18 19:46:02.422 INFO O| Aug 18 19:46:02.422 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
84392025-08-18T19:46:03.123Z[ recovery-image] Aug 18 19:46:02.422 INFO O| Aug 18 19:46:02.422 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
84402025-08-18T19:46:03.123Z[ recovery-image] Aug 18 19:46:02.422 INFO O| Aug 18 19:46:02.422 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
84412025-08-18T19:46:03.126Z[ recovery-image] Aug 18 19:46:02.422 INFO O| Aug 18 19:46:02.422 INFO ok!
84422025-08-18T19:46:03.126Z[ recovery-image] Aug 18 19:46:02.422 INFO O| Aug 18 19:46:02.422 INFO STEP 22 (ensure_symlink) COMPLETE
84432025-08-18T19:46:03.126Z[ recovery-image] Aug 18 19:46:02.422 INFO O| Aug 18 19:46:02.422 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84442025-08-18T19:46:03.135Z[ recovery-image] Aug 18 19:46:02.434 INFO O| Aug 18 19:46:02.434 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
84452025-08-18T19:46:03.138Z[ recovery-image] Aug 18 19:46:02.434 INFO O| Aug 18 19:46:02.434 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
84462025-08-18T19:46:03.138Z[ recovery-image] Aug 18 19:46:02.434 INFO O| Aug 18 19:46:02.434 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
84472025-08-18T19:46:03.138Z[ recovery-image] Aug 18 19:46:02.434 INFO O| Aug 18 19:46:02.434 INFO ok!
84482025-08-18T19:46:03.138Z[ recovery-image] Aug 18 19:46:02.434 INFO O| Aug 18 19:46:02.434 INFO STEP 23 (ensure_symlink) COMPLETE
84492025-08-18T19:46:03.138Z[ recovery-image] Aug 18 19:46:02.434 INFO O| Aug 18 19:46:02.434 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84502025-08-18T19:46:03.147Z[ recovery-image] Aug 18 19:46:02.446 INFO O| Aug 18 19:46:02.446 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
84512025-08-18T19:46:03.147Z[ recovery-image] Aug 18 19:46:02.446 INFO O| Aug 18 19:46:02.446 INFO copying /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.dns -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf ...
84522025-08-18T19:46:03.150Z[ recovery-image] Aug 18 19:46:02.446 INFO O| Aug 18 19:46:02.446 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
84532025-08-18T19:46:03.150Z[ recovery-image] Aug 18 19:46:02.446 INFO O| Aug 18 19:46:02.446 INFO ok!
84542025-08-18T19:46:03.150Z[ recovery-image] Aug 18 19:46:02.446 INFO O| Aug 18 19:46:02.446 INFO STEP 24 (ensure_file) COMPLETE
84552025-08-18T19:46:03.150Z[ recovery-image] Aug 18 19:46:02.446 INFO O| Aug 18 19:46:02.446 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
84562025-08-18T19:46:03.158Z[ recovery-image] Aug 18 19:46:02.457 INFO O| Aug 18 19:46:02.457 INFO updating shadow file
84572025-08-18T19:46:03.161Z[ recovery-image] Aug 18 19:46:02.457 INFO O| Aug 18 19:46:02.457 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84582025-08-18T19:46:03.161Z[ recovery-image] Aug 18 19:46:02.457 INFO O| Aug 18 19:46:02.457 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84592025-08-18T19:46:03.161Z[ recovery-image] Aug 18 19:46:02.457 INFO O| Aug 18 19:46:02.457 INFO STEP 25 (shadow) COMPLETE
84602025-08-18T19:46:03.162Z[ recovery-image] Aug 18 19:46:02.457 INFO O| Aug 18 19:46:02.457 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84612025-08-18T19:46:03.168Z[ recovery-image] Aug 18 19:46:02.467 INFO O| Aug 18 19:46:02.467 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
84622025-08-18T19:46:03.168Z[ recovery-image] Aug 18 19:46:02.467 INFO O| Aug 18 19:46:02.467 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
84632025-08-18T19:46:03.173Z[ recovery-image] Aug 18 19:46:02.467 INFO O| Aug 18 19:46:02.467 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
84642025-08-18T19:46:03.173Z[ recovery-image] Aug 18 19:46:02.467 INFO O| Aug 18 19:46:02.467 INFO ok!
84652025-08-18T19:46:03.173Z[ recovery-image] Aug 18 19:46:02.467 INFO O| Aug 18 19:46:02.467 INFO STEP 26 (ensure_file) COMPLETE
84662025-08-18T19:46:03.173Z[ recovery-image] Aug 18 19:46:02.467 INFO O| Aug 18 19:46:02.467 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84672025-08-18T19:46:03.179Z[ recovery-image] Aug 18 19:46:02.478 INFO O| Aug 18 19:46:02.478 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
84682025-08-18T19:46:03.182Z[ recovery-image] Aug 18 19:46:02.478 INFO O| Aug 18 19:46:02.478 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
84692025-08-18T19:46:03.182Z[ recovery-image] Aug 18 19:46:02.478 INFO O| Aug 18 19:46:02.478 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
84702025-08-18T19:46:03.182Z[ recovery-image] Aug 18 19:46:02.478 INFO O| Aug 18 19:46:02.478 INFO ok!
84712025-08-18T19:46:03.182Z[ recovery-image] Aug 18 19:46:02.478 INFO O| Aug 18 19:46:02.478 INFO STEP 27 (ensure_file) COMPLETE
84722025-08-18T19:46:03.182Z[ recovery-image] Aug 18 19:46:02.478 INFO O| Aug 18 19:46:02.478 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84732025-08-18T19:46:03.192Z[ recovery-image] Aug 18 19:46:02.491 INFO O| Aug 18 19:46:02.490 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
84742025-08-18T19:46:03.192Z[ recovery-image] Aug 18 19:46:02.491 INFO O| Aug 18 19:46:02.491 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
84752025-08-18T19:46:03.195Z[ recovery-image] Aug 18 19:46:02.491 INFO O| Aug 18 19:46:02.491 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84762025-08-18T19:46:03.195Z[ recovery-image] Aug 18 19:46:02.491 INFO O| Aug 18 19:46:02.491 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84772025-08-18T19:46:03.195Z[ recovery-image] Aug 18 19:46:02.491 INFO O| Aug 18 19:46:02.491 INFO ok!
84782025-08-18T19:46:03.195Z[ recovery-image] Aug 18 19:46:02.491 INFO O| Aug 18 19:46:02.491 INFO STEP 28 (ensure_file) COMPLETE
84792025-08-18T19:46:03.195Z[ recovery-image] Aug 18 19:46:02.491 INFO O| Aug 18 19:46:02.491 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84802025-08-18T19:46:03.202Z[ recovery-image] Aug 18 19:46:02.501 INFO O| Aug 18 19:46:02.501 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
84812025-08-18T19:46:03.202Z[ recovery-image] Aug 18 19:46:02.501 INFO O| Aug 18 19:46:02.501 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
84822025-08-18T19:46:03.205Z[ recovery-image] Aug 18 19:46:02.501 INFO O| Aug 18 19:46:02.501 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
84832025-08-18T19:46:03.205Z[ recovery-image] Aug 18 19:46:02.501 INFO O| Aug 18 19:46:02.501 INFO ok!
84842025-08-18T19:46:03.205Z[ recovery-image] Aug 18 19:46:02.501 INFO O| Aug 18 19:46:02.501 INFO STEP 29 (ensure_file) COMPLETE
84852025-08-18T19:46:03.205Z[ recovery-image] Aug 18 19:46:02.501 INFO O| Aug 18 19:46:02.501 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84862025-08-18T19:46:03.211Z[ recovery-image] Aug 18 19:46:02.509 INFO O| Aug 18 19:46:02.509 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84872025-08-18T19:46:03.214Z[ recovery-image] Aug 18 19:46:02.509 INFO O| Aug 18 19:46:02.509 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84882025-08-18T19:46:03.214Z[ recovery-image] Aug 18 19:46:02.509 INFO O| Aug 18 19:46:02.509 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84892025-08-18T19:46:03.214Z[ recovery-image] Aug 18 19:46:02.509 INFO O| Aug 18 19:46:02.509 INFO STEP 30 (ensure_dir) COMPLETE
84902025-08-18T19:46:03.214Z[ recovery-image] Aug 18 19:46:02.510 INFO O| Aug 18 19:46:02.509 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84912025-08-18T19:46:03.222Z[ recovery-image] Aug 18 19:46:02.521 INFO O| Aug 18 19:46:02.520 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
84922025-08-18T19:46:03.222Z[ recovery-image] Aug 18 19:46:02.521 INFO O| Aug 18 19:46:02.521 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup ...
84932025-08-18T19:46:03.225Z[ recovery-image] Aug 18 19:46:02.521 INFO O| Aug 18 19:46:02.521 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
84942025-08-18T19:46:03.225Z[ recovery-image] Aug 18 19:46:02.521 INFO O| Aug 18 19:46:02.521 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
84952025-08-18T19:46:03.225Z[ recovery-image] Aug 18 19:46:02.521 INFO O| Aug 18 19:46:02.521 INFO ok!
84962025-08-18T19:46:03.225Z[ recovery-image] Aug 18 19:46:02.521 INFO O| Aug 18 19:46:02.521 INFO STEP 31 (ensure_file) COMPLETE
84972025-08-18T19:46:03.225Z[ recovery-image] Aug 18 19:46:02.521 INFO O| Aug 18 19:46:02.521 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84982025-08-18T19:46:03.232Z[ recovery-image] Aug 18 19:46:02.531 INFO O| Aug 18 19:46:02.531 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84992025-08-18T19:46:03.232Z[ recovery-image] Aug 18 19:46:02.531 INFO O| Aug 18 19:46:02.531 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85002025-08-18T19:46:03.236Z[ recovery-image] Aug 18 19:46:02.531 INFO O| Aug 18 19:46:02.531 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85012025-08-18T19:46:03.237Z[ recovery-image] Aug 18 19:46:02.531 INFO O| Aug 18 19:46:02.531 INFO STEP 32 (ensure_dir) COMPLETE
85022025-08-18T19:46:03.237Z[ recovery-image] Aug 18 19:46:02.531 INFO O| Aug 18 19:46:02.531 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85032025-08-18T19:46:03.242Z[ recovery-image] Aug 18 19:46:02.541 INFO O| Aug 18 19:46:02.541 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
85042025-08-18T19:46:03.242Z[ recovery-image] Aug 18 19:46:02.541 INFO O| Aug 18 19:46:02.541 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml ...
85052025-08-18T19:46:03.245Z[ recovery-image] Aug 18 19:46:02.541 INFO O| Aug 18 19:46:02.541 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
85062025-08-18T19:46:03.245Z[ recovery-image] Aug 18 19:46:02.541 INFO O| Aug 18 19:46:02.541 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
85072025-08-18T19:46:03.245Z[ recovery-image] Aug 18 19:46:02.541 INFO O| Aug 18 19:46:02.541 INFO ok!
85082025-08-18T19:46:03.246Z[ recovery-image] Aug 18 19:46:02.541 INFO O| Aug 18 19:46:02.541 INFO STEP 33 (ensure_file) COMPLETE
85092025-08-18T19:46:03.246Z[ recovery-image] Aug 18 19:46:02.541 INFO O| Aug 18 19:46:02.541 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85102025-08-18T19:46:03.250Z[ recovery-image] Aug 18 19:46:02.549 INFO O| Aug 18 19:46:02.549 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
85112025-08-18T19:46:03.254Z[ recovery-image] Aug 18 19:46:02.549 INFO O| Aug 18 19:46:02.549 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
85122025-08-18T19:46:03.254Z[ recovery-image] Aug 18 19:46:02.549 INFO O| Aug 18 19:46:02.549 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
85132025-08-18T19:46:03.254Z[ recovery-image] Aug 18 19:46:02.549 INFO O| Aug 18 19:46:02.549 INFO ok!
85142025-08-18T19:46:03.254Z[ recovery-image] Aug 18 19:46:02.549 INFO O| Aug 18 19:46:02.549 INFO STEP 34 (ensure_file) COMPLETE
85152025-08-18T19:46:03.254Z[ recovery-image] Aug 18 19:46:02.549 INFO O| Aug 18 19:46:02.549 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85162025-08-18T19:46:03.263Z[ recovery-image] Aug 18 19:46:02.562 INFO O| Aug 18 19:46:02.562 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
85172025-08-18T19:46:03.263Z[ recovery-image] Aug 18 19:46:02.562 INFO O| Aug 18 19:46:02.562 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
85182025-08-18T19:46:03.266Z[ recovery-image] Aug 18 19:46:02.562 INFO O| Aug 18 19:46:02.562 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85192025-08-18T19:46:03.266Z[ recovery-image] Aug 18 19:46:02.562 INFO O| Aug 18 19:46:02.562 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85202025-08-18T19:46:03.266Z[ recovery-image] Aug 18 19:46:02.562 INFO O| Aug 18 19:46:02.562 INFO ok!
85212025-08-18T19:46:03.266Z[ recovery-image] Aug 18 19:46:02.562 INFO O| Aug 18 19:46:02.562 INFO STEP 35 (ensure_file) COMPLETE
85222025-08-18T19:46:03.266Z[ recovery-image] Aug 18 19:46:02.562 INFO O| Aug 18 19:46:02.562 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85232025-08-18T19:46:03.273Z[ recovery-image] Aug 18 19:46:02.572 INFO O| Aug 18 19:46:02.572 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
85242025-08-18T19:46:03.276Z[ recovery-image] Aug 18 19:46:02.572 INFO O| Aug 18 19:46:02.572 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
85252025-08-18T19:46:03.276Z[ recovery-image] Aug 18 19:46:02.572 INFO O| Aug 18 19:46:02.572 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
85262025-08-18T19:46:03.277Z[ recovery-image] Aug 18 19:46:02.572 INFO O| Aug 18 19:46:02.572 INFO ok!
85272025-08-18T19:46:03.277Z[ recovery-image] Aug 18 19:46:02.572 INFO O| Aug 18 19:46:02.572 INFO STEP 36 (ensure_file) COMPLETE
85282025-08-18T19:46:03.277Z[ recovery-image] Aug 18 19:46:02.572 INFO O| Aug 18 19:46:02.572 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85292025-08-18T19:46:03.281Z[ recovery-image] Aug 18 19:46:02.580 INFO O| Aug 18 19:46:02.580 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
85302025-08-18T19:46:03.284Z[ recovery-image] Aug 18 19:46:02.580 INFO O| Aug 18 19:46:02.580 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
85312025-08-18T19:46:03.284Z[ recovery-image] Aug 18 19:46:02.580 INFO O| Aug 18 19:46:02.580 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
85322025-08-18T19:46:03.284Z[ recovery-image] Aug 18 19:46:02.580 INFO O| Aug 18 19:46:02.580 INFO ok!
85332025-08-18T19:46:03.284Z[ recovery-image] Aug 18 19:46:02.580 INFO O| Aug 18 19:46:02.580 INFO STEP 37 (ensure_file) COMPLETE
85342025-08-18T19:46:03.284Z[ recovery-image] Aug 18 19:46:02.580 INFO O| Aug 18 19:46:02.580 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85352025-08-18T19:46:03.290Z[ recovery-image] Aug 18 19:46:02.589 INFO O| Aug 18 19:46:02.588 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
85362025-08-18T19:46:03.290Z[ recovery-image] Aug 18 19:46:02.589 INFO O| Aug 18 19:46:02.589 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
85372025-08-18T19:46:03.293Z[ recovery-image] Aug 18 19:46:02.589 INFO O| Aug 18 19:46:02.589 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85382025-08-18T19:46:03.293Z[ recovery-image] Aug 18 19:46:02.589 INFO O| Aug 18 19:46:02.589 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85392025-08-18T19:46:03.293Z[ recovery-image] Aug 18 19:46:02.589 INFO O| Aug 18 19:46:02.589 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85402025-08-18T19:46:03.293Z[ recovery-image] Aug 18 19:46:02.589 INFO O| Aug 18 19:46:02.589 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85412025-08-18T19:46:03.293Z[ recovery-image] Aug 18 19:46:02.589 INFO O| Aug 18 19:46:02.589 INFO ok!
85422025-08-18T19:46:03.293Z[ recovery-image] Aug 18 19:46:02.589 INFO O| Aug 18 19:46:02.589 INFO STEP 38 (ensure_file) COMPLETE
85432025-08-18T19:46:03.293Z[ recovery-image] Aug 18 19:46:02.589 INFO O| Aug 18 19:46:02.589 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85442025-08-18T19:46:03.298Z[ recovery-image] Aug 18 19:46:02.597 INFO O| Aug 18 19:46:02.597 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85452025-08-18T19:46:03.300Z[ recovery-image] Aug 18 19:46:02.597 INFO O| Aug 18 19:46:02.597 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85462025-08-18T19:46:03.301Z[ recovery-image] Aug 18 19:46:02.597 INFO O| Aug 18 19:46:02.597 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85472025-08-18T19:46:03.301Z[ recovery-image] Aug 18 19:46:02.597 INFO O| Aug 18 19:46:02.597 INFO STEP 39 (ensure_dir) COMPLETE
85482025-08-18T19:46:03.301Z[ recovery-image] Aug 18 19:46:02.597 INFO O| Aug 18 19:46:02.597 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85492025-08-18T19:46:03.313Z[ recovery-image] Aug 18 19:46:02.612 INFO O| Aug 18 19:46:02.612 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
85502025-08-18T19:46:03.313Z[ recovery-image] Aug 18 19:46:02.612 INFO O| Aug 18 19:46:02.612 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
85512025-08-18T19:46:03.313Z[ recovery-image] Aug 18 19:46:02.612 INFO O| Aug 18 19:46:02.612 INFO perms are 644, should be 555, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
85522025-08-18T19:46:03.319Z[ recovery-image] Aug 18 19:46:02.612 INFO O| Aug 18 19:46:02.612 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
85532025-08-18T19:46:03.319Z[ recovery-image] Aug 18 19:46:02.612 INFO O| Aug 18 19:46:02.612 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
85542025-08-18T19:46:03.319Z[ recovery-image] Aug 18 19:46:02.612 INFO O| Aug 18 19:46:02.612 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
85552025-08-18T19:46:03.319Z[ recovery-image] Aug 18 19:46:02.612 INFO O| Aug 18 19:46:02.612 INFO ok!
85562025-08-18T19:46:03.319Z[ recovery-image] Aug 18 19:46:02.612 INFO O| Aug 18 19:46:02.612 INFO STEP 40 (ensure_file) COMPLETE
85572025-08-18T19:46:03.319Z[ recovery-image] Aug 18 19:46:02.612 INFO O| Aug 18 19:46:02.612 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85582025-08-18T19:46:03.323Z[ recovery-image] Aug 18 19:46:02.622 INFO O| Aug 18 19:46:02.621 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
85592025-08-18T19:46:03.323Z[ recovery-image] Aug 18 19:46:02.622 INFO O| Aug 18 19:46:02.622 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
85602025-08-18T19:46:03.325Z[ recovery-image] Aug 18 19:46:02.622 INFO O| Aug 18 19:46:02.622 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
85612025-08-18T19:46:03.326Z[ recovery-image] Aug 18 19:46:02.622 INFO O| Aug 18 19:46:02.622 INFO ok!
85622025-08-18T19:46:03.326Z[ recovery-image] Aug 18 19:46:02.622 INFO O| Aug 18 19:46:02.622 INFO STEP 41 (ensure_symlink) COMPLETE
85632025-08-18T19:46:03.326Z[ recovery-image] Aug 18 19:46:02.622 INFO O| Aug 18 19:46:02.622 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85642025-08-18T19:46:03.335Z[ recovery-image] Aug 18 19:46:02.634 INFO O| Aug 18 19:46:02.633 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
85652025-08-18T19:46:03.335Z[ recovery-image] Aug 18 19:46:02.634 INFO O| Aug 18 19:46:02.633 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
85662025-08-18T19:46:03.338Z[ recovery-image] Aug 18 19:46:02.634 INFO O| Aug 18 19:46:02.634 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
85672025-08-18T19:46:03.338Z[ recovery-image] Aug 18 19:46:02.634 INFO O| Aug 18 19:46:02.634 INFO ok!
85682025-08-18T19:46:03.338Z[ recovery-image] Aug 18 19:46:02.634 INFO O| Aug 18 19:46:02.634 INFO STEP 42 (ensure_symlink) COMPLETE
85692025-08-18T19:46:03.338Z[ recovery-image] Aug 18 19:46:02.634 INFO O| Aug 18 19:46:02.634 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85702025-08-18T19:46:03.345Z[ recovery-image] Aug 18 19:46:02.644 INFO O| Aug 18 19:46:02.644 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
85712025-08-18T19:46:03.345Z[ recovery-image] Aug 18 19:46:02.644 INFO O| Aug 18 19:46:02.644 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
85722025-08-18T19:46:03.348Z[ recovery-image] Aug 18 19:46:02.644 INFO O| Aug 18 19:46:02.644 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85732025-08-18T19:46:03.348Z[ recovery-image] Aug 18 19:46:02.644 INFO O| Aug 18 19:46:02.644 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85742025-08-18T19:46:03.348Z[ recovery-image] Aug 18 19:46:02.644 INFO O| Aug 18 19:46:02.644 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85752025-08-18T19:46:03.348Z[ recovery-image] Aug 18 19:46:02.645 INFO O| Aug 18 19:46:02.644 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85762025-08-18T19:46:03.348Z[ recovery-image] Aug 18 19:46:02.645 INFO O| Aug 18 19:46:02.645 INFO ok!
85772025-08-18T19:46:03.348Z[ recovery-image] Aug 18 19:46:02.645 INFO O| Aug 18 19:46:02.645 INFO STEP 43 (ensure_file) COMPLETE
85782025-08-18T19:46:03.349Z[ recovery-image] Aug 18 19:46:02.645 INFO O| Aug 18 19:46:02.645 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85792025-08-18T19:46:03.354Z[ recovery-image] Aug 18 19:46:02.653 INFO O| Aug 18 19:46:02.653 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
85802025-08-18T19:46:03.354Z[ recovery-image] Aug 18 19:46:02.653 INFO O| Aug 18 19:46:02.653 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml ...
85812025-08-18T19:46:03.357Z[ recovery-image] Aug 18 19:46:02.653 INFO O| Aug 18 19:46:02.653 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
85822025-08-18T19:46:03.357Z[ recovery-image] Aug 18 19:46:02.653 INFO O| Aug 18 19:46:02.653 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
85832025-08-18T19:46:03.357Z[ recovery-image] Aug 18 19:46:02.653 INFO O| Aug 18 19:46:02.653 INFO ok!
85842025-08-18T19:46:03.357Z[ recovery-image] Aug 18 19:46:02.653 INFO O| Aug 18 19:46:02.653 INFO STEP 44 (ensure_file) COMPLETE
85852025-08-18T19:46:03.357Z[ recovery-image] Aug 18 19:46:02.653 INFO O| Aug 18 19:46:02.653 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85862025-08-18T19:46:03.363Z[ recovery-image] Aug 18 19:46:02.662 INFO O| Aug 18 19:46:02.662 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
85872025-08-18T19:46:03.363Z[ recovery-image] Aug 18 19:46:02.662 INFO O| Aug 18 19:46:02.662 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
85882025-08-18T19:46:03.363Z[ recovery-image] Aug 18 19:46:02.662 INFO O| Aug 18 19:46:02.662 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
85892025-08-18T19:46:03.366Z[ recovery-image] Aug 18 19:46:02.662 INFO O| Aug 18 19:46:02.662 INFO ok!
85902025-08-18T19:46:03.366Z[ recovery-image] Aug 18 19:46:02.662 INFO O| Aug 18 19:46:02.662 INFO STEP 45 (ensure_file) COMPLETE
85912025-08-18T19:46:03.366Z[ recovery-image] Aug 18 19:46:02.662 INFO O| Aug 18 19:46:02.662 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85922025-08-18T19:46:03.372Z[ recovery-image] Aug 18 19:46:02.671 INFO O| Aug 18 19:46:02.671 INFO updating shadow file
85932025-08-18T19:46:03.375Z[ recovery-image] Aug 18 19:46:02.671 INFO O| Aug 18 19:46:02.671 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85942025-08-18T19:46:03.375Z[ recovery-image] Aug 18 19:46:02.671 INFO O| Aug 18 19:46:02.671 INFO STEP 46 (shadow) COMPLETE
85952025-08-18T19:46:03.375Z[ recovery-image] Aug 18 19:46:02.671 INFO O| Aug 18 19:46:02.671 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85962025-08-18T19:46:03.383Z[ recovery-image] Aug 18 19:46:02.682 INFO O| Aug 18 19:46:02.682 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
85972025-08-18T19:46:03.383Z[ recovery-image] Aug 18 19:46:02.682 INFO O| Aug 18 19:46:02.682 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
85982025-08-18T19:46:03.387Z[ recovery-image] Aug 18 19:46:02.682 INFO O| Aug 18 19:46:02.682 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85992025-08-18T19:46:03.387Z[ recovery-image] Aug 18 19:46:02.682 INFO O| Aug 18 19:46:02.682 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86002025-08-18T19:46:03.387Z[ recovery-image] Aug 18 19:46:02.682 INFO O| Aug 18 19:46:02.682 INFO ok!
86012025-08-18T19:46:03.387Z[ recovery-image] Aug 18 19:46:02.682 INFO O| Aug 18 19:46:02.682 INFO STEP 47 (ensure_file) COMPLETE
86022025-08-18T19:46:03.387Z[ recovery-image] Aug 18 19:46:02.682 INFO O| Aug 18 19:46:02.682 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86032025-08-18T19:46:03.392Z[ recovery-image] Aug 18 19:46:02.690 INFO O| Aug 18 19:46:02.690 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
86042025-08-18T19:46:03.392Z[ recovery-image] Aug 18 19:46:02.690 INFO O| Aug 18 19:46:02.690 INFO STEP 48 (ensure_dir) COMPLETE
86052025-08-18T19:46:03.392Z[ recovery-image] Aug 18 19:46:02.690 INFO O| Aug 18 19:46:02.690 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86062025-08-18T19:46:03.399Z[ recovery-image] Aug 18 19:46:02.698 INFO O| Aug 18 19:46:02.698 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86072025-08-18T19:46:03.403Z[ recovery-image] Aug 18 19:46:02.698 INFO O| Aug 18 19:46:02.698 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86082025-08-18T19:46:03.403Z[ recovery-image] Aug 18 19:46:02.699 INFO O| Aug 18 19:46:02.698 INFO STEP 49 (ensure_dir) COMPLETE
86092025-08-18T19:46:03.403Z[ recovery-image] Aug 18 19:46:02.699 INFO O| Aug 18 19:46:02.698 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86102025-08-18T19:46:03.408Z[ recovery-image] Aug 18 19:46:02.707 INFO O| Aug 18 19:46:02.707 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86112025-08-18T19:46:03.408Z[ recovery-image] Aug 18 19:46:02.707 INFO O| Aug 18 19:46:02.707 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86122025-08-18T19:46:03.412Z[ recovery-image] Aug 18 19:46:02.707 INFO O| Aug 18 19:46:02.707 INFO STEP 50 (ensure_dir) COMPLETE
86132025-08-18T19:46:03.412Z[ recovery-image] Aug 18 19:46:02.707 INFO O| Aug 18 19:46:02.707 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86142025-08-18T19:46:03.420Z[ recovery-image] Aug 18 19:46:02.719 INFO O| Aug 18 19:46:02.719 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
86152025-08-18T19:46:03.420Z[ recovery-image] Aug 18 19:46:02.719 INFO O| Aug 18 19:46:02.719 INFO copying /tmp/.tmpgW5B7U/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
86162025-08-18T19:46:03.468Z[ recovery-image] Aug 18 19:46:02.766 INFO O| Aug 18 19:46:02.766 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
86172025-08-18T19:46:03.468Z[ recovery-image] Aug 18 19:46:02.766 INFO O| Aug 18 19:46:02.766 INFO ok!
86182025-08-18T19:46:03.471Z[ recovery-image] Aug 18 19:46:02.766 INFO O| Aug 18 19:46:02.766 INFO STEP 51 (ensure_file) COMPLETE
86192025-08-18T19:46:03.471Z[ recovery-image] Aug 18 19:46:02.766 INFO O| Aug 18 19:46:02.766 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86202025-08-18T19:46:03.481Z[ recovery-image] Aug 18 19:46:02.780 INFO O| Aug 18 19:46:02.780 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86212025-08-18T19:46:03.481Z[ recovery-image] Aug 18 19:46:02.780 INFO O| Aug 18 19:46:02.780 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86222025-08-18T19:46:03.484Z[ recovery-image] Aug 18 19:46:02.780 INFO O| Aug 18 19:46:02.780 INFO STEP 52 (ensure_dir) COMPLETE
86232025-08-18T19:46:03.484Z[ recovery-image] Aug 18 19:46:02.780 INFO O| Aug 18 19:46:02.780 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86242025-08-18T19:46:03.493Z[ recovery-image] Aug 18 19:46:02.792 INFO O| Aug 18 19:46:02.792 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
86252025-08-18T19:46:03.493Z[ recovery-image] Aug 18 19:46:02.792 INFO O| Aug 18 19:46:02.792 INFO copying /tmp/.tmpgW5B7U/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
86262025-08-18T19:46:03.496Z[ recovery-image] Aug 18 19:46:02.792 INFO O| Aug 18 19:46:02.792 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
86272025-08-18T19:46:03.496Z[ recovery-image] Aug 18 19:46:02.792 INFO O| Aug 18 19:46:02.792 INFO ok!
86282025-08-18T19:46:03.496Z[ recovery-image] Aug 18 19:46:02.792 INFO O| Aug 18 19:46:02.792 INFO STEP 53 (ensure_file) COMPLETE
86292025-08-18T19:46:03.496Z[ recovery-image] Aug 18 19:46:02.792 INFO O| Aug 18 19:46:02.792 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86302025-08-18T19:46:03.504Z[ recovery-image] Aug 18 19:46:02.803 INFO O| Aug 18 19:46:02.803 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86312025-08-18T19:46:03.504Z[ recovery-image] Aug 18 19:46:02.803 INFO O| Aug 18 19:46:02.803 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86322025-08-18T19:46:03.504Z[ recovery-image] Aug 18 19:46:02.803 INFO O| Aug 18 19:46:02.803 INFO STEP 54 (ensure_dir) COMPLETE
86332025-08-18T19:46:03.507Z[ recovery-image] Aug 18 19:46:02.803 INFO O| Aug 18 19:46:02.803 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86342025-08-18T19:46:03.516Z[ recovery-image] Aug 18 19:46:02.815 INFO O| Aug 18 19:46:02.815 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
86352025-08-18T19:46:03.516Z[ recovery-image] Aug 18 19:46:02.815 INFO O| Aug 18 19:46:02.815 INFO copying /tmp/.tmpgW5B7U/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
86362025-08-18T19:46:04.407Z[ recovery-image] Aug 18 19:46:03.704 INFO O| Aug 18 19:46:03.704 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
86372025-08-18T19:46:04.407Z[ recovery-image] Aug 18 19:46:03.704 INFO O| Aug 18 19:46:03.704 INFO ok!
86382025-08-18T19:46:04.407Z[ recovery-image] Aug 18 19:46:03.704 INFO O| Aug 18 19:46:03.704 INFO STEP 55 (ensure_file) COMPLETE
86392025-08-18T19:46:04.410Z[ recovery-image] Aug 18 19:46:03.704 INFO O| Aug 18 19:46:03.704 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86402025-08-18T19:46:04.414Z[ recovery-image] Aug 18 19:46:03.714 INFO O| Aug 18 19:46:03.714 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
86412025-08-18T19:46:04.414Z[ recovery-image] Aug 18 19:46:03.714 INFO O| Aug 18 19:46:03.714 INFO copying /tmp/.tmpgW5B7U/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
86422025-08-18T19:46:05.303Z[ recovery-image] Aug 18 19:46:04.604 INFO O| Aug 18 19:46:04.604 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
86432025-08-18T19:46:05.303Z[ recovery-image] Aug 18 19:46:04.604 INFO O| Aug 18 19:46:04.604 INFO ok!
86442025-08-18T19:46:05.303Z[ recovery-image] Aug 18 19:46:04.604 INFO O| Aug 18 19:46:04.604 INFO STEP 56 (ensure_file) COMPLETE
86452025-08-18T19:46:05.306Z[ recovery-image] Aug 18 19:46:04.604 INFO O| Aug 18 19:46:04.604 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86462025-08-18T19:46:05.315Z[ recovery-image] Aug 18 19:46:04.616 INFO O| Aug 18 19:46:04.616 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86472025-08-18T19:46:05.315Z[ recovery-image] Aug 18 19:46:04.616 INFO O| Aug 18 19:46:04.616 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86482025-08-18T19:46:05.318Z[ recovery-image] Aug 18 19:46:04.616 INFO O| Aug 18 19:46:04.616 INFO STEP 57 (ensure_dir) COMPLETE
86492025-08-18T19:46:05.318Z[ recovery-image] Aug 18 19:46:04.616 INFO O| Aug 18 19:46:04.616 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86502025-08-18T19:46:05.324Z[ recovery-image] Aug 18 19:46:04.625 INFO O| Aug 18 19:46:04.625 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
86512025-08-18T19:46:05.324Z[ recovery-image] Aug 18 19:46:04.626 INFO O| Aug 18 19:46:04.625 INFO copying /tmp/.tmpgW5B7U/proto/recovery/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
86522025-08-18T19:46:05.327Z[ recovery-image] Aug 18 19:46:04.626 INFO O| Aug 18 19:46:04.626 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
86532025-08-18T19:46:05.327Z[ recovery-image] Aug 18 19:46:04.626 INFO O| Aug 18 19:46:04.626 INFO ok!
86542025-08-18T19:46:05.327Z[ recovery-image] Aug 18 19:46:04.626 INFO O| Aug 18 19:46:04.626 INFO STEP 58 (ensure_file) COMPLETE
86552025-08-18T19:46:05.327Z[ recovery-image] Aug 18 19:46:04.626 INFO O| Aug 18 19:46:04.626 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86562025-08-18T19:46:05.333Z[ recovery-image] Aug 18 19:46:04.634 INFO O| Aug 18 19:46:04.634 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
86572025-08-18T19:46:05.333Z[ recovery-image] Aug 18 19:46:04.634 INFO O| Aug 18 19:46:04.634 INFO copying /tmp/.tmpgW5B7U/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
86582025-08-18T19:46:05.336Z[ recovery-image] Aug 18 19:46:04.634 INFO O| Aug 18 19:46:04.634 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
86592025-08-18T19:46:05.336Z[ recovery-image] Aug 18 19:46:04.634 INFO O| Aug 18 19:46:04.634 INFO ok!
86602025-08-18T19:46:05.336Z[ recovery-image] Aug 18 19:46:04.634 INFO O| Aug 18 19:46:04.634 INFO STEP 59 (ensure_file) COMPLETE
86612025-08-18T19:46:05.336Z[ recovery-image] Aug 18 19:46:04.634 INFO O| Aug 18 19:46:04.634 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86622025-08-18T19:46:05.344Z[ recovery-image] Aug 18 19:46:04.646 INFO O| Aug 18 19:46:04.646 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86632025-08-18T19:46:05.344Z[ recovery-image] Aug 18 19:46:04.646 INFO O| Aug 18 19:46:04.646 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86642025-08-18T19:46:05.344Z[ recovery-image] Aug 18 19:46:04.646 INFO O| Aug 18 19:46:04.646 INFO STEP 60 (ensure_dir) COMPLETE
86652025-08-18T19:46:05.348Z[ recovery-image] Aug 18 19:46:04.646 INFO O| Aug 18 19:46:04.646 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86662025-08-18T19:46:05.354Z[ recovery-image] Aug 18 19:46:04.655 INFO O| Aug 18 19:46:04.655 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
86672025-08-18T19:46:05.354Z[ recovery-image] Aug 18 19:46:04.655 INFO O| Aug 18 19:46:04.655 INFO copying /tmp/.tmpgW5B7U/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
86682025-08-18T19:46:05.357Z[ recovery-image] Aug 18 19:46:04.656 INFO O| Aug 18 19:46:04.656 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
86692025-08-18T19:46:05.357Z[ recovery-image] Aug 18 19:46:04.656 INFO O| Aug 18 19:46:04.656 INFO ok!
86702025-08-18T19:46:05.357Z[ recovery-image] Aug 18 19:46:04.656 INFO O| Aug 18 19:46:04.656 INFO STEP 61 (ensure_file) COMPLETE
86712025-08-18T19:46:05.358Z[ recovery-image] Aug 18 19:46:04.656 INFO O| Aug 18 19:46:04.656 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86722025-08-18T19:46:05.363Z[ recovery-image] Aug 18 19:46:04.664 INFO O| Aug 18 19:46:04.664 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
86732025-08-18T19:46:05.363Z[ recovery-image] Aug 18 19:46:04.664 INFO O| Aug 18 19:46:04.664 INFO copying /tmp/.tmpgW5B7U/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
86742025-08-18T19:46:05.366Z[ recovery-image] Aug 18 19:46:04.664 INFO O| Aug 18 19:46:04.664 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
86752025-08-18T19:46:05.366Z[ recovery-image] Aug 18 19:46:04.664 INFO O| Aug 18 19:46:04.664 INFO ok!
86762025-08-18T19:46:05.366Z[ recovery-image] Aug 18 19:46:04.664 INFO O| Aug 18 19:46:04.664 INFO STEP 62 (ensure_file) COMPLETE
86772025-08-18T19:46:05.366Z[ recovery-image] Aug 18 19:46:04.664 INFO O| Aug 18 19:46:04.664 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86782025-08-18T19:46:05.371Z[ recovery-image] Aug 18 19:46:04.673 INFO O| Aug 18 19:46:04.673 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86792025-08-18T19:46:05.371Z[ recovery-image] Aug 18 19:46:04.673 INFO O| Aug 18 19:46:04.673 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86802025-08-18T19:46:05.372Z[ recovery-image] Aug 18 19:46:04.673 INFO O| Aug 18 19:46:04.673 INFO STEP 63 (ensure_dir) COMPLETE
86812025-08-18T19:46:05.375Z[ recovery-image] Aug 18 19:46:04.673 INFO O| Aug 18 19:46:04.673 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86822025-08-18T19:46:05.382Z[ recovery-image] Aug 18 19:46:04.684 INFO O| Aug 18 19:46:04.684 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
86832025-08-18T19:46:05.382Z[ recovery-image] Aug 18 19:46:04.684 INFO O| Aug 18 19:46:04.684 INFO copying /tmp/.tmpgW5B7U/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
86842025-08-18T19:46:05.386Z[ recovery-image] Aug 18 19:46:04.684 INFO O| Aug 18 19:46:04.684 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
86852025-08-18T19:46:05.386Z[ recovery-image] Aug 18 19:46:04.684 INFO O| Aug 18 19:46:04.684 INFO ok!
86862025-08-18T19:46:05.386Z[ recovery-image] Aug 18 19:46:04.684 INFO O| Aug 18 19:46:04.684 INFO STEP 64 (ensure_file) COMPLETE
86872025-08-18T19:46:05.386Z[ recovery-image] Aug 18 19:46:04.684 INFO O| Aug 18 19:46:04.684 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86882025-08-18T19:46:05.390Z[ recovery-image] Aug 18 19:46:04.692 INFO O| Aug 18 19:46:04.692 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
86892025-08-18T19:46:05.394Z[ recovery-image] Aug 18 19:46:04.692 INFO O| Aug 18 19:46:04.692 INFO copying /tmp/.tmpgW5B7U/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
86902025-08-18T19:46:05.394Z[ recovery-image] Aug 18 19:46:04.692 INFO O| Aug 18 19:46:04.692 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
86912025-08-18T19:46:05.395Z[ recovery-image] Aug 18 19:46:04.692 INFO O| Aug 18 19:46:04.692 INFO ok!
86922025-08-18T19:46:05.395Z[ recovery-image] Aug 18 19:46:04.692 INFO O| Aug 18 19:46:04.692 INFO STEP 65 (ensure_file) COMPLETE
86932025-08-18T19:46:05.395Z[ recovery-image] Aug 18 19:46:04.692 INFO O| Aug 18 19:46:04.692 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86942025-08-18T19:46:05.401Z[ recovery-image] Aug 18 19:46:04.702 INFO O| Aug 18 19:46:04.702 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
86952025-08-18T19:46:05.401Z[ recovery-image] Aug 18 19:46:04.702 INFO O| Aug 18 19:46:04.702 INFO STEP 66 (ensure_dir) COMPLETE
86962025-08-18T19:46:05.404Z[ recovery-image] Aug 18 19:46:04.702 INFO O| Aug 18 19:46:04.702 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86972025-08-18T19:46:05.410Z[ recovery-image] Aug 18 19:46:04.711 INFO O| Aug 18 19:46:04.710 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
86982025-08-18T19:46:05.410Z[ recovery-image] Aug 18 19:46:04.711 INFO O| Aug 18 19:46:04.710 INFO STEP 67 (ensure_dir) COMPLETE
86992025-08-18T19:46:05.413Z[ recovery-image] Aug 18 19:46:04.711 INFO O| Aug 18 19:46:04.710 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87002025-08-18T19:46:05.421Z[ recovery-image] Aug 18 19:46:04.723 INFO O| Aug 18 19:46:04.723 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
87012025-08-18T19:46:05.424Z[ recovery-image] Aug 18 19:46:04.723 INFO O| Aug 18 19:46:04.723 INFO STEP 68 (ensure_dir) COMPLETE
87022025-08-18T19:46:05.424Z[ recovery-image] Aug 18 19:46:04.723 INFO O| Aug 18 19:46:04.723 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87032025-08-18T19:46:05.429Z[ recovery-image] Aug 18 19:46:04.731 INFO O| Aug 18 19:46:04.730 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
87042025-08-18T19:46:05.429Z[ recovery-image] Aug 18 19:46:04.731 INFO O| Aug 18 19:46:04.731 INFO STEP 69 (ensure_dir) COMPLETE
87052025-08-18T19:46:05.432Z[ recovery-image] Aug 18 19:46:04.731 INFO O| Aug 18 19:46:04.731 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87062025-08-18T19:46:05.439Z[ recovery-image] Aug 18 19:46:04.741 INFO O| Aug 18 19:46:04.741 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
87072025-08-18T19:46:05.439Z[ recovery-image] Aug 18 19:46:04.741 INFO O| Aug 18 19:46:04.741 INFO copying /tmp/.tmpgW5B7U/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
87082025-08-18T19:46:05.443Z[ recovery-image] Aug 18 19:46:04.741 INFO O| Aug 18 19:46:04.741 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
87092025-08-18T19:46:05.443Z[ recovery-image] Aug 18 19:46:04.741 INFO O| Aug 18 19:46:04.741 INFO ok!
87102025-08-18T19:46:05.443Z[ recovery-image] Aug 18 19:46:04.741 INFO O| Aug 18 19:46:04.741 INFO STEP 70 (ensure_file) COMPLETE
87112025-08-18T19:46:05.443Z[ recovery-image] Aug 18 19:46:04.741 INFO O| Aug 18 19:46:04.741 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87122025-08-18T19:46:05.450Z[ recovery-image] Aug 18 19:46:04.752 INFO O| Aug 18 19:46:04.752 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
87132025-08-18T19:46:05.453Z[ recovery-image] Aug 18 19:46:04.752 INFO O| Aug 18 19:46:04.752 INFO STEP 71 (remove_files) COMPLETE
87142025-08-18T19:46:05.453Z[ recovery-image] Aug 18 19:46:04.752 INFO O| Aug 18 19:46:04.752 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87152025-08-18T19:46:05.461Z[ recovery-image] Aug 18 19:46:04.762 INFO O| Aug 18 19:46:04.762 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
87162025-08-18T19:46:05.464Z[ recovery-image] Aug 18 19:46:04.763 INFO O| Aug 18 19:46:04.763 INFO STEP 72 (remove_files) COMPLETE
87172025-08-18T19:46:05.464Z[ recovery-image] Aug 18 19:46:04.763 INFO O| Aug 18 19:46:04.763 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87182025-08-18T19:46:05.472Z[ recovery-image] Aug 18 19:46:04.774 INFO O| Aug 18 19:46:04.774 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
87192025-08-18T19:46:05.475Z[ recovery-image] Aug 18 19:46:04.774 INFO O| Aug 18 19:46:04.774 INFO STEP 73 (remove_files) COMPLETE
87202025-08-18T19:46:05.475Z[ recovery-image] Aug 18 19:46:04.774 INFO O| Aug 18 19:46:04.774 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87212025-08-18T19:46:05.485Z[ recovery-image] Aug 18 19:46:04.787 INFO O| Aug 18 19:46:04.787 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
87222025-08-18T19:46:05.488Z[ recovery-image] Aug 18 19:46:04.787 INFO O| Aug 18 19:46:04.787 INFO STEP 74 (remove_files) COMPLETE
87232025-08-18T19:46:05.488Z[ recovery-image] Aug 18 19:46:04.787 INFO O| Aug 18 19:46:04.787 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87242025-08-18T19:46:05.495Z[ recovery-image] Aug 18 19:46:04.796 INFO O| Aug 18 19:46:04.796 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
87252025-08-18T19:46:05.499Z[ recovery-image] Aug 18 19:46:04.796 INFO O| Aug 18 19:46:04.796 INFO STEP 75 (remove_files) COMPLETE
87262025-08-18T19:46:05.499Z[ recovery-image] Aug 18 19:46:04.797 INFO O| Aug 18 19:46:04.796 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87272025-08-18T19:46:05.505Z[ recovery-image] Aug 18 19:46:04.807 INFO O| Aug 18 19:46:04.807 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
87282025-08-18T19:46:05.508Z[ recovery-image] Aug 18 19:46:04.807 INFO O| Aug 18 19:46:04.807 INFO STEP 76 (remove_files) COMPLETE
87292025-08-18T19:46:05.508Z[ recovery-image] Aug 18 19:46:04.807 INFO O| Aug 18 19:46:04.807 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87302025-08-18T19:46:05.519Z[ recovery-image] Aug 18 19:46:04.820 INFO O| Aug 18 19:46:04.819 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
87312025-08-18T19:46:05.519Z[ recovery-image] Aug 18 19:46:04.820 INFO O| Aug 18 19:46:04.820 INFO STEP 77 (remove_files) COMPLETE
87322025-08-18T19:46:05.522Z[ recovery-image] Aug 18 19:46:04.820 INFO O| Aug 18 19:46:04.820 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87332025-08-18T19:46:05.530Z[ recovery-image] Aug 18 19:46:04.831 INFO O| Aug 18 19:46:04.831 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
87342025-08-18T19:46:05.530Z[ recovery-image] Aug 18 19:46:04.831 INFO O| Aug 18 19:46:04.831 INFO STEP 78 (remove_files) COMPLETE
87352025-08-18T19:46:05.530Z[ recovery-image] Aug 18 19:46:04.831 INFO O| Aug 18 19:46:04.831 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87362025-08-18T19:46:05.538Z[ recovery-image] Aug 18 19:46:04.840 INFO O| Aug 18 19:46:04.840 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
87372025-08-18T19:46:05.538Z[ recovery-image] Aug 18 19:46:04.840 INFO O| Aug 18 19:46:04.840 INFO STEP 79 (remove_files) COMPLETE
87382025-08-18T19:46:05.542Z[ recovery-image] Aug 18 19:46:04.840 INFO O| Aug 18 19:46:04.840 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87392025-08-18T19:46:05.548Z[ recovery-image] Aug 18 19:46:04.849 INFO O| Aug 18 19:46:04.849 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
87402025-08-18T19:46:05.548Z[ recovery-image] Aug 18 19:46:04.850 INFO O| Aug 18 19:46:04.849 INFO STEP 80 (remove_files) COMPLETE
87412025-08-18T19:46:05.551Z[ recovery-image] Aug 18 19:46:04.850 INFO O| Aug 18 19:46:04.850 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87422025-08-18T19:46:05.556Z[ recovery-image] Aug 18 19:46:04.858 INFO O| Aug 18 19:46:04.858 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
87432025-08-18T19:46:05.559Z[ recovery-image] Aug 18 19:46:04.858 INFO O| Aug 18 19:46:04.858 INFO STEP 81 (remove_files) COMPLETE
87442025-08-18T19:46:05.559Z[ recovery-image] Aug 18 19:46:04.858 INFO O| Aug 18 19:46:04.858 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87452025-08-18T19:46:05.569Z[ recovery-image] Aug 18 19:46:04.869 INFO O| Aug 18 19:46:04.869 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
87462025-08-18T19:46:05.569Z[ recovery-image] Aug 18 19:46:04.869 INFO O| Aug 18 19:46:04.869 INFO STEP 82 (remove_files) COMPLETE
87472025-08-18T19:46:05.573Z[ recovery-image] Aug 18 19:46:04.869 INFO O| Aug 18 19:46:04.869 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87482025-08-18T19:46:05.579Z[ recovery-image] Aug 18 19:46:04.881 INFO O| Aug 18 19:46:04.881 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
87492025-08-18T19:46:05.579Z[ recovery-image] Aug 18 19:46:04.881 INFO O| Aug 18 19:46:04.881 INFO STEP 83 (remove_files) COMPLETE
87502025-08-18T19:46:05.584Z[ recovery-image] Aug 18 19:46:04.881 INFO O| Aug 18 19:46:04.881 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87512025-08-18T19:46:05.588Z[ recovery-image] Aug 18 19:46:04.890 INFO O| Aug 18 19:46:04.890 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
87522025-08-18T19:46:05.596Z[ recovery-image] Aug 18 19:46:04.890 INFO O| Aug 18 19:46:04.890 INFO STEP 84 (remove_files) COMPLETE
87532025-08-18T19:46:05.596Z[ recovery-image] Aug 18 19:46:04.890 INFO O| Aug 18 19:46:04.890 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87542025-08-18T19:46:05.600Z[ recovery-image] Aug 18 19:46:04.901 INFO O| Aug 18 19:46:04.901 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
87552025-08-18T19:46:05.600Z[ recovery-image] Aug 18 19:46:04.901 INFO O| Aug 18 19:46:04.901 INFO STEP 85 (remove_files) COMPLETE
87562025-08-18T19:46:05.600Z[ recovery-image] Aug 18 19:46:04.901 INFO O| Aug 18 19:46:04.901 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87572025-08-18T19:46:05.612Z[ recovery-image] Aug 18 19:46:04.913 INFO O| Aug 18 19:46:04.913 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
87582025-08-18T19:46:05.612Z[ recovery-image] Aug 18 19:46:04.913 INFO O| Aug 18 19:46:04.913 INFO STEP 86 (remove_files) COMPLETE
87592025-08-18T19:46:05.615Z[ recovery-image] Aug 18 19:46:04.913 INFO O| Aug 18 19:46:04.913 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87602025-08-18T19:46:05.625Z[ recovery-image] Aug 18 19:46:04.926 INFO O| Aug 18 19:46:04.926 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
87612025-08-18T19:46:05.626Z[ recovery-image] Aug 18 19:46:04.926 INFO O| Aug 18 19:46:04.926 INFO STEP 87 (remove_files) COMPLETE
87622025-08-18T19:46:05.629Z[ recovery-image] Aug 18 19:46:04.926 INFO O| Aug 18 19:46:04.926 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87632025-08-18T19:46:05.636Z[ recovery-image] Aug 18 19:46:04.938 INFO O| Aug 18 19:46:04.938 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
87642025-08-18T19:46:05.643Z[ recovery-image] Aug 18 19:46:04.938 INFO O| Aug 18 19:46:04.938 INFO STEP 88 (remove_files) COMPLETE
87652025-08-18T19:46:05.643Z[ recovery-image] Aug 18 19:46:04.938 INFO O| Aug 18 19:46:04.938 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87662025-08-18T19:46:05.647Z[ recovery-image] Aug 18 19:46:04.947 INFO O| Aug 18 19:46:04.947 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
87672025-08-18T19:46:05.647Z[ recovery-image] Aug 18 19:46:04.947 INFO O| Aug 18 19:46:04.947 INFO STEP 89 (remove_files) COMPLETE
87682025-08-18T19:46:05.647Z[ recovery-image] Aug 18 19:46:04.947 INFO O| Aug 18 19:46:04.947 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87692025-08-18T19:46:05.655Z[ recovery-image] Aug 18 19:46:04.957 INFO O| Aug 18 19:46:04.957 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
87702025-08-18T19:46:05.659Z[ recovery-image] Aug 18 19:46:04.957 INFO O| Aug 18 19:46:04.957 INFO STEP 90 (remove_files) COMPLETE
87712025-08-18T19:46:05.659Z[ recovery-image] Aug 18 19:46:04.957 INFO O| Aug 18 19:46:04.957 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87722025-08-18T19:46:05.666Z[ recovery-image] Aug 18 19:46:04.966 INFO O| Aug 18 19:46:04.966 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
87732025-08-18T19:46:05.666Z[ recovery-image] Aug 18 19:46:04.966 INFO O| Aug 18 19:46:04.966 INFO STEP 91 (remove_files) COMPLETE
87742025-08-18T19:46:05.669Z[ recovery-image] Aug 18 19:46:04.966 INFO O| Aug 18 19:46:04.966 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87752025-08-18T19:46:05.673Z[ recovery-image] Aug 18 19:46:04.974 INFO O| Aug 18 19:46:04.974 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
87762025-08-18T19:46:05.673Z[ recovery-image] Aug 18 19:46:04.975 INFO O| Aug 18 19:46:04.974 INFO STEP 92 (remove_files) COMPLETE
87772025-08-18T19:46:05.673Z[ recovery-image] Aug 18 19:46:04.975 INFO O| Aug 18 19:46:04.975 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87782025-08-18T19:46:05.681Z[ recovery-image] Aug 18 19:46:04.983 INFO O| Aug 18 19:46:04.983 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
87792025-08-18T19:46:05.684Z[ recovery-image] Aug 18 19:46:04.983 INFO O| Aug 18 19:46:04.983 INFO STEP 93 (remove_files) COMPLETE
87802025-08-18T19:46:05.684Z[ recovery-image] Aug 18 19:46:04.983 INFO O| Aug 18 19:46:04.983 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87812025-08-18T19:46:05.691Z[ recovery-image] Aug 18 19:46:04.993 INFO O| Aug 18 19:46:04.993 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
87822025-08-18T19:46:05.691Z[ recovery-image] Aug 18 19:46:04.993 INFO O| Aug 18 19:46:04.993 INFO STEP 94 (remove_files) COMPLETE
87832025-08-18T19:46:05.691Z[ recovery-image] Aug 18 19:46:04.993 INFO O| Aug 18 19:46:04.993 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87842025-08-18T19:46:05.702Z[ recovery-image] Aug 18 19:46:05.004 INFO O| Aug 18 19:46:05.004 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
87852025-08-18T19:46:05.702Z[ recovery-image] Aug 18 19:46:05.004 INFO O| Aug 18 19:46:05.004 INFO STEP 95 (remove_files) COMPLETE
87862025-08-18T19:46:05.706Z[ recovery-image] Aug 18 19:46:05.004 INFO O| Aug 18 19:46:05.004 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87872025-08-18T19:46:05.713Z[ recovery-image] Aug 18 19:46:05.015 INFO O| Aug 18 19:46:05.015 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
87882025-08-18T19:46:05.713Z[ recovery-image] Aug 18 19:46:05.015 INFO O| Aug 18 19:46:05.015 INFO STEP 96 (remove_files) COMPLETE
87892025-08-18T19:46:05.717Z[ recovery-image] Aug 18 19:46:05.015 INFO O| Aug 18 19:46:05.015 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87902025-08-18T19:46:05.723Z[ recovery-image] Aug 18 19:46:05.025 INFO O| Aug 18 19:46:05.025 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
87912025-08-18T19:46:05.723Z[ recovery-image] Aug 18 19:46:05.025 INFO O| Aug 18 19:46:05.025 INFO STEP 97 (remove_files) COMPLETE
87922025-08-18T19:46:05.727Z[ recovery-image] Aug 18 19:46:05.025 INFO O| Aug 18 19:46:05.025 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87932025-08-18T19:46:05.733Z[ recovery-image] Aug 18 19:46:05.035 INFO O| Aug 18 19:46:05.035 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
87942025-08-18T19:46:05.733Z[ recovery-image] Aug 18 19:46:05.035 INFO O| Aug 18 19:46:05.035 INFO STEP 98 (remove_files) COMPLETE
87952025-08-18T19:46:05.733Z[ recovery-image] Aug 18 19:46:05.035 INFO O| Aug 18 19:46:05.035 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87962025-08-18T19:46:05.745Z[ recovery-image] Aug 18 19:46:05.045 INFO O| Aug 18 19:46:05.045 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
87972025-08-18T19:46:05.748Z[ recovery-image] Aug 18 19:46:05.045 INFO O| Aug 18 19:46:05.045 INFO STEP 99 (remove_files) COMPLETE
87982025-08-18T19:46:05.748Z[ recovery-image] Aug 18 19:46:05.045 INFO O| Aug 18 19:46:05.045 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87992025-08-18T19:46:05.756Z[ recovery-image] Aug 18 19:46:05.058 INFO O| Aug 18 19:46:05.058 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
88002025-08-18T19:46:05.762Z[ recovery-image] Aug 18 19:46:05.059 INFO O| Aug 18 19:46:05.059 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
88012025-08-18T19:46:13.986Z[ recovery-image] Aug 18 19:46:13.298 INFO O| Aug 18 19:46:13.298 INFO O| Loading smf(7) service descriptions: 1/682/683/684/685/686/687/688/689/6810/6811/6812/6813/6814/6815/6816/6817/6818/6819/6820/6821/6822/6823/6824/6825/6826/6827/6828/6829/6830/6831/6832/6833/6834/6835/6836/6837/6838/6839/6840/6841/6842/6843/6844/6845/6846/6847/6848/6849/6850/6851/6852/6853/6854/6855/6856/6857/6858/6859/6860/6861/6862/6863/6864/6865/6866/6867/6868/68
88022025-08-18T19:46:13.986Z[ recovery-image] Aug 18 19:46:13.298 INFO O| Aug 18 19:46:13.298 INFO E| svccfg: Loaded 68 smf(7) service descriptions
88032025-08-18T19:46:14.000Z[ recovery-image] Aug 18 19:46:13.312 INFO O| Aug 18 19:46:13.312 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
88042025-08-18T19:46:14.140Z[ recovery-image] Aug 18 19:46:13.452 INFO O| Aug 18 19:46:13.452 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
88052025-08-18T19:46:14.219Z[ recovery-image] Aug 18 19:46:13.531 INFO O| Aug 18 19:46:13.531 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
88062025-08-18T19:46:14.301Z[ recovery-image] Aug 18 19:46:13.614 INFO O| Aug 18 19:46:13.614 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
88072025-08-18T19:46:14.301Z[ recovery-image] Aug 18 19:46:13.614 INFO O| Aug 18 19:46:13.614 INFO copying /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db ...
88082025-08-18T19:46:14.304Z[ recovery-image] Aug 18 19:46:13.617 INFO O| Aug 18 19:46:13.617 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
88092025-08-18T19:46:14.304Z[ recovery-image] Aug 18 19:46:13.617 INFO O| Aug 18 19:46:13.617 INFO ok!
88102025-08-18T19:46:14.304Z[ recovery-image] Aug 18 19:46:13.617 INFO O| Aug 18 19:46:13.617 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
88112025-08-18T19:46:14.304Z[ recovery-image] Aug 18 19:46:13.617 INFO O| Aug 18 19:46:13.617 INFO STEP 100 (seed_smf) COMPLETE
88122025-08-18T19:46:14.304Z[ recovery-image] Aug 18 19:46:13.617 INFO O| Aug 18 19:46:13.617 INFO steps complete; finalising image!
88132025-08-18T19:46:14.305Z[ recovery-image] Aug 18 19:46:13.617 INFO O| Aug 18 19:46:13.617 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
88142025-08-18T19:46:14.340Z[ recovery-image] Aug 18 19:46:13.653 INFO O| Aug 18 19:46:13.653 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Mon Aug 18 19:46:13 2025)
88152025-08-18T19:46:14.545Z[ recovery-image] Aug 18 19:46:13.858 INFO O| Aug 18 19:46:13.858 INFO trim TEMPORARY-sled-zfs-recovery: (69% trimmed, started at Mon Aug 18 19:46:13 2025)
88162025-08-18T19:46:14.765Z[ recovery-image] Aug 18 19:46:14.079 INFO O| Aug 18 19:46:14.078 INFO temporary pool has 415M used, 1.34G avail, 1.00x compressratio
88172025-08-18T19:46:14.765Z[ recovery-image] Aug 18 19:46:14.079 INFO O| Aug 18 19:46:14.079 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
88182025-08-18T19:46:15.004Z[ recovery-image] Aug 18 19:46:14.315 INFO O| Aug 18 19:46:14.315 INFO copying image /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw to output file /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88192025-08-18T19:46:15.004Z[ recovery-image] Aug 18 19:46:14.315 INFO O| Aug 18 19:46:14.315 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
88202025-08-18T19:46:18.151Z[ recovery-image] Aug 18 19:46:17.469 INFO O| Aug 18 19:46:17.469 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88212025-08-18T19:46:18.151Z[ recovery-image] Aug 18 19:46:17.469 INFO O| Aug 18 19:46:17.469 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88222025-08-18T19:46:18.154Z[ recovery-image] Aug 18 19:46:17.469 INFO O| Aug 18 19:46:17.469 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88232025-08-18T19:46:18.154Z[ recovery-image] Aug 18 19:46:17.469 INFO O| Aug 18 19:46:17.469 INFO completed processing sled/zfs-recovery
88242025-08-18T19:46:18.154Z[ recovery-image] Aug 18 19:46:17.469 INFO O| Aug 18 19:46:17.469 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
88252025-08-18T19:46:18.808Z[ recovery-image] Aug 18 19:46:18.127 INFO O| Aug 18 19:46:18.127 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
88262025-08-18T19:46:18.916Z[ recovery-image] Aug 18 19:46:18.234 INFO BUILD STRING "heads/stlouis-0-g040d844ba4\n"
88272025-08-18T19:46:18.919Z[ recovery-image] Aug 18 19:46:18.235 INFO expanded image name: "recovery 33b0017/${os_short_commit} 2025-08-18 19:00" -> "recovery 33b0017/040d844 2025-08-18 19:00"
88282025-08-18T19:46:18.919Z[ recovery-image] Aug 18 19:46:18.235 INFO output artefacts stored in: "/work/os-recovery"
88292025-08-18T19:46:18.919Z[ recovery-image] Aug 18 19:46:18.236 INFO collecting git info from project "pinprick"...
88302025-08-18T19:46:18.971Z[ recovery-image] Aug 18 19:46:18.289 INFO collecting git info from project "phbl"...
88312025-08-18T19:46:18.986Z[ recovery-image] Aug 18 19:46:18.305 INFO collecting git info from project "amd-firmware"...
88322025-08-18T19:46:19.136Z[ recovery-image] Aug 18 19:46:18.455 INFO collecting git info from project "image-builder"...
88332025-08-18T19:46:19.159Z[ recovery-image] Aug 18 19:46:18.478 INFO collecting git info from project "chelsio-t6-roms"...
88342025-08-18T19:46:19.204Z[ recovery-image] Aug 18 19:46:18.523 INFO collecting git info from project "pilot"...
88352025-08-18T19:46:19.268Z[ recovery-image] Aug 18 19:46:18.588 INFO collecting git info from project "amd-host-image-builder"...
88362025-08-18T19:46:19.345Z[ recovery-image] Aug 18 19:46:18.664 INFO collecting git info from project "bootserver"...
88372025-08-18T19:46:19.362Z[ recovery-image] Aug 18 19:46:18.682 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
88382025-08-18T19:46:19.807Z[ recovery-image] Aug 18 19:46:19.127 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
88392025-08-18T19:46:20.335Z[ recovery-image] Aug 18 19:46:19.655 INFO creating Oxide boot image...
88402025-08-18T19:46:20.338Z[ recovery-image] Aug 18 19:46:19.656 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 33b0017/040d844 2025-08-18 19:00", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
88412025-08-18T19:46:42.132Z[ host-image] Aug 18 19:46:41.480 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23508:20250812T203737Z
88422025-08-18T19:46:42.132Z[ host-image] Aug 18 19:46:41.480 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23508:20250812T203737Z
88432025-08-18T19:46:42.135Z[ host-image] Aug 18 19:46:41.480 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
88442025-08-18T19:46:42.135Z[ host-image] Aug 18 19:46:41.480 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
88452025-08-18T19:46:42.135Z[ host-image] Aug 18 19:46:41.480 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
88462025-08-18T19:46:42.135Z[ host-image] Aug 18 19:46:41.480 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
88472025-08-18T19:46:42.135Z[ host-image] Aug 18 19:46:41.481 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
88482025-08-18T19:46:42.135Z[ host-image] Aug 18 19:46:41.481 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
88492025-08-18T19:46:42.135Z[ host-image] Aug 18 19:46:41.482 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@16.0.0.0:20250818T190144Z
88502025-08-18T19:46:42.135Z[ host-image] Aug 18 19:46:41.482 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
88512025-08-18T19:46:42.135Z[ host-image] Aug 18 19:46:41.482 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
88522025-08-18T19:46:42.135Z[ host-image] Aug 18 19:46:41.482 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23508:20250812T203738Z
88532025-08-18T19:46:42.139Z[ host-image] Aug 18 19:46:41.484 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23508:20250812T203738Z
88542025-08-18T19:46:42.139Z[ host-image] Aug 18 19:46:41.484 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23508:20250812T203739Z
88552025-08-18T19:46:42.139Z[ host-image] Aug 18 19:46:41.484 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23508:20250812T203739Z
88562025-08-18T19:46:42.139Z[ host-image] Aug 18 19:46:41.484 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
88572025-08-18T19:46:42.139Z[ host-image] Aug 18 19:46:41.485 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23508:20250812T203739Z
88582025-08-18T19:46:42.139Z[ host-image] Aug 18 19:46:41.485 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23508:20250812T203739Z
88592025-08-18T19:46:42.139Z[ host-image] Aug 18 19:46:41.486 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23508:20250812T203739Z
88602025-08-18T19:46:42.139Z[ host-image] Aug 18 19:46:41.486 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23508:20250812T203739Z
88612025-08-18T19:46:42.139Z[ host-image] Aug 18 19:46:41.486 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23508:20250812T203740Z
88622025-08-18T19:46:42.139Z[ host-image] Aug 18 19:46:41.486 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23508:20250812T203740Z
88632025-08-18T19:46:42.139Z[ host-image] Aug 18 19:46:41.486 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23508:20250812T203740Z
88642025-08-18T19:46:42.139Z[ host-image] Aug 18 19:46:41.486 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23508:20250812T203741Z
88652025-08-18T19:46:42.140Z[ host-image] Aug 18 19:46:41.486 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23508:20250812T203741Z
88662025-08-18T19:46:42.140Z[ host-image] Aug 18 19:46:41.486 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23508:20250812T203742Z
88672025-08-18T19:46:42.140Z[ host-image] Aug 18 19:46:41.487 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23508:20250812T203743Z
88682025-08-18T19:46:42.140Z[ host-image] Aug 18 19:46:41.487 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23508:20250812T203743Z
88692025-08-18T19:46:42.140Z[ host-image] Aug 18 19:46:41.487 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23508:20250812T203744Z
88702025-08-18T19:46:42.140Z[ host-image] Aug 18 19:46:41.487 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23508:20250812T203745Z
88712025-08-18T19:46:42.140Z[ host-image] Aug 18 19:46:41.487 INFO O| install = pkg://helios-dev/driver/network/opte@0.37.402:20250804T171548Z
88722025-08-18T19:46:42.140Z[ host-image] Aug 18 19:46:41.487 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23508:20250812T203746Z
88732025-08-18T19:46:42.140Z[ host-image] Aug 18 19:46:41.487 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23508:20250812T203748Z
88742025-08-18T19:46:42.140Z[ host-image] Aug 18 19:46:41.487 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23508:20250812T203749Z
88752025-08-18T19:46:42.140Z[ host-image] Aug 18 19:46:41.487 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23508:20250812T203750Z
88762025-08-18T19:46:42.144Z[ host-image] Aug 18 19:46:41.488 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23508:20250812T203751Z
88772025-08-18T19:46:42.144Z[ host-image] Aug 18 19:46:41.488 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23508:20250812T203751Z
88782025-08-18T19:46:42.147Z[ host-image] Aug 18 19:46:41.494 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
88792025-08-18T19:46:42.147Z[ host-image] Aug 18 19:46:41.494 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23508:20250812T203751Z
88802025-08-18T19:46:42.147Z[ host-image] Aug 18 19:46:41.494 INFO O| install = pkg://helios-dev/library/expat@2.7.1-2.0:20250329T143900Z
88812025-08-18T19:46:42.147Z[ host-image] Aug 18 19:46:41.495 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
88822025-08-18T19:46:42.147Z[ host-image] Aug 18 19:46:41.495 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
88832025-08-18T19:46:42.150Z[ host-image] Aug 18 19:46:41.495 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23508:20250812T203751Z
88842025-08-18T19:46:42.150Z[ host-image] Aug 18 19:46:41.495 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
88852025-08-18T19:46:42.150Z[ host-image] Aug 18 19:46:41.496 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
88862025-08-18T19:46:42.150Z[ host-image] Aug 18 19:46:41.496 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
88872025-08-18T19:46:42.150Z[ host-image] Aug 18 19:46:41.496 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
88882025-08-18T19:46:42.156Z[ host-image] Aug 18 19:46:41.505 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
88892025-08-18T19:46:42.156Z[ host-image] Aug 18 19:46:41.505 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
88902025-08-18T19:46:42.156Z[ host-image] Aug 18 19:46:41.505 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
88912025-08-18T19:46:42.159Z[ host-image] Aug 18 19:46:41.505 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
88922025-08-18T19:46:42.159Z[ host-image] Aug 18 19:46:41.506 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
88932025-08-18T19:46:42.159Z[ host-image] Aug 18 19:46:41.506 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
88942025-08-18T19:46:42.179Z[ host-image] Aug 18 19:46:41.528 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.17-2.0:20250701T143425Z
88952025-08-18T19:46:42.183Z[ host-image] Aug 18 19:46:41.528 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
88962025-08-18T19:46:42.183Z[ host-image] Aug 18 19:46:41.528 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
88972025-08-18T19:46:42.183Z[ host-image] Aug 18 19:46:41.529 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23508:20250812T203753Z
88982025-08-18T19:46:42.183Z[ host-image] Aug 18 19:46:41.529 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23508:20250812T203759Z
88992025-08-18T19:46:42.183Z[ host-image] Aug 18 19:46:41.529 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
89002025-08-18T19:46:42.183Z[ host-image] Aug 18 19:46:41.529 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23508:20250812T203759Z
89012025-08-18T19:46:42.183Z[ host-image] Aug 18 19:46:41.529 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
89022025-08-18T19:46:42.183Z[ host-image] Aug 18 19:46:41.529 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
89032025-08-18T19:46:42.183Z[ host-image] Aug 18 19:46:41.529 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.40:20250409T152351Z
89042025-08-18T19:46:42.183Z[ host-image] Aug 18 19:46:41.529 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
89052025-08-18T19:46:42.183Z[ host-image] Aug 18 19:46:41.529 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23508:20250812T203800Z
89062025-08-18T19:46:42.183Z[ host-image] Aug 18 19:46:41.529 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
89072025-08-18T19:46:42.187Z[ host-image] Aug 18 19:46:41.532 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
89082025-08-18T19:46:42.187Z[ host-image] Aug 18 19:46:41.532 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
89092025-08-18T19:46:42.187Z[ host-image] Aug 18 19:46:41.532 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
89102025-08-18T19:46:42.187Z[ host-image] Aug 18 19:46:41.532 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23508:20250812T203800Z
89112025-08-18T19:46:42.187Z[ host-image] Aug 18 19:46:41.532 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
89122025-08-18T19:46:42.191Z[ host-image] Aug 18 19:46:41.540 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
89132025-08-18T19:46:42.191Z[ host-image] Aug 18 19:46:41.540 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23508:20250812T203800Z
89142025-08-18T19:46:42.207Z[ host-image] Aug 18 19:46:41.555 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23508:20250812T203801Z
89152025-08-18T19:46:42.211Z[ host-image] Aug 18 19:46:41.556 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23508:20250812T203801Z
89162025-08-18T19:46:42.211Z[ host-image] Aug 18 19:46:41.556 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
89172025-08-18T19:46:42.211Z[ host-image] Aug 18 19:46:41.556 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23508:20250812T203802Z
89182025-08-18T19:46:42.211Z[ host-image] Aug 18 19:46:41.556 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23508:20250812T203802Z
89192025-08-18T19:46:42.211Z[ host-image] Aug 18 19:46:41.557 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23508:20250812T203802Z
89202025-08-18T19:46:42.211Z[ host-image] Aug 18 19:46:41.557 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23508:20250812T203802Z
89212025-08-18T19:46:42.211Z[ host-image] Aug 18 19:46:41.559 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
89222025-08-18T19:46:42.211Z[ host-image] Aug 18 19:46:41.559 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23508:20250812T203803Z
89232025-08-18T19:46:42.214Z[ host-image] Aug 18 19:46:41.560 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23508:20250812T203804Z
89242025-08-18T19:46:42.214Z[ host-image] Aug 18 19:46:41.560 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
89252025-08-18T19:46:42.215Z[ host-image] Aug 18 19:46:41.560 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23508:20250812T203804Z
89262025-08-18T19:46:42.215Z[ host-image] Aug 18 19:46:41.560 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23508:20250812T203805Z
89272025-08-18T19:46:42.215Z[ host-image] Aug 18 19:46:41.560 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23508:20250812T203805Z
89282025-08-18T19:46:42.215Z[ host-image] Aug 18 19:46:41.561 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23508:20250812T203805Z
89292025-08-18T19:46:42.218Z[ host-image] Aug 18 19:46:41.566 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23508:20250812T203805Z
89302025-08-18T19:46:42.218Z[ host-image] Aug 18 19:46:41.566 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
89312025-08-18T19:46:42.222Z[ host-image] Aug 18 19:46:41.567 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23508:20250812T203805Z
89322025-08-18T19:46:42.222Z[ host-image] Aug 18 19:46:41.568 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23508:20250812T203805Z
89332025-08-18T19:46:42.222Z[ host-image] Aug 18 19:46:41.568 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23508:20250812T203805Z
89342025-08-18T19:46:42.222Z[ host-image] Aug 18 19:46:41.569 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23508:20250812T203805Z
89352025-08-18T19:46:42.222Z[ host-image] Aug 18 19:46:41.569 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23508:20250812T203806Z
89362025-08-18T19:46:42.222Z[ host-image] Aug 18 19:46:41.569 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23508:20250812T203806Z
89372025-08-18T19:46:42.227Z[ host-image] Aug 18 19:46:41.576 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23508:20250812T203807Z
89382025-08-18T19:46:42.228Z[ host-image] Aug 18 19:46:41.576 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23508:20250812T203807Z
89392025-08-18T19:46:42.231Z[ host-image] Aug 18 19:46:41.576 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23508:20250812T203807Z
89402025-08-18T19:46:42.232Z[ host-image] Aug 18 19:46:41.577 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23508:20250812T203807Z
89412025-08-18T19:46:42.232Z[ host-image] Aug 18 19:46:41.578 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23508:20250812T203807Z
89422025-08-18T19:46:42.251Z[ host-image] Aug 18 19:46:41.599 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23508:20250812T203810Z
89432025-08-18T19:46:42.251Z[ host-image] Aug 18 19:46:41.599 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23508:20250812T203807Z
89442025-08-18T19:46:42.254Z[ host-image] Aug 18 19:46:41.600 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23508:20250812T203808Z
89452025-08-18T19:46:42.254Z[ host-image] Aug 18 19:46:41.600 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
89462025-08-18T19:46:42.254Z[ host-image] Aug 18 19:46:41.600 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
89472025-08-18T19:46:42.273Z[ host-image] Aug 18 19:46:41.621 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23508:20250812T203808Z
89482025-08-18T19:46:42.273Z[ host-image] Aug 18 19:46:41.621 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
89492025-08-18T19:46:42.276Z[ host-image] Aug 18 19:46:41.622 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23508:20250812T203808Z
89502025-08-18T19:46:42.276Z[ host-image] Aug 18 19:46:41.622 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23508:20250812T203808Z
89512025-08-18T19:46:42.276Z[ host-image] Aug 18 19:46:41.623 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23508:20250812T203808Z
89522025-08-18T19:46:42.276Z[ host-image] Aug 18 19:46:41.623 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
89532025-08-18T19:46:42.276Z[ host-image] Aug 18 19:46:41.623 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
89542025-08-18T19:46:42.276Z[ host-image] Aug 18 19:46:41.624 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23508:20250812T203809Z
89552025-08-18T19:46:42.276Z[ host-image] Aug 18 19:46:41.624 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23508:20250812T203809Z
89562025-08-18T19:46:42.276Z[ host-image] Aug 18 19:46:41.624 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23508:20250812T203809Z
89572025-08-18T19:46:42.276Z[ host-image] Aug 18 19:46:41.624 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23508:20250812T203809Z
89582025-08-18T19:46:42.276Z[ host-image] Aug 18 19:46:41.625 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23508:20250812T203810Z
89592025-08-18T19:46:42.277Z[ host-image] Aug 18 19:46:41.625 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23508:20250812T203810Z
89602025-08-18T19:46:42.280Z[ host-image] Aug 18 19:46:41.627 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
89612025-08-18T19:46:42.280Z[ host-image] Aug 18 19:46:41.627 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23508:20250812T203811Z
89622025-08-18T19:46:42.280Z[ host-image] Aug 18 19:46:41.628 INFO O| install = pkg://helios-dev/system/microcode/intel@20250512-2.0.23508:20250812T203811Z
89632025-08-18T19:46:42.283Z[ host-image] Aug 18 19:46:41.629 INFO O| install = pkg://helios-dev/system/microcode/oxide@20250515-2.0.23508:20250812T203811Z
89642025-08-18T19:46:42.284Z[ host-image] Aug 18 19:46:41.629 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23508:20250812T203812Z
89652025-08-18T19:46:42.284Z[ host-image] Aug 18 19:46:41.629 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23508:20250812T203811Z
89662025-08-18T19:46:42.284Z[ host-image] Aug 18 19:46:41.629 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23508:20250812T203812Z
89672025-08-18T19:46:42.284Z[ host-image] Aug 18 19:46:41.630 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
89682025-08-18T19:46:42.284Z[ host-image] Aug 18 19:46:41.630 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
89692025-08-18T19:46:42.284Z[ host-image] Aug 18 19:46:41.630 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23508:20250812T203814Z
89702025-08-18T19:46:42.284Z[ host-image] Aug 18 19:46:41.630 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23508:20250812T203814Z
89712025-08-18T19:46:42.284Z[ host-image] Aug 18 19:46:41.631 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
89722025-08-18T19:46:42.284Z[ host-image] Aug 18 19:46:41.631 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
89732025-08-18T19:46:42.284Z[ host-image] Aug 18 19:46:41.631 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
89742025-08-18T19:46:42.284Z[ host-image] Aug 18 19:46:41.631 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
89752025-08-18T19:46:42.284Z[ host-image] Aug 18 19:46:41.631 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
89762025-08-18T19:46:42.284Z[ host-image] Aug 18 19:46:41.632 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
89772025-08-18T19:46:42.287Z[ host-image] Aug 18 19:46:41.634 INFO O| install = pkg://helios-dev/web/curl@8.14.0-2.0:20250603T111413Z
89782025-08-18T19:46:42.287Z[ host-image] Aug 18 19:46:41.634 INFO O| tempdir @ "/tmp/.tmpSIKwmM/tmp"
89792025-08-18T19:46:42.288Z[ host-image] Aug 18 19:46:41.634 INFO O| image root @ "/tmp/.tmpSIKwmM/tmp/root"
89802025-08-18T19:46:42.288Z[ host-image] Aug 18 19:46:41.634 INFO O| creating image...
89812025-08-18T19:46:43.303Z[ host-image] Aug 18 19:46:42.653 INFO O| copying publishers...
89822025-08-18T19:47:25.724Z[verify-libraries] Finished `release` profile [optimized] target(s) in 19m 14s
89832025-08-18T19:47:26.195ZAug 18 19:47:25.600 INFO [verify-libraries] process exited with exit status: 0 (1161.072574125s)
89842025-08-18T19:47:27.861Z[ host-image] Aug 18 19:47:27.268 INFO O| adding properties...
89852025-08-18T19:47:29.067Z[ host-image] Aug 18 19:47:28.476 INFO O| installing packages...
89862025-08-18T19:47:32.595Z[ recovery-image] Aug 18 19:47:32.008 INFO O| ok, image written!
89872025-08-18T19:47:32.595Z[ recovery-image] Aug 18 19:47:32.008 INFO O| ok, boot_image_csum file written!
89882025-08-18T19:47:32.600Z[ recovery-image] Aug 18 19:47:32.013 INFO creating boot archive (CPIO)...
89892025-08-18T19:47:32.600Z[ recovery-image] Aug 18 19:47:32.013 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/recovery/work/sled/ramdisk", "/work/os-recovery/cpio", "/work/oxidecomputer/helios/tmp/image.recovery"], pwd: None
89902025-08-18T19:47:32.609Z[ recovery-image] Aug 18 19:47:32.023 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
89912025-08-18T19:47:32.610Z[ recovery-image] Aug 18 19:47:32.023 INFO E| + outfile=/work/os-recovery/cpio
89922025-08-18T19:47:32.614Z[ recovery-image] Aug 18 19:47:32.023 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
89932025-08-18T19:47:32.614Z[ recovery-image] Aug 18 19:47:32.026 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
89942025-08-18T19:47:32.614Z[ recovery-image] Aug 18 19:47:32.026 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
89952025-08-18T19:47:32.652Z[ recovery-image] Aug 18 19:47:32.065 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
89962025-08-18T19:47:32.652Z[ recovery-image] Aug 18 19:47:32.065 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
89972025-08-18T19:47:32.659Z[ recovery-image] Aug 18 19:47:32.072 INFO creating compressed cpio/unix for dev loaders...
89982025-08-18T19:47:32.659Z[ recovery-image] Aug 18 19:47:32.072 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-recovery/unix.z\'"], pwd: None
89992025-08-18T19:47:32.957Z[ recovery-image] Aug 18 19:47:32.370 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
90002025-08-18T19:47:37.352Z[ recovery-image] Aug 18 19:47:36.771 INFO creating reset image...
90012025-08-18T19:47:37.352Z[ recovery-image] Aug 18 19:47:36.771 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
90022025-08-18T19:47:50.440Z[ host-image] Aug 18 19:47:49.876 INFO O| seeding SMF database...
90032025-08-18T19:47:57.655Z[ host-image] Aug 18 19:47:57.100 INFO O| configuring SMF profile...
90042025-08-18T19:47:57.658Z[ host-image] Aug 18 19:47:57.100 INFO O| modifying shadow(5)...
90052025-08-18T19:47:57.658Z[ host-image] Aug 18 19:47:57.100 INFO O| loading user and group database...
90062025-08-18T19:47:57.658Z[ host-image] Aug 18 19:47:57.100 INFO O| loading facet selections...
90072025-08-18T19:47:58.028Z[ host-image] Aug 18 19:47:57.473 INFO O| devel -> true
90082025-08-18T19:47:58.028Z[ host-image] Aug 18 19:47:57.473 INFO O| doc.man -> true
90092025-08-18T19:47:58.028Z[ host-image] Aug 18 19:47:57.473 INFO O| version-lock.shell/ksh93 -> true
90102025-08-18T19:47:58.028Z[ host-image] Aug 18 19:47:57.473 INFO O| version-lock.system/data/hardware-registry -> true
90112025-08-18T19:47:58.033Z[ host-image] Aug 18 19:47:57.473 INFO O| version-lock.system/data/zoneinfo -> true
90122025-08-18T19:47:58.033Z[ host-image] Aug 18 19:47:57.473 INFO O| version-lock.system/microcode/amd -> true
90132025-08-18T19:47:58.033Z[ host-image] Aug 18 19:47:57.473 INFO O| version-lock.system/microcode/intel -> true
90142025-08-18T19:47:58.033Z[ host-image] Aug 18 19:47:57.473 INFO O| version-lock.system/microcode/oxide -> true
90152025-08-18T19:47:58.033Z[ host-image] Aug 18 19:47:57.473 INFO O| assessing packaged files...
90162025-08-18T19:48:00.290Z[ host-image] Aug 18 19:47:59.738 INFO O| creating archive...
90172025-08-18T19:48:00.318Z[ host-image] Aug 18 19:47:59.767 INFO O| missing from packaging:
90182025-08-18T19:48:00.319Z[ host-image] Aug 18 19:47:59.767 INFO O| "etc/.pwd.lock"
90192025-08-18T19:48:00.323Z[ host-image] Aug 18 19:47:59.767 INFO O| "etc/bash"
90202025-08-18T19:48:00.326Z[ host-image] Aug 18 19:47:59.772 INFO O| "etc/svc/profile/generic.xml"
90212025-08-18T19:48:00.326Z[ host-image] Aug 18 19:47:59.772 INFO O| "etc/svc/profile/inetd_services.xml"
90222025-08-18T19:48:00.326Z[ host-image] Aug 18 19:47:59.772 INFO O| "etc/svc/profile/name_service.xml"
90232025-08-18T19:48:00.326Z[ host-image] Aug 18 19:47:59.772 INFO O| "etc/svc/profile/platform.xml"
90242025-08-18T19:48:00.326Z[ host-image] Aug 18 19:47:59.772 INFO O| "etc/svc/profile/platform_omicron1.xml"
90252025-08-18T19:48:00.326Z[ host-image] Aug 18 19:47:59.772 INFO O| "etc/svc/repository.db"
90262025-08-18T19:48:00.337Z[ host-image] Aug 18 19:47:59.785 INFO O| "opt/ooce/share"
90272025-08-18T19:48:00.340Z[ host-image] Aug 18 19:47:59.785 INFO O| "opt/ooce/share/man"
90282025-08-18T19:48:00.340Z[ host-image] Aug 18 19:47:59.785 INFO O| "opt/ooce/share/man/man1"
90292025-08-18T19:48:00.347Z[ host-image] Aug 18 19:47:59.795 INFO O| finishing archive...
90302025-08-18T19:48:03.579Z[ host-image] Aug 18 19:48:03.031 INFO O| creating gzonly manifest...
90312025-08-18T19:48:03.588Z[ host-image] Aug 18 19:48:03.041 INFO O| ok
90322025-08-18T19:48:03.727Z[ host-image] Aug 18 19:48:03.180 INFO image builder template: ramdisk-02-trim...
90332025-08-18T19:48:03.728Z[ host-image] Aug 18 19:48:03.180 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpgW5B7U/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.37.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
90342025-08-18T19:48:03.749Z[ host-image] Aug 18 19:48:03.202 INFO O| Aug 18 19:48:03.201 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
90352025-08-18T19:48:03.752Z[ host-image] Aug 18 19:48:03.205 INFO O| Aug 18 19:48:03.205 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
90362025-08-18T19:48:04.643Z[ host-image] Aug 18 19:48:04.097 INFO O| Aug 18 19:48:04.097 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
90372025-08-18T19:48:04.722Z[ host-image] Aug 18 19:48:04.176 INFO O| Aug 18 19:48:04.176 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
90382025-08-18T19:48:04.725Z[ host-image] Aug 18 19:48:04.176 INFO O| Aug 18 19:48:04.176 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
90392025-08-18T19:48:04.728Z[ host-image] Aug 18 19:48:04.181 INFO O| Aug 18 19:48:04.181 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
90402025-08-18T19:48:04.732Z[ host-image] Aug 18 19:48:04.184 INFO O| Aug 18 19:48:04.184 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
90412025-08-18T19:48:04.735Z[ host-image] Aug 18 19:48:04.188 INFO O| Aug 18 19:48:04.188 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
90422025-08-18T19:48:05.143Z[ host-image] Aug 18 19:48:04.597 INFO O| Aug 18 19:48:04.597 INFO rolled back to input snapshot; work may begin
90432025-08-18T19:48:05.143Z[ host-image] Aug 18 19:48:04.597 INFO O| Aug 18 19:48:04.597 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
90442025-08-18T19:48:05.151Z[ host-image] Aug 18 19:48:04.602 INFO O| Aug 18 19:48:04.602 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90452025-08-18T19:48:05.192Z[ host-image] Aug 18 19:48:04.611 INFO O| Aug 18 19:48:04.611 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
90462025-08-18T19:48:05.526Z[ host-image] Aug 18 19:48:04.660 INFO O| Aug 18 19:48:04.660 INFO STEP 0 (remove_files) COMPLETE
90472025-08-18T19:48:05.526Z[ host-image] Aug 18 19:48:04.661 INFO O| Aug 18 19:48:04.660 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90482025-08-18T19:48:05.531Z[ host-image] Aug 18 19:48:04.670 INFO O| Aug 18 19:48:04.670 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
90492025-08-18T19:48:05.531Z[ host-image] Aug 18 19:48:04.672 INFO O| Aug 18 19:48:04.672 INFO STEP 1 (remove_files) COMPLETE
90502025-08-18T19:48:05.531Z[ host-image] Aug 18 19:48:04.672 INFO O| Aug 18 19:48:04.672 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90512025-08-18T19:48:05.531Z[ host-image] Aug 18 19:48:04.680 INFO O| Aug 18 19:48:04.680 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
90522025-08-18T19:48:05.531Z[ host-image] Aug 18 19:48:04.695 INFO O| Aug 18 19:48:04.695 INFO STEP 2 (remove_files) COMPLETE
90532025-08-18T19:48:05.531Z[ host-image] Aug 18 19:48:04.695 INFO O| Aug 18 19:48:04.695 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90542025-08-18T19:48:05.531Z[ host-image] Aug 18 19:48:04.703 INFO O| Aug 18 19:48:04.702 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
90552025-08-18T19:48:05.531Z[ host-image] Aug 18 19:48:04.704 INFO O| Aug 18 19:48:04.704 INFO STEP 3 (remove_files) COMPLETE
90562025-08-18T19:48:05.531Z[ host-image] Aug 18 19:48:04.704 INFO O| Aug 18 19:48:04.704 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90572025-08-18T19:48:05.531Z[ host-image] Aug 18 19:48:04.711 INFO O| Aug 18 19:48:04.711 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
90582025-08-18T19:48:05.531Z[ host-image] Aug 18 19:48:04.715 INFO O| Aug 18 19:48:04.715 INFO STEP 4 (remove_files) COMPLETE
90592025-08-18T19:48:05.531Z[ host-image] Aug 18 19:48:04.715 INFO O| Aug 18 19:48:04.715 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90602025-08-18T19:48:05.531Z[ host-image] Aug 18 19:48:04.722 INFO O| Aug 18 19:48:04.722 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
90612025-08-18T19:48:05.531Z[ host-image] Aug 18 19:48:04.724 INFO O| Aug 18 19:48:04.724 INFO STEP 5 (remove_files) COMPLETE
90622025-08-18T19:48:05.531Z[ host-image] Aug 18 19:48:04.724 INFO O| Aug 18 19:48:04.724 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90632025-08-18T19:48:05.531Z[ host-image] Aug 18 19:48:04.733 INFO O| Aug 18 19:48:04.733 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
90642025-08-18T19:48:05.531Z[ host-image] Aug 18 19:48:04.743 INFO O| Aug 18 19:48:04.743 INFO STEP 6 (remove_files) COMPLETE
90652025-08-18T19:48:05.531Z[ host-image] Aug 18 19:48:04.743 INFO O| Aug 18 19:48:04.743 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90662025-08-18T19:48:05.531Z[ host-image] Aug 18 19:48:04.752 INFO O| Aug 18 19:48:04.752 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
90672025-08-18T19:48:05.531Z[ host-image] Aug 18 19:48:04.764 INFO O| Aug 18 19:48:04.764 INFO STEP 7 (remove_files) COMPLETE
90682025-08-18T19:48:05.531Z[ host-image] Aug 18 19:48:04.764 INFO O| Aug 18 19:48:04.764 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90692025-08-18T19:48:05.531Z[ host-image] Aug 18 19:48:04.773 INFO O| Aug 18 19:48:04.773 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
90702025-08-18T19:48:05.531Z[ host-image] Aug 18 19:48:04.841 INFO O| Aug 18 19:48:04.841 INFO STEP 8 (remove_files) COMPLETE
90712025-08-18T19:48:05.531Z[ host-image] Aug 18 19:48:04.841 INFO O| Aug 18 19:48:04.841 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90722025-08-18T19:48:05.531Z[ host-image] Aug 18 19:48:04.850 INFO O| Aug 18 19:48:04.850 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
90732025-08-18T19:48:05.532Z[ host-image] Aug 18 19:48:04.939 INFO O| Aug 18 19:48:04.939 INFO STEP 9 (remove_files) COMPLETE
90742025-08-18T19:48:05.532Z[ host-image] Aug 18 19:48:04.939 INFO O| Aug 18 19:48:04.939 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90752025-08-18T19:48:05.532Z[ host-image] Aug 18 19:48:04.950 INFO O| Aug 18 19:48:04.950 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
90762025-08-18T19:48:05.532Z[ host-image] Aug 18 19:48:04.954 INFO O| Aug 18 19:48:04.954 INFO STEP 10 (remove_files) COMPLETE
90772025-08-18T19:48:05.532Z[ host-image] Aug 18 19:48:04.954 INFO O| Aug 18 19:48:04.954 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90782025-08-18T19:48:05.532Z[ host-image] Aug 18 19:48:04.963 INFO O| Aug 18 19:48:04.963 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
90792025-08-18T19:48:05.532Z[ host-image] Aug 18 19:48:04.964 INFO O| Aug 18 19:48:04.964 INFO STEP 11 (remove_files) COMPLETE
90802025-08-18T19:48:05.532Z[ host-image] Aug 18 19:48:04.964 INFO O| Aug 18 19:48:04.964 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90812025-08-18T19:48:05.532Z[ host-image] Aug 18 19:48:04.972 INFO O| Aug 18 19:48:04.972 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
90822025-08-18T19:48:05.532Z[ host-image] Aug 18 19:48:04.973 INFO O| Aug 18 19:48:04.973 INFO STEP 12 (remove_files) COMPLETE
90832025-08-18T19:48:05.532Z[ host-image] Aug 18 19:48:04.973 INFO O| Aug 18 19:48:04.973 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90842025-08-18T19:48:05.532Z[ host-image] Aug 18 19:48:04.983 INFO O| Aug 18 19:48:04.983 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
90852025-08-18T19:48:05.532Z[ host-image] Aug 18 19:48:04.983 INFO O| Aug 18 19:48:04.983 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
90862025-08-18T19:48:05.532Z[ host-image] Aug 18 19:48:04.983 INFO O| Aug 18 19:48:04.983 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
90872025-08-18T19:48:05.532Z[ host-image] Aug 18 19:48:04.983 INFO O| Aug 18 19:48:04.983 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
90882025-08-18T19:48:05.533Z[ host-image] Aug 18 19:48:04.983 INFO O| Aug 18 19:48:04.983 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
90892025-08-18T19:48:05.533Z[ host-image] Aug 18 19:48:04.983 INFO O| Aug 18 19:48:04.983 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
90902025-08-18T19:48:05.533Z[ host-image] Aug 18 19:48:04.983 INFO O| Aug 18 19:48:04.983 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
90912025-08-18T19:48:05.533Z[ host-image] Aug 18 19:48:04.984 INFO O| Aug 18 19:48:04.983 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
90922025-08-18T19:48:05.533Z[ host-image] Aug 18 19:48:04.984 INFO O| Aug 18 19:48:04.984 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
90932025-08-18T19:48:05.533Z[ host-image] Aug 18 19:48:04.984 INFO O| Aug 18 19:48:04.984 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
90942025-08-18T19:48:05.533Z[ host-image] Aug 18 19:48:04.984 INFO O| Aug 18 19:48:04.984 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
90952025-08-18T19:48:05.533Z[ host-image] Aug 18 19:48:04.984 INFO O| Aug 18 19:48:04.984 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
90962025-08-18T19:48:05.533Z[ host-image] Aug 18 19:48:04.984 INFO O| Aug 18 19:48:04.984 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
90972025-08-18T19:48:05.537Z[ host-image] Aug 18 19:48:04.985 INFO O| Aug 18 19:48:04.985 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
90982025-08-18T19:48:05.537Z[ host-image] Aug 18 19:48:04.985 INFO O| Aug 18 19:48:04.985 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
90992025-08-18T19:48:05.537Z[ host-image] Aug 18 19:48:04.985 INFO O| Aug 18 19:48:04.985 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
91002025-08-18T19:48:05.540Z[ host-image] Aug 18 19:48:04.995 INFO O| Aug 18 19:48:04.995 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
91012025-08-18T19:48:05.613Z[ host-image] Aug 18 19:48:05.069 INFO O| Aug 18 19:48:05.069 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
91022025-08-18T19:48:05.638Z[ host-image] Aug 18 19:48:05.093 INFO O| Aug 18 19:48:05.093 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
91032025-08-18T19:48:05.651Z[ host-image] Aug 18 19:48:05.106 INFO O| Aug 18 19:48:05.106 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
91042025-08-18T19:48:05.654Z[ host-image] Aug 18 19:48:05.108 INFO O| Aug 18 19:48:05.108 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
91052025-08-18T19:48:05.822Z[ host-image] Aug 18 19:48:05.277 INFO O| Aug 18 19:48:05.277 INFO STEP 13 (remove_files) COMPLETE
91062025-08-18T19:48:05.822Z[ host-image] Aug 18 19:48:05.277 INFO O| Aug 18 19:48:05.277 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91072025-08-18T19:48:05.830Z[ host-image] Aug 18 19:48:05.285 INFO O| Aug 18 19:48:05.285 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
91082025-08-18T19:48:05.832Z[ host-image] Aug 18 19:48:05.287 INFO O| Aug 18 19:48:05.287 INFO STEP 14 (remove_files) COMPLETE
91092025-08-18T19:48:05.833Z[ host-image] Aug 18 19:48:05.287 INFO O| Aug 18 19:48:05.287 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91102025-08-18T19:48:05.838Z[ host-image] Aug 18 19:48:05.294 INFO O| Aug 18 19:48:05.294 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
91112025-08-18T19:48:05.845Z[ host-image] Aug 18 19:48:05.300 INFO O| Aug 18 19:48:05.300 INFO STEP 15 (remove_files) COMPLETE
91122025-08-18T19:48:05.848Z[ host-image] Aug 18 19:48:05.300 INFO O| Aug 18 19:48:05.300 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91132025-08-18T19:48:05.852Z[ host-image] Aug 18 19:48:05.308 INFO O| Aug 18 19:48:05.308 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
91142025-08-18T19:48:05.855Z[ host-image] Aug 18 19:48:05.308 INFO O| Aug 18 19:48:05.308 INFO STEP 16 (remove_files) COMPLETE
91152025-08-18T19:48:05.855Z[ host-image] Aug 18 19:48:05.308 INFO O| Aug 18 19:48:05.308 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91162025-08-18T19:48:05.862Z[ host-image] Aug 18 19:48:05.316 INFO O| Aug 18 19:48:05.316 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
91172025-08-18T19:48:05.865Z[ host-image] Aug 18 19:48:05.317 INFO O| Aug 18 19:48:05.317 INFO STEP 17 (remove_files) COMPLETE
91182025-08-18T19:48:05.865Z[ host-image] Aug 18 19:48:05.317 INFO O| Aug 18 19:48:05.317 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91192025-08-18T19:48:05.869Z[ host-image] Aug 18 19:48:05.324 INFO O| Aug 18 19:48:05.324 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
91202025-08-18T19:48:05.869Z[ host-image] Aug 18 19:48:05.325 INFO O| Aug 18 19:48:05.325 INFO STEP 18 (remove_files) COMPLETE
91212025-08-18T19:48:05.871Z[ host-image] Aug 18 19:48:05.325 INFO O| Aug 18 19:48:05.325 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91222025-08-18T19:48:05.876Z[ host-image] Aug 18 19:48:05.332 INFO O| Aug 18 19:48:05.332 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
91232025-08-18T19:48:05.879Z[ host-image] Aug 18 19:48:05.332 INFO O| Aug 18 19:48:05.332 INFO STEP 19 (remove_files) COMPLETE
91242025-08-18T19:48:05.879Z[ host-image] Aug 18 19:48:05.332 INFO O| Aug 18 19:48:05.332 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91252025-08-18T19:48:05.883Z[ host-image] Aug 18 19:48:05.339 INFO O| Aug 18 19:48:05.339 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
91262025-08-18T19:48:05.883Z[ host-image] Aug 18 19:48:05.339 INFO O| Aug 18 19:48:05.339 INFO STEP 20 (remove_files) COMPLETE
91272025-08-18T19:48:05.883Z[ host-image] Aug 18 19:48:05.339 INFO O| Aug 18 19:48:05.339 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91282025-08-18T19:48:05.890Z[ host-image] Aug 18 19:48:05.346 INFO O| Aug 18 19:48:05.346 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
91292025-08-18T19:48:05.890Z[ host-image] Aug 18 19:48:05.346 INFO O| Aug 18 19:48:05.346 INFO STEP 21 (remove_files) COMPLETE
91302025-08-18T19:48:05.893Z[ host-image] Aug 18 19:48:05.346 INFO O| Aug 18 19:48:05.346 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91312025-08-18T19:48:05.897Z[ host-image] Aug 18 19:48:05.353 INFO O| Aug 18 19:48:05.353 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
91322025-08-18T19:48:05.901Z[ host-image] Aug 18 19:48:05.353 INFO O| Aug 18 19:48:05.353 INFO STEP 22 (remove_files) COMPLETE
91332025-08-18T19:48:05.901Z[ host-image] Aug 18 19:48:05.353 INFO O| Aug 18 19:48:05.353 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91342025-08-18T19:48:05.905Z[ host-image] Aug 18 19:48:05.360 INFO O| Aug 18 19:48:05.360 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
91352025-08-18T19:48:05.905Z[ host-image] Aug 18 19:48:05.361 INFO O| Aug 18 19:48:05.360 INFO STEP 23 (remove_files) COMPLETE
91362025-08-18T19:48:05.907Z[ host-image] Aug 18 19:48:05.361 INFO O| Aug 18 19:48:05.360 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91372025-08-18T19:48:05.912Z[ host-image] Aug 18 19:48:05.368 INFO O| Aug 18 19:48:05.368 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
91382025-08-18T19:48:05.912Z[ host-image] Aug 18 19:48:05.368 INFO O| Aug 18 19:48:05.368 INFO STEP 24 (remove_files) COMPLETE
91392025-08-18T19:48:05.914Z[ host-image] Aug 18 19:48:05.368 INFO O| Aug 18 19:48:05.368 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91402025-08-18T19:48:05.919Z[ host-image] Aug 18 19:48:05.375 INFO O| Aug 18 19:48:05.375 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
91412025-08-18T19:48:05.919Z[ host-image] Aug 18 19:48:05.375 INFO O| Aug 18 19:48:05.375 INFO STEP 25 (remove_files) COMPLETE
91422025-08-18T19:48:05.922Z[ host-image] Aug 18 19:48:05.375 INFO O| Aug 18 19:48:05.375 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91432025-08-18T19:48:05.926Z[ host-image] Aug 18 19:48:05.382 INFO O| Aug 18 19:48:05.382 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
91442025-08-18T19:48:05.929Z[ host-image] Aug 18 19:48:05.382 INFO O| Aug 18 19:48:05.382 INFO STEP 26 (remove_files) COMPLETE
91452025-08-18T19:48:05.929Z[ host-image] Aug 18 19:48:05.382 INFO O| Aug 18 19:48:05.382 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91462025-08-18T19:48:05.934Z[ host-image] Aug 18 19:48:05.390 INFO O| Aug 18 19:48:05.389 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
91472025-08-18T19:48:05.936Z[ host-image] Aug 18 19:48:05.390 INFO O| Aug 18 19:48:05.390 INFO STEP 27 (remove_files) COMPLETE
91482025-08-18T19:48:05.936Z[ host-image] Aug 18 19:48:05.390 INFO O| Aug 18 19:48:05.390 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91492025-08-18T19:48:05.941Z[ host-image] Aug 18 19:48:05.397 INFO O| Aug 18 19:48:05.397 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
91502025-08-18T19:48:05.941Z[ host-image] Aug 18 19:48:05.397 INFO O| Aug 18 19:48:05.397 INFO STEP 28 (remove_files) COMPLETE
91512025-08-18T19:48:05.941Z[ host-image] Aug 18 19:48:05.397 INFO O| Aug 18 19:48:05.397 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91522025-08-18T19:48:05.948Z[ host-image] Aug 18 19:48:05.404 INFO O| Aug 18 19:48:05.404 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
91532025-08-18T19:48:05.948Z[ host-image] Aug 18 19:48:05.404 INFO O| Aug 18 19:48:05.404 INFO STEP 29 (remove_files) COMPLETE
91542025-08-18T19:48:05.951Z[ host-image] Aug 18 19:48:05.404 INFO O| Aug 18 19:48:05.404 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91552025-08-18T19:48:05.956Z[ host-image] Aug 18 19:48:05.412 INFO O| Aug 18 19:48:05.412 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
91562025-08-18T19:48:05.956Z[ host-image] Aug 18 19:48:05.412 INFO O| Aug 18 19:48:05.412 INFO STEP 30 (remove_files) COMPLETE
91572025-08-18T19:48:05.959Z[ host-image] Aug 18 19:48:05.412 INFO O| Aug 18 19:48:05.412 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91582025-08-18T19:48:05.963Z[ host-image] Aug 18 19:48:05.419 INFO O| Aug 18 19:48:05.419 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
91592025-08-18T19:48:05.966Z[ host-image] Aug 18 19:48:05.420 INFO O| Aug 18 19:48:05.420 INFO STEP 31 (remove_files) COMPLETE
91602025-08-18T19:48:05.967Z[ host-image] Aug 18 19:48:05.420 INFO O| Aug 18 19:48:05.420 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91612025-08-18T19:48:05.971Z[ host-image] Aug 18 19:48:05.427 INFO O| Aug 18 19:48:05.427 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
91622025-08-18T19:48:05.971Z[ host-image] Aug 18 19:48:05.427 INFO O| Aug 18 19:48:05.427 INFO STEP 32 (remove_files) COMPLETE
91632025-08-18T19:48:05.974Z[ host-image] Aug 18 19:48:05.427 INFO O| Aug 18 19:48:05.427 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91642025-08-18T19:48:05.979Z[ host-image] Aug 18 19:48:05.434 INFO O| Aug 18 19:48:05.434 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
91652025-08-18T19:48:05.979Z[ host-image] Aug 18 19:48:05.435 INFO O| Aug 18 19:48:05.435 INFO STEP 33 (remove_files) COMPLETE
91662025-08-18T19:48:05.981Z[ host-image] Aug 18 19:48:05.435 INFO O| Aug 18 19:48:05.435 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91672025-08-18T19:48:05.986Z[ host-image] Aug 18 19:48:05.442 INFO O| Aug 18 19:48:05.442 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
91682025-08-18T19:48:05.988Z[ host-image] Aug 18 19:48:05.442 INFO O| Aug 18 19:48:05.442 INFO STEP 34 (remove_files) COMPLETE
91692025-08-18T19:48:05.988Z[ host-image] Aug 18 19:48:05.442 INFO O| Aug 18 19:48:05.442 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91702025-08-18T19:48:05.993Z[ host-image] Aug 18 19:48:05.449 INFO O| Aug 18 19:48:05.449 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
91712025-08-18T19:48:05.996Z[ host-image] Aug 18 19:48:05.449 INFO O| Aug 18 19:48:05.449 INFO STEP 35 (remove_files) COMPLETE
91722025-08-18T19:48:05.996Z[ host-image] Aug 18 19:48:05.449 INFO O| Aug 18 19:48:05.449 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91732025-08-18T19:48:06.003Z[ host-image] Aug 18 19:48:05.457 INFO O| Aug 18 19:48:05.457 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
91742025-08-18T19:48:06.003Z[ host-image] Aug 18 19:48:05.457 INFO O| Aug 18 19:48:05.457 INFO STEP 36 (remove_files) COMPLETE
91752025-08-18T19:48:06.006Z[ host-image] Aug 18 19:48:05.457 INFO O| Aug 18 19:48:05.457 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91762025-08-18T19:48:06.009Z[ host-image] Aug 18 19:48:05.465 INFO O| Aug 18 19:48:05.465 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
91772025-08-18T19:48:06.009Z[ host-image] Aug 18 19:48:05.465 INFO O| Aug 18 19:48:05.465 INFO STEP 37 (remove_files) COMPLETE
91782025-08-18T19:48:06.011Z[ host-image] Aug 18 19:48:05.465 INFO O| Aug 18 19:48:05.465 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91792025-08-18T19:48:06.016Z[ host-image] Aug 18 19:48:05.473 INFO O| Aug 18 19:48:05.472 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
91802025-08-18T19:48:06.019Z[ host-image] Aug 18 19:48:05.473 INFO O| Aug 18 19:48:05.473 INFO STEP 38 (remove_files) COMPLETE
91812025-08-18T19:48:06.019Z[ host-image] Aug 18 19:48:05.473 INFO O| Aug 18 19:48:05.473 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91822025-08-18T19:48:06.024Z[ host-image] Aug 18 19:48:05.480 INFO O| Aug 18 19:48:05.480 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
91832025-08-18T19:48:06.024Z[ host-image] Aug 18 19:48:05.480 INFO O| Aug 18 19:48:05.480 INFO STEP 39 (remove_files) COMPLETE
91842025-08-18T19:48:06.030Z[ host-image] Aug 18 19:48:05.480 INFO O| Aug 18 19:48:05.480 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91852025-08-18T19:48:06.034Z[ host-image] Aug 18 19:48:05.488 INFO O| Aug 18 19:48:05.488 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
91862025-08-18T19:48:06.034Z[ host-image] Aug 18 19:48:05.488 INFO O| Aug 18 19:48:05.488 INFO STEP 40 (remove_files) COMPLETE
91872025-08-18T19:48:06.034Z[ host-image] Aug 18 19:48:05.488 INFO O| Aug 18 19:48:05.488 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91882025-08-18T19:48:06.040Z[ host-image] Aug 18 19:48:05.496 INFO O| Aug 18 19:48:05.496 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
91892025-08-18T19:48:06.043Z[ host-image] Aug 18 19:48:05.496 INFO O| Aug 18 19:48:05.496 INFO STEP 41 (remove_files) COMPLETE
91902025-08-18T19:48:06.043Z[ host-image] Aug 18 19:48:05.496 INFO O| Aug 18 19:48:05.496 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91912025-08-18T19:48:06.047Z[ host-image] Aug 18 19:48:05.503 INFO O| Aug 18 19:48:05.503 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
91922025-08-18T19:48:06.047Z[ host-image] Aug 18 19:48:05.503 INFO O| Aug 18 19:48:05.503 INFO STEP 42 (remove_files) COMPLETE
91932025-08-18T19:48:06.050Z[ host-image] Aug 18 19:48:05.503 INFO O| Aug 18 19:48:05.503 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91942025-08-18T19:48:06.056Z[ host-image] Aug 18 19:48:05.510 INFO O| Aug 18 19:48:05.510 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
91952025-08-18T19:48:06.056Z[ host-image] Aug 18 19:48:05.511 INFO O| Aug 18 19:48:05.510 INFO STEP 43 (remove_files) COMPLETE
91962025-08-18T19:48:06.056Z[ host-image] Aug 18 19:48:05.511 INFO O| Aug 18 19:48:05.511 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91972025-08-18T19:48:06.062Z[ host-image] Aug 18 19:48:05.518 INFO O| Aug 18 19:48:05.518 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
91982025-08-18T19:48:06.062Z[ host-image] Aug 18 19:48:05.518 INFO O| Aug 18 19:48:05.518 INFO STEP 44 (remove_files) COMPLETE
91992025-08-18T19:48:06.066Z[ host-image] Aug 18 19:48:05.518 INFO O| Aug 18 19:48:05.518 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92002025-08-18T19:48:06.069Z[ host-image] Aug 18 19:48:05.525 INFO O| Aug 18 19:48:05.525 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
92012025-08-18T19:48:06.069Z[ host-image] Aug 18 19:48:05.525 INFO O| Aug 18 19:48:05.525 INFO STEP 45 (remove_files) COMPLETE
92022025-08-18T19:48:06.069Z[ host-image] Aug 18 19:48:05.525 INFO O| Aug 18 19:48:05.525 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92032025-08-18T19:48:06.077Z[ host-image] Aug 18 19:48:05.533 INFO O| Aug 18 19:48:05.533 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
92042025-08-18T19:48:06.080Z[ host-image] Aug 18 19:48:05.533 INFO O| Aug 18 19:48:05.533 INFO STEP 46 (remove_files) COMPLETE
92052025-08-18T19:48:06.080Z[ host-image] Aug 18 19:48:05.533 INFO O| Aug 18 19:48:05.533 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92062025-08-18T19:48:06.084Z[ host-image] Aug 18 19:48:05.540 INFO O| Aug 18 19:48:05.540 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
92072025-08-18T19:48:06.087Z[ host-image] Aug 18 19:48:05.540 INFO O| Aug 18 19:48:05.540 INFO STEP 47 (remove_files) COMPLETE
92082025-08-18T19:48:06.087Z[ host-image] Aug 18 19:48:05.540 INFO O| Aug 18 19:48:05.540 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92092025-08-18T19:48:06.092Z[ host-image] Aug 18 19:48:05.548 INFO O| Aug 18 19:48:05.548 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
92102025-08-18T19:48:06.092Z[ host-image] Aug 18 19:48:05.548 INFO O| Aug 18 19:48:05.548 INFO STEP 48 (remove_files) COMPLETE
92112025-08-18T19:48:06.092Z[ host-image] Aug 18 19:48:05.548 INFO O| Aug 18 19:48:05.548 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92122025-08-18T19:48:06.099Z[ host-image] Aug 18 19:48:05.555 INFO O| Aug 18 19:48:05.555 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
92132025-08-18T19:48:06.099Z[ host-image] Aug 18 19:48:05.555 INFO O| Aug 18 19:48:05.555 INFO STEP 49 (remove_files) COMPLETE
92142025-08-18T19:48:06.102Z[ host-image] Aug 18 19:48:05.555 INFO O| Aug 18 19:48:05.555 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92152025-08-18T19:48:06.106Z[ host-image] Aug 18 19:48:05.563 INFO O| Aug 18 19:48:05.562 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
92162025-08-18T19:48:06.106Z[ host-image] Aug 18 19:48:05.563 INFO O| Aug 18 19:48:05.563 INFO STEP 50 (remove_files) COMPLETE
92172025-08-18T19:48:06.109Z[ host-image] Aug 18 19:48:05.563 INFO O| Aug 18 19:48:05.563 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92182025-08-18T19:48:06.113Z[ host-image] Aug 18 19:48:05.570 INFO O| Aug 18 19:48:05.569 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
92192025-08-18T19:48:06.116Z[ host-image] Aug 18 19:48:05.570 INFO O| Aug 18 19:48:05.570 INFO STEP 51 (remove_files) COMPLETE
92202025-08-18T19:48:06.116Z[ host-image] Aug 18 19:48:05.570 INFO O| Aug 18 19:48:05.570 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92212025-08-18T19:48:06.121Z[ host-image] Aug 18 19:48:05.577 INFO O| Aug 18 19:48:05.577 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
92222025-08-18T19:48:06.124Z[ host-image] Aug 18 19:48:05.577 INFO O| Aug 18 19:48:05.577 INFO STEP 52 (remove_files) COMPLETE
92232025-08-18T19:48:06.124Z[ host-image] Aug 18 19:48:05.577 INFO O| Aug 18 19:48:05.577 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92242025-08-18T19:48:06.128Z[ host-image] Aug 18 19:48:05.584 INFO O| Aug 18 19:48:05.584 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
92252025-08-18T19:48:06.131Z[ host-image] Aug 18 19:48:05.584 INFO O| Aug 18 19:48:05.584 INFO STEP 53 (remove_files) COMPLETE
92262025-08-18T19:48:06.131Z[ host-image] Aug 18 19:48:05.584 INFO O| Aug 18 19:48:05.584 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92272025-08-18T19:48:06.138Z[ host-image] Aug 18 19:48:05.594 INFO O| Aug 18 19:48:05.594 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
92282025-08-18T19:48:06.138Z[ host-image] Aug 18 19:48:05.594 INFO O| Aug 18 19:48:05.594 INFO STEP 54 (remove_files) COMPLETE
92292025-08-18T19:48:06.138Z[ host-image] Aug 18 19:48:05.594 INFO O| Aug 18 19:48:05.594 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92302025-08-18T19:48:06.147Z[ host-image] Aug 18 19:48:05.601 INFO O| Aug 18 19:48:05.601 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
92312025-08-18T19:48:06.150Z[ host-image] Aug 18 19:48:05.601 INFO O| Aug 18 19:48:05.601 INFO STEP 55 (remove_files) COMPLETE
92322025-08-18T19:48:06.150Z[ host-image] Aug 18 19:48:05.601 INFO O| Aug 18 19:48:05.601 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92332025-08-18T19:48:06.153Z[ host-image] Aug 18 19:48:05.609 INFO O| Aug 18 19:48:05.609 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
92342025-08-18T19:48:06.153Z[ host-image] Aug 18 19:48:05.609 INFO O| Aug 18 19:48:05.609 INFO STEP 56 (remove_files) COMPLETE
92352025-08-18T19:48:06.156Z[ host-image] Aug 18 19:48:05.609 INFO O| Aug 18 19:48:05.609 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92362025-08-18T19:48:06.160Z[ host-image] Aug 18 19:48:05.616 INFO O| Aug 18 19:48:05.616 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
92372025-08-18T19:48:06.163Z[ host-image] Aug 18 19:48:05.616 INFO O| Aug 18 19:48:05.616 INFO STEP 57 (remove_files) COMPLETE
92382025-08-18T19:48:06.163Z[ host-image] Aug 18 19:48:05.616 INFO O| Aug 18 19:48:05.616 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92392025-08-18T19:48:06.168Z[ host-image] Aug 18 19:48:05.624 INFO O| Aug 18 19:48:05.624 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
92402025-08-18T19:48:06.168Z[ host-image] Aug 18 19:48:05.624 INFO O| Aug 18 19:48:05.624 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
92412025-08-18T19:48:06.171Z[ host-image] Aug 18 19:48:05.624 INFO O| Aug 18 19:48:05.624 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92422025-08-18T19:48:06.171Z[ host-image] Aug 18 19:48:05.624 INFO O| Aug 18 19:48:05.624 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92432025-08-18T19:48:06.171Z[ host-image] Aug 18 19:48:05.624 INFO O| Aug 18 19:48:05.624 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92442025-08-18T19:48:06.171Z[ host-image] Aug 18 19:48:05.624 INFO O| Aug 18 19:48:05.624 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92452025-08-18T19:48:06.171Z[ host-image] Aug 18 19:48:05.624 INFO O| Aug 18 19:48:05.624 INFO ok!
92462025-08-18T19:48:06.171Z[ host-image] Aug 18 19:48:05.624 INFO O| Aug 18 19:48:05.624 INFO STEP 58 (ensure_file) COMPLETE
92472025-08-18T19:48:06.171Z[ host-image] Aug 18 19:48:05.624 INFO O| Aug 18 19:48:05.624 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92482025-08-18T19:48:06.175Z[ host-image] Aug 18 19:48:05.631 INFO O| Aug 18 19:48:05.631 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
92492025-08-18T19:48:06.175Z[ host-image] Aug 18 19:48:05.632 INFO O| Aug 18 19:48:05.631 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
92502025-08-18T19:48:06.178Z[ host-image] Aug 18 19:48:05.632 INFO O| Aug 18 19:48:05.632 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92512025-08-18T19:48:06.178Z[ host-image] Aug 18 19:48:05.632 INFO O| Aug 18 19:48:05.632 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92522025-08-18T19:48:06.178Z[ host-image] Aug 18 19:48:05.632 INFO O| Aug 18 19:48:05.632 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92532025-08-18T19:48:06.178Z[ host-image] Aug 18 19:48:05.632 INFO O| Aug 18 19:48:05.632 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92542025-08-18T19:48:06.178Z[ host-image] Aug 18 19:48:05.632 INFO O| Aug 18 19:48:05.632 INFO ok!
92552025-08-18T19:48:06.178Z[ host-image] Aug 18 19:48:05.632 INFO O| Aug 18 19:48:05.632 INFO STEP 59 (ensure_file) COMPLETE
92562025-08-18T19:48:06.178Z[ host-image] Aug 18 19:48:05.632 INFO O| Aug 18 19:48:05.632 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92572025-08-18T19:48:06.183Z[ host-image] Aug 18 19:48:05.639 INFO O| Aug 18 19:48:05.639 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
92582025-08-18T19:48:06.185Z[ host-image] Aug 18 19:48:05.639 INFO O| Aug 18 19:48:05.639 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
92592025-08-18T19:48:06.185Z[ host-image] Aug 18 19:48:05.639 INFO O| Aug 18 19:48:05.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
92602025-08-18T19:48:06.185Z[ host-image] Aug 18 19:48:05.639 INFO O| Aug 18 19:48:05.639 INFO ok!
92612025-08-18T19:48:06.185Z[ host-image] Aug 18 19:48:05.639 INFO O| Aug 18 19:48:05.639 INFO STEP 60 (ensure_file) COMPLETE
92622025-08-18T19:48:06.185Z[ host-image] Aug 18 19:48:05.639 INFO O| Aug 18 19:48:05.639 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92632025-08-18T19:48:06.190Z[ host-image] Aug 18 19:48:05.646 INFO O| Aug 18 19:48:05.646 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
92642025-08-18T19:48:06.193Z[ host-image] Aug 18 19:48:05.646 INFO O| Aug 18 19:48:05.646 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
92652025-08-18T19:48:06.193Z[ host-image] Aug 18 19:48:05.647 INFO O| Aug 18 19:48:05.647 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
92662025-08-18T19:48:06.193Z[ host-image] Aug 18 19:48:05.647 INFO O| Aug 18 19:48:05.647 INFO ok!
92672025-08-18T19:48:06.193Z[ host-image] Aug 18 19:48:05.647 INFO O| Aug 18 19:48:05.647 INFO STEP 61 (ensure_file) COMPLETE
92682025-08-18T19:48:06.193Z[ host-image] Aug 18 19:48:05.647 INFO O| Aug 18 19:48:05.647 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92692025-08-18T19:48:06.198Z[ host-image] Aug 18 19:48:05.654 INFO O| Aug 18 19:48:05.654 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
92702025-08-18T19:48:06.198Z[ host-image] Aug 18 19:48:05.654 INFO O| Aug 18 19:48:05.654 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
92712025-08-18T19:48:06.201Z[ host-image] Aug 18 19:48:05.654 INFO O| Aug 18 19:48:05.654 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
92722025-08-18T19:48:06.201Z[ host-image] Aug 18 19:48:05.654 INFO O| Aug 18 19:48:05.654 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
92732025-08-18T19:48:06.201Z[ host-image] Aug 18 19:48:05.654 INFO O| Aug 18 19:48:05.654 INFO ok!
92742025-08-18T19:48:06.201Z[ host-image] Aug 18 19:48:05.654 INFO O| Aug 18 19:48:05.654 INFO STEP 62 (ensure_file) COMPLETE
92752025-08-18T19:48:06.201Z[ host-image] Aug 18 19:48:05.654 INFO O| Aug 18 19:48:05.654 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92762025-08-18T19:48:06.206Z[ host-image] Aug 18 19:48:05.662 INFO O| Aug 18 19:48:05.662 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
92772025-08-18T19:48:06.206Z[ host-image] Aug 18 19:48:05.662 INFO O| Aug 18 19:48:05.662 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
92782025-08-18T19:48:06.209Z[ host-image] Aug 18 19:48:05.662 INFO O| Aug 18 19:48:05.662 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
92792025-08-18T19:48:06.209Z[ host-image] Aug 18 19:48:05.662 INFO O| Aug 18 19:48:05.662 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
92802025-08-18T19:48:06.209Z[ host-image] Aug 18 19:48:05.662 INFO O| Aug 18 19:48:05.662 INFO ok!
92812025-08-18T19:48:06.209Z[ host-image] Aug 18 19:48:05.662 INFO O| Aug 18 19:48:05.662 INFO STEP 63 (ensure_file) COMPLETE
92822025-08-18T19:48:06.209Z[ host-image] Aug 18 19:48:05.662 INFO O| Aug 18 19:48:05.662 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92832025-08-18T19:48:06.214Z[ host-image] Aug 18 19:48:05.670 INFO O| Aug 18 19:48:05.670 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
92842025-08-18T19:48:06.218Z[ host-image] Aug 18 19:48:05.670 INFO O| Aug 18 19:48:05.670 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
92852025-08-18T19:48:06.218Z[ host-image] Aug 18 19:48:05.670 INFO O| Aug 18 19:48:05.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
92862025-08-18T19:48:06.218Z[ host-image] Aug 18 19:48:05.670 INFO O| Aug 18 19:48:05.670 INFO ok!
92872025-08-18T19:48:06.218Z[ host-image] Aug 18 19:48:05.670 INFO O| Aug 18 19:48:05.670 INFO STEP 64 (assemble_files) COMPLETE
92882025-08-18T19:48:06.218Z[ host-image] Aug 18 19:48:05.671 INFO O| Aug 18 19:48:05.670 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92892025-08-18T19:48:06.222Z[ host-image] Aug 18 19:48:05.678 INFO O| Aug 18 19:48:05.678 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
92902025-08-18T19:48:06.222Z[ host-image] Aug 18 19:48:05.678 INFO O| Aug 18 19:48:05.678 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
92912025-08-18T19:48:06.225Z[ host-image] Aug 18 19:48:05.678 INFO O| Aug 18 19:48:05.678 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
92922025-08-18T19:48:06.225Z[ host-image] Aug 18 19:48:05.678 INFO O| Aug 18 19:48:05.678 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
92932025-08-18T19:48:06.225Z[ host-image] Aug 18 19:48:05.678 INFO O| Aug 18 19:48:05.678 INFO ok!
92942025-08-18T19:48:06.225Z[ host-image] Aug 18 19:48:05.678 INFO O| Aug 18 19:48:05.678 INFO STEP 65 (ensure_file) COMPLETE
92952025-08-18T19:48:06.225Z[ host-image] Aug 18 19:48:05.678 INFO O| Aug 18 19:48:05.678 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92962025-08-18T19:48:06.229Z[ host-image] Aug 18 19:48:05.685 INFO O| Aug 18 19:48:05.685 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92972025-08-18T19:48:06.232Z[ host-image] Aug 18 19:48:05.686 INFO O| Aug 18 19:48:05.685 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92982025-08-18T19:48:06.232Z[ host-image] Aug 18 19:48:05.686 INFO O| Aug 18 19:48:05.686 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92992025-08-18T19:48:06.232Z[ host-image] Aug 18 19:48:05.686 INFO O| Aug 18 19:48:05.686 INFO STEP 66 (ensure_dir) COMPLETE
93002025-08-18T19:48:06.232Z[ host-image] Aug 18 19:48:05.686 INFO O| Aug 18 19:48:05.686 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93012025-08-18T19:48:06.237Z[ host-image] Aug 18 19:48:05.693 INFO O| Aug 18 19:48:05.693 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
93022025-08-18T19:48:06.237Z[ host-image] Aug 18 19:48:05.693 INFO O| Aug 18 19:48:05.693 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/files.tar.gz -> /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz ...
93032025-08-18T19:48:06.244Z[ host-image] Aug 18 19:48:05.700 INFO O| Aug 18 19:48:05.700 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
93042025-08-18T19:48:06.246Z[ host-image] Aug 18 19:48:05.700 INFO O| Aug 18 19:48:05.700 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
93052025-08-18T19:48:06.247Z[ host-image] Aug 18 19:48:05.700 INFO O| Aug 18 19:48:05.700 INFO ok!
93062025-08-18T19:48:06.247Z[ host-image] Aug 18 19:48:05.700 INFO O| Aug 18 19:48:05.700 INFO STEP 67 (ensure_file) COMPLETE
93072025-08-18T19:48:06.247Z[ host-image] Aug 18 19:48:05.700 INFO O| Aug 18 19:48:05.700 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93082025-08-18T19:48:06.251Z[ host-image] Aug 18 19:48:05.707 INFO O| Aug 18 19:48:05.707 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
93092025-08-18T19:48:06.251Z[ host-image] Aug 18 19:48:05.707 INFO O| Aug 18 19:48:05.707 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/gzonly.txt -> /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt ...
93102025-08-18T19:48:06.254Z[ host-image] Aug 18 19:48:05.708 INFO O| Aug 18 19:48:05.708 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
93112025-08-18T19:48:06.254Z[ host-image] Aug 18 19:48:05.708 INFO O| Aug 18 19:48:05.708 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
93122025-08-18T19:48:06.254Z[ host-image] Aug 18 19:48:05.708 INFO O| Aug 18 19:48:05.708 INFO ok!
93132025-08-18T19:48:06.254Z[ host-image] Aug 18 19:48:05.708 INFO O| Aug 18 19:48:05.708 INFO STEP 68 (ensure_file) COMPLETE
93142025-08-18T19:48:06.254Z[ host-image] Aug 18 19:48:05.708 INFO O| Aug 18 19:48:05.708 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93152025-08-18T19:48:06.262Z[ host-image] Aug 18 19:48:05.718 INFO O| Aug 18 19:48:05.718 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
93162025-08-18T19:48:06.262Z[ host-image] Aug 18 19:48:05.718 INFO O| Aug 18 19:48:05.718 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
93172025-08-18T19:48:08.347Z[ host-image] Aug 18 19:48:07.806 INFO O| Aug 18 19:48:07.806 INFO STEP 69 (pack_tar) COMPLETE
93182025-08-18T19:48:08.348Z[ host-image] Aug 18 19:48:07.806 INFO O| Aug 18 19:48:07.806 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
93192025-08-18T19:48:08.351Z[ host-image] Aug 18 19:48:07.806 INFO O| Aug 18 19:48:07.806 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
93202025-08-18T19:48:08.661Z[ host-image] Aug 18 19:48:08.120 INFO O| Aug 18 19:48:08.120 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93212025-08-18T19:48:08.789Z[ host-image] Aug 18 19:48:08.248 INFO O| Aug 18 19:48:08.248 INFO completed processing sled/ramdisk-02-trim
93222025-08-18T19:48:08.792Z[ host-image] Aug 18 19:48:08.250 INFO image builder template: zfs...
93232025-08-18T19:48:08.793Z[ host-image] Aug 18 19:48:08.250 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpgW5B7U/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.37.402", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@16.0.0.0", "-n", "zfs"], pwd: None
93242025-08-18T19:48:08.803Z[ host-image] Aug 18 19:48:08.263 INFO O| Aug 18 19:48:08.263 INFO skip include "stress" because feature "stress" is not enabled
93252025-08-18T19:48:08.803Z[ host-image] Aug 18 19:48:08.263 INFO O| Aug 18 19:48:08.263 INFO skip include "stress" because feature "compliance" is not enabled
93262025-08-18T19:48:08.835Z[ host-image] Aug 18 19:48:08.294 INFO O| Aug 18 19:48:08.294 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
93272025-08-18T19:48:08.926Z[ host-image] Aug 18 19:48:08.297 INFO O| Aug 18 19:48:08.297 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
93282025-08-18T19:48:09.005Z[ host-image] Aug 18 19:48:08.464 INFO O| Aug 18 19:48:08.464 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
93292025-08-18T19:48:09.161Z[ host-image] Aug 18 19:48:08.621 INFO O| Aug 18 19:48:08.621 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
93302025-08-18T19:48:09.161Z[ host-image] Aug 18 19:48:08.621 INFO O| Aug 18 19:48:08.621 INFO work dataset: rpool/images/build/host/work/sled/zfs
93312025-08-18T19:48:09.164Z[ host-image] Aug 18 19:48:08.624 INFO O| Aug 18 19:48:08.624 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
93322025-08-18T19:48:09.287Z[ host-image] Aug 18 19:48:08.747 INFO O| Aug 18 19:48:08.747 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
93332025-08-18T19:48:09.359Z[ host-image] Aug 18 19:48:08.819 INFO O| Aug 18 19:48:08.819 INFO DESTROY POOL: TEMPORARY-sled-zfs
93342025-08-18T19:48:09.366Z[ host-image] Aug 18 19:48:08.827 INFO O| Aug 18 19:48:08.827 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
93352025-08-18T19:48:09.371Z[ host-image] Aug 18 19:48:08.831 INFO O| Aug 18 19:48:08.831 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
93362025-08-18T19:48:09.371Z[ host-image] Aug 18 19:48:08.831 INFO O| Aug 18 19:48:08.831 INFO no lofi found
93372025-08-18T19:48:09.374Z[ host-image] Aug 18 19:48:08.831 INFO O| Aug 18 19:48:08.831 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
93382025-08-18T19:48:09.374Z[ host-image] Aug 18 19:48:08.832 INFO O| Aug 18 19:48:08.831 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
93392025-08-18T19:48:11.540Z[ host-image] Aug 18 19:48:11.002 INFO O| Aug 18 19:48:11.002 INFO lofi device = /dev/dsk/c2t1d0p0
93402025-08-18T19:48:11.540Z[ host-image] Aug 18 19:48:11.002 INFO O| Aug 18 19:48:11.002 INFO pool device = /dev/dsk/c2t1d0p0
93412025-08-18T19:48:11.544Z[ host-image] Aug 18 19:48:11.003 INFO O| Aug 18 19:48:11.002 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
93422025-08-18T19:48:11.649Z[ host-image] Aug 18 19:48:11.112 INFO O| Aug 18 19:48:11.112 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93432025-08-18T19:48:11.649Z[ host-image] Aug 18 19:48:11.112 INFO O| Aug 18 19:48:11.112 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
93442025-08-18T19:48:11.666Z[ host-image] Aug 18 19:48:11.129 INFO O| Aug 18 19:48:11.129 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
93452025-08-18T19:48:11.721Z[ host-image] Aug 18 19:48:11.185 INFO O| Aug 18 19:48:11.184 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
93462025-08-18T19:48:11.756Z[ host-image] Aug 18 19:48:11.219 INFO O| Aug 18 19:48:11.219 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
93472025-08-18T19:48:11.768Z[ host-image] Aug 18 19:48:11.231 INFO O| Aug 18 19:48:11.231 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
93482025-08-18T19:48:11.778Z[ host-image] Aug 18 19:48:11.240 INFO O| Aug 18 19:48:11.240 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
93492025-08-18T19:48:11.816Z[ host-image] Aug 18 19:48:11.279 INFO O| Aug 18 19:48:11.279 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
93502025-08-18T19:48:11.817Z[ host-image] Aug 18 19:48:11.279 INFO O| Aug 18 19:48:11.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
93512025-08-18T19:48:11.820Z[ host-image] Aug 18 19:48:11.279 INFO O| Aug 18 19:48:11.279 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
93522025-08-18T19:48:11.829Z[ host-image] Aug 18 19:48:11.292 INFO O| Aug 18 19:48:11.292 INFO boot environment UUID: 06496578-dacd-4dcf-b346-2434a9808a4d
93532025-08-18T19:48:11.829Z[ host-image] Aug 18 19:48:11.292 INFO O| Aug 18 19:48:11.292 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 06496578-dacd-4dcf-b346-2434a9808a4d
93542025-08-18T19:48:11.838Z[ host-image] Aug 18 19:48:11.301 INFO O| Aug 18 19:48:11.301 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
93552025-08-18T19:48:11.860Z[ host-image] Aug 18 19:48:11.323 INFO O| Aug 18 19:48:11.323 INFO STEP 0 (create_be) COMPLETE
93562025-08-18T19:48:11.860Z[ host-image] Aug 18 19:48:11.323 INFO O| Aug 18 19:48:11.323 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93572025-08-18T19:48:11.873Z[ host-image] Aug 18 19:48:11.335 INFO O| Aug 18 19:48:11.335 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
93582025-08-18T19:48:13.534Z[ recovery-image] Aug 18 19:48:12.997 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2025-07-22-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
93592025-08-18T19:48:13.534Z[ recovery-image] Aug 18 19:48:12.998 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z", "--target-dir", "/work/os-recovery/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
93602025-08-18T19:48:13.835Z[ recovery-image] Aug 18 19:48:13.300 INFO E| Updating crates.io index
93612025-08-18T19:48:14.033Z[ recovery-image] Aug 18 19:48:13.499 INFO E| Downloading crates ...
93622025-08-18T19:48:14.103Z[ recovery-image] Aug 18 19:48:13.569 INFO E| Downloaded shared_child v1.1.1
93632025-08-18T19:48:14.107Z[ recovery-image] Aug 18 19:48:13.572 INFO E| Downloaded anstyle-query v1.1.3
93642025-08-18T19:48:14.112Z[ recovery-image] Aug 18 19:48:13.573 INFO E| Downloaded os_pipe v1.2.2
93652025-08-18T19:48:14.112Z[ recovery-image] Aug 18 19:48:13.575 INFO E| Downloaded anstyle-parse v0.2.7
93662025-08-18T19:48:14.116Z[ recovery-image] Aug 18 19:48:13.578 INFO E| Downloaded signal-hook-registry v1.4.5
93672025-08-18T19:48:14.116Z[ recovery-image] Aug 18 19:48:13.582 INFO E| Downloaded shared_thread v0.1.0
93682025-08-18T19:48:14.120Z[ recovery-image] Aug 18 19:48:13.583 INFO E| Downloaded sigchld v0.2.4
93692025-08-18T19:48:14.120Z[ recovery-image] Aug 18 19:48:13.584 INFO E| Downloaded colorchoice v1.0.4
93702025-08-18T19:48:14.120Z[ recovery-image] Aug 18 19:48:13.586 INFO E| Downloaded duct v1.0.0
93712025-08-18T19:48:14.124Z[ recovery-image] Aug 18 19:48:13.588 INFO E| Downloaded clap_lex v0.7.5
93722025-08-18T19:48:14.126Z[ recovery-image] Aug 18 19:48:13.591 INFO E| Downloaded anstream v0.6.19
93732025-08-18T19:48:14.178Z[ recovery-image] Aug 18 19:48:13.643 INFO E| Compiling libc v0.2.174
93742025-08-18T19:48:14.178Z[ recovery-image] Aug 18 19:48:13.643 INFO E| Compiling proc-macro2 v1.0.95
93752025-08-18T19:48:14.178Z[ recovery-image] Aug 18 19:48:13.643 INFO E| Compiling signal-hook v0.3.18
93762025-08-18T19:48:14.178Z[ recovery-image] Aug 18 19:48:13.643 INFO E| Compiling unicode-ident v1.0.18
93772025-08-18T19:48:14.179Z[ recovery-image] Aug 18 19:48:13.644 INFO E| Compiling utf8parse v0.2.2
93782025-08-18T19:48:14.179Z[ recovery-image] Aug 18 19:48:13.644 INFO E| Compiling colorchoice v1.0.4
93792025-08-18T19:48:14.179Z[ recovery-image] Aug 18 19:48:13.644 INFO E| Compiling anstyle-query v1.1.3
93802025-08-18T19:48:14.179Z[ recovery-image] Aug 18 19:48:13.644 INFO E| Compiling is_terminal_polyfill v1.70.1
93812025-08-18T19:48:14.684Z[ recovery-image] Aug 18 19:48:14.151 INFO E| Compiling anstyle-parse v0.2.7
93822025-08-18T19:48:14.689Z[ recovery-image] Aug 18 19:48:14.151 INFO E| Compiling anstyle v1.0.11
93832025-08-18T19:48:14.727Z[ recovery-image] Aug 18 19:48:14.193 INFO E| Compiling clap_lex v0.7.5
93842025-08-18T19:48:14.856Z[ recovery-image] Aug 18 19:48:14.323 INFO E| Compiling heck v0.5.0
93852025-08-18T19:48:14.882Z[ recovery-image] Aug 18 19:48:14.349 INFO E| Compiling strsim v0.11.1
93862025-08-18T19:48:14.932Z[ recovery-image] Aug 18 19:48:14.400 INFO E| Compiling shared_thread v0.1.0
93872025-08-18T19:48:15.244Z[ recovery-image] Aug 18 19:48:14.711 INFO E| Compiling anstream v0.6.19
93882025-08-18T19:48:15.888Z[ recovery-image] Aug 18 19:48:15.357 INFO E| Compiling clap_builder v4.5.41
93892025-08-18T19:48:16.223Z[ recovery-image] Aug 18 19:48:15.691 INFO E| Compiling signal-hook-registry v1.4.5
93902025-08-18T19:48:16.226Z[ recovery-image] Aug 18 19:48:15.691 INFO E| Compiling os_pipe v1.2.2
93912025-08-18T19:48:16.794Z[ recovery-image] Aug 18 19:48:16.263 INFO E| Compiling sigchld v0.2.4
93922025-08-18T19:48:16.879Z[ recovery-image] Aug 18 19:48:16.348 INFO E| Compiling quote v1.0.40
93932025-08-18T19:48:17.092Z[ recovery-image] Aug 18 19:48:16.560 INFO E| Compiling shared_child v1.1.1
93942025-08-18T19:48:17.347Z[ recovery-image] Aug 18 19:48:16.815 INFO E| Compiling duct v1.0.0
93952025-08-18T19:48:17.478Z[ recovery-image] Aug 18 19:48:16.949 INFO E| Compiling syn v2.0.104
93962025-08-18T19:48:23.928Z[ recovery-image] Aug 18 19:48:23.407 INFO E| Compiling clap_derive v4.5.41
93972025-08-18T19:48:26.283Z[ recovery-image] Aug 18 19:48:25.765 INFO E| Compiling clap v4.5.41
93982025-08-18T19:48:26.378Z[ recovery-image] Aug 18 19:48:25.855 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
93992025-08-18T19:48:27.817Z[ recovery-image] Aug 18 19:48:27.301 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.19s
94002025-08-18T19:48:27.832Z[ recovery-image] Aug 18 19:48:27.316 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
94012025-08-18T19:48:28.188Z[ recovery-image] Aug 18 19:48:27.672 INFO E| Downloading crates ...
94022025-08-18T19:48:28.250Z[ recovery-image] Aug 18 19:48:27.734 INFO E| Downloaded adler2 v2.0.1
94032025-08-18T19:48:28.253Z[ recovery-image] Aug 18 19:48:27.736 INFO E| Downloaded bit_field v0.10.2
94042025-08-18T19:48:28.256Z[ recovery-image] Aug 18 19:48:27.739 INFO E| Downloaded seq-macro v0.3.6
94052025-08-18T19:48:28.259Z[ recovery-image] Aug 18 19:48:27.742 INFO E| Downloaded bitstruct_derive v0.1.0
94062025-08-18T19:48:28.263Z[ recovery-image] Aug 18 19:48:27.746 INFO E| Downloaded bitstruct v0.1.1
94072025-08-18T19:48:28.265Z[ recovery-image] Aug 18 19:48:27.749 INFO E| Downloaded scroll_derive v0.13.0
94082025-08-18T19:48:28.268Z[ recovery-image] Aug 18 19:48:27.753 INFO E| Downloaded scroll v0.13.0
94092025-08-18T19:48:28.271Z[ recovery-image] Aug 18 19:48:27.755 INFO E| Downloaded cpio_reader v0.1.2
94102025-08-18T19:48:28.277Z[ recovery-image] Aug 18 19:48:27.760 INFO E| Downloaded miniz_oxide v0.8.9
94112025-08-18T19:48:28.282Z[ recovery-image] Aug 18 19:48:27.766 INFO E| Downloaded raw-cpuid v10.7.0
94122025-08-18T19:48:28.294Z[ recovery-image] Aug 18 19:48:27.778 INFO E| Downloaded goblin v0.10.0
94132025-08-18T19:48:28.392Z[ recovery-image] Aug 18 19:48:27.876 INFO E| Downloaded x86 v0.52.0
94142025-08-18T19:48:28.456Z[ recovery-image] Aug 18 19:48:27.940 INFO E| Updating crates.io index
94152025-08-18T19:48:28.543Z[ recovery-image] Aug 18 19:48:28.028 INFO E| Downloading crates ...
94162025-08-18T19:48:28.592Z[ recovery-image] Aug 18 19:48:28.077 INFO E| Downloaded getopts v0.2.23
94172025-08-18T19:48:28.600Z[ recovery-image] Aug 18 19:48:28.085 INFO E| Downloaded rustc-demangle v0.1.25
94182025-08-18T19:48:28.605Z[ recovery-image] Aug 18 19:48:28.090 INFO E| Downloaded rustc-literal-escaper v0.0.5
94192025-08-18T19:48:28.619Z[ recovery-image] Aug 18 19:48:28.104 INFO E| Downloaded unicode-width v0.2.1
94202025-08-18T19:48:28.693Z[ recovery-image] Aug 18 19:48:28.177 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-07-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
94212025-08-18T19:48:28.696Z[ recovery-image] Aug 18 19:48:28.178 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-07-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
94222025-08-18T19:48:28.696Z[ recovery-image] Aug 18 19:48:28.178 INFO E| Compiling proc-macro2 v1.0.95
94232025-08-18T19:48:28.696Z[ recovery-image] Aug 18 19:48:28.178 INFO E| Compiling unicode-ident v1.0.18
94242025-08-18T19:48:28.696Z[ recovery-image] Aug 18 19:48:28.178 INFO E| Compiling syn v1.0.109
94252025-08-18T19:48:28.696Z[ recovery-image] Aug 18 19:48:28.178 INFO E| Compiling x86 v0.52.0
94262025-08-18T19:48:28.696Z[ recovery-image] Aug 18 19:48:28.178 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
94272025-08-18T19:48:28.696Z[ recovery-image] Aug 18 19:48:28.178 INFO E| Compiling seq-macro v0.3.6
94282025-08-18T19:48:30.710Z[ recovery-image] Aug 18 19:48:30.197 INFO E| Compiling quote v1.0.40
94292025-08-18T19:48:31.200Z[ recovery-image] Aug 18 19:48:30.688 INFO E| Compiling syn v2.0.104
94302025-08-18T19:48:31.502Z[ host-image] Aug 18 19:48:30.990 INFO O| Aug 18 19:48:30.990 INFO STEP 1 (unpack_tar) COMPLETE
94312025-08-18T19:48:31.502Z[ host-image] Aug 18 19:48:30.990 INFO O| Aug 18 19:48:30.990 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94322025-08-18T19:48:31.515Z[ host-image] Aug 18 19:48:31.003 INFO O| Aug 18 19:48:31.003 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
94332025-08-18T19:48:32.274Z[ host-image] Aug 18 19:48:31.763 INFO O| Aug 18 19:48:31.763 INFO STEP 2 (devfsadm) COMPLETE
94342025-08-18T19:48:32.274Z[ host-image] Aug 18 19:48:31.763 INFO O| Aug 18 19:48:31.763 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94352025-08-18T19:48:32.285Z[ host-image] Aug 18 19:48:31.774 INFO O| Aug 18 19:48:31.774 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94362025-08-18T19:48:32.285Z[ host-image] Aug 18 19:48:31.774 INFO O| Aug 18 19:48:31.774 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94372025-08-18T19:48:32.288Z[ host-image] Aug 18 19:48:31.774 INFO O| Aug 18 19:48:31.774 INFO STEP 3 (ensure_dir) COMPLETE
94382025-08-18T19:48:32.288Z[ host-image] Aug 18 19:48:31.774 INFO O| Aug 18 19:48:31.774 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94392025-08-18T19:48:32.293Z[ host-image] Aug 18 19:48:31.783 INFO O| Aug 18 19:48:31.783 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94402025-08-18T19:48:32.293Z[ host-image] Aug 18 19:48:31.783 INFO O| Aug 18 19:48:31.783 INFO STEP 4 (ensure_dir) COMPLETE
94412025-08-18T19:48:32.293Z[ host-image] Aug 18 19:48:31.783 INFO O| Aug 18 19:48:31.783 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94422025-08-18T19:48:32.304Z[ host-image] Aug 18 19:48:31.794 INFO O| Aug 18 19:48:31.794 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94432025-08-18T19:48:32.305Z[ host-image] Aug 18 19:48:31.794 INFO O| Aug 18 19:48:31.794 INFO STEP 5 (ensure_dir) COMPLETE
94442025-08-18T19:48:32.308Z[ host-image] Aug 18 19:48:31.794 INFO O| Aug 18 19:48:31.794 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94452025-08-18T19:48:32.313Z[ host-image] Aug 18 19:48:31.803 INFO O| Aug 18 19:48:31.802 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94462025-08-18T19:48:32.316Z[ host-image] Aug 18 19:48:31.803 INFO O| Aug 18 19:48:31.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94472025-08-18T19:48:32.316Z[ host-image] Aug 18 19:48:31.803 INFO O| Aug 18 19:48:31.803 INFO STEP 6 (ensure_dir) COMPLETE
94482025-08-18T19:48:32.316Z[ host-image] Aug 18 19:48:31.803 INFO O| Aug 18 19:48:31.803 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94492025-08-18T19:48:32.324Z[ host-image] Aug 18 19:48:31.814 INFO O| Aug 18 19:48:31.813 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94502025-08-18T19:48:32.327Z[ host-image] Aug 18 19:48:31.814 INFO O| Aug 18 19:48:31.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94512025-08-18T19:48:32.327Z[ host-image] Aug 18 19:48:31.814 INFO O| Aug 18 19:48:31.814 INFO STEP 7 (ensure_dir) COMPLETE
94522025-08-18T19:48:32.327Z[ host-image] Aug 18 19:48:31.814 INFO O| Aug 18 19:48:31.814 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94532025-08-18T19:48:32.332Z[ host-image] Aug 18 19:48:31.822 INFO O| Aug 18 19:48:31.821 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
94542025-08-18T19:48:32.335Z[ host-image] Aug 18 19:48:31.822 INFO O| Aug 18 19:48:31.822 INFO STEP 8 (remove_files) COMPLETE
94552025-08-18T19:48:32.335Z[ host-image] Aug 18 19:48:31.822 INFO O| Aug 18 19:48:31.822 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94562025-08-18T19:48:32.340Z[ host-image] Aug 18 19:48:31.830 INFO O| Aug 18 19:48:31.830 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
94572025-08-18T19:48:32.343Z[ host-image] Aug 18 19:48:31.831 INFO O| Aug 18 19:48:31.831 INFO STEP 9 (remove_files) COMPLETE
94582025-08-18T19:48:32.343Z[ host-image] Aug 18 19:48:31.831 INFO O| Aug 18 19:48:31.831 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94592025-08-18T19:48:32.349Z[ host-image] Aug 18 19:48:31.838 INFO O| Aug 18 19:48:31.838 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
94602025-08-18T19:48:32.354Z[ host-image] Aug 18 19:48:31.839 INFO O| Aug 18 19:48:31.839 INFO STEP 10 (remove_files) COMPLETE
94612025-08-18T19:48:32.354Z[ host-image] Aug 18 19:48:31.839 INFO O| Aug 18 19:48:31.839 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94622025-08-18T19:48:32.358Z[ host-image] Aug 18 19:48:31.847 INFO O| Aug 18 19:48:31.847 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
94632025-08-18T19:48:32.362Z[ host-image] Aug 18 19:48:31.847 INFO O| Aug 18 19:48:31.847 INFO STEP 11 (remove_files) COMPLETE
94642025-08-18T19:48:32.362Z[ host-image] Aug 18 19:48:31.847 INFO O| Aug 18 19:48:31.847 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94652025-08-18T19:48:32.365Z[ host-image] Aug 18 19:48:31.855 INFO O| Aug 18 19:48:31.855 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
94662025-08-18T19:48:32.369Z[ host-image] Aug 18 19:48:31.855 INFO O| Aug 18 19:48:31.855 INFO STEP 12 (remove_files) COMPLETE
94672025-08-18T19:48:32.369Z[ host-image] Aug 18 19:48:31.855 INFO O| Aug 18 19:48:31.855 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94682025-08-18T19:48:32.378Z[ host-image] Aug 18 19:48:31.867 INFO O| Aug 18 19:48:31.867 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94692025-08-18T19:48:32.378Z[ host-image] Aug 18 19:48:31.867 INFO O| Aug 18 19:48:31.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94702025-08-18T19:48:32.381Z[ host-image] Aug 18 19:48:31.867 INFO O| Aug 18 19:48:31.867 INFO STEP 13 (ensure_dir) COMPLETE
94712025-08-18T19:48:32.381Z[ host-image] Aug 18 19:48:31.867 INFO O| Aug 18 19:48:31.867 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94722025-08-18T19:48:32.388Z[ host-image] Aug 18 19:48:31.877 INFO O| Aug 18 19:48:31.877 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94732025-08-18T19:48:32.388Z[ host-image] Aug 18 19:48:31.877 INFO O| Aug 18 19:48:31.877 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94742025-08-18T19:48:32.391Z[ host-image] Aug 18 19:48:31.877 INFO O| Aug 18 19:48:31.877 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94752025-08-18T19:48:32.391Z[ host-image] Aug 18 19:48:31.878 INFO O| Aug 18 19:48:31.877 INFO STEP 14 (ensure_dir) COMPLETE
94762025-08-18T19:48:32.391Z[ host-image] Aug 18 19:48:31.878 INFO O| Aug 18 19:48:31.877 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94772025-08-18T19:48:32.398Z[ host-image] Aug 18 19:48:31.888 INFO O| Aug 18 19:48:31.888 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94782025-08-18T19:48:32.398Z[ host-image] Aug 18 19:48:31.888 INFO O| Aug 18 19:48:31.888 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94792025-08-18T19:48:32.401Z[ host-image] Aug 18 19:48:31.888 INFO O| Aug 18 19:48:31.888 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94802025-08-18T19:48:32.401Z[ host-image] Aug 18 19:48:31.888 INFO O| Aug 18 19:48:31.888 INFO STEP 15 (ensure_dir) COMPLETE
94812025-08-18T19:48:32.401Z[ host-image] Aug 18 19:48:31.888 INFO O| Aug 18 19:48:31.888 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94822025-08-18T19:48:32.408Z[ host-image] Aug 18 19:48:31.897 INFO O| Aug 18 19:48:31.897 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94832025-08-18T19:48:32.411Z[ host-image] Aug 18 19:48:31.898 INFO O| Aug 18 19:48:31.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94842025-08-18T19:48:32.411Z[ host-image] Aug 18 19:48:31.898 INFO O| Aug 18 19:48:31.898 INFO STEP 16 (ensure_dir) COMPLETE
94852025-08-18T19:48:32.411Z[ host-image] Aug 18 19:48:31.898 INFO O| Aug 18 19:48:31.898 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94862025-08-18T19:48:32.418Z[ host-image] Aug 18 19:48:31.908 INFO O| Aug 18 19:48:31.907 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94872025-08-18T19:48:32.418Z[ host-image] Aug 18 19:48:31.908 INFO O| Aug 18 19:48:31.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94882025-08-18T19:48:32.421Z[ host-image] Aug 18 19:48:31.908 INFO O| Aug 18 19:48:31.908 INFO STEP 17 (ensure_dir) COMPLETE
94892025-08-18T19:48:32.421Z[ host-image] Aug 18 19:48:31.908 INFO O| Aug 18 19:48:31.908 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94902025-08-18T19:48:32.426Z[ host-image] Aug 18 19:48:31.916 INFO O| Aug 18 19:48:31.916 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
94912025-08-18T19:48:32.426Z[ host-image] Aug 18 19:48:31.916 INFO O| Aug 18 19:48:31.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
94922025-08-18T19:48:32.429Z[ host-image] Aug 18 19:48:31.916 INFO O| Aug 18 19:48:31.916 INFO ok!
94932025-08-18T19:48:32.429Z[ host-image] Aug 18 19:48:31.916 INFO O| Aug 18 19:48:31.916 INFO STEP 18 (ensure_symlink) COMPLETE
94942025-08-18T19:48:32.429Z[ host-image] Aug 18 19:48:31.916 INFO O| Aug 18 19:48:31.916 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94952025-08-18T19:48:32.435Z[ host-image] Aug 18 19:48:31.924 INFO O| Aug 18 19:48:31.924 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
94962025-08-18T19:48:32.438Z[ host-image] Aug 18 19:48:31.925 INFO O| Aug 18 19:48:31.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
94972025-08-18T19:48:32.438Z[ host-image] Aug 18 19:48:31.925 INFO O| Aug 18 19:48:31.924 INFO ok!
94982025-08-18T19:48:32.438Z[ host-image] Aug 18 19:48:31.925 INFO O| Aug 18 19:48:31.924 INFO STEP 19 (ensure_file) COMPLETE
94992025-08-18T19:48:32.438Z[ host-image] Aug 18 19:48:31.925 INFO O| Aug 18 19:48:31.924 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95002025-08-18T19:48:32.443Z[ host-image] Aug 18 19:48:31.932 INFO O| Aug 18 19:48:31.932 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
95012025-08-18T19:48:32.443Z[ host-image] Aug 18 19:48:31.933 INFO O| Aug 18 19:48:31.932 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
95022025-08-18T19:48:32.446Z[ host-image] Aug 18 19:48:31.933 INFO O| Aug 18 19:48:31.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
95032025-08-18T19:48:32.446Z[ host-image] Aug 18 19:48:31.933 INFO O| Aug 18 19:48:31.933 INFO ok!
95042025-08-18T19:48:32.446Z[ host-image] Aug 18 19:48:31.933 INFO O| Aug 18 19:48:31.933 INFO STEP 20 (ensure_symlink) COMPLETE
95052025-08-18T19:48:32.446Z[ host-image] Aug 18 19:48:31.933 INFO O| Aug 18 19:48:31.933 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95062025-08-18T19:48:32.452Z[ host-image] Aug 18 19:48:31.942 INFO O| Aug 18 19:48:31.942 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
95072025-08-18T19:48:32.455Z[ host-image] Aug 18 19:48:31.942 INFO O| Aug 18 19:48:31.942 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
95082025-08-18T19:48:32.455Z[ host-image] Aug 18 19:48:31.942 INFO O| Aug 18 19:48:31.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
95092025-08-18T19:48:32.455Z[ host-image] Aug 18 19:48:31.942 INFO O| Aug 18 19:48:31.942 INFO ok!
95102025-08-18T19:48:32.455Z[ host-image] Aug 18 19:48:31.942 INFO O| Aug 18 19:48:31.942 INFO STEP 21 (ensure_symlink) COMPLETE
95112025-08-18T19:48:32.455Z[ host-image] Aug 18 19:48:31.942 INFO O| Aug 18 19:48:31.942 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95122025-08-18T19:48:32.462Z[ host-image] Aug 18 19:48:31.952 INFO O| Aug 18 19:48:31.952 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
95132025-08-18T19:48:32.462Z[ host-image] Aug 18 19:48:31.952 INFO O| Aug 18 19:48:31.952 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
95142025-08-18T19:48:32.465Z[ host-image] Aug 18 19:48:31.952 INFO O| Aug 18 19:48:31.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
95152025-08-18T19:48:32.465Z[ host-image] Aug 18 19:48:31.952 INFO O| Aug 18 19:48:31.952 INFO ok!
95162025-08-18T19:48:32.465Z[ host-image] Aug 18 19:48:31.952 INFO O| Aug 18 19:48:31.952 INFO STEP 22 (ensure_symlink) COMPLETE
95172025-08-18T19:48:32.465Z[ host-image] Aug 18 19:48:31.952 INFO O| Aug 18 19:48:31.952 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95182025-08-18T19:48:32.470Z[ host-image] Aug 18 19:48:31.960 INFO O| Aug 18 19:48:31.960 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
95192025-08-18T19:48:32.470Z[ host-image] Aug 18 19:48:31.960 INFO O| Aug 18 19:48:31.960 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
95202025-08-18T19:48:32.473Z[ host-image] Aug 18 19:48:31.960 INFO O| Aug 18 19:48:31.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
95212025-08-18T19:48:32.473Z[ host-image] Aug 18 19:48:31.960 INFO O| Aug 18 19:48:31.960 INFO ok!
95222025-08-18T19:48:32.473Z[ host-image] Aug 18 19:48:31.960 INFO O| Aug 18 19:48:31.960 INFO STEP 23 (ensure_symlink) COMPLETE
95232025-08-18T19:48:32.473Z[ host-image] Aug 18 19:48:31.960 INFO O| Aug 18 19:48:31.960 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95242025-08-18T19:48:32.482Z[ host-image] Aug 18 19:48:31.972 INFO O| Aug 18 19:48:31.972 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
95252025-08-18T19:48:32.482Z[ host-image] Aug 18 19:48:31.972 INFO O| Aug 18 19:48:31.972 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
95262025-08-18T19:48:32.485Z[ host-image] Aug 18 19:48:31.972 INFO O| Aug 18 19:48:31.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
95272025-08-18T19:48:32.485Z[ host-image] Aug 18 19:48:31.972 INFO O| Aug 18 19:48:31.972 INFO ok!
95282025-08-18T19:48:32.485Z[ host-image] Aug 18 19:48:31.972 INFO O| Aug 18 19:48:31.972 INFO STEP 24 (ensure_file) COMPLETE
95292025-08-18T19:48:32.485Z[ host-image] Aug 18 19:48:31.972 INFO O| Aug 18 19:48:31.972 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
95302025-08-18T19:48:32.491Z[ host-image] Aug 18 19:48:31.981 INFO O| Aug 18 19:48:31.980 INFO updating shadow file
95312025-08-18T19:48:32.494Z[ host-image] Aug 18 19:48:31.981 INFO O| Aug 18 19:48:31.981 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95322025-08-18T19:48:32.494Z[ host-image] Aug 18 19:48:31.981 INFO O| Aug 18 19:48:31.981 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95332025-08-18T19:48:32.494Z[ host-image] Aug 18 19:48:31.981 INFO O| Aug 18 19:48:31.981 INFO STEP 25 (shadow) COMPLETE
95342025-08-18T19:48:32.494Z[ host-image] Aug 18 19:48:31.981 INFO O| Aug 18 19:48:31.981 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95352025-08-18T19:48:32.523Z[ host-image] Aug 18 19:48:32.013 INFO O| Aug 18 19:48:32.013 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
95362025-08-18T19:48:32.523Z[ host-image] Aug 18 19:48:32.013 INFO O| Aug 18 19:48:32.013 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
95372025-08-18T19:48:32.527Z[ host-image] Aug 18 19:48:32.013 INFO O| Aug 18 19:48:32.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
95382025-08-18T19:48:32.527Z[ host-image] Aug 18 19:48:32.013 INFO O| Aug 18 19:48:32.013 INFO ok!
95392025-08-18T19:48:32.527Z[ host-image] Aug 18 19:48:32.013 INFO O| Aug 18 19:48:32.013 INFO STEP 26 (ensure_file) COMPLETE
95402025-08-18T19:48:32.527Z[ host-image] Aug 18 19:48:32.013 INFO O| Aug 18 19:48:32.013 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95412025-08-18T19:48:32.533Z[ host-image] Aug 18 19:48:32.023 INFO O| Aug 18 19:48:32.023 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
95422025-08-18T19:48:32.533Z[ host-image] Aug 18 19:48:32.023 INFO O| Aug 18 19:48:32.023 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
95432025-08-18T19:48:32.536Z[ host-image] Aug 18 19:48:32.023 INFO O| Aug 18 19:48:32.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
95442025-08-18T19:48:32.536Z[ host-image] Aug 18 19:48:32.023 INFO O| Aug 18 19:48:32.023 INFO ok!
95452025-08-18T19:48:32.536Z[ host-image] Aug 18 19:48:32.023 INFO O| Aug 18 19:48:32.023 INFO STEP 27 (ensure_file) COMPLETE
95462025-08-18T19:48:32.536Z[ host-image] Aug 18 19:48:32.023 INFO O| Aug 18 19:48:32.023 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95472025-08-18T19:48:32.543Z[ host-image] Aug 18 19:48:32.033 INFO O| Aug 18 19:48:32.033 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
95482025-08-18T19:48:32.543Z[ host-image] Aug 18 19:48:32.033 INFO O| Aug 18 19:48:32.033 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
95492025-08-18T19:48:32.547Z[ host-image] Aug 18 19:48:32.033 INFO O| Aug 18 19:48:32.033 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
95502025-08-18T19:48:32.547Z[ host-image] Aug 18 19:48:32.033 INFO O| Aug 18 19:48:32.033 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
95512025-08-18T19:48:32.547Z[ host-image] Aug 18 19:48:32.033 INFO O| Aug 18 19:48:32.033 INFO ok!
95522025-08-18T19:48:32.547Z[ host-image] Aug 18 19:48:32.033 INFO O| Aug 18 19:48:32.033 INFO STEP 28 (ensure_file) COMPLETE
95532025-08-18T19:48:32.547Z[ host-image] Aug 18 19:48:32.033 INFO O| Aug 18 19:48:32.033 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95542025-08-18T19:48:32.552Z[ host-image] Aug 18 19:48:32.042 INFO O| Aug 18 19:48:32.042 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
95552025-08-18T19:48:32.552Z[ host-image] Aug 18 19:48:32.042 INFO O| Aug 18 19:48:32.042 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
95562025-08-18T19:48:32.556Z[ host-image] Aug 18 19:48:32.042 INFO O| Aug 18 19:48:32.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
95572025-08-18T19:48:32.556Z[ host-image] Aug 18 19:48:32.042 INFO O| Aug 18 19:48:32.042 INFO ok!
95582025-08-18T19:48:32.556Z[ host-image] Aug 18 19:48:32.042 INFO O| Aug 18 19:48:32.042 INFO STEP 29 (ensure_file) COMPLETE
95592025-08-18T19:48:32.556Z[ host-image] Aug 18 19:48:32.042 INFO O| Aug 18 19:48:32.042 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95602025-08-18T19:48:32.561Z[ host-image] Aug 18 19:48:32.051 INFO O| Aug 18 19:48:32.051 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95612025-08-18T19:48:32.564Z[ host-image] Aug 18 19:48:32.051 INFO O| Aug 18 19:48:32.051 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95622025-08-18T19:48:32.564Z[ host-image] Aug 18 19:48:32.051 INFO O| Aug 18 19:48:32.051 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95632025-08-18T19:48:32.564Z[ host-image] Aug 18 19:48:32.051 INFO O| Aug 18 19:48:32.051 INFO STEP 30 (ensure_dir) COMPLETE
95642025-08-18T19:48:32.564Z[ host-image] Aug 18 19:48:32.051 INFO O| Aug 18 19:48:32.051 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95652025-08-18T19:48:32.571Z[ host-image] Aug 18 19:48:32.061 INFO O| Aug 18 19:48:32.061 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
95662025-08-18T19:48:32.574Z[ host-image] Aug 18 19:48:32.061 INFO O| Aug 18 19:48:32.061 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
95672025-08-18T19:48:32.574Z[ host-image] Aug 18 19:48:32.061 INFO O| Aug 18 19:48:32.061 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
95682025-08-18T19:48:32.574Z[ host-image] Aug 18 19:48:32.061 INFO O| Aug 18 19:48:32.061 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
95692025-08-18T19:48:32.574Z[ host-image] Aug 18 19:48:32.061 INFO O| Aug 18 19:48:32.061 INFO ok!
95702025-08-18T19:48:32.574Z[ host-image] Aug 18 19:48:32.061 INFO O| Aug 18 19:48:32.061 INFO STEP 31 (ensure_file) COMPLETE
95712025-08-18T19:48:32.574Z[ host-image] Aug 18 19:48:32.061 INFO O| Aug 18 19:48:32.061 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95722025-08-18T19:48:32.579Z[ host-image] Aug 18 19:48:32.069 INFO O| Aug 18 19:48:32.069 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95732025-08-18T19:48:32.579Z[ host-image] Aug 18 19:48:32.069 INFO O| Aug 18 19:48:32.069 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95742025-08-18T19:48:32.583Z[ host-image] Aug 18 19:48:32.069 INFO O| Aug 18 19:48:32.069 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95752025-08-18T19:48:32.583Z[ host-image] Aug 18 19:48:32.069 INFO O| Aug 18 19:48:32.069 INFO STEP 32 (ensure_dir) COMPLETE
95762025-08-18T19:48:32.583Z[ host-image] Aug 18 19:48:32.069 INFO O| Aug 18 19:48:32.069 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95772025-08-18T19:48:32.591Z[ host-image] Aug 18 19:48:32.081 INFO O| Aug 18 19:48:32.081 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
95782025-08-18T19:48:32.591Z[ host-image] Aug 18 19:48:32.081 INFO O| Aug 18 19:48:32.081 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml ...
95792025-08-18T19:48:32.594Z[ host-image] Aug 18 19:48:32.081 INFO O| Aug 18 19:48:32.081 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
95802025-08-18T19:48:32.594Z[ host-image] Aug 18 19:48:32.081 INFO O| Aug 18 19:48:32.081 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
95812025-08-18T19:48:32.594Z[ host-image] Aug 18 19:48:32.081 INFO O| Aug 18 19:48:32.081 INFO ok!
95822025-08-18T19:48:32.594Z[ host-image] Aug 18 19:48:32.081 INFO O| Aug 18 19:48:32.081 INFO STEP 33 (ensure_file) COMPLETE
95832025-08-18T19:48:32.594Z[ host-image] Aug 18 19:48:32.081 INFO O| Aug 18 19:48:32.081 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95842025-08-18T19:48:32.601Z[ host-image] Aug 18 19:48:32.091 INFO O| Aug 18 19:48:32.091 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
95852025-08-18T19:48:32.601Z[ host-image] Aug 18 19:48:32.091 INFO O| Aug 18 19:48:32.091 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
95862025-08-18T19:48:32.604Z[ host-image] Aug 18 19:48:32.091 INFO O| Aug 18 19:48:32.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
95872025-08-18T19:48:32.604Z[ host-image] Aug 18 19:48:32.091 INFO O| Aug 18 19:48:32.091 INFO ok!
95882025-08-18T19:48:32.604Z[ host-image] Aug 18 19:48:32.091 INFO O| Aug 18 19:48:32.091 INFO STEP 34 (ensure_file) COMPLETE
95892025-08-18T19:48:32.604Z[ host-image] Aug 18 19:48:32.091 INFO O| Aug 18 19:48:32.091 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95902025-08-18T19:48:32.609Z[ host-image] Aug 18 19:48:32.099 INFO O| Aug 18 19:48:32.099 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
95912025-08-18T19:48:32.612Z[ host-image] Aug 18 19:48:32.099 INFO O| Aug 18 19:48:32.099 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
95922025-08-18T19:48:32.612Z[ host-image] Aug 18 19:48:32.100 INFO O| Aug 18 19:48:32.100 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
95932025-08-18T19:48:32.612Z[ host-image] Aug 18 19:48:32.100 INFO O| Aug 18 19:48:32.100 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
95942025-08-18T19:48:32.612Z[ host-image] Aug 18 19:48:32.100 INFO O| Aug 18 19:48:32.100 INFO ok!
95952025-08-18T19:48:32.612Z[ host-image] Aug 18 19:48:32.100 INFO O| Aug 18 19:48:32.100 INFO STEP 35 (ensure_file) COMPLETE
95962025-08-18T19:48:32.612Z[ host-image] Aug 18 19:48:32.100 INFO O| Aug 18 19:48:32.100 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95972025-08-18T19:48:32.641Z[ host-image] Aug 18 19:48:32.108 INFO O| Aug 18 19:48:32.108 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
95982025-08-18T19:48:32.641Z[ host-image] Aug 18 19:48:32.108 INFO O| Aug 18 19:48:32.108 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
95992025-08-18T19:48:32.645Z[ host-image] Aug 18 19:48:32.109 INFO O| Aug 18 19:48:32.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
96002025-08-18T19:48:32.645Z[ host-image] Aug 18 19:48:32.109 INFO O| Aug 18 19:48:32.109 INFO ok!
96012025-08-18T19:48:32.645Z[ host-image] Aug 18 19:48:32.109 INFO O| Aug 18 19:48:32.109 INFO STEP 36 (ensure_file) COMPLETE
96022025-08-18T19:48:32.645Z[ host-image] Aug 18 19:48:32.109 INFO O| Aug 18 19:48:32.109 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96032025-08-18T19:48:32.645Z[ host-image] Aug 18 19:48:32.118 INFO O| Aug 18 19:48:32.118 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
96042025-08-18T19:48:32.645Z[ host-image] Aug 18 19:48:32.118 INFO O| Aug 18 19:48:32.118 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
96052025-08-18T19:48:32.645Z[ host-image] Aug 18 19:48:32.118 INFO O| Aug 18 19:48:32.118 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
96062025-08-18T19:48:32.645Z[ host-image] Aug 18 19:48:32.118 INFO O| Aug 18 19:48:32.118 INFO ok!
96072025-08-18T19:48:32.645Z[ host-image] Aug 18 19:48:32.118 INFO O| Aug 18 19:48:32.118 INFO STEP 37 (ensure_file) COMPLETE
96082025-08-18T19:48:32.645Z[ host-image] Aug 18 19:48:32.118 INFO O| Aug 18 19:48:32.118 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96092025-08-18T19:48:32.645Z[ host-image] Aug 18 19:48:32.127 INFO O| Aug 18 19:48:32.127 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
96102025-08-18T19:48:32.645Z[ host-image] Aug 18 19:48:32.127 INFO O| Aug 18 19:48:32.127 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
96112025-08-18T19:48:32.645Z[ host-image] Aug 18 19:48:32.127 INFO O| Aug 18 19:48:32.127 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96122025-08-18T19:48:32.645Z[ host-image] Aug 18 19:48:32.127 INFO O| Aug 18 19:48:32.127 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96132025-08-18T19:48:32.646Z[ host-image] Aug 18 19:48:32.127 INFO O| Aug 18 19:48:32.127 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96142025-08-18T19:48:32.646Z[ host-image] Aug 18 19:48:32.127 INFO O| Aug 18 19:48:32.127 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96152025-08-18T19:48:32.646Z[ host-image] Aug 18 19:48:32.127 INFO O| Aug 18 19:48:32.127 INFO ok!
96162025-08-18T19:48:32.646Z[ host-image] Aug 18 19:48:32.127 INFO O| Aug 18 19:48:32.127 INFO STEP 38 (ensure_file) COMPLETE
96172025-08-18T19:48:32.646Z[ host-image] Aug 18 19:48:32.127 INFO O| Aug 18 19:48:32.127 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96182025-08-18T19:48:32.651Z[ host-image] Aug 18 19:48:32.137 INFO O| Aug 18 19:48:32.137 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96192025-08-18T19:48:32.651Z[ host-image] Aug 18 19:48:32.137 INFO O| Aug 18 19:48:32.137 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96202025-08-18T19:48:32.651Z[ host-image] Aug 18 19:48:32.137 INFO O| Aug 18 19:48:32.137 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96212025-08-18T19:48:32.651Z[ host-image] Aug 18 19:48:32.137 INFO O| Aug 18 19:48:32.137 INFO STEP 39 (ensure_dir) COMPLETE
96222025-08-18T19:48:32.651Z[ host-image] Aug 18 19:48:32.137 INFO O| Aug 18 19:48:32.137 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96232025-08-18T19:48:32.658Z[ host-image] Aug 18 19:48:32.148 INFO O| Aug 18 19:48:32.148 INFO file /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
96242025-08-18T19:48:32.658Z[ host-image] Aug 18 19:48:32.148 INFO O| Aug 18 19:48:32.148 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
96252025-08-18T19:48:32.662Z[ host-image] Aug 18 19:48:32.149 INFO O| Aug 18 19:48:32.149 INFO perms are 644, should be 555, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
96262025-08-18T19:48:32.662Z[ host-image] Aug 18 19:48:32.149 INFO O| Aug 18 19:48:32.149 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
96272025-08-18T19:48:32.662Z[ host-image] Aug 18 19:48:32.149 INFO O| Aug 18 19:48:32.149 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
96282025-08-18T19:48:32.662Z[ host-image] Aug 18 19:48:32.149 INFO O| Aug 18 19:48:32.149 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
96292025-08-18T19:48:32.662Z[ host-image] Aug 18 19:48:32.149 INFO O| Aug 18 19:48:32.149 INFO ok!
96302025-08-18T19:48:32.662Z[ host-image] Aug 18 19:48:32.149 INFO O| Aug 18 19:48:32.149 INFO STEP 40 (ensure_file) COMPLETE
96312025-08-18T19:48:32.662Z[ host-image] Aug 18 19:48:32.149 INFO O| Aug 18 19:48:32.149 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96322025-08-18T19:48:32.667Z[ host-image] Aug 18 19:48:32.157 INFO O| Aug 18 19:48:32.157 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
96332025-08-18T19:48:32.667Z[ host-image] Aug 18 19:48:32.157 INFO O| Aug 18 19:48:32.157 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
96342025-08-18T19:48:32.670Z[ host-image] Aug 18 19:48:32.157 INFO O| Aug 18 19:48:32.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
96352025-08-18T19:48:32.670Z[ host-image] Aug 18 19:48:32.157 INFO O| Aug 18 19:48:32.157 INFO ok!
96362025-08-18T19:48:32.670Z[ host-image] Aug 18 19:48:32.157 INFO O| Aug 18 19:48:32.157 INFO STEP 41 (ensure_symlink) COMPLETE
96372025-08-18T19:48:32.670Z[ host-image] Aug 18 19:48:32.157 INFO O| Aug 18 19:48:32.157 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96382025-08-18T19:48:32.677Z[ host-image] Aug 18 19:48:32.167 INFO O| Aug 18 19:48:32.167 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
96392025-08-18T19:48:32.677Z[ host-image] Aug 18 19:48:32.167 INFO O| Aug 18 19:48:32.167 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
96402025-08-18T19:48:32.678Z[ host-image] Aug 18 19:48:32.167 INFO O| Aug 18 19:48:32.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
96412025-08-18T19:48:32.681Z[ host-image] Aug 18 19:48:32.167 INFO O| Aug 18 19:48:32.167 INFO ok!
96422025-08-18T19:48:32.681Z[ host-image] Aug 18 19:48:32.167 INFO O| Aug 18 19:48:32.167 INFO STEP 42 (ensure_symlink) COMPLETE
96432025-08-18T19:48:32.681Z[ host-image] Aug 18 19:48:32.167 INFO O| Aug 18 19:48:32.167 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96442025-08-18T19:48:32.686Z[ host-image] Aug 18 19:48:32.177 INFO O| Aug 18 19:48:32.177 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
96452025-08-18T19:48:32.689Z[ host-image] Aug 18 19:48:32.177 INFO O| Aug 18 19:48:32.177 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
96462025-08-18T19:48:32.689Z[ host-image] Aug 18 19:48:32.177 INFO O| Aug 18 19:48:32.177 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96472025-08-18T19:48:32.689Z[ host-image] Aug 18 19:48:32.177 INFO O| Aug 18 19:48:32.177 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96482025-08-18T19:48:32.689Z[ host-image] Aug 18 19:48:32.177 INFO O| Aug 18 19:48:32.177 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96492025-08-18T19:48:32.689Z[ host-image] Aug 18 19:48:32.177 INFO O| Aug 18 19:48:32.177 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96502025-08-18T19:48:32.689Z[ host-image] Aug 18 19:48:32.177 INFO O| Aug 18 19:48:32.177 INFO ok!
96512025-08-18T19:48:32.690Z[ host-image] Aug 18 19:48:32.177 INFO O| Aug 18 19:48:32.177 INFO STEP 43 (ensure_file) COMPLETE
96522025-08-18T19:48:32.690Z[ host-image] Aug 18 19:48:32.177 INFO O| Aug 18 19:48:32.177 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96532025-08-18T19:48:32.698Z[ host-image] Aug 18 19:48:32.189 INFO O| Aug 18 19:48:32.188 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
96542025-08-18T19:48:32.698Z[ host-image] Aug 18 19:48:32.189 INFO O| Aug 18 19:48:32.188 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml ...
96552025-08-18T19:48:32.702Z[ host-image] Aug 18 19:48:32.189 INFO O| Aug 18 19:48:32.189 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
96562025-08-18T19:48:32.702Z[ host-image] Aug 18 19:48:32.189 INFO O| Aug 18 19:48:32.189 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
96572025-08-18T19:48:32.702Z[ host-image] Aug 18 19:48:32.189 INFO O| Aug 18 19:48:32.189 INFO ok!
96582025-08-18T19:48:32.702Z[ host-image] Aug 18 19:48:32.189 INFO O| Aug 18 19:48:32.189 INFO STEP 44 (ensure_file) COMPLETE
96592025-08-18T19:48:32.702Z[ host-image] Aug 18 19:48:32.189 INFO O| Aug 18 19:48:32.189 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96602025-08-18T19:48:32.707Z[ host-image] Aug 18 19:48:32.197 INFO O| Aug 18 19:48:32.197 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
96612025-08-18T19:48:32.707Z[ host-image] Aug 18 19:48:32.197 INFO O| Aug 18 19:48:32.197 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
96622025-08-18T19:48:32.710Z[ host-image] Aug 18 19:48:32.197 INFO O| Aug 18 19:48:32.197 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
96632025-08-18T19:48:32.710Z[ host-image] Aug 18 19:48:32.197 INFO O| Aug 18 19:48:32.197 INFO ok!
96642025-08-18T19:48:32.710Z[ host-image] Aug 18 19:48:32.197 INFO O| Aug 18 19:48:32.197 INFO STEP 45 (ensure_file) COMPLETE
96652025-08-18T19:48:32.710Z[ host-image] Aug 18 19:48:32.197 INFO O| Aug 18 19:48:32.197 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96662025-08-18T19:48:32.717Z[ host-image] Aug 18 19:48:32.207 INFO O| Aug 18 19:48:32.207 INFO updating shadow file
96672025-08-18T19:48:32.721Z[ host-image] Aug 18 19:48:32.208 INFO O| Aug 18 19:48:32.208 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
96682025-08-18T19:48:32.721Z[ host-image] Aug 18 19:48:32.208 INFO O| Aug 18 19:48:32.208 INFO STEP 46 (shadow) COMPLETE
96692025-08-18T19:48:32.721Z[ host-image] Aug 18 19:48:32.208 INFO O| Aug 18 19:48:32.208 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96702025-08-18T19:48:32.726Z[ host-image] Aug 18 19:48:32.216 INFO O| Aug 18 19:48:32.216 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
96712025-08-18T19:48:32.729Z[ host-image] Aug 18 19:48:32.216 INFO O| Aug 18 19:48:32.216 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
96722025-08-18T19:48:32.729Z[ host-image] Aug 18 19:48:32.217 INFO O| Aug 18 19:48:32.217 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
96732025-08-18T19:48:32.729Z[ host-image] Aug 18 19:48:32.217 INFO O| Aug 18 19:48:32.217 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
96742025-08-18T19:48:32.729Z[ host-image] Aug 18 19:48:32.217 INFO O| Aug 18 19:48:32.217 INFO ok!
96752025-08-18T19:48:32.729Z[ host-image] Aug 18 19:48:32.217 INFO O| Aug 18 19:48:32.217 INFO STEP 47 (ensure_file) COMPLETE
96762025-08-18T19:48:32.729Z[ host-image] Aug 18 19:48:32.217 INFO O| Aug 18 19:48:32.217 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96772025-08-18T19:48:32.729Z[ host-image] Aug 18 19:48:32.217 INFO O| Aug 18 19:48:32.217 INFO skip step because feature "mfg" is not enabled
96782025-08-18T19:48:32.729Z[ host-image] Aug 18 19:48:32.217 INFO O| Aug 18 19:48:32.217 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96792025-08-18T19:48:32.729Z[ host-image] Aug 18 19:48:32.217 INFO O| Aug 18 19:48:32.217 INFO skip step because feature "mfg" is not enabled
96802025-08-18T19:48:32.729Z[ host-image] Aug 18 19:48:32.217 INFO O| Aug 18 19:48:32.217 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96812025-08-18T19:48:32.739Z[ host-image] Aug 18 19:48:32.228 INFO O| Aug 18 19:48:32.228 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
96822025-08-18T19:48:32.739Z[ host-image] Aug 18 19:48:32.228 INFO O| Aug 18 19:48:32.228 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
96832025-08-18T19:48:33.464Z[ host-image] Aug 18 19:48:32.955 INFO O| Aug 18 19:48:32.955 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
96842025-08-18T19:48:33.464Z[ host-image] Aug 18 19:48:32.955 INFO O| Aug 18 19:48:32.955 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
96852025-08-18T19:48:33.468Z[ host-image] Aug 18 19:48:32.955 INFO O| Aug 18 19:48:32.955 INFO ok!
96862025-08-18T19:48:33.468Z[ host-image] Aug 18 19:48:32.955 INFO O| Aug 18 19:48:32.955 INFO STEP 50 (ensure_file) COMPLETE
96872025-08-18T19:48:33.468Z[ host-image] Aug 18 19:48:32.955 INFO O| Aug 18 19:48:32.955 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96882025-08-18T19:48:33.468Z[ host-image] Aug 18 19:48:32.955 INFO O| Aug 18 19:48:32.955 INFO skip step because feature "compliance" is not enabled
96892025-08-18T19:48:33.468Z[ host-image] Aug 18 19:48:32.955 INFO O| Aug 18 19:48:32.955 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96902025-08-18T19:48:33.474Z[ host-image] Aug 18 19:48:32.965 INFO O| Aug 18 19:48:32.965 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
96912025-08-18T19:48:33.478Z[ host-image] Aug 18 19:48:32.965 INFO O| Aug 18 19:48:32.965 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
96922025-08-18T19:48:33.478Z[ host-image] Aug 18 19:48:32.965 INFO O| Aug 18 19:48:32.965 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96932025-08-18T19:48:33.478Z[ host-image] Aug 18 19:48:32.965 INFO O| Aug 18 19:48:32.965 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96942025-08-18T19:48:33.478Z[ host-image] Aug 18 19:48:32.966 INFO O| Aug 18 19:48:32.965 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96952025-08-18T19:48:33.478Z[ host-image] Aug 18 19:48:32.966 INFO O| Aug 18 19:48:32.966 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96962025-08-18T19:48:33.478Z[ host-image] Aug 18 19:48:32.966 INFO O| Aug 18 19:48:32.966 INFO ok!
96972025-08-18T19:48:33.478Z[ host-image] Aug 18 19:48:32.966 INFO O| Aug 18 19:48:32.966 INFO STEP 52 (ensure_file) COMPLETE
96982025-08-18T19:48:33.478Z[ host-image] Aug 18 19:48:32.966 INFO O| Aug 18 19:48:32.966 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96992025-08-18T19:48:33.483Z[ host-image] Aug 18 19:48:32.974 INFO O| Aug 18 19:48:32.974 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
97002025-08-18T19:48:33.483Z[ host-image] Aug 18 19:48:32.974 INFO O| Aug 18 19:48:32.974 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml ...
97012025-08-18T19:48:33.486Z[ host-image] Aug 18 19:48:32.974 INFO O| Aug 18 19:48:32.974 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
97022025-08-18T19:48:33.487Z[ host-image] Aug 18 19:48:32.974 INFO O| Aug 18 19:48:32.974 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
97032025-08-18T19:48:33.487Z[ host-image] Aug 18 19:48:32.974 INFO O| Aug 18 19:48:32.974 INFO ok!
97042025-08-18T19:48:33.487Z[ host-image] Aug 18 19:48:32.974 INFO O| Aug 18 19:48:32.974 INFO STEP 53 (ensure_file) COMPLETE
97052025-08-18T19:48:33.487Z[ host-image] Aug 18 19:48:32.975 INFO O| Aug 18 19:48:32.974 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97062025-08-18T19:48:33.491Z[ host-image] Aug 18 19:48:32.983 INFO O| Aug 18 19:48:32.982 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
97072025-08-18T19:48:33.492Z[ host-image] Aug 18 19:48:32.983 INFO O| Aug 18 19:48:32.983 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-cpu-loadgen.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen ...
97082025-08-18T19:48:33.495Z[ host-image] Aug 18 19:48:32.983 INFO O| Aug 18 19:48:32.983 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97092025-08-18T19:48:33.495Z[ host-image] Aug 18 19:48:32.983 INFO O| Aug 18 19:48:32.983 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
97102025-08-18T19:48:33.495Z[ host-image] Aug 18 19:48:32.983 INFO O| Aug 18 19:48:32.983 INFO ok!
97112025-08-18T19:48:33.495Z[ host-image] Aug 18 19:48:32.983 INFO O| Aug 18 19:48:32.983 INFO STEP 54 (ensure_file) COMPLETE
97122025-08-18T19:48:33.495Z[ host-image] Aug 18 19:48:32.983 INFO O| Aug 18 19:48:32.983 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97132025-08-18T19:48:33.503Z[ host-image] Aug 18 19:48:32.994 INFO O| Aug 18 19:48:32.994 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
97142025-08-18T19:48:33.503Z[ host-image] Aug 18 19:48:32.994 INFO O| Aug 18 19:48:32.994 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-cpu-loadgen.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml ...
97152025-08-18T19:48:33.506Z[ host-image] Aug 18 19:48:32.994 INFO O| Aug 18 19:48:32.994 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
97162025-08-18T19:48:33.506Z[ host-image] Aug 18 19:48:32.994 INFO O| Aug 18 19:48:32.994 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
97172025-08-18T19:48:33.506Z[ host-image] Aug 18 19:48:32.994 INFO O| Aug 18 19:48:32.994 INFO ok!
97182025-08-18T19:48:33.506Z[ host-image] Aug 18 19:48:32.994 INFO O| Aug 18 19:48:32.994 INFO STEP 55 (ensure_file) COMPLETE
97192025-08-18T19:48:33.506Z[ host-image] Aug 18 19:48:32.994 INFO O| Aug 18 19:48:32.994 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97202025-08-18T19:48:33.516Z[ host-image] Aug 18 19:48:33.006 INFO O| Aug 18 19:48:33.006 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
97212025-08-18T19:48:33.516Z[ host-image] Aug 18 19:48:33.007 INFO O| Aug 18 19:48:33.006 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-mem-loadgen.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen ...
97222025-08-18T19:48:33.516Z[ host-image] Aug 18 19:48:33.007 INFO O| Aug 18 19:48:33.007 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97232025-08-18T19:48:33.516Z[ host-image] Aug 18 19:48:33.007 INFO O| Aug 18 19:48:33.007 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97242025-08-18T19:48:33.553Z[ host-image] Aug 18 19:48:33.007 INFO O| Aug 18 19:48:33.007 INFO ok!
97252025-08-18T19:48:33.553Z[ host-image] Aug 18 19:48:33.007 INFO O| Aug 18 19:48:33.007 INFO STEP 56 (ensure_file) COMPLETE
97262025-08-18T19:48:33.553Z[ host-image] Aug 18 19:48:33.007 INFO O| Aug 18 19:48:33.007 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97272025-08-18T19:48:33.553Z[ host-image] Aug 18 19:48:33.015 INFO O| Aug 18 19:48:33.015 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
97282025-08-18T19:48:33.553Z[ host-image] Aug 18 19:48:33.015 INFO O| Aug 18 19:48:33.015 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-mem-loadgen.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml ...
97292025-08-18T19:48:33.553Z[ host-image] Aug 18 19:48:33.015 INFO O| Aug 18 19:48:33.015 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
97302025-08-18T19:48:33.553Z[ host-image] Aug 18 19:48:33.015 INFO O| Aug 18 19:48:33.015 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
97312025-08-18T19:48:33.553Z[ host-image] Aug 18 19:48:33.015 INFO O| Aug 18 19:48:33.015 INFO ok!
97322025-08-18T19:48:33.553Z[ host-image] Aug 18 19:48:33.015 INFO O| Aug 18 19:48:33.015 INFO STEP 57 (ensure_file) COMPLETE
97332025-08-18T19:48:33.553Z[ host-image] Aug 18 19:48:33.015 INFO O| Aug 18 19:48:33.015 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97342025-08-18T19:48:33.553Z[ host-image] Aug 18 19:48:33.024 INFO O| Aug 18 19:48:33.024 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
97352025-08-18T19:48:33.554Z[ host-image] Aug 18 19:48:33.024 INFO O| Aug 18 19:48:33.024 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-nvme-loadgen.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen ...
97362025-08-18T19:48:33.554Z[ host-image] Aug 18 19:48:33.024 INFO O| Aug 18 19:48:33.024 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97372025-08-18T19:48:33.554Z[ host-image] Aug 18 19:48:33.024 INFO O| Aug 18 19:48:33.024 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97382025-08-18T19:48:33.554Z[ host-image] Aug 18 19:48:33.024 INFO O| Aug 18 19:48:33.024 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97392025-08-18T19:48:33.554Z[ host-image] Aug 18 19:48:33.024 INFO O| Aug 18 19:48:33.024 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97402025-08-18T19:48:33.554Z[ host-image] Aug 18 19:48:33.025 INFO O| Aug 18 19:48:33.024 INFO ok!
97412025-08-18T19:48:33.554Z[ host-image] Aug 18 19:48:33.025 INFO O| Aug 18 19:48:33.025 INFO STEP 58 (ensure_file) COMPLETE
97422025-08-18T19:48:33.554Z[ host-image] Aug 18 19:48:33.025 INFO O| Aug 18 19:48:33.025 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97432025-08-18T19:48:33.554Z[ host-image] Aug 18 19:48:33.035 INFO O| Aug 18 19:48:33.035 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
97442025-08-18T19:48:33.554Z[ host-image] Aug 18 19:48:33.035 INFO O| Aug 18 19:48:33.035 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-nvme-loadgen.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml ...
97452025-08-18T19:48:33.554Z[ host-image] Aug 18 19:48:33.035 INFO O| Aug 18 19:48:33.035 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
97462025-08-18T19:48:33.554Z[ host-image] Aug 18 19:48:33.035 INFO O| Aug 18 19:48:33.035 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
97472025-08-18T19:48:33.554Z[ host-image] Aug 18 19:48:33.035 INFO O| Aug 18 19:48:33.035 INFO ok!
97482025-08-18T19:48:33.554Z[ host-image] Aug 18 19:48:33.035 INFO O| Aug 18 19:48:33.035 INFO STEP 59 (ensure_file) COMPLETE
97492025-08-18T19:48:33.555Z[ host-image] Aug 18 19:48:33.035 INFO O| Aug 18 19:48:33.035 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97502025-08-18T19:48:33.558Z[ host-image] Aug 18 19:48:33.045 INFO O| Aug 18 19:48:33.045 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
97512025-08-18T19:48:33.558Z[ host-image] Aug 18 19:48:33.045 INFO O| Aug 18 19:48:33.045 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
97522025-08-18T19:48:33.558Z[ host-image] Aug 18 19:48:33.045 INFO O| Aug 18 19:48:33.045 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
97532025-08-18T19:48:33.558Z[ host-image] Aug 18 19:48:33.045 INFO O| Aug 18 19:48:33.045 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
97542025-08-18T19:48:33.558Z[ host-image] Aug 18 19:48:33.045 INFO O| Aug 18 19:48:33.045 INFO ok!
97552025-08-18T19:48:33.558Z[ host-image] Aug 18 19:48:33.045 INFO O| Aug 18 19:48:33.045 INFO STEP 60 (ensure_file) COMPLETE
97562025-08-18T19:48:33.558Z[ host-image] Aug 18 19:48:33.045 INFO O| Aug 18 19:48:33.045 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97572025-08-18T19:48:33.567Z[ host-image] Aug 18 19:48:33.058 INFO O| Aug 18 19:48:33.057 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
97582025-08-18T19:48:33.567Z[ host-image] Aug 18 19:48:33.058 INFO O| Aug 18 19:48:33.058 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml ...
97592025-08-18T19:48:33.570Z[ host-image] Aug 18 19:48:33.058 INFO O| Aug 18 19:48:33.058 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
97602025-08-18T19:48:33.570Z[ host-image] Aug 18 19:48:33.058 INFO O| Aug 18 19:48:33.058 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
97612025-08-18T19:48:33.570Z[ host-image] Aug 18 19:48:33.058 INFO O| Aug 18 19:48:33.058 INFO ok!
97622025-08-18T19:48:33.570Z[ host-image] Aug 18 19:48:33.058 INFO O| Aug 18 19:48:33.058 INFO STEP 61 (ensure_file) COMPLETE
97632025-08-18T19:48:33.570Z[ host-image] Aug 18 19:48:33.058 INFO O| Aug 18 19:48:33.058 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97642025-08-18T19:48:33.576Z[ host-image] Aug 18 19:48:33.067 INFO O| Aug 18 19:48:33.067 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
97652025-08-18T19:48:33.576Z[ host-image] Aug 18 19:48:33.067 INFO O| Aug 18 19:48:33.067 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
97662025-08-18T19:48:33.579Z[ host-image] Aug 18 19:48:33.067 INFO O| Aug 18 19:48:33.067 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97672025-08-18T19:48:33.579Z[ host-image] Aug 18 19:48:33.067 INFO O| Aug 18 19:48:33.067 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97682025-08-18T19:48:33.579Z[ host-image] Aug 18 19:48:33.067 INFO O| Aug 18 19:48:33.067 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97692025-08-18T19:48:33.579Z[ host-image] Aug 18 19:48:33.067 INFO O| Aug 18 19:48:33.067 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97702025-08-18T19:48:33.579Z[ host-image] Aug 18 19:48:33.067 INFO O| Aug 18 19:48:33.067 INFO ok!
97712025-08-18T19:48:33.579Z[ host-image] Aug 18 19:48:33.067 INFO O| Aug 18 19:48:33.067 INFO STEP 62 (ensure_file) COMPLETE
97722025-08-18T19:48:33.579Z[ host-image] Aug 18 19:48:33.067 INFO O| Aug 18 19:48:33.067 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97732025-08-18T19:48:33.586Z[ host-image] Aug 18 19:48:33.077 INFO O| Aug 18 19:48:33.077 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
97742025-08-18T19:48:33.586Z[ host-image] Aug 18 19:48:33.077 INFO O| Aug 18 19:48:33.077 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml ...
97752025-08-18T19:48:33.589Z[ host-image] Aug 18 19:48:33.077 INFO O| Aug 18 19:48:33.077 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
97762025-08-18T19:48:33.589Z[ host-image] Aug 18 19:48:33.077 INFO O| Aug 18 19:48:33.077 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
97772025-08-18T19:48:33.589Z[ host-image] Aug 18 19:48:33.077 INFO O| Aug 18 19:48:33.077 INFO ok!
97782025-08-18T19:48:33.590Z[ host-image] Aug 18 19:48:33.077 INFO O| Aug 18 19:48:33.077 INFO STEP 63 (ensure_file) COMPLETE
97792025-08-18T19:48:33.590Z[ host-image] Aug 18 19:48:33.077 INFO O| Aug 18 19:48:33.077 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97802025-08-18T19:48:33.596Z[ host-image] Aug 18 19:48:33.087 INFO O| Aug 18 19:48:33.087 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
97812025-08-18T19:48:33.599Z[ host-image] Aug 18 19:48:33.087 INFO O| Aug 18 19:48:33.087 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-time.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml ...
97822025-08-18T19:48:33.599Z[ host-image] Aug 18 19:48:33.087 INFO O| Aug 18 19:48:33.087 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
97832025-08-18T19:48:33.599Z[ host-image] Aug 18 19:48:33.087 INFO O| Aug 18 19:48:33.087 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
97842025-08-18T19:48:33.599Z[ host-image] Aug 18 19:48:33.087 INFO O| Aug 18 19:48:33.087 INFO ok!
97852025-08-18T19:48:33.599Z[ host-image] Aug 18 19:48:33.087 INFO O| Aug 18 19:48:33.087 INFO STEP 64 (ensure_file) COMPLETE
97862025-08-18T19:48:33.599Z[ host-image] Aug 18 19:48:33.087 INFO O| Aug 18 19:48:33.087 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97872025-08-18T19:48:33.605Z[ host-image] Aug 18 19:48:33.097 INFO O| Aug 18 19:48:33.097 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
97882025-08-18T19:48:33.605Z[ host-image] Aug 18 19:48:33.097 INFO O| Aug 18 19:48:33.097 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-dump.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml ...
97892025-08-18T19:48:33.609Z[ host-image] Aug 18 19:48:33.097 INFO O| Aug 18 19:48:33.097 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
97902025-08-18T19:48:33.609Z[ host-image] Aug 18 19:48:33.097 INFO O| Aug 18 19:48:33.097 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
97912025-08-18T19:48:33.609Z[ host-image] Aug 18 19:48:33.097 INFO O| Aug 18 19:48:33.097 INFO ok!
97922025-08-18T19:48:33.609Z[ host-image] Aug 18 19:48:33.097 INFO O| Aug 18 19:48:33.097 INFO STEP 65 (ensure_file) COMPLETE
97932025-08-18T19:48:33.609Z[ host-image] Aug 18 19:48:33.097 INFO O| Aug 18 19:48:33.097 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97942025-08-18T19:48:33.616Z[ host-image] Aug 18 19:48:33.108 INFO O| Aug 18 19:48:33.108 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
97952025-08-18T19:48:33.617Z[ host-image] Aug 18 19:48:33.108 INFO O| Aug 18 19:48:33.108 INFO STEP 66 (ensure_dir) COMPLETE
97962025-08-18T19:48:33.617Z[ host-image] Aug 18 19:48:33.108 INFO O| Aug 18 19:48:33.108 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97972025-08-18T19:48:33.628Z[ host-image] Aug 18 19:48:33.119 INFO O| Aug 18 19:48:33.119 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
97982025-08-18T19:48:33.628Z[ host-image] Aug 18 19:48:33.119 INFO O| Aug 18 19:48:33.119 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
97992025-08-18T19:48:33.631Z[ host-image] Aug 18 19:48:33.119 INFO O| Aug 18 19:48:33.119 INFO STEP 67 (ensure_dir) COMPLETE
98002025-08-18T19:48:33.631Z[ host-image] Aug 18 19:48:33.119 INFO O| Aug 18 19:48:33.119 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98012025-08-18T19:48:33.637Z[ host-image] Aug 18 19:48:33.129 INFO O| Aug 18 19:48:33.128 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98022025-08-18T19:48:33.637Z[ host-image] Aug 18 19:48:33.129 INFO O| Aug 18 19:48:33.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
98032025-08-18T19:48:33.637Z[ host-image] Aug 18 19:48:33.129 INFO O| Aug 18 19:48:33.129 INFO STEP 68 (ensure_dir) COMPLETE
98042025-08-18T19:48:33.640Z[ host-image] Aug 18 19:48:33.129 INFO O| Aug 18 19:48:33.129 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98052025-08-18T19:48:33.648Z[ host-image] Aug 18 19:48:33.139 INFO O| Aug 18 19:48:33.139 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
98062025-08-18T19:48:33.648Z[ host-image] Aug 18 19:48:33.139 INFO O| Aug 18 19:48:33.139 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
98072025-08-18T19:48:35.002Z[ host-image] Aug 18 19:48:34.494 INFO O| Aug 18 19:48:34.494 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
98082025-08-18T19:48:35.002Z[ host-image] Aug 18 19:48:34.494 INFO O| Aug 18 19:48:34.494 INFO ok!
98092025-08-18T19:48:35.002Z[ host-image] Aug 18 19:48:34.494 INFO O| Aug 18 19:48:34.494 INFO STEP 69 (ensure_file) COMPLETE
98102025-08-18T19:48:35.002Z[ host-image] Aug 18 19:48:34.494 INFO O| Aug 18 19:48:34.494 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98112025-08-18T19:48:35.016Z[ host-image] Aug 18 19:48:34.509 INFO O| Aug 18 19:48:34.509 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
98122025-08-18T19:48:35.016Z[ host-image] Aug 18 19:48:34.509 INFO O| Aug 18 19:48:34.509 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
98132025-08-18T19:48:35.580Z[ recovery-image] Aug 18 19:48:35.073 INFO E| Compiling scroll_derive v0.13.0
98142025-08-18T19:48:36.201Z[ host-image] Aug 18 19:48:35.695 INFO O| Aug 18 19:48:35.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
98152025-08-18T19:48:36.201Z[ host-image] Aug 18 19:48:35.695 INFO O| Aug 18 19:48:35.695 INFO ok!
98162025-08-18T19:48:36.201Z[ host-image] Aug 18 19:48:35.695 INFO O| Aug 18 19:48:35.695 INFO STEP 70 (ensure_file) COMPLETE
98172025-08-18T19:48:36.204Z[ host-image] Aug 18 19:48:35.695 INFO O| Aug 18 19:48:35.695 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98182025-08-18T19:48:36.216Z[ host-image] Aug 18 19:48:35.710 INFO O| Aug 18 19:48:35.710 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98192025-08-18T19:48:36.216Z[ host-image] Aug 18 19:48:35.710 INFO O| Aug 18 19:48:35.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98202025-08-18T19:48:36.216Z[ host-image] Aug 18 19:48:35.710 INFO O| Aug 18 19:48:35.710 INFO STEP 71 (ensure_dir) COMPLETE
98212025-08-18T19:48:36.219Z[ host-image] Aug 18 19:48:35.710 INFO O| Aug 18 19:48:35.710 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98222025-08-18T19:48:36.228Z[ host-image] Aug 18 19:48:35.723 INFO O| Aug 18 19:48:35.723 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
98232025-08-18T19:48:36.228Z[ host-image] Aug 18 19:48:35.723 INFO O| Aug 18 19:48:35.723 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
98242025-08-18T19:48:36.228Z[ host-image] Aug 18 19:48:35.723 INFO O| Aug 18 19:48:35.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
98252025-08-18T19:48:36.231Z[ host-image] Aug 18 19:48:35.723 INFO O| Aug 18 19:48:35.723 INFO ok!
98262025-08-18T19:48:36.231Z[ host-image] Aug 18 19:48:35.723 INFO O| Aug 18 19:48:35.723 INFO STEP 72 (ensure_file) COMPLETE
98272025-08-18T19:48:36.231Z[ host-image] Aug 18 19:48:35.723 INFO O| Aug 18 19:48:35.723 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98282025-08-18T19:48:36.239Z[ host-image] Aug 18 19:48:35.733 INFO O| Aug 18 19:48:35.733 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
98292025-08-18T19:48:36.239Z[ host-image] Aug 18 19:48:35.733 INFO O| Aug 18 19:48:35.733 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
98302025-08-18T19:48:36.242Z[ host-image] Aug 18 19:48:35.733 INFO O| Aug 18 19:48:35.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
98312025-08-18T19:48:36.242Z[ host-image] Aug 18 19:48:35.733 INFO O| Aug 18 19:48:35.733 INFO ok!
98322025-08-18T19:48:36.242Z[ host-image] Aug 18 19:48:35.733 INFO O| Aug 18 19:48:35.733 INFO STEP 73 (ensure_file) COMPLETE
98332025-08-18T19:48:36.242Z[ host-image] Aug 18 19:48:35.733 INFO O| Aug 18 19:48:35.733 INFO STEP 74: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98342025-08-18T19:48:36.251Z[ host-image] Aug 18 19:48:35.746 INFO O| Aug 18 19:48:35.746 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
98352025-08-18T19:48:36.252Z[ host-image] Aug 18 19:48:35.746 INFO O| Aug 18 19:48:35.746 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
98362025-08-18T19:48:36.255Z[ host-image] Aug 18 19:48:35.746 INFO O| Aug 18 19:48:35.746 INFO STEP 74 (ensure_dir) COMPLETE
98372025-08-18T19:48:36.255Z[ host-image] Aug 18 19:48:35.746 INFO O| Aug 18 19:48:35.746 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98382025-08-18T19:48:36.261Z[ host-image] Aug 18 19:48:35.756 INFO O| Aug 18 19:48:35.756 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
98392025-08-18T19:48:36.261Z[ host-image] Aug 18 19:48:35.756 INFO O| Aug 18 19:48:35.756 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
98402025-08-18T19:48:36.264Z[ host-image] Aug 18 19:48:35.756 INFO O| Aug 18 19:48:35.756 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
98412025-08-18T19:48:36.264Z[ host-image] Aug 18 19:48:35.756 INFO O| Aug 18 19:48:35.756 INFO ok!
98422025-08-18T19:48:36.264Z[ host-image] Aug 18 19:48:35.756 INFO O| Aug 18 19:48:35.756 INFO STEP 75 (ensure_file) COMPLETE
98432025-08-18T19:48:36.264Z[ host-image] Aug 18 19:48:35.756 INFO O| Aug 18 19:48:35.756 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98442025-08-18T19:48:36.271Z[ host-image] Aug 18 19:48:35.766 INFO O| Aug 18 19:48:35.766 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
98452025-08-18T19:48:36.271Z[ host-image] Aug 18 19:48:35.766 INFO O| Aug 18 19:48:35.766 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
98462025-08-18T19:48:36.274Z[ host-image] Aug 18 19:48:35.766 INFO O| Aug 18 19:48:35.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
98472025-08-18T19:48:36.274Z[ host-image] Aug 18 19:48:35.766 INFO O| Aug 18 19:48:35.766 INFO ok!
98482025-08-18T19:48:36.274Z[ host-image] Aug 18 19:48:35.766 INFO O| Aug 18 19:48:35.766 INFO STEP 76 (ensure_file) COMPLETE
98492025-08-18T19:48:36.274Z[ host-image] Aug 18 19:48:35.766 INFO O| Aug 18 19:48:35.766 INFO STEP 77: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98502025-08-18T19:48:36.282Z[ host-image] Aug 18 19:48:35.777 INFO O| Aug 18 19:48:35.777 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
98512025-08-18T19:48:36.282Z[ host-image] Aug 18 19:48:35.777 INFO O| Aug 18 19:48:35.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
98522025-08-18T19:48:36.285Z[ host-image] Aug 18 19:48:35.777 INFO O| Aug 18 19:48:35.777 INFO STEP 77 (ensure_dir) COMPLETE
98532025-08-18T19:48:36.285Z[ host-image] Aug 18 19:48:35.777 INFO O| Aug 18 19:48:35.777 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98542025-08-18T19:48:36.290Z[ host-image] Aug 18 19:48:35.785 INFO O| Aug 18 19:48:35.785 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
98552025-08-18T19:48:36.290Z[ host-image] Aug 18 19:48:35.785 INFO O| Aug 18 19:48:35.785 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
98562025-08-18T19:48:36.293Z[ host-image] Aug 18 19:48:35.785 INFO O| Aug 18 19:48:35.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
98572025-08-18T19:48:36.293Z[ host-image] Aug 18 19:48:35.785 INFO O| Aug 18 19:48:35.785 INFO ok!
98582025-08-18T19:48:36.293Z[ host-image] Aug 18 19:48:35.785 INFO O| Aug 18 19:48:35.785 INFO STEP 78 (ensure_file) COMPLETE
98592025-08-18T19:48:36.293Z[ host-image] Aug 18 19:48:35.785 INFO O| Aug 18 19:48:35.785 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98602025-08-18T19:48:36.303Z[ host-image] Aug 18 19:48:35.798 INFO O| Aug 18 19:48:35.797 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
98612025-08-18T19:48:36.306Z[ host-image] Aug 18 19:48:35.798 INFO O| Aug 18 19:48:35.798 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
98622025-08-18T19:48:36.306Z[ host-image] Aug 18 19:48:35.798 INFO O| Aug 18 19:48:35.798 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
98632025-08-18T19:48:36.306Z[ host-image] Aug 18 19:48:35.798 INFO O| Aug 18 19:48:35.798 INFO ok!
98642025-08-18T19:48:36.306Z[ host-image] Aug 18 19:48:35.798 INFO O| Aug 18 19:48:35.798 INFO STEP 79 (ensure_file) COMPLETE
98652025-08-18T19:48:36.307Z[ host-image] Aug 18 19:48:35.798 INFO O| Aug 18 19:48:35.798 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98662025-08-18T19:48:36.315Z[ host-image] Aug 18 19:48:35.810 INFO O| Aug 18 19:48:35.810 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
98672025-08-18T19:48:36.315Z[ host-image] Aug 18 19:48:35.810 INFO O| Aug 18 19:48:35.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
98682025-08-18T19:48:36.318Z[ host-image] Aug 18 19:48:35.810 INFO O| Aug 18 19:48:35.810 INFO STEP 80 (ensure_dir) COMPLETE
98692025-08-18T19:48:36.318Z[ host-image] Aug 18 19:48:35.810 INFO O| Aug 18 19:48:35.810 INFO STEP 81: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98702025-08-18T19:48:36.324Z[ host-image] Aug 18 19:48:35.819 INFO O| Aug 18 19:48:35.819 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
98712025-08-18T19:48:36.324Z[ host-image] Aug 18 19:48:35.819 INFO O| Aug 18 19:48:35.819 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
98722025-08-18T19:48:36.928Z[ host-image] Aug 18 19:48:36.423 INFO O| Aug 18 19:48:36.423 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
98732025-08-18T19:48:36.928Z[ host-image] Aug 18 19:48:36.423 INFO O| Aug 18 19:48:36.423 INFO ok!
98742025-08-18T19:48:36.931Z[ host-image] Aug 18 19:48:36.423 INFO O| Aug 18 19:48:36.423 INFO STEP 81 (ensure_file) COMPLETE
98752025-08-18T19:48:36.931Z[ host-image] Aug 18 19:48:36.423 INFO O| Aug 18 19:48:36.423 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98762025-08-18T19:48:36.942Z[ host-image] Aug 18 19:48:36.438 INFO O| Aug 18 19:48:36.438 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
98772025-08-18T19:48:36.942Z[ host-image] Aug 18 19:48:36.438 INFO O| Aug 18 19:48:36.438 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
98782025-08-18T19:48:39.020Z[ recovery-image] Aug 18 19:48:38.517 INFO E| Compiling bitstruct_derive v0.1.0
98792025-08-18T19:48:39.744Z[ host-image] Aug 18 19:48:39.242 INFO O| Aug 18 19:48:39.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
98802025-08-18T19:48:39.744Z[ host-image] Aug 18 19:48:39.243 INFO O| Aug 18 19:48:39.242 INFO ok!
98812025-08-18T19:48:39.748Z[ host-image] Aug 18 19:48:39.243 INFO O| Aug 18 19:48:39.242 INFO STEP 82 (ensure_file) COMPLETE
98822025-08-18T19:48:39.748Z[ host-image] Aug 18 19:48:39.243 INFO O| Aug 18 19:48:39.242 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98832025-08-18T19:48:39.753Z[ host-image] Aug 18 19:48:39.252 INFO O| Aug 18 19:48:39.252 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
98842025-08-18T19:48:39.753Z[ host-image] Aug 18 19:48:39.253 INFO O| Aug 18 19:48:39.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
98852025-08-18T19:48:39.756Z[ host-image] Aug 18 19:48:39.253 INFO O| Aug 18 19:48:39.253 INFO STEP 83 (ensure_dir) COMPLETE
98862025-08-18T19:48:39.756Z[ host-image] Aug 18 19:48:39.253 INFO O| Aug 18 19:48:39.253 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98872025-08-18T19:48:39.763Z[ host-image] Aug 18 19:48:39.262 INFO O| Aug 18 19:48:39.262 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
98882025-08-18T19:48:39.763Z[ host-image] Aug 18 19:48:39.262 INFO O| Aug 18 19:48:39.262 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/sled-agent/pkg/config.toml -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml ...
98892025-08-18T19:48:39.766Z[ host-image] Aug 18 19:48:39.262 INFO O| Aug 18 19:48:39.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
98902025-08-18T19:48:39.766Z[ host-image] Aug 18 19:48:39.262 INFO O| Aug 18 19:48:39.262 INFO ok!
98912025-08-18T19:48:39.766Z[ host-image] Aug 18 19:48:39.262 INFO O| Aug 18 19:48:39.262 INFO STEP 84 (ensure_file) COMPLETE
98922025-08-18T19:48:39.766Z[ host-image] Aug 18 19:48:39.262 INFO O| Aug 18 19:48:39.262 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98932025-08-18T19:48:39.772Z[ host-image] Aug 18 19:48:39.271 INFO O| Aug 18 19:48:39.271 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
98942025-08-18T19:48:39.772Z[ host-image] Aug 18 19:48:39.271 INFO O| Aug 18 19:48:39.271 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/sled-agent/pkg/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md ...
98952025-08-18T19:48:39.775Z[ host-image] Aug 18 19:48:39.271 INFO O| Aug 18 19:48:39.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
98962025-08-18T19:48:39.775Z[ host-image] Aug 18 19:48:39.271 INFO O| Aug 18 19:48:39.271 INFO ok!
98972025-08-18T19:48:39.775Z[ host-image] Aug 18 19:48:39.271 INFO O| Aug 18 19:48:39.271 INFO STEP 85 (ensure_file) COMPLETE
98982025-08-18T19:48:39.775Z[ host-image] Aug 18 19:48:39.271 INFO O| Aug 18 19:48:39.271 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98992025-08-18T19:48:39.780Z[ host-image] Aug 18 19:48:39.279 INFO O| Aug 18 19:48:39.279 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
99002025-08-18T19:48:39.780Z[ host-image] Aug 18 19:48:39.279 INFO O| Aug 18 19:48:39.279 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
99012025-08-18T19:48:39.783Z[ host-image] Aug 18 19:48:39.279 INFO O| Aug 18 19:48:39.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
99022025-08-18T19:48:39.783Z[ host-image] Aug 18 19:48:39.279 INFO O| Aug 18 19:48:39.279 INFO ok!
99032025-08-18T19:48:39.783Z[ host-image] Aug 18 19:48:39.279 INFO O| Aug 18 19:48:39.279 INFO STEP 86 (ensure_file) COMPLETE
99042025-08-18T19:48:39.783Z[ host-image] Aug 18 19:48:39.279 INFO O| Aug 18 19:48:39.279 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99052025-08-18T19:48:39.788Z[ host-image] Aug 18 19:48:39.287 INFO O| Aug 18 19:48:39.287 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
99062025-08-18T19:48:39.788Z[ host-image] Aug 18 19:48:39.287 INFO O| Aug 18 19:48:39.287 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
99072025-08-18T19:48:39.791Z[ host-image] Aug 18 19:48:39.287 INFO O| Aug 18 19:48:39.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
99082025-08-18T19:48:39.791Z[ host-image] Aug 18 19:48:39.287 INFO O| Aug 18 19:48:39.287 INFO ok!
99092025-08-18T19:48:39.791Z[ host-image] Aug 18 19:48:39.287 INFO O| Aug 18 19:48:39.287 INFO STEP 87 (ensure_file) COMPLETE
99102025-08-18T19:48:39.791Z[ host-image] Aug 18 19:48:39.287 INFO O| Aug 18 19:48:39.287 INFO STEP 88: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99112025-08-18T19:48:39.799Z[ host-image] Aug 18 19:48:39.298 INFO O| Aug 18 19:48:39.298 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
99122025-08-18T19:48:39.799Z[ host-image] Aug 18 19:48:39.298 INFO O| Aug 18 19:48:39.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
99132025-08-18T19:48:39.802Z[ host-image] Aug 18 19:48:39.298 INFO O| Aug 18 19:48:39.298 INFO STEP 88 (ensure_dir) COMPLETE
99142025-08-18T19:48:39.802Z[ host-image] Aug 18 19:48:39.298 INFO O| Aug 18 19:48:39.298 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99152025-08-18T19:48:39.808Z[ host-image] Aug 18 19:48:39.306 INFO O| Aug 18 19:48:39.306 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
99162025-08-18T19:48:39.808Z[ host-image] Aug 18 19:48:39.306 INFO O| Aug 18 19:48:39.306 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
99172025-08-18T19:48:39.811Z[ host-image] Aug 18 19:48:39.310 INFO O| Aug 18 19:48:39.310 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
99182025-08-18T19:48:39.811Z[ host-image] Aug 18 19:48:39.310 INFO O| Aug 18 19:48:39.310 INFO ok!
99192025-08-18T19:48:39.811Z[ host-image] Aug 18 19:48:39.310 INFO O| Aug 18 19:48:39.310 INFO STEP 89 (ensure_file) COMPLETE
99202025-08-18T19:48:39.811Z[ host-image] Aug 18 19:48:39.310 INFO O| Aug 18 19:48:39.310 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99212025-08-18T19:48:39.818Z[ host-image] Aug 18 19:48:39.318 INFO O| Aug 18 19:48:39.318 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
99222025-08-18T19:48:39.818Z[ host-image] Aug 18 19:48:39.318 INFO O| Aug 18 19:48:39.318 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
99232025-08-18T19:48:39.821Z[ host-image] Aug 18 19:48:39.318 INFO O| Aug 18 19:48:39.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
99242025-08-18T19:48:39.821Z[ host-image] Aug 18 19:48:39.318 INFO O| Aug 18 19:48:39.318 INFO ok!
99252025-08-18T19:48:39.822Z[ host-image] Aug 18 19:48:39.318 INFO O| Aug 18 19:48:39.318 INFO STEP 90 (ensure_file) COMPLETE
99262025-08-18T19:48:39.822Z[ host-image] Aug 18 19:48:39.318 INFO O| Aug 18 19:48:39.318 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99272025-08-18T19:48:39.829Z[ host-image] Aug 18 19:48:39.328 INFO O| Aug 18 19:48:39.328 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
99282025-08-18T19:48:39.829Z[ host-image] Aug 18 19:48:39.328 INFO O| Aug 18 19:48:39.328 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
99292025-08-18T19:48:41.014Z[ host-image] Aug 18 19:48:40.514 INFO O| Aug 18 19:48:40.514 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
99302025-08-18T19:48:41.014Z[ host-image] Aug 18 19:48:40.514 INFO O| Aug 18 19:48:40.514 INFO ok!
99312025-08-18T19:48:41.014Z[ host-image] Aug 18 19:48:40.514 INFO O| Aug 18 19:48:40.514 INFO STEP 91 (ensure_file) COMPLETE
99322025-08-18T19:48:41.014Z[ host-image] Aug 18 19:48:40.514 INFO O| Aug 18 19:48:40.514 INFO STEP 92: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99332025-08-18T19:48:41.024Z[ host-image] Aug 18 19:48:40.524 INFO O| Aug 18 19:48:40.524 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
99342025-08-18T19:48:41.024Z[ host-image] Aug 18 19:48:40.524 INFO O| Aug 18 19:48:40.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
99352025-08-18T19:48:41.027Z[ host-image] Aug 18 19:48:40.524 INFO O| Aug 18 19:48:40.524 INFO STEP 92 (ensure_dir) COMPLETE
99362025-08-18T19:48:41.027Z[ host-image] Aug 18 19:48:40.524 INFO O| Aug 18 19:48:40.524 INFO STEP 93: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99372025-08-18T19:48:41.032Z[ host-image] Aug 18 19:48:40.532 INFO O| Aug 18 19:48:40.532 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
99382025-08-18T19:48:41.032Z[ host-image] Aug 18 19:48:40.532 INFO O| Aug 18 19:48:40.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
99392025-08-18T19:48:41.035Z[ host-image] Aug 18 19:48:40.532 INFO O| Aug 18 19:48:40.532 INFO STEP 93 (ensure_dir) COMPLETE
99402025-08-18T19:48:41.035Z[ host-image] Aug 18 19:48:40.532 INFO O| Aug 18 19:48:40.532 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99412025-08-18T19:48:41.040Z[ host-image] Aug 18 19:48:40.541 INFO O| Aug 18 19:48:40.540 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
99422025-08-18T19:48:41.043Z[ host-image] Aug 18 19:48:40.541 INFO O| Aug 18 19:48:40.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
99432025-08-18T19:48:41.043Z[ host-image] Aug 18 19:48:40.541 INFO O| Aug 18 19:48:40.541 INFO STEP 94 (ensure_dir) COMPLETE
99442025-08-18T19:48:41.043Z[ host-image] Aug 18 19:48:40.541 INFO O| Aug 18 19:48:40.541 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99452025-08-18T19:48:41.047Z[ host-image] Aug 18 19:48:40.548 INFO O| Aug 18 19:48:40.548 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
99462025-08-18T19:48:41.047Z[ host-image] Aug 18 19:48:40.548 INFO O| Aug 18 19:48:40.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
99472025-08-18T19:48:41.051Z[ host-image] Aug 18 19:48:40.548 INFO O| Aug 18 19:48:40.548 INFO STEP 95 (ensure_dir) COMPLETE
99482025-08-18T19:48:41.051Z[ host-image] Aug 18 19:48:40.548 INFO O| Aug 18 19:48:40.548 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99492025-08-18T19:48:41.057Z[ host-image] Aug 18 19:48:40.557 INFO O| Aug 18 19:48:40.557 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
99502025-08-18T19:48:41.057Z[ host-image] Aug 18 19:48:40.557 INFO O| Aug 18 19:48:40.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
99512025-08-18T19:48:41.057Z[ host-image] Aug 18 19:48:40.557 INFO O| Aug 18 19:48:40.557 INFO STEP 96 (ensure_dir) COMPLETE
99522025-08-18T19:48:41.061Z[ host-image] Aug 18 19:48:40.557 INFO O| Aug 18 19:48:40.557 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99532025-08-18T19:48:41.064Z[ host-image] Aug 18 19:48:40.565 INFO O| Aug 18 19:48:40.565 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
99542025-08-18T19:48:41.064Z[ host-image] Aug 18 19:48:40.565 INFO O| Aug 18 19:48:40.565 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml ...
99552025-08-18T19:48:41.067Z[ host-image] Aug 18 19:48:40.565 INFO O| Aug 18 19:48:40.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
99562025-08-18T19:48:41.068Z[ host-image] Aug 18 19:48:40.565 INFO O| Aug 18 19:48:40.565 INFO ok!
99572025-08-18T19:48:41.068Z[ host-image] Aug 18 19:48:40.565 INFO O| Aug 18 19:48:40.565 INFO STEP 97 (ensure_file) COMPLETE
99582025-08-18T19:48:41.068Z[ host-image] Aug 18 19:48:40.565 INFO O| Aug 18 19:48:40.565 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99592025-08-18T19:48:41.072Z[ host-image] Aug 18 19:48:40.573 INFO O| Aug 18 19:48:40.573 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
99602025-08-18T19:48:41.075Z[ host-image] Aug 18 19:48:40.573 INFO O| Aug 18 19:48:40.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
99612025-08-18T19:48:41.075Z[ host-image] Aug 18 19:48:40.573 INFO O| Aug 18 19:48:40.573 INFO STEP 98 (ensure_dir) COMPLETE
99622025-08-18T19:48:41.075Z[ host-image] Aug 18 19:48:40.573 INFO O| Aug 18 19:48:40.573 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99632025-08-18T19:48:41.080Z[ host-image] Aug 18 19:48:40.581 INFO O| Aug 18 19:48:40.580 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
99642025-08-18T19:48:41.081Z[ host-image] Aug 18 19:48:40.581 INFO O| Aug 18 19:48:40.581 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
99652025-08-18T19:48:41.084Z[ host-image] Aug 18 19:48:40.581 INFO O| Aug 18 19:48:40.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
99662025-08-18T19:48:41.084Z[ host-image] Aug 18 19:48:40.581 INFO O| Aug 18 19:48:40.581 INFO ok!
99672025-08-18T19:48:41.084Z[ host-image] Aug 18 19:48:40.581 INFO O| Aug 18 19:48:40.581 INFO STEP 99 (ensure_file) COMPLETE
99682025-08-18T19:48:41.084Z[ host-image] Aug 18 19:48:40.581 INFO O| Aug 18 19:48:40.581 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99692025-08-18T19:48:41.089Z[ host-image] Aug 18 19:48:40.590 INFO O| Aug 18 19:48:40.590 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
99702025-08-18T19:48:41.089Z[ host-image] Aug 18 19:48:40.590 INFO O| Aug 18 19:48:40.590 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
99712025-08-18T19:48:41.102Z[ host-image] Aug 18 19:48:40.602 INFO O| Aug 18 19:48:40.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
99722025-08-18T19:48:41.102Z[ host-image] Aug 18 19:48:40.602 INFO O| Aug 18 19:48:40.602 INFO ok!
99732025-08-18T19:48:41.105Z[ host-image] Aug 18 19:48:40.602 INFO O| Aug 18 19:48:40.602 INFO STEP 100 (ensure_file) COMPLETE
99742025-08-18T19:48:41.105Z[ host-image] Aug 18 19:48:40.602 INFO O| Aug 18 19:48:40.602 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99752025-08-18T19:48:41.109Z[ host-image] Aug 18 19:48:40.610 INFO O| Aug 18 19:48:40.610 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
99762025-08-18T19:48:41.112Z[ host-image] Aug 18 19:48:40.610 INFO O| Aug 18 19:48:40.610 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
99772025-08-18T19:48:41.587Z[ host-image] Aug 18 19:48:41.089 INFO O| Aug 18 19:48:41.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
99782025-08-18T19:48:41.587Z[ host-image] Aug 18 19:48:41.089 INFO O| Aug 18 19:48:41.089 INFO ok!
99792025-08-18T19:48:41.587Z[ host-image] Aug 18 19:48:41.089 INFO O| Aug 18 19:48:41.089 INFO STEP 101 (ensure_file) COMPLETE
99802025-08-18T19:48:41.588Z[ host-image] Aug 18 19:48:41.089 INFO O| Aug 18 19:48:41.089 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99812025-08-18T19:48:41.596Z[ host-image] Aug 18 19:48:41.097 INFO O| Aug 18 19:48:41.097 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
99822025-08-18T19:48:41.596Z[ host-image] Aug 18 19:48:41.097 INFO O| Aug 18 19:48:41.097 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
99832025-08-18T19:48:41.599Z[ host-image] Aug 18 19:48:41.097 INFO O| Aug 18 19:48:41.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
99842025-08-18T19:48:41.600Z[ host-image] Aug 18 19:48:41.097 INFO O| Aug 18 19:48:41.097 INFO ok!
99852025-08-18T19:48:41.600Z[ host-image] Aug 18 19:48:41.097 INFO O| Aug 18 19:48:41.097 INFO STEP 102 (ensure_file) COMPLETE
99862025-08-18T19:48:41.600Z[ host-image] Aug 18 19:48:41.097 INFO O| Aug 18 19:48:41.097 INFO STEP 103: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99872025-08-18T19:48:41.604Z[ host-image] Aug 18 19:48:41.105 INFO O| Aug 18 19:48:41.105 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace
99882025-08-18T19:48:41.607Z[ host-image] Aug 18 19:48:41.106 INFO O| Aug 18 19:48:41.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace
99892025-08-18T19:48:41.607Z[ host-image] Aug 18 19:48:41.106 INFO O| Aug 18 19:48:41.106 INFO STEP 103 (ensure_dir) COMPLETE
99902025-08-18T19:48:41.607Z[ host-image] Aug 18 19:48:41.106 INFO O| Aug 18 19:48:41.106 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99912025-08-18T19:48:41.614Z[ host-image] Aug 18 19:48:41.115 INFO O| Aug 18 19:48:41.115 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
99922025-08-18T19:48:41.617Z[ host-image] Aug 18 19:48:41.115 INFO O| Aug 18 19:48:41.115 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/upstairs_repair.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d ...
99932025-08-18T19:48:41.617Z[ host-image] Aug 18 19:48:41.115 INFO O| Aug 18 19:48:41.115 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
99942025-08-18T19:48:41.617Z[ host-image] Aug 18 19:48:41.115 INFO O| Aug 18 19:48:41.115 INFO ok!
99952025-08-18T19:48:41.617Z[ host-image] Aug 18 19:48:41.115 INFO O| Aug 18 19:48:41.115 INFO STEP 104 (ensure_file) COMPLETE
99962025-08-18T19:48:41.617Z[ host-image] Aug 18 19:48:41.115 INFO O| Aug 18 19:48:41.115 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99972025-08-18T19:48:41.622Z[ host-image] Aug 18 19:48:41.123 INFO O| Aug 18 19:48:41.123 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
99982025-08-18T19:48:41.624Z[ host-image] Aug 18 19:48:41.123 INFO O| Aug 18 19:48:41.123 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/upstairs_raw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d ...
99992025-08-18T19:48:41.625Z[ host-image] Aug 18 19:48:41.123 INFO O| Aug 18 19:48:41.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
100002025-08-18T19:48:41.625Z[ host-image] Aug 18 19:48:41.123 INFO O| Aug 18 19:48:41.123 INFO ok!
100012025-08-18T19:48:41.625Z[ host-image] Aug 18 19:48:41.123 INFO O| Aug 18 19:48:41.123 INFO STEP 105 (ensure_file) COMPLETE
100022025-08-18T19:48:41.625Z[ host-image] Aug 18 19:48:41.123 INFO O| Aug 18 19:48:41.123 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100032025-08-18T19:48:41.631Z[ host-image] Aug 18 19:48:41.131 INFO O| Aug 18 19:48:41.131 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
100042025-08-18T19:48:41.631Z[ host-image] Aug 18 19:48:41.131 INFO O| Aug 18 19:48:41.131 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/upstairs_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d ...
100052025-08-18T19:48:41.634Z[ host-image] Aug 18 19:48:41.131 INFO O| Aug 18 19:48:41.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
100062025-08-18T19:48:41.634Z[ host-image] Aug 18 19:48:41.131 INFO O| Aug 18 19:48:41.131 INFO ok!
100072025-08-18T19:48:41.634Z[ host-image] Aug 18 19:48:41.131 INFO O| Aug 18 19:48:41.131 INFO STEP 106 (ensure_file) COMPLETE
100082025-08-18T19:48:41.634Z[ host-image] Aug 18 19:48:41.131 INFO O| Aug 18 19:48:41.131 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100092025-08-18T19:48:41.637Z[ host-image] Aug 18 19:48:41.139 INFO O| Aug 18 19:48:41.139 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
100102025-08-18T19:48:41.637Z[ host-image] Aug 18 19:48:41.139 INFO O| Aug 18 19:48:41.139 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/upstairs_count.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d ...
100112025-08-18T19:48:41.641Z[ host-image] Aug 18 19:48:41.139 INFO O| Aug 18 19:48:41.139 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
100122025-08-18T19:48:41.641Z[ host-image] Aug 18 19:48:41.139 INFO O| Aug 18 19:48:41.139 INFO ok!
100132025-08-18T19:48:41.641Z[ host-image] Aug 18 19:48:41.139 INFO O| Aug 18 19:48:41.139 INFO STEP 107 (ensure_file) COMPLETE
100142025-08-18T19:48:41.641Z[ host-image] Aug 18 19:48:41.139 INFO O| Aug 18 19:48:41.139 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100152025-08-18T19:48:41.645Z[ host-image] Aug 18 19:48:41.146 INFO O| Aug 18 19:48:41.146 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
100162025-08-18T19:48:41.645Z[ host-image] Aug 18 19:48:41.146 INFO O| Aug 18 19:48:41.146 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/upstairs_action.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d ...
100172025-08-18T19:48:41.645Z[ host-image] Aug 18 19:48:41.146 INFO O| Aug 18 19:48:41.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
100182025-08-18T19:48:41.648Z[ host-image] Aug 18 19:48:41.146 INFO O| Aug 18 19:48:41.146 INFO ok!
100192025-08-18T19:48:41.648Z[ host-image] Aug 18 19:48:41.146 INFO O| Aug 18 19:48:41.146 INFO STEP 108 (ensure_file) COMPLETE
100202025-08-18T19:48:41.648Z[ host-image] Aug 18 19:48:41.146 INFO O| Aug 18 19:48:41.146 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100212025-08-18T19:48:41.652Z[ host-image] Aug 18 19:48:41.154 INFO O| Aug 18 19:48:41.154 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
100222025-08-18T19:48:41.652Z[ host-image] Aug 18 19:48:41.154 INFO O| Aug 18 19:48:41.154 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/up-info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d ...
100232025-08-18T19:48:41.655Z[ host-image] Aug 18 19:48:41.154 INFO O| Aug 18 19:48:41.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d
100242025-08-18T19:48:41.655Z[ host-image] Aug 18 19:48:41.154 INFO O| Aug 18 19:48:41.154 INFO ok!
100252025-08-18T19:48:41.655Z[ host-image] Aug 18 19:48:41.154 INFO O| Aug 18 19:48:41.154 INFO STEP 109 (ensure_file) COMPLETE
100262025-08-18T19:48:41.655Z[ host-image] Aug 18 19:48:41.154 INFO O| Aug 18 19:48:41.154 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100272025-08-18T19:48:41.661Z[ host-image] Aug 18 19:48:41.162 INFO O| Aug 18 19:48:41.162 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
100282025-08-18T19:48:41.661Z[ host-image] Aug 18 19:48:41.162 INFO O| Aug 18 19:48:41.162 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
100292025-08-18T19:48:41.661Z[ host-image] Aug 18 19:48:41.162 INFO O| Aug 18 19:48:41.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
100302025-08-18T19:48:41.664Z[ host-image] Aug 18 19:48:41.162 INFO O| Aug 18 19:48:41.162 INFO ok!
100312025-08-18T19:48:41.664Z[ host-image] Aug 18 19:48:41.162 INFO O| Aug 18 19:48:41.162 INFO STEP 110 (ensure_file) COMPLETE
100322025-08-18T19:48:41.664Z[ host-image] Aug 18 19:48:41.162 INFO O| Aug 18 19:48:41.162 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100332025-08-18T19:48:41.667Z[ host-image] Aug 18 19:48:41.169 INFO O| Aug 18 19:48:41.169 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
100342025-08-18T19:48:41.667Z[ host-image] Aug 18 19:48:41.169 INFO O| Aug 18 19:48:41.169 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/trace-vol.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d ...
100352025-08-18T19:48:41.670Z[ host-image] Aug 18 19:48:41.169 INFO O| Aug 18 19:48:41.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
100362025-08-18T19:48:41.670Z[ host-image] Aug 18 19:48:41.169 INFO O| Aug 18 19:48:41.169 INFO ok!
100372025-08-18T19:48:41.670Z[ host-image] Aug 18 19:48:41.169 INFO O| Aug 18 19:48:41.169 INFO STEP 111 (ensure_file) COMPLETE
100382025-08-18T19:48:41.671Z[ host-image] Aug 18 19:48:41.169 INFO O| Aug 18 19:48:41.169 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100392025-08-18T19:48:41.675Z[ host-image] Aug 18 19:48:41.177 INFO O| Aug 18 19:48:41.177 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
100402025-08-18T19:48:41.679Z[ host-image] Aug 18 19:48:41.177 INFO O| Aug 18 19:48:41.177 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/sled_upstairs_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d ...
100412025-08-18T19:48:41.679Z[ host-image] Aug 18 19:48:41.177 INFO O| Aug 18 19:48:41.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
100422025-08-18T19:48:41.679Z[ host-image] Aug 18 19:48:41.177 INFO O| Aug 18 19:48:41.177 INFO ok!
100432025-08-18T19:48:41.679Z[ host-image] Aug 18 19:48:41.177 INFO O| Aug 18 19:48:41.177 INFO STEP 112 (ensure_file) COMPLETE
100442025-08-18T19:48:41.679Z[ host-image] Aug 18 19:48:41.177 INFO O| Aug 18 19:48:41.177 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100452025-08-18T19:48:41.682Z[ host-image] Aug 18 19:48:41.184 INFO O| Aug 18 19:48:41.184 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
100462025-08-18T19:48:41.683Z[ host-image] Aug 18 19:48:41.184 INFO O| Aug 18 19:48:41.184 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/single_up_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d ...
100472025-08-18T19:48:41.687Z[ host-image] Aug 18 19:48:41.184 INFO O| Aug 18 19:48:41.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
100482025-08-18T19:48:41.687Z[ host-image] Aug 18 19:48:41.184 INFO O| Aug 18 19:48:41.184 INFO ok!
100492025-08-18T19:48:41.687Z[ host-image] Aug 18 19:48:41.184 INFO O| Aug 18 19:48:41.184 INFO STEP 113 (ensure_file) COMPLETE
100502025-08-18T19:48:41.687Z[ host-image] Aug 18 19:48:41.184 INFO O| Aug 18 19:48:41.184 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100512025-08-18T19:48:41.692Z[ host-image] Aug 18 19:48:41.194 INFO O| Aug 18 19:48:41.194 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
100522025-08-18T19:48:41.692Z[ host-image] Aug 18 19:48:41.194 INFO O| Aug 18 19:48:41.194 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
100532025-08-18T19:48:41.695Z[ host-image] Aug 18 19:48:41.194 INFO O| Aug 18 19:48:41.194 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
100542025-08-18T19:48:41.696Z[ host-image] Aug 18 19:48:41.194 INFO O| Aug 18 19:48:41.194 INFO ok!
100552025-08-18T19:48:41.696Z[ host-image] Aug 18 19:48:41.194 INFO O| Aug 18 19:48:41.194 INFO STEP 114 (ensure_file) COMPLETE
100562025-08-18T19:48:41.696Z[ host-image] Aug 18 19:48:41.194 INFO O| Aug 18 19:48:41.194 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100572025-08-18T19:48:41.700Z[ host-image] Aug 18 19:48:41.202 INFO O| Aug 18 19:48:41.202 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
100582025-08-18T19:48:41.700Z[ host-image] Aug 18 19:48:41.202 INFO O| Aug 18 19:48:41.202 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/perf-vol.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d ...
100592025-08-18T19:48:41.703Z[ host-image] Aug 18 19:48:41.202 INFO O| Aug 18 19:48:41.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
100602025-08-18T19:48:41.703Z[ host-image] Aug 18 19:48:41.202 INFO O| Aug 18 19:48:41.202 INFO ok!
100612025-08-18T19:48:41.703Z[ host-image] Aug 18 19:48:41.202 INFO O| Aug 18 19:48:41.202 INFO STEP 115 (ensure_file) COMPLETE
100622025-08-18T19:48:41.703Z[ host-image] Aug 18 19:48:41.202 INFO O| Aug 18 19:48:41.202 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100632025-08-18T19:48:41.707Z[ host-image] Aug 18 19:48:41.209 INFO O| Aug 18 19:48:41.209 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
100642025-08-18T19:48:41.710Z[ host-image] Aug 18 19:48:41.209 INFO O| Aug 18 19:48:41.209 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/perf-upstairs-wf.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d ...
100652025-08-18T19:48:41.710Z[ host-image] Aug 18 19:48:41.209 INFO O| Aug 18 19:48:41.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
100662025-08-18T19:48:41.710Z[ host-image] Aug 18 19:48:41.209 INFO O| Aug 18 19:48:41.209 INFO ok!
100672025-08-18T19:48:41.710Z[ host-image] Aug 18 19:48:41.209 INFO O| Aug 18 19:48:41.209 INFO STEP 116 (ensure_file) COMPLETE
100682025-08-18T19:48:41.710Z[ host-image] Aug 18 19:48:41.209 INFO O| Aug 18 19:48:41.209 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100692025-08-18T19:48:41.716Z[ host-image] Aug 18 19:48:41.217 INFO O| Aug 18 19:48:41.217 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
100702025-08-18T19:48:41.716Z[ host-image] Aug 18 19:48:41.217 INFO O| Aug 18 19:48:41.217 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/perf-reqwest.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d ...
100712025-08-18T19:48:41.718Z[ host-image] Aug 18 19:48:41.217 INFO O| Aug 18 19:48:41.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
100722025-08-18T19:48:41.718Z[ host-image] Aug 18 19:48:41.217 INFO O| Aug 18 19:48:41.217 INFO ok!
100732025-08-18T19:48:41.719Z[ host-image] Aug 18 19:48:41.217 INFO O| Aug 18 19:48:41.217 INFO STEP 117 (ensure_file) COMPLETE
100742025-08-18T19:48:41.719Z[ host-image] Aug 18 19:48:41.217 INFO O| Aug 18 19:48:41.217 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100752025-08-18T19:48:41.723Z[ host-image] Aug 18 19:48:41.224 INFO O| Aug 18 19:48:41.224 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
100762025-08-18T19:48:41.723Z[ host-image] Aug 18 19:48:41.224 INFO O| Aug 18 19:48:41.224 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/perf-online-repair.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d ...
100772025-08-18T19:48:41.726Z[ host-image] Aug 18 19:48:41.224 INFO O| Aug 18 19:48:41.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
100782025-08-18T19:48:41.726Z[ host-image] Aug 18 19:48:41.224 INFO O| Aug 18 19:48:41.224 INFO ok!
100792025-08-18T19:48:41.726Z[ host-image] Aug 18 19:48:41.225 INFO O| Aug 18 19:48:41.224 INFO STEP 118 (ensure_file) COMPLETE
100802025-08-18T19:48:41.726Z[ host-image] Aug 18 19:48:41.225 INFO O| Aug 18 19:48:41.224 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100812025-08-18T19:48:41.730Z[ host-image] Aug 18 19:48:41.232 INFO O| Aug 18 19:48:41.232 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
100822025-08-18T19:48:41.731Z[ host-image] Aug 18 19:48:41.232 INFO O| Aug 18 19:48:41.232 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-net.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d ...
100832025-08-18T19:48:41.735Z[ host-image] Aug 18 19:48:41.232 INFO O| Aug 18 19:48:41.232 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
100842025-08-18T19:48:41.735Z[ host-image] Aug 18 19:48:41.232 INFO O| Aug 18 19:48:41.232 INFO ok!
100852025-08-18T19:48:41.735Z[ host-image] Aug 18 19:48:41.232 INFO O| Aug 18 19:48:41.232 INFO STEP 119 (ensure_file) COMPLETE
100862025-08-18T19:48:41.735Z[ host-image] Aug 18 19:48:41.232 INFO O| Aug 18 19:48:41.232 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100872025-08-18T19:48:41.738Z[ host-image] Aug 18 19:48:41.240 INFO O| Aug 18 19:48:41.240 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
100882025-08-18T19:48:41.738Z[ host-image] Aug 18 19:48:41.240 INFO O| Aug 18 19:48:41.240 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-client.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d ...
100892025-08-18T19:48:41.741Z[ host-image] Aug 18 19:48:41.240 INFO O| Aug 18 19:48:41.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
100902025-08-18T19:48:41.741Z[ host-image] Aug 18 19:48:41.240 INFO O| Aug 18 19:48:41.240 INFO ok!
100912025-08-18T19:48:41.741Z[ host-image] Aug 18 19:48:41.240 INFO O| Aug 18 19:48:41.240 INFO STEP 120 (ensure_file) COMPLETE
100922025-08-18T19:48:41.741Z[ host-image] Aug 18 19:48:41.240 INFO O| Aug 18 19:48:41.240 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100932025-08-18T19:48:41.745Z[ host-image] Aug 18 19:48:41.247 INFO O| Aug 18 19:48:41.247 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
100942025-08-18T19:48:41.746Z[ host-image] Aug 18 19:48:41.247 INFO O| Aug 18 19:48:41.247 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d ...
100952025-08-18T19:48:41.749Z[ host-image] Aug 18 19:48:41.247 INFO O| Aug 18 19:48:41.247 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
100962025-08-18T19:48:41.749Z[ host-image] Aug 18 19:48:41.247 INFO O| Aug 18 19:48:41.247 INFO ok!
100972025-08-18T19:48:41.749Z[ host-image] Aug 18 19:48:41.247 INFO O| Aug 18 19:48:41.247 INFO STEP 121 (ensure_file) COMPLETE
100982025-08-18T19:48:41.749Z[ host-image] Aug 18 19:48:41.247 INFO O| Aug 18 19:48:41.247 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100992025-08-18T19:48:41.753Z[ host-image] Aug 18 19:48:41.255 INFO O| Aug 18 19:48:41.254 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
101002025-08-18T19:48:41.756Z[ host-image] Aug 18 19:48:41.255 INFO O| Aug 18 19:48:41.255 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-tick.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d ...
101012025-08-18T19:48:41.756Z[ host-image] Aug 18 19:48:41.255 INFO O| Aug 18 19:48:41.255 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
101022025-08-18T19:48:41.756Z[ host-image] Aug 18 19:48:41.255 INFO O| Aug 18 19:48:41.255 INFO ok!
101032025-08-18T19:48:41.756Z[ host-image] Aug 18 19:48:41.255 INFO O| Aug 18 19:48:41.255 INFO STEP 122 (ensure_file) COMPLETE
101042025-08-18T19:48:41.756Z[ host-image] Aug 18 19:48:41.255 INFO O| Aug 18 19:48:41.255 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101052025-08-18T19:48:41.762Z[ host-image] Aug 18 19:48:41.264 INFO O| Aug 18 19:48:41.264 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
101062025-08-18T19:48:41.762Z[ host-image] Aug 18 19:48:41.264 INFO O| Aug 18 19:48:41.264 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-three.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d ...
101072025-08-18T19:48:41.765Z[ host-image] Aug 18 19:48:41.264 INFO O| Aug 18 19:48:41.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
101082025-08-18T19:48:41.765Z[ host-image] Aug 18 19:48:41.264 INFO O| Aug 18 19:48:41.264 INFO ok!
101092025-08-18T19:48:41.766Z[ host-image] Aug 18 19:48:41.264 INFO O| Aug 18 19:48:41.264 INFO STEP 123 (ensure_file) COMPLETE
101102025-08-18T19:48:41.766Z[ host-image] Aug 18 19:48:41.264 INFO O| Aug 18 19:48:41.264 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101112025-08-18T19:48:41.770Z[ host-image] Aug 18 19:48:41.272 INFO O| Aug 18 19:48:41.272 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
101122025-08-18T19:48:41.773Z[ host-image] Aug 18 19:48:41.272 INFO O| Aug 18 19:48:41.272 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-os.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d ...
101132025-08-18T19:48:41.773Z[ host-image] Aug 18 19:48:41.272 INFO O| Aug 18 19:48:41.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
101142025-08-18T19:48:41.773Z[ host-image] Aug 18 19:48:41.272 INFO O| Aug 18 19:48:41.272 INFO ok!
101152025-08-18T19:48:41.773Z[ host-image] Aug 18 19:48:41.272 INFO O| Aug 18 19:48:41.272 INFO STEP 124 (ensure_file) COMPLETE
101162025-08-18T19:48:41.773Z[ host-image] Aug 18 19:48:41.272 INFO O| Aug 18 19:48:41.272 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101172025-08-18T19:48:41.777Z[ host-image] Aug 18 19:48:41.279 INFO O| Aug 18 19:48:41.279 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
101182025-08-18T19:48:41.777Z[ host-image] Aug 18 19:48:41.279 INFO O| Aug 18 19:48:41.279 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/get-up-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh ...
101192025-08-18T19:48:41.780Z[ host-image] Aug 18 19:48:41.279 INFO O| Aug 18 19:48:41.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
101202025-08-18T19:48:41.780Z[ host-image] Aug 18 19:48:41.279 INFO O| Aug 18 19:48:41.279 INFO ok!
101212025-08-18T19:48:41.780Z[ host-image] Aug 18 19:48:41.279 INFO O| Aug 18 19:48:41.279 INFO STEP 125 (ensure_file) COMPLETE
101222025-08-18T19:48:41.780Z[ host-image] Aug 18 19:48:41.279 INFO O| Aug 18 19:48:41.279 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101232025-08-18T19:48:41.787Z[ host-image] Aug 18 19:48:41.289 INFO O| Aug 18 19:48:41.289 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
101242025-08-18T19:48:41.790Z[ host-image] Aug 18 19:48:41.289 INFO O| Aug 18 19:48:41.289 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/get-up-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d ...
101252025-08-18T19:48:41.790Z[ host-image] Aug 18 19:48:41.289 INFO O| Aug 18 19:48:41.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
101262025-08-18T19:48:41.790Z[ host-image] Aug 18 19:48:41.289 INFO O| Aug 18 19:48:41.289 INFO ok!
101272025-08-18T19:48:41.790Z[ host-image] Aug 18 19:48:41.289 INFO O| Aug 18 19:48:41.289 INFO STEP 126 (ensure_file) COMPLETE
101282025-08-18T19:48:41.790Z[ host-image] Aug 18 19:48:41.289 INFO O| Aug 18 19:48:41.289 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101292025-08-18T19:48:41.795Z[ host-image] Aug 18 19:48:41.297 INFO O| Aug 18 19:48:41.296 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
101302025-08-18T19:48:41.795Z[ host-image] Aug 18 19:48:41.297 INFO O| Aug 18 19:48:41.297 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh ...
101312025-08-18T19:48:41.798Z[ host-image] Aug 18 19:48:41.297 INFO O| Aug 18 19:48:41.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
101322025-08-18T19:48:41.798Z[ host-image] Aug 18 19:48:41.297 INFO O| Aug 18 19:48:41.297 INFO ok!
101332025-08-18T19:48:41.798Z[ host-image] Aug 18 19:48:41.297 INFO O| Aug 18 19:48:41.297 INFO STEP 127 (ensure_file) COMPLETE
101342025-08-18T19:48:41.798Z[ host-image] Aug 18 19:48:41.297 INFO O| Aug 18 19:48:41.297 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101352025-08-18T19:48:41.802Z[ host-image] Aug 18 19:48:41.304 INFO O| Aug 18 19:48:41.304 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
101362025-08-18T19:48:41.802Z[ host-image] Aug 18 19:48:41.304 INFO O| Aug 18 19:48:41.304 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d ...
101372025-08-18T19:48:41.806Z[ host-image] Aug 18 19:48:41.304 INFO O| Aug 18 19:48:41.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
101382025-08-18T19:48:41.806Z[ host-image] Aug 18 19:48:41.304 INFO O| Aug 18 19:48:41.304 INFO ok!
101392025-08-18T19:48:41.806Z[ host-image] Aug 18 19:48:41.304 INFO O| Aug 18 19:48:41.304 INFO STEP 128 (ensure_file) COMPLETE
101402025-08-18T19:48:41.806Z[ host-image] Aug 18 19:48:41.304 INFO O| Aug 18 19:48:41.304 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101412025-08-18T19:48:41.812Z[ host-image] Aug 18 19:48:41.314 INFO O| Aug 18 19:48:41.314 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
101422025-08-18T19:48:41.815Z[ host-image] Aug 18 19:48:41.314 INFO O| Aug 18 19:48:41.314 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh ...
101432025-08-18T19:48:41.815Z[ host-image] Aug 18 19:48:41.314 INFO O| Aug 18 19:48:41.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
101442025-08-18T19:48:41.815Z[ host-image] Aug 18 19:48:41.314 INFO O| Aug 18 19:48:41.314 INFO ok!
101452025-08-18T19:48:41.815Z[ host-image] Aug 18 19:48:41.314 INFO O| Aug 18 19:48:41.314 INFO STEP 129 (ensure_file) COMPLETE
101462025-08-18T19:48:41.815Z[ host-image] Aug 18 19:48:41.314 INFO O| Aug 18 19:48:41.314 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101472025-08-18T19:48:41.820Z[ host-image] Aug 18 19:48:41.322 INFO O| Aug 18 19:48:41.322 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
101482025-08-18T19:48:41.823Z[ host-image] Aug 18 19:48:41.322 INFO O| Aug 18 19:48:41.322 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d ...
101492025-08-18T19:48:41.823Z[ host-image] Aug 18 19:48:41.322 INFO O| Aug 18 19:48:41.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
101502025-08-18T19:48:41.823Z[ host-image] Aug 18 19:48:41.322 INFO O| Aug 18 19:48:41.322 INFO ok!
101512025-08-18T19:48:41.823Z[ host-image] Aug 18 19:48:41.322 INFO O| Aug 18 19:48:41.322 INFO STEP 130 (ensure_file) COMPLETE
101522025-08-18T19:48:41.823Z[ host-image] Aug 18 19:48:41.322 INFO O| Aug 18 19:48:41.322 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101532025-08-18T19:48:41.827Z[ host-image] Aug 18 19:48:41.329 INFO O| Aug 18 19:48:41.329 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
101542025-08-18T19:48:41.830Z[ host-image] Aug 18 19:48:41.329 INFO O| Aug 18 19:48:41.329 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/downstairs_count.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d ...
101552025-08-18T19:48:41.830Z[ host-image] Aug 18 19:48:41.329 INFO O| Aug 18 19:48:41.329 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
101562025-08-18T19:48:41.830Z[ host-image] Aug 18 19:48:41.329 INFO O| Aug 18 19:48:41.329 INFO ok!
101572025-08-18T19:48:41.830Z[ host-image] Aug 18 19:48:41.329 INFO O| Aug 18 19:48:41.329 INFO STEP 131 (ensure_file) COMPLETE
101582025-08-18T19:48:41.830Z[ host-image] Aug 18 19:48:41.329 INFO O| Aug 18 19:48:41.329 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101592025-08-18T19:48:41.837Z[ host-image] Aug 18 19:48:41.339 INFO O| Aug 18 19:48:41.339 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
101602025-08-18T19:48:41.837Z[ host-image] Aug 18 19:48:41.339 INFO O| Aug 18 19:48:41.339 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/all_downstairs.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d ...
101612025-08-18T19:48:41.840Z[ host-image] Aug 18 19:48:41.339 INFO O| Aug 18 19:48:41.339 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
101622025-08-18T19:48:41.840Z[ host-image] Aug 18 19:48:41.339 INFO O| Aug 18 19:48:41.339 INFO ok!
101632025-08-18T19:48:41.840Z[ host-image] Aug 18 19:48:41.339 INFO O| Aug 18 19:48:41.339 INFO STEP 132 (ensure_file) COMPLETE
101642025-08-18T19:48:41.840Z[ host-image] Aug 18 19:48:41.339 INFO O| Aug 18 19:48:41.339 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101652025-08-18T19:48:41.845Z[ host-image] Aug 18 19:48:41.346 INFO O| Aug 18 19:48:41.346 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
101662025-08-18T19:48:41.845Z[ host-image] Aug 18 19:48:41.346 INFO O| Aug 18 19:48:41.346 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md ...
101672025-08-18T19:48:41.848Z[ host-image] Aug 18 19:48:41.347 INFO O| Aug 18 19:48:41.347 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md
101682025-08-18T19:48:41.848Z[ host-image] Aug 18 19:48:41.347 INFO O| Aug 18 19:48:41.347 INFO ok!
101692025-08-18T19:48:41.848Z[ host-image] Aug 18 19:48:41.347 INFO O| Aug 18 19:48:41.347 INFO STEP 133 (ensure_file) COMPLETE
101702025-08-18T19:48:41.848Z[ host-image] Aug 18 19:48:41.347 INFO O| Aug 18 19:48:41.347 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101712025-08-18T19:48:41.853Z[ host-image] Aug 18 19:48:41.354 INFO O| Aug 18 19:48:41.354 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
101722025-08-18T19:48:41.856Z[ host-image] Aug 18 19:48:41.354 INFO O| Aug 18 19:48:41.354 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/dtrace-info.txt -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt ...
101732025-08-18T19:48:41.857Z[ host-image] Aug 18 19:48:41.355 INFO O| Aug 18 19:48:41.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
101742025-08-18T19:48:41.857Z[ host-image] Aug 18 19:48:41.355 INFO O| Aug 18 19:48:41.355 INFO ok!
101752025-08-18T19:48:41.857Z[ host-image] Aug 18 19:48:41.355 INFO O| Aug 18 19:48:41.355 INFO STEP 134 (ensure_file) COMPLETE
101762025-08-18T19:48:41.857Z[ host-image] Aug 18 19:48:41.355 INFO O| Aug 18 19:48:41.355 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101772025-08-18T19:48:41.860Z[ host-image] Aug 18 19:48:41.362 INFO O| Aug 18 19:48:41.362 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
101782025-08-18T19:48:41.860Z[ host-image] Aug 18 19:48:41.362 INFO O| Aug 18 19:48:41.362 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
101792025-08-18T19:48:41.863Z[ host-image] Aug 18 19:48:41.362 INFO O| Aug 18 19:48:41.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION
101802025-08-18T19:48:41.863Z[ host-image] Aug 18 19:48:41.362 INFO O| Aug 18 19:48:41.362 INFO ok!
101812025-08-18T19:48:41.863Z[ host-image] Aug 18 19:48:41.362 INFO O| Aug 18 19:48:41.362 INFO STEP 135 (ensure_file) COMPLETE
101822025-08-18T19:48:41.863Z[ host-image] Aug 18 19:48:41.362 INFO O| Aug 18 19:48:41.362 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101832025-08-18T19:48:41.868Z[ host-image] Aug 18 19:48:41.370 INFO O| Aug 18 19:48:41.370 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
101842025-08-18T19:48:41.868Z[ host-image] Aug 18 19:48:41.370 INFO O| Aug 18 19:48:41.370 INFO copying /tmp/.tmpgW5B7U/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
101852025-08-18T19:48:47.888Z[ host-image] Aug 18 19:48:47.398 INFO O| Aug 18 19:48:47.398 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
101862025-08-18T19:48:47.888Z[ host-image] Aug 18 19:48:47.398 INFO O| Aug 18 19:48:47.398 INFO ok!
101872025-08-18T19:48:47.892Z[ host-image] Aug 18 19:48:47.398 INFO O| Aug 18 19:48:47.398 INFO STEP 136 (ensure_file) COMPLETE
101882025-08-18T19:48:47.892Z[ host-image] Aug 18 19:48:47.398 INFO O| Aug 18 19:48:47.398 INFO STEP 137: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101892025-08-18T19:48:47.897Z[ host-image] Aug 18 19:48:47.407 INFO O| Aug 18 19:48:47.407 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
101902025-08-18T19:48:47.901Z[ host-image] Aug 18 19:48:47.407 INFO O| Aug 18 19:48:47.407 INFO STEP 137 (ensure_dir) COMPLETE
101912025-08-18T19:48:47.901Z[ host-image] Aug 18 19:48:47.407 INFO O| Aug 18 19:48:47.407 INFO STEP 138: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101922025-08-18T19:48:47.907Z[ host-image] Aug 18 19:48:47.417 INFO O| Aug 18 19:48:47.417 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
101932025-08-18T19:48:47.910Z[ host-image] Aug 18 19:48:47.417 INFO O| Aug 18 19:48:47.417 INFO STEP 138 (ensure_dir) COMPLETE
101942025-08-18T19:48:47.910Z[ host-image] Aug 18 19:48:47.417 INFO O| Aug 18 19:48:47.417 INFO STEP 139: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101952025-08-18T19:48:47.915Z[ host-image] Aug 18 19:48:47.425 INFO O| Aug 18 19:48:47.425 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
101962025-08-18T19:48:47.918Z[ host-image] Aug 18 19:48:47.425 INFO O| Aug 18 19:48:47.425 INFO STEP 139 (ensure_dir) COMPLETE
101972025-08-18T19:48:47.918Z[ host-image] Aug 18 19:48:47.425 INFO O| Aug 18 19:48:47.425 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101982025-08-18T19:48:47.923Z[ host-image] Aug 18 19:48:47.433 INFO O| Aug 18 19:48:47.433 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
101992025-08-18T19:48:47.923Z[ host-image] Aug 18 19:48:47.433 INFO O| Aug 18 19:48:47.433 INFO STEP 140 (ensure_dir) COMPLETE
102002025-08-18T19:48:47.926Z[ host-image] Aug 18 19:48:47.433 INFO O| Aug 18 19:48:47.433 INFO STEP 141: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102012025-08-18T19:48:47.932Z[ host-image] Aug 18 19:48:47.442 INFO O| Aug 18 19:48:47.442 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
102022025-08-18T19:48:47.932Z[ host-image] Aug 18 19:48:47.442 INFO O| Aug 18 19:48:47.442 INFO copying /tmp/.tmpgW5B7U/proto/host/root/lib/svc/manifest/site/sled-agent.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml ...
102032025-08-18T19:48:47.932Z[ host-image] Aug 18 19:48:47.442 INFO O| Aug 18 19:48:47.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
102042025-08-18T19:48:47.932Z[ host-image] Aug 18 19:48:47.442 INFO O| Aug 18 19:48:47.442 INFO ok!
102052025-08-18T19:48:47.935Z[ host-image] Aug 18 19:48:47.442 INFO O| Aug 18 19:48:47.442 INFO STEP 141 (ensure_file) COMPLETE
102062025-08-18T19:48:47.935Z[ host-image] Aug 18 19:48:47.442 INFO O| Aug 18 19:48:47.442 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102072025-08-18T19:48:47.940Z[ host-image] Aug 18 19:48:47.450 INFO O| Aug 18 19:48:47.450 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
102082025-08-18T19:48:47.940Z[ host-image] Aug 18 19:48:47.450 INFO O| Aug 18 19:48:47.450 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
102092025-08-18T19:48:47.944Z[ host-image] Aug 18 19:48:47.450 INFO O| Aug 18 19:48:47.450 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
102102025-08-18T19:48:47.944Z[ host-image] Aug 18 19:48:47.450 INFO O| Aug 18 19:48:47.450 INFO STEP 142 (ensure_dir) COMPLETE
102112025-08-18T19:48:47.944Z[ host-image] Aug 18 19:48:47.450 INFO O| Aug 18 19:48:47.450 INFO STEP 143: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102122025-08-18T19:48:47.948Z[ host-image] Aug 18 19:48:47.458 INFO O| Aug 18 19:48:47.458 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
102132025-08-18T19:48:47.948Z[ host-image] Aug 18 19:48:47.458 INFO O| Aug 18 19:48:47.458 INFO copying /tmp/.tmpgW5B7U/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
102142025-08-18T19:48:47.951Z[ host-image] Aug 18 19:48:47.458 INFO O| Aug 18 19:48:47.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
102152025-08-18T19:48:47.951Z[ host-image] Aug 18 19:48:47.458 INFO O| Aug 18 19:48:47.458 INFO ok!
102162025-08-18T19:48:47.951Z[ host-image] Aug 18 19:48:47.458 INFO O| Aug 18 19:48:47.458 INFO STEP 143 (ensure_file) COMPLETE
102172025-08-18T19:48:47.951Z[ host-image] Aug 18 19:48:47.458 INFO O| Aug 18 19:48:47.458 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102182025-08-18T19:48:47.956Z[ host-image] Aug 18 19:48:47.465 INFO O| Aug 18 19:48:47.465 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
102192025-08-18T19:48:47.958Z[ host-image] Aug 18 19:48:47.466 INFO O| Aug 18 19:48:47.466 INFO STEP 144 (remove_files) COMPLETE
102202025-08-18T19:48:47.958Z[ host-image] Aug 18 19:48:47.466 INFO O| Aug 18 19:48:47.466 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102212025-08-18T19:48:47.965Z[ host-image] Aug 18 19:48:47.474 INFO O| Aug 18 19:48:47.474 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
102222025-08-18T19:48:47.968Z[ host-image] Aug 18 19:48:47.475 INFO O| Aug 18 19:48:47.475 INFO STEP 145 (remove_files) COMPLETE
102232025-08-18T19:48:47.968Z[ host-image] Aug 18 19:48:47.475 INFO O| Aug 18 19:48:47.475 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102242025-08-18T19:48:47.973Z[ host-image] Aug 18 19:48:47.483 INFO O| Aug 18 19:48:47.483 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
102252025-08-18T19:48:47.976Z[ host-image] Aug 18 19:48:47.483 INFO O| Aug 18 19:48:47.483 INFO STEP 146 (remove_files) COMPLETE
102262025-08-18T19:48:47.976Z[ host-image] Aug 18 19:48:47.483 INFO O| Aug 18 19:48:47.483 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102272025-08-18T19:48:47.980Z[ host-image] Aug 18 19:48:47.490 INFO O| Aug 18 19:48:47.490 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
102282025-08-18T19:48:47.983Z[ host-image] Aug 18 19:48:47.490 INFO O| Aug 18 19:48:47.490 INFO STEP 147 (remove_files) COMPLETE
102292025-08-18T19:48:47.983Z[ host-image] Aug 18 19:48:47.490 INFO O| Aug 18 19:48:47.490 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102302025-08-18T19:48:47.988Z[ host-image] Aug 18 19:48:47.498 INFO O| Aug 18 19:48:47.498 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
102312025-08-18T19:48:47.991Z[ host-image] Aug 18 19:48:47.498 INFO O| Aug 18 19:48:47.498 INFO STEP 148 (remove_files) COMPLETE
102322025-08-18T19:48:47.991Z[ host-image] Aug 18 19:48:47.498 INFO O| Aug 18 19:48:47.498 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102332025-08-18T19:48:47.996Z[ host-image] Aug 18 19:48:47.506 INFO O| Aug 18 19:48:47.506 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
102342025-08-18T19:48:47.999Z[ host-image] Aug 18 19:48:47.506 INFO O| Aug 18 19:48:47.506 INFO STEP 149 (remove_files) COMPLETE
102352025-08-18T19:48:47.999Z[ host-image] Aug 18 19:48:47.506 INFO O| Aug 18 19:48:47.506 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102362025-08-18T19:48:48.004Z[ host-image] Aug 18 19:48:47.514 INFO O| Aug 18 19:48:47.514 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
102372025-08-18T19:48:48.009Z[ host-image] Aug 18 19:48:47.514 INFO O| Aug 18 19:48:47.514 INFO STEP 150 (remove_files) COMPLETE
102382025-08-18T19:48:48.009Z[ host-image] Aug 18 19:48:47.514 INFO O| Aug 18 19:48:47.514 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102392025-08-18T19:48:48.041Z[ host-image] Aug 18 19:48:47.522 INFO O| Aug 18 19:48:47.522 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
102402025-08-18T19:48:48.041Z[ host-image] Aug 18 19:48:47.522 INFO O| Aug 18 19:48:47.522 INFO STEP 151 (remove_files) COMPLETE
102412025-08-18T19:48:48.041Z[ host-image] Aug 18 19:48:47.522 INFO O| Aug 18 19:48:47.522 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102422025-08-18T19:48:48.041Z[ host-image] Aug 18 19:48:47.530 INFO O| Aug 18 19:48:47.530 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
102432025-08-18T19:48:48.041Z[ host-image] Aug 18 19:48:47.530 INFO O| Aug 18 19:48:47.530 INFO STEP 152 (remove_files) COMPLETE
102442025-08-18T19:48:48.041Z[ host-image] Aug 18 19:48:47.530 INFO O| Aug 18 19:48:47.530 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102452025-08-18T19:48:48.041Z[ host-image] Aug 18 19:48:47.538 INFO O| Aug 18 19:48:47.538 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
102462025-08-18T19:48:48.041Z[ host-image] Aug 18 19:48:47.538 INFO O| Aug 18 19:48:47.538 INFO STEP 153 (remove_files) COMPLETE
102472025-08-18T19:48:48.041Z[ host-image] Aug 18 19:48:47.538 INFO O| Aug 18 19:48:47.538 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102482025-08-18T19:48:48.044Z[ host-image] Aug 18 19:48:47.547 INFO O| Aug 18 19:48:47.547 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
102492025-08-18T19:48:48.044Z[ host-image] Aug 18 19:48:47.547 INFO O| Aug 18 19:48:47.547 INFO STEP 154 (remove_files) COMPLETE
102502025-08-18T19:48:48.044Z[ host-image] Aug 18 19:48:47.547 INFO O| Aug 18 19:48:47.547 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102512025-08-18T19:48:48.047Z[ host-image] Aug 18 19:48:47.555 INFO O| Aug 18 19:48:47.555 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
102522025-08-18T19:48:48.047Z[ host-image] Aug 18 19:48:47.555 INFO O| Aug 18 19:48:47.555 INFO STEP 155 (remove_files) COMPLETE
102532025-08-18T19:48:48.047Z[ host-image] Aug 18 19:48:47.555 INFO O| Aug 18 19:48:47.555 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102542025-08-18T19:48:48.053Z[ host-image] Aug 18 19:48:47.563 INFO O| Aug 18 19:48:47.563 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
102552025-08-18T19:48:48.056Z[ host-image] Aug 18 19:48:47.563 INFO O| Aug 18 19:48:47.563 INFO STEP 156 (remove_files) COMPLETE
102562025-08-18T19:48:48.056Z[ host-image] Aug 18 19:48:47.563 INFO O| Aug 18 19:48:47.563 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102572025-08-18T19:48:48.061Z[ host-image] Aug 18 19:48:47.571 INFO O| Aug 18 19:48:47.571 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
102582025-08-18T19:48:48.061Z[ host-image] Aug 18 19:48:47.571 INFO O| Aug 18 19:48:47.571 INFO STEP 157 (remove_files) COMPLETE
102592025-08-18T19:48:48.064Z[ host-image] Aug 18 19:48:47.571 INFO O| Aug 18 19:48:47.571 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102602025-08-18T19:48:48.069Z[ host-image] Aug 18 19:48:47.579 INFO O| Aug 18 19:48:47.579 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
102612025-08-18T19:48:48.069Z[ host-image] Aug 18 19:48:47.579 INFO O| Aug 18 19:48:47.579 INFO STEP 158 (remove_files) COMPLETE
102622025-08-18T19:48:48.069Z[ host-image] Aug 18 19:48:47.579 INFO O| Aug 18 19:48:47.579 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102632025-08-18T19:48:48.077Z[ host-image] Aug 18 19:48:47.587 INFO O| Aug 18 19:48:47.587 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
102642025-08-18T19:48:48.077Z[ host-image] Aug 18 19:48:47.587 INFO O| Aug 18 19:48:47.587 INFO STEP 159 (remove_files) COMPLETE
102652025-08-18T19:48:48.080Z[ host-image] Aug 18 19:48:47.587 INFO O| Aug 18 19:48:47.587 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102662025-08-18T19:48:48.085Z[ host-image] Aug 18 19:48:47.595 INFO O| Aug 18 19:48:47.595 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
102672025-08-18T19:48:48.085Z[ host-image] Aug 18 19:48:47.595 INFO O| Aug 18 19:48:47.595 INFO STEP 160 (remove_files) COMPLETE
102682025-08-18T19:48:48.085Z[ host-image] Aug 18 19:48:47.595 INFO O| Aug 18 19:48:47.595 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102692025-08-18T19:48:48.096Z[ host-image] Aug 18 19:48:47.602 INFO O| Aug 18 19:48:47.602 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
102702025-08-18T19:48:48.105Z[ host-image] Aug 18 19:48:47.602 INFO O| Aug 18 19:48:47.602 INFO STEP 161 (remove_files) COMPLETE
102712025-08-18T19:48:48.105Z[ host-image] Aug 18 19:48:47.602 INFO O| Aug 18 19:48:47.602 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102722025-08-18T19:48:48.112Z[ host-image] Aug 18 19:48:47.610 INFO O| Aug 18 19:48:47.610 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
102732025-08-18T19:48:48.112Z[ host-image] Aug 18 19:48:47.610 INFO O| Aug 18 19:48:47.610 INFO STEP 162 (remove_files) COMPLETE
102742025-08-18T19:48:48.112Z[ host-image] Aug 18 19:48:47.610 INFO O| Aug 18 19:48:47.610 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102752025-08-18T19:48:48.112Z[ host-image] Aug 18 19:48:47.618 INFO O| Aug 18 19:48:47.617 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
102762025-08-18T19:48:48.112Z[ host-image] Aug 18 19:48:47.618 INFO O| Aug 18 19:48:47.618 INFO STEP 163 (remove_files) COMPLETE
102772025-08-18T19:48:48.112Z[ host-image] Aug 18 19:48:47.618 INFO O| Aug 18 19:48:47.618 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102782025-08-18T19:48:48.117Z[ host-image] Aug 18 19:48:47.627 INFO O| Aug 18 19:48:47.627 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
102792025-08-18T19:48:48.117Z[ host-image] Aug 18 19:48:47.627 INFO O| Aug 18 19:48:47.627 INFO STEP 164 (remove_files) COMPLETE
102802025-08-18T19:48:48.120Z[ host-image] Aug 18 19:48:47.627 INFO O| Aug 18 19:48:47.627 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102812025-08-18T19:48:48.126Z[ host-image] Aug 18 19:48:47.636 INFO O| Aug 18 19:48:47.636 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
102822025-08-18T19:48:48.126Z[ host-image] Aug 18 19:48:47.636 INFO O| Aug 18 19:48:47.636 INFO STEP 165 (remove_files) COMPLETE
102832025-08-18T19:48:48.128Z[ host-image] Aug 18 19:48:47.636 INFO O| Aug 18 19:48:47.636 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102842025-08-18T19:48:48.134Z[ host-image] Aug 18 19:48:47.644 INFO O| Aug 18 19:48:47.644 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
102852025-08-18T19:48:48.134Z[ host-image] Aug 18 19:48:47.644 INFO O| Aug 18 19:48:47.644 INFO STEP 166 (remove_files) COMPLETE
102862025-08-18T19:48:48.137Z[ host-image] Aug 18 19:48:47.644 INFO O| Aug 18 19:48:47.644 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102872025-08-18T19:48:48.142Z[ host-image] Aug 18 19:48:47.651 INFO O| Aug 18 19:48:47.651 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
102882025-08-18T19:48:48.142Z[ host-image] Aug 18 19:48:47.652 INFO O| Aug 18 19:48:47.652 INFO STEP 167 (remove_files) COMPLETE
102892025-08-18T19:48:48.142Z[ host-image] Aug 18 19:48:47.652 INFO O| Aug 18 19:48:47.652 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102902025-08-18T19:48:48.151Z[ host-image] Aug 18 19:48:47.661 INFO O| Aug 18 19:48:47.661 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
102912025-08-18T19:48:48.151Z[ host-image] Aug 18 19:48:47.661 INFO O| Aug 18 19:48:47.661 INFO STEP 168 (remove_files) COMPLETE
102922025-08-18T19:48:48.154Z[ host-image] Aug 18 19:48:47.661 INFO O| Aug 18 19:48:47.661 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102932025-08-18T19:48:48.159Z[ host-image] Aug 18 19:48:47.669 INFO O| Aug 18 19:48:47.669 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
102942025-08-18T19:48:48.162Z[ host-image] Aug 18 19:48:47.669 INFO O| Aug 18 19:48:47.669 INFO STEP 169 (remove_files) COMPLETE
102952025-08-18T19:48:48.162Z[ host-image] Aug 18 19:48:47.669 INFO O| Aug 18 19:48:47.669 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102962025-08-18T19:48:48.167Z[ host-image] Aug 18 19:48:47.677 INFO O| Aug 18 19:48:47.677 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
102972025-08-18T19:48:48.169Z[ host-image] Aug 18 19:48:47.677 INFO O| Aug 18 19:48:47.677 INFO STEP 170 (remove_files) COMPLETE
102982025-08-18T19:48:48.169Z[ host-image] Aug 18 19:48:47.677 INFO O| Aug 18 19:48:47.677 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102992025-08-18T19:48:48.176Z[ host-image] Aug 18 19:48:47.686 INFO O| Aug 18 19:48:47.686 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
103002025-08-18T19:48:48.176Z[ host-image] Aug 18 19:48:47.686 INFO O| Aug 18 19:48:47.686 INFO STEP 171 (remove_files) COMPLETE
103012025-08-18T19:48:48.179Z[ host-image] Aug 18 19:48:47.686 INFO O| Aug 18 19:48:47.686 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103022025-08-18T19:48:48.187Z[ host-image] Aug 18 19:48:47.696 INFO O| Aug 18 19:48:47.696 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
103032025-08-18T19:48:48.187Z[ host-image] Aug 18 19:48:47.696 INFO O| Aug 18 19:48:47.696 INFO STEP 172 (remove_files) COMPLETE
103042025-08-18T19:48:48.187Z[ host-image] Aug 18 19:48:47.696 INFO O| Aug 18 19:48:47.696 INFO STEP 173: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103052025-08-18T19:48:48.198Z[ host-image] Aug 18 19:48:47.708 INFO O| Aug 18 19:48:47.708 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
103062025-08-18T19:48:48.198Z[ host-image] Aug 18 19:48:47.708 INFO O| Aug 18 19:48:47.708 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
103072025-08-18T19:48:58.453Z[ host-image] Aug 18 19:48:57.976 INFO O| Aug 18 19:48:57.976 INFO O| Loading smf(7) service descriptions: 1/792/793/794/795/796/797/798/799/7910/7911/7912/7913/7914/7915/7916/7917/7918/7919/7920/7921/7922/7923/7924/7925/7926/7927/7928/7929/7930/7931/7932/7933/7934/7935/7936/7937/7938/7939/7940/7941/7942/7943/7944/7945/7946/7947/7948/7949/7950/7951/7952/7953/7954/7955/7956/7957/7958/7959/7960/7961/7962/7963/7964/7965/7966/7967/7968/7969/7970/7971/7972/7973/7974/7975/7976/7977/7978/7979/79
103082025-08-18T19:48:58.457Z[ host-image] Aug 18 19:48:57.976 INFO O| Aug 18 19:48:57.976 INFO E| svccfg: Loaded 79 smf(7) service descriptions
103092025-08-18T19:48:58.468Z[ host-image] Aug 18 19:48:57.991 INFO O| Aug 18 19:48:57.991 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
103102025-08-18T19:48:58.473Z[ recovery-image] Aug 18 19:48:57.996 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-07-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
103112025-08-18T19:48:58.686Z[ host-image] Aug 18 19:48:58.209 INFO O| Aug 18 19:48:58.208 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
103122025-08-18T19:48:58.803Z[ host-image] Aug 18 19:48:58.326 INFO O| Aug 18 19:48:58.326 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
103132025-08-18T19:48:58.947Z[ host-image] Aug 18 19:48:58.471 INFO O| Aug 18 19:48:58.471 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
103142025-08-18T19:48:58.947Z[ host-image] Aug 18 19:48:58.471 INFO O| Aug 18 19:48:58.471 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
103152025-08-18T19:48:58.951Z[ host-image] Aug 18 19:48:58.474 INFO O| Aug 18 19:48:58.474 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
103162025-08-18T19:48:58.951Z[ host-image] Aug 18 19:48:58.475 INFO O| Aug 18 19:48:58.474 INFO ok!
103172025-08-18T19:48:58.954Z[ host-image] Aug 18 19:48:58.475 INFO O| Aug 18 19:48:58.474 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
103182025-08-18T19:48:58.954Z[ host-image] Aug 18 19:48:58.475 INFO O| Aug 18 19:48:58.475 INFO STEP 173 (seed_smf) COMPLETE
103192025-08-18T19:48:58.954Z[ host-image] Aug 18 19:48:58.475 INFO O| Aug 18 19:48:58.475 INFO steps complete; finalising image!
103202025-08-18T19:48:58.954Z[ host-image] Aug 18 19:48:58.475 INFO O| Aug 18 19:48:58.475 INFO TRIM POOL: TEMPORARY-sled-zfs
103212025-08-18T19:48:59.170Z[ host-image] Aug 18 19:48:58.694 INFO O| Aug 18 19:48:58.694 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Mon Aug 18 19:48:58 2025)
103222025-08-18T19:48:59.380Z[ host-image] Aug 18 19:48:58.902 INFO O| Aug 18 19:48:58.902 INFO trim TEMPORARY-sled-zfs: (96% trimmed, started at Mon Aug 18 19:48:58 2025)
103232025-08-18T19:48:59.594Z[ host-image] Aug 18 19:48:59.118 INFO O| Aug 18 19:48:59.118 INFO temporary pool has 757M used, 74.9M avail, 1.80x compressratio
103242025-08-18T19:48:59.594Z[ host-image] Aug 18 19:48:59.118 INFO O| Aug 18 19:48:59.118 INFO EXPORT POOL: TEMPORARY-sled-zfs
103252025-08-18T19:48:59.886Z[ host-image] Aug 18 19:48:59.411 INFO O| Aug 18 19:48:59.411 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
103262025-08-18T19:48:59.886Z[ host-image] Aug 18 19:48:59.411 INFO O| Aug 18 19:48:59.411 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
103272025-08-18T19:49:00.835Z[ host-image] Aug 18 19:49:00.361 INFO O| Aug 18 19:49:00.361 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
103282025-08-18T19:49:00.835Z[ host-image] Aug 18 19:49:00.361 INFO O| Aug 18 19:49:00.361 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
103292025-08-18T19:49:00.838Z[ host-image] Aug 18 19:49:00.361 INFO O| Aug 18 19:49:00.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
103302025-08-18T19:49:00.838Z[ host-image] Aug 18 19:49:00.361 INFO O| Aug 18 19:49:00.361 INFO completed processing sled/zfs
103312025-08-18T19:49:00.838Z[ host-image] Aug 18 19:49:00.361 INFO O| Aug 18 19:49:00.361 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
103322025-08-18T19:49:02.191Z[ recovery-image] Aug 18 19:49:01.718 INFO E| Compiling bitflags v1.3.2
103332025-08-18T19:49:02.191Z[ recovery-image] Aug 18 19:49:01.718 INFO E| Compiling plain v0.2.3
103342025-08-18T19:49:02.194Z[ recovery-image] Aug 18 19:49:01.718 INFO E| Compiling log v0.4.27
103352025-08-18T19:49:02.194Z[ recovery-image] Aug 18 19:49:01.718 INFO E| Compiling scroll v0.13.0
103362025-08-18T19:49:02.194Z[ recovery-image] Aug 18 19:49:01.718 INFO E| Compiling adler2 v2.0.1
103372025-08-18T19:49:02.194Z[ recovery-image] Aug 18 19:49:01.718 INFO E| Compiling bit_field v0.10.2
103382025-08-18T19:49:02.194Z[ recovery-image] Aug 18 19:49:01.719 INFO E| Compiling bitflags v2.9.1
103392025-08-18T19:49:02.291Z[ recovery-image] Aug 18 19:49:01.819 INFO E| Compiling raw-cpuid v10.7.0
103402025-08-18T19:49:02.388Z[ recovery-image] Aug 18 19:49:01.916 INFO E| Compiling miniz_oxide v0.8.9
103412025-08-18T19:49:02.450Z[ recovery-image] Aug 18 19:49:01.978 INFO E| Compiling bitstruct v0.1.1
103422025-08-18T19:49:02.456Z[ recovery-image] Aug 18 19:49:01.984 INFO E| Compiling static_assertions v1.1.0
103432025-08-18T19:49:02.562Z[ recovery-image] Aug 18 19:49:02.090 INFO E| Compiling cpio_reader v0.1.2
103442025-08-18T19:49:02.668Z[ recovery-image] Aug 18 19:49:02.196 INFO E| Compiling goblin v0.10.0
103452025-08-18T19:49:08.184Z[ recovery-image] Aug 18 19:49:07.720 INFO E| Finished `release` profile [optimized] target(s) in 40.38s
103462025-08-18T19:49:08.202Z[ recovery-image] Aug 18 19:49:07.737 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
103472025-08-18T19:49:08.262Z[ recovery-image] Aug 18 19:49:07.797 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.89.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
103482025-08-18T19:49:08.262Z[ recovery-image] Aug 18 19:49:07.797 INFO building ROM for gimlet
103492025-08-18T19:49:08.262Z[ recovery-image] Aug 18 19:49:07.798 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml", "--image", "/work/os-recovery/gimlet.rom"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
103502025-08-18T19:49:08.440Z[ recovery-image] Aug 18 19:49:07.975 INFO E| Downloading crates ...
103512025-08-18T19:49:08.556Z[ recovery-image] Aug 18 19:49:08.092 INFO E| Downloaded clap_derive v4.5.32
103522025-08-18T19:49:08.565Z[ recovery-image] Aug 18 19:49:08.100 INFO E| Downloaded shared_child v1.0.1
103532025-08-18T19:49:08.567Z[ recovery-image] Aug 18 19:49:08.102 INFO E| Downloaded anstyle v1.0.10
103542025-08-18T19:49:08.574Z[ recovery-image] Aug 18 19:49:08.104 INFO E| Downloaded duct v0.13.7
103552025-08-18T19:49:08.574Z[ recovery-image] Aug 18 19:49:08.105 INFO E| Downloaded colorchoice v1.0.3
103562025-08-18T19:49:08.574Z[ recovery-image] Aug 18 19:49:08.107 INFO E| Downloaded anstyle-parse v0.2.6
103572025-08-18T19:49:08.574Z[ recovery-image] Aug 18 19:49:08.108 INFO E| Downloaded serde_spanned v0.6.8
103582025-08-18T19:49:08.574Z[ recovery-image] Aug 18 19:49:08.109 INFO E| Downloaded toml_write v0.1.1
103592025-08-18T19:49:08.578Z[ recovery-image] Aug 18 19:49:08.111 INFO E| Downloaded toml_datetime v0.6.9
103602025-08-18T19:49:08.578Z[ recovery-image] Aug 18 19:49:08.112 INFO E| Downloaded anstyle-query v1.1.2
103612025-08-18T19:49:08.578Z[ recovery-image] Aug 18 19:49:08.114 INFO E| Downloaded os_pipe v1.2.1
103622025-08-18T19:49:08.601Z[ recovery-image] Aug 18 19:49:08.136 INFO E| Downloaded clap v4.5.37
103632025-08-18T19:49:08.609Z[ recovery-image] Aug 18 19:49:08.145 INFO E| Downloaded toml v0.8.22
103642025-08-18T19:49:08.638Z[ recovery-image] Aug 18 19:49:08.174 INFO E| Downloaded cc v1.2.20
103652025-08-18T19:49:08.641Z[ recovery-image] Aug 18 19:49:08.177 INFO E| Downloaded toml_edit v0.22.26
103662025-08-18T19:49:08.671Z[ recovery-image] Aug 18 19:49:08.207 INFO E| Downloaded winnow v0.7.7
103672025-08-18T19:49:08.679Z[ recovery-image] Aug 18 19:49:08.215 INFO E| Downloaded clap_builder v4.5.37
103682025-08-18T19:49:08.713Z[ recovery-image] Aug 18 19:49:08.249 INFO E| Compiling libc v0.2.172
103692025-08-18T19:49:08.713Z[ recovery-image] Aug 18 19:49:08.249 INFO E| Compiling utf8parse v0.2.2
103702025-08-18T19:49:08.716Z[ recovery-image] Aug 18 19:49:08.249 INFO E| Compiling equivalent v1.0.2
103712025-08-18T19:49:08.716Z[ recovery-image] Aug 18 19:49:08.249 INFO E| Compiling colorchoice v1.0.3
103722025-08-18T19:49:08.716Z[ recovery-image] Aug 18 19:49:08.249 INFO E| Compiling shlex v1.3.0
103732025-08-18T19:49:08.716Z[ recovery-image] Aug 18 19:49:08.250 INFO E| Compiling anstyle v1.0.10
103742025-08-18T19:49:08.716Z[ recovery-image] Aug 18 19:49:08.250 INFO E| Compiling is_terminal_polyfill v1.70.1
103752025-08-18T19:49:08.733Z[ recovery-image] Aug 18 19:49:08.269 INFO E| Compiling syn v2.0.101
103762025-08-18T19:49:09.050Z[ recovery-image] Aug 18 19:49:08.586 INFO E| Compiling anstyle-parse v0.2.6
103772025-08-18T19:49:09.050Z[ recovery-image] Aug 18 19:49:08.586 INFO E| Compiling anstyle-query v1.1.2
103782025-08-18T19:49:09.084Z[ recovery-image] Aug 18 19:49:08.620 INFO E| Compiling once_cell v1.21.3
103792025-08-18T19:49:09.087Z[ recovery-image] Aug 18 19:49:08.621 INFO E| Compiling hashbrown v0.15.2
103802025-08-18T19:49:09.216Z[ recovery-image] Aug 18 19:49:08.752 INFO E| Compiling cc v1.2.20
103812025-08-18T19:49:09.239Z[ recovery-image] Aug 18 19:49:08.776 INFO E| Compiling toml_write v0.1.1
103822025-08-18T19:49:09.314Z[ recovery-image] Aug 18 19:49:08.850 INFO E| Compiling anstream v0.6.18
103832025-08-18T19:49:09.392Z[ recovery-image] Aug 18 19:49:08.929 INFO E| Compiling winnow v0.7.7
103842025-08-18T19:49:09.494Z[ recovery-image] Aug 18 19:49:09.031 INFO E| Compiling anyhow v1.0.98
103852025-08-18T19:49:09.606Z[ recovery-image] Aug 18 19:49:09.143 INFO E| Compiling clap_lex v0.7.4
103862025-08-18T19:49:10.002Z[ recovery-image] Aug 18 19:49:09.539 INFO E| Compiling strsim v0.11.1
103872025-08-18T19:49:10.128Z[ recovery-image] Aug 18 19:49:09.666 INFO E| Compiling indexmap v2.9.0
103882025-08-18T19:49:10.322Z[ recovery-image] Aug 18 19:49:09.860 INFO E| Compiling os_pipe v1.2.1
103892025-08-18T19:49:10.403Z[ recovery-image] Aug 18 19:49:09.941 INFO E| Compiling shared_child v1.0.1
103902025-08-18T19:49:10.626Z[ recovery-image] Aug 18 19:49:10.164 INFO E| Compiling duct v0.13.7
103912025-08-18T19:49:10.688Z[ recovery-image] Aug 18 19:49:10.227 INFO E| Compiling clap_builder v4.5.37
103922025-08-18T19:49:11.496Z[ host-image] Aug 18 19:49:11.036 INFO O| Aug 18 19:49:11.036 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
103932025-08-18T19:49:11.611Z[ host-image] Aug 18 19:49:11.150 INFO BUILD STRING "heads/stlouis-0-g040d844ba4\n"
103942025-08-18T19:49:11.611Z[ host-image] Aug 18 19:49:11.150 INFO expanded image name: "ci 33b0017/${os_short_commit} 2025-08-18 19:00" -> "ci 33b0017/040d844 2025-08-18 19:00"
103952025-08-18T19:49:11.615Z[ host-image] Aug 18 19:49:11.151 INFO output artefacts stored in: "/work/os-host"
103962025-08-18T19:49:11.615Z[ host-image] Aug 18 19:49:11.151 INFO collecting git info from project "pinprick"...
103972025-08-18T19:49:11.624Z[ host-image] Aug 18 19:49:11.163 INFO collecting git info from project "phbl"...
103982025-08-18T19:49:11.631Z[ host-image] Aug 18 19:49:11.170 INFO collecting git info from project "amd-firmware"...
103992025-08-18T19:49:11.648Z[ host-image] Aug 18 19:49:11.187 INFO collecting git info from project "image-builder"...
104002025-08-18T19:49:11.656Z[ host-image] Aug 18 19:49:11.196 INFO collecting git info from project "chelsio-t6-roms"...
104012025-08-18T19:49:11.664Z[ host-image] Aug 18 19:49:11.204 INFO collecting git info from project "pilot"...
104022025-08-18T19:49:11.674Z[ host-image] Aug 18 19:49:11.214 INFO collecting git info from project "amd-host-image-builder"...
104032025-08-18T19:49:11.683Z[ host-image] Aug 18 19:49:11.223 INFO collecting git info from project "bootserver"...
104042025-08-18T19:49:11.689Z[ host-image] Aug 18 19:49:11.229 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
104052025-08-18T19:49:11.826Z[ recovery-image] Aug 18 19:49:11.366 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
104062025-08-18T19:49:12.164Z[ host-image] Aug 18 19:49:11.705 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
104072025-08-18T19:49:12.681Z[ host-image] Aug 18 19:49:12.222 INFO creating Oxide boot image...
104082025-08-18T19:49:12.681Z[ host-image] Aug 18 19:49:12.222 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 33b0017/040d844 2025-08-18 19:00", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
104092025-08-18T19:49:13.785Z[ recovery-image] Aug 18 19:49:13.327 INFO E| Compiling serde_derive v1.0.219
104102025-08-18T19:49:13.785Z[ recovery-image] Aug 18 19:49:13.327 INFO E| Compiling clap_derive v4.5.32
104112025-08-18T19:49:14.052Z[ host-image] Aug 18 19:49:13.595 INFO O| ok, image written!
104122025-08-18T19:49:14.052Z[ host-image] Aug 18 19:49:13.595 INFO O| ok, boot_image_csum file written!
104132025-08-18T19:49:14.056Z[ host-image] Aug 18 19:49:13.599 INFO creating boot archive (CPIO)...
104142025-08-18T19:49:14.056Z[ host-image] Aug 18 19:49:13.599 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/host/work/sled/ramdisk", "/work/os-host/cpio", "/work/oxidecomputer/helios/tmp/image.host"], pwd: None
104152025-08-18T19:49:14.061Z[ host-image] Aug 18 19:49:13.604 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
104162025-08-18T19:49:14.061Z[ host-image] Aug 18 19:49:13.604 INFO E| + outfile=/work/os-host/cpio
104172025-08-18T19:49:14.064Z[ host-image] Aug 18 19:49:13.604 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
104182025-08-18T19:49:14.064Z[ host-image] Aug 18 19:49:13.607 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
104192025-08-18T19:49:14.064Z[ host-image] Aug 18 19:49:13.607 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
104202025-08-18T19:49:14.114Z[ host-image] Aug 18 19:49:13.657 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
104212025-08-18T19:49:14.118Z[ host-image] Aug 18 19:49:13.657 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
104222025-08-18T19:49:14.124Z[ host-image] Aug 18 19:49:13.667 INFO creating compressed cpio/unix for dev loaders...
104232025-08-18T19:49:14.124Z[ host-image] Aug 18 19:49:13.667 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/host/work/sled/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-host/unix.z\'"], pwd: None
104242025-08-18T19:49:14.431Z[ host-image] Aug 18 19:49:13.974 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
104252025-08-18T19:49:16.313Z[ recovery-image] Aug 18 19:49:15.856 INFO E| Compiling clap v4.5.37
104262025-08-18T19:49:17.546Z[ recovery-image] Aug 18 19:49:17.094 INFO E| Compiling serde v1.0.219
104272025-08-18T19:49:19.109Z[ host-image] Aug 18 19:49:18.657 INFO creating reset image...
104282025-08-18T19:49:19.109Z[ host-image] Aug 18 19:49:18.657 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
104292025-08-18T19:49:19.182Z[ host-image] Aug 18 19:49:18.731 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2025-07-22-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')"
104302025-08-18T19:49:19.182Z[ host-image] Aug 18 19:49:18.731 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z", "--target-dir", "/work/os-host/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
104312025-08-18T19:49:19.298Z[ host-image] Aug 18 19:49:18.847 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s
104322025-08-18T19:49:19.303Z[ host-image] Aug 18 19:49:18.849 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
104332025-08-18T19:49:19.688Z[ host-image] Aug 18 19:49:19.230 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-07-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
104342025-08-18T19:49:19.688Z[ host-image] Aug 18 19:49:19.230 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-07-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
104352025-08-18T19:49:19.693Z[ host-image] Aug 18 19:49:19.230 INFO E| Compiling proc-macro2 v1.0.95
104362025-08-18T19:49:19.693Z[ host-image] Aug 18 19:49:19.230 INFO E| Compiling unicode-ident v1.0.18
104372025-08-18T19:49:19.727Z[ host-image] Aug 18 19:49:19.230 INFO E| Compiling syn v1.0.109
104382025-08-18T19:49:19.728Z[ host-image] Aug 18 19:49:19.230 INFO E| Compiling x86 v0.52.0
104392025-08-18T19:49:19.728Z[ host-image] Aug 18 19:49:19.230 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
104402025-08-18T19:49:19.728Z[ host-image] Aug 18 19:49:19.230 INFO E| Compiling seq-macro v0.3.6
104412025-08-18T19:49:21.059Z[ host-image] Aug 18 19:49:20.586 INFO E| Compiling quote v1.0.40
104422025-08-18T19:49:21.266Z[ recovery-image] Aug 18 19:49:20.799 INFO E| Compiling toml_datetime v0.6.9
104432025-08-18T19:49:21.266Z[ recovery-image] Aug 18 19:49:20.799 INFO E| Compiling serde_spanned v0.6.8
104442025-08-18T19:49:21.380Z[ host-image] Aug 18 19:49:20.923 INFO E| Compiling syn v2.0.104
104452025-08-18T19:49:21.521Z[ recovery-image] Aug 18 19:49:21.072 INFO E| Compiling toml_edit v0.22.26
104462025-08-18T19:49:24.346Z[ recovery-image] Aug 18 19:49:23.902 INFO E| Compiling toml v0.8.22
104472025-08-18T19:49:24.374Z[ host-image] Aug 18 19:49:23.930 INFO E| Compiling scroll_derive v0.13.0
104482025-08-18T19:49:27.179Z[ host-image] Aug 18 19:49:26.739 INFO E| Compiling bitstruct_derive v0.1.0
104492025-08-18T19:49:28.399Z[ recovery-image] Aug 18 19:49:27.958 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.10s
104502025-08-18T19:49:28.412Z[ recovery-image] Aug 18 19:49:27.973 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml --image /work/os-recovery/gimlet.rom`
104512025-08-18T19:49:28.425Z[ recovery-image] Aug 18 19:49:27.987 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
104522025-08-18T19:49:28.678Z[ recovery-image] Aug 18 19:49:28.237 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.24s
104532025-08-18T19:49:28.681Z[ recovery-image] Aug 18 19:49:28.242 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a -o /work/os-recovery/gimlet.rom`
104542025-08-18T19:49:28.863Z[ recovery-image] Aug 18 19:49:28.424 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AmdPubKey_gn.tkn"
104552025-08-18T19:49:28.863Z[ recovery-image] Aug 18 19:49:28.424 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspBootLoader_gn.sbin"
104562025-08-18T19:49:28.863Z[ recovery-image] Aug 18 19:49:28.424 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspRecoveryBootLoader_gn.sbin"
104572025-08-18T19:49:28.869Z[ recovery-image] Aug 18 19:49:28.424 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmwareGn.csbin"
104582025-08-18T19:49:28.869Z[ recovery-image] Aug 18 19:49:28.425 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugToken_gn.stkn"
104592025-08-18T19:49:28.869Z[ recovery-image] Aug 18 19:49:28.425 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspABLFw_gn.stkn"
104602025-08-18T19:49:28.869Z[ recovery-image] Aug 18 19:49:28.425 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmware2Gn.csbin"
104612025-08-18T19:49:28.869Z[ recovery-image] Aug 18 19:49:28.425 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugUnlock_gn.sbin"
104622025-08-18T19:49:28.869Z[ recovery-image] Aug 18 19:49:28.425 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspIkek_gn.bin"
104632025-08-18T19:49:28.869Z[ recovery-image] Aug 18 19:49:28.425 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureEmptyToken.bin"
104642025-08-18T19:49:28.869Z[ recovery-image] Aug 18 19:49:28.425 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/RsmuSecPolicy_gn.sbin"
104652025-08-18T19:49:28.869Z[ recovery-image] Aug 18 19:49:28.425 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Mp5Gn.csbin"
104662025-08-18T19:49:28.870Z[ recovery-image] Aug 18 19:49:28.425 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AgesaBootloader_U_prod_GN.csbin"
104672025-08-18T19:49:28.870Z[ recovery-image] Aug 18 19:49:28.426 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/GnPhyFw.sbin"
104682025-08-18T19:49:28.870Z[ recovery-image] Aug 18 19:49:28.426 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PSP-Key-DB_gn.sbin"
104692025-08-18T19:49:28.871Z[ recovery-image] Aug 18 19:49:28.426 INFO O| Info: ABL version: 0x100a5010
104702025-08-18T19:49:28.871Z[ recovery-image] Aug 18 19:49:28.426 INFO O| Info: For sub_program 0: SMU firmware version: 45.93.0
104712025-08-18T19:49:28.871Z[ recovery-image] Aug 18 19:49:28.426 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
104722025-08-18T19:49:28.871Z[ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
104732025-08-18T19:49:28.871Z[ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
104742025-08-18T19:49:28.871Z[ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
104752025-08-18T19:49:28.871Z[ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
104762025-08-18T19:49:28.871Z[ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
104772025-08-18T19:49:28.871Z[ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
104782025-08-18T19:49:28.871Z[ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
104792025-08-18T19:49:28.871Z[ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
104802025-08-18T19:49:28.871Z[ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
104812025-08-18T19:49:28.871Z[ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
104822025-08-18T19:49:28.871Z[ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
104832025-08-18T19:49:28.871Z[ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
104842025-08-18T19:49:28.872Z[ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
104852025-08-18T19:49:28.872Z[ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
104862025-08-18T19:49:28.872Z[ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
104872025-08-18T19:49:28.872Z[ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
104882025-08-18T19:49:28.872Z[ recovery-image] Aug 18 19:49:28.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
104892025-08-18T19:49:28.903Z[ recovery-image] Aug 18 19:49:28.465 INFO building ROM for cosmo
104902025-08-18T19:49:28.903Z[ recovery-image] Aug 18 19:49:28.465 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.5.toml", "--image", "/work/os-recovery/cosmo.rom"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
104912025-08-18T19:49:29.048Z[ recovery-image] Aug 18 19:49:28.610 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
104922025-08-18T19:49:29.052Z[ recovery-image] Aug 18 19:49:28.613 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 --app /work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.5.toml --image /work/os-recovery/cosmo.rom`
104932025-08-18T19:49:29.062Z[ recovery-image] Aug 18 19:49:28.624 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.5.toml"
104942025-08-18T19:49:29.158Z[ recovery-image] Aug 18 19:49:28.718 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
104952025-08-18T19:49:29.163Z[ recovery-image] Aug 18 19:49:28.722 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5 -o /work/os-recovery/cosmo.rom`
104962025-08-18T19:49:29.580Z[ recovery-image] Aug 18 19:49:29.130 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x00_AmdPubKey_BRH.tkn"
104972025-08-18T19:49:29.580Z[ recovery-image] Aug 18 19:49:29.130 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x01_PspBl_BRH.esbin"
104982025-08-18T19:49:29.585Z[ recovery-image] Aug 18 19:49:29.130 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x02_PspOS_BRH.ecsbin"
104992025-08-18T19:49:29.585Z[ recovery-image] Aug 18 19:49:29.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x03_PspRecBl_BRH.esbin"
105002025-08-18T19:49:29.585Z[ recovery-image] Aug 18 19:49:29.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x08_SmuFirmware_breithorn.ecsbin"
105012025-08-18T19:49:29.585Z[ recovery-image] Aug 18 19:49:29.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
105022025-08-18T19:49:29.585Z[ recovery-image] Aug 18 19:49:29.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
105032025-08-18T19:49:29.585Z[ recovery-image] Aug 18 19:49:29.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x0A_PspAblPubKey_BRH.stkn"
105042025-08-18T19:49:29.585Z[ recovery-image] Aug 18 19:49:29.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x13_SduFw_BRH.ecsbin"
105052025-08-18T19:49:29.585Z[ recovery-image] Aug 18 19:49:29.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x21_PspAmdIkek_BRH.bin"
105062025-08-18T19:49:29.585Z[ recovery-image] Aug 18 19:49:29.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x22_SecureEmptyToken.bin"
105072025-08-18T19:49:29.585Z[ recovery-image] Aug 18 19:49:29.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
105082025-08-18T19:49:29.585Z[ recovery-image] Aug 18 19:49:29.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
105092025-08-18T19:49:29.585Z[ recovery-image] Aug 18 19:49:29.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x28_PspSystemDriver_BRH.ecsbin"
105102025-08-18T19:49:29.585Z[ recovery-image] Aug 18 19:49:29.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
105112025-08-18T19:49:29.585Z[ recovery-image] Aug 18 19:49:29.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
105122025-08-18T19:49:29.585Z[ recovery-image] Aug 18 19:49:29.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x2D_AblRt.ecsbin"
105132025-08-18T19:49:29.585Z[ recovery-image] Aug 18 19:49:29.131 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
105142025-08-18T19:49:29.585Z[ recovery-image] Aug 18 19:49:29.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x42_PhyFw_BRH.ecsbin"
105152025-08-18T19:49:29.585Z[ recovery-image] Aug 18 19:49:29.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x44_USB_PHY_BRH.esbin"
105162025-08-18T19:49:29.585Z[ recovery-image] Aug 18 19:49:29.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
105172025-08-18T19:49:29.585Z[ recovery-image] Aug 18 19:49:29.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
105182025-08-18T19:49:29.585Z[ recovery-image] Aug 18 19:49:29.132 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x50_PspKeyDataBase_BRH.sbin"
105192025-08-18T19:49:29.585Z[ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
105202025-08-18T19:49:29.585Z[ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x55_SPLTable_BRH.sbin"
105212025-08-18T19:49:29.585Z[ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x5DMpioFw_BRH.cesbin"
105222025-08-18T19:49:29.585Z[ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x64_RasDriver_BRH.ecsbin"
105232025-08-18T19:49:29.585Z[ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
105242025-08-18T19:49:29.585Z[ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x73_PspBl_BRH.ecsbin"
105252025-08-18T19:49:29.585Z[ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x76_DfRib_BRH.csbin"
105262025-08-18T19:49:29.585Z[ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x8C_MPDMATF_BRH.sbin"
105272025-08-18T19:49:29.585Z[ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x91_GmiPhyFw_BRH.esbin"
105282025-08-18T19:49:29.586Z[ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x92_Page_BRH.sbin"
105292025-08-18T19:49:29.586Z[ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x9D_AspSramFwExt_BRH.sbin"
105302025-08-18T19:49:29.586Z[ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
105312025-08-18T19:49:29.586Z[ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_A0.sbin"
105322025-08-18T19:49:29.586Z[ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRHD_A0.sbin"
105332025-08-18T19:49:29.586Z[ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_B0.sbin"
105342025-08-18T19:49:29.586Z[ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_C0.sbin"
105352025-08-18T19:49:29.586Z[ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRHD_B0.sbin"
105362025-08-18T19:49:29.586Z[ recovery-image] Aug 18 19:49:29.133 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_C1.sbin"
105372025-08-18T19:49:29.586Z[ recovery-image] Aug 18 19:49:29.134 INFO O| Info: ABL version: 0x1005f011
105382025-08-18T19:49:29.586Z[ recovery-image] Aug 18 19:49:29.134 INFO O| Info: For sub_program 2: SMU firmware version: 99.122.0
105392025-08-18T19:49:29.586Z[ recovery-image] Aug 18 19:49:29.134 INFO O| Info: For sub_program 0: SMU firmware version: 94.122.0
105402025-08-18T19:49:29.586Z[ recovery-image] Aug 18 19:49:29.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
105412025-08-18T19:49:29.586Z[ recovery-image] Aug 18 19:49:29.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
105422025-08-18T19:49:29.586Z[ recovery-image] Aug 18 19:49:29.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
105432025-08-18T19:49:29.586Z[ recovery-image] Aug 18 19:49:29.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
105442025-08-18T19:49:29.586Z[ recovery-image] Aug 18 19:49:29.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
105452025-08-18T19:49:29.586Z[ recovery-image] Aug 18 19:49:29.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
105462025-08-18T19:49:29.586Z[ recovery-image] Aug 18 19:49:29.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
105472025-08-18T19:49:29.586Z[ recovery-image] Aug 18 19:49:29.134 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
105482025-08-18T19:49:29.588Z[ recovery-image] Aug 18 19:49:29.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
105492025-08-18T19:49:29.588Z[ recovery-image] Aug 18 19:49:29.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
105502025-08-18T19:49:29.588Z[ recovery-image] Aug 18 19:49:29.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
105512025-08-18T19:49:29.588Z[ recovery-image] Aug 18 19:49:29.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
105522025-08-18T19:49:29.588Z[ recovery-image] Aug 18 19:49:29.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
105532025-08-18T19:49:29.588Z[ recovery-image] Aug 18 19:49:29.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
105542025-08-18T19:49:29.588Z[ recovery-image] Aug 18 19:49:29.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
105552025-08-18T19:49:29.588Z[ recovery-image] Aug 18 19:49:29.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
105562025-08-18T19:49:29.588Z[ recovery-image] Aug 18 19:49:29.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
105572025-08-18T19:49:29.588Z[ recovery-image] Aug 18 19:49:29.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
105582025-08-18T19:49:29.588Z[ recovery-image] Aug 18 19:49:29.135 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
105592025-08-18T19:49:29.612Z[ recovery-image] Aug 18 19:49:29.173 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
105602025-08-18T19:49:32.722Z[ recovery-image] Aug 18 19:49:32.288 INFO image complete! materials are in "/work/os-recovery"
105612025-08-18T19:49:32.727Z[ recovery-image]
105622025-08-18T19:49:32.731Z[ recovery-image] real 21:27.349657315
105632025-08-18T19:49:32.731Z[ recovery-image] user 15:11.738730325
105642025-08-18T19:49:32.731Z[ recovery-image] sys 1:26.864032231
105652025-08-18T19:49:32.731Z[ recovery-image] trap 0.803991012
105662025-08-18T19:49:32.731Z[ recovery-image] tflt 1.030447159
105672025-08-18T19:49:32.731Z[ recovery-image] dflt 1.808842150
105682025-08-18T19:49:32.731Z[ recovery-image] kflt 0.018219914
105692025-08-18T19:49:32.731Z[ recovery-image] lock 20:18.274030398
105702025-08-18T19:49:32.731Z[ recovery-image] slp 2:08:50.420410576
105712025-08-18T19:49:32.731Z[ recovery-image] lat 4:50.148695422
105722025-08-18T19:49:32.731Z[ recovery-image] stop 9.479785484
105732025-08-18T19:49:32.732ZAug 18 19:49:32.294 INFO [recovery-image] process exited with exit status: 0 (1287.381404176s)
105742025-08-18T19:49:43.027Z[ host-image] Aug 18 19:49:42.607 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-07-22-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
105752025-08-18T19:49:46.542Z[ host-image] Aug 18 19:49:46.126 INFO E| Compiling bitflags v1.3.2
105762025-08-18T19:49:46.542Z[ host-image] Aug 18 19:49:46.126 INFO E| Compiling adler2 v2.0.1
105772025-08-18T19:49:46.546Z[ host-image] Aug 18 19:49:46.126 INFO E| Compiling bitflags v2.9.1
105782025-08-18T19:49:46.546Z[ host-image] Aug 18 19:49:46.126 INFO E| Compiling plain v0.2.3
105792025-08-18T19:49:46.546Z[ host-image] Aug 18 19:49:46.126 INFO E| Compiling log v0.4.27
105802025-08-18T19:49:46.546Z[ host-image] Aug 18 19:49:46.127 INFO E| Compiling bit_field v0.10.2
105812025-08-18T19:49:46.546Z[ host-image] Aug 18 19:49:46.127 INFO E| Compiling scroll v0.13.0
105822025-08-18T19:49:46.656Z[ host-image] Aug 18 19:49:46.240 INFO E| Compiling raw-cpuid v10.7.0
105832025-08-18T19:49:46.719Z[ host-image] Aug 18 19:49:46.304 INFO E| Compiling miniz_oxide v0.8.9
105842025-08-18T19:49:46.825Z[ host-image] Aug 18 19:49:46.408 INFO E| Compiling cpio_reader v0.1.2
105852025-08-18T19:49:46.886Z[ host-image] Aug 18 19:49:46.469 INFO E| Compiling static_assertions v1.1.0
105862025-08-18T19:49:46.998Z[ host-image] Aug 18 19:49:46.580 INFO E| Compiling bitstruct v0.1.1
105872025-08-18T19:49:47.029Z[ host-image] Aug 18 19:49:46.614 INFO E| Compiling goblin v0.10.0
105882025-08-18T19:49:52.697Z[ host-image] Aug 18 19:49:52.289 INFO E| Finished `release` profile [optimized] target(s) in 33.42s
105892025-08-18T19:49:52.709Z[ host-image] Aug 18 19:49:52.301 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
105902025-08-18T19:49:52.773Z[ host-image] Aug 18 19:49:52.357 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.89.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
105912025-08-18T19:49:52.773Z[ host-image] Aug 18 19:49:52.358 INFO building ROM for cosmo
105922025-08-18T19:49:52.773Z[ host-image] Aug 18 19:49:52.358 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-host/phbl/x86_64-oxide-none-elf/release/phbl", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.5.toml", "--image", "/work/os-host/cosmo.rom"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
105932025-08-18T19:49:52.899Z[ host-image] Aug 18 19:49:52.491 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
105942025-08-18T19:49:52.904Z[ host-image] Aug 18 19:49:52.493 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 --app /work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.5.toml --image /work/os-host/cosmo.rom`
105952025-08-18T19:49:52.912Z[ host-image] Aug 18 19:49:52.503 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.5.toml"
105962025-08-18T19:49:52.999Z[ host-image] Aug 18 19:49:52.591 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
105972025-08-18T19:49:53.004Z[ host-image] Aug 18 19:49:52.594 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5 -o /work/os-host/cosmo.rom`
105982025-08-18T19:49:53.320Z[ host-image] Aug 18 19:49:52.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x00_AmdPubKey_BRH.tkn"
105992025-08-18T19:49:53.320Z[ host-image] Aug 18 19:49:52.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x01_PspBl_BRH.esbin"
106002025-08-18T19:49:53.322Z[ host-image] Aug 18 19:49:52.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x02_PspOS_BRH.ecsbin"
106012025-08-18T19:49:53.326Z[ host-image] Aug 18 19:49:52.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x03_PspRecBl_BRH.esbin"
106022025-08-18T19:49:53.326Z[ host-image] Aug 18 19:49:52.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106032025-08-18T19:49:53.326Z[ host-image] Aug 18 19:49:52.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106042025-08-18T19:49:53.326Z[ host-image] Aug 18 19:49:52.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106052025-08-18T19:49:53.326Z[ host-image] Aug 18 19:49:52.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x0A_PspAblPubKey_BRH.stkn"
106062025-08-18T19:49:53.326Z[ host-image] Aug 18 19:49:52.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x13_SduFw_BRH.ecsbin"
106072025-08-18T19:49:53.326Z[ host-image] Aug 18 19:49:52.913 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x21_PspAmdIkek_BRH.bin"
106082025-08-18T19:49:53.326Z[ host-image] Aug 18 19:49:52.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x22_SecureEmptyToken.bin"
106092025-08-18T19:49:53.326Z[ host-image] Aug 18 19:49:52.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
106102025-08-18T19:49:53.326Z[ host-image] Aug 18 19:49:52.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
106112025-08-18T19:49:53.326Z[ host-image] Aug 18 19:49:52.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x28_PspSystemDriver_BRH.ecsbin"
106122025-08-18T19:49:53.327Z[ host-image] Aug 18 19:49:52.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
106132025-08-18T19:49:53.327Z[ host-image] Aug 18 19:49:52.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
106142025-08-18T19:49:53.327Z[ host-image] Aug 18 19:49:52.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x2D_AblRt.ecsbin"
106152025-08-18T19:49:53.327Z[ host-image] Aug 18 19:49:52.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106162025-08-18T19:49:53.327Z[ host-image] Aug 18 19:49:52.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x42_PhyFw_BRH.ecsbin"
106172025-08-18T19:49:53.327Z[ host-image] Aug 18 19:49:52.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x44_USB_PHY_BRH.esbin"
106182025-08-18T19:49:53.327Z[ host-image] Aug 18 19:49:52.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106192025-08-18T19:49:53.327Z[ host-image] Aug 18 19:49:52.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106202025-08-18T19:49:53.327Z[ host-image] Aug 18 19:49:52.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x50_PspKeyDataBase_BRH.sbin"
106212025-08-18T19:49:53.327Z[ host-image] Aug 18 19:49:52.914 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106222025-08-18T19:49:53.327Z[ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x55_SPLTable_BRH.sbin"
106232025-08-18T19:49:53.327Z[ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x5DMpioFw_BRH.cesbin"
106242025-08-18T19:49:53.327Z[ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x64_RasDriver_BRH.ecsbin"
106252025-08-18T19:49:53.327Z[ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
106262025-08-18T19:49:53.328Z[ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x73_PspBl_BRH.ecsbin"
106272025-08-18T19:49:53.328Z[ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x76_DfRib_BRH.csbin"
106282025-08-18T19:49:53.328Z[ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x8C_MPDMATF_BRH.sbin"
106292025-08-18T19:49:53.328Z[ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x91_GmiPhyFw_BRH.esbin"
106302025-08-18T19:49:53.328Z[ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x92_Page_BRH.sbin"
106312025-08-18T19:49:53.328Z[ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x9D_AspSramFwExt_BRH.sbin"
106322025-08-18T19:49:53.328Z[ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
106332025-08-18T19:49:53.328Z[ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_A0.sbin"
106342025-08-18T19:49:53.328Z[ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRHD_A0.sbin"
106352025-08-18T19:49:53.328Z[ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_B0.sbin"
106362025-08-18T19:49:53.328Z[ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_C0.sbin"
106372025-08-18T19:49:53.328Z[ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRHD_B0.sbin"
106382025-08-18T19:49:53.328Z[ host-image] Aug 18 19:49:52.915 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_C1.sbin"
106392025-08-18T19:49:53.328Z[ host-image] Aug 18 19:49:52.916 INFO O| Info: ABL version: 0x1005f011
106402025-08-18T19:49:53.328Z[ host-image] Aug 18 19:49:52.916 INFO O| Info: For sub_program 2: SMU firmware version: 99.122.0
106412025-08-18T19:49:53.328Z[ host-image] Aug 18 19:49:52.916 INFO O| Info: For sub_program 0: SMU firmware version: 94.122.0
106422025-08-18T19:49:53.328Z[ host-image] Aug 18 19:49:52.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
106432025-08-18T19:49:53.329Z[ host-image] Aug 18 19:49:52.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
106442025-08-18T19:49:53.329Z[ host-image] Aug 18 19:49:52.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
106452025-08-18T19:49:53.329Z[ host-image] Aug 18 19:49:52.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
106462025-08-18T19:49:53.329Z[ host-image] Aug 18 19:49:52.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
106472025-08-18T19:49:53.329Z[ host-image] Aug 18 19:49:52.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
106482025-08-18T19:49:53.329Z[ host-image] Aug 18 19:49:52.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
106492025-08-18T19:49:53.329Z[ host-image] Aug 18 19:49:52.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
106502025-08-18T19:49:53.329Z[ host-image] Aug 18 19:49:52.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
106512025-08-18T19:49:53.330Z[ host-image] Aug 18 19:49:52.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
106522025-08-18T19:49:53.330Z[ host-image] Aug 18 19:49:52.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
106532025-08-18T19:49:53.330Z[ host-image] Aug 18 19:49:52.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
106542025-08-18T19:49:53.330Z[ host-image] Aug 18 19:49:52.916 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
106552025-08-18T19:49:53.330Z[ host-image] Aug 18 19:49:52.917 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
106562025-08-18T19:49:53.330Z[ host-image] Aug 18 19:49:52.917 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
106572025-08-18T19:49:53.330Z[ host-image] Aug 18 19:49:52.917 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
106582025-08-18T19:49:53.331Z[ host-image] Aug 18 19:49:52.917 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
106592025-08-18T19:49:53.331Z[ host-image] Aug 18 19:49:52.917 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
106602025-08-18T19:49:53.331Z[ host-image] Aug 18 19:49:52.917 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
106612025-08-18T19:49:53.352Z[ host-image] Aug 18 19:49:52.946 INFO building ROM for gimlet
106622025-08-18T19:49:53.357Z[ host-image] Aug 18 19:49:52.946 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-host/phbl/x86_64-oxide-none-elf/release/phbl", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml", "--image", "/work/os-host/gimlet.rom"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
106632025-08-18T19:49:53.488Z[ host-image] Aug 18 19:49:53.079 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
106642025-08-18T19:49:53.491Z[ host-image] Aug 18 19:49:53.082 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml --image /work/os-host/gimlet.rom`
106652025-08-18T19:49:53.500Z[ host-image] Aug 18 19:49:53.092 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
106662025-08-18T19:49:53.585Z[ host-image] Aug 18 19:49:53.178 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
106672025-08-18T19:49:53.589Z[ host-image] Aug 18 19:49:53.181 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a -o /work/os-host/gimlet.rom`
106682025-08-18T19:49:53.750Z[ host-image] Aug 18 19:49:53.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AmdPubKey_gn.tkn"
106692025-08-18T19:49:53.751Z[ host-image] Aug 18 19:49:53.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspBootLoader_gn.sbin"
106702025-08-18T19:49:53.751Z[ host-image] Aug 18 19:49:53.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspRecoveryBootLoader_gn.sbin"
106712025-08-18T19:49:53.755Z[ host-image] Aug 18 19:49:53.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmwareGn.csbin"
106722025-08-18T19:49:53.755Z[ host-image] Aug 18 19:49:53.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugToken_gn.stkn"
106732025-08-18T19:49:53.756Z[ host-image] Aug 18 19:49:53.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspABLFw_gn.stkn"
106742025-08-18T19:49:53.756Z[ host-image] Aug 18 19:49:53.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmware2Gn.csbin"
106752025-08-18T19:49:53.756Z[ host-image] Aug 18 19:49:53.344 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugUnlock_gn.sbin"
106762025-08-18T19:49:53.756Z[ host-image] Aug 18 19:49:53.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspIkek_gn.bin"
106772025-08-18T19:49:53.757Z[ host-image] Aug 18 19:49:53.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureEmptyToken.bin"
106782025-08-18T19:49:53.757Z[ host-image] Aug 18 19:49:53.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/RsmuSecPolicy_gn.sbin"
106792025-08-18T19:49:53.757Z[ host-image] Aug 18 19:49:53.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Mp5Gn.csbin"
106802025-08-18T19:49:53.757Z[ host-image] Aug 18 19:49:53.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AgesaBootloader_U_prod_GN.csbin"
106812025-08-18T19:49:53.757Z[ host-image] Aug 18 19:49:53.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/GnPhyFw.sbin"
106822025-08-18T19:49:53.757Z[ host-image] Aug 18 19:49:53.345 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PSP-Key-DB_gn.sbin"
106832025-08-18T19:49:53.757Z[ host-image] Aug 18 19:49:53.345 INFO O| Info: ABL version: 0x100a5010
106842025-08-18T19:49:53.757Z[ host-image] Aug 18 19:49:53.345 INFO O| Info: For sub_program 0: SMU firmware version: 45.93.0
106852025-08-18T19:49:53.757Z[ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
106862025-08-18T19:49:53.757Z[ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
106872025-08-18T19:49:53.757Z[ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
106882025-08-18T19:49:53.757Z[ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
106892025-08-18T19:49:53.757Z[ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
106902025-08-18T19:49:53.758Z[ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
106912025-08-18T19:49:53.758Z[ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
106922025-08-18T19:49:53.758Z[ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
106932025-08-18T19:49:53.759Z[ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
106942025-08-18T19:49:53.759Z[ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
106952025-08-18T19:49:53.759Z[ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
106962025-08-18T19:49:53.759Z[ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
106972025-08-18T19:49:53.759Z[ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
106982025-08-18T19:49:53.759Z[ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
106992025-08-18T19:49:53.759Z[ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
107002025-08-18T19:49:53.759Z[ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
107012025-08-18T19:49:53.759Z[ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
107022025-08-18T19:49:53.759Z[ host-image] Aug 18 19:49:53.346 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
107032025-08-18T19:49:53.786Z[ host-image] Aug 18 19:49:53.380 INFO finishing image archive at "/work/os-host/os.tar.gz"...
107042025-08-18T19:50:13.322Z[ host-image] Aug 18 19:50:12.941 INFO image complete! materials are in "/work/os-host"
107052025-08-18T19:50:13.326Z[ host-image]
107062025-08-18T19:50:13.326Z[ host-image] real 22:50.743269714
107072025-08-18T19:50:13.326Z[ host-image] user 15:28.737687160
107082025-08-18T19:50:13.326Z[ host-image] sys 1:27.167986295
107092025-08-18T19:50:13.326Z[ host-image] trap 0.669817962
107102025-08-18T19:50:13.326Z[ host-image] tflt 0.175652407
107112025-08-18T19:50:13.326Z[ host-image] dflt 0.465905878
107122025-08-18T19:50:13.326Z[ host-image] kflt 0.137217424
107132025-08-18T19:50:13.326Z[ host-image] lock 22:59.560451772
107142025-08-18T19:50:13.326Z[ host-image] slp 2:14:27.064871855
107152025-08-18T19:50:13.326Z[ host-image] lat 4:22.850580863
107162025-08-18T19:50:13.326Z[ host-image] stop 2.555360272
107172025-08-18T19:50:13.329ZAug 18 19:50:12.945 INFO [host-image] process exited with exit status: 0 (1370.748682647s)
107182025-08-18T19:50:13.329ZAug 18 19:50:12.945 INFO [tuf-repo] running task
107192025-08-18T19:50:37.430ZAug 18 19:50:37.079 INFO assembling repository in `/tmp/tufaceouseP9ECD`, component: OmicronRepoAssembler
107202025-08-18T19:50:44.162ZAug 18 19:50:43.820 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
107212025-08-18T19:50:44.468ZAug 18 19:50:44.127 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
107222025-08-18T19:51:02.533ZAug 18 19:51:02.215 INFO extracting uploaded archive to /tmp/.tmpS1EdCX
107232025-08-18T19:51:05.441ZAug 18 19:51:05.127 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.wLNO5o
107242025-08-18T19:51:05.444ZAug 18 19:51:05.128 INFO added artifact, length: 383, hash: b05fb8c03dba47b507282abfc3695e358034f034b69eaabcd31a76cedb44ae23, version: 16.0.0-0.ci+git33b001744b0, kind: installinator_document, name: installinator_document
107252025-08-18T19:51:05.511ZAug 18 19:51:05.197 INFO added artifact, length: 6029979, hash: fcf1d07bc2fd6e40ea9fbac8a9d699984a3fd8f13c7c451013c2230adde3f563, version: 1.0.44, kind: gimlet_sp, name: cosmo-a
107262025-08-18T19:51:05.635ZAug 18 19:51:05.321 INFO added artifact, length: 5171032, hash: 6595b1b828650e099301724bd8a9eee9342e282a49187cfb1ca2f3569fe3994d, version: 1.0.44, kind: gimlet_sp, name: gimlet-b
107272025-08-18T19:51:05.753ZAug 18 19:51:05.439 INFO added artifact, length: 5170929, hash: d016f9e744b9815605b2fcc545e149b14b28eb0dcb2a60a4067a79c905ae47bd, version: 1.0.44, kind: gimlet_sp, name: gimlet-c
107282025-08-18T19:51:05.875ZAug 18 19:51:05.561 INFO added artifact, length: 5177632, hash: c18af02d3c18c5e7d68ca332dedf2febd47f0c75abaeb791544c0f0b5de5d811, version: 1.0.44, kind: gimlet_sp, name: gimlet-d
107292025-08-18T19:51:05.996ZAug 18 19:51:05.682 INFO added artifact, length: 5178161, hash: f72e0ab711c70fecf5cb6cf49c4c306d661fdb4d650df50719f0994ee867bb73, version: 1.0.44, kind: gimlet_sp, name: gimlet-e
107302025-08-18T19:51:06.116ZAug 18 19:51:05.803 INFO added artifact, length: 5177724, hash: acb80f7c9e3f8406aa5a1da2299ae3c47684e132e32867215c2ad1e665fcf195, version: 1.0.44, kind: gimlet_sp, name: gimlet-f
107312025-08-18T19:51:06.256ZAug 18 19:51:05.943 INFO added artifact, length: 1598190, hash: ae0581235f9b3b6bf0f5980455c24425ac4a5aeb8ff9eaca80c0e17f72b5e7bf, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel
107322025-08-18T19:51:06.256ZAug 18 19:51:05.943 INFO added artifact, length: 1597980, hash: fcb5770aed74933236cdd8478d96055b93d31faa9c601834eca4b8162c5243bc, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel
107332025-08-18T19:51:06.342ZAug 18 19:51:06.029 INFO added artifact, length: 1661760, hash: d2c1ea13b10bab4a8aeda937f7e4be9972284299d81a1feb8697c87f0d524035, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
107342025-08-18T19:51:06.342ZAug 18 19:51:06.029 INFO added artifact, length: 1661639, hash: 4953ef818ba59956b2f92d60e9843704b85249b24a09afcff028fa9d37a772e4, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
107352025-08-18T19:51:06.429ZAug 18 19:51:06.116 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107362025-08-18T19:51:06.429ZAug 18 19:51:06.116 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107372025-08-18T19:51:06.514ZAug 18 19:51:06.201 INFO added artifact, length: 1598023, hash: b98e6e28a26c13db80bddaaf4f7895d223c74e0b74eab6c2581bb1ed37db0103, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release
107382025-08-18T19:51:06.514ZAug 18 19:51:06.201 INFO added artifact, length: 1597898, hash: 4d2a122ac664537097b100f51ae9acc7dfd10110f72090fb63986dd5a3543800, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release
107392025-08-18T19:51:06.518ZAug 18 19:51:06.202 INFO added artifact, length: 46792, hash: 1c3b4f89b0681df78ec648d697f81e6e1fb0ed89c2ecae0fdb046130dc166070, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel
107402025-08-18T19:51:06.518ZAug 18 19:51:06.203 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
107412025-08-18T19:51:06.518ZAug 18 19:51:06.204 INFO added artifact, length: 46990, hash: 7b07baa2d7a59825848c3ad28596c0fd9d78c47bafa7fe8c56a18dc2b1afd02a, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release
107422025-08-18T19:51:14.911ZAug 18 19:51:14.608 INFO added artifact, length: 33554432, hash: 7b6fdd785ddeb474d5dad7bb65c3917269fcf69d5167155b85ba42aa23b3a2fe, version: 16.0.0-0.ci+git33b001744b0, kind: host_phase_1, name: host
107432025-08-18T19:51:14.912ZAug 18 19:51:14.608 INFO added artifact, length: 1048580096, hash: 9e4e1ec556430a487afbd6c8d57482a24456295b64ce5071c9ac474a5e029f83, version: 16.0.0-0.ci+git33b001744b0, kind: host_phase_2, name: host
107442025-08-18T19:51:16.325ZAug 18 19:51:16.025 INFO added artifact, length: 33554432, hash: eaef1fb3b355954362eb37a7bebd58d7503b084e4011fa250201daecdd7cbdd7, version: 16.0.0-0.ci+git33b001744b0, kind: trampoline_phase_1, name: trampoline
107452025-08-18T19:51:16.325ZAug 18 19:51:16.025 INFO added artifact, length: 143034360, hash: 5e9b0d565f90273fe45f4eb0364d7bedc16ca5f6afe5f91773586d0243bff28e, version: 16.0.0-0.ci+git33b001744b0, kind: trampoline_phase_2, name: trampoline
107462025-08-18T19:51:19.494ZAug 18 19:51:19.198 INFO added artifact, length: 309555301, hash: c62e0d5ef5aacad4540644ad0520af32909e113d46cf88cd4bee421c45fc1675, version: 16.0.0-0.ci+git33b001744b0, kind: zone, name: clickhouse_keeper
107472025-08-18T19:51:22.848ZAug 18 19:51:22.555 INFO added artifact, length: 326266397, hash: 0aaf579747ff68e14523c430e460b64a95846ba817a136529ee2e5198b643ac5, version: 16.0.0-0.ci+git33b001744b0, kind: zone, name: clickhouse_server
107482025-08-18T19:51:26.222ZAug 18 19:51:25.934 INFO added artifact, length: 326267816, hash: 03c460a80905aa03e26b9a95d1ca1920e40bdf039e1480098f73e43789bcb08f, version: 16.0.0-0.ci+git33b001744b0, kind: zone, name: clickhouse
107492025-08-18T19:51:27.895ZAug 18 19:51:27.609 INFO added artifact, length: 166945837, hash: bb18e724df3f9a9552ccc3dfd6a06cce3ddf943ea68bf96592d3d058a9198457, version: 16.0.0-0.ci+git33b001744b0, kind: zone, name: cockroachdb
107502025-08-18T19:51:28.298ZAug 18 19:51:28.013 INFO added artifact, length: 39274391, hash: ae3f6119c40e4ac665c43ebf01bbe0da819c22f32d88b2f54a7588882679878d, version: 16.0.0-0.ci+git33b001744b0, kind: zone, name: crucible-pantry-zone
107512025-08-18T19:51:28.802ZAug 18 19:51:28.518 INFO added artifact, length: 49313103, hash: c276c8fcbb0cf2917b8a6631f43ad2c0007587d898609a52472c8a6df2e4f8aa, version: 16.0.0-0.ci+git33b001744b0, kind: zone, name: crucible-zone
107522025-08-18T19:51:29.321ZAug 18 19:51:29.037 INFO added artifact, length: 52583659, hash: aa257aa1e26b0766bd817e5399ee0256be539cacdcbee9906a1123e2baba7ba9, version: 16.0.0-0.ci+git33b001744b0, kind: zone, name: external-dns
107532025-08-18T19:51:29.861ZAug 18 19:51:29.578 INFO added artifact, length: 52583261, hash: dad7e3bc0979d72608bd339a6abc2bbb0f5664215600f961276b9c81be65f41b, version: 16.0.0-0.ci+git33b001744b0, kind: zone, name: internal-dns
107542025-08-18T19:51:31.267ZAug 18 19:51:30.986 INFO added artifact, length: 137357095, hash: 7523444af8f5ed7d9d2fe165744f5d6db41e5580770bf562fad34883d01e258b, version: 16.0.0-0.ci+git33b001744b0, kind: zone, name: nexus
107552025-08-18T19:51:31.629ZAug 18 19:51:31.348 INFO added artifact, length: 34181967, hash: 532cf76397330b981e3e98c05e7a05eb8c326f12b5f109ef2053d732000eb5bb, version: 16.0.0-0.ci+git33b001744b0, kind: zone, name: ntp
107562025-08-18T19:51:32.313ZAug 18 19:51:32.033 INFO added artifact, length: 65281776, hash: 75921d64c3d0f6a3e22d85f406f4de4926e8241838f44df5b00adc4d64b19d55, version: 16.0.0-0.ci+git33b001744b0, kind: zone, name: oximeter
107572025-08-18T19:51:32.345ZAug 18 19:51:32.065 INFO added artifact, length: 3109590, hash: ec3b77e04b351d4d26040d2c985bce6ed1fafcbd64c9aa34c603d1e564e76841, version: 16.0.0-0.ci+git33b001744b0, kind: zone, name: probe
107582025-08-18T19:51:32.392ZAug 18 19:51:32.112 INFO added artifact, length: 3877261, hash: a414ef47f51744792387b0d1a0320304b7429cc5af2aa7e9e14643ad661f561d, version: 1.0.44, kind: psc_sp, name: psc-b
107592025-08-18T19:51:32.438ZAug 18 19:51:32.158 INFO added artifact, length: 3881412, hash: 98dd76c53ffab43bce5cd85e35a597ef7c2c3fc98f8acbb13e33222be9f2e68f, version: 1.0.44, kind: psc_sp, name: psc-c
107602025-08-18T19:51:32.522ZAug 18 19:51:32.243 INFO added artifact, length: 1598236, hash: d21ed8741159b27f30d2ce26703ce5dedbe767965333cea41540ee73872cf82c, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel
107612025-08-18T19:51:32.522ZAug 18 19:51:32.243 INFO added artifact, length: 1598033, hash: c611abbf56ae4544b1620c7c0a981b1b5685bac6241de70307bcd1f838bcf404, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel
107622025-08-18T19:51:32.611ZAug 18 19:51:32.332 INFO added artifact, length: 1661685, hash: d96c53558fd097fcc927502c3c44b9f8f55d8468d7db3d3d5f733fe8bdd8c2cf, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
107632025-08-18T19:51:32.611ZAug 18 19:51:32.332 INFO added artifact, length: 1661662, hash: cfad3ccee1ab13dea7f676ae880d2d84e39003f4da8b5475f8e28748fa4cba1c, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
107642025-08-18T19:51:32.699ZAug 18 19:51:32.419 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
107652025-08-18T19:51:32.699ZAug 18 19:51:32.419 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
107662025-08-18T19:51:32.784ZAug 18 19:51:32.503 INFO added artifact, length: 1598115, hash: 085fb6c070d5ae1549c9c8d97f591c6ccd727f2c5bcd7cb7fdb63145855fe0af, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-production-release
107672025-08-18T19:51:32.784ZAug 18 19:51:32.503 INFO added artifact, length: 1597926, hash: ba77aa3b3aa06ec1c79dac477b8adf20c58e8366f947828be540259f5f913eaa, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-production-release
107682025-08-18T19:51:32.787ZAug 18 19:51:32.504 INFO added artifact, length: 46732, hash: 63d4e0d7fbff4102a02bf87e9cd664a767ecfe659834f3f90b569857ed9f4008, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel
107692025-08-18T19:51:32.787ZAug 18 19:51:32.505 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
107702025-08-18T19:51:32.787ZAug 18 19:51:32.506 INFO added artifact, length: 47010, hash: bfe5f6135db8044359e9ef9467dc66b903d54884339c5e041a1024c34de9f632, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release
107712025-08-18T19:51:32.863ZAug 18 19:51:32.583 INFO added artifact, length: 6812483, hash: df4b92bd6eac2e411921bcbd4f0bd8c67b8f980b6f0ff28b729148c540cda36f, version: 1.0.44, kind: switch_sp, name: sidecar-b
107722025-08-18T19:51:33.013ZAug 18 19:51:32.734 INFO added artifact, length: 6829134, hash: 0a3448b1fa7b25d1b3d93aeab7aea43d21a54b249777a311133f4ce23c0c6403, version: 1.0.44, kind: switch_sp, name: sidecar-c
107732025-08-18T19:51:33.173ZAug 18 19:51:32.894 INFO added artifact, length: 6829252, hash: 70f1663ab3f7a47dfae7d9e31bf24433cf0d5a9d2fc94ce648bc2f1e79eb8022, version: 1.0.44, kind: switch_sp, name: sidecar-d
107742025-08-18T19:51:33.394ZAug 18 19:51:33.116 INFO added artifact, length: 1598246, hash: ed0a49c26a0835892838e969690431c04efd017a20576ef524dd50e4b533dbb0, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel
107752025-08-18T19:51:33.394ZAug 18 19:51:33.116 INFO added artifact, length: 1598102, hash: 83076b32fe50437e0e436bc529811e48e75d515725b3e210e85cc078363c0221, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel
107762025-08-18T19:51:33.481ZAug 18 19:51:33.202 INFO added artifact, length: 1661625, hash: 0967279584f6f0b2bc5661fd90e23d0f4546e5e40de25ff4259bc2a0b2263378, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
107772025-08-18T19:51:33.481ZAug 18 19:51:33.202 INFO added artifact, length: 1661641, hash: a4e2e0184f9b2b789ca3fd8c2f24466ed79c1eb417ae6f65097b828e73fc6e09, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
107782025-08-18T19:51:33.593ZAug 18 19:51:33.314 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
107792025-08-18T19:51:33.593ZAug 18 19:51:33.314 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
107802025-08-18T19:51:33.697ZAug 18 19:51:33.418 INFO added artifact, length: 1598081, hash: 893dd0679fbc91d73a88991ee93678c70f115b305652ac2d068f3b6d6f0e0254, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-production-release
107812025-08-18T19:51:33.697ZAug 18 19:51:33.418 INFO added artifact, length: 1597886, hash: 8909fddaa87e68e0e581c27bf9e938a6ceee1dd219b14f8eb0c6dbcf05f3b45d, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-production-release
107822025-08-18T19:51:33.700ZAug 18 19:51:33.419 INFO added artifact, length: 46817, hash: f1b2a2ceec8089a3ae641845beb1a5bb1eca4fa2b750d5a7a5d45c69324cb684, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel
107832025-08-18T19:51:33.700ZAug 18 19:51:33.420 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
107842025-08-18T19:51:33.700ZAug 18 19:51:33.421 INFO added artifact, length: 47055, hash: 4715233449305c86d4cb3e22b050afe657faf22bf20bc74cce9a3081254375b1, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release
107852025-08-18T19:51:34.301ZAug 18 19:51:34.023 INFO extracting uploaded archive to /tmp/.tmpKMItUM
107862025-08-18T19:51:37.211ZAug 18 19:51:36.937 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.0XWY4R
107872025-08-18T19:51:37.214ZAug 18 19:51:36.937 INFO added artifact, length: 383, hash: b05fb8c03dba47b507282abfc3695e358034f034b69eaabcd31a76cedb44ae23, version: 16.0.0-0.ci+git33b001744b0, kind: installinator_document, name: installinator_document
107882025-08-18T19:51:37.277ZAug 18 19:51:37.003 INFO added artifact, length: 6029979, hash: fcf1d07bc2fd6e40ea9fbac8a9d699984a3fd8f13c7c451013c2230adde3f563, version: 1.0.44, kind: gimlet_sp, name: cosmo-a
107892025-08-18T19:51:37.403ZAug 18 19:51:37.129 INFO added artifact, length: 5171032, hash: 6595b1b828650e099301724bd8a9eee9342e282a49187cfb1ca2f3569fe3994d, version: 1.0.44, kind: gimlet_sp, name: gimlet-b
107902025-08-18T19:51:37.521ZAug 18 19:51:37.248 INFO added artifact, length: 5170929, hash: d016f9e744b9815605b2fcc545e149b14b28eb0dcb2a60a4067a79c905ae47bd, version: 1.0.44, kind: gimlet_sp, name: gimlet-c
107912025-08-18T19:51:37.643ZAug 18 19:51:37.370 INFO added artifact, length: 5177632, hash: c18af02d3c18c5e7d68ca332dedf2febd47f0c75abaeb791544c0f0b5de5d811, version: 1.0.44, kind: gimlet_sp, name: gimlet-d
107922025-08-18T19:51:37.762ZAug 18 19:51:37.488 INFO added artifact, length: 5178161, hash: f72e0ab711c70fecf5cb6cf49c4c306d661fdb4d650df50719f0994ee867bb73, version: 1.0.44, kind: gimlet_sp, name: gimlet-e
107932025-08-18T19:51:37.881ZAug 18 19:51:37.608 INFO added artifact, length: 5177724, hash: acb80f7c9e3f8406aa5a1da2299ae3c47684e132e32867215c2ad1e665fcf195, version: 1.0.44, kind: gimlet_sp, name: gimlet-f
107942025-08-18T19:51:38.023ZAug 18 19:51:37.751 INFO added artifact, length: 1598190, hash: ae0581235f9b3b6bf0f5980455c24425ac4a5aeb8ff9eaca80c0e17f72b5e7bf, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel
107952025-08-18T19:51:38.023ZAug 18 19:51:37.751 INFO added artifact, length: 1597980, hash: fcb5770aed74933236cdd8478d96055b93d31faa9c601834eca4b8162c5243bc, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel
107962025-08-18T19:51:38.109ZAug 18 19:51:37.836 INFO added artifact, length: 1661760, hash: d2c1ea13b10bab4a8aeda937f7e4be9972284299d81a1feb8697c87f0d524035, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
107972025-08-18T19:51:38.109ZAug 18 19:51:37.836 INFO added artifact, length: 1661639, hash: 4953ef818ba59956b2f92d60e9843704b85249b24a09afcff028fa9d37a772e4, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
107982025-08-18T19:51:38.194ZAug 18 19:51:37.921 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107992025-08-18T19:51:38.194ZAug 18 19:51:37.921 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108002025-08-18T19:51:38.278ZAug 18 19:51:38.005 INFO added artifact, length: 1598023, hash: b98e6e28a26c13db80bddaaf4f7895d223c74e0b74eab6c2581bb1ed37db0103, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release
108012025-08-18T19:51:38.278ZAug 18 19:51:38.005 INFO added artifact, length: 1597898, hash: 4d2a122ac664537097b100f51ae9acc7dfd10110f72090fb63986dd5a3543800, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release
108022025-08-18T19:51:38.280ZAug 18 19:51:38.007 INFO added artifact, length: 46792, hash: 1c3b4f89b0681df78ec648d697f81e6e1fb0ed89c2ecae0fdb046130dc166070, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel
108032025-08-18T19:51:38.280ZAug 18 19:51:38.007 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108042025-08-18T19:51:38.283ZAug 18 19:51:38.008 INFO added artifact, length: 46990, hash: 7b07baa2d7a59825848c3ad28596c0fd9d78c47bafa7fe8c56a18dc2b1afd02a, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release
108052025-08-18T19:51:46.382ZAug 18 19:51:46.120 INFO added artifact, length: 33554432, hash: 7b6fdd785ddeb474d5dad7bb65c3917269fcf69d5167155b85ba42aa23b3a2fe, version: 16.0.0-0.ci+git33b001744b0, kind: host_phase_1, name: host
108062025-08-18T19:51:46.382ZAug 18 19:51:46.120 INFO added artifact, length: 1048580096, hash: 9e4e1ec556430a487afbd6c8d57482a24456295b64ce5071c9ac474a5e029f83, version: 16.0.0-0.ci+git33b001744b0, kind: host_phase_2, name: host
108072025-08-18T19:51:47.817ZAug 18 19:51:47.556 INFO added artifact, length: 33554432, hash: eaef1fb3b355954362eb37a7bebd58d7503b084e4011fa250201daecdd7cbdd7, version: 16.0.0-0.ci+git33b001744b0, kind: trampoline_phase_1, name: trampoline
108082025-08-18T19:51:47.817ZAug 18 19:51:47.556 INFO added artifact, length: 143034360, hash: 5e9b0d565f90273fe45f4eb0364d7bedc16ca5f6afe5f91773586d0243bff28e, version: 16.0.0-0.ci+git33b001744b0, kind: trampoline_phase_2, name: trampoline
108092025-08-18T19:51:58.510ZAug 18 19:51:58.264 INFO added artifact, length: 1617202085, hash: 7b77cbb6f93fe313dbcc566094f18fdeaf6fa5b61ee01498db347f5809c9493f, version: 16.0.0-0.ci+git33b001744b0, kind: control_plane, name: control-plane
108102025-08-18T19:51:58.584ZAug 18 19:51:58.337 INFO added artifact, length: 3877261, hash: a414ef47f51744792387b0d1a0320304b7429cc5af2aa7e9e14643ad661f561d, version: 1.0.44, kind: psc_sp, name: psc-b
108112025-08-18T19:51:58.654ZAug 18 19:51:58.408 INFO added artifact, length: 3881412, hash: 98dd76c53ffab43bce5cd85e35a597ef7c2c3fc98f8acbb13e33222be9f2e68f, version: 1.0.44, kind: psc_sp, name: psc-c
108122025-08-18T19:51:58.780ZAug 18 19:51:58.534 INFO added artifact, length: 1598236, hash: d21ed8741159b27f30d2ce26703ce5dedbe767965333cea41540ee73872cf82c, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel
108132025-08-18T19:51:58.780ZAug 18 19:51:58.534 INFO added artifact, length: 1598033, hash: c611abbf56ae4544b1620c7c0a981b1b5685bac6241de70307bcd1f838bcf404, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel
108142025-08-18T19:51:58.912ZAug 18 19:51:58.666 INFO added artifact, length: 1661685, hash: d96c53558fd097fcc927502c3c44b9f8f55d8468d7db3d3d5f733fe8bdd8c2cf, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108152025-08-18T19:51:58.912ZAug 18 19:51:58.666 INFO added artifact, length: 1661662, hash: cfad3ccee1ab13dea7f676ae880d2d84e39003f4da8b5475f8e28748fa4cba1c, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108162025-08-18T19:51:59.039ZAug 18 19:51:58.794 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108172025-08-18T19:51:59.042ZAug 18 19:51:58.794 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108182025-08-18T19:51:59.166ZAug 18 19:51:58.921 INFO added artifact, length: 1598115, hash: 085fb6c070d5ae1549c9c8d97f591c6ccd727f2c5bcd7cb7fdb63145855fe0af, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-production-release
108192025-08-18T19:51:59.166ZAug 18 19:51:58.921 INFO added artifact, length: 1597926, hash: ba77aa3b3aa06ec1c79dac477b8adf20c58e8366f947828be540259f5f913eaa, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-production-release
108202025-08-18T19:51:59.169ZAug 18 19:51:58.923 INFO added artifact, length: 46732, hash: 63d4e0d7fbff4102a02bf87e9cd664a767ecfe659834f3f90b569857ed9f4008, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel
108212025-08-18T19:51:59.172ZAug 18 19:51:58.924 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108222025-08-18T19:51:59.172ZAug 18 19:51:58.925 INFO added artifact, length: 47010, hash: bfe5f6135db8044359e9ef9467dc66b903d54884339c5e041a1024c34de9f632, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release
108232025-08-18T19:51:59.291ZAug 18 19:51:59.045 INFO added artifact, length: 6812483, hash: df4b92bd6eac2e411921bcbd4f0bd8c67b8f980b6f0ff28b729148c540cda36f, version: 1.0.44, kind: switch_sp, name: sidecar-b
108242025-08-18T19:51:59.520ZAug 18 19:51:59.275 INFO added artifact, length: 6829134, hash: 0a3448b1fa7b25d1b3d93aeab7aea43d21a54b249777a311133f4ce23c0c6403, version: 1.0.44, kind: switch_sp, name: sidecar-c
108252025-08-18T19:51:59.753ZAug 18 19:51:59.508 INFO added artifact, length: 6829252, hash: 70f1663ab3f7a47dfae7d9e31bf24433cf0d5a9d2fc94ce648bc2f1e79eb8022, version: 1.0.44, kind: switch_sp, name: sidecar-d
108262025-08-18T19:51:59.998ZAug 18 19:51:59.753 INFO added artifact, length: 1598246, hash: ed0a49c26a0835892838e969690431c04efd017a20576ef524dd50e4b533dbb0, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel
108272025-08-18T19:51:59.998ZAug 18 19:51:59.753 INFO added artifact, length: 1598102, hash: 83076b32fe50437e0e436bc529811e48e75d515725b3e210e85cc078363c0221, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel
108282025-08-18T19:52:00.092ZAug 18 19:51:59.847 INFO added artifact, length: 1661625, hash: 0967279584f6f0b2bc5661fd90e23d0f4546e5e40de25ff4259bc2a0b2263378, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
108292025-08-18T19:52:00.092ZAug 18 19:51:59.847 INFO added artifact, length: 1661641, hash: a4e2e0184f9b2b789ca3fd8c2f24466ed79c1eb417ae6f65097b828e73fc6e09, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
108302025-08-18T19:52:00.178ZAug 18 19:51:59.933 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108312025-08-18T19:52:00.178ZAug 18 19:51:59.933 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108322025-08-18T19:52:00.261ZAug 18 19:52:00.017 INFO added artifact, length: 1598081, hash: 893dd0679fbc91d73a88991ee93678c70f115b305652ac2d068f3b6d6f0e0254, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-production-release
108332025-08-18T19:52:00.261ZAug 18 19:52:00.017 INFO added artifact, length: 1597886, hash: 8909fddaa87e68e0e581c27bf9e938a6ceee1dd219b14f8eb0c6dbcf05f3b45d, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-production-release
108342025-08-18T19:52:00.266ZAug 18 19:52:00.018 INFO added artifact, length: 46817, hash: f1b2a2ceec8089a3ae641845beb1a5bb1eca4fa2b750d5a7a5d45c69324cb684, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel
108352025-08-18T19:52:00.266ZAug 18 19:52:00.019 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108362025-08-18T19:52:00.266ZAug 18 19:52:00.020 INFO added artifact, length: 47055, hash: 4715233449305c86d4cb3e22b050afe657faf22bf20bc74cce9a3081254375b1, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release
108372025-08-18T19:52:00.770ZAug 18 19:52:00.526 INFO [tuf-repo] task succeeded (107.580977785s)
108382025-08-18T19:52:00.770ZAug 18 19:52:00.526 INFO all jobs completed in 3075.520424267s
108392025-08-18T19:52:01.892Zprocess exited: duration 3756432 ms, exit code 0
 
108402025-08-18T19:52:01.910Zfound 41 output files
108412025-08-18T19:52:01.910Zuploading: /work/manifest.toml (14007 bytes)
108422025-08-18T19:52:02.926Zuploaded: /work/manifest.toml
108432025-08-18T19:52:02.926Zuploading: /work/repo.zip (2767398710 bytes)
108442025-08-18T19:52:47.946Zuploaded: /work/repo.zip
108452025-08-18T19:52:47.946Zuploading: /work/repo.zip.sha256.txt (65 bytes)
108462025-08-18T19:52:48.967Zuploaded: /work/repo.zip.sha256.txt
108472025-08-18T19:52:48.967Zuploading: /work/helios.json (584 bytes)
108482025-08-18T19:52:49.977Zuploaded: /work/helios.json
108492025-08-18T19:52:49.977Zuploading: /work/incorporation.p5m (99188 bytes)
108502025-08-18T19:52:50.995Zuploaded: /work/incorporation.p5m
108512025-08-18T19:52:50.996Zuploading: /work/incorporation.p5p (112640 bytes)
108522025-08-18T19:52:52.013Zuploaded: /work/incorporation.p5p
108532025-08-18T19:52:52.013Zuploading: /work/helios-incorp.log (526 bytes)
108542025-08-18T19:52:53.021Zuploaded: /work/helios-incorp.log
108552025-08-18T19:52:53.021Zuploading: /work/helios-setup.log (71896 bytes)
108562025-08-18T19:52:54.037Zuploaded: /work/helios-setup.log
108572025-08-18T19:52:54.040Zuploading: /work/host-image.log (230586 bytes)
108582025-08-18T19:52:55.063Zuploaded: /work/host-image.log
108592025-08-18T19:52:55.063Zuploading: /work/host-package.log (30044 bytes)
108602025-08-18T19:52:56.075Zuploaded: /work/host-package.log
108612025-08-18T19:52:56.075Zuploading: /work/host-target.log (101 bytes)
108622025-08-18T19:52:57.084Zuploaded: /work/host-target.log
108632025-08-18T19:52:57.084Zuploading: /work/incorp-create.log (0 bytes)
108642025-08-18T19:52:58.092Zuploaded: /work/incorp-create.log
108652025-08-18T19:52:58.092Zuploading: /work/incorp-fmt.log (0 bytes)
108662025-08-18T19:52:59.097Zuploaded: /work/incorp-fmt.log
108672025-08-18T19:52:59.100Zuploading: /work/incorp-pkgsend.log (108 bytes)
108682025-08-18T19:53:00.106Zuploaded: /work/incorp-pkgsend.log
108692025-08-18T19:53:00.106Zuploading: /work/incorp-publisher.log (0 bytes)
108702025-08-18T19:53:01.112Zuploaded: /work/incorp-publisher.log
108712025-08-18T19:53:01.115Zuploading: /work/omicron-package.log (6872 bytes)
108722025-08-18T19:53:02.121Zuploaded: /work/omicron-package.log
108732025-08-18T19:53:02.121Zuploading: /work/recovery-image.log (602430 bytes)
108742025-08-18T19:53:03.160Zuploaded: /work/recovery-image.log
108752025-08-18T19:53:03.160Zuploading: /work/recovery-package.log (1685 bytes)
108762025-08-18T19:53:04.167Zuploaded: /work/recovery-package.log
108772025-08-18T19:53:04.167Zuploading: /work/recovery-target.log (98 bytes)
108782025-08-18T19:53:05.176Zuploaded: /work/recovery-target.log
108792025-08-18T19:53:05.176Zuploading: /work/stamp-clickhouse.log (117 bytes)
108802025-08-18T19:53:06.186Zuploaded: /work/stamp-clickhouse.log
108812025-08-18T19:53:06.190Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
108822025-08-18T19:53:07.195Zuploaded: /work/stamp-clickhouse_keeper.log
108832025-08-18T19:53:07.199Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
108842025-08-18T19:53:08.204Zuploaded: /work/stamp-clickhouse_server.log
108852025-08-18T19:53:08.208Zuploading: /work/stamp-cockroachdb.log (118 bytes)
108862025-08-18T19:53:09.215Zuploaded: /work/stamp-cockroachdb.log
108872025-08-18T19:53:09.218Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
108882025-08-18T19:53:10.224Zuploaded: /work/stamp-crucible-dtrace.log
108892025-08-18T19:53:10.224Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
108902025-08-18T19:53:11.233Zuploaded: /work/stamp-crucible-pantry-zone.log
108912025-08-18T19:53:11.236Zuploading: /work/stamp-crucible-zone.log (120 bytes)
108922025-08-18T19:53:12.242Zuploaded: /work/stamp-crucible-zone.log
108932025-08-18T19:53:12.242Zuploading: /work/stamp-external-dns.log (119 bytes)
108942025-08-18T19:53:13.251Zuploaded: /work/stamp-external-dns.log
108952025-08-18T19:53:13.251Zuploading: /work/stamp-installinator.log (103 bytes)
108962025-08-18T19:53:14.258Zuploaded: /work/stamp-installinator.log
108972025-08-18T19:53:14.258Zuploading: /work/stamp-internal-dns.log (119 bytes)
108982025-08-18T19:53:15.267Zuploaded: /work/stamp-internal-dns.log
108992025-08-18T19:53:15.267Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
109002025-08-18T19:53:16.278Zuploaded: /work/stamp-mg-ddm-gz.log
109012025-08-18T19:53:16.281Zuploading: /work/stamp-nexus.log (112 bytes)
109022025-08-18T19:53:17.287Zuploaded: /work/stamp-nexus.log
109032025-08-18T19:53:17.291Zuploading: /work/stamp-ntp.log (110 bytes)
109042025-08-18T19:53:18.296Zuploaded: /work/stamp-ntp.log
109052025-08-18T19:53:18.299Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
109062025-08-18T19:53:19.306Zuploaded: /work/stamp-omicron-sled-agent.log
109072025-08-18T19:53:19.306Zuploading: /work/stamp-overlay.log (114 bytes)
109082025-08-18T19:53:20.314Zuploaded: /work/stamp-overlay.log
109092025-08-18T19:53:20.314Zuploading: /work/stamp-oximeter.log (115 bytes)
109102025-08-18T19:53:21.323Zuploaded: /work/stamp-oximeter.log
109112025-08-18T19:53:21.323Zuploading: /work/stamp-oxlog.log (109 bytes)
109122025-08-18T19:53:22.331Zuploaded: /work/stamp-oxlog.log
109132025-08-18T19:53:22.331Zuploading: /work/stamp-probe.log (112 bytes)
109142025-08-18T19:53:23.340Zuploaded: /work/stamp-probe.log
109152025-08-18T19:53:23.340Zuploading: /work/stamp-propolis-server.log (122 bytes)
109162025-08-18T19:53:24.351Zuploaded: /work/stamp-propolis-server.log
109172025-08-18T19:53:24.356Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
109182025-08-18T19:53:25.364Zuploaded: /work/stamp-pumpkind-gz.log
109192025-08-18T19:53:25.368Zuploading: /work/stamp-switch-asic.log (118 bytes)
109202025-08-18T19:53:26.378Zuploaded: /work/stamp-switch-asic.log
109212025-08-18T19:53:26.381Zuploading: /work/verify-libraries.log (7287 bytes)
109222025-08-18T19:53:27.390Zuploaded: /work/verify-libraries.log