01K2G0K19FG8AK3094N2ZSS0P5: 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: 01K2G0KSD3DM9AQTR6P57E5A17

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-08-12T20:48:35.740Zjob assigned to worker 01K2G0M0E4EEF8GWK4TZF3KY0M [factory aws, i-06d0a85d4cbcb9b88] (queued for 55 s)
 
22025-08-12T20:48:43.672Zstarting task 0: "setup"
32025-08-12T20:48:43.677Z++ uname -s
42025-08-12T20:48:43.680Z+ kern=SunOS
52025-08-12T20:48:43.680Z+ build_user=build
62025-08-12T20:48:43.680Z+ build_uid=12345
72025-08-12T20:48:43.680Z+ work_dir=/work
82025-08-12T20:48:43.680Z+ input_dir=/input
92025-08-12T20:48:43.680Z+ [[ 0 == 12345 ]]
102025-08-12T20:48:43.680Z+ case "$kern" in
112025-08-12T20:48:43.680Z+ groupadd -g 12345 build
122025-08-12T20:48:43.683Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-08-12T20:48:45.692Z+ zfs create -o mountpoint=/work rpool/work
142025-08-12T20:48:45.809Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-08-12T20:48:45.813Z+ home_fs=zfs
162025-08-12T20:48:45.813Z+ [[ zfs == autofs ]]
172025-08-12T20:48:45.813Z+ mkdir -p /home/build
182025-08-12T20:48:45.816Z+ chown build:build /home/build /work
192025-08-12T20:48:47.817Z+ chmod 0700 /home/build /work
202025-08-12T20:48:47.821Zprocess exited: duration 4149 ms, exit code 0
 
212025-08-12T20:48:47.828Zstarting task 1: "rust-toolchain"
222025-08-12T20:48:47.833Z+ printf ' * rust toolchain channel = "%s"\n' 1.88.0
232025-08-12T20:48:47.833Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-08-12T20:48:47.833Z * rust toolchain channel = "1.88.0"
252025-08-12T20:48:47.833Z * rust toolchain profile = "default"
262025-08-12T20:48:47.833Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-08-12T20:48:47.833Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-08-12T20:48:47.837Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-08-12T20:48:47.837Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default
302025-08-12T20:48:47.953Zinfo: downloading installer
312025-08-12T20:48:49.217Zwarn: It looks like you have an existing installation of Rust at:
322025-08-12T20:48:49.217Zwarn: /opt/ooce/bin
332025-08-12T20:48:49.217Zwarn: It is recommended that rustup be the primary Rust installation.
342025-08-12T20:48:49.217Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-08-12T20:48:49.217Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-08-12T20:48:49.217Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-08-12T20:48:49.217Zwarn: or pass `-y' to ignore all ignorable checks.
382025-08-12T20:48:49.217Zerror: cannot install while Rust is installed
392025-08-12T20:48:49.217Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-08-12T20:48:49.230Zinfo: profile set to 'default'
412025-08-12T20:48:49.231Zinfo: default host triple is x86_64-unknown-illumos
422025-08-12T20:48:49.234Zinfo: syncing channel updates for '1.88.0-x86_64-unknown-illumos'
432025-08-12T20:48:49.388Zinfo: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23)
442025-08-12T20:48:49.388Zinfo: downloading component 'cargo'
452025-08-12T20:48:50.211Zinfo: downloading component 'clippy'
462025-08-12T20:48:50.545Zinfo: downloading component 'rust-docs'
472025-08-12T20:48:51.986Zinfo: downloading component 'rust-std'
482025-08-12T20:48:53.529Zinfo: downloading component 'rustc'
492025-08-12T20:48:59.539Zinfo: downloading component 'rustfmt'
502025-08-12T20:48:59.769Zinfo: installing component 'cargo'
512025-08-12T20:49:00.657Zinfo: installing component 'clippy'
522025-08-12T20:49:01.065Zinfo: installing component 'rust-docs'
532025-08-12T20:49:02.950Zinfo: installing component 'rust-std'
542025-08-12T20:49:04.708Zinfo: installing component 'rustc'
552025-08-12T20:49:11.297Zinfo: installing component 'rustfmt'
562025-08-12T20:49:11.632Zinfo: default toolchain set to '1.88.0-x86_64-unknown-illumos'
572025-08-12T20:49:11.632Z
582025-08-12T20:49:12.056Z 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23)
592025-08-12T20:49:12.056Z
602025-08-12T20:49:12.059Z
612025-08-12T20:49:12.060ZRust is installed now. Great!
622025-08-12T20:49:12.060Z
632025-08-12T20:49:12.060ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-08-12T20:49:12.060Zenvironment variable. This has not been done automatically.
652025-08-12T20:49:12.060Z
662025-08-12T20:49:12.060ZTo configure your current shell, you need to source
672025-08-12T20:49:12.060Zthe corresponding env file under $HOME/.cargo.
682025-08-12T20:49:12.060Z
692025-08-12T20:49:12.060ZThis is usually done by running one of the following (note the leading DOT):
702025-08-12T20:49:12.060Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-08-12T20:49:12.060Zsource "$HOME/.cargo/env.fish" # For fish
722025-08-12T20:49:12.060Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-08-12T20:49:12.147Z+ rustup --version
742025-08-12T20:49:12.160Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-08-12T20:49:12.164Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-08-12T20:49:12.238Zinfo: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)`
772025-08-12T20:49:12.242Z+ cargo --version
782025-08-12T20:49:12.303Zcargo 1.88.0 (873a06493 2025-05-10)
792025-08-12T20:49:12.306Z+ rustc --version
802025-08-12T20:49:12.375Zrustc 1.88.0 (6b00bc388 2025-06-23)
812025-08-12T20:49:12.379Zprocess exited: duration 24546 ms, exit code 0
 
822025-08-12T20:49:12.385Zstarting task 2: "authentication"
832025-08-12T20:49:12.419Zprocess exited: duration 32 ms, exit code 0
 
842025-08-12T20:49:12.425Zstarting task 3: "clone repository"
852025-08-12T20:49:12.432Z+ mkdir -p /work/oxidecomputer/omicron
862025-08-12T20:49:12.435Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-08-12T20:49:12.472ZCloning into '/work/oxidecomputer/omicron'...
882025-08-12T20:49:20.438Z+ cd /work/oxidecomputer/omicron
892025-08-12T20:49:20.438Z+ git fetch origin 3e2ae248caf0d4bf456581c29df9ff3f3e600bf6
902025-08-12T20:49:20.757ZFrom https://github.com/oxidecomputer/omicron
912025-08-12T20:49:20.757Z * branch 3e2ae248caf0d4bf456581c29df9ff3f3e600bf6 -> FETCH_HEAD
922025-08-12T20:49:20.769Z+ [[ -n gjc/report-sled-families ]]
932025-08-12T20:49:20.772Z++ git branch --show-current
942025-08-12T20:49:20.775Z+ current=main
952025-08-12T20:49:20.775Z+ [[ main != gjc/report-sled-families ]]
962025-08-12T20:49:20.775Z+ git branch -f gjc/report-sled-families 3e2ae248caf0d4bf456581c29df9ff3f3e600bf6
972025-08-12T20:49:20.779Z+ git checkout -f gjc/report-sled-families
982025-08-12T20:49:21.013ZSwitched to branch 'gjc/report-sled-families'
992025-08-12T20:49:21.017Z+ git reset --hard 3e2ae248caf0d4bf456581c29df9ff3f3e600bf6
1002025-08-12T20:49:21.051ZHEAD is now at 3e2ae248c fix bad merge and drop unused dep in nexus-inventory
1012025-08-12T20:49:21.054Zprocess exited: duration 8625 ms, exit code 0
 
1022025-08-12T20:49:21.062Zstarting task 4: "build"
1032025-08-12T20:49:21.066Z+ source .github/buildomat/ci-env.sh
1042025-08-12T20:49:21.073Z++ export CARGO_TERM_COLOR=always
1052025-08-12T20:49:21.073Z++ CARGO_TERM_COLOR=always
1062025-08-12T20:49:21.073Z+ cargo --version
1072025-08-12T20:49:21.121Zcargo 1.88.0 (873a06493 2025-05-10)
1082025-08-12T20:49:21.126Z+ rustc --version
1092025-08-12T20:49:21.193Zrustc 1.88.0 (6b00bc388 2025-06-23)
1102025-08-12T20:49:21.197Z+ cargo tree --locked
1112025-08-12T20:49:21.480Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122025-08-12T20:49:21.750Z Updating crates.io index
1132025-08-12T20:49:21.754Z Updating git repository `https://github.com/oxidecomputer/lldp`
1142025-08-12T20:49:22.085Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1152025-08-12T20:49:22.670Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1162025-08-12T20:49:22.924Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1172025-08-12T20:49:23.187Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1182025-08-12T20:49:23.496Z Updating git repository `https://github.com/oxidecomputer/propolis`
1192025-08-12T20:49:24.689Z Updating git repository `https://github.com/oxidecomputer/crucible`
1202025-08-12T20:49:26.813Z Updating git repository `https://github.com/oxidecomputer/opte`
1212025-08-12T20:49:27.759Z Updating git repository `https://github.com/oxidecomputer/falcon`
1222025-08-12T20:49:28.446Z Updating git repository `https://github.com/oxidecomputer/clickward`
1232025-08-12T20:49:28.732Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1242025-08-12T20:49:29.022Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1252025-08-12T20:49:29.698Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1262025-08-12T20:49:29.960Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1272025-08-12T20:49:30.422Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1282025-08-12T20:49:30.942Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1292025-08-12T20:49:31.250Z Updating git repository `https://github.com/oxidecomputer/tofino`
1302025-08-12T20:49:31.502Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1312025-08-12T20:49:31.751Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1322025-08-12T20:49:31.987Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1332025-08-12T20:49:32.239Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1342025-08-12T20:49:32.552Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1352025-08-12T20:49:32.923Z Updating git repository `https://github.com/oxidecomputer/ispf`
1362025-08-12T20:49:33.204Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1372025-08-12T20:49:33.799Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1382025-08-12T20:49:34.154Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1392025-08-12T20:49:34.414Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1402025-08-12T20:49:34.832Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1412025-08-12T20:49:35.202Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1422025-08-12T20:49:35.537Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432025-08-12T20:49:35.816Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442025-08-12T20:49:36.075Z Updating git repository `https://github.com/oxidecomputer/omicron`
1452025-08-12T20:49:46.048Z Updating git repository `https://github.com/illumos/smf-rs`
1462025-08-12T20:49:47.592Z Downloading crates ...
1472025-08-12T20:49:47.702Z Downloaded addr2line v0.24.2
1482025-08-12T20:49:47.706Z Downloaded aead v0.5.2
1492025-08-12T20:49:47.709Z Downloaded adler2 v2.0.0
1502025-08-12T20:49:47.716Z Downloaded anstyle-query v1.1.1
1512025-08-12T20:49:47.721Z Downloaded approx v0.5.1
1522025-08-12T20:49:47.724Z Downloaded async-channel v2.3.1
1532025-08-12T20:49:47.727Z Downloaded async-global-executor v2.4.1
1542025-08-12T20:49:47.730Z Downloaded async-object-pool v0.1.5
1552025-08-12T20:49:47.730Z Downloaded async-signal v0.2.10
1562025-08-12T20:49:47.733Z Downloaded async-task v4.7.1
1572025-08-12T20:49:47.736Z Downloaded autocfg v1.4.0
1582025-08-12T20:49:47.740Z Downloaded atty v0.2.14
1592025-08-12T20:49:47.740Z Downloaded atomic-waker v1.1.2
1602025-08-12T20:49:47.743Z Downloaded async-trait v0.1.88
1612025-08-12T20:49:47.746Z Downloaded fixedbitset v0.5.7
1622025-08-12T20:49:47.750Z Downloaded foreign-types-shared v0.1.1
1632025-08-12T20:49:47.750Z Downloaded bit-set v0.5.3
1642025-08-12T20:49:47.753Z Downloaded futures-core v0.3.31
1652025-08-12T20:49:47.753Z Downloaded anstyle-parse v0.2.5
1662025-08-12T20:49:47.756Z Downloaded atomicwrites v0.4.4
1672025-08-12T20:49:47.759Z Downloaded getrandom v0.2.15
1682025-08-12T20:49:47.762Z Downloaded equivalent v1.0.2
1692025-08-12T20:49:47.766Z Downloaded foreign-types-macros v0.2.3
1702025-08-12T20:49:47.769Z Downloaded futures-sink v0.3.31
1712025-08-12T20:49:47.769Z Downloaded fxhash v0.2.1
1722025-08-12T20:49:47.772Z Downloaded hash32 v0.3.1
1732025-08-12T20:49:47.772Z Downloaded heck v0.4.1
1742025-08-12T20:49:47.775Z Downloaded byteorder v1.5.0
1752025-08-12T20:49:47.779Z Downloaded heck v0.3.3
1762025-08-12T20:49:47.779Z Downloaded fd-lock v4.0.2
1772025-08-12T20:49:47.782Z Downloaded assert_cmd v2.0.17
1782025-08-12T20:49:47.785Z Downloaded float-cmp v0.10.0
1792025-08-12T20:49:47.785Z Downloaded async-bb8-diesel v0.2.1
1802025-08-12T20:49:47.788Z Downloaded base16ct v0.2.0
1812025-08-12T20:49:47.792Z Downloaded gethostname v0.5.0
1822025-08-12T20:49:47.792Z Downloaded fs-err v2.11.0
1832025-08-12T20:49:47.795Z Downloaded fatfs v0.3.6
1842025-08-12T20:49:47.798Z Downloaded futures-util v0.3.31
1852025-08-12T20:49:47.808Z Downloaded event-listener v2.5.3
1862025-08-12T20:49:47.811Z Downloaded filetime v0.2.25
1872025-08-12T20:49:47.814Z Downloaded fixedbitset v0.4.2
1882025-08-12T20:49:47.814Z Downloaded event-listener-strategy v0.5.2
1892025-08-12T20:49:47.817Z Downloaded flagset v0.4.6
1902025-08-12T20:49:47.817Z Downloaded fnv v1.0.7
1912025-08-12T20:49:47.820Z Downloaded async-recursion v1.1.1
1922025-08-12T20:49:47.823Z Downloaded fs_extra v1.3.0
1932025-08-12T20:49:47.837Z Downloaded futures-channel v0.3.31
1942025-08-12T20:49:47.837Z Downloaded funty v2.0.0
1952025-08-12T20:49:47.842Z Downloaded futures v0.3.31
1962025-08-12T20:49:47.842Z Downloaded memoffset v0.9.1
1972025-08-12T20:49:47.842Z Downloaded normalize-line-endings v0.3.0
1982025-08-12T20:49:47.842Z Downloaded globset v0.4.15
1992025-08-12T20:49:47.842Z Downloaded ordered-float v2.10.1
2002025-08-12T20:49:47.842Z Downloaded hash32 v0.2.1
2012025-08-12T20:49:47.842Z Downloaded half v2.4.1
2022025-08-12T20:49:47.845Z Downloaded blake2b_simd v1.0.2
2032025-08-12T20:49:47.848Z Downloaded bitfield-struct v0.6.2
2042025-08-12T20:49:47.851Z Downloaded bitfield v0.14.0
2052025-08-12T20:49:47.851Z Downloaded base64 v0.21.7
2062025-08-12T20:49:47.855Z Downloaded backtrace v0.3.74
2072025-08-12T20:49:47.859Z Downloaded camino v1.1.10
2082025-08-12T20:49:47.862Z Downloaded camino-tempfile v1.4.1
2092025-08-12T20:49:47.865Z Downloaded cast v0.3.0
2102025-08-12T20:49:47.865Z Downloaded half v1.8.3
2112025-08-12T20:49:47.868Z Downloaded cargo-util-schemas v0.8.2
2122025-08-12T20:49:47.871Z Downloaded elliptic-curve v0.13.8
2132025-08-12T20:49:47.875Z Downloaded env_filter v0.1.2
2142025-08-12T20:49:47.878Z Downloaded heck v0.5.0
2152025-08-12T20:49:47.878Z Downloaded enum-as-inner v0.6.1
2162025-08-12T20:49:47.881Z Downloaded async-io v2.3.4
2172025-08-12T20:49:47.884Z Downloaded num v0.4.3
2182025-08-12T20:49:47.884Z Downloaded gimli v0.31.1
2192025-08-12T20:49:47.892Z Downloaded base64 v0.22.1
2202025-08-12T20:49:47.895Z Downloaded bindgen v0.69.5
2212025-08-12T20:49:47.901Z Downloaded guppy v0.17.20
2222025-08-12T20:49:47.907Z Downloaded hashbrown v0.12.3
2232025-08-12T20:49:47.911Z Downloaded hashbrown v0.13.2
2242025-08-12T20:49:47.916Z Downloaded memmap2 v0.9.5
2252025-08-12T20:49:47.920Z Downloaded once_cell v1.21.3
2262025-08-12T20:49:47.923Z Downloaded bzip2 v0.5.2
2272025-08-12T20:49:47.926Z Downloaded parking v2.2.1
2282025-08-12T20:49:47.926Z Downloaded packed_struct_codegen v0.10.1
2292025-08-12T20:49:47.929Z Downloaded cargo_metadata v0.18.1
2302025-08-12T20:49:47.929Z Downloaded heapless v0.8.0
2312025-08-12T20:49:47.933Z Downloaded nibble_vec v0.1.0
2322025-08-12T20:49:47.936Z Downloaded nu-ansi-term v0.50.1
2332025-08-12T20:49:47.939Z Downloaded headers v0.4.1
2342025-08-12T20:49:47.943Z Downloaded polling v3.7.3
2352025-08-12T20:49:47.946Z Downloaded proc-macro-error-attr2 v2.0.0
2362025-08-12T20:49:47.949Z Downloaded rand_core v0.6.4
2372025-08-12T20:49:47.953Z Downloaded rand_distr v0.4.3
2382025-08-12T20:49:47.956Z Downloaded cc v1.2.30
2392025-08-12T20:49:47.959Z Downloaded quick-error v1.2.3
2402025-08-12T20:49:47.959Z Downloaded phf_shared v0.11.2
2412025-08-12T20:49:47.962Z Downloaded async-std v1.13.0
2422025-08-12T20:49:47.979Z Downloaded same-file v1.0.6
2432025-08-12T20:49:47.982Z Downloaded buf-list v1.0.3
2442025-08-12T20:49:47.985Z Downloaded blowfish v0.9.1
2452025-08-12T20:49:47.985Z Downloaded block-padding v0.3.3
2462025-08-12T20:49:47.988Z Downloaded serde_regex v1.1.0
2472025-08-12T20:49:47.988Z Downloaded nom v7.1.3
2482025-08-12T20:49:47.993Z Downloaded predicates v3.1.3
2492025-08-12T20:49:47.996Z Downloaded polyval v0.6.2
2502025-08-12T20:49:47.999Z Downloaded pkg-config v0.3.31
2512025-08-12T20:49:48.002Z Downloaded bstr v1.10.0
2522025-08-12T20:49:48.008Z Downloaded pkcs8 v0.10.2
2532025-08-12T20:49:48.012Z Downloaded num-bigint v0.4.6
2542025-08-12T20:49:48.018Z Downloaded newtype_derive v0.1.6
2552025-08-12T20:49:48.021Z Downloaded memmap v0.7.0
2562025-08-12T20:49:48.021Z Downloaded hmac v0.12.1
2572025-08-12T20:49:48.021Z Downloaded hex v0.4.3
2582025-08-12T20:49:48.026Z Downloaded git2 v0.19.0
2592025-08-12T20:49:48.031Z Downloaded ron v0.8.1
2602025-08-12T20:49:48.036Z Downloaded proc-macro-error2 v2.0.1
2612025-08-12T20:49:48.039Z Downloaded rustls-native-certs v0.8.1
2622025-08-12T20:49:48.042Z Downloaded proc-macro2 v1.0.95
2632025-08-12T20:49:48.045Z Downloaded serde_path_to_error v0.1.17
2642025-08-12T20:49:48.049Z Downloaded rand_core v0.9.2
2652025-08-12T20:49:48.052Z Downloaded predicates-tree v1.0.12
2662025-08-12T20:49:48.052Z Downloaded rustversion v1.0.17
2672025-08-12T20:49:48.055Z Downloaded bindgen v0.71.1
2682025-08-12T20:49:48.060Z Downloaded slog v2.7.0
2692025-08-12T20:49:48.063Z Downloaded subtle v2.6.1
2702025-08-12T20:49:48.066Z Downloaded signal-hook-registry v1.4.2
2712025-08-12T20:49:48.066Z Downloaded tagptr v0.2.0
2722025-08-12T20:49:48.069Z Downloaded p256 v0.13.2
2732025-08-12T20:49:48.072Z Downloaded termcolor v1.4.1
2742025-08-12T20:49:48.076Z Downloaded tower-layer v0.3.3
2752025-08-12T20:49:48.076Z Downloaded tokio-rustls v0.26.0
2762025-08-12T20:49:48.079Z Downloaded term v0.7.0
2772025-08-12T20:49:48.082Z Downloaded tempfile v3.20.0
2782025-08-12T20:49:48.085Z Downloaded strsim v0.11.1
2792025-08-12T20:49:48.088Z Downloaded signal-hook-mio v0.2.4
2802025-08-12T20:49:48.088Z Downloaded slog-scope v4.4.0
2812025-08-12T20:49:48.091Z Downloaded slog-term v2.9.1
2822025-08-12T20:49:48.094Z Downloaded tower-service v0.3.3
2832025-08-12T20:49:48.094Z Downloaded tokio-native-tls v0.3.1
2842025-08-12T20:49:48.098Z Downloaded tokio-stream v0.1.17
2852025-08-12T20:49:48.101Z Downloaded tracing-attributes v0.1.27
2862025-08-12T20:49:48.104Z Downloaded toml v0.7.8
2872025-08-12T20:49:48.108Z Downloaded tokio-tungstenite v0.21.0
2882025-08-12T20:49:48.111Z Downloaded tinystr v0.7.6
2892025-08-12T20:49:48.111Z Downloaded unsafe-libyaml v0.2.11
2902025-08-12T20:49:48.114Z Downloaded openssl-sys v0.9.109
2912025-08-12T20:49:48.120Z Downloaded crossbeam-deque v0.8.5
2922025-08-12T20:49:48.123Z Downloaded constant_time_eq v0.3.1
2932025-08-12T20:49:48.126Z Downloaded ciborium-ll v0.2.2
2942025-08-12T20:49:48.126Z Downloaded hkdf v0.12.4
2952025-08-12T20:49:48.129Z Downloaded ciborium-io v0.2.2
2962025-08-12T20:49:48.132Z Downloaded cfg_aliases v0.2.1
2972025-08-12T20:49:48.132Z Downloaded zerofrom v0.1.4
2982025-08-12T20:49:48.132Z Downloaded rand_seeder v0.3.0
2992025-08-12T20:49:48.135Z Downloaded progenitor v0.10.0
3002025-08-12T20:49:48.138Z Downloaded utf-8 v0.7.6
3012025-08-12T20:49:48.138Z Downloaded universal-hash v0.5.1
3022025-08-12T20:49:48.141Z Downloaded unicode-linebreak v0.1.5
3032025-08-12T20:49:48.141Z Downloaded unit-prefix v0.5.1
3042025-08-12T20:49:48.144Z Downloaded xz2 v0.1.7
3052025-08-12T20:49:48.144Z Downloaded quinn-proto v0.11.8
3062025-08-12T20:49:48.150Z Downloaded version_check v0.9.5
3072025-08-12T20:49:49.155Z Downloaded poly1305 v0.8.0
3082025-08-12T20:49:49.160Z Downloaded yasna v0.5.2
3092025-08-12T20:49:49.160Z Downloaded writeable v0.5.5
3102025-08-12T20:49:49.160Z Downloaded regex-syntax v0.8.5
3112025-08-12T20:49:49.160Z Downloaded data-encoding v2.9.0
3122025-08-12T20:49:49.160Z Downloaded darling_macro v0.20.10
3132025-08-12T20:49:49.160Z Downloaded ctr v0.9.2
3142025-08-12T20:49:49.160Z Downloaded colorchoice v1.0.2
3152025-08-12T20:49:49.160Z Downloaded cfg_aliases v0.1.1
3162025-08-12T20:49:49.160Z Downloaded write16 v1.0.0
3172025-08-12T20:49:49.160Z Downloaded void v1.0.2
3182025-08-12T20:49:49.160Z Downloaded phf v0.12.1
3192025-08-12T20:49:49.160Z Downloaded serde_plain v1.0.2
3202025-08-12T20:49:49.160Z Downloaded sec1 v0.7.3
3212025-08-12T20:49:49.160Z Downloaded russh-keys v0.45.0
3222025-08-12T20:49:49.160Z Downloaded home v0.5.9
3232025-08-12T20:49:49.160Z Downloaded rustls-webpki v0.102.8
3242025-08-12T20:49:49.160Z Downloaded icu_provider_macros v1.5.0
3252025-08-12T20:49:49.160Z Downloaded humantime v2.2.0
3262025-08-12T20:49:49.160Z Downloaded ecdsa v0.16.9
3272025-08-12T20:49:49.160Z Downloaded tracing v0.1.40
3282025-08-12T20:49:49.160Z Downloaded hickory-resolver v0.24.4
3292025-08-12T20:49:49.160Z Downloaded tokio-util v0.7.15
3302025-08-12T20:49:49.160Z Downloaded csv-core v0.1.11
3312025-08-12T20:49:49.160Z Downloaded unicode-normalization v0.1.24
3322025-08-12T20:49:49.160Z Downloaded crc32fast v1.4.2
3332025-08-12T20:49:49.160Z Downloaded darling_core v0.20.10
3342025-08-12T20:49:49.160Z Downloaded slog-bunyan v2.5.0
3352025-08-12T20:49:49.160Z Downloaded libloading v0.8.5
3362025-08-12T20:49:49.160Z Downloaded dirs-sys-next v0.1.2
3372025-08-12T20:49:49.160Z Downloaded aws-lc-rs v1.12.4
3382025-08-12T20:49:49.160Z Downloaded packed_struct v0.10.1
3392025-08-12T20:49:49.160Z Downloaded piper v0.2.4
3402025-08-12T20:49:49.160Z Downloaded icu_provider v1.5.0
3412025-08-12T20:49:49.160Z Downloaded pin-utils v0.1.0
3422025-08-12T20:49:49.160Z Downloaded ipnetwork v0.21.1
3432025-08-12T20:49:49.161Z Downloaded parking_lot v0.12.3
3442025-08-12T20:49:49.161Z Downloaded zip v0.6.6
3452025-08-12T20:49:49.161Z Downloaded rand_xorshift v0.4.0
3462025-08-12T20:49:49.161Z Downloaded proc-macro-error-attr v1.0.4
3472025-08-12T20:49:49.161Z Downloaded new_debug_unreachable v1.0.6
3482025-08-12T20:49:49.161Z Downloaded libm v0.2.8
3492025-08-12T20:49:49.161Z Downloaded native-tls v0.2.12
3502025-08-12T20:49:49.161Z Downloaded nanorand v0.7.0
3512025-08-12T20:49:49.161Z Downloaded num-derive v0.3.3
3522025-08-12T20:49:49.161Z Downloaded ryu v1.0.18
3532025-08-12T20:49:49.161Z Downloaded blake3 v1.5.4
3542025-08-12T20:49:49.161Z Downloaded rusty-fork v0.3.0
3552025-08-12T20:49:49.161Z Downloaded object v0.30.4
3562025-08-12T20:49:49.161Z Downloaded sha1 v0.10.6
3572025-08-12T20:49:49.161Z Downloaded itertools v0.12.1
3582025-08-12T20:49:49.161Z Downloaded siphasher v0.3.11
3592025-08-12T20:49:49.161Z Downloaded typify v0.2.0
3602025-08-12T20:49:49.161Z Downloaded petgraph v0.6.5
3612025-08-12T20:49:49.161Z Downloaded rustc_version v0.4.1
3622025-08-12T20:49:49.161Z Downloaded rand_chacha v0.3.1
3632025-08-12T20:49:49.161Z Downloaded psl-types v2.0.11
3642025-08-12T20:49:49.161Z Downloaded proc-macro-error v1.0.4
3652025-08-12T20:49:49.161Z Downloaded rand_chacha v0.9.0
3662025-08-12T20:49:49.161Z Downloaded hickory-proto v0.24.4
3672025-08-12T20:49:49.161Z Downloaded spki v0.7.3
3682025-08-12T20:49:49.161Z Downloaded spin v0.9.8
3692025-08-12T20:49:49.161Z Downloaded socket2 v0.6.0
3702025-08-12T20:49:49.161Z Downloaded colored v2.2.0
3712025-08-12T20:49:49.161Z Downloaded sync_wrapper v1.0.1
3722025-08-12T20:49:49.161Z Downloaded take_mut v0.2.2
3732025-08-12T20:49:49.161Z Downloaded swrite v0.1.0
3742025-08-12T20:49:49.161Z Downloaded supports-color v3.0.2
3752025-08-12T20:49:49.161Z Downloaded cobs v0.2.3
3762025-08-12T20:49:49.161Z Downloaded zone v0.3.1
3772025-08-12T20:49:49.161Z Downloaded vte v0.11.1
3782025-08-12T20:49:49.161Z Downloaded vsss-rs v3.3.4
3792025-08-12T20:49:49.161Z Downloaded tap v1.0.1
3802025-08-12T20:49:49.161Z Downloaded tabled_derive v0.7.0
3812025-08-12T20:49:49.161Z Downloaded target-lexicon v0.13.2
3822025-08-12T20:49:49.162Z Downloaded tar v0.4.44
3832025-08-12T20:49:49.162Z Downloaded samael v0.0.19
3842025-08-12T20:49:49.162Z Downloaded synstructure v0.13.1
3852025-08-12T20:49:49.162Z Downloaded strum_macros v0.27.1
3862025-08-12T20:49:49.162Z Downloaded toml_writer v1.0.2
3872025-08-12T20:49:49.162Z Downloaded indoc v1.0.9
3882025-08-12T20:49:49.162Z Downloaded tabled v0.15.0
3892025-08-12T20:49:49.162Z Downloaded twox-hash v2.1.0
3902025-08-12T20:49:49.162Z Downloaded pest_meta v2.7.14
3912025-08-12T20:49:49.162Z Downloaded darling v0.21.0
3922025-08-12T20:49:49.162Z Downloaded utf8_iter v1.0.4
3932025-08-12T20:49:49.162Z Downloaded utf16_iter v1.0.5
3942025-08-12T20:49:49.162Z Downloaded usdt v0.5.0
3952025-08-12T20:49:49.162Z Downloaded usdt-macro v0.5.0
3962025-08-12T20:49:49.162Z Downloaded usdt-impl v0.5.0
3972025-08-12T20:49:49.162Z Downloaded usdt-attr-macro v0.5.0
3982025-08-12T20:49:49.162Z Downloaded progenitor-client v0.8.0
3992025-08-12T20:49:49.162Z Downloaded tungstenite v0.21.0
4002025-08-12T20:49:49.162Z Downloaded publicsuffix v2.3.0
4012025-08-12T20:49:49.162Z Downloaded yoke-derive v0.7.4
4022025-08-12T20:49:49.162Z Downloaded yoke v0.7.4
4032025-08-12T20:49:49.162Z Downloaded zstd v0.13.3
4042025-08-12T20:49:49.162Z Downloaded libefi-sys v0.1.0
4052025-08-12T20:49:49.162Z Downloaded rayon v1.10.0
4062025-08-12T20:49:49.162Z Downloaded http-body v1.0.1
4072025-08-12T20:49:49.162Z Downloaded rustls-webpki v0.101.7
4082025-08-12T20:49:49.167Z Downloaded unicode-width v0.1.14
4092025-08-12T20:49:49.167Z Downloaded serde v1.0.219
4102025-08-12T20:49:49.167Z Downloaded hostname v0.4.0
4112025-08-12T20:49:49.167Z Downloaded icu_locid_transform_data v1.5.0
4122025-08-12T20:49:49.167Z Downloaded convert_case v0.4.0
4132025-08-12T20:49:49.167Z Downloaded postgres-types v0.2.9
4142025-08-12T20:49:49.167Z Downloaded is-terminal v0.4.13
4152025-08-12T20:49:49.167Z Downloaded crc v3.2.1
4162025-08-12T20:49:49.167Z Downloaded num-iter v0.1.45
4172025-08-12T20:49:49.167Z Downloaded num-traits v0.2.19
4182025-08-12T20:49:49.167Z Downloaded password-hash v0.4.2
4192025-08-12T20:49:49.167Z Downloaded syn v1.0.109
4202025-08-12T20:49:49.167Z Downloaded phf v0.11.2
4212025-08-12T20:49:49.167Z Downloaded pin-project v1.1.6
4222025-08-12T20:49:49.167Z Downloaded pin-project-lite v0.2.14
4232025-08-12T20:49:49.167Z Downloaded pkcs1 v0.7.5
4242025-08-12T20:49:49.167Z Downloaded pin-project-internal v1.1.6
4252025-08-12T20:49:49.167Z Downloaded rustls-pemfile v1.0.4
4262025-08-12T20:49:49.167Z Downloaded rustls-pemfile v2.2.0
4272025-08-12T20:49:49.167Z Downloaded derive_builder_core v0.20.2
4282025-08-12T20:49:49.167Z Downloaded derive_builder v0.20.2
4292025-08-12T20:49:49.167Z Downloaded semver v1.0.26
4302025-08-12T20:49:49.167Z Downloaded stringmetrics v2.2.2
4312025-08-12T20:49:49.167Z Downloaded ident_case v1.0.1
4322025-08-12T20:49:49.167Z Downloaded lalrpop v0.19.12
4332025-08-12T20:49:49.167Z Downloaded indoc v2.0.6
4342025-08-12T20:49:49.167Z Downloaded unicode-width v0.2.0
4352025-08-12T20:49:49.167Z Downloaded unicase v2.7.0
4362025-08-12T20:49:49.167Z Downloaded tungstenite v0.23.0
4372025-08-12T20:49:49.168Z Downloaded lock_api v0.4.12
4382025-08-12T20:49:49.168Z Downloaded static_assertions v1.1.0
4392025-08-12T20:49:49.168Z Downloaded tinyvec_macros v0.1.1
4402025-08-12T20:49:49.168Z Downloaded num_enum v0.5.11
4412025-08-12T20:49:49.168Z Downloaded tinyvec v1.8.0
4422025-08-12T20:49:49.168Z Downloaded tokio-rustls v0.24.1
4432025-08-12T20:49:49.168Z Downloaded tokio-rustls v0.25.0
4442025-08-12T20:49:49.168Z Downloaded toml_datetime v0.6.11
4452025-08-12T20:49:49.168Z Downloaded toml v0.9.2
4462025-08-12T20:49:49.168Z Downloaded toml v0.8.23
4472025-08-12T20:49:49.168Z Downloaded tabled_derive v0.10.0
4482025-08-12T20:49:49.168Z Downloaded typenum v1.17.0
4492025-08-12T20:49:49.168Z Downloaded ucd-trie v0.1.7
4502025-08-12T20:49:49.168Z Downloaded daft v0.1.4
4512025-08-12T20:49:49.168Z Downloaded syn v2.0.104
4522025-08-12T20:49:49.168Z Downloaded libc v0.2.174
4532025-08-12T20:49:49.168Z Downloaded string_cache v0.8.9
4542025-08-12T20:49:49.168Z Downloaded typify-impl v0.2.0
4552025-08-12T20:49:49.168Z Downloaded thiserror-impl v2.0.12
4562025-08-12T20:49:49.168Z Downloaded httpdate v1.0.3
4572025-08-12T20:49:49.168Z Downloaded libsw v3.5.0
4582025-08-12T20:49:49.168Z Downloaded thiserror-impl v1.0.69
4592025-08-12T20:49:49.168Z Downloaded thiserror v2.0.12
4602025-08-12T20:49:49.168Z Downloaded serde_with v3.14.0
4612025-08-12T20:49:49.168Z Downloaded similar v2.7.0
4622025-08-12T20:49:49.168Z Downloaded quote v1.0.40
4632025-08-12T20:49:49.168Z Downloaded indent_write v2.2.0
4642025-08-12T20:49:49.168Z Downloaded progenitor-macro v0.8.0
4652025-08-12T20:49:49.168Z Downloaded progenitor-impl v0.9.1
4662025-08-12T20:49:49.168Z Downloaded petgraph v0.8.2
4672025-08-12T20:49:49.168Z Downloaded miniz_oxide v0.8.5
4682025-08-12T20:49:49.168Z Downloaded progenitor-impl v0.8.0
4692025-08-12T20:49:49.168Z Downloaded pkcs5 v0.7.1
4702025-08-12T20:49:49.168Z Downloaded opaque-debug v0.3.1
4712025-08-12T20:49:49.168Z Downloaded multer v3.1.0
4722025-08-12T20:49:49.168Z Downloaded pest_generator v2.7.14
4732025-08-12T20:49:49.168Z Downloaded peg-runtime v0.8.5
4742025-08-12T20:49:49.168Z Downloaded quinn-udp v0.5.5
4752025-08-12T20:49:49.168Z Downloaded idna v1.0.3
4762025-08-12T20:49:49.169Z Downloaded percent-encoding v2.3.1
4772025-08-12T20:49:49.169Z Downloaded pem-rfc7468 v0.7.0
4782025-08-12T20:49:49.169Z Downloaded zeroize v1.8.1
4792025-08-12T20:49:49.169Z Downloaded semver v0.1.20
4802025-08-12T20:49:49.169Z Downloaded progenitor-impl v0.10.0
4812025-08-12T20:49:49.169Z Downloaded pem v3.0.5
4822025-08-12T20:49:49.169Z Downloaded zerofrom-derive v0.1.4
4832025-08-12T20:49:49.169Z Downloaded zerocopy-derive v0.7.35
4842025-08-12T20:49:49.169Z Downloaded proc-macro-crate v1.3.1
4852025-08-12T20:49:49.169Z Downloaded rustls v0.22.4
4862025-08-12T20:49:49.169Z Downloaded sct v0.7.1
4872025-08-12T20:49:49.169Z Downloaded daft-derive v0.1.4
4882025-08-12T20:49:49.169Z Downloaded socket2 v0.5.10
4892025-08-12T20:49:49.169Z Downloaded toml_parser v1.0.1
4902025-08-12T20:49:49.169Z Downloaded document-features v0.2.11
4912025-08-12T20:49:49.169Z Downloaded doc-comment v0.3.3
4922025-08-12T20:49:49.169Z Downloaded typify-macro v0.2.0
4932025-08-12T20:49:49.169Z Downloaded tracing-core v0.1.32
4942025-08-12T20:49:49.169Z Downloaded value-bag v1.9.0
4952025-08-12T20:49:49.169Z Downloaded untrusted v0.7.1
4962025-08-12T20:49:49.169Z Downloaded wyz v0.5.1
4972025-08-12T20:49:49.169Z Downloaded uuid v1.17.0
4982025-08-12T20:49:49.169Z Downloaded zeroize_derive v1.4.2
4992025-08-12T20:49:49.169Z Downloaded mio v1.0.2
5002025-08-12T20:49:49.169Z Downloaded compact_str v0.8.0
5012025-08-12T20:49:49.169Z Downloaded moka v0.12.10
5022025-08-12T20:49:49.169Z Downloaded sqlparser_derive v0.2.2
5032025-08-12T20:49:49.169Z Downloaded rustc-hash v2.1.1
5042025-08-12T20:49:49.169Z Downloaded derive_more-impl v2.0.1
5052025-08-12T20:49:49.169Z Downloaded libtest-mimic v0.8.1
5062025-08-12T20:49:49.169Z Downloaded libsw-core v0.3.1
5072025-08-12T20:49:49.169Z Downloaded hyper-staticfile v0.10.1
5082025-08-12T20:49:49.173Z Downloaded thread_local v1.1.8
5092025-08-12T20:49:49.173Z Downloaded itertools v0.13.0
5102025-08-12T20:49:49.173Z Downloaded thread-id v4.2.2
5112025-08-12T20:49:49.173Z Downloaded petname v2.0.2
5122025-08-12T20:49:49.173Z Downloaded crossbeam-utils v0.8.21
5132025-08-12T20:49:49.173Z Downloaded crossbeam-epoch v0.9.18
5142025-08-12T20:49:49.173Z Downloaded icu_locid_transform v1.5.0
5152025-08-12T20:49:49.173Z Downloaded icu_normalizer v1.5.0
5162025-08-12T20:49:49.173Z Downloaded http-range v0.1.5
5172025-08-12T20:49:49.173Z Downloaded http-body-util v0.1.3
5182025-08-12T20:49:49.173Z Downloaded rsa v0.9.6
5192025-08-12T20:49:49.173Z Downloaded time v0.3.36
5202025-08-12T20:49:49.173Z Downloaded md5 v0.7.0
5212025-08-12T20:49:49.174Z Downloaded libxml v0.3.3
5222025-08-12T20:49:49.174Z Downloaded der_derive v0.7.3
5232025-08-12T20:49:49.174Z Downloaded is_terminal_polyfill v1.70.1
5242025-08-12T20:49:49.174Z Downloaded is_ci v1.2.0
5252025-08-12T20:49:49.174Z Downloaded ref-cast-impl v1.0.24
5262025-08-12T20:49:49.174Z Downloaded ref-cast v1.0.24
5272025-08-12T20:49:49.174Z Downloaded password-hash v0.5.0
5282025-08-12T20:49:49.174Z Downloaded plain v0.2.3
5292025-08-12T20:49:49.174Z Downloaded rustc-demangle v0.1.24
5302025-08-12T20:49:49.174Z Downloaded unicode-segmentation v1.12.0
5312025-08-12T20:49:49.174Z Downloaded schemars_derive v0.8.22
5322025-08-12T20:49:49.174Z Downloaded x509-cert v0.2.5
5332025-08-12T20:49:49.174Z Downloaded tower-http v0.6.6
5342025-08-12T20:49:49.174Z Downloaded stable_deref_trait v1.2.0
5352025-08-12T20:49:49.174Z Downloaded internet-checksum v0.2.1
5362025-08-12T20:49:49.174Z Downloaded try-lock v0.2.5
5372025-08-12T20:49:49.174Z Downloaded openssl v0.10.73
5382025-08-12T20:49:49.174Z Downloaded thiserror v1.0.69
5392025-08-12T20:49:49.174Z Downloaded clap_builder v4.5.41
5402025-08-12T20:49:49.174Z Downloaded memchr v2.7.4
5412025-08-12T20:49:49.174Z Downloaded plotters v0.3.7
5422025-08-12T20:49:49.174Z Downloaded progenitor-client v0.9.1
5432025-08-12T20:49:49.174Z Downloaded steno v0.4.1
5442025-08-12T20:49:49.174Z Downloaded icu_properties v1.5.1
5452025-08-12T20:49:49.174Z Downloaded primeorder v0.13.6
5462025-08-12T20:49:49.174Z Downloaded der v0.7.9
5472025-08-12T20:49:49.174Z Downloaded vcpkg v0.2.15
5482025-08-12T20:49:49.174Z Downloaded smoltcp v0.11.0
5492025-08-12T20:49:49.174Z Downloaded serde-untagged v0.1.7
5502025-08-12T20:49:49.174Z Downloaded schemars v0.8.22
5512025-08-12T20:49:49.174Z Downloaded target-spec v3.5.0
5522025-08-12T20:49:49.174Z Downloaded winnow v0.7.10
5532025-08-12T20:49:49.174Z Downloaded utf8parse v0.2.2
5542025-08-12T20:49:49.174Z Downloaded crypto-common v0.1.6
5552025-08-12T20:49:49.174Z Downloaded debug-ignore v1.0.5
5562025-08-12T20:49:49.175Z Downloaded curve25519-dalek-derive v0.1.1
5572025-08-12T20:49:49.175Z Downloaded rustix v0.38.37
5582025-08-12T20:49:49.175Z Downloaded displaydoc v0.2.5
5592025-08-12T20:49:49.175Z Downloaded clang-sys v1.8.1
5602025-08-12T20:49:49.175Z Downloaded maplit v1.0.2
5612025-08-12T20:49:49.175Z Downloaded cipher v0.4.4
5622025-08-12T20:49:49.175Z Downloaded mime v0.3.17
5632025-08-12T20:49:49.175Z Downloaded paste v1.0.15
5642025-08-12T20:49:49.175Z Downloaded match_cfg v0.1.0
5652025-08-12T20:49:49.175Z Downloaded time-core v0.1.2
5662025-08-12T20:49:49.175Z Downloaded tinytemplate v1.2.1
5672025-08-12T20:49:49.175Z Downloaded precomputed-hash v0.1.1
5682025-08-12T20:49:49.175Z Downloaded num-integer v0.1.46
5692025-08-12T20:49:49.175Z Downloaded smawk v0.3.2
5702025-08-12T20:49:49.175Z Downloaded walkdir v2.5.0
5712025-08-12T20:49:49.175Z Downloaded num-conv v0.1.0
5722025-08-12T20:49:49.175Z Downloaded const_format v0.2.34
5732025-08-12T20:49:49.175Z Downloaded zerocopy v0.6.6
5742025-08-12T20:49:49.175Z Downloaded zerovec-derive v0.10.3
5752025-08-12T20:49:49.175Z Downloaded strum_macros v0.24.3
5762025-08-12T20:49:49.175Z Downloaded url v2.5.4
5772025-08-12T20:49:49.175Z Downloaded digest v0.10.7
5782025-08-12T20:49:49.175Z Downloaded difflib v0.4.0
5792025-08-12T20:49:49.175Z Downloaded diff v0.1.13
5802025-08-12T20:49:49.175Z Downloaded parking_lot_core v0.9.10
5812025-08-12T20:49:49.175Z Downloaded snafu-derive v0.8.5
5822025-08-12T20:49:49.175Z Downloaded relative-path v1.9.3
5832025-08-12T20:49:49.175Z Downloaded whoami v1.5.2
5842025-08-12T20:49:49.175Z Downloaded plotters-svg v0.3.7
5852025-08-12T20:49:49.175Z Downloaded smallvec v1.15.1
5862025-08-12T20:49:49.175Z Downloaded nix v0.27.1
5872025-08-12T20:49:49.179Z Downloaded const_format_proc_macros v0.2.34
5882025-08-12T20:49:49.179Z Downloaded ron v0.7.1
5892025-08-12T20:49:49.182Z Downloaded pest_derive v2.7.14
5902025-08-12T20:49:49.185Z Downloaded des v0.8.1
5912025-08-12T20:49:49.189Z Downloaded nix v0.30.1
5922025-08-12T20:49:49.199Z Downloaded crypto-bigint v0.5.5
5932025-08-12T20:49:49.206Z Downloaded nix v0.29.0
5942025-08-12T20:49:49.216Z Downloaded hyper-rustls v0.27.7
5952025-08-12T20:49:49.219Z Downloaded tough v0.20.0
5962025-08-12T20:49:49.227Z Downloaded shell-words v1.1.0
5972025-08-12T20:49:49.230Z Downloaded toml_datetime v0.7.0
5982025-08-12T20:49:49.230Z Downloaded httparse v1.9.5
5992025-08-12T20:49:49.233Z Downloaded itoa v1.0.11
6002025-08-12T20:49:49.238Z Downloaded inout v0.1.3
6012025-08-12T20:49:49.238Z Downloaded ignore v0.4.23
6022025-08-12T20:49:49.242Z Downloaded toml_edit v0.19.15
6032025-08-12T20:49:49.254Z Downloaded const-oid v0.9.6
6042025-08-12T20:49:49.258Z Downloaded clap_lex v0.7.4
6052025-08-12T20:49:49.258Z Downloaded unarray v0.1.4
6062025-08-12T20:49:49.261Z Downloaded typeid v1.0.3
6072025-08-12T20:49:49.261Z Downloaded shlex v1.3.0
6082025-08-12T20:49:49.263Z Downloaded parking_lot_core v0.8.6
6092025-08-12T20:49:49.263Z Downloaded hyper v1.6.0
6102025-08-12T20:49:49.270Z Downloaded unicode-bidi v0.3.17
6112025-08-12T20:49:49.272Z Downloaded tokio-macros v2.5.0
6122025-08-12T20:49:49.275Z Downloaded serde_derive_internals v0.29.1
6132025-08-12T20:49:49.278Z Downloaded serde-value v0.7.0
6142025-08-12T20:49:49.278Z Downloaded test-strategy v0.4.3
6152025-08-12T20:49:49.281Z Downloaded oso-derive v0.27.3
6162025-08-12T20:49:49.285Z Downloaded oso v0.27.3
6172025-08-12T20:49:49.287Z Downloaded winnow v0.6.26
6182025-08-12T20:49:49.296Z Downloaded zerocopy v0.7.35
6192025-08-12T20:49:49.316Z Downloaded crossbeam-channel v0.5.15
6202025-08-12T20:49:49.319Z Downloaded zone v0.1.8
6212025-08-12T20:49:49.319Z Downloaded typify-impl v0.4.1
6222025-08-12T20:49:49.331Z Downloaded macaddr v1.0.1
6232025-08-12T20:49:49.334Z Downloaded newtype-uuid v1.2.4
6242025-08-12T20:49:49.334Z Downloaded regex v1.11.1
6252025-08-12T20:49:49.347Z Downloaded rfc6979 v0.4.0
6262025-08-12T20:49:49.350Z Downloaded ingot-types v0.1.2
6272025-08-12T20:49:49.350Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6282025-08-12T20:49:49.368Z Downloaded idna_adapter v1.2.0
6292025-08-12T20:49:49.371Z Downloaded ingot v0.1.1
6302025-08-12T20:49:49.371Z Downloaded curve25519-dalek v4.1.3
6312025-08-12T20:49:49.378Z Downloaded toml_edit v0.22.27
6322025-08-12T20:49:49.383Z Downloaded tokio-dtrace v0.1.0
6332025-08-12T20:49:49.386Z Downloaded resolv-conf v0.7.0
6342025-08-12T20:49:49.389Z Downloaded critical-section v1.1.3
6352025-08-12T20:49:49.389Z Downloaded criterion-plot v0.6.0
6362025-08-12T20:49:49.392Z Downloaded radix_trie v0.2.1
6372025-08-12T20:49:49.395Z Downloaded indexmap v1.9.3
6382025-08-12T20:49:49.399Z Downloaded rand v0.8.5
6392025-08-12T20:49:49.402Z Downloaded zerocopy v0.8.26
6402025-08-12T20:49:49.424Z Downloaded portable-atomic v1.11.0
6412025-08-12T20:49:49.431Z Downloaded smf v0.2.3
6422025-08-12T20:49:49.434Z Downloaded smallvec v0.6.14
6432025-08-12T20:49:49.434Z Downloaded managed v0.8.0
6442025-08-12T20:49:49.437Z Downloaded diesel-dtrace v0.4.2
6452025-08-12T20:49:49.437Z Downloaded structmeta-derive v0.3.0
6462025-08-12T20:49:49.437Z Downloaded pretty-hex v0.4.1
6472025-08-12T20:49:49.440Z Downloaded pretty-hex v0.2.1
6482025-08-12T20:49:49.441Z Downloaded openapiv3 v2.2.0
6492025-08-12T20:49:49.451Z Downloaded rust-argon2 v2.1.0
6502025-08-12T20:49:49.455Z Downloaded criterion v0.7.0
6512025-08-12T20:49:49.460Z Downloaded rustix v1.0.7
6522025-08-12T20:49:49.482Z Downloaded tui-tree-widget v0.23.1
6532025-08-12T20:49:49.486Z Downloaded tls_codec_derive v0.4.1
6542025-08-12T20:49:49.486Z Downloaded rpassword v7.4.0
6552025-08-12T20:49:49.489Z Downloaded zerovec v0.10.4
6562025-08-12T20:49:49.493Z Downloaded sha3 v0.10.8
6572025-08-12T20:49:49.498Z Downloaded clap v4.5.41
6582025-08-12T20:49:49.507Z Downloaded cmake v0.1.51
6592025-08-12T20:49:49.510Z Downloaded salty v0.3.0
6602025-08-12T20:49:49.515Z Downloaded lzma-sys v0.1.20
6612025-08-12T20:49:49.541Z Downloaded smoltcp v0.9.1
6622025-08-12T20:49:49.550Z Downloaded polar-core v0.27.3
6632025-08-12T20:49:49.558Z Downloaded httpmock v0.8.0-alpha.1
6642025-08-12T20:49:49.575Z Downloaded libgit2-sys v0.17.0+1.8.1
6652025-08-12T20:49:49.624Z Downloaded newline-converter v0.3.0
6662025-08-12T20:49:49.627Z Downloaded dsl_auto_type v0.1.2
6672025-08-12T20:49:49.627Z Downloaded rstest v0.25.0
6682025-08-12T20:49:49.631Z Downloaded oxide-tokio-rt v0.1.2
6692025-08-12T20:49:49.635Z Downloaded dropshot_endpoint v0.16.2
6702025-08-12T20:49:49.639Z Downloaded lzss v0.8.2
6712025-08-12T20:49:49.639Z Downloaded ingot-macros v0.1.1
6722025-08-12T20:49:49.643Z Downloaded p521 v0.13.3
6732025-08-12T20:49:49.643Z Downloaded p384 v0.13.0
6742025-08-12T20:49:49.648Z Downloaded csv v1.3.1
6752025-08-12T20:49:49.665Z Downloaded zerocopy-derive v0.6.6
6762025-08-12T20:49:49.675Z Downloaded regress v0.10.4
6772025-08-12T20:49:49.681Z Downloaded tokio v1.47.0
6782025-08-12T20:49:49.715Z Downloaded nix v0.28.0
6792025-08-12T20:49:49.724Z Downloaded diesel v2.2.12
6802025-08-12T20:49:49.741Z Downloaded tls_codec v0.4.1
6812025-08-12T20:49:49.745Z Downloaded parse-size v1.1.0
6822025-08-12T20:49:49.745Z Downloaded diesel_derives v2.2.3
6832025-08-12T20:49:49.748Z Downloaded oxnet v0.1.3
6842025-08-12T20:49:49.751Z Downloaded hubpack v0.1.2
6852025-08-12T20:49:49.752Z Downloaded httptest v0.16.3
6862025-08-12T20:49:49.752Z Downloaded snafu v0.8.5
6872025-08-12T20:49:49.757Z Downloaded peg-macros v0.8.5
6882025-08-12T20:49:49.760Z Downloaded serde_json v1.0.141
6892025-08-12T20:49:49.765Z Downloaded dropshot v0.16.2
6902025-08-12T20:49:49.785Z Downloaded pbkdf2 v0.11.0
6912025-08-12T20:49:49.788Z Downloaded tokio-postgres v0.7.13
6922025-08-12T20:49:49.791Z Downloaded ssh-key v0.6.6
6932025-08-12T20:49:49.797Z Downloaded lru-cache v0.1.2
6942025-08-12T20:49:49.800Z Downloaded waitgroup v0.1.2
6952025-08-12T20:49:49.800Z Downloaded unicode-truncate v1.1.0
6962025-08-12T20:49:49.800Z Downloaded unicode-properties v0.1.3
6972025-08-12T20:49:49.803Z Downloaded unicode_categories v0.1.1
6982025-08-12T20:49:49.803Z Downloaded defmt v0.3.8
6992025-08-12T20:49:49.807Z Downloaded icu_normalizer_data v1.5.0
7002025-08-12T20:49:49.810Z Downloaded multimap v0.10.1
7012025-08-12T20:49:49.810Z Downloaded mime_guess v2.0.5
7022025-08-12T20:49:49.813Z Downloaded rustls-pki-types v1.10.0
7032025-08-12T20:49:49.816Z Downloaded reqwest v0.12.22
7042025-08-12T20:49:49.821Z Downloaded rustls v0.21.12
7052025-08-12T20:49:49.831Z Downloaded maybe-uninit v2.0.0
7062025-08-12T20:49:49.834Z Downloaded typify-impl v0.3.0
7072025-08-12T20:49:49.843Z Downloaded trybuild v1.0.106
7082025-08-12T20:49:49.847Z Downloaded chrono-tz v0.10.4
7092025-08-12T20:49:49.862Z Downloaded topological-sort v0.2.2
7102025-08-12T20:49:49.865Z Downloaded strip-ansi-escapes v0.2.0
7112025-08-12T20:49:49.865Z Downloaded serde_with_macros v3.14.0
7122025-08-12T20:49:49.868Z Downloaded ratatui v0.29.0
7132025-08-12T20:49:49.883Z Downloaded xattr v1.3.1
7142025-08-12T20:49:49.886Z Downloaded wait-timeout v0.2.0
7152025-08-12T20:49:49.886Z Downloaded unicode-xid v0.2.6
7162025-08-12T20:49:49.889Z Downloaded strum_macros v0.26.4
7172025-08-12T20:49:49.889Z Downloaded strum v0.27.2
7182025-08-12T20:49:49.889Z Downloaded strum v0.26.3
7192025-08-12T20:49:49.893Z Downloaded zlib-rs v0.5.1
7202025-08-12T20:49:49.896Z Downloaded defmt-parser v0.3.4
7212025-08-12T20:49:49.896Z Downloaded defmt-macros v0.3.9
7222025-08-12T20:49:49.899Z Downloaded zone_cfg_derive v0.3.0
7232025-08-12T20:49:49.899Z Downloaded rustls v0.23.19
7242025-08-12T20:49:49.908Z Downloaded chacha20poly1305 v0.10.1
7252025-08-12T20:49:49.911Z Downloaded object v0.36.5
7262025-08-12T20:49:49.920Z Downloaded ciborium v0.2.2
7272025-08-12T20:49:49.923Z Downloaded display-error-chain v0.2.2
7282025-08-12T20:49:49.926Z Downloaded sqlparser v0.45.0
7292025-08-12T20:49:49.929Z Downloaded uzers v0.12.1
7302025-08-12T20:49:49.929Z Downloaded thiserror-impl-no-std v2.0.2
7312025-08-12T20:49:49.932Z Downloaded secrecy v0.10.3
7322025-08-12T20:49:49.932Z Downloaded scrypt v0.11.0
7332025-08-12T20:49:49.936Z Downloaded untrusted v0.9.0
7342025-08-12T20:49:49.936Z Downloaded rand v0.9.1
7352025-08-12T20:49:49.939Z Downloaded num-bigint-dig v0.8.4
7362025-08-12T20:49:49.942Z Downloaded ring v0.17.14
7372025-08-12T20:49:49.978Z Downloaded radium v0.7.0
7382025-08-12T20:49:49.982Z Downloaded owo-colors v4.2.2
7392025-08-12T20:49:49.982Z Downloaded openssl-probe v0.1.5
7402025-08-12T20:49:49.985Z Downloaded thiserror-no-std v2.0.2
7412025-08-12T20:49:49.988Z Downloaded ssh-encoding v0.2.0
7422025-08-12T20:49:49.988Z Downloaded sqlformat v0.3.5
7432025-08-12T20:49:49.991Z Downloaded serde-big-array v0.5.1
7442025-08-12T20:49:49.991Z Downloaded progenitor-client v0.10.0
7452025-08-12T20:49:49.991Z Downloaded parse-display-derive v0.10.0
7462025-08-12T20:49:49.994Z Downloaded parse-display v0.10.0
7472025-08-12T20:49:49.994Z Downloaded qorb v0.4.1
7482025-08-12T20:49:49.997Z Downloaded textwrap v0.16.2
7492025-08-12T20:49:50.001Z Downloaded console v0.15.10
7502025-08-12T20:49:50.001Z Downloaded vte_generate_state_changes v0.1.2
7512025-08-12T20:49:50.004Z Downloaded omicron-zone-package v0.12.2
7522025-08-12T20:49:50.004Z Downloaded toml_write v0.1.2
7532025-08-12T20:49:50.007Z Downloaded impl-trait-for-tuples v0.2.2
7542025-08-12T20:49:50.007Z Downloaded serde_urlencoded v0.7.1
7552025-08-12T20:49:50.010Z Downloaded serde_spanned v1.0.0
7562025-08-12T20:49:50.010Z Downloaded serde_spanned v0.6.9
7572025-08-12T20:49:50.014Z Downloaded tower v0.5.2
7582025-08-12T20:49:50.019Z Downloaded plotters-backend v0.3.7
7592025-08-12T20:49:50.022Z Downloaded num-complex v0.4.6
7602025-08-12T20:49:50.022Z Downloaded ipnet v2.11.0
7612025-08-12T20:49:50.025Z Downloaded instant v0.1.13
7622025-08-12T20:49:50.025Z Downloaded libz-sys v1.1.20
7632025-08-12T20:49:50.041Z Downloaded datatest-stable v0.3.2
7642025-08-12T20:49:50.045Z Downloaded crunchy v0.2.2
7652025-08-12T20:49:50.048Z Downloaded crc8 v0.1.1
7662025-08-12T20:49:50.048Z Downloaded clap_derive v4.5.41
7672025-08-12T20:49:50.048Z Downloaded prettyplease v0.2.36
7682025-08-12T20:49:50.051Z Downloaded pretty_assertions v1.4.1
7692025-08-12T20:49:50.054Z Downloaded serde_repr v0.1.19
7702025-08-12T20:49:50.054Z Downloaded r2d2 v0.8.10
7712025-08-12T20:49:50.057Z Downloaded progenitor-macro v0.10.0
7722025-08-12T20:49:50.057Z Downloaded progenitor-macro v0.9.1
7732025-08-12T20:49:50.057Z Downloaded hyper-tls v0.6.0
7742025-08-12T20:49:50.060Z Downloaded itertools v0.14.0
7752025-08-12T20:49:50.064Z Downloaded typify-macro v0.4.1
7762025-08-12T20:49:50.067Z Downloaded typify-macro v0.3.0
7772025-08-12T20:49:50.067Z Downloaded lockfree-object-pool v0.1.6
7782025-08-12T20:49:50.070Z Downloaded litemap v0.7.3
7792025-08-12T20:49:50.070Z Downloaded libz-rs-sys v0.5.1
7802025-08-12T20:49:50.074Z Downloaded itertools v0.10.5
7812025-08-12T20:49:50.077Z Downloaded dof v0.3.0
7822025-08-12T20:49:50.080Z Downloaded derive-ex v0.1.8
7832025-08-12T20:49:50.080Z Downloaded zip v4.2.0
7842025-08-12T20:49:50.083Z Downloaded typed-path v0.9.3
7852025-08-12T20:49:50.087Z Downloaded crossterm v0.28.1
7862025-08-12T20:49:50.093Z Downloaded chrono v0.4.41
7872025-08-12T20:49:50.099Z Downloaded minimal-lexical v0.2.1
7882025-08-12T20:49:50.103Z Downloaded webpki-roots v1.0.1
7892025-08-12T20:49:50.106Z Downloaded ppv-lite86 v0.2.20
7902025-08-12T20:49:50.109Z Downloaded md-5 v0.10.6
7912025-08-12T20:49:50.109Z Downloaded iana-time-zone v0.1.63
7922025-08-12T20:49:50.112Z Downloaded tabled v0.18.0
7932025-08-12T20:49:50.126Z Downloaded ssh-cipher v0.2.0
7942025-08-12T20:49:50.129Z Downloaded sigpipe v0.1.3
7952025-08-12T20:49:50.129Z Downloaded indicatif v0.17.11
7962025-08-12T20:49:50.132Z Downloaded hyper-util v0.1.16
7972025-08-12T20:49:50.135Z Downloaded derive_builder_macro v0.20.2
7982025-08-12T20:49:50.139Z Downloaded deranged v0.3.11
7992025-08-12T20:49:50.139Z Downloaded cstr-argument v0.1.2
8002025-08-12T20:49:50.139Z Downloaded crc-any v2.5.0
8012025-08-12T20:49:50.142Z Downloaded chacha20 v0.9.1
8022025-08-12T20:49:50.142Z Downloaded zstd-safe v7.2.3
8032025-08-12T20:49:50.145Z Downloaded scroll_derive v0.12.0
8042025-08-12T20:49:50.145Z Downloaded scroll v0.12.0
8052025-08-12T20:49:50.145Z Downloaded scopeguard v1.2.0
8062025-08-12T20:49:50.145Z Downloaded rustc-hash v1.1.0
8072025-08-12T20:49:50.148Z Downloaded proc-macro-crate v3.2.0
8082025-08-12T20:49:50.148Z Downloaded rustyline v14.0.0
8092025-08-12T20:49:50.152Z Downloaded reedline v0.40.0
8102025-08-12T20:49:50.158Z Downloaded console v0.16.0
8112025-08-12T20:49:50.161Z Downloaded concurrent-queue v2.5.0
8122025-08-12T20:49:50.164Z Downloaded which v4.4.2
8132025-08-12T20:49:50.164Z Downloaded want v0.3.1
8142025-08-12T20:49:50.164Z Downloaded encoding_rs v0.8.34
8152025-08-12T20:49:50.182Z Downloaded sync-ptr v0.1.4
8162025-08-12T20:49:50.186Z Downloaded stringprep v0.1.5
8172025-08-12T20:49:50.186Z Downloaded similar-asserts v1.7.0
8182025-08-12T20:49:50.189Z Downloaded iri-string v0.7.8
8192025-08-12T20:49:50.204Z Downloaded indexmap v2.10.0
8202025-08-12T20:49:50.204Z Downloaded number_prefix v0.4.0
8212025-08-12T20:49:50.204Z Downloaded num_threads v0.1.7
8222025-08-12T20:49:50.204Z Downloaded num_enum_derive v0.5.11
8232025-08-12T20:49:50.204Z Downloaded termtree v0.5.1
8242025-08-12T20:49:50.204Z Downloaded simd-adler32 v0.3.7
8252025-08-12T20:49:50.204Z Downloaded signature v2.2.0
8262025-08-12T20:49:50.204Z Downloaded signal-hook-tokio v0.3.1
8272025-08-12T20:49:50.204Z Downloaded log v0.4.27
8282025-08-12T20:49:50.209Z Downloaded lru v0.12.5
8292025-08-12T20:49:50.209Z Downloaded litrs v0.4.1
8302025-08-12T20:49:50.212Z Downloaded linked-hash-map v0.5.6
8312025-08-12T20:49:50.212Z Downloaded linear-map v1.2.0
8322025-08-12T20:49:50.212Z Downloaded serde_tokenstream v0.2.2
8332025-08-12T20:49:50.216Z Downloaded sled v0.34.7
8342025-08-12T20:49:50.222Z Downloaded http v1.3.1
8352025-08-12T20:49:50.225Z Downloaded winnow v0.5.40
8362025-08-12T20:49:50.232Z Downloaded derive-where v1.5.0
8372025-08-12T20:49:50.235Z Downloaded jiff-static v0.2.15
8382025-08-12T20:49:50.239Z Downloaded jiff v0.2.15
8392025-08-12T20:49:50.252Z Downloaded num-rational v0.4.2
8402025-08-12T20:49:50.255Z Downloaded rustc_version v0.1.7
8412025-08-12T20:49:50.255Z Downloaded darling v0.20.10
8422025-08-12T20:49:50.258Z Downloaded serde_bytes v0.11.17
8432025-08-12T20:49:50.262Z Downloaded salsa20 v0.10.2
8442025-08-12T20:49:50.262Z Downloaded rcgen v0.12.1
8452025-08-12T20:49:50.265Z Downloaded cpufeatures v0.2.14
8462025-08-12T20:49:50.265Z Downloaded cookie v0.18.1
8472025-08-12T20:49:50.268Z Downloaded convert_case v0.7.1
8482025-08-12T20:49:50.268Z Downloaded postgres-protocol v0.6.8
8492025-08-12T20:49:50.268Z Downloaded postcard v1.0.10
8502025-08-12T20:49:50.271Z Downloaded path-tree v0.8.1
8512025-08-12T20:49:50.271Z Downloaded path-slash v0.1.5
8522025-08-12T20:49:50.274Z Downloaded hostname v0.3.1
8532025-08-12T20:49:50.274Z Downloaded rayon-core v1.12.1
8542025-08-12T20:49:50.277Z Downloaded partial-io v0.5.4
8552025-08-12T20:49:50.280Z Downloaded olpc-cjson v0.1.4
8562025-08-12T20:49:50.280Z Downloaded darling_core v0.21.0
8572025-08-12T20:49:50.285Z Downloaded lalrpop-util v0.19.12
8582025-08-12T20:49:50.288Z Downloaded kstat-rs v0.2.4
8592025-08-12T20:49:50.288Z Downloaded zopfli v0.8.1
8602025-08-12T20:49:50.288Z Downloaded xshell-macros v0.2.7
8612025-08-12T20:49:50.288Z Downloaded xshell v0.2.7
8622025-08-12T20:49:50.291Z Downloaded proptest v1.7.0
8632025-08-12T20:49:50.299Z Downloaded hubpack_derive v0.1.1
8642025-08-12T20:49:50.302Z Downloaded dtrace-parser v0.2.0
8652025-08-12T20:49:50.302Z Downloaded diesel_table_macro_syntax v0.2.0
8662025-08-12T20:49:50.302Z Downloaded libscf-sys v1.1.0
8672025-08-12T20:49:50.302Z Downloaded instability v0.3.2
8682025-08-12T20:49:50.302Z Downloaded cookie_store v0.21.1
8692025-08-12T20:49:50.305Z Downloaded vergen v8.3.2
8702025-08-12T20:49:50.308Z Downloaded powerfmt v0.2.0
8712025-08-12T20:49:50.308Z Downloaded serde_yaml v0.9.34+deprecated
8722025-08-12T20:49:50.312Z Downloaded darling_macro v0.21.0
8732025-08-12T20:49:50.312Z Downloaded serde_derive v1.0.219
8742025-08-12T20:49:50.312Z Downloaded icu_properties_data v1.5.0
8752025-08-12T20:49:50.325Z Downloaded pathdiff v0.2.3
8762025-08-12T20:49:50.328Z Downloaded openssl-macros v0.1.1
8772025-08-12T20:49:50.328Z Downloaded icu_collections v1.5.0
8782025-08-12T20:49:50.329Z Downloaded regex-automata v0.4.8
8792025-08-12T20:49:50.342Z Downloaded derive_more v2.0.1
8802025-08-12T20:49:50.350Z Downloaded lazy_static v1.5.0
8812025-08-12T20:49:50.354Z Downloaded keccak v0.1.5
8822025-08-12T20:49:50.354Z Downloaded lazycell v1.3.0
8832025-08-12T20:49:50.354Z Downloaded kv-log-macro v1.0.7
8842025-08-12T20:49:50.357Z Downloaded jobserver v0.1.32
8852025-08-12T20:49:50.357Z Downloaded russh v0.45.0
8862025-08-12T20:49:50.361Z Downloaded rstest_macros v0.25.0
8872025-08-12T20:49:50.364Z Downloaded pest v2.7.14
8882025-08-12T20:49:50.368Z Downloaded zerocopy-derive v0.8.26
8892025-08-12T20:49:50.373Z Downloaded yansi v1.0.1
8902025-08-12T20:49:50.376Z Downloaded target-triple v0.1.3
8912025-08-12T20:49:50.376Z Downloaded tabwriter v1.4.0
8922025-08-12T20:49:50.379Z Downloaded subprocess v0.2.9
8932025-08-12T20:49:50.379Z Downloaded serde-hex v0.1.0
8942025-08-12T20:49:50.383Z Downloaded scheduled-thread-pool v0.2.7
8952025-08-12T20:49:50.383Z Downloaded icu_locid v1.5.0
8962025-08-12T20:49:50.386Z Downloaded dyn-clone v1.0.19
8972025-08-12T20:49:50.389Z Downloaded crucible-workspace-hack v0.1.0
8982025-08-12T20:49:50.389Z Downloaded zone_cfg_derive v0.1.2
8992025-08-12T20:49:50.389Z Downloaded bzip2-sys v0.1.13+1.0.8
9002025-08-12T20:49:50.399Z Downloaded num-derive v0.4.2
9012025-08-12T20:49:50.401Z Downloaded indicatif v0.18.0
9022025-08-12T20:49:50.405Z Downloaded iddqd v0.3.9
9032025-08-12T20:49:50.409Z Downloaded dunce v1.0.5
9042025-08-12T20:49:50.412Z Downloaded crossterm v0.29.0
9052025-08-12T20:49:50.416Z Downloaded typify v0.4.1
9062025-08-12T20:49:50.419Z Downloaded typify v0.3.0
9072025-08-12T20:49:50.422Z Downloaded tokio-tungstenite v0.23.1
9082025-08-12T20:49:50.426Z Downloaded termios v0.3.3
9092025-08-12T20:49:50.426Z Downloaded terminal_size v0.4.0
9102025-08-12T20:49:50.429Z Downloaded support-bundle-viewer v0.1.2
9112025-08-12T20:49:50.429Z Downloaded structmeta v0.3.0
9122025-08-12T20:49:50.429Z Downloaded slog-dtrace v0.3.0
9132025-08-12T20:49:50.432Z Downloaded dirs-next v2.0.0
9142025-08-12T20:49:50.432Z Downloaded derive_more v0.99.20
9152025-08-12T20:49:50.435Z Downloaded hickory-proto v0.25.2
9162025-08-12T20:49:50.448Z Downloaded crc-catalog v2.4.0
9172025-08-12T20:49:50.452Z Downloaded regex-syntax v0.6.29
9182025-08-12T20:49:50.455Z Downloaded russh-cryptovec v0.7.3
9192025-08-12T20:49:50.459Z Downloaded rtoolbox v0.0.2
9202025-08-12T20:49:50.459Z Downloaded hickory-server v0.25.2
9212025-08-12T20:49:50.461Z Downloaded papergrid v0.14.0
9222025-08-12T20:49:50.465Z Downloaded papergrid v0.11.0
9232025-08-12T20:49:50.470Z Downloaded unicode-ident v1.0.18
9242025-08-12T20:49:50.473Z Downloaded quinn v0.11.5
9252025-08-12T20:49:50.476Z Downloaded quick-xml v0.37.2
9262025-08-12T20:49:50.479Z Downloaded progenitor v0.9.1
9272025-08-12T20:49:50.482Z Downloaded progenitor v0.8.0
9282025-08-12T20:49:50.482Z Downloaded prefix-trie v0.7.0
9292025-08-12T20:49:50.485Z Downloaded predicates-core v1.0.8
9302025-08-12T20:49:50.485Z Downloaded phf_shared v0.12.1
9312025-08-12T20:49:50.485Z Downloaded peg v0.8.5
9322025-08-12T20:49:50.488Z Downloaded hex-literal v0.4.1
9332025-08-12T20:49:50.492Z Downloaded tiny-keccak v2.0.2
9342025-08-12T20:49:50.492Z Downloaded time-macros v0.2.18
9352025-08-12T20:49:50.495Z Downloaded slog-async v2.8.0
9362025-08-12T20:49:50.495Z Downloaded slog-stdlog v4.1.1
9372025-08-12T20:49:50.498Z Downloaded slog-json v2.6.1
9382025-08-12T20:49:50.498Z Downloaded slog-envlogger v2.2.0
9392025-08-12T20:49:50.501Z Downloaded sha2 v0.10.9
9402025-08-12T20:49:50.501Z Downloaded secrecy v0.8.0
9412025-08-12T20:49:50.505Z Downloaded highway v1.3.0
9422025-08-12T20:49:50.505Z Downloaded hickory-client v0.25.2
9432025-08-12T20:49:50.508Z Downloaded fancy-regex v0.14.0
9442025-08-12T20:49:50.511Z Downloaded expectorate v1.2.0
9452025-08-12T20:49:50.511Z Downloaded oorandom v11.1.4
9462025-08-12T20:49:50.514Z Downloaded signal-hook v0.3.18
9472025-08-12T20:49:50.514Z Downloaded slab v0.4.9
9482025-08-12T20:49:50.517Z Downloaded siphasher v1.0.1
9492025-08-12T20:49:50.517Z Downloaded serde_cbor v0.11.2
9502025-08-12T20:49:50.520Z Downloaded hickory-resolver v0.25.2
9512025-08-12T20:49:50.523Z Downloaded flume v0.11.1
9522025-08-12T20:49:50.526Z Downloaded cbc v0.1.2
9532025-08-12T20:49:50.529Z Downloaded castaway v0.2.3
9542025-08-12T20:49:50.529Z Downloaded cassowary v0.3.0
9552025-08-12T20:49:50.532Z Downloaded cancel-safe-futures v0.1.5
9562025-08-12T20:49:50.532Z Downloaded camino-tempfile-ext v0.3.2
9572025-08-12T20:49:50.535Z Downloaded parking_lot v0.11.2
9582025-08-12T20:49:50.535Z Downloaded goblin v0.8.2
9592025-08-12T20:49:50.540Z Downloaded pbkdf2 v0.12.2
9602025-08-12T20:49:50.543Z Downloaded group v0.13.0
9612025-08-12T20:49:50.543Z Downloaded ghash v0.5.1
9622025-08-12T20:49:50.546Z Downloaded bytes v1.10.1
9632025-08-12T20:49:50.549Z Downloaded bumpalo v3.16.0
9642025-08-12T20:49:50.552Z Downloaded heapless v0.7.17
9652025-08-12T20:49:50.555Z Downloaded hashbrown v0.15.4
9662025-08-12T20:49:50.558Z Downloaded cfg-expr v0.20.1
9672025-08-12T20:49:50.561Z Downloaded cargo-platform v0.1.8
9682025-08-12T20:49:50.563Z Downloaded bitvec v1.0.1
9692025-08-12T20:49:50.574Z Downloaded h2 v0.4.6
9702025-08-12T20:49:50.579Z Downloaded arc-swap v1.7.1
9712025-08-12T20:49:50.583Z Downloaded nodrop v0.1.14
9722025-08-12T20:49:50.587Z Downloaded nested v0.1.1
9732025-08-12T20:49:50.587Z Downloaded cargo_metadata v0.21.0
9742025-08-12T20:49:50.587Z Downloaded async-executor v1.13.1
9752025-08-12T20:49:50.590Z Downloaded cargo-platform v0.2.0
9762025-08-12T20:49:50.591Z Downloaded bzip2 v0.4.4
9772025-08-12T20:49:50.591Z Downloaded block-buffer v0.10.4
9782025-08-12T20:49:50.591Z Downloaded bytecount v0.6.8
9792025-08-12T20:49:50.594Z Downloaded bcs v0.1.6
9802025-08-12T20:49:50.594Z Downloaded bcrypt-pbkdf v0.10.0
9812025-08-12T20:49:50.597Z Downloaded bb8 v0.8.5
9822025-08-12T20:49:50.597Z Downloaded globwalk v0.9.1
9832025-08-12T20:49:50.597Z Downloaded glob v0.3.2
9842025-08-12T20:49:50.600Z Downloaded getrandom v0.3.1
9852025-08-12T20:49:50.600Z Downloaded generic-array v0.14.7
9862025-08-12T20:49:50.604Z Downloaded fastrand v2.1.1
9872025-08-12T20:49:50.604Z Downloaded futures-timer v3.0.3
9882025-08-12T20:49:50.607Z Downloaded futures-task v0.3.31
9892025-08-12T20:49:50.607Z Downloaded futures-macro v0.3.31
9902025-08-12T20:49:50.608Z Downloaded futures-lite v2.3.0
9912025-08-12T20:49:50.610Z Downloaded futures-executor v0.3.31
9922025-08-12T20:49:50.610Z Downloaded fs-err v3.1.1
9932025-08-12T20:49:50.613Z Downloaded foldhash v0.1.5
9942025-08-12T20:49:50.613Z Downloaded flate2 v1.1.2
9952025-08-12T20:49:50.616Z Downloaded bit-vec v0.8.0
9962025-08-12T20:49:50.621Z Downloaded bit-set v0.8.0
9972025-08-12T20:49:50.621Z Downloaded base64ct v1.6.0
9982025-08-12T20:49:50.621Z Downloaded arrayvec v0.7.6
9992025-08-12T20:49:50.624Z Downloaded event-listener v5.3.1
10002025-08-12T20:49:50.627Z Downloaded allocator-api2 v0.2.21
10012025-08-12T20:49:50.627Z Downloaded fallible-iterator v0.2.0
10022025-08-12T20:49:50.627Z Downloaded errno v0.3.12
10032025-08-12T20:49:50.630Z Downloaded erased-serde v0.4.6
10042025-08-12T20:49:50.630Z Downloaded env_logger v0.10.2
10052025-08-12T20:49:50.634Z Downloaded ena v0.14.3
10062025-08-12T20:49:50.637Z Downloaded either v1.15.0
10072025-08-12T20:49:50.637Z Downloaded ed25519-dalek v2.1.1
10082025-08-12T20:49:50.640Z Downloaded anstream v0.6.18
10092025-08-12T20:49:50.640Z Downloaded anes v0.1.6
10102025-08-12T20:49:50.643Z Downloaded aho-corasick v1.1.3
10112025-08-12T20:49:50.648Z Downloaded aes-gcm v0.10.3
10122025-08-12T20:49:50.654Z Downloaded ed25519 v2.2.3
10132025-08-12T20:49:50.654Z Downloaded aes v0.8.4
10142025-08-12T20:49:50.659Z Downloaded ff v0.13.0
10152025-08-12T20:49:50.659Z Downloaded array-init v0.0.4
10162025-08-12T20:49:50.659Z Downloaded argon2 v0.5.3
10172025-08-12T20:49:50.662Z Downloaded cexpr v0.6.0
10182025-08-12T20:49:50.662Z Downloaded headers-core v0.3.0
10192025-08-12T20:49:50.662Z Downloaded guppy-workspace-hack v0.1.0
10202025-08-12T20:49:50.663Z Downloaded escape8259 v0.5.3
10212025-08-12T20:49:50.663Z Downloaded blocking v1.6.1
10222025-08-12T20:49:50.663Z Downloaded blake2 v0.10.6
10232025-08-12T20:49:50.666Z Downloaded futures-io v0.3.31
10242025-08-12T20:49:50.666Z Downloaded foreign-types-shared v0.3.1
10252025-08-12T20:49:50.666Z Downloaded foreign-types v0.5.0
10262025-08-12T20:49:50.670Z Downloaded foreign-types v0.3.2
10272025-08-12T20:49:50.670Z Downloaded float-ord v0.3.2
10282025-08-12T20:49:50.670Z Downloaded cfg-if v1.0.1
10292025-08-12T20:49:50.670Z Downloaded env_logger v0.11.5
10302025-08-12T20:49:50.673Z Downloaded endian-type v0.1.2
10312025-08-12T20:49:50.673Z Downloaded bitflags v2.9.1
10322025-08-12T20:49:50.677Z Downloaded bitflags v1.3.2
10332025-08-12T20:49:50.680Z Downloaded bit-vec v0.6.3
10342025-08-12T20:49:50.680Z Downloaded embedded-io v0.6.1
10352025-08-12T20:49:50.683Z Downloaded embedded-io v0.4.0
10362025-08-12T20:49:50.683Z Downloaded backoff v0.4.0
10372025-08-12T20:49:50.688Z Downloaded async-stream v0.3.6
10382025-08-12T20:49:50.688Z Downloaded arrayref v0.3.9
10392025-08-12T20:49:50.688Z Downloaded anstyle v1.0.11
10402025-08-12T20:49:50.688Z Downloaded form_urlencoded v1.2.1
10412025-08-12T20:49:50.691Z Downloaded ahash v0.8.12
10422025-08-12T20:49:50.691Z Downloaded base64 v0.13.1
10432025-08-12T20:49:50.695Z Downloaded async-stream-impl v0.3.6
10442025-08-12T20:49:50.695Z Downloaded async-process v2.3.0
10452025-08-12T20:49:50.698Z Downloaded async-lock v3.4.0
10462025-08-12T20:49:50.698Z Downloaded async-channel v1.9.0
10472025-08-12T20:49:50.702Z Downloaded async-attributes v1.1.2
10482025-08-12T20:49:50.702Z Downloaded assert_matches v1.5.0
10492025-08-12T20:49:50.702Z Downloaded assert-json-diff v2.0.2
10502025-08-12T20:49:50.705Z Downloaded ascii-canvas v3.0.0
10512025-08-12T20:49:50.706Z Downloaded anyhow v1.0.98
10522025-08-12T20:49:50.755Z Downloaded aws-lc-sys v0.26.0
10532025-08-12T20:49:51.219Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
10542025-08-12T20:50:04.277Z Startup: Refreshing catalog 'helios-dev' ... Done
10552025-08-12T20:50:11.531Z Startup: Caching catalogs ... Done
10562025-08-12T20:50:17.138ZPlanning: Solver setup ... Done (4.301s)
10572025-08-12T20:50:17.177ZPlanning: Running solver ... Done (0.040s)
10582025-08-12T20:50:17.271ZPlanning: Finding local manifests ... Done (0.003s)
10592025-08-12T20:50:17.284ZPlanning: Fetching manifests: 0/4 0% complete
10602025-08-12T20:50:17.448ZPlanning: Fetching manifests: 4/4 100% complete
10612025-08-12T20:50:17.502ZPlanning: Package planning ... Done (0.051s)
10622025-08-12T20:50:17.550ZPlanning: Merging actions ... Done (0.050s)
10632025-08-12T20:50:17.837ZPlanning: Checking for conflicting actions ... Done (0.287s)
10642025-08-12T20:50:17.849ZPlanning: Consolidating action changes ... Done (0.011s)
10652025-08-12T20:50:18.878ZPlanning: Evaluating mediators ... Done (1.028s)
10662025-08-12T20:50:18.887ZPlanning: Planning completed in 7.23 seconds
10672025-08-12T20:50:18.903Z Packages to install: 4
10682025-08-12T20:50:18.903Z Mediators to change: 2
10692025-08-12T20:50:18.906Z Services to change: 1
10702025-08-12T20:50:18.906Z Estimated space available: 155.20 GB
10712025-08-12T20:50:18.906ZEstimated space to be consumed: 1.71 GB
10722025-08-12T20:50:18.906Z Create boot environment: No
10732025-08-12T20:50:18.906ZCreate backup boot environment: No
10742025-08-12T20:50:18.906Z Rebuild boot archive: No
10752025-08-12T20:50:18.906Z
10762025-08-12T20:50:18.906ZChanged mediators:
10772025-08-12T20:50:18.906Z mediator clang:
10782025-08-12T20:50:18.906Z version: None -> 15 (system default)
10792025-08-12T20:50:18.906Z
10802025-08-12T20:50:18.906Z mediator llvm:
10812025-08-12T20:50:18.906Z version: 14 (system default) -> 15 (system default)
10822025-08-12T20:50:18.906Z
10832025-08-12T20:50:18.906ZChanged packages:
10842025-08-12T20:50:18.906Zhelios-dev
10852025-08-12T20:50:18.906Z developer/build-essential
10862025-08-12T20:50:18.906Z None -> 11-2.0
10872025-08-12T20:50:18.906Z library/libxmlsec1
10882025-08-12T20:50:18.906Z None -> 1.2.35-2.0
10892025-08-12T20:50:18.906Z ooce/developer/clang-15
10902025-08-12T20:50:18.906Z None -> 15.0.7-2.0
10912025-08-12T20:50:18.907Z ooce/developer/llvm-15
10922025-08-12T20:50:18.907Z None -> 15.0.7-2.0
10932025-08-12T20:50:18.907Z
10942025-08-12T20:50:18.907ZServices:
10952025-08-12T20:50:18.907Z restart_fmri:
10962025-08-12T20:50:18.907Z svc:/system/update-man-index:default
10972025-08-12T20:50:18.957Z
10982025-08-12T20:50:18.957ZDownload: 0/3290 items 0.0/212.6MB 0% complete
10992025-08-12T20:50:24.080ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (25.9M/s)
11002025-08-12T20:50:29.080ZDownload: 2736/3290 items 120.8/212.6MB 56% complete (12.1M/s)
11012025-08-12T20:50:32.577ZDownload: Completed 212.60 MB in 13.62 seconds (15.6M/s)
11022025-08-12T20:50:33.865Z Actions: 1/3689 actions (Installing new actions)
11032025-08-12T20:50:38.432Z Actions: Completed 3689 actions in 4.57 seconds.
11042025-08-12T20:50:39.028Z Done (0.591s)
11052025-08-12T20:50:39.028Z Done (0.000s)
11062025-08-12T20:50:39.898Z Done (0.869s)
11072025-08-12T20:50:44.396Z Done (4.189s)
11082025-08-12T20:50:44.485Z Done (0.020s)
11092025-08-12T20:50:44.489Z Done (0.000s)
11102025-08-12T20:50:44.641Z Done (0.000s)
11112025-08-12T20:50:45.495ZPlanning: Evaluating mediator changes ... Done
11122025-08-12T20:50:45.653ZPlanning: Checking for conflicting actions ... Done
11132025-08-12T20:50:45.656ZPlanning: Consolidating action changes ... Done
11142025-08-12T20:50:45.931ZPlanning: Evaluating mediators ... Done
11152025-08-12T20:50:45.934ZPlanning: Planning completed in 0.44 seconds
11162025-08-12T20:50:45.965Z Mediators to change: 2
11172025-08-12T20:50:45.965Z Create boot environment: No
11182025-08-12T20:50:45.969ZCreate backup boot environment: No
11192025-08-12T20:50:46.060Z Done
11202025-08-12T20:50:46.060Z Done
11212025-08-12T20:50:46.661Z Done
11222025-08-12T20:50:50.361Z Done
11232025-08-12T20:50:50.450Z Done
11242025-08-12T20:50:50.453Z Done
11252025-08-12T20:50:50.594Z Done
11262025-08-12T20:50:51.216ZPlanning: Evaluating mediator changes ... Done
11272025-08-12T20:50:51.219ZPlanning: Merging actions ... Done
11282025-08-12T20:50:51.414ZPlanning: Checking for conflicting actions ... Done
11292025-08-12T20:50:51.417ZPlanning: Consolidating action changes ... Done
11302025-08-12T20:50:51.686ZPlanning: Evaluating mediators ... Done
11312025-08-12T20:50:51.744ZPlanning: Planning completed in 0.78 seconds
11322025-08-12T20:50:51.778Z Packages to change: 1
11332025-08-12T20:50:51.778Z Mediators to change: 1
11342025-08-12T20:50:51.782Z Services to change: 1
11352025-08-12T20:50:51.782Z Create boot environment: No
11362025-08-12T20:50:51.782ZCreate backup boot environment: Yes
11372025-08-12T20:50:54.242Z Actions: 1/6 actions (Updating modified actions)
11382025-08-12T20:50:54.245Z Actions: Completed 6 actions in 0.00 seconds.
11392025-08-12T20:50:54.245Z Done
11402025-08-12T20:50:54.245Z Done
11412025-08-12T20:50:54.417Z Done
11422025-08-12T20:50:58.051Z Done
11432025-08-12T20:50:58.138Z Done
11442025-08-12T20:50:58.141Z Done
11452025-08-12T20:50:58.293Z Done
11462025-08-12T20:50:58.738ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11472025-08-12T20:50:58.738Zclang system 15 system
11482025-08-12T20:50:58.738Zcsh system system illumos
11492025-08-12T20:50:58.738Zctags system system illumos
11502025-08-12T20:50:58.738Zfile system system illumos
11512025-08-12T20:50:58.738Zgcc vendor 12 vendor
11522025-08-12T20:50:58.738Zgcc system 10 system
11532025-08-12T20:50:58.738Zgcc system 7 system
11542025-08-12T20:50:58.738Zgo system 1.20 system
11552025-08-12T20:50:58.738Zgo system 1.19 system
11562025-08-12T20:50:58.738Zllvm system 15 system
11572025-08-12T20:50:58.738Zllvm system 14 system
11582025-08-12T20:50:58.738Zmariadb system 10.6 system
11592025-08-12T20:50:58.738Zmta vendor vendor dma
11602025-08-12T20:50:58.738Zopenjdk system 17 system
11612025-08-12T20:50:58.738Zopenjdk system 11 system
11622025-08-12T20:50:58.738Zopenjdk system 1.8 system
11632025-08-12T20:50:58.738Zopenssl vendor 3 vendor
11642025-08-12T20:50:58.738Zperl system 5.36 system
11652025-08-12T20:50:58.739Zpostgresql system 15 system
11662025-08-12T20:50:58.739Zpostgresql system 13 system
11672025-08-12T20:50:58.739Zpython vendor 3 vendor
11682025-08-12T20:50:58.739Zpython system 2 system
11692025-08-12T20:50:58.739Zpython3 system 3.11 system
11702025-08-12T20:50:58.739Zruby system 3.0 system
11712025-08-12T20:50:58.739Zwords vendor vendor american-english
11722025-08-12T20:50:58.739Zwords system system australian-english
11732025-08-12T20:50:58.739Zwords system system british-english
11742025-08-12T20:50:58.739Zwords system system canadian-english
11752025-08-12T20:50:58.739Zwords system system french
11762025-08-12T20:50:58.739Zwords system system italian
11772025-08-12T20:50:58.739Zwords system system ngerman
11782025-08-12T20:50:58.739Zwords system system ogerman
11792025-08-12T20:50:58.739Zwords system system spanish
11802025-08-12T20:50:59.088ZPUBLISHER TYPE STATUS P LOCATION
11812025-08-12T20:50:59.088Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11822025-08-12T20:51:03.828ZFMRI IFO
11832025-08-12T20:51:03.828Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11842025-08-12T20:51:03.828Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11852025-08-12T20:51:03.828Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11862025-08-12T20:51:03.828Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11872025-08-12T20:51:03.828Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11882025-08-12T20:51:03.828Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
11892025-08-12T20:51:03.828Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11902025-08-12T20:51:03.828Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
11912025-08-12T20:51:03.828Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11922025-08-12T20:51:03.828Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11932025-08-12T20:51:03.828Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
11942025-08-12T20:51:03.828Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
11952025-08-12T20:51:03.828Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11962025-08-12T20:51:03.828Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
11972025-08-12T20:51:03.828Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
11982025-08-12T20:51:03.828Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11992025-08-12T20:51:05.290Z Downloading crates ...
12002025-08-12T20:51:05.372Z Downloaded cargo_toml v0.21.0
12012025-08-12T20:51:05.442Z Compiling proc-macro2 v1.0.95
12022025-08-12T20:51:05.442Z Compiling unicode-ident v1.0.18
12032025-08-12T20:51:05.442Z Compiling serde v1.0.219
12042025-08-12T20:51:05.445Z Compiling version_check v0.9.5
12052025-08-12T20:51:05.445Z Compiling libc v0.2.174
12062025-08-12T20:51:05.445Z Compiling memchr v2.7.4
12072025-08-12T20:51:05.445Z Compiling stable_deref_trait v1.2.0
12082025-08-12T20:51:05.543Z Compiling thiserror v1.0.69
12092025-08-12T20:51:05.699Z Compiling writeable v0.5.5
12102025-08-12T20:51:05.778Z Compiling itoa v1.0.11
12112025-08-12T20:51:06.004Z Compiling litemap v0.7.3
12122025-08-12T20:51:06.211Z Compiling ucd-trie v0.1.7
12132025-08-12T20:51:06.225Z Compiling ryu v1.0.18
12142025-08-12T20:51:06.247Z Compiling autocfg v1.4.0
12152025-08-12T20:51:06.504Z Compiling once_cell v1.21.3
12162025-08-12T20:51:06.582Z Compiling byteorder v1.5.0
12172025-08-12T20:51:06.677Z Compiling icu_locid_transform_data v1.5.0
12182025-08-12T20:51:06.790Z Compiling bitflags v2.9.1
12192025-08-12T20:51:06.912Z Compiling icu_properties_data v1.5.0
12202025-08-12T20:51:06.954Z Compiling serde_json v1.0.141
12212025-08-12T20:51:07.013Z Compiling hashbrown v0.15.4
12222025-08-12T20:51:07.115Z Compiling num-traits v0.2.19
12232025-08-12T20:51:07.144Z Compiling utf8_iter v1.0.4
12242025-08-12T20:51:07.216Z Compiling write16 v1.0.0
12252025-08-12T20:51:07.310Z Compiling quote v1.0.40
12262025-08-12T20:51:07.360Z Compiling equivalent v1.0.2
12272025-08-12T20:51:07.386Z Compiling rustix v0.38.37
12282025-08-12T20:51:07.442Z Compiling typeid v1.0.3
12292025-08-12T20:51:07.493Z Compiling errno v0.3.12
12302025-08-12T20:51:07.619Z Compiling smallvec v1.15.1
12312025-08-12T20:51:07.694Z Compiling syn v2.0.104
12322025-08-12T20:51:07.790Z Compiling icu_normalizer_data v1.5.0
12332025-08-12T20:51:07.896Z Compiling utf16_iter v1.0.5
12342025-08-12T20:51:08.001Z Compiling usdt-impl v0.5.0
12352025-08-12T20:51:08.101Z Compiling indexmap v2.10.0
12362025-08-12T20:51:08.121Z Compiling proc-macro-error-attr v1.0.4
12372025-08-12T20:51:08.183Z Compiling toml_write v0.1.2
12382025-08-12T20:51:08.239Z Compiling winnow v0.7.10
12392025-08-12T20:51:08.275Z Compiling syn v1.0.109
12402025-08-12T20:51:08.560Z Compiling thread-id v4.2.2
12412025-08-12T20:51:08.683Z Compiling proc-macro-error v1.0.4
12422025-08-12T20:51:08.785Z Compiling utf8parse v0.2.2
12432025-08-12T20:51:08.940Z Compiling thiserror v2.0.12
12442025-08-12T20:51:08.964Z Compiling rustix v1.0.7
12452025-08-12T20:51:08.996Z Compiling percent-encoding v2.3.1
12462025-08-12T20:51:09.310Z Compiling plain v0.2.3
12472025-08-12T20:51:09.400Z Compiling getrandom v0.3.1
12482025-08-12T20:51:09.483Z Compiling camino v1.1.10
12492025-08-12T20:51:09.519Z Compiling log v0.4.27
12502025-08-12T20:51:09.670Z Compiling semver v1.0.26
12512025-08-12T20:51:09.897Z Compiling terminal_size v0.4.0
12522025-08-12T20:51:10.094Z Compiling ordered-float v2.10.1
12532025-08-12T20:51:10.110Z Compiling form_urlencoded v1.2.1
12542025-08-12T20:51:10.239Z Compiling anstyle-parse v0.2.5
12552025-08-12T20:51:10.415Z Compiling colorchoice v1.0.2
12562025-08-12T20:51:10.570Z Compiling is_terminal_polyfill v1.70.1
12572025-08-12T20:51:10.585Z Compiling pretty-hex v0.4.1
12582025-08-12T20:51:10.600Z Compiling anstyle-query v1.1.1
12592025-08-12T20:51:10.707Z Compiling cfg-if v1.0.1
12602025-08-12T20:51:10.760Z Compiling anstyle v1.0.11
12612025-08-12T20:51:11.123Z Compiling anstream v0.6.18
12622025-08-12T20:51:11.162Z Compiling fs-err v3.1.1
12632025-08-12T20:51:11.192Z Compiling heck v0.4.1
12642025-08-12T20:51:11.563Z Compiling unicode-xid v0.2.6
12652025-08-12T20:51:11.664Z Compiling strsim v0.11.1
12662025-08-12T20:51:11.713Z Compiling unicode-width v0.1.14
12672025-08-12T20:51:11.751Z Compiling clap_lex v0.7.4
12682025-08-12T20:51:11.855Z Compiling heck v0.5.0
12692025-08-12T20:51:12.192Z Compiling anyhow v1.0.98
12702025-08-12T20:51:12.234Z Compiling fastrand v2.1.1
12712025-08-12T20:51:12.326Z Compiling bytecount v0.6.8
12722025-08-12T20:51:12.357Z Compiling fnv v1.0.7
12732025-08-12T20:51:12.502Z Compiling papergrid v0.11.0
12742025-08-12T20:51:12.544Z Compiling clap_builder v4.5.41
12752025-08-12T20:51:12.716Z Compiling tempfile v3.20.0
12762025-08-12T20:51:13.422Z Compiling memmap v0.7.0
12772025-08-12T20:51:13.450Z Compiling smawk v0.3.2
12782025-08-12T20:51:13.525Z Compiling unicode-width v0.2.0
12792025-08-12T20:51:13.683Z Compiling unicode-linebreak v0.1.5
12802025-08-12T20:51:14.168Z Compiling synstructure v0.13.1
12812025-08-12T20:51:14.270Z Compiling textwrap v0.16.2
12822025-08-12T20:51:14.784Z Compiling swrite v0.1.0
12832025-08-12T20:51:14.927Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
12842025-08-12T20:51:15.389Z Compiling tabled_derive v0.7.0
12852025-08-12T20:51:16.564Z Compiling serde_derive v1.0.219
12862025-08-12T20:51:16.608Z Compiling zerofrom-derive v0.1.4
12872025-08-12T20:51:16.693Z Compiling yoke-derive v0.7.4
12882025-08-12T20:51:16.742Z Compiling zerovec-derive v0.10.3
12892025-08-12T20:51:16.907Z Compiling thiserror-impl v1.0.69
12902025-08-12T20:51:17.903Z Compiling displaydoc v0.2.5
12912025-08-12T20:51:18.026Z Compiling icu_provider_macros v1.5.0
12922025-08-12T20:51:19.140Z Compiling zerocopy-derive v0.7.35
12932025-08-12T20:51:19.209Z Compiling scroll_derive v0.12.0
12942025-08-12T20:51:19.346Z Compiling thiserror-impl v2.0.12
12952025-08-12T20:51:19.400Z Compiling clap_derive v4.5.41
12962025-08-12T20:51:19.960Z Compiling pest v2.7.14
12972025-08-12T20:51:20.005Z Compiling zerofrom v0.1.4
12982025-08-12T20:51:20.257Z Compiling yoke v0.7.4
12992025-08-12T20:51:20.504Z Compiling scroll v0.12.0
13002025-08-12T20:51:20.635Z Compiling zerovec v0.10.4
13012025-08-12T20:51:21.020Z Compiling zerocopy v0.7.35
13022025-08-12T20:51:21.033Z Compiling goblin v0.8.2
13032025-08-12T20:51:21.375Z Compiling tabled v0.15.0
13042025-08-12T20:51:22.354Z Compiling tinystr v0.7.6
13052025-08-12T20:51:22.420Z Compiling pest_meta v2.7.14
13062025-08-12T20:51:22.634Z Compiling icu_collections v1.5.0
13072025-08-12T20:51:22.729Z Compiling icu_locid v1.5.0
13082025-08-12T20:51:23.688Z Compiling clap v4.5.41
13092025-08-12T20:51:23.704Z Compiling pest_generator v2.7.14
13102025-08-12T20:51:23.837Z Compiling icu_provider v1.5.0
13112025-08-12T20:51:24.672Z Compiling icu_locid_transform v1.5.0
13122025-08-12T20:51:25.979Z Compiling icu_properties v1.5.1
13132025-08-12T20:51:26.091Z Compiling pest_derive v2.7.14
13142025-08-12T20:51:26.860Z Compiling dtrace-parser v0.2.0
13152025-08-12T20:51:28.358Z Compiling serde_tokenstream v0.2.2
13162025-08-12T20:51:28.385Z Compiling toml_datetime v0.6.11
13172025-08-12T20:51:28.389Z Compiling serde_spanned v0.6.9
13182025-08-12T20:51:28.586Z Compiling erased-serde v0.4.6
13192025-08-12T20:51:28.657Z Compiling serde-value v0.7.0
13202025-08-12T20:51:28.868Z Compiling toml_edit v0.22.27
13212025-08-12T20:51:29.388Z Compiling icu_normalizer v1.5.0
13222025-08-12T20:51:29.442Z Compiling cargo-platform v0.2.0
13232025-08-12T20:51:29.620Z Compiling serde-untagged v0.1.7
13242025-08-12T20:51:29.716Z Compiling camino-tempfile v1.4.1
13252025-08-12T20:51:29.972Z Compiling macaddr v1.0.1
13262025-08-12T20:51:30.102Z Compiling dof v0.3.0
13272025-08-12T20:51:30.396Z Compiling idna_adapter v1.2.0
13282025-08-12T20:51:30.597Z Compiling idna v1.0.3
13292025-08-12T20:51:31.140Z Compiling url v2.5.4
13302025-08-12T20:51:31.586Z Compiling usdt-attr-macro v0.5.0
13312025-08-12T20:51:31.586Z Compiling usdt-macro v0.5.0
13322025-08-12T20:51:31.973Z Compiling toml v0.8.23
13332025-08-12T20:51:32.621Z Compiling usdt v0.5.0
13342025-08-12T20:51:32.719Z Compiling cargo-util-schemas v0.8.2
13352025-08-12T20:51:32.719Z Compiling cargo_toml v0.21.0
13362025-08-12T20:51:34.253Z Compiling cargo_metadata v0.21.0
13372025-08-12T20:51:36.044Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13382025-08-12T20:51:39.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.89s
13392025-08-12T20:51:39.563Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13402025-08-12T20:51:40.659Z Compiling value-bag v1.9.0
13412025-08-12T20:51:40.659Z Compiling shlex v1.3.0
13422025-08-12T20:51:40.659Z Compiling lock_api v0.4.12
13432025-08-12T20:51:40.663Z Compiling scopeguard v1.2.0
13442025-08-12T20:51:40.663Z Compiling typenum v1.17.0
13452025-08-12T20:51:40.663Z Compiling generic-array v0.14.7
13462025-08-12T20:51:40.663Z Compiling syn v2.0.104
13472025-08-12T20:51:40.806Z Compiling getrandom v0.2.15
13482025-08-12T20:51:40.923Z Compiling jobserver v0.1.32
13492025-08-12T20:51:41.119Z Compiling rand_core v0.6.4
13502025-08-12T20:51:41.204Z Compiling log v0.4.27
13512025-08-12T20:51:41.234Z Compiling smallvec v1.15.1
13522025-08-12T20:51:41.332Z Compiling cc v1.2.30
13532025-08-12T20:51:41.640Z Compiling portable-atomic v1.11.0
13542025-08-12T20:51:41.643Z Compiling subtle v2.6.1
13552025-08-12T20:51:41.717Z Compiling critical-section v1.1.3
13562025-08-12T20:51:41.791Z Compiling const-oid v0.9.6
13572025-08-12T20:51:41.893Z Compiling pkg-config v0.3.31
13582025-08-12T20:51:41.913Z Compiling pin-project-lite v0.2.14
13592025-08-12T20:51:42.012Z Compiling parking_lot_core v0.9.10
13602025-08-12T20:51:42.061Z Compiling rustix v0.38.37
13612025-08-12T20:51:42.875Z Compiling signal-hook-registry v1.4.2
13622025-08-12T20:51:43.026Z Compiling parking_lot v0.12.3
13632025-08-12T20:51:43.030Z Compiling mio v1.0.2
13642025-08-12T20:51:43.101Z Compiling futures-core v0.3.31
13652025-08-12T20:51:43.398Z Compiling spin v0.9.8
13662025-08-12T20:51:43.607Z Compiling socket2 v0.6.0
13672025-08-12T20:51:43.809Z Compiling once_cell v1.21.3
13682025-08-12T20:51:43.864Z Compiling slab v0.4.9
13692025-08-12T20:51:43.884Z Compiling aho-corasick v1.1.3
13702025-08-12T20:51:43.905Z Compiling regex-syntax v0.8.5
13712025-08-12T20:51:44.130Z Compiling allocator-api2 v0.2.21
13722025-08-12T20:51:44.179Z Compiling getrandom v0.3.1
13732025-08-12T20:51:44.218Z Compiling libm v0.2.8
13742025-08-12T20:51:44.452Z Compiling serde_json v1.0.141
13752025-08-12T20:51:44.585Z Compiling foldhash v0.1.5
13762025-08-12T20:51:44.805Z Compiling cpufeatures v0.2.14
13772025-08-12T20:51:44.874Z Compiling hashbrown v0.15.4
13782025-08-12T20:51:44.948Z Compiling num-traits v0.2.19
13792025-08-12T20:51:44.993Z Compiling glob v0.3.2
13802025-08-12T20:51:45.034Z Compiling futures-sink v0.3.31
13812025-08-12T20:51:45.064Z Compiling percent-encoding v2.3.1
13822025-08-12T20:51:45.200Z Compiling either v1.15.0
13832025-08-12T20:51:45.385Z Compiling futures-channel v0.3.31
13842025-08-12T20:51:45.789Z Compiling clang-sys v1.8.1
13852025-08-12T20:51:45.811Z Compiling futures-io v0.3.31
13862025-08-12T20:51:46.054Z Compiling pin-utils v0.1.0
13872025-08-12T20:51:46.095Z Compiling prettyplease v0.2.36
13882025-08-12T20:51:46.165Z Compiling futures-task v0.3.31
13892025-08-12T20:51:46.226Z Compiling lazy_static v1.5.0
13902025-08-12T20:51:46.374Z Compiling minimal-lexical v0.2.1
13912025-08-12T20:51:46.460Z Compiling libloading v0.8.5
13922025-08-12T20:51:46.501Z Compiling base64ct v1.6.0
13932025-08-12T20:51:46.831Z Compiling nom v7.1.3
13942025-08-12T20:51:46.853Z Compiling home v0.5.9
13952025-08-12T20:51:46.856Z Compiling bindgen v0.69.5
13962025-08-12T20:51:47.074Z Compiling pem-rfc7468 v0.7.0
13972025-08-12T20:51:47.713Z Compiling synstructure v0.13.1
13982025-08-12T20:51:47.778Z Compiling regex-automata v0.4.8
13992025-08-12T20:51:48.246Z Compiling itertools v0.12.1
14002025-08-12T20:51:49.123Z Compiling lazycell v1.3.0
14012025-08-12T20:51:49.318Z Compiling rustc-hash v1.1.0
14022025-08-12T20:51:49.490Z Compiling flagset v0.4.6
14032025-08-12T20:51:49.598Z Compiling zerocopy v0.8.26
14042025-08-12T20:51:49.713Z Compiling cmake v0.1.51
14052025-08-12T20:51:50.102Z Compiling cexpr v0.6.0
14062025-08-12T20:51:50.495Z Compiling fs_extra v1.3.0
14072025-08-12T20:51:50.545Z Compiling dunce v1.0.5
14082025-08-12T20:51:50.700Z Compiling form_urlencoded v1.2.1
14092025-08-12T20:51:51.027Z Compiling vcpkg v0.2.15
14102025-08-12T20:51:51.049Z Compiling paste v1.0.15
14112025-08-12T20:51:51.073Z Compiling ring v0.17.14
14122025-08-12T20:51:51.093Z Compiling tracing-core v0.1.32
14132025-08-12T20:51:51.597Z Compiling iana-time-zone v0.1.63
14142025-08-12T20:51:51.978Z Compiling aws-lc-rs v1.12.4
14152025-08-12T20:51:52.229Z Compiling base64 v0.22.1
14162025-08-12T20:51:52.409Z Compiling tinyvec_macros v0.1.1
14172025-08-12T20:51:52.523Z Compiling rustversion v1.0.17
14182025-08-12T20:51:52.620Z Compiling openssl-sys v0.9.109
14192025-08-12T20:51:52.689Z Compiling httparse v1.9.5
14202025-08-12T20:51:52.734Z Compiling serde_derive v1.0.219
14212025-08-12T20:51:52.870Z Compiling zeroize_derive v1.4.2
14222025-08-12T20:51:53.211Z Compiling zerofrom-derive v0.1.4
14232025-08-12T20:51:53.374Z Compiling yoke-derive v0.7.4
14242025-08-12T20:51:53.644Z Compiling zerovec-derive v0.10.3
14252025-08-12T20:51:54.231Z Compiling zeroize v1.8.1
14262025-08-12T20:51:55.949Z Compiling crypto-common v0.1.6
14272025-08-12T20:51:55.976Z Compiling block-buffer v0.10.4
14282025-08-12T20:51:55.996Z Compiling displaydoc v0.2.5
14292025-08-12T20:51:56.185Z Compiling zerocopy-derive v0.7.35
14302025-08-12T20:51:56.243Z Compiling digest v0.10.7
14312025-08-12T20:51:56.566Z Compiling zerofrom v0.1.4
14322025-08-12T20:51:56.665Z Compiling tokio-macros v2.5.0
14332025-08-12T20:51:56.783Z Compiling yoke v0.7.4
14342025-08-12T20:51:56.968Z Compiling hmac v0.12.1
14352025-08-12T20:51:57.144Z Compiling zerovec v0.10.4
14362025-08-12T20:51:57.219Z Compiling icu_provider_macros v1.5.0
14372025-08-12T20:51:57.417Z Compiling block-padding v0.3.3
14382025-08-12T20:51:57.680Z Compiling futures-macro v0.3.31
14392025-08-12T20:51:57.776Z Compiling inout v0.1.3
14402025-08-12T20:51:57.800Z Compiling sha2 v0.10.9
14412025-08-12T20:51:58.034Z Compiling zerocopy v0.7.35
14422025-08-12T20:51:58.057Z Compiling cipher v0.4.4
14432025-08-12T20:51:58.076Z Compiling regex v1.11.1
14442025-08-12T20:51:58.235Z Compiling der_derive v0.7.3
14452025-08-12T20:51:58.592Z Compiling zerocopy-derive v0.8.26
14462025-08-12T20:51:59.060Z Compiling tinystr v0.7.6
14472025-08-12T20:51:59.080Z Compiling icu_collections v1.5.0
14482025-08-12T20:51:59.421Z Compiling icu_locid v1.5.0
14492025-08-12T20:51:59.449Z Compiling thiserror-impl v1.0.69
14502025-08-12T20:51:59.607Z Compiling futures-util v0.3.31
14512025-08-12T20:51:59.685Z Compiling serde v1.0.219
14522025-08-12T20:52:00.271Z Compiling ppv-lite86 v0.2.20
14532025-08-12T20:52:00.527Z Compiling der v0.7.9
14542025-08-12T20:52:01.077Z Compiling icu_provider v1.5.0
14552025-08-12T20:52:01.219Z Compiling salsa20 v0.10.2
14562025-08-12T20:52:01.381Z Compiling pbkdf2 v0.12.2
14572025-08-12T20:52:01.472Z Compiling aes v0.8.4
14582025-08-12T20:52:01.573Z Compiling scrypt v0.11.0
14592025-08-12T20:52:02.016Z Compiling icu_locid_transform v1.5.0
14602025-08-12T20:52:02.071Z Compiling cbc v0.1.2
14612025-08-12T20:52:02.309Z Compiling thiserror v1.0.69
14622025-08-12T20:52:02.426Z Compiling tracing-attributes v0.1.27
14632025-08-12T20:52:02.469Z Compiling pest v2.7.14
14642025-08-12T20:52:03.444Z Compiling icu_properties v1.5.1
14652025-08-12T20:52:04.154Z Compiling spki v0.7.3
14662025-08-12T20:52:04.341Z Compiling scroll_derive v0.12.0
14672025-08-12T20:52:04.537Z Compiling pkcs5 v0.7.1
14682025-08-12T20:52:04.996Z Compiling bitflags v2.9.1
14692025-08-12T20:52:05.139Z Compiling bytes v1.10.1
14702025-08-12T20:52:05.251Z Compiling semver v1.0.26
14712025-08-12T20:52:05.565Z Compiling indexmap v2.10.0
14722025-08-12T20:52:05.629Z Compiling uuid v1.17.0
14732025-08-12T20:52:05.696Z Compiling rustc_version v0.4.1
14742025-08-12T20:52:05.880Z Compiling tracing v0.1.40
14752025-08-12T20:52:06.367Z Compiling tokio v1.47.0
14762025-08-12T20:52:06.402Z Compiling http v1.3.1
14772025-08-12T20:52:06.579Z Compiling pkcs8 v0.10.2
14782025-08-12T20:52:06.895Z Compiling pest_meta v2.7.14
14792025-08-12T20:52:07.054Z Compiling icu_normalizer v1.5.0
14802025-08-12T20:52:07.241Z Compiling chrono v0.4.41
14812025-08-12T20:52:07.868Z Compiling http-body v1.0.1
14822025-08-12T20:52:08.111Z Compiling idna_adapter v1.2.0
14832025-08-12T20:52:08.154Z Compiling rustls-pki-types v1.10.0
14842025-08-12T20:52:08.380Z Compiling idna v1.0.3
14852025-08-12T20:52:08.522Z Compiling pest_generator v2.7.14
14862025-08-12T20:52:08.817Z Compiling scroll v0.12.0
14872025-08-12T20:52:09.149Z Compiling which v4.4.2
14882025-08-12T20:52:09.356Z Compiling url v2.5.4
14892025-08-12T20:52:09.852Z Compiling rand_core v0.9.2
14902025-08-12T20:52:10.195Z Compiling tinyvec v1.8.0
14912025-08-12T20:52:10.293Z Compiling serde_derive_internals v0.29.1
14922025-08-12T20:52:10.334Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14932025-08-12T20:52:10.538Z Compiling bzip2-sys v0.1.13+1.0.8
14942025-08-12T20:52:11.030Z Compiling tower-service v0.3.3
14952025-08-12T20:52:11.065Z Compiling openssl v0.10.73
14962025-08-12T20:52:11.087Z Compiling time-core v0.1.2
14972025-08-12T20:52:11.170Z Compiling schemars v0.8.22
14982025-08-12T20:52:11.175Z Compiling untrusted v0.7.1
14992025-08-12T20:52:11.286Z Compiling num-conv v0.1.0
15002025-08-12T20:52:11.403Z Compiling try-lock v0.2.5
15012025-08-12T20:52:11.510Z Compiling untrusted v0.9.0
15022025-08-12T20:52:11.530Z Compiling adler2 v2.0.0
15032025-08-12T20:52:11.561Z Compiling openssl-probe v0.1.5
15042025-08-12T20:52:11.582Z Compiling atomic-waker v1.1.2
15052025-08-12T20:52:11.621Z Compiling foreign-types-shared v0.1.1
15062025-08-12T20:52:11.693Z Compiling powerfmt v0.2.0
15072025-08-12T20:52:11.747Z Compiling foreign-types v0.3.2
15082025-08-12T20:52:11.767Z Compiling miniz_oxide v0.8.5
15092025-08-12T20:52:11.852Z Compiling goblin v0.8.2
15102025-08-12T20:52:11.876Z Compiling time-macros v0.2.18
15112025-08-12T20:52:12.072Z Compiling deranged v0.3.11
15122025-08-12T20:52:12.513Z Compiling schemars_derive v0.8.22
15132025-08-12T20:52:13.193Z Compiling want v0.3.1
15142025-08-12T20:52:13.554Z Compiling pest_derive v2.7.14
15152025-08-12T20:52:14.856Z Compiling tokio-util v0.7.15
15162025-08-12T20:52:15.869Z Compiling rand_chacha v0.9.0
15172025-08-12T20:52:16.603Z Compiling h2 v0.4.6
15182025-08-12T20:52:16.642Z Compiling ipnet v2.11.0
15192025-08-12T20:52:17.639Z Compiling openssl-macros v0.1.1
15202025-08-12T20:52:17.854Z Compiling syn v1.0.109
15212025-08-12T20:52:18.334Z Compiling dyn-clone v1.0.19
15222025-08-12T20:52:18.394Z Compiling native-tls v0.2.12
15232025-08-12T20:52:18.464Z Compiling crossbeam-utils v0.8.21
15242025-08-12T20:52:18.581Z Compiling num_threads v0.1.7
15252025-08-12T20:52:18.741Z Compiling rustls v0.23.19
15262025-08-12T20:52:18.762Z Compiling httpdate v1.0.3
15272025-08-12T20:52:19.040Z Compiling time v0.3.36
15282025-08-12T20:52:19.061Z Compiling dof v0.3.0
15292025-08-12T20:52:20.526Z Compiling rand v0.9.1
15302025-08-12T20:52:20.977Z Compiling dtrace-parser v0.2.0
15312025-08-12T20:52:22.193Z Compiling unicode-normalization v0.1.24
15322025-08-12T20:52:22.329Z Compiling heapless v0.7.17
15332025-08-12T20:52:22.764Z Compiling signature v2.2.0
15342025-08-12T20:52:22.835Z Compiling cookie v0.18.1
15352025-08-12T20:52:23.067Z Compiling crc32fast v1.4.2
15362025-08-12T20:52:23.141Z Compiling slog v2.7.0
15372025-08-12T20:52:23.191Z Compiling unicode-properties v0.1.3
15382025-08-12T20:52:23.425Z Compiling zstd-safe v7.2.3
15392025-08-12T20:52:23.428Z Compiling signal-hook v0.3.18
15402025-08-12T20:52:23.613Z Compiling unicode-bidi v0.3.17
15412025-08-12T20:52:23.669Z Compiling zlib-rs v0.5.1
15422025-08-12T20:52:23.763Z Compiling hyper v1.6.0
15432025-08-12T20:52:23.767Z Compiling siphasher v0.3.11
15442025-08-12T20:52:24.160Z Compiling phf_shared v0.11.2
15452025-08-12T20:52:24.545Z Compiling stringprep v0.1.5
15462025-08-12T20:52:24.967Z Compiling usdt-impl v0.5.0
15472025-08-12T20:52:26.120Z Compiling hyper-util v0.1.16
15482025-08-12T20:52:26.950Z Compiling curve25519-dalek v4.1.3
15492025-08-12T20:52:27.309Z Compiling serde_tokenstream v0.2.2
15502025-08-12T20:52:27.373Z Compiling toml_datetime v0.6.11
15512025-08-12T20:52:27.441Z Compiling serde_spanned v0.6.9
15522025-08-12T20:52:27.622Z Compiling rand_chacha v0.3.1
15532025-08-12T20:52:27.667Z Compiling md-5 v0.10.6
15542025-08-12T20:52:27.861Z Compiling num-integer v0.1.46
15552025-08-12T20:52:27.903Z Compiling sync_wrapper v1.0.1
15562025-08-12T20:52:27.963Z Compiling hash32 v0.2.1
15572025-08-12T20:52:28.083Z Compiling ff v0.13.0
15582025-08-12T20:52:28.351Z Compiling memoffset v0.9.1
15592025-08-12T20:52:28.354Z Compiling smoltcp v0.9.1
15602025-08-12T20:52:28.580Z Compiling psl-types v2.0.11
15612025-08-12T20:52:28.701Z Compiling litrs v0.4.1
15622025-08-12T20:52:28.792Z Compiling num-bigint-dig v0.8.4
15632025-08-12T20:52:29.026Z Compiling tower-layer v0.3.3
15642025-08-12T20:52:29.124Z Compiling gimli v0.31.1
15652025-08-12T20:52:29.329Z Compiling fallible-iterator v0.2.0
15662025-08-12T20:52:29.705Z Compiling libz-rs-sys v0.5.1
15672025-08-12T20:52:29.736Z Compiling cfg_aliases v0.2.1
15682025-08-12T20:52:29.863Z Compiling newtype-uuid v1.2.4
15692025-08-12T20:52:29.935Z Compiling base16ct v0.2.0
15702025-08-12T20:52:29.997Z Compiling postgres-protocol v0.6.8
15712025-08-12T20:52:30.018Z Compiling flate2 v1.1.2
15722025-08-12T20:52:30.209Z Compiling sec1 v0.7.3
15732025-08-12T20:52:30.336Z Compiling nix v0.29.0
15742025-08-12T20:52:30.633Z Compiling document-features v0.2.11
15752025-08-12T20:52:30.761Z Compiling tower v0.5.2
15762025-08-12T20:52:30.936Z Compiling publicsuffix v2.3.0
15772025-08-12T20:52:31.184Z Compiling num-iter v0.1.45
15782025-08-12T20:52:31.242Z Compiling group v0.13.0
15792025-08-12T20:52:31.394Z Compiling rand v0.8.5
15802025-08-12T20:52:31.676Z Compiling tokio-native-tls v0.3.1
15812025-08-12T20:52:32.279Z Compiling ipnetwork v0.21.1
15822025-08-12T20:52:32.665Z Compiling strum_macros v0.27.1
15832025-08-12T20:52:32.765Z Compiling rustls-native-certs v0.8.1
15842025-08-12T20:52:32.864Z Compiling terminal_size v0.4.0
15852025-08-12T20:52:33.094Z Compiling webpki-roots v1.0.1
15862025-08-12T20:52:33.114Z Compiling http-body-util v0.1.3
15872025-08-12T20:52:33.275Z Compiling addr2line v0.24.2
15882025-08-12T20:52:33.318Z Compiling hkdf v0.12.4
15892025-08-12T20:52:33.339Z Compiling crypto-bigint v0.5.5
15902025-08-12T20:52:33.613Z Compiling async-trait v0.1.88
15912025-08-12T20:52:33.631Z Compiling thiserror-impl v2.0.12
15922025-08-12T20:52:33.818Z Compiling curve25519-dalek-derive v0.1.1
15932025-08-12T20:52:33.986Z Compiling fs-err v3.1.1
15942025-08-12T20:52:34.331Z Compiling object v0.36.5
15952025-08-12T20:52:35.199Z Compiling ahash v0.8.12
15962025-08-12T20:52:35.587Z Compiling rustc-demangle v0.1.24
15972025-08-12T20:52:36.039Z Compiling buf-list v1.0.3
15982025-08-12T20:52:36.459Z Compiling lockfree-object-pool v0.1.6
15992025-08-12T20:52:36.660Z Compiling anyhow v1.0.98
16002025-08-12T20:52:36.740Z Compiling bitflags v1.3.2
16012025-08-12T20:52:36.744Z Compiling managed v0.8.0
16022025-08-12T20:52:36.857Z Compiling bumpalo v3.16.0
16032025-08-12T20:52:37.205Z Compiling iri-string v0.7.8
16042025-08-12T20:52:37.296Z Compiling rustix v1.0.7
16052025-08-12T20:52:37.345Z Compiling simd-adler32 v0.3.7
16062025-08-12T20:52:37.535Z Compiling hubpack_derive v0.1.1
16072025-08-12T20:52:37.606Z Compiling winnow v0.5.40
16082025-08-12T20:52:37.857Z Compiling zopfli v0.8.1
16092025-08-12T20:52:38.129Z Compiling strum v0.27.2
16102025-08-12T20:52:38.445Z Compiling hubpack v0.1.2
16112025-08-12T20:52:38.767Z Compiling clap_builder v4.5.41
16122025-08-12T20:52:39.242Z Compiling thiserror v2.0.12
16132025-08-12T20:52:39.463Z Compiling elliptic-curve v0.13.8
16142025-08-12T20:52:40.274Z Compiling tower-http v0.6.6
16152025-08-12T20:52:40.715Z Compiling backtrace v0.3.74
16162025-08-12T20:52:40.987Z Compiling toml_edit v0.19.15
16172025-08-12T20:52:41.118Z Compiling hyper-tls v0.6.0
16182025-08-12T20:52:41.123Z Compiling oxnet v0.1.3
16192025-08-12T20:52:41.512Z Compiling signal-hook-mio v0.2.4
16202025-08-12T20:52:41.699Z Compiling cookie_store v0.21.1
16212025-08-12T20:52:41.871Z Compiling zstd v0.13.3
16222025-08-12T20:52:42.596Z Compiling postgres-types v0.2.9
16232025-08-12T20:52:43.485Z Compiling usdt-macro v0.5.0
16242025-08-12T20:52:43.540Z Compiling usdt-attr-macro v0.5.0
16252025-08-12T20:52:43.938Z Compiling phf v0.11.2
16262025-08-12T20:52:44.237Z Compiling ed25519 v2.2.3
16272025-08-12T20:52:44.874Z Compiling bzip2 v0.4.4
16282025-08-12T20:52:45.079Z Compiling bzip2 v0.5.2
16292025-08-12T20:52:45.250Z Compiling strum_macros v0.26.4
16302025-08-12T20:52:45.474Z Compiling pkcs1 v0.7.5
16312025-08-12T20:52:46.032Z Compiling serde-big-array v0.5.1
16322025-08-12T20:52:46.274Z Compiling serde_urlencoded v0.7.1
16332025-08-12T20:52:46.351Z Compiling rfc6979 v0.4.0
16342025-08-12T20:52:46.373Z Compiling bstr v1.10.0
16352025-08-12T20:52:46.555Z Compiling enum-as-inner v0.6.1
16362025-08-12T20:52:46.797Z Compiling clap_derive v4.5.41
16372025-08-12T20:52:46.879Z Compiling serde_repr v0.1.19
16382025-08-12T20:52:47.621Z Compiling daft-derive v0.1.4
16392025-08-12T20:52:47.641Z Compiling float-cmp v0.10.0
16402025-08-12T20:52:47.871Z Compiling socket2 v0.5.10
16412025-08-12T20:52:47.900Z Compiling encoding_rs v0.8.34
16422025-08-12T20:52:47.991Z Compiling mime v0.3.17
16432025-08-12T20:52:48.540Z Compiling fixedbitset v0.4.2
16442025-08-12T20:52:48.730Z Compiling precomputed-hash v0.1.1
16452025-08-12T20:52:48.870Z Compiling whoami v1.5.2
16462025-08-12T20:52:48.959Z Compiling static_assertions v1.1.0
16472025-08-12T20:52:49.082Z Compiling new_debug_unreachable v1.0.6
16482025-08-12T20:52:49.200Z Compiling difflib v0.4.0
16492025-08-12T20:52:49.233Z Compiling unicode-segmentation v1.12.0
16502025-08-12T20:52:49.419Z Compiling normalize-line-endings v0.3.0
16512025-08-12T20:52:49.573Z Compiling data-encoding v2.9.0
16522025-08-12T20:52:49.734Z Compiling predicates-core v1.0.8
16532025-08-12T20:52:50.067Z Compiling predicates v3.1.3
16542025-08-12T20:52:50.106Z Compiling similar v2.7.0
16552025-08-12T20:52:50.454Z Compiling hickory-proto v0.25.2
16562025-08-12T20:52:51.254Z Compiling clap v4.5.41
16572025-08-12T20:52:51.346Z Compiling strum v0.26.3
16582025-08-12T20:52:51.388Z Compiling daft v0.1.4
16592025-08-12T20:52:51.521Z Compiling tokio-postgres v0.7.13
16602025-08-12T20:52:51.539Z Compiling string_cache v0.8.9
16612025-08-12T20:52:51.648Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16622025-08-12T20:52:51.905Z Compiling petgraph v0.6.5
16632025-08-12T20:52:51.971Z Compiling toml_edit v0.22.27
16642025-08-12T20:52:52.068Z Compiling console v0.15.10
16652025-08-12T20:52:53.369Z Compiling usdt v0.5.0
16662025-08-12T20:52:53.852Z Compiling ecdsa v0.16.9
16672025-08-12T20:52:54.579Z Compiling rsa v0.9.6
16682025-08-12T20:52:54.679Z Compiling zip v4.2.0
16692025-08-12T20:52:55.480Z Compiling zip v0.6.6
16702025-08-12T20:52:56.727Z Compiling ed25519-dalek v2.1.1
16712025-08-12T20:52:56.861Z Compiling toml v0.7.8
16722025-08-12T20:52:58.092Z Compiling crossterm v0.28.1
16732025-08-12T20:52:59.098Z Compiling crossbeam-epoch v0.9.18
16742025-08-12T20:52:59.263Z Compiling tokio-stream v0.1.17
16752025-08-12T20:52:59.505Z Compiling openapiv3 v2.2.0
16762025-08-12T20:52:59.802Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16772025-08-12T20:53:00.196Z Compiling x509-cert v0.2.5
16782025-08-12T20:53:00.233Z Compiling sha1 v0.10.6
16792025-08-12T20:53:00.657Z Compiling itertools v0.13.0
16802025-08-12T20:53:01.330Z Compiling itertools v0.10.5
16812025-08-12T20:53:01.894Z Compiling dirs-sys-next v0.1.2
16822025-08-12T20:53:01.990Z Compiling winnow v0.6.26
16832025-08-12T20:53:01.993Z Compiling peg-runtime v0.8.5
16842025-08-12T20:53:02.447Z Compiling lalrpop-util v0.19.12
16852025-08-12T20:53:02.627Z Compiling rustc-hash v2.1.1
16862025-08-12T20:53:02.794Z Compiling dirs-next v2.0.0
16872025-08-12T20:53:02.840Z Compiling thread_local v1.1.8
16882025-08-12T20:53:03.009Z Compiling slog-async v2.8.0
16892025-08-12T20:53:03.360Z Compiling term v0.7.0
16902025-08-12T20:53:03.503Z Compiling crossbeam-channel v0.5.15
16912025-08-12T20:53:03.524Z Compiling xattr v1.3.1
16922025-08-12T20:53:03.616Z Compiling futures-executor v0.3.31
16932025-08-12T20:53:03.812Z Compiling is-terminal v0.4.13
16942025-08-12T20:53:03.844Z Compiling filetime v0.2.25
16952025-08-12T20:53:03.959Z Compiling take_mut v0.2.2
16962025-08-12T20:53:04.099Z Compiling tar v0.4.44
16972025-08-12T20:53:04.138Z Compiling slog-term v2.9.1
16982025-08-12T20:53:04.159Z Compiling futures v0.3.31
16992025-08-12T20:53:04.513Z Compiling camino v1.1.10
17002025-08-12T20:53:10.068Z Compiling aws-lc-sys v0.26.0
17012025-08-12T20:53:40.094Z Compiling rustls-webpki v0.102.8
17022025-08-12T20:53:44.622Z Compiling tokio-rustls v0.26.0
17032025-08-12T20:53:44.901Z Compiling hyper-rustls v0.27.7
17042025-08-12T20:53:45.212Z Compiling reqwest v0.12.22
17052025-08-12T20:53:48.731Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17062025-08-12T20:53:49.018Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17072025-08-12T20:53:53.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
17082025-08-12T20:53:53.746Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17092025-08-12T20:53:53.798ZAug 12 20:53:53.240 INFO Starting download, target: Clickhouse
17102025-08-12T20:53:53.798ZAug 12 20:53:53.240 INFO Starting download, target: Console
17112025-08-12T20:53:53.798ZAug 12 20:53:53.240 INFO Starting download, target: Cockroach
17122025-08-12T20:53:53.801ZAug 12 20:53:53.240 INFO Starting download, target: DendriteStub
17132025-08-12T20:53:53.801ZAug 12 20:53:53.240 INFO Starting download, target: MaghemiteMgd
17142025-08-12T20:53:53.801ZAug 12 20:53:53.240 INFO Starting download, target: TransceiverControl
17152025-08-12T20:53:53.801ZAug 12 20:53:53.241 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17162025-08-12T20:53:53.801ZAug 12 20:53:53.241 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17172025-08-12T20:53:53.801ZAug 12 20:53:53.241 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17182025-08-12T20:53:53.801ZAug 12 20:53:53.241 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17192025-08-12T20:53:53.801ZAug 12 20:53:53.241 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17202025-08-12T20:53:53.802ZAug 12 20:53:53.241 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17212025-08-12T20:53:54.186ZAug 12 20:53:53.624 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17222025-08-12T20:53:54.386ZAug 12 20:53:53.815 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17232025-08-12T20:53:54.612ZAug 12 20:53:54.043 INFO Download complete, target: TransceiverControl
17242025-08-12T20:53:54.762ZAug 12 20:53:54.197 INFO Download complete, target: Console
17252025-08-12T20:53:55.395ZAug 12 20:53:54.751 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17262025-08-12T20:53:55.900ZAug 12 20:53:55.332 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17272025-08-12T20:53:56.525ZAug 12 20:53:55.965 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17282025-08-12T20:53:56.734ZAug 12 20:53:56.174 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17292025-08-12T20:53:56.734ZAug 12 20:53:56.174 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17302025-08-12T20:53:58.554ZAug 12 20:53:57.995 INFO Download complete, target: DendriteStub
17312025-08-12T20:53:59.350ZAug 12 20:53:58.790 INFO Download complete, target: MaghemiteMgd
17322025-08-12T20:54:03.165ZAug 12 20:54:02.602 INFO Checking that binary works, target: Cockroach
17332025-08-12T20:54:03.319ZAug 12 20:54:02.756 INFO Download complete, target: Cockroach
17342025-08-12T20:54:06.819ZAug 12 20:54:06.258 INFO Checking that binary works, target: Clickhouse
17352025-08-12T20:54:06.938ZAug 12 20:54:06.377 INFO Download complete, target: Clickhouse
17362025-08-12T20:54:06.944ZAll prerequisites installed successfully
17372025-08-12T20:54:06.947Z
17382025-08-12T20:54:06.947Zreal 4:15.674481736
17392025-08-12T20:54:06.947Zuser 16:16.142994195
17402025-08-12T20:54:06.947Zsys 2:12.457392244
17412025-08-12T20:54:06.947Ztrap 0.554772197
17422025-08-12T20:54:06.948Ztflt 0.815316572
17432025-08-12T20:54:06.948Zdflt 1.403377982
17442025-08-12T20:54:06.948Zkflt 0.022984689
17452025-08-12T20:54:06.948Zlock 40:39.668442131
17462025-08-12T20:54:06.948Zslp 58:42.893768012
17472025-08-12T20:54:06.948Zlat 1:09.529285574
17482025-08-12T20:54:06.948Zstop 2:45.941686189
17492025-08-12T20:54:06.948Z+ source ./tools/include/force-git-over-https.sh
17502025-08-12T20:54:06.948Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
17512025-08-12T20:54:06.948Z++ (( i = 0 ))
17522025-08-12T20:54:06.948Z++ (( i < 5 ))
17532025-08-12T20:54:06.948Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
17542025-08-12T20:54:06.951Z++ (( i++ ))
17552025-08-12T20:54:06.951Z++ (( i < 5 ))
17562025-08-12T20:54:06.951Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
17572025-08-12T20:54:06.954Z++ (( i++ ))
17582025-08-12T20:54:06.955Z++ (( i < 5 ))
17592025-08-12T20:54:06.955Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
17602025-08-12T20:54:06.958Z++ (( i++ ))
17612025-08-12T20:54:06.958Z++ (( i < 5 ))
17622025-08-12T20:54:06.958Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
17632025-08-12T20:54:06.961Z++ (( i++ ))
17642025-08-12T20:54:06.961Z++ (( i < 5 ))
17652025-08-12T20:54:06.961Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
17662025-08-12T20:54:06.965Z++ (( i++ ))
17672025-08-12T20:54:06.965Z++ (( i < 5 ))
17682025-08-12T20:54:06.965Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
17692025-08-12T20:54:06.965Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
17702025-08-12T20:54:06.965Z+ rc=0
17712025-08-12T20:54:06.965Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
17722025-08-12T20:54:34.188Z+ case $rc in
17732025-08-12T20:54:34.188Z+ pfexec zfs create -p rpool/images/build/host
17742025-08-12T20:54:34.427Z+ pfexec zfs create -p rpool/images/build/recovery
17752025-08-12T20:54:34.511Z+ cargo xtask releng --output-dir /work --mkincorp
17762025-08-12T20:54:35.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17772025-08-12T20:54:35.255Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
17782025-08-12T20:54:36.460Z Compiling proc-macro2 v1.0.95
17792025-08-12T20:54:36.460Z Compiling unicode-ident v1.0.18
17802025-08-12T20:54:36.465Z Compiling libc v0.2.174
17812025-08-12T20:54:36.465Z Compiling serde v1.0.219
17822025-08-12T20:54:36.465Z Compiling autocfg v1.4.0
17832025-08-12T20:54:36.465Z Compiling cfg-if v1.0.1
17842025-08-12T20:54:36.465Z Compiling version_check v0.9.5
17852025-08-12T20:54:36.865Z Compiling memchr v2.7.4
17862025-08-12T20:54:36.891Z Compiling shlex v1.3.0
17872025-08-12T20:54:36.920Z Compiling typenum v1.17.0
17882025-08-12T20:54:37.364Z Compiling generic-array v0.14.7
17892025-08-12T20:54:37.385Z Compiling lock_api v0.4.12
17902025-08-12T20:54:37.407Z Compiling portable-atomic v1.11.0
17912025-08-12T20:54:37.720Z Compiling value-bag v1.9.0
17922025-08-12T20:54:37.834Z Compiling getrandom v0.3.1
17932025-08-12T20:54:38.270Z Compiling log v0.4.27
17942025-08-12T20:54:38.308Z Compiling libm v0.2.8
17952025-08-12T20:54:38.335Z Compiling num-traits v0.2.19
17962025-08-12T20:54:38.662Z Compiling quote v1.0.40
17972025-08-12T20:54:38.718Z Compiling jobserver v0.1.32
17982025-08-12T20:54:38.718Z Compiling serde_json v1.0.141
17992025-08-12T20:54:38.799Z Compiling scopeguard v1.2.0
18002025-08-12T20:54:38.956Z Compiling parking_lot_core v0.9.10
18012025-08-12T20:54:39.012Z Compiling semver v1.0.26
18022025-08-12T20:54:39.012Z Compiling pkg-config v0.3.31
18032025-08-12T20:54:39.189Z Compiling syn v2.0.104
18042025-08-12T20:54:39.313Z Compiling cc v1.2.30
18052025-08-12T20:54:39.420Z Compiling smallvec v1.15.1
18062025-08-12T20:54:39.501Z Compiling rustix v0.38.37
18072025-08-12T20:54:39.524Z Compiling getrandom v0.2.15
18082025-08-12T20:54:39.970Z Compiling itoa v1.0.11
18092025-08-12T20:54:40.271Z Compiling aho-corasick v1.1.3
18102025-08-12T20:54:40.454Z Compiling slab v0.4.9
18112025-08-12T20:54:40.456Z Compiling regex-syntax v0.8.5
18122025-08-12T20:54:40.599Z Compiling errno v0.3.12
18132025-08-12T20:54:41.086Z Compiling spin v0.9.8
18142025-08-12T20:54:41.112Z Compiling subtle v2.6.1
18152025-08-12T20:54:41.172Z Compiling stable_deref_trait v1.2.0
18162025-08-12T20:54:41.385Z Compiling glob v0.3.2
18172025-08-12T20:54:41.506Z Compiling either v1.15.0
18182025-08-12T20:54:41.535Z Compiling rand_core v0.6.4
18192025-08-12T20:54:41.739Z Compiling prettyplease v0.2.36
18202025-08-12T20:54:42.206Z Compiling lazy_static v1.5.0
18212025-08-12T20:54:42.243Z Compiling clang-sys v1.8.1
18222025-08-12T20:54:42.777Z Compiling critical-section v1.1.3
18232025-08-12T20:54:42.974Z Compiling minimal-lexical v0.2.1
18242025-08-12T20:54:42.977Z Compiling heck v0.5.0
18252025-08-12T20:54:43.448Z Compiling nom v7.1.3
18262025-08-12T20:54:43.559Z Compiling once_cell v1.21.3
18272025-08-12T20:54:43.948Z Compiling libloading v0.8.5
18282025-08-12T20:54:44.053Z Compiling regex-automata v0.4.8
18292025-08-12T20:54:44.152Z Compiling bindgen v0.69.5
18302025-08-12T20:54:44.197Z Compiling home v0.5.9
18312025-08-12T20:54:44.466Z Compiling itertools v0.12.1
18322025-08-12T20:54:44.915Z Compiling lazycell v1.3.0
18332025-08-12T20:54:45.091Z Compiling zerocopy v0.8.26
18342025-08-12T20:54:45.220Z Compiling rustc-hash v1.1.0
18352025-08-12T20:54:45.438Z Compiling paste v1.0.15
18362025-08-12T20:54:46.176Z Compiling cmake v0.1.51
18372025-08-12T20:54:46.754Z Compiling cexpr v0.6.0
18382025-08-12T20:54:46.953Z Compiling synstructure v0.13.1
18392025-08-12T20:54:47.802Z Compiling fs_extra v1.3.0
18402025-08-12T20:54:48.172Z Compiling dunce v1.0.5
18412025-08-12T20:54:48.879Z Compiling writeable v0.5.5
18422025-08-12T20:54:48.999Z Compiling litemap v0.7.3
18432025-08-12T20:54:49.610Z Compiling regex v1.11.1
18442025-08-12T20:54:50.000Z Compiling ryu v1.0.18
18452025-08-12T20:54:50.102Z Compiling allocator-api2 v0.2.21
18462025-08-12T20:54:50.170Z Compiling pin-project-lite v0.2.14
18472025-08-12T20:54:50.407Z Compiling equivalent v1.0.2
18482025-08-12T20:54:50.660Z Compiling percent-encoding v2.3.1
18492025-08-12T20:54:50.795Z Compiling schemars v0.8.22
18502025-08-12T20:54:50.905Z Compiling serde_derive v1.0.219
18512025-08-12T20:54:50.955Z Compiling zeroize_derive v1.4.2
18522025-08-12T20:54:51.007Z Compiling zerofrom-derive v0.1.4
18532025-08-12T20:54:51.087Z Compiling yoke-derive v0.7.4
18542025-08-12T20:54:51.213Z Compiling zerovec-derive v0.10.3
18552025-08-12T20:54:51.256Z Compiling displaydoc v0.2.5
18562025-08-12T20:54:52.415Z Compiling icu_provider_macros v1.5.0
18572025-08-12T20:54:52.912Z Compiling zeroize v1.8.1
18582025-08-12T20:54:53.342Z Compiling tokio-macros v2.5.0
18592025-08-12T20:54:53.472Z Compiling zerocopy-derive v0.7.35
18602025-08-12T20:54:53.558Z Compiling futures-macro v0.3.31
18612025-08-12T20:54:53.756Z Compiling zerocopy-derive v0.8.26
18622025-08-12T20:54:53.973Z Compiling zerofrom v0.1.4
18632025-08-12T20:54:54.275Z Compiling yoke v0.7.4
18642025-08-12T20:54:54.732Z Compiling zerovec v0.10.4
18652025-08-12T20:54:55.003Z Compiling foldhash v0.1.5
18662025-08-12T20:54:55.092Z Compiling serde_derive_internals v0.29.1
18672025-08-12T20:54:55.493Z Compiling hashbrown v0.15.4
18682025-08-12T20:54:55.705Z Compiling icu_locid_transform_data v1.5.0
18692025-08-12T20:54:56.329Z Compiling crypto-common v0.1.6
18702025-08-12T20:54:56.806Z Compiling der_derive v0.7.3
18712025-08-12T20:54:56.923Z Compiling tinystr v0.7.6
18722025-08-12T20:54:57.074Z Compiling icu_collections v1.5.0
18732025-08-12T20:54:57.209Z Compiling schemars_derive v0.8.22
18742025-08-12T20:54:57.468Z Compiling icu_locid v1.5.0
18752025-08-12T20:54:57.684Z Compiling ring v0.17.14
18762025-08-12T20:54:57.890Z Compiling icu_properties_data v1.5.0
18772025-08-12T20:54:58.858Z Compiling icu_normalizer_data v1.5.0
18782025-08-12T20:54:59.013Z Compiling icu_provider v1.5.0
18792025-08-12T20:54:59.059Z Compiling aws-lc-rs v1.12.4
18802025-08-12T20:54:59.306Z Compiling vcpkg v0.2.15
18812025-08-12T20:54:59.721Z Compiling utf8_iter v1.0.4
18822025-08-12T20:54:59.834Z Compiling icu_locid_transform v1.5.0
18832025-08-12T20:55:00.152Z Compiling write16 v1.0.0
18842025-08-12T20:55:00.194Z Compiling utf16_iter v1.0.5
18852025-08-12T20:55:00.417Z Compiling const-oid v0.9.6
18862025-08-12T20:55:00.500Z Compiling byteorder v1.5.0
18872025-08-12T20:55:01.064Z Compiling futures-core v0.3.31
18882025-08-12T20:55:01.444Z Compiling icu_properties v1.5.1
18892025-08-12T20:55:02.628Z Compiling openssl-sys v0.9.109
18902025-08-12T20:55:03.621Z Compiling bitflags v2.9.1
18912025-08-12T20:55:03.829Z Compiling bytes v1.10.1
18922025-08-12T20:55:05.582Z Compiling signal-hook-registry v1.4.2
18932025-08-12T20:55:06.053Z Compiling icu_normalizer v1.5.0
18942025-08-12T20:55:06.166Z Compiling thiserror v1.0.69
18952025-08-12T20:55:06.394Z Compiling parking_lot v0.12.3
18962025-08-12T20:55:07.134Z Compiling idna_adapter v1.2.0
18972025-08-12T20:55:07.439Z Compiling tracing-attributes v0.1.27
18982025-08-12T20:55:08.060Z Compiling mio v1.0.2
18992025-08-12T20:55:08.342Z Compiling which v4.4.2
19002025-08-12T20:55:09.129Z Compiling idna v1.0.3
19012025-08-12T20:55:10.647Z Compiling block-buffer v0.10.4
19022025-08-12T20:55:10.853Z Compiling form_urlencoded v1.2.1
19032025-08-12T20:55:10.980Z Compiling thiserror-impl v1.0.69
19042025-08-12T20:55:11.128Z Compiling httparse v1.9.5
19052025-08-12T20:55:11.441Z Compiling digest v0.10.7
19062025-08-12T20:55:11.725Z Compiling socket2 v0.6.0
19072025-08-12T20:55:12.155Z Compiling thiserror v2.0.12
19082025-08-12T20:55:12.309Z Compiling url v2.5.4
19092025-08-12T20:55:12.442Z Compiling tokio v1.47.0
19102025-08-12T20:55:13.399Z Compiling indexmap v2.10.0
19112025-08-12T20:55:13.610Z Compiling thiserror-impl v2.0.12
19122025-08-12T20:55:14.769Z Compiling futures-sink v0.3.31
19132025-08-12T20:55:14.809Z Compiling num-conv v0.1.0
19142025-08-12T20:55:15.086Z Compiling time-core v0.1.2
19152025-08-12T20:55:15.155Z Compiling futures-channel v0.3.31
19162025-08-12T20:55:15.619Z Compiling time-macros v0.2.18
19172025-08-12T20:55:16.671Z Compiling pin-utils v0.1.0
19182025-08-12T20:55:16.863Z Compiling openssl v0.10.73
19192025-08-12T20:55:16.919Z Compiling futures-task v0.3.31
19202025-08-12T20:55:17.376Z Compiling futures-io v0.3.31
19212025-08-12T20:55:17.413Z Compiling fnv v1.0.7
19222025-08-12T20:55:17.610Z Compiling zerocopy v0.7.35
19232025-08-12T20:55:17.737Z Compiling futures-util v0.3.31
19242025-08-12T20:55:17.849Z Compiling uuid v1.17.0
19252025-08-12T20:55:18.694Z Compiling openssl-macros v0.1.1
19262025-08-12T20:55:19.523Z Compiling rustls v0.23.19
19272025-08-12T20:55:19.663Z Compiling iana-time-zone v0.1.63
19282025-08-12T20:55:19.961Z Compiling cpufeatures v0.2.14
19292025-08-12T20:55:20.024Z Compiling native-tls v0.2.12
19302025-08-12T20:55:20.182Z Compiling chrono v0.4.41
19312025-08-12T20:55:20.492Z Compiling hmac v0.12.1
19322025-08-12T20:55:20.563Z Compiling rustc_version v0.4.1
19332025-08-12T20:55:21.211Z Compiling aws-lc-sys v0.26.0
19342025-08-12T20:55:22.394Z Compiling block-padding v0.3.3
19352025-08-12T20:55:23.078Z Compiling cookie v0.18.1
19362025-08-12T20:55:23.112Z Compiling inout v0.1.3
19372025-08-12T20:55:23.509Z Compiling http v1.3.1
19382025-08-12T20:55:23.878Z Compiling serde_tokenstream v0.2.2
19392025-08-12T20:55:24.249Z Compiling bzip2-sys v0.1.13+1.0.8
19402025-08-12T20:55:24.507Z Compiling dyn-clone v1.0.19
19412025-08-12T20:55:25.335Z Compiling cipher v0.4.4
19422025-08-12T20:55:25.920Z Compiling sha2 v0.10.9
19432025-08-12T20:55:28.741Z Compiling scroll_derive v0.12.0
19442025-08-12T20:55:28.839Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19452025-08-12T20:55:29.149Z Compiling slog v2.7.0
19462025-08-12T20:55:29.691Z Compiling rustversion v1.0.17
19472025-08-12T20:55:29.727Z Compiling crossbeam-utils v0.8.21
19482025-08-12T20:55:29.777Z Compiling ucd-trie v0.1.7
19492025-08-12T20:55:30.282Z Compiling base64ct v1.6.0
19502025-08-12T20:55:30.350Z Compiling rustls-pki-types v1.10.0
19512025-08-12T20:55:30.583Z Compiling syn v1.0.109
19522025-08-12T20:55:30.744Z Compiling rustix v1.0.7
19532025-08-12T20:55:31.377Z Compiling pem-rfc7468 v0.7.0
19542025-08-12T20:55:31.608Z Compiling pest v2.7.14
19552025-08-12T20:55:32.408Z Compiling ppv-lite86 v0.2.20
19562025-08-12T20:55:32.916Z Compiling flagset v0.4.6
19572025-08-12T20:55:33.218Z Compiling litrs v0.4.1
19582025-08-12T20:55:33.251Z Compiling der v0.7.9
19592025-08-12T20:55:34.212Z Compiling document-features v0.2.11
19602025-08-12T20:55:34.641Z Compiling pest_meta v2.7.14
19612025-08-12T20:55:36.910Z Compiling tokio-util v0.7.15
19622025-08-12T20:55:37.631Z Compiling tracing-core v0.1.32
19632025-08-12T20:55:38.252Z Compiling untrusted v0.9.0
19642025-08-12T20:55:38.514Z Compiling untrusted v0.7.1
19652025-08-12T20:55:39.829Z Compiling base64 v0.22.1
19662025-08-12T20:55:39.918Z Compiling powerfmt v0.2.0
19672025-08-12T20:55:40.477Z Compiling newtype-uuid v1.2.4
19682025-08-12T20:55:40.962Z Compiling deranged v0.3.11
19692025-08-12T20:55:41.621Z Compiling tracing v0.1.40
19702025-08-12T20:55:42.571Z Compiling pest_generator v2.7.14
19712025-08-12T20:55:42.720Z Compiling spki v0.7.3
19722025-08-12T20:55:42.763Z Compiling salsa20 v0.10.2
19732025-08-12T20:55:43.070Z Compiling http-body v1.0.1
19742025-08-12T20:55:43.256Z Compiling pbkdf2 v0.12.2
19752025-08-12T20:55:44.680Z Compiling num_threads v0.1.7
19762025-08-12T20:55:44.854Z Compiling atomic-waker v1.1.2
19772025-08-12T20:55:45.160Z Compiling time v0.3.36
19782025-08-12T20:55:46.298Z Compiling pest_derive v2.7.14
19792025-08-12T20:55:47.202Z Compiling scrypt v0.11.0
19802025-08-12T20:55:47.532Z Compiling aes v0.8.4
19812025-08-12T20:55:47.728Z Compiling cbc v0.1.2
19822025-08-12T20:55:48.794Z Compiling usdt-impl v0.5.0
19832025-08-12T20:55:48.904Z Compiling tower-service v0.3.3
19842025-08-12T20:55:49.102Z Compiling try-lock v0.2.5
19852025-08-12T20:55:49.382Z Compiling num-bigint-dig v0.8.4
19862025-08-12T20:55:49.475Z Compiling zstd-safe v7.2.3
19872025-08-12T20:55:49.772Z Compiling want v0.3.1
19882025-08-12T20:55:50.006Z Compiling pkcs5 v0.7.1
19892025-08-12T20:55:50.776Z Compiling h2 v0.4.6
19902025-08-12T20:55:52.566Z Compiling scroll v0.12.0
19912025-08-12T20:55:53.211Z Compiling heapless v0.7.17
19922025-08-12T20:55:53.726Z Compiling ipnet v2.11.0
19932025-08-12T20:55:53.801Z Compiling async-trait v0.1.88
19942025-08-12T20:55:55.233Z Compiling ahash v0.8.12
19952025-08-12T20:55:55.720Z Compiling anyhow v1.0.98
19962025-08-12T20:55:56.092Z Compiling httpdate v1.0.3
19972025-08-12T20:55:56.428Z Compiling signal-hook v0.3.18
19982025-08-12T20:55:56.766Z Compiling plain v0.2.3
19992025-08-12T20:55:56.941Z Compiling openssl-probe v0.1.5
20002025-08-12T20:55:56.996Z Compiling foreign-types-shared v0.1.1
20012025-08-12T20:55:57.008Z Compiling goblin v0.8.2
20022025-08-12T20:55:57.150Z Compiling foreign-types v0.3.2
20032025-08-12T20:55:58.275Z Compiling pkcs8 v0.10.2
20042025-08-12T20:56:00.723Z Compiling hyper v1.6.0
20052025-08-12T20:56:02.491Z Compiling daft-derive v0.1.4
20062025-08-12T20:56:05.355Z Compiling tinyvec_macros v0.1.1
20072025-08-12T20:56:06.200Z Compiling strsim v0.11.1
20082025-08-12T20:56:06.622Z Compiling pretty-hex v0.4.1
20092025-08-12T20:56:06.914Z Compiling dof v0.3.0
20102025-08-12T20:56:07.382Z Compiling tinyvec v1.8.0
20112025-08-12T20:56:08.810Z Compiling hyper-util v0.1.16
20122025-08-12T20:56:12.363Z Compiling dtrace-parser v0.2.0
20132025-08-12T20:56:13.052Z Compiling rand_core v0.9.2
20142025-08-12T20:56:14.095Z Compiling curve25519-dalek v4.1.3
20152025-08-12T20:56:14.280Z Compiling clap_derive v4.5.41
20162025-08-12T20:56:14.714Z Compiling thread-id v4.2.2
20172025-08-12T20:56:14.882Z Compiling memoffset v0.9.1
20182025-08-12T20:56:16.259Z Compiling adler2 v2.0.0
20192025-08-12T20:56:16.617Z Compiling smoltcp v0.9.1
20202025-08-12T20:56:17.778Z Compiling miniz_oxide v0.8.5
20212025-08-12T20:56:24.307Z Compiling rand_chacha v0.9.0
20222025-08-12T20:56:25.369Z Compiling http-body-util v0.1.3
20232025-08-12T20:56:26.007Z Compiling strum_macros v0.26.4
20242025-08-12T20:56:27.737Z Compiling toml_datetime v0.6.11
20252025-08-12T20:56:28.161Z Compiling serde_spanned v0.6.9
20262025-08-12T20:56:28.555Z Compiling sync_wrapper v1.0.1
20272025-08-12T20:56:28.727Z Compiling encoding_rs v0.8.34
20282025-08-12T20:56:29.250Z Compiling psl-types v2.0.11
20292025-08-12T20:56:29.385Z Compiling mime v0.3.17
20302025-08-12T20:56:29.613Z Compiling buf-list v1.0.3
20312025-08-12T20:56:30.255Z Compiling tower-layer v0.3.3
20322025-08-12T20:56:30.361Z Compiling cfg_aliases v0.2.1
20332025-08-12T20:56:30.490Z Compiling nix v0.29.0
20342025-08-12T20:56:30.690Z Compiling tower v0.5.2
20352025-08-12T20:56:31.850Z Compiling publicsuffix v2.3.0
20362025-08-12T20:56:35.884Z Compiling rand v0.9.1
20372025-08-12T20:56:39.157Z Compiling tokio-native-tls v0.3.1
20382025-08-12T20:56:39.515Z Compiling unicode-normalization v0.1.24
20392025-08-12T20:56:40.380Z Compiling rustls-native-certs v0.8.1
20402025-08-12T20:56:40.466Z Compiling hubpack_derive v0.1.1
20412025-08-12T20:56:40.630Z Compiling strum_macros v0.27.1
20422025-08-12T20:56:41.157Z Compiling webpki-roots v1.0.1
20432025-08-12T20:56:41.413Z Compiling openapiv3 v2.2.0
20442025-08-12T20:56:41.445Z Compiling signature v2.2.0
20452025-08-12T20:56:41.719Z Compiling serde_urlencoded v0.7.1
20462025-08-12T20:56:41.942Z Compiling curve25519-dalek-derive v0.1.1
20472025-08-12T20:56:42.617Z Compiling fs-err v3.1.1
20482025-08-12T20:56:42.901Z Compiling crc32fast v1.4.2
20492025-08-12T20:56:43.070Z Compiling anstyle v1.0.11
20502025-08-12T20:56:43.327Z Compiling siphasher v0.3.11
20512025-08-12T20:56:43.551Z Compiling zlib-rs v0.5.1
20522025-08-12T20:56:43.586Z Compiling unicode-properties v0.1.3
20532025-08-12T20:56:43.752Z Compiling utf8parse v0.2.2
20542025-08-12T20:56:44.037Z Compiling unicode-bidi v0.3.17
20552025-08-12T20:56:44.041Z Compiling iri-string v0.7.8
20562025-08-12T20:56:45.418Z Compiling stringprep v0.1.5
20572025-08-12T20:56:45.460Z Compiling anstyle-parse v0.2.5
20582025-08-12T20:56:45.647Z Compiling phf_shared v0.11.2
20592025-08-12T20:56:48.024Z Compiling tower-http v0.6.6
20602025-08-12T20:56:49.153Z Compiling libz-rs-sys v0.5.1
20612025-08-12T20:56:49.332Z Compiling hyper-tls v0.6.0
20622025-08-12T20:56:49.875Z Compiling cookie_store v0.21.1
20632025-08-12T20:56:50.160Z Compiling usdt-attr-macro v0.5.0
20642025-08-12T20:56:50.341Z Compiling usdt-macro v0.5.0
20652025-08-12T20:56:50.867Z Compiling rand_chacha v0.3.1
20662025-08-12T20:56:51.845Z Compiling md-5 v0.10.6
20672025-08-12T20:56:51.908Z Compiling num-integer v0.1.46
20682025-08-12T20:56:52.022Z Compiling hash32 v0.2.1
20692025-08-12T20:56:52.709Z Compiling ff v0.13.0
20702025-08-12T20:56:52.929Z Compiling is_terminal_polyfill v1.70.1
20712025-08-12T20:56:53.126Z Compiling colorchoice v1.0.2
20722025-08-12T20:56:53.371Z Compiling anstyle-query v1.1.1
20732025-08-12T20:56:53.468Z Compiling base16ct v0.2.0
20742025-08-12T20:56:53.704Z Compiling fallible-iterator v0.2.0
20752025-08-12T20:56:53.884Z Compiling gimli v0.31.1
20762025-08-12T20:56:54.133Z Compiling sec1 v0.7.3
20772025-08-12T20:56:54.373Z Compiling postgres-protocol v0.6.8
20782025-08-12T20:56:54.599Z Compiling anstream v0.6.18
20792025-08-12T20:56:54.776Z Compiling group v0.13.0
20802025-08-12T20:56:55.162Z Compiling num-iter v0.1.45
20812025-08-12T20:56:55.369Z Compiling rand v0.8.5
20822025-08-12T20:56:56.230Z Compiling flate2 v1.1.2
20832025-08-12T20:56:57.550Z Compiling ipnetwork v0.21.1
20842025-08-12T20:56:58.851Z Compiling addr2line v0.24.2
20852025-08-12T20:56:58.886Z Compiling hkdf v0.12.4
20862025-08-12T20:56:59.440Z Compiling terminal_size v0.4.0
20872025-08-12T20:56:59.536Z Compiling crypto-bigint v0.5.5
20882025-08-12T20:56:59.659Z Compiling enum-as-inner v0.6.1
20892025-08-12T20:56:59.736Z Compiling serde_repr v0.1.19
20902025-08-12T20:57:00.764Z Compiling object v0.36.5
20912025-08-12T20:57:01.383Z Compiling bitflags v1.3.2
20922025-08-12T20:57:01.497Z Compiling bumpalo v3.16.0
20932025-08-12T20:57:01.582Z Compiling simd-adler32 v0.3.7
20942025-08-12T20:57:02.983Z Compiling winnow v0.5.40
20952025-08-12T20:57:05.009Z Compiling lockfree-object-pool v0.1.6
20962025-08-12T20:57:05.903Z Compiling managed v0.8.0
20972025-08-12T20:57:06.404Z Compiling rustls-webpki v0.102.8
20982025-08-12T20:57:06.697Z Compiling clap_lex v0.7.4
20992025-08-12T20:57:07.021Z Compiling rustc-demangle v0.1.24
21002025-08-12T20:57:07.267Z Compiling clap_builder v4.5.41
21012025-08-12T20:57:08.301Z Compiling backtrace v0.3.74
21022025-08-12T20:57:09.657Z Compiling toml_edit v0.19.15
21032025-08-12T20:57:12.700Z Compiling zopfli v0.8.1
21042025-08-12T20:57:13.927Z Compiling elliptic-curve v0.13.8
21052025-08-12T20:57:14.173Z Compiling oxnet v0.1.3
21062025-08-12T20:57:15.102Z Compiling tokio-rustls v0.26.0
21072025-08-12T20:57:15.691Z Compiling hyper-rustls v0.27.7
21082025-08-12T20:57:16.787Z Compiling zstd v0.13.3
21092025-08-12T20:57:17.060Z Compiling signal-hook-mio v0.2.4
21102025-08-12T20:57:17.394Z Compiling postgres-types v0.2.9
21112025-08-12T20:57:18.299Z Compiling phf v0.11.2
21122025-08-12T20:57:18.677Z Compiling strum v0.27.2
21132025-08-12T20:57:18.762Z Compiling ed25519 v2.2.3
21142025-08-12T20:57:18.918Z Compiling hubpack v0.1.2
21152025-08-12T20:57:18.918Z Compiling bzip2 v0.5.2
21162025-08-12T20:57:19.261Z Compiling bzip2 v0.4.4
21172025-08-12T20:57:19.483Z Compiling pkcs1 v0.7.5
21182025-08-12T20:57:19.816Z Compiling rfc6979 v0.4.0
21192025-08-12T20:57:19.965Z Compiling float-cmp v0.10.0
21202025-08-12T20:57:20.025Z Compiling serde-big-array v0.5.1
21212025-08-12T20:57:20.029Z Compiling regress v0.10.4
21222025-08-12T20:57:20.290Z Compiling bstr v1.10.0
21232025-08-12T20:57:20.456Z Compiling memmap v0.7.0
21242025-08-12T20:57:20.823Z Compiling socket2 v0.5.10
21252025-08-12T20:57:21.667Z Compiling toml_write v0.1.2
21262025-08-12T20:57:21.730Z Compiling winnow v0.7.10
21272025-08-12T20:57:22.151Z Compiling data-encoding v2.9.0
21282025-08-12T20:57:23.721Z Compiling fixedbitset v0.4.2
21292025-08-12T20:57:24.962Z Compiling unicode-segmentation v1.12.0
21302025-08-12T20:57:25.060Z Compiling normalize-line-endings v0.3.0
21312025-08-12T20:57:25.236Z Compiling precomputed-hash v0.1.1
21322025-08-12T20:57:25.461Z Compiling unicode-width v0.2.0
21332025-08-12T20:57:25.613Z Compiling predicates-core v1.0.8
21342025-08-12T20:57:25.950Z Compiling fastrand v2.1.1
21352025-08-12T20:57:26.419Z Compiling whoami v1.5.2
21362025-08-12T20:57:26.748Z Compiling static_assertions v1.1.0
21372025-08-12T20:57:27.061Z Compiling difflib v0.4.0
21382025-08-12T20:57:28.224Z Compiling new_debug_unreachable v1.0.6
21392025-08-12T20:57:28.368Z Compiling string_cache v0.8.9
21402025-08-12T20:57:28.831Z Compiling predicates v3.1.3
21412025-08-12T20:57:30.166Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
21422025-08-12T20:57:31.232Z Compiling toml_edit v0.22.27
21432025-08-12T20:57:31.632Z Compiling tokio-postgres v0.7.13
21442025-08-12T20:57:36.881Z Compiling tempfile v3.20.0
21452025-08-12T20:57:37.112Z Compiling reqwest v0.12.22
21462025-08-12T20:57:40.008Z Compiling console v0.15.10
21472025-08-12T20:57:45.917Z Compiling similar v2.7.0
21482025-08-12T20:57:46.437Z Compiling typify-impl v0.3.0
21492025-08-12T20:57:48.051Z Compiling petgraph v0.6.5
21502025-08-12T20:57:49.388Z Compiling hickory-proto v0.25.2
21512025-08-12T20:57:52.228Z Compiling usdt v0.5.0
21522025-08-12T20:57:52.694Z Compiling ecdsa v0.16.9
21532025-08-12T20:57:53.812Z Compiling rsa v0.9.6
21542025-08-12T20:57:56.443Z Compiling zip v0.6.6
21552025-08-12T20:57:57.195Z Compiling zip v4.2.0
21562025-08-12T20:57:57.553Z Compiling ed25519-dalek v2.1.1
21572025-08-12T20:57:58.547Z Compiling crossterm v0.28.1
21582025-08-12T20:57:58.966Z Compiling daft v0.1.4
21592025-08-12T20:57:59.255Z Compiling crossbeam-epoch v0.9.18
21602025-08-12T20:57:59.502Z Compiling toml v0.7.8
21612025-08-12T20:57:59.620Z Compiling clap v4.5.41
21622025-08-12T20:57:59.846Z Compiling strum v0.26.3
21632025-08-12T20:58:00.824Z Compiling tokio-stream v0.1.17
21642025-08-12T20:58:01.008Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
21652025-08-12T20:58:01.130Z Compiling x509-cert v0.2.5
21662025-08-12T20:58:01.730Z Compiling sha1 v0.10.6
21672025-08-12T20:58:01.823Z Compiling hex v0.4.3
21682025-08-12T20:58:02.131Z Compiling structmeta-derive v0.3.0
21692025-08-12T20:58:02.188Z Compiling itertools v0.10.5
21702025-08-12T20:58:02.611Z Compiling itertools v0.13.0
21712025-08-12T20:58:02.878Z Compiling winnow v0.6.26
21722025-08-12T20:58:04.817Z Compiling camino v1.1.10
21732025-08-12T20:58:04.875Z Compiling peg-runtime v0.8.5
21742025-08-12T20:58:05.494Z Compiling lalrpop-util v0.19.12
21752025-08-12T20:58:05.620Z Compiling unicode-xid v0.2.6
21762025-08-12T20:58:05.882Z Compiling rustc-hash v2.1.1
21772025-08-12T20:58:06.439Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21782025-08-12T20:58:06.842Z Compiling structmeta v0.3.0
21792025-08-12T20:58:07.873Z Compiling typify-macro v0.3.0
21802025-08-12T20:58:15.990Z Compiling radium v0.7.0
21812025-08-12T20:58:24.607Z Compiling is-terminal v0.4.13
21822025-08-12T20:58:24.892Z Compiling tap v1.0.1
21832025-08-12T20:58:25.461Z Compiling maybe-uninit v2.0.0
21842025-08-12T20:58:26.329Z Compiling wyz v0.5.1
21852025-08-12T20:58:30.483Z Compiling toml v0.8.23
21862025-08-12T20:58:30.983Z Compiling futures-executor v0.3.31
21872025-08-12T20:58:31.575Z Compiling zerocopy-derive v0.6.6
21882025-08-12T20:58:32.362Z Compiling wait-timeout v0.2.0
21892025-08-12T20:58:33.272Z Compiling typeid v1.0.3
21902025-08-12T20:58:33.298Z Compiling packed_struct v0.10.1
21912025-08-12T20:58:33.761Z Compiling bit-vec v0.8.0
21922025-08-12T20:58:33.867Z Compiling funty v2.0.0
21932025-08-12T20:58:34.363Z Compiling quick-error v1.2.3
21942025-08-12T20:58:34.857Z Compiling ident_case v1.0.1
21952025-08-12T20:58:35.126Z Compiling darling_core v0.20.10
21962025-08-12T20:58:35.508Z Compiling bitvec v1.0.1
21972025-08-12T20:58:36.308Z Compiling rusty-fork v0.3.0
21982025-08-12T20:58:36.633Z Compiling bit-set v0.8.0
21992025-08-12T20:58:37.141Z Compiling zerocopy v0.6.6
22002025-08-12T20:58:37.690Z Compiling futures v0.3.31
22012025-08-12T20:58:39.861Z Compiling typify v0.3.0
22022025-08-12T20:58:40.053Z Compiling derive-ex v0.1.8
22032025-08-12T20:58:42.299Z Compiling rand_xorshift v0.4.0
22042025-08-12T20:58:42.597Z Compiling packed_struct_codegen v0.10.1
22052025-08-12T20:58:43.290Z Compiling dirs-sys-next v0.1.2
22062025-08-12T20:58:43.509Z Compiling indexmap v1.9.3
22072025-08-12T20:58:43.885Z Compiling rustls v0.22.4
22082025-08-12T20:58:44.166Z Compiling nodrop v0.1.14
22092025-08-12T20:58:44.288Z Compiling crc-catalog v2.4.0
22102025-08-12T20:58:44.479Z Compiling unarray v0.1.4
22112025-08-12T20:58:45.063Z Compiling unsafe-libyaml v0.2.11
22122025-08-12T20:58:46.690Z Compiling serde_yaml v0.9.34+deprecated
22132025-08-12T20:58:50.133Z Compiling proptest v1.7.0
22142025-08-12T20:58:51.511Z Compiling crc v3.2.1
22152025-08-12T20:58:52.822Z Compiling array-init v0.0.4
22162025-08-12T20:58:53.909Z Compiling test-strategy v0.4.3
22172025-08-12T20:58:53.947Z Compiling dirs-next v2.0.0
22182025-08-12T20:58:57.890Z Compiling darling_macro v0.20.10
22192025-08-12T20:58:58.383Z Compiling progenitor-impl v0.9.1
22202025-08-12T20:58:58.571Z Compiling smallvec v0.6.14
22212025-08-12T20:59:02.039Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22222025-08-12T20:59:02.271Z Compiling xattr v1.3.1
22232025-08-12T20:59:03.098Z Compiling pin-project-internal v1.1.6
22242025-08-12T20:59:03.930Z Compiling thread_local v1.1.8
22252025-08-12T20:59:04.656Z Compiling filetime v0.2.25
22262025-08-12T20:59:05.042Z Compiling multer v3.1.0
22272025-08-12T20:59:05.412Z Compiling rayon-core v1.12.1
22282025-08-12T20:59:05.541Z Compiling base64 v0.21.7
22292025-08-12T20:59:05.765Z Compiling slog-async v2.8.0
22302025-08-12T20:59:06.276Z Compiling bitfield v0.14.0
22312025-08-12T20:59:06.628Z Compiling hashbrown v0.12.3
22322025-08-12T20:59:06.660Z Compiling match_cfg v0.1.0
22332025-08-12T20:59:06.808Z Compiling termcolor v1.4.1
22342025-08-12T20:59:06.836Z Compiling ref-cast v1.0.24
22352025-08-12T20:59:07.743Z Compiling same-file v1.0.6
22362025-08-12T20:59:08.017Z Compiling walkdir v2.5.0
22372025-08-12T20:59:08.207Z Compiling env_logger v0.10.2
22382025-08-12T20:59:08.516Z Compiling hostname v0.3.1
22392025-08-12T20:59:08.813Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
22402025-08-12T20:59:08.970Z Compiling ron v0.8.1
22412025-08-12T20:59:09.032Z Compiling pin-project v1.1.6
22422025-08-12T20:59:09.296Z Compiling tar v0.4.44
22432025-08-12T20:59:09.565Z Compiling progenitor-macro v0.9.1
22442025-08-12T20:59:09.704Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd)
22452025-08-12T20:59:11.067Z Compiling serde-hex v0.1.0
22462025-08-12T20:59:13.035Z Compiling erased-serde v0.4.6
22472025-08-12T20:59:14.575Z Compiling darling v0.20.10
22482025-08-12T20:59:14.721Z Compiling term v0.7.0
22492025-08-12T20:59:15.300Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22502025-08-12T20:59:15.661Z Compiling hashbrown v0.13.2
22512025-08-12T20:59:16.372Z Compiling progenitor-client v0.9.1
22522025-08-12T20:59:16.883Z Compiling crossbeam-channel v0.5.15
22532025-08-12T20:59:17.323Z Compiling slog-json v2.6.1
22542025-08-12T20:59:17.793Z Compiling serde_path_to_error v0.1.17
22552025-08-12T20:59:18.415Z Compiling snafu-derive v0.8.5
22562025-08-12T20:59:18.829Z Compiling async-stream-impl v0.3.6
22572025-08-12T20:59:18.854Z Compiling ref-cast-impl v1.0.24
22582025-08-12T20:59:19.887Z Compiling ordered-float v2.10.1
22592025-08-12T20:59:20.007Z Compiling fs-err v2.11.0
22602025-08-12T20:59:20.359Z Compiling dropshot v0.16.2
22612025-08-12T20:59:20.523Z Compiling debug-ignore v1.0.5
22622025-08-12T20:59:20.551Z Compiling take_mut v0.2.2
22632025-08-12T20:59:20.715Z Compiling crc-any v2.5.0
22642025-08-12T20:59:20.852Z Compiling progenitor v0.9.1
22652025-08-12T20:59:21.116Z Compiling serde-value v0.7.0
22662025-08-12T20:59:21.543Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
22672025-08-12T20:59:22.433Z Compiling snafu v0.8.5
22682025-08-12T20:59:22.916Z Compiling async-stream v0.3.6
22692025-08-12T20:59:23.259Z Compiling tokio-rustls v0.25.0
22702025-08-12T20:59:23.395Z Compiling slog-bunyan v2.5.0
22712025-08-12T20:59:23.552Z Compiling object v0.30.4
22722025-08-12T20:59:23.767Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22732025-08-12T20:59:23.836Z Compiling slog-term v2.9.1
22742025-08-12T20:59:25.228Z Compiling serde_with_macros v3.14.0
22752025-08-12T20:59:26.439Z Compiling serde-untagged v0.1.7
22762025-08-12T20:59:27.614Z Compiling camino-tempfile v1.4.1
22772025-08-12T20:59:28.440Z Compiling globset v0.4.15
22782025-08-12T20:59:29.857Z Compiling crossbeam-deque v0.8.5
22792025-08-12T20:59:30.308Z Compiling parse-display-derive v0.10.0
22802025-08-12T20:59:33.749Z Compiling olpc-cjson v0.1.4
22812025-08-12T20:59:34.089Z Compiling waitgroup v0.1.2
22822025-08-12T20:59:34.272Z Compiling pem v3.0.5
22832025-08-12T20:59:34.370Z Compiling rustls-pemfile v2.2.0
22842025-08-12T20:59:34.881Z Compiling dropshot_endpoint v0.16.2
22852025-08-12T20:59:35.631Z Compiling serde_plain v1.0.2
22862025-08-12T20:59:35.703Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22872025-08-12T20:59:35.725Z Compiling derive-where v1.5.0
22882025-08-12T20:59:36.132Z Compiling async-recursion v1.1.1
22892025-08-12T20:59:36.174Z Compiling blake3 v1.5.4
22902025-08-12T20:59:36.412Z Compiling hostname v0.4.0
22912025-08-12T20:59:36.708Z Compiling instant v0.1.13
22922025-08-12T20:59:36.797Z Compiling typed-path v0.9.3
22932025-08-12T20:59:36.905Z Compiling path-slash v0.1.5
22942025-08-12T20:59:37.165Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
22952025-08-12T20:59:37.417Z Compiling backoff v0.4.0
22962025-08-12T20:59:38.094Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22972025-08-12T20:59:38.316Z Compiling parse-display v0.10.0
22982025-08-12T20:59:38.490Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
22992025-08-12T20:59:38.862Z Compiling serde_with v3.14.0
23002025-08-12T20:59:40.201Z Compiling tough v0.20.0
23012025-08-12T20:59:41.831Z Compiling cargo-util-schemas v0.8.2
23022025-08-12T20:59:42.476Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23032025-08-12T20:59:43.233Z Compiling iddqd v0.3.9
23042025-08-12T20:59:43.513Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
23052025-08-12T20:59:44.185Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd)
23062025-08-12T20:59:44.750Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
23072025-08-12T20:59:50.633Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23082025-08-12T20:59:50.800Z Compiling progenitor-client v0.10.0
23092025-08-12T20:59:50.800Z Compiling macaddr v1.0.1
23102025-08-12T20:59:50.800Z Compiling cargo-platform v0.2.0
23112025-08-12T20:59:50.800Z Compiling memmap2 v0.9.5
23122025-08-12T20:59:50.856Z Compiling indent_write v2.2.0
23132025-08-12T20:59:50.856Z Compiling arrayref v0.3.9
23142025-08-12T20:59:50.856Z Compiling constant_time_eq v0.3.1
23152025-08-12T20:59:50.856Z Compiling arrayvec v0.7.6
23162025-08-12T20:59:50.856Z Compiling parse-size v1.1.0
23172025-08-12T20:59:50.856Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd)
23182025-08-12T20:59:51.055Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23192025-08-12T20:59:51.975Z Compiling cargo_metadata v0.21.0
23202025-08-12T20:59:52.147Z Compiling topological-sort v0.2.2
23212025-08-12T20:59:52.403Z Compiling display-error-chain v0.2.2
23222025-08-12T20:59:52.464Z Compiling omicron-zone-package v0.12.2
23232025-08-12T20:59:52.658Z Compiling shell-words v1.1.0
23242025-08-12T21:00:00.465Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23252025-08-12T21:00:07.959Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23262025-08-12T21:00:16.524Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23272025-08-12T21:00:34.966Z Finished `release` profile [optimized] target(s) in 5m 59s
23282025-08-12T21:00:35.161Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
23292025-08-12T21:00:35.222ZAug 12 21:00:34.589 DEBG changing working directory to /work/oxidecomputer/omicron
23302025-08-12T21:00:35.347ZAug 12 21:00:34.715 DEBG running: git rev-parse HEAD
23312025-08-12T21:00:35.353ZAug 12 21:00:34.718 DEBG process exited with exit status: 0 (3.424375ms)
23322025-08-12T21:00:35.354ZAug 12 21:00:34.718 INFO version: 16.0.0-0.ci+git3e2ae248caf
23332025-08-12T21:00:35.392ZAug 12 21:00:34.759 INFO cloning helios to /work/oxidecomputer/helios
23342025-08-12T21:00:35.392ZAug 12 21:00:34.759 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
23352025-08-12T21:00:35.396ZCloning into '/work/oxidecomputer/helios'...
23362025-08-12T21:00:35.900ZAug 12 21:00:35.267 DEBG process exited with exit status: 0 (507.76751ms)
23372025-08-12T21:00:35.900ZAug 12 21:00:35.267 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
23382025-08-12T21:00:35.903ZAug 12 21:00:35.270 DEBG process exited with exit status: 0 (3.277509ms)
23392025-08-12T21:00:35.903ZAug 12 21:00:35.270 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
23402025-08-12T21:00:37.079ZAug 12 21:00:36.446 DEBG process exited with exit status: 0 (1.17596493s)
23412025-08-12T21:00:37.079ZAug 12 21:00:36.446 DEBG running: zfs list rpool/images/build/host
23422025-08-12T21:00:37.084ZNAME USED AVAIL REFER MOUNTPOINT
23432025-08-12T21:00:37.084Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
23442025-08-12T21:00:37.088ZAug 12 21:00:36.452 DEBG process exited with exit status: 0 (5.473639ms)
23452025-08-12T21:00:37.088ZAug 12 21:00:36.452 DEBG running: zfs list rpool/images/build/recovery
23462025-08-12T21:00:37.091ZNAME USED AVAIL REFER MOUNTPOINT
23472025-08-12T21:00:37.091Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
23482025-08-12T21:00:37.091ZAug 12 21:00:36.457 DEBG process exited with exit status: 0 (4.581711ms)
23492025-08-12T21:00:37.091ZAug 12 21:00:36.457 INFO [hubris-staging] running task
23502025-08-12T21:00:37.091ZAug 12 21:00:36.457 INFO [incorp-manifest] running task
23512025-08-12T21:00:37.091ZAug 12 21:00:36.458 INFO [hubris-production] running task
23522025-08-12T21:00:37.091ZAug 12 21:00:36.458 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
23532025-08-12T21:00:37.091ZAug 12 21:00:36.458 INFO [incorp-create] running: pkgrepo create /work/incorporation
23542025-08-12T21:00:37.095ZAug 12 21:00:36.459 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
23552025-08-12T21:00:37.095ZAug 12 21:00:36.459 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
23562025-08-12T21:00:37.181Z[ helios-setup] cd tools/helios-build && cargo build --quiet
23572025-08-12T21:00:37.471ZAug 12 21:00:36.838 INFO [incorp-create] process exited with exit status: 0 (379.856419ms)
23582025-08-12T21:00:37.475ZAug 12 21:00:36.838 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
23592025-08-12T21:00:37.768Z[ omicron-package] Blocking waiting for file lock on package cache
23602025-08-12T21:00:37.860ZAug 12 21:00:37.227 INFO [incorp-publisher] process exited with exit status: 0 (388.889933ms)
23612025-08-12T21:00:38.273Z[ omicron-package] Blocking waiting for file lock on package cache
23622025-08-12T21:00:38.643Z[ omicron-package] Blocking waiting for file lock on package cache
23632025-08-12T21:00:39.363ZAug 12 21:00:38.729 INFO [hubris-production] task succeeded (2.271655195s)
23642025-08-12T21:00:39.510Z[ omicron-package] Compiling ring v0.17.14
23652025-08-12T21:00:39.751Z[ omicron-package] Compiling darling_core v0.21.0
23662025-08-12T21:00:39.844Z[ omicron-package] Compiling proc-macro-crate v1.3.1
23672025-08-12T21:00:39.847Z[ omicron-package] Compiling itertools v0.14.0
23682025-08-12T21:00:39.847Z[ omicron-package] Compiling heapless v0.8.0
23692025-08-12T21:00:39.851Z[ omicron-package] Compiling hash32 v0.3.1
23702025-08-12T21:00:39.851Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23712025-08-12T21:00:40.821Z[ omicron-package] Compiling smoltcp v0.11.0
23722025-08-12T21:00:41.757Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
23732025-08-12T21:00:42.208Z[ omicron-package] Compiling num_enum_derive v0.5.11
23742025-08-12T21:00:42.655Z[ omicron-package] Compiling cobs v0.2.3
23752025-08-12T21:00:43.072Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23762025-08-12T21:00:43.776Z[ omicron-package] Compiling postcard v1.0.10
23772025-08-12T21:00:44.761Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
23782025-08-12T21:00:45.581Z[ omicron-package] Compiling foreign-types-macros v0.2.3
23792025-08-12T21:00:45.700Z[ omicron-package] Compiling proc-macro-error v1.0.4
23802025-08-12T21:00:46.152Z[ omicron-package] Compiling num_enum v0.5.11
23812025-08-12T21:00:46.730Z[ omicron-package] Compiling rustls v0.23.19
23822025-08-12T21:00:46.896Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
23832025-08-12T21:00:47.033Z[ omicron-package] Compiling foreign-types-shared v0.3.1
23842025-08-12T21:00:47.168Z[ omicron-package] Compiling unicode-width v0.1.14
23852025-08-12T21:00:47.871Z[ omicron-package] Compiling foreign-types v0.5.0
23862025-08-12T21:00:48.485Z[ omicron-package] Compiling tabwriter v1.4.0
23872025-08-12T21:00:49.004Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23882025-08-12T21:00:49.779Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
23892025-08-12T21:00:49.905Z[ omicron-package] Compiling cstr-argument v0.1.2
23902025-08-12T21:00:50.019Z[ omicron-package] Compiling darling_macro v0.21.0
23912025-08-12T21:00:50.223Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
23922025-08-12T21:00:50.795Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23932025-08-12T21:00:50.919Z[ omicron-package] Compiling pretty-hex v0.2.1
23942025-08-12T21:00:51.603Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23952025-08-12T21:00:51.726Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23962025-08-12T21:00:51.885Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23972025-08-12T21:00:52.008Z[ omicron-package] Compiling rustls-webpki v0.102.8
23982025-08-12T21:00:52.189Z[ omicron-package] Compiling darling v0.21.0
23992025-08-12T21:00:52.451Z[ omicron-package] Compiling ingot-macros v0.1.1
24002025-08-12T21:00:52.586Z[ omicron-package] Compiling rayon v1.10.0
24012025-08-12T21:00:52.779Z[ omicron-package] Compiling colored v2.2.0
24022025-08-12T21:00:53.225Z[ omicron-package] Compiling heck v0.4.1
24032025-08-12T21:00:54.247Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
24042025-08-12T21:00:55.643Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24052025-08-12T21:00:56.374Z[ omicron-package] Compiling num-derive v0.4.2
24062025-08-12T21:00:56.724Z[ omicron-package] Compiling sigpipe v0.1.3
24072025-08-12T21:00:57.180Z[ omicron-package] Compiling jiff v0.2.15
24082025-08-12T21:00:57.649Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24092025-08-12T21:00:58.361Z[ omicron-package] Compiling glob v0.3.2
24102025-08-12T21:01:00.024Z[ omicron-package] Compiling libefi-sys v0.1.0
24112025-08-12T21:01:00.878Z[ omicron-package] Compiling rustls v0.22.4
24122025-08-12T21:01:01.096Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
24132025-08-12T21:01:01.455Z[ omicron-package] Compiling zone v0.3.1
24142025-08-12T21:01:01.529Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
24152025-08-12T21:01:01.998Z[ omicron-package] Compiling ingot-types v0.1.2
24162025-08-12T21:01:03.530Z[ omicron-package] Compiling ingot v0.1.1
24172025-08-12T21:01:03.633Z[ omicron-package] Compiling smf v0.2.3
24182025-08-12T21:01:06.961Z[ omicron-package] Compiling tokio-rustls v0.26.0
24192025-08-12T21:01:07.266Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24202025-08-12T21:01:07.904Z[ omicron-package] Compiling hyper-rustls v0.27.7
24212025-08-12T21:01:09.054Z[ omicron-package] Compiling reqwest v0.12.22
24222025-08-12T21:01:10.050Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
24232025-08-12T21:01:11.540Z[ omicron-package] Compiling bitfield-struct v0.6.2
24242025-08-12T21:01:12.945Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24252025-08-12T21:01:13.922Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24262025-08-12T21:01:14.616Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24272025-08-12T21:01:15.222Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
24282025-08-12T21:01:15.827Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24292025-08-12T21:01:16.682Z[ omicron-package] Compiling tokio-rustls v0.25.0
24302025-08-12T21:01:17.275Z[ omicron-package] Compiling dropshot v0.16.2
24312025-08-12T21:01:17.439Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24322025-08-12T21:01:17.703Z[ omicron-package] Compiling console v0.16.0
24332025-08-12T21:01:17.993Z[ omicron-package] Compiling tokio-dtrace v0.1.0
24342025-08-12T21:01:18.379ZAug 12 21:01:17.738 INFO [hubris-staging] task succeeded (41.281176045s)
24352025-08-12T21:01:18.875Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
24362025-08-12T21:01:20.901Z[ omicron-package] Compiling gethostname v0.5.0
24372025-08-12T21:01:21.457Z[ omicron-package] Compiling unit-prefix v0.5.1
24382025-08-12T21:01:21.923Z[ omicron-package] Compiling fixedbitset v0.5.7
24392025-08-12T21:01:23.419Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24402025-08-12T21:01:24.198Z[ omicron-package] Compiling petgraph v0.8.2
24412025-08-12T21:01:24.250Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24422025-08-12T21:01:25.338Z[ omicron-package] Compiling indicatif v0.18.0
24432025-08-12T21:01:25.912Z[ helios-setup] Aug 12 21:01:25.270 INFO helios repository root is: /work/oxidecomputer/helios
24442025-08-12T21:01:25.916Z[ helios-setup] Aug 12 21:01:25.272 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
24452025-08-12T21:01:25.916Z[ helios-setup] Aug 12 21:01:25.272 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
24462025-08-12T21:01:25.920Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
24472025-08-12T21:01:26.349Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
24482025-08-12T21:01:26.924Z[ helios-setup] Aug 12 21:01:26.282 INFO clone ok!, project: phbl
24492025-08-12T21:01:26.928Z[ helios-setup] Aug 12 21:01:26.282 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
24502025-08-12T21:01:26.928Z[ helios-setup] Aug 12 21:01:26.282 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
24512025-08-12T21:01:26.932Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
24522025-08-12T21:01:27.144Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24532025-08-12T21:01:27.552Z[ omicron-package] Compiling progenitor-client v0.9.1
24542025-08-12T21:01:27.681Z[ helios-setup] Aug 12 21:01:27.039 INFO clone ok!, project: bootserver
24552025-08-12T21:01:27.685Z[ helios-setup] Aug 12 21:01:27.039 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
24562025-08-12T21:01:27.685Z[ helios-setup] Aug 12 21:01:27.039 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
24572025-08-12T21:01:27.685Z[ helios-setup] Aug 12 21:01:27.039 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
24582025-08-12T21:01:27.689Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
24592025-08-12T21:01:29.096Z[ helios-setup] Aug 12 21:01:28.453 INFO clone ok!, project: chelsio-t6-roms
24602025-08-12T21:01:29.100Z[ helios-setup] Aug 12 21:01:28.454 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
24612025-08-12T21:01:29.100Z[ helios-setup] Aug 12 21:01:28.454 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
24622025-08-12T21:01:29.100Z[ helios-setup] Aug 12 21:01:28.454 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
24632025-08-12T21:01:29.100Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
24642025-08-12T21:01:29.149Z[ omicron-package] Compiling progenitor v0.9.1
24652025-08-12T21:01:29.463Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
24662025-08-12T21:01:29.724ZAug 12 21:01:29.081 DEBG process exited with exit status: 0 (52.623092559s)
24672025-08-12T21:01:29.727ZAug 12 21:01:29.083 INFO [incorp-manifest] task succeeded (52.625182187s)
24682025-08-12T21:01:29.727ZAug 12 21:01:29.083 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24692025-08-12T21:01:30.316ZAug 12 21:01:29.673 INFO [incorp-fmt] process exited with exit status: 0 (590.413089ms)
24702025-08-12T21:01:30.320ZAug 12 21:01:29.673 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24712025-08-12T21:01:30.679Z[ omicron-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
24722025-08-12T21:01:30.970Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@16.0.0.0,5.11:20250812T210130Z
24732025-08-12T21:01:30.973Z[ incorp-pkgsend] PUBLISHED
24742025-08-12T21:01:31.054ZAug 12 21:01:30.411 INFO [incorp-pkgsend] process exited with exit status: 0 (737.351124ms)
24752025-08-12T21:01:31.058ZAug 12 21:01:30.411 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24762025-08-12T21:01:31.226Z[ omicron-package] Compiling progenitor-client v0.10.0
24772025-08-12T21:01:31.523Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
24782025-08-12T21:01:31.531Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
24792025-08-12T21:01:31.603Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24802025-08-12T21:01:31.604Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24812025-08-12T21:01:31.604Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24822025-08-12T21:01:31.619Z[ helios-incorp]
24832025-08-12T21:01:31.619Z[ helios-incorp] Archiving packages ...
24842025-08-12T21:01:31.622Z[ helios-incorp] Packages to add: 1
24852025-08-12T21:01:31.622Z[ helios-incorp] Files to retrieve: 0
24862025-08-12T21:01:31.622Z[ helios-incorp] Estimated transfer size: 0.00 B
24872025-08-12T21:01:31.622Z[ helios-incorp]
24882025-08-12T21:01:31.624Z[ helios-incorp] Packages to archive:
24892025-08-12T21:01:31.624Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@16.0.0.0,5.11:20250812T210130Z
24902025-08-12T21:01:31.624Z[ helios-incorp]
24912025-08-12T21:01:31.624Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24922025-08-12T21:01:31.624Z[ helios-incorp] Archiving: Completed 106.69 kB in 0.00 seconds
24932025-08-12T21:01:31.712ZAug 12 21:01:31.069 INFO [helios-incorp] process exited with exit status: 0 (657.466967ms)
24942025-08-12T21:01:32.448Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24952025-08-12T21:01:32.477Z[ omicron-package] Compiling omicron-zone-package v0.12.2
24962025-08-12T21:01:37.631Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24972025-08-12T21:01:39.246Z[ helios-setup] Aug 12 21:01:38.601 INFO clone ok!, project: amd-firmware
24982025-08-12T21:01:39.249Z[ helios-setup] Aug 12 21:01:38.602 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
24992025-08-12T21:01:39.250Z[ helios-setup] Aug 12 21:01:38.602 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25002025-08-12T21:01:39.253Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25012025-08-12T21:01:40.462Z[ helios-setup] Aug 12 21:01:39.817 INFO clone ok!, project: pilot
25022025-08-12T21:01:40.466Z[ helios-setup] Aug 12 21:01:39.817 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
25032025-08-12T21:01:40.466Z[ helios-setup] Aug 12 21:01:39.817 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
25042025-08-12T21:01:40.470Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
25052025-08-12T21:01:41.308Z[ helios-setup] Aug 12 21:01:40.663 INFO clone ok!, project: image-builder
25062025-08-12T21:01:41.311Z[ helios-setup] Aug 12 21:01:40.663 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
25072025-08-12T21:01:41.311Z[ helios-setup] Aug 12 21:01:40.663 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
25082025-08-12T21:01:41.311Z[ helios-setup] Aug 12 21:01:40.663 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
25092025-08-12T21:01:41.315Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25102025-08-12T21:01:42.462Z[ helios-setup] Aug 12 21:01:41.816 INFO clone ok!, project: amd-host-image-builder
25112025-08-12T21:01:42.462Z[ helios-setup] Aug 12 21:01:41.816 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
25122025-08-12T21:01:42.470Z[ helios-setup] Aug 12 21:01:41.816 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25132025-08-12T21:01:42.471Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25142025-08-12T21:01:43.226Z[ helios-setup] Aug 12 21:01:42.580 INFO clone ok!, project: pinprick
25152025-08-12T21:01:43.230Z[ helios-setup] Aug 12 21:01:42.581 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
25162025-08-12T21:01:43.810Z[ helios-setup] Aug 12 21:01:43.165 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
25172025-08-12T21:01:44.442Z[ helios-setup] Aug 12 21:01:43.797 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
25182025-08-12T21:01:44.442Z[ helios-setup] Aug 12 21:01:43.797 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
25192025-08-12T21:01:45.026Z[ helios-setup] Aug 12 21:01:44.380 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
25202025-08-12T21:01:45.629Z[ helios-setup] Aug 12 21:01:44.984 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
25212025-08-12T21:01:45.629Z[ helios-setup] Aug 12 21:01:44.984 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
25222025-08-12T21:01:46.197Z[ helios-setup] Aug 12 21:01:45.551 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
25232025-08-12T21:01:46.761Z[ helios-setup] Aug 12 21:01:46.109 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
25242025-08-12T21:01:46.761Z[ helios-setup] Aug 12 21:01:46.109 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
25252025-08-12T21:01:46.761Z[ helios-setup] Aug 12 21:01:46.109 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
25262025-08-12T21:01:46.761Z[ helios-setup] Aug 12 21:01:46.109 INFO ok!
25272025-08-12T21:01:46.761Z[ helios-setup] Aug 12 21:01:46.109 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
25282025-08-12T21:01:46.761Z[ helios-setup] Aug 12 21:01:46.109 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
25292025-08-12T21:01:46.761Z[ helios-setup] Aug 12 21:01:46.109 INFO ok!
25302025-08-12T21:01:46.761Z[ helios-setup] Aug 12 21:01:46.109 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
25312025-08-12T21:01:46.761Z[ helios-setup] Aug 12 21:01:46.109 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
25322025-08-12T21:01:46.761Z[ helios-setup] Aug 12 21:01:46.109 INFO ok!
25332025-08-12T21:01:46.761Z[ helios-setup] Aug 12 21:01:46.109 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
25342025-08-12T21:01:46.886Z[ helios-setup] Aug 12 21:01:46.240 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.88.0-x86_64-unknown-illumos (default)"
25352025-08-12T21:01:46.886Z[ helios-setup] Aug 12 21:01:46.240 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
25362025-08-12T21:01:46.890Z[ helios-setup] Aug 12 21:01:46.240 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
25372025-08-12T21:01:47.162Z[ helios-setup] Aug 12 21:01:46.516 INFO E| Downloading crates ...
25382025-08-12T21:01:47.429Z[ helios-setup] Aug 12 21:01:46.780 INFO E| Downloaded unicode-width v0.1.10
25392025-08-12T21:01:47.456Z[ helios-setup] Aug 12 21:01:46.806 INFO E| Downloaded miniz_oxide v0.6.2
25402025-08-12T21:01:47.461Z[ helios-setup] Aug 12 21:01:46.809 INFO E| Downloaded sha2 v0.10.5
25412025-08-12T21:01:47.461Z[ helios-setup] Aug 12 21:01:46.812 INFO E| Downloaded generic-array v0.14.6
25422025-08-12T21:01:47.467Z[ helios-setup] Aug 12 21:01:46.818 INFO E| Downloaded typenum v1.15.0
25432025-08-12T21:01:47.474Z[ helios-setup] Aug 12 21:01:46.821 INFO E| Downloaded flate2 v1.0.25
25442025-08-12T21:01:47.474Z[ helios-setup] Aug 12 21:01:46.826 INFO E| Downloaded bytes v1.2.1
25452025-08-12T21:01:47.477Z[ helios-setup] Aug 12 21:01:46.831 INFO E| Downloaded anyhow v1.0.62
25462025-08-12T21:01:47.482Z[ helios-setup] Aug 12 21:01:46.836 INFO E| Downloaded digest v0.10.3
25472025-08-12T21:01:47.486Z[ helios-setup] Aug 12 21:01:46.838 INFO E| Downloaded cpufeatures v0.2.5
25482025-08-12T21:01:47.490Z[ helios-setup] Aug 12 21:01:46.840 INFO E| Downloaded block-buffer v0.10.3
25492025-08-12T21:01:47.551Z[ helios-setup] Aug 12 21:01:46.903 INFO E| Compiling typenum v1.15.0
25502025-08-12T21:01:47.551Z[ helios-setup] Aug 12 21:01:46.903 INFO E| Compiling version_check v0.9.4
25512025-08-12T21:01:47.556Z[ helios-setup] Aug 12 21:01:46.903 INFO E| Compiling crc32fast v1.3.2
25522025-08-12T21:01:47.556Z[ helios-setup] Aug 12 21:01:46.904 INFO E| Compiling cfg-if v1.0.0
25532025-08-12T21:01:47.556Z[ helios-setup] Aug 12 21:01:46.904 INFO E| Compiling adler v1.0.2
25542025-08-12T21:01:47.556Z[ helios-setup] Aug 12 21:01:46.904 INFO E| Compiling anyhow v1.0.62
25552025-08-12T21:01:47.556Z[ helios-setup] Aug 12 21:01:46.904 INFO E| Compiling unicode-width v0.1.10
25562025-08-12T21:01:47.556Z[ helios-setup] Aug 12 21:01:46.904 INFO E| Compiling cpufeatures v0.2.5
25572025-08-12T21:01:47.769Z[ helios-setup] Aug 12 21:01:47.123 INFO E| Compiling bytes v1.2.1
25582025-08-12T21:01:48.080Z[ helios-setup] Aug 12 21:01:47.433 INFO E| Compiling miniz_oxide v0.6.2
25592025-08-12T21:01:48.335Z[ helios-setup] Aug 12 21:01:47.687 INFO E| Compiling getopts v0.2.21
25602025-08-12T21:01:48.513Z[ helios-setup] Aug 12 21:01:47.867 INFO E| Compiling bitflags v1.3.2
25612025-08-12T21:01:48.782Z[ helios-setup] Aug 12 21:01:48.135 INFO E| Compiling generic-array v0.14.6
25622025-08-12T21:01:49.890Z[ helios-setup] Aug 12 21:01:49.243 INFO E| Compiling flate2 v1.0.25
25632025-08-12T21:01:53.445Z[ helios-setup] Aug 12 21:01:52.798 INFO E| Compiling block-buffer v0.10.3
25642025-08-12T21:01:53.445Z[ helios-setup] Aug 12 21:01:52.798 INFO E| Compiling crypto-common v0.1.6
25652025-08-12T21:01:53.601Z[ helios-setup] Aug 12 21:01:52.954 INFO E| Compiling digest v0.10.3
25662025-08-12T21:01:53.862Z[ helios-setup] Aug 12 21:01:53.212 INFO E| Compiling sha2 v0.10.5
25672025-08-12T21:01:54.396Z[ helios-setup] Aug 12 21:01:53.748 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
25682025-08-12T21:01:58.494Z[ helios-setup] Aug 12 21:01:57.841 INFO E| Finished `release` profile [optimized] target(s) in 11.49s
25692025-08-12T21:01:58.505Z[ helios-setup] Aug 12 21:01:57.857 INFO building project "bootserver" ok (11 seconds)
25702025-08-12T21:01:58.505Z[ helios-setup] Aug 12 21:01:57.857 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
25712025-08-12T21:01:58.609Z[ helios-setup] Aug 12 21:01:57.960 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.88.0-x86_64-unknown-illumos (default)"
25722025-08-12T21:01:58.609Z[ helios-setup] Aug 12 21:01:57.960 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
25732025-08-12T21:01:58.609Z[ helios-setup] Aug 12 21:01:57.960 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
25742025-08-12T21:01:58.985Z[ helios-setup] Aug 12 21:01:58.336 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
25752025-08-12T21:01:59.299Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25762025-08-12T21:02:00.171Z[ helios-setup] Aug 12 21:01:59.522 INFO E| From https://github.com/oxidecomputer/progenitor
25772025-08-12T21:02:00.171Z[ helios-setup] Aug 12 21:01:59.522 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
25782025-08-12T21:02:00.272Z[ helios-setup] Aug 12 21:01:59.623 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
25792025-08-12T21:02:00.523Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25802025-08-12T21:02:00.653Z[ helios-setup] Aug 12 21:02:00.004 INFO E| From https://github.com/jclulow/hiercmd
25812025-08-12T21:02:00.653Z[ helios-setup] Aug 12 21:02:00.004 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
25822025-08-12T21:02:00.701Z[ helios-setup] Aug 12 21:02:00.053 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
25832025-08-12T21:02:01.147Z[ helios-setup] Aug 12 21:02:00.497 INFO E| From https://github.com/jclulow/network-interface
25842025-08-12T21:02:01.147Z[ helios-setup] Aug 12 21:02:00.497 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
25852025-08-12T21:02:01.164Z[ helios-setup] Aug 12 21:02:00.515 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
25862025-08-12T21:02:01.579Z[ helios-setup] Aug 12 21:02:00.930 INFO E| From https://github.com/oxidecomputer/boot-image-tools
25872025-08-12T21:02:01.583Z[ helios-setup] Aug 12 21:02:00.930 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
25882025-08-12T21:02:01.612Z[ helios-setup] Aug 12 21:02:00.963 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
25892025-08-12T21:02:02.350Z[ helios-setup] Aug 12 21:02:01.687 INFO E| From https://github.com/oxidecomputer/facade
25902025-08-12T21:02:02.350Z[ helios-setup] Aug 12 21:02:01.687 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
25912025-08-12T21:02:02.376Z[ helios-setup] Aug 12 21:02:01.727 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
25922025-08-12T21:02:02.990Z[ helios-setup] Aug 12 21:02:02.341 INFO E| From https://github.com/oxidecomputer/dropshot
25932025-08-12T21:02:02.990Z[ helios-setup] Aug 12 21:02:02.341 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
25942025-08-12T21:02:03.031Z[ helios-setup] Aug 12 21:02:02.381 INFO E| Updating crates.io index
25952025-08-12T21:02:03.139Z[ helios-setup] Aug 12 21:02:02.490 INFO E| Updating git repository `https://github.com/oxidecomputer/lpc55_support`
25962025-08-12T21:02:03.451Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25972025-08-12T21:02:03.542Z[ helios-setup] Aug 12 21:02:02.893 INFO E| From https://github.com/oxidecomputer/lpc55_support
25982025-08-12T21:02:03.542Z[ helios-setup] Aug 12 21:02:02.893 INFO E| * [new ref] f05c063e4b68926069efa0edb1159c8a2dbd9253 -> refs/commit/f05c063e4b68926069efa0edb1159c8a2dbd9253
25992025-08-12T21:02:03.599Z[ helios-setup] Aug 12 21:02:02.949 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
26002025-08-12T21:02:04.321Z[ helios-setup] Aug 12 21:02:03.669 INFO E| From https://github.com/oxidecomputer/typify
26012025-08-12T21:02:04.321Z[ helios-setup] Aug 12 21:02:03.669 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
26022025-08-12T21:02:04.649Z[ helios-setup] Aug 12 21:02:04.000 INFO E| Downloading crates ...
26032025-08-12T21:02:04.759Z[ helios-setup] Aug 12 21:02:04.108 INFO E| Downloaded bincode v1.3.3
26042025-08-12T21:02:04.774Z[ helios-setup] Aug 12 21:02:04.120 INFO E| Downloaded proc-macro2 v1.0.86
26052025-08-12T21:02:04.778Z[ helios-setup] Aug 12 21:02:04.124 INFO E| Downloaded autocfg v1.1.0
26062025-08-12T21:02:04.778Z[ helios-setup] Aug 12 21:02:04.127 INFO E| Downloaded cc v1.0.78
26072025-08-12T21:02:04.785Z[ helios-setup] Aug 12 21:02:04.131 INFO E| Downloaded base64 v0.21.0
26082025-08-12T21:02:04.791Z[ helios-setup] Aug 12 21:02:04.137 INFO E| Downloaded async-stream v0.3.5
26092025-08-12T21:02:04.791Z[ helios-setup] Aug 12 21:02:04.139 INFO E| Downloaded scopeguard v1.1.0
26102025-08-12T21:02:04.795Z[ helios-setup] Aug 12 21:02:04.141 INFO E| Downloaded clap v4.2.1
26112025-08-12T21:02:04.807Z[ helios-setup] Aug 12 21:02:04.155 INFO E| Downloaded serde_tokenstream v0.2.0
26122025-08-12T21:02:04.811Z[ helios-setup] Aug 12 21:02:04.160 INFO E| Downloaded iana-time-zone v0.1.56
26132025-08-12T21:02:04.815Z[ helios-setup] Aug 12 21:02:04.162 INFO E| Downloaded http-body v0.4.5
26142025-08-12T21:02:04.815Z[ helios-setup] Aug 12 21:02:04.165 INFO E| Downloaded is-terminal v0.4.7
26152025-08-12T21:02:04.822Z[ helios-setup] Aug 12 21:02:04.167 INFO E| Downloaded futures-core v0.3.28
26162025-08-12T21:02:04.822Z[ helios-setup] Aug 12 21:02:04.169 INFO E| Downloaded form_urlencoded v1.1.0
26172025-08-12T21:02:04.826Z[ helios-setup] Aug 12 21:02:04.170 INFO E| Downloaded derive-where v1.4.0
26182025-08-12T21:02:04.826Z[ helios-setup] Aug 12 21:02:04.175 INFO E| Downloaded spin v0.5.2
26192025-08-12T21:02:04.830Z[ helios-setup] Aug 12 21:02:04.177 INFO E| Downloaded rustls-pemfile v1.0.2
26202025-08-12T21:02:04.830Z[ helios-setup] Aug 12 21:02:04.179 INFO E| Downloaded semver-parser v0.10.2
26212025-08-12T21:02:04.833Z[ helios-setup] Aug 12 21:02:04.182 INFO E| Downloaded schemars_derive v0.8.12
26222025-08-12T21:02:04.836Z[ helios-setup] Aug 12 21:02:04.186 INFO E| Downloaded want v0.3.0
26232025-08-12T21:02:04.840Z[ helios-setup] Aug 12 21:02:04.187 INFO E| Downloaded terminal_size v0.2.6
26242025-08-12T21:02:04.840Z[ helios-setup] Aug 12 21:02:04.189 INFO E| Downloaded semver v0.11.0
26252025-08-12T21:02:04.844Z[ helios-setup] Aug 12 21:02:04.191 INFO E| Downloaded tokio-macros v2.0.0
26262025-08-12T21:02:04.844Z[ helios-setup] Aug 12 21:02:04.194 INFO E| Downloaded termcolor v1.2.0
26272025-08-12T21:02:04.850Z[ helios-setup] Aug 12 21:02:04.197 INFO E| Downloaded serde_path_to_error v0.1.11
26282025-08-12T21:02:04.853Z[ helios-setup] Aug 12 21:02:04.200 INFO E| Downloaded tower-service v0.3.2
26292025-08-12T21:02:04.853Z[ helios-setup] Aug 12 21:02:04.202 INFO E| Downloaded num-integer v0.1.45
26302025-08-12T21:02:04.856Z[ helios-setup] Aug 12 21:02:04.205 INFO E| Downloaded io-lifetimes v1.0.10
26312025-08-12T21:02:04.857Z[ helios-setup] Aug 12 21:02:04.207 INFO E| Downloaded dyn-clone v1.0.11
26322025-08-12T21:02:04.860Z[ helios-setup] Aug 12 21:02:04.210 INFO E| Downloaded serde_derive_internals v0.26.0
26332025-08-12T21:02:04.866Z[ helios-setup] Aug 12 21:02:04.212 INFO E| Downloaded lazy_static v1.4.0
26342025-08-12T21:02:04.866Z[ helios-setup] Aug 12 21:02:04.214 INFO E| Downloaded walkdir v2.3.3
26352025-08-12T21:02:04.871Z[ helios-setup] Aug 12 21:02:04.218 INFO E| Downloaded try-lock v0.2.4
26362025-08-12T21:02:04.871Z[ helios-setup] Aug 12 21:02:04.219 INFO E| Downloaded textwrap v0.16.0
26372025-08-12T21:02:04.916Z[ helios-setup] Aug 12 21:02:04.222 INFO E| Downloaded toolchain_find v0.2.0
26382025-08-12T21:02:04.916Z[ helios-setup] Aug 12 21:02:04.224 INFO E| Downloaded smartstring v1.0.1
26392025-08-12T21:02:04.916Z[ helios-setup] Aug 12 21:02:04.226 INFO E| Downloaded sha2 v0.10.6
26402025-08-12T21:02:04.916Z[ helios-setup] Aug 12 21:02:04.229 INFO E| Downloaded const-random v0.1.15
26412025-08-12T21:02:04.916Z[ helios-setup] Aug 12 21:02:04.230 INFO E| Downloaded thiserror-impl v1.0.38
26422025-08-12T21:02:04.916Z[ helios-setup] Aug 12 21:02:04.232 INFO E| Downloaded signal-hook-registry v1.4.0
26432025-08-12T21:02:04.916Z[ helios-setup] Aug 12 21:02:04.233 INFO E| Downloaded semver v1.0.17
26442025-08-12T21:02:04.916Z[ helios-setup] Aug 12 21:02:04.236 INFO E| Downloaded ryu v1.0.13
26452025-08-12T21:02:04.916Z[ helios-setup] Aug 12 21:02:04.240 INFO E| Downloaded utf8parse v0.2.1
26462025-08-12T21:02:04.916Z[ helios-setup] Aug 12 21:02:04.241 INFO E| Downloaded toml_datetime v0.6.1
26472025-08-12T21:02:04.917Z[ helios-setup] Aug 12 21:02:04.242 INFO E| Downloaded strsim v0.10.0
26482025-08-12T21:02:04.917Z[ helios-setup] Aug 12 21:02:04.245 INFO E| Downloaded slab v0.4.7
26492025-08-12T21:02:04.917Z[ helios-setup] Aug 12 21:02:04.247 INFO E| Downloaded serde_derive v1.0.204
26502025-08-12T21:02:04.917Z[ helios-setup] Aug 12 21:02:04.250 INFO E| Downloaded slog-bunyan v2.4.0
26512025-08-12T21:02:04.917Z[ helios-setup] Aug 12 21:02:04.252 INFO E| Downloaded sha1 v0.10.5
26522025-08-12T21:02:04.917Z[ helios-setup] Aug 12 21:02:04.254 INFO E| Downloaded num_cpus v1.15.0
26532025-08-12T21:02:04.917Z[ helios-setup] Aug 12 21:02:04.258 INFO E| Downloaded smawk v0.3.1
26542025-08-12T21:02:04.917Z[ helios-setup] Aug 12 21:02:04.260 INFO E| Downloaded slog-async v2.7.0
26552025-08-12T21:02:04.917Z[ helios-setup] Aug 12 21:02:04.262 INFO E| Downloaded futures-executor v0.3.28
26562025-08-12T21:02:04.917Z[ helios-setup] Aug 12 21:02:04.264 INFO E| Downloaded num_enum v0.5.7
26572025-08-12T21:02:04.921Z[ helios-setup] Aug 12 21:02:04.269 INFO E| Downloaded rustfmt-wrapper v0.2.0
26582025-08-12T21:02:04.921Z[ helios-setup] Aug 12 21:02:04.271 INFO E| Downloaded schemars v0.8.12
26592025-08-12T21:02:04.932Z[ helios-setup] Aug 12 21:02:04.283 INFO E| Downloaded time v0.1.45
26602025-08-12T21:02:04.936Z[ helios-setup] Aug 12 21:02:04.284 INFO E| Downloaded serde_yaml v0.9.21
26612025-08-12T21:02:04.939Z[ helios-setup] Aug 12 21:02:04.288 INFO E| Downloaded typenum v1.16.0
26622025-08-12T21:02:04.943Z[ helios-setup] Aug 12 21:02:04.291 INFO E| Downloaded smallvec v1.10.0
26632025-08-12T21:02:04.943Z[ helios-setup] Aug 12 21:02:04.293 INFO E| Downloaded tokio-tungstenite v0.18.0
26642025-08-12T21:02:04.946Z[ helios-setup] Aug 12 21:02:04.295 INFO E| Downloaded thiserror v1.0.38
26652025-08-12T21:02:04.949Z[ helios-setup] Aug 12 21:02:04.299 INFO E| Downloaded uuid v1.3.0
26662025-08-12T21:02:04.953Z[ helios-setup] Aug 12 21:02:04.303 INFO E| Downloaded unicode-ident v1.0.8
26672025-08-12T21:02:04.957Z[ helios-setup] Aug 12 21:02:04.306 INFO E| Downloaded pkg-config v0.3.26
26682025-08-12T21:02:04.961Z[ helios-setup] Aug 12 21:02:04.308 INFO E| Downloaded toml v0.7.3
26692025-08-12T21:02:04.961Z[ helios-setup] Aug 12 21:02:04.311 INFO E| Downloaded tracing-core v0.1.30
26702025-08-12T21:02:04.967Z[ helios-setup] Aug 12 21:02:04.314 INFO E| Downloaded quote v1.0.36
26712025-08-12T21:02:04.967Z[ helios-setup] Aug 12 21:02:04.316 INFO E| Downloaded unicode-bidi v0.3.13
26722025-08-12T21:02:04.972Z[ helios-setup] Aug 12 21:02:04.318 INFO E| Downloaded unicode-linebreak v0.1.4
26732025-08-12T21:02:04.972Z[ helios-setup] Aug 12 21:02:04.320 INFO E| Downloaded tokio-rustls v0.24.0
26742025-08-12T21:02:04.976Z[ helios-setup] Aug 12 21:02:04.322 INFO E| Downloaded tinyvec v1.6.0
26752025-08-12T21:02:04.976Z[ helios-setup] Aug 12 21:02:04.325 INFO E| Downloaded unsafe-libyaml v0.2.8
26762025-08-12T21:02:04.986Z[ helios-setup] Aug 12 21:02:04.329 INFO E| Downloaded clap_lex v0.4.1
26772025-08-12T21:02:04.986Z[ helios-setup] Aug 12 21:02:04.330 INFO E| Downloaded once_cell v1.17.0
26782025-08-12T21:02:04.989Z[ helios-setup] Aug 12 21:02:04.332 INFO E| Downloaded toml v0.5.11
26792025-08-12T21:02:04.989Z[ helios-setup] Aug 12 21:02:04.334 INFO E| Downloaded rsa v0.9.8
26802025-08-12T21:02:04.989Z[ helios-setup] Aug 12 21:02:04.339 INFO E| Downloaded parking_lot v0.12.1
26812025-08-12T21:02:04.992Z[ helios-setup] Aug 12 21:02:04.342 INFO E| Downloaded serde v1.0.204
26822025-08-12T21:02:04.996Z[ helios-setup] Aug 12 21:02:04.345 INFO E| Downloaded futures v0.3.28
26832025-08-12T21:02:04.999Z[ helios-setup] Aug 12 21:02:04.350 INFO E| Downloaded url v2.3.1
26842025-08-12T21:02:05.003Z[ helios-setup] Aug 12 21:02:04.353 INFO E| Downloaded cargo-lock v8.0.3
26852025-08-12T21:02:05.007Z[ helios-setup] Aug 12 21:02:04.356 INFO E| Downloaded toml_edit v0.19.8
26862025-08-12T21:02:05.023Z[ helios-setup] Aug 12 21:02:04.373 INFO E| Downloaded memchr v2.5.0
26872025-08-12T21:02:05.027Z[ helios-setup] Aug 12 21:02:04.378 INFO E| Downloaded unicode-normalization v0.1.22
26882025-08-12T21:02:05.030Z[ helios-setup] Aug 12 21:02:04.381 INFO E| Downloaded iddqd v0.3.1
26892025-08-12T21:02:05.044Z[ helios-setup] Aug 12 21:02:04.386 INFO E| Downloaded parking_lot_core v0.9.6
26902025-08-12T21:02:05.049Z[ helios-setup] Aug 12 21:02:04.388 INFO E| Downloaded der v0.7.10
26912025-08-12T21:02:05.049Z[ helios-setup] Aug 12 21:02:04.394 INFO E| Downloaded winnow v0.4.1
26922025-08-12T21:02:05.055Z[ helios-setup] Aug 12 21:02:04.402 INFO E| Downloaded crossbeam-channel v0.5.6
26932025-08-12T21:02:05.060Z[ helios-setup] Aug 12 21:02:04.406 INFO E| Downloaded serde_json v1.0.95
26942025-08-12T21:02:05.064Z[ helios-setup] Aug 12 21:02:04.414 INFO E| Downloaded bytes v1.4.0
26952025-08-12T21:02:05.068Z[ helios-setup] Aug 12 21:02:04.417 INFO E| Downloaded tracing v0.1.37
26962025-08-12T21:02:05.074Z[ helios-setup] Aug 12 21:02:04.422 INFO E| Downloaded tokio-util v0.7.7
26972025-08-12T21:02:05.078Z[ helios-setup] Aug 12 21:02:04.428 INFO E| Downloaded rustix v0.37.3
26982025-08-12T21:02:05.096Z[ helios-setup] Aug 12 21:02:04.446 INFO E| Downloaded rustls v0.21.0
26992025-08-12T21:02:05.106Z[ helios-setup] Aug 12 21:02:04.457 INFO E| Downloaded syn v2.0.72
27002025-08-12T21:02:05.118Z[ helios-setup] Aug 12 21:02:04.468 INFO E| Downloaded rhai v1.14.0
27012025-08-12T21:02:05.129Z[ helios-setup] Aug 12 21:02:04.479 INFO E| Downloaded hashbrown v0.15.3
27022025-08-12T21:02:05.134Z[ helios-setup] Aug 12 21:02:04.484 INFO E| Downloaded libm v0.2.15
27032025-08-12T21:02:05.145Z[ helios-setup] Aug 12 21:02:04.495 INFO E| Downloaded hyper v0.14.25
27042025-08-12T21:02:05.152Z[ helios-setup] Aug 12 21:02:04.503 INFO E| Downloaded clap_builder v4.2.1
27052025-08-12T21:02:05.158Z[ helios-setup] Aug 12 21:02:04.509 INFO E| Downloaded futures-util v0.3.28
27062025-08-12T21:02:05.170Z[ helios-setup] Aug 12 21:02:04.520 INFO E| Downloaded reqwest v0.11.16
27072025-08-12T21:02:05.177Z[ helios-setup] Aug 12 21:02:04.527 INFO E| Downloaded git2 v0.16.1
27082025-08-12T21:02:05.186Z[ helios-setup] Aug 12 21:02:04.535 INFO E| Downloaded syn v1.0.107
27092025-08-12T21:02:05.195Z[ helios-setup] Aug 12 21:02:04.545 INFO E| Downloaded chrono v0.4.24
27102025-08-12T21:02:05.201Z[ helios-setup] Aug 12 21:02:04.552 INFO E| Downloaded h2 v0.3.16
27112025-08-12T21:02:05.207Z[ helios-setup] Aug 12 21:02:04.558 INFO E| Downloaded regex v1.7.3
27122025-08-12T21:02:05.215Z[ helios-setup] Aug 12 21:02:04.566 INFO E| Downloaded idna v0.3.0
27132025-08-12T21:02:05.221Z[ helios-setup] Aug 12 21:02:04.572 INFO E| Downloaded regress v0.5.0
27142025-08-12T21:02:05.227Z[ helios-setup] Aug 12 21:02:04.578 INFO E| Downloaded pest v2.5.7
27152025-08-12T21:02:05.233Z[ helios-setup] Aug 12 21:02:04.584 INFO E| Downloaded http v0.2.9
27162025-08-12T21:02:05.237Z[ helios-setup] Aug 12 21:02:04.587 INFO E| Downloaded num-traits v0.2.15
27172025-08-12T21:02:05.240Z[ helios-setup] Aug 12 21:02:04.590 INFO E| Downloaded openapiv3 v1.0.2
27182025-08-12T21:02:05.250Z[ helios-setup] Aug 12 21:02:04.601 INFO E| Downloaded clap_derive v4.2.0
27192025-08-12T21:02:05.254Z[ helios-setup] Aug 12 21:02:04.603 INFO E| Downloaded ucd-trie v0.1.5
27202025-08-12T21:02:05.254Z[ helios-setup] Aug 12 21:02:04.604 INFO E| Downloaded tungstenite v0.18.0
27212025-08-12T21:02:05.258Z[ helios-setup] Aug 12 21:02:04.607 INFO E| Downloaded mio v0.8.5
27222025-08-12T21:02:05.262Z[ helios-setup] Aug 12 21:02:04.612 INFO E| Downloaded tls_codec v0.4.2
27232025-08-12T21:02:05.265Z[ helios-setup] Aug 12 21:02:04.614 INFO E| Downloaded rustls-webpki v0.100.1
27242025-08-12T21:02:05.269Z[ helios-setup] Aug 12 21:02:04.620 INFO E| Downloaded home v0.5.4
27252025-08-12T21:02:05.273Z[ helios-setup] Aug 12 21:02:04.620 INFO E| Downloaded tokio v1.27.0
27262025-08-12T21:02:05.306Z[ helios-setup] Aug 12 21:02:04.650 INFO E| Downloaded rhai_codegen v1.5.0
27272025-08-12T21:02:05.312Z[ helios-setup] Aug 12 21:02:04.658 INFO E| Downloaded jobserver v0.1.26
27282025-08-12T21:02:05.313Z[ helios-setup] Aug 12 21:02:04.659 INFO E| Downloaded getrandom v0.2.8
27292025-08-12T21:02:05.313Z[ helios-setup] Aug 12 21:02:04.662 INFO E| Downloaded futures-channel v0.3.28
27302025-08-12T21:02:05.317Z[ helios-setup] Aug 12 21:02:04.664 INFO E| Downloaded proc-macro-crate v1.2.1
27312025-08-12T21:02:05.317Z[ helios-setup] Aug 12 21:02:04.665 INFO E| Downloaded lock_api v0.4.9
27322025-08-12T21:02:05.317Z[ helios-setup] Aug 12 21:02:04.666 INFO E| Downloaded ipnet v2.7.2
27332025-08-12T21:02:05.330Z[ helios-setup] Aug 12 21:02:04.668 INFO E| Downloaded built v0.6.0
27342025-08-12T21:02:05.330Z[ helios-setup] Aug 12 21:02:04.669 INFO E| Downloaded project-root v0.2.2
27352025-08-12T21:02:05.330Z[ helios-setup] Aug 12 21:02:04.670 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
27362025-08-12T21:02:05.330Z[ helios-setup] Aug 12 21:02:04.672 INFO E| Downloaded ppv-lite86 v0.2.17
27372025-08-12T21:02:05.330Z[ helios-setup] Aug 12 21:02:04.674 INFO E| Downloaded pin-project-lite v0.2.9
27382025-08-12T21:02:05.330Z[ helios-setup] Aug 12 21:02:04.678 INFO E| Downloaded percent-encoding v2.2.0
27392025-08-12T21:02:05.330Z[ helios-setup] Aug 12 21:02:04.679 INFO E| Downloaded paste v1.0.12
27402025-08-12T21:02:05.334Z[ helios-setup] Aug 12 21:02:04.683 INFO E| Downloaded num_enum_derive v0.5.7
27412025-08-12T21:02:05.334Z[ helios-setup] Aug 12 21:02:04.683 INFO E| Downloaded futures-sink v0.3.28
27422025-08-12T21:02:05.334Z[ helios-setup] Aug 12 21:02:04.684 INFO E| Downloaded futures-macro v0.3.28
27432025-08-12T21:02:05.339Z[ helios-setup] Aug 12 21:02:04.685 INFO E| Downloaded futures-io v0.3.28
27442025-08-12T21:02:05.339Z[ helios-setup] Aug 12 21:02:04.686 INFO E| Downloaded concolor-query v0.3.3
27452025-08-12T21:02:05.339Z[ helios-setup] Aug 12 21:02:04.687 INFO E| Downloaded tls_codec_derive v0.4.2
27462025-08-12T21:02:05.339Z[ helios-setup] Aug 12 21:02:04.688 INFO E| Downloaded tempfile v3.5.0
27472025-08-12T21:02:05.343Z[ helios-setup] Aug 12 21:02:04.691 INFO E| Downloaded socket2 v0.4.9
27482025-08-12T21:02:05.343Z[ helios-setup] Aug 12 21:02:04.693 INFO E| Downloaded flagset v0.4.7
27492025-08-12T21:02:05.347Z[ helios-setup] Aug 12 21:02:04.694 INFO E| Downloaded crc v3.3.0
27502025-08-12T21:02:05.347Z[ helios-setup] Aug 12 21:02:04.696 INFO E| Downloaded byteorder v1.4.3
27512025-08-12T21:02:05.347Z[ helios-setup] Aug 12 21:02:04.697 INFO E| Downloaded futures-task v0.3.28
27522025-08-12T21:02:05.351Z[ helios-setup] Aug 12 21:02:04.698 INFO E| Downloaded errno v0.3.1
27532025-08-12T21:02:05.351Z[ helios-setup] Aug 12 21:02:04.700 INFO E| Downloaded itoa v1.0.6
27542025-08-12T21:02:05.351Z[ helios-setup] Aug 12 21:02:04.702 INFO E| Downloaded httpdate v1.0.2
27552025-08-12T21:02:05.355Z[ helios-setup] Aug 12 21:02:04.703 INFO E| Downloaded const-random-macro v0.1.15
27562025-08-12T21:02:05.355Z[ helios-setup] Aug 12 21:02:04.704 INFO E| Downloaded httparse v1.8.0
27572025-08-12T21:02:05.360Z[ helios-setup] Aug 12 21:02:04.711 INFO E| Downloaded sct v0.7.0
27582025-08-12T21:02:05.366Z[ helios-setup] Aug 12 21:02:04.716 INFO E| Downloaded log v0.4.17
27592025-08-12T21:02:05.369Z[ helios-setup] Aug 12 21:02:04.720 INFO E| Downloaded libc v0.2.139
27602025-08-12T21:02:05.404Z[ helios-setup] Aug 12 21:02:04.754 INFO E| Downloaded anyhow v1.0.68
27612025-08-12T21:02:05.409Z[ helios-setup] Aug 12 21:02:04.759 INFO E| Downloaded crossbeam-utils v0.8.14
27622025-08-12T21:02:05.413Z[ helios-setup] Aug 12 21:02:04.763 INFO E| Downloaded base64ct v1.8.0
27632025-08-12T21:02:05.416Z[ helios-setup] Aug 12 21:02:04.767 INFO E| Downloaded anstyle-parse v0.1.1
27642025-08-12T21:02:05.420Z[ helios-setup] Aug 12 21:02:04.769 INFO E| Downloaded anstyle v0.3.5
27652025-08-12T21:02:05.424Z[ helios-setup] Aug 12 21:02:04.771 INFO E| Downloaded aho-corasick v0.7.20
27662025-08-12T21:02:05.439Z[ helios-setup] Aug 12 21:02:04.775 INFO E| Downloaded serde_spanned v0.6.1
27672025-08-12T21:02:05.439Z[ helios-setup] Aug 12 21:02:04.777 INFO E| Downloaded num-iter v0.1.44
27682025-08-12T21:02:05.439Z[ helios-setup] Aug 12 21:02:04.778 INFO E| Downloaded fastrand v1.9.0
27692025-08-12T21:02:05.439Z[ helios-setup] Aug 12 21:02:04.780 INFO E| Downloaded concolor-override v1.0.0
27702025-08-12T21:02:05.439Z[ helios-setup] Aug 12 21:02:04.781 INFO E| Downloaded camino v1.1.4
27712025-08-12T21:02:05.440Z[ helios-setup] Aug 12 21:02:04.783 INFO E| Downloaded ahash v0.8.3
27722025-08-12T21:02:05.440Z[ helios-setup] Aug 12 21:02:04.786 INFO E| Downloaded anstream v0.2.6
27732025-08-12T21:02:05.440Z[ helios-setup] Aug 12 21:02:04.789 INFO E| Downloaded ahash v0.7.6
27742025-08-12T21:02:05.445Z[ helios-setup] Aug 12 21:02:04.791 INFO E| Downloaded async-trait v0.1.68
27752025-08-12T21:02:05.445Z[ helios-setup] Aug 12 21:02:04.796 INFO E| Downloaded async-stream-impl v0.3.5
27762025-08-12T21:02:05.576Z[ helios-setup] Aug 12 21:02:04.925 INFO E| Downloaded encoding_rs v0.8.32
27772025-08-12T21:02:05.655Z[ helios-setup] Aug 12 21:02:05.006 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
27782025-08-12T21:02:05.803Z[ helios-setup] Aug 12 21:02:05.153 INFO E| Downloaded libz-sys v1.1.8
27792025-08-12T21:02:05.900Z[ helios-setup] Aug 12 21:02:05.241 INFO E| Downloaded ring v0.16.20
27802025-08-12T21:02:06.190Z[ helios-setup] Aug 12 21:02:05.537 INFO E| Compiling proc-macro2 v1.0.86
27812025-08-12T21:02:06.194Z[ helios-setup] Aug 12 21:02:05.543 INFO E| Compiling unicode-ident v1.0.8
27822025-08-12T21:02:06.194Z[ helios-setup] Aug 12 21:02:05.543 INFO E| Compiling libc v0.2.139
27832025-08-12T21:02:06.194Z[ helios-setup] Aug 12 21:02:05.543 INFO E| Compiling autocfg v1.1.0
27842025-08-12T21:02:06.194Z[ helios-setup] Aug 12 21:02:05.543 INFO E| Compiling cfg-if v1.0.0
27852025-08-12T21:02:06.194Z[ helios-setup] Aug 12 21:02:05.543 INFO E| Compiling version_check v0.9.4
27862025-08-12T21:02:06.194Z[ helios-setup] Aug 12 21:02:05.543 INFO E| Compiling serde v1.0.204
27872025-08-12T21:02:06.194Z[ helios-setup] Aug 12 21:02:05.543 INFO E| Compiling syn v1.0.107
27882025-08-12T21:02:06.821Z[ helios-setup] Aug 12 21:02:06.168 INFO E| Compiling memchr v2.5.0
27892025-08-12T21:02:06.991Z[ helios-setup] Aug 12 21:02:06.341 INFO E| Compiling once_cell v1.17.0
27902025-08-12T21:02:07.841Z[ helios-setup] Aug 12 21:02:07.191 INFO E| Compiling thiserror v1.0.38
27912025-08-12T21:02:09.435Z[ helios-setup] Aug 12 21:02:07.781 INFO E| Compiling itoa v1.0.6
27922025-08-12T21:02:09.440Z[ helios-setup] Aug 12 21:02:07.945 INFO E| Compiling log v0.4.17
27932025-08-12T21:02:09.440Z[ helios-setup] Aug 12 21:02:08.264 INFO E| Compiling serde_json v1.0.95
27942025-08-12T21:02:09.477Z[ helios-setup] Aug 12 21:02:08.826 INFO E| Compiling getrandom v0.2.8
27952025-08-12T21:02:09.768Z[ helios-setup] Aug 12 21:02:09.117 INFO E| Compiling quote v1.0.36
27962025-08-12T21:02:10.049Z[ helios-setup] Aug 12 21:02:09.398 INFO E| Compiling jobserver v0.1.26
27972025-08-12T21:02:10.383Z[ helios-setup] Aug 12 21:02:09.732 INFO E| Compiling indexmap v1.9.3
27982025-08-12T21:02:10.487Z[ helios-setup] Aug 12 21:02:09.837 INFO E| Compiling const-oid v0.9.6
27992025-08-12T21:02:10.572Z[ helios-setup] Aug 12 21:02:09.921 INFO E| Compiling syn v2.0.72
28002025-08-12T21:02:10.795Z[ helios-setup] Aug 12 21:02:10.144 INFO E| Compiling cc v1.0.78
28012025-08-12T21:02:10.849Z[ helios-setup] Aug 12 21:02:10.198 INFO E| Compiling bitflags v1.3.2
28022025-08-12T21:02:10.982Z[ helios-setup] Aug 12 21:02:10.332 INFO E| Compiling typenum v1.16.0
28032025-08-12T21:02:11.012Z[ helios-setup] Aug 12 21:02:10.362 INFO E| Compiling pin-project-lite v0.2.9
28042025-08-12T21:02:11.305Z[ helios-setup] Aug 12 21:02:10.653 INFO E| Compiling generic-array v0.14.6
28052025-08-12T21:02:11.493Z[ helios-setup] Aug 12 21:02:10.834 INFO E| Compiling bytes v1.4.0
28062025-08-12T21:02:11.860Z[ helios-setup] Aug 12 21:02:11.209 INFO E| Compiling futures-core v0.3.28
28072025-08-12T21:02:12.434Z[ helios-setup] Aug 12 21:02:11.783 INFO E| Compiling ryu v1.0.13
28082025-08-12T21:02:12.884Z[ helios-setup] Aug 12 21:02:12.233 INFO E| Compiling lock_api v0.4.9
28092025-08-12T21:02:13.053Z[ helios-setup] Aug 12 21:02:12.401 INFO E| Compiling parking_lot_core v0.9.6
28102025-08-12T21:02:13.229Z[ helios-setup] Aug 12 21:02:12.578 INFO E| Compiling slab v0.4.7
28112025-08-12T21:02:13.400Z[ helios-setup] Aug 12 21:02:12.749 INFO E| Compiling futures-task v0.3.28
28122025-08-12T21:02:13.616Z[ helios-setup] Aug 12 21:02:12.965 INFO E| Compiling futures-sink v0.3.28
28132025-08-12T21:02:13.702Z[ helios-setup] Aug 12 21:02:13.051 INFO E| Compiling io-lifetimes v1.0.10
28142025-08-12T21:02:13.753Z[ helios-setup] Aug 12 21:02:13.103 INFO E| Compiling libm v0.2.15
28152025-08-12T21:02:13.834Z[ helios-setup] Aug 12 21:02:13.182 INFO E| Compiling futures-channel v0.3.28
28162025-08-12T21:02:13.908Z[ helios-setup] Aug 12 21:02:13.257 INFO E| Compiling pkg-config v0.3.26
28172025-08-12T21:02:14.088Z[ helios-setup] Aug 12 21:02:13.436 INFO E| Compiling scopeguard v1.1.0
28182025-08-12T21:02:14.660Z[ helios-setup] Aug 12 21:02:14.006 INFO E| Compiling tokio v1.27.0
28192025-08-12T21:02:14.684Z[ helios-setup] Aug 12 21:02:14.031 INFO E| Compiling num-traits v0.2.15
28202025-08-12T21:02:14.759Z[ helios-setup] Aug 12 21:02:14.108 INFO E| Compiling block-buffer v0.10.3
28212025-08-12T21:02:14.858Z[ helios-setup] Aug 12 21:02:14.207 INFO E| Compiling crypto-common v0.1.6
28222025-08-12T21:02:14.898Z[ helios-setup] Aug 12 21:02:14.247 INFO E| Compiling futures-util v0.3.28
28232025-08-12T21:02:14.926Z[ helios-setup] Aug 12 21:02:14.275 INFO E| Compiling rustix v0.37.3
28242025-08-12T21:02:15.099Z[ helios-setup] Aug 12 21:02:14.447 INFO E| Compiling digest v0.10.7
28252025-08-12T21:02:15.839Z[ helios-setup] Aug 12 21:02:15.188 INFO E| Compiling mio v0.8.5
28262025-08-12T21:02:16.003Z[ helios-setup] Aug 12 21:02:15.352 INFO E| Compiling socket2 v0.4.9
28272025-08-12T21:02:16.097Z[ helios-setup] Aug 12 21:02:15.445 INFO E| Compiling signal-hook-registry v1.4.0
28282025-08-12T21:02:16.157Z[ helios-setup] Aug 12 21:02:15.506 INFO E| Compiling num_cpus v1.15.0
28292025-08-12T21:02:16.464Z[ helios-setup] Aug 12 21:02:15.812 INFO E| Compiling errno v0.3.1
28302025-08-12T21:02:16.577Z[ helios-setup] Aug 12 21:02:15.925 INFO E| Compiling pin-utils v0.1.0
28312025-08-12T21:02:16.787Z[ helios-setup] Aug 12 21:02:16.135 INFO E| Compiling futures-io v0.3.28
28322025-08-12T21:02:16.890Z[ helios-setup] Aug 12 21:02:16.239 INFO E| Compiling spin v0.5.2
28332025-08-12T21:02:17.373Z[ helios-setup] Aug 12 21:02:16.721 INFO E| Compiling crunchy v0.2.2
28342025-08-12T21:02:18.217Z[ helios-setup] Aug 12 21:02:17.559 INFO E| Compiling num-integer v0.1.45
28352025-08-12T21:02:18.294Z[ helios-setup] Aug 12 21:02:17.642 INFO E| Compiling tiny-keccak v2.0.2
28362025-08-12T21:02:18.999Z[ helios-setup] Aug 12 21:02:18.347 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
28372025-08-12T21:02:19.545Z[ helios-setup] Aug 12 21:02:18.891 INFO E| Compiling hashbrown v0.12.3
28382025-08-12T21:02:19.800Z[ helios-setup] Aug 12 21:02:19.147 INFO E| Compiling schemars v0.8.12
28392025-08-12T21:02:20.604Z[ helios-setup] Aug 12 21:02:19.946 INFO E| Compiling cpufeatures v0.2.5
28402025-08-12T21:02:21.199Z[ helios-setup] Aug 12 21:02:20.547 INFO E| Compiling serde_derive_internals v0.26.0
28412025-08-12T21:02:21.277Z[ helios-setup] Aug 12 21:02:20.624 INFO E| Compiling ahash v0.7.6
28422025-08-12T21:02:21.566Z[ helios-setup] Aug 12 21:02:20.913 INFO E| Compiling slog v2.7.0
28432025-08-12T21:02:22.025Z[ helios-setup] Aug 12 21:02:21.372 INFO E| Compiling heck v0.4.1
28442025-08-12T21:02:23.054Z[ helios-setup] Aug 12 21:02:22.401 INFO E| Compiling thiserror-impl v1.0.38
28452025-08-12T21:02:23.429Z[ helios-setup] Aug 12 21:02:22.776 INFO E| Compiling ahash v0.8.3
28462025-08-12T21:02:24.170Z[ helios-setup] Aug 12 21:02:23.517 INFO E| Compiling schemars_derive v0.8.12
28472025-08-12T21:02:24.670Z[ helios-setup] Aug 12 21:02:24.016 INFO E| Compiling anyhow v1.0.68
28482025-08-12T21:02:24.740Z[ helios-setup] Aug 12 21:02:24.086 INFO E| Compiling unicode-width v0.1.10
28492025-08-12T21:02:25.313Z[ helios-setup] Aug 12 21:02:24.659 INFO E| Compiling serde_derive v1.0.204
28502025-08-12T21:02:25.651Z[ helios-setup] Aug 12 21:02:24.994 INFO E| Compiling tokio-macros v2.0.0
28512025-08-12T21:02:25.731Z[ helios-setup] Aug 12 21:02:25.077 INFO E| Compiling futures-macro v0.3.28
28522025-08-12T21:02:26.073Z[ helios-setup] Aug 12 21:02:25.420 INFO E| Compiling const-random-macro v0.1.15
28532025-08-12T21:02:28.020Z[ helios-setup] Aug 12 21:02:27.362 INFO E| Compiling fnv v1.0.7
28542025-08-12T21:02:28.065Z[ helios-setup] Aug 12 21:02:27.411 INFO E| Compiling byteorder v1.4.3
28552025-08-12T21:02:28.219Z[ helios-setup] Aug 12 21:02:27.565 INFO E| Compiling http v0.2.9
28562025-08-12T21:02:28.617Z[ helios-setup] Aug 12 21:02:27.948 INFO E| Compiling const-random v0.1.15
28572025-08-12T21:02:28.782Z[ helios-setup] Aug 12 21:02:28.128 INFO E| Compiling getopts v0.2.21
28582025-08-12T21:02:29.176Z[ helios-setup] Aug 12 21:02:28.519 INFO E| Compiling aho-corasick v0.7.20
28592025-08-12T21:02:29.268Z[ helios-setup] Aug 12 21:02:28.614 INFO E| Compiling rand_core v0.6.4
28602025-08-12T21:02:29.448Z[ helios-setup] Aug 12 21:02:28.793 INFO E| Compiling httparse v1.8.0
28612025-08-12T21:02:29.722Z[ helios-setup] Aug 12 21:02:29.068 INFO E| Compiling powerfmt v0.2.0
28622025-08-12T21:02:29.805Z[ helios-setup] Aug 12 21:02:29.150 INFO E| Compiling time-core v0.1.2
28632025-08-12T21:02:30.082Z[ helios-setup] Aug 12 21:02:29.401 INFO E| Compiling tinyvec_macros v0.1.1
28642025-08-12T21:02:30.105Z[ helios-setup] Aug 12 21:02:29.450 INFO E| Compiling crc32fast v1.3.2
28652025-08-12T21:02:30.335Z[ helios-setup] Aug 12 21:02:29.681 INFO E| Compiling regex-syntax v0.6.29
28662025-08-12T21:02:30.517Z[ helios-setup] Aug 12 21:02:29.862 INFO E| Compiling percent-encoding v2.2.0
28672025-08-12T21:02:30.767Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 53s
28682025-08-12T21:02:30.827Z[ helios-setup] Aug 12 21:02:30.172 INFO E| Compiling num-conv v0.1.0
28692025-08-12T21:02:31.005Z[ helios-setup] Aug 12 21:02:30.351 INFO E| Compiling form_urlencoded v1.1.0
28702025-08-12T21:02:31.063Z[ helios-setup] Aug 12 21:02:30.408 INFO E| Compiling tinyvec v1.6.0
28712025-08-12T21:02:31.125Z[ helios-setup] Aug 12 21:02:30.471 INFO E| Compiling time-macros v0.2.18
28722025-08-12T21:02:31.169Z[ omicron-package]
28732025-08-12T21:02:31.169Z[ omicron-package] real 1:53.979115059
28742025-08-12T21:02:31.173Z[ omicron-package] user 8:43.862869817
28752025-08-12T21:02:31.174Z[ omicron-package] sys 33.158064757
28762025-08-12T21:02:31.174Z[ omicron-package] trap 1.032070666
28772025-08-12T21:02:31.174Z[ omicron-package] tflt 1.136385206
28782025-08-12T21:02:31.174Z[ omicron-package] dflt 0.955210019
28792025-08-12T21:02:31.174Z[ omicron-package] kflt 0.000028954
28802025-08-12T21:02:31.174Z[ omicron-package] lock 30:01.029764933
28812025-08-12T21:02:31.174Z[ omicron-package] slp 34:07.004229856
28822025-08-12T21:02:31.174Z[ omicron-package] lat 4:27.914862735
28832025-08-12T21:02:31.174Z[ omicron-package] stop 1:34.292507182
28842025-08-12T21:02:31.174ZAug 12 21:02:30.515 INFO [omicron-package] process exited with exit status: 0 (114.056196462s)
28852025-08-12T21:02:31.174ZAug 12 21:02:30.516 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28862025-08-12T21:02:31.178ZAug 12 21:02:30.522 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28872025-08-12T21:02:31.192Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28882025-08-12T21:02:31.192Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28892025-08-12T21:02:31.196Z[ recovery-target] Created new build target 'recovery' and set it as active
28902025-08-12T21:02:31.196Z[ host-target] Created new build target 'host' and set it as active
28912025-08-12T21:02:31.200ZAug 12 21:02:30.543 INFO [recovery-target] process exited with exit status: 0 (21.561392ms)
28922025-08-12T21:02:31.200ZAug 12 21:02:30.543 INFO [host-target] process exited with exit status: 0 (27.717462ms)
28932025-08-12T21:02:31.200ZAug 12 21:02:30.544 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28942025-08-12T21:02:31.211Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28952025-08-12T21:02:31.710Z[ helios-setup] Aug 12 21:02:31.053 INFO E| Compiling deranged v0.3.11
28962025-08-12T21:02:32.625Z[ helios-setup] Aug 12 21:02:31.968 INFO E| Compiling hashbrown v0.13.2
28972025-08-12T21:02:32.806Z[ helios-setup] Aug 12 21:02:32.150 INFO E| Compiling chrono v0.4.24
28982025-08-12T21:02:33.859Z[ helios-setup] Aug 12 21:02:33.142 INFO E| Compiling libz-sys v1.1.8
28992025-08-12T21:02:33.868Z[ helios-setup] Aug 12 21:02:33.189 INFO E| Compiling regex v1.7.3
29002025-08-12T21:02:34.388Z[ helios-setup] Aug 12 21:02:33.732 INFO E| Compiling dyn-clone v1.0.11
29012025-08-12T21:02:34.548Z[ helios-setup] Aug 12 21:02:33.893 INFO E| Compiling ppv-lite86 v0.2.17
29022025-08-12T21:02:34.570Z[ host-package] Compiling ring v0.17.14
29032025-08-12T21:02:34.680Z[ helios-setup] Aug 12 21:02:34.024 INFO E| Compiling num_threads v0.1.6
29042025-08-12T21:02:34.830Z[ helios-setup] Aug 12 21:02:34.160 INFO E| Compiling uuid v1.3.0
29052025-08-12T21:02:34.990Z[ host-package] Compiling typify-impl v0.4.1
29062025-08-12T21:02:35.024Z[ host-package] Compiling convert_case v0.4.0
29072025-08-12T21:02:35.024Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29082025-08-12T21:02:35.034Z[ host-package] Compiling dirs-sys-next v0.1.2
29092025-08-12T21:02:35.034Z[ host-package] Compiling num-rational v0.4.2
29102025-08-12T21:02:35.363Z[ helios-setup] Aug 12 21:02:34.707 INFO E| Compiling time v0.3.36
29112025-08-12T21:02:35.520Z[ helios-setup] Aug 12 21:02:34.864 INFO E| Compiling rand_chacha v0.3.1
29122025-08-12T21:02:35.629Z[ helios-setup] Aug 12 21:02:34.973 INFO E| Compiling regress v0.5.0
29132025-08-12T21:02:35.728Z[ helios-setup] Aug 12 21:02:35.073 INFO E| Compiling unicode-normalization v0.1.22
29142025-08-12T21:02:36.740Z[ host-package] Compiling dirs-next v2.0.0
29152025-08-12T21:02:37.207Z[ host-package] Compiling derive_more v0.99.20
29162025-08-12T21:02:37.445Z[ host-package] Compiling num-complex v0.4.6
29172025-08-12T21:02:37.823Z[ host-package] Compiling term v0.7.0
29182025-08-12T21:02:38.541Z[ helios-setup] Aug 12 21:02:37.885 INFO E| Compiling sha2 v0.10.6
29192025-08-12T21:02:39.333Z[ helios-setup] Aug 12 21:02:38.677 INFO E| Compiling is-terminal v0.4.7
29202025-08-12T21:02:39.499Z[ helios-setup] Aug 12 21:02:38.843 INFO E| Compiling lazy_static v1.4.0
29212025-08-12T21:02:39.786Z[ helios-setup] Aug 12 21:02:39.128 INFO E| Compiling dirs-sys-next v0.1.2
29222025-08-12T21:02:42.935Z[ host-package] Compiling num v0.4.3
29232025-08-12T21:02:43.012Z[ helios-setup] Aug 12 21:02:39.220 INFO E| Compiling tracing-core v0.1.30
29242025-08-12T21:02:43.012Z[ host-package] Compiling float-ord v0.3.2
29252025-08-12T21:02:43.012Z[ host-package] Compiling half v2.4.1
29262025-08-12T21:02:43.012Z[ host-package] Compiling is-terminal v0.4.13
29272025-08-12T21:02:43.012Z[ host-package] Compiling ciborium-io v0.2.2
29282025-08-12T21:02:43.012Z[ host-package] Compiling camino v1.1.10
29292025-08-12T21:02:43.012Z[ host-package] Compiling rustls v0.23.19
29302025-08-12T21:02:43.012Z[ host-package] Compiling bytecount v0.6.8
29312025-08-12T21:02:43.012Z[ host-package] Compiling ciborium-ll v0.2.2
29322025-08-12T21:02:43.012Z[ helios-setup] Aug 12 21:02:41.159 INFO E| Compiling unicode-bidi v0.3.13
29332025-08-12T21:02:43.012Z[ helios-setup] Aug 12 21:02:41.338 INFO E| Compiling ucd-trie v0.1.5
29342025-08-12T21:02:43.012Z[ host-package] Compiling secrecy v0.10.3
29352025-08-12T21:02:43.012Z[ host-package] Compiling ciborium v0.2.2
29362025-08-12T21:02:43.013Z[ host-package] Compiling fastrand v2.1.1
29372025-08-12T21:02:43.013Z[ helios-setup] Aug 12 21:02:42.269 INFO E| Compiling toml v0.5.11
29382025-08-12T21:02:43.123Z[ helios-setup] Aug 12 21:02:42.466 INFO E| Compiling smallvec v1.10.0
29392025-08-12T21:02:43.409Z[ host-package] Compiling swrite v0.1.0
29402025-08-12T21:02:43.825Z[ host-package] Compiling rustls v0.22.4
29412025-08-12T21:02:44.001Z[ host-package] Compiling tempfile v3.20.0
29422025-08-12T21:02:44.152Z[ host-package] Compiling password-hash v0.5.0
29432025-08-12T21:02:45.079Z[ helios-setup] Aug 12 21:02:44.421 INFO E| Compiling serde_tokenstream v0.2.0
29442025-08-12T21:02:45.779Z[ host-package] Compiling blake2 v0.10.6
29452025-08-12T21:02:45.886Z[ helios-setup] Aug 12 21:02:45.229 INFO E| Compiling parking_lot v0.12.1
29462025-08-12T21:02:46.352Z[ helios-setup] Aug 12 21:02:45.695 INFO E| Compiling base64 v0.21.0
29472025-08-12T21:02:46.992Z[ host-package] Compiling rustls-webpki v0.102.8
29482025-08-12T21:02:47.604Z[ host-package] Compiling thread_local v1.1.8
29492025-08-12T21:02:48.322Z[ host-package] Compiling wait-timeout v0.2.0
29502025-08-12T21:02:48.606Z[ helios-setup] Aug 12 21:02:47.949 INFO E| Compiling utf8parse v0.2.1
29512025-08-12T21:02:48.755Z[ host-package] Compiling bit-vec v0.8.0
29522025-08-12T21:02:48.894Z[ host-package] Compiling quick-error v1.2.3
29532025-08-12T21:02:48.968Z[ host-package] Compiling match_cfg v0.1.0
29542025-08-12T21:02:49.318Z[ host-package] Compiling rusty-fork v0.3.0
29552025-08-12T21:02:49.362Z[ helios-setup] Aug 12 21:02:48.705 INFO E| Compiling anstyle-parse v0.1.1
29562025-08-12T21:02:49.736Z[ host-package] Compiling bit-set v0.8.0
29572025-08-12T21:02:49.853Z[ host-package] Compiling hostname v0.3.1
29582025-08-12T21:02:50.505Z[ host-package] Compiling argon2 v0.5.3
29592025-08-12T21:02:50.571Z[ host-package] Compiling atomicwrites v0.4.4
29602025-08-12T21:02:50.801Z[ host-package] Compiling ref-cast v1.0.24
29612025-08-12T21:02:50.875Z[ helios-setup] Aug 12 21:02:50.217 INFO E| Compiling idna v0.3.0
29622025-08-12T21:02:50.990Z[ host-package] Compiling multer v3.1.0
29632025-08-12T21:02:51.040Z[ helios-setup] Aug 12 21:02:50.382 INFO E| Compiling proc-macro-crate v1.2.1
29642025-08-12T21:02:51.253Z[ host-package] Compiling slog-async v2.8.0
29652025-08-12T21:02:51.527Z[ host-package] Compiling crossbeam-channel v0.5.15
29662025-08-12T21:02:51.581Z[ host-package] Compiling slog-json v2.6.1
29672025-08-12T21:02:52.190Z[ helios-setup] Aug 12 21:02:51.532 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29682025-08-12T21:02:52.355Z[ host-package] Compiling typify-macro v0.4.1
29692025-08-12T21:02:52.547Z[ host-package] Compiling rand_xorshift v0.4.0
29702025-08-12T21:02:53.484Z[ host-package] Compiling futures-executor v0.3.31
29712025-08-12T21:02:53.826Z[ host-package] Compiling hex v0.4.3
29722025-08-12T21:02:54.548Z[ helios-setup] Aug 12 21:02:53.888 INFO E| Compiling pest v2.5.7
29732025-08-12T21:02:54.721Z[ host-package] Compiling take_mut v0.2.2
29742025-08-12T21:02:55.317Z[ host-package] Compiling unarray v0.1.4
29752025-08-12T21:02:55.365Z[ helios-setup] Aug 12 21:02:54.706 INFO E| Compiling tracing v0.1.37
29762025-08-12T21:02:55.510Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
29772025-08-12T21:02:55.669Z[ host-package] Compiling proptest v1.7.0
29782025-08-12T21:02:55.944Z[ host-package] Compiling futures v0.3.31
29792025-08-12T21:02:55.976Z[ helios-setup] Aug 12 21:02:55.317 INFO E| Compiling dirs-next v2.0.0
29802025-08-12T21:02:56.129Z[ host-package] Compiling slog-bunyan v2.5.0
29812025-08-12T21:02:56.759Z[ helios-setup] Aug 12 21:02:56.100 INFO E| Compiling rand v0.8.5
29822025-08-12T21:02:56.918Z[ helios-setup] Aug 12 21:02:56.238 INFO E| Compiling futures-executor v0.3.28
29832025-08-12T21:02:57.819Z[ host-package] Compiling slog-term v2.9.1
29842025-08-12T21:02:58.118Z[ host-package] Compiling async-stream v0.3.6
29852025-08-12T21:02:58.817Z[ helios-setup] Aug 12 21:02:58.158 INFO E| Compiling terminal_size v0.2.6
29862025-08-12T21:02:58.932Z[ host-package] Compiling dropshot v0.16.2
29872025-08-12T21:02:59.086Z[ host-package] Compiling typify v0.4.1
29882025-08-12T21:02:59.533Z[ host-package] Compiling progenitor-impl v0.10.0
29892025-08-12T21:02:59.649Z[ helios-setup] Aug 12 21:02:58.990 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
29902025-08-12T21:02:59.775Z[ helios-setup] Aug 12 21:02:59.115 INFO E| Compiling time v0.1.45
29912025-08-12T21:02:59.973Z[ helios-setup] Aug 12 21:02:59.313 INFO E| Compiling thread_local v1.1.7
29922025-08-12T21:03:00.072Z[ host-package] Compiling tokio-rustls v0.25.0
29932025-08-12T21:03:00.857Z[ helios-setup] Aug 12 21:03:00.198 INFO E| Compiling concolor-override v1.0.0
29942025-08-12T21:03:01.005Z[ host-package] Compiling newline-converter v0.3.0
29952025-08-12T21:03:01.228Z[ helios-setup] Aug 12 21:03:00.566 INFO E| Compiling semver v1.0.17
29962025-08-12T21:03:01.448Z[ helios-setup] Aug 12 21:03:00.788 INFO E| Compiling iana-time-zone v0.1.56
29972025-08-12T21:03:01.614Z[ host-package] Compiling toml v0.8.23
29982025-08-12T21:03:02.766Z[ helios-setup] Aug 12 21:03:02.106 INFO E| Compiling anstyle v0.3.5
29992025-08-12T21:03:02.812Z[ helios-setup] Aug 12 21:03:02.152 INFO E| Compiling concolor-query v0.3.3
30002025-08-12T21:03:03.496Z[ helios-setup] Aug 12 21:03:02.836 INFO E| Compiling semver-parser v0.10.2
30012025-08-12T21:03:03.634Z[ helios-setup] Aug 12 21:03:02.974 INFO E| Compiling anstream v0.2.6
30022025-08-12T21:03:03.994Z[ helios-setup] Aug 12 21:03:03.334 INFO E| Compiling tokio-util v0.7.7
30032025-08-12T21:03:04.138Z[ helios-setup] Aug 12 21:03:03.477 INFO E| Compiling futures v0.3.28
30042025-08-12T21:03:04.366Z[ host-package] Compiling tokio-rustls v0.26.0
30052025-08-12T21:03:04.680Z[ helios-setup] Aug 12 21:03:04.020 INFO E| Compiling term v0.7.0
30062025-08-12T21:03:05.515Z[ helios-setup] Aug 12 21:03:04.854 INFO E| Compiling url v2.3.1
30072025-08-12T21:03:05.519Z[ helios-setup] Aug 12 21:03:04.854 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30082025-08-12T21:03:05.519Z[ host-package] Compiling hyper-rustls v0.27.7
30092025-08-12T21:03:06.974Z[ host-package] Compiling reqwest v0.12.22
30102025-08-12T21:03:08.177Z[ helios-setup] Aug 12 21:03:07.516 INFO E| Compiling num_enum_derive v0.5.7
30112025-08-12T21:03:10.359Z[ helios-setup] Aug 12 21:03:09.698 INFO E| Compiling atty v0.2.14
30122025-08-12T21:03:10.497Z[ helios-setup] Aug 12 21:03:09.835 INFO E| Compiling same-file v1.0.6
30132025-08-12T21:03:10.832Z[ helios-setup] Aug 12 21:03:10.170 INFO E| Compiling strsim v0.10.0
30142025-08-12T21:03:10.972Z[ helios-setup] Aug 12 21:03:10.310 INFO E| Compiling adler v1.0.2
30152025-08-12T21:03:11.844Z[ host-package] Compiling progenitor-macro v0.10.0
30162025-08-12T21:03:11.887Z[ helios-setup] Aug 12 21:03:11.226 INFO E| Compiling try-lock v0.2.4
30172025-08-12T21:03:12.369Z[ helios-setup] Aug 12 21:03:11.707 INFO E| Compiling clap_lex v0.4.1
30182025-08-12T21:03:12.754Z[ host-package] Compiling waitgroup v0.1.2
30192025-08-12T21:03:12.760Z[ helios-setup] Aug 12 21:03:12.098 INFO E| Compiling num_enum v0.5.7
30202025-08-12T21:03:12.848Z[ helios-setup] Aug 12 21:03:12.186 INFO E| Compiling want v0.3.0
30212025-08-12T21:03:13.218Z[ helios-setup] Aug 12 21:03:12.556 INFO E| Compiling clap_builder v4.2.1
30222025-08-12T21:03:13.748Z[ host-package] Compiling rustls-pemfile v2.2.0
30232025-08-12T21:03:13.869Z[ helios-setup] Aug 12 21:03:13.206 INFO E| Compiling miniz_oxide v0.6.2
30242025-08-12T21:03:13.975Z[ helios-setup] Aug 12 21:03:13.313 INFO E| Compiling walkdir v2.3.3
30252025-08-12T21:03:14.337Z[ helios-setup] Aug 12 21:03:13.675 INFO E| Compiling slog-term v2.9.0
30262025-08-12T21:03:14.813Z[ host-package] Compiling serde_path_to_error v0.1.17
30272025-08-12T21:03:15.632Z[ host-package] Compiling progenitor-client v0.9.1
30282025-08-12T21:03:16.439Z[ host-package] Compiling instant v0.1.13
30292025-08-12T21:03:16.846Z[ host-package] Compiling progenitor v0.9.1
30302025-08-12T21:03:17.010Z[ host-package] Compiling hostname v0.4.0
30312025-08-12T21:03:17.491Z[ host-package] Compiling debug-ignore v1.0.5
30322025-08-12T21:03:17.626Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
30332025-08-12T21:03:18.411Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
30342025-08-12T21:03:18.852Z[ helios-setup] Aug 12 21:03:18.190 INFO E| Compiling h2 v0.3.16
30352025-08-12T21:03:19.365Z[ helios-setup] Aug 12 21:03:18.702 INFO E| Compiling semver v0.11.0
30362025-08-12T21:03:20.461Z[ helios-setup] Aug 12 21:03:19.798 INFO E| Compiling http-body v0.4.5
30372025-08-12T21:03:21.281Z[ helios-setup] Aug 12 21:03:20.618 INFO E| Compiling clap_derive v4.2.0
30382025-08-12T21:03:21.733Z[ helios-setup] Aug 12 21:03:21.069 INFO E| Compiling ring v0.16.20
30392025-08-12T21:03:24.031Z[ helios-setup] Aug 12 21:03:23.367 INFO E| Compiling httpdate v1.0.2
30402025-08-12T21:03:25.484Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30412025-08-12T21:03:29.405Z[ helios-setup] Aug 12 21:03:28.740 INFO E| Compiling home v0.5.4
30422025-08-12T21:03:29.819Z[ helios-setup] Aug 12 21:03:29.153 INFO E| Compiling zeroize v1.8.1
30432025-08-12T21:03:30.663Z[ helios-setup] Aug 12 21:03:29.996 INFO E| Compiling tower-service v0.3.2
30442025-08-12T21:03:31.024Z[ helios-setup] Aug 12 21:03:30.358 INFO E| Compiling base64ct v1.8.0
30452025-08-12T21:03:31.105Z[ helios-setup] Aug 12 21:03:30.439 INFO E| Compiling fastrand v1.9.0
30462025-08-12T21:03:32.291Z[ helios-setup] Aug 12 21:03:31.625 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
30472025-08-12T21:03:32.655Z[ helios-setup] Aug 12 21:03:31.988 INFO E| Compiling pem-rfc7468 v0.7.0
30482025-08-12T21:03:32.847Z[ helios-setup] Aug 12 21:03:32.181 INFO E| Compiling toolchain_find v0.2.0
30492025-08-12T21:03:33.654Z[ helios-setup] Aug 12 21:03:32.988 INFO E| Compiling tempfile v3.5.0
30502025-08-12T21:03:33.777Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30512025-08-12T21:03:33.900Z[ helios-setup] Aug 12 21:03:33.215 INFO E| Compiling hyper v0.14.25
30522025-08-12T21:03:34.302Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30532025-08-12T21:03:34.909Z[ host-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
30542025-08-12T21:03:35.427Z[ helios-setup] Aug 12 21:03:34.760 INFO E| Compiling clap v4.2.1
30552025-08-12T21:03:35.757Z[ host-package] Compiling backoff v0.4.0
30562025-08-12T21:03:35.874Z[ host-package] Compiling progenitor-client v0.10.0
30572025-08-12T21:03:36.834Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd)
30582025-08-12T21:03:37.138Z[ host-package] Compiling expectorate v1.2.0
30592025-08-12T21:03:38.039Z[ host-package] Compiling iddqd v0.3.9
30602025-08-12T21:03:39.227Z[ host-package] Compiling parse-display v0.10.0
30612025-08-12T21:03:39.628Z[ helios-setup] Aug 12 21:03:38.961 INFO E| Compiling cargo-lock v8.0.3
30622025-08-12T21:03:45.296Z[ host-package] Compiling progenitor v0.10.0
30632025-08-12T21:03:46.024Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30642025-08-12T21:03:47.023Z[ helios-setup] Aug 12 21:03:46.355 INFO E| Compiling flate2 v1.0.25
30652025-08-12T21:03:47.303Z[ helios-setup] Aug 12 21:03:46.634 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
30662025-08-12T21:03:49.694Z[ helios-setup] Aug 12 21:03:49.025 INFO E| Compiling serde_urlencoded v0.7.1
30672025-08-12T21:03:49.968Z[ helios-setup] Aug 12 21:03:49.298 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
30682025-08-12T21:03:50.935Z[ helios-setup] Aug 12 21:03:50.265 INFO E| Compiling der_derive v0.7.3
30692025-08-12T21:03:54.641Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30702025-08-12T21:03:55.234Z[ helios-setup] Aug 12 21:03:54.564 INFO E| Compiling sha1 v0.10.5
30712025-08-12T21:03:56.283Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30722025-08-12T21:03:56.681Z[ host-package] Compiling serde_with v3.14.0
30732025-08-12T21:03:57.021Z[ helios-setup] Aug 12 21:03:56.342 INFO E| Compiling flagset v0.4.7
30742025-08-12T21:03:59.275Z[ helios-setup] Aug 12 21:03:58.604 INFO E| Compiling der v0.7.10
30752025-08-12T21:04:03.440Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30762025-08-12T21:04:05.044Z[ helios-setup] Aug 12 21:04:04.372 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30772025-08-12T21:04:05.636Z[ helios-setup] Aug 12 21:04:04.964 INFO E| Compiling rustfmt-wrapper v0.2.0
30782025-08-12T21:04:06.992Z[ helios-setup] Aug 12 21:04:06.320 INFO E| Compiling openapiv3 v1.0.2
30792025-08-12T21:04:07.362Z[ helios-setup] Aug 12 21:04:06.690 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30802025-08-12T21:04:07.840Z[ helios-setup] Aug 12 21:04:07.168 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30812025-08-12T21:04:09.001Z[ helios-setup] Aug 12 21:04:08.329 INFO E| Compiling encoding_rs v0.8.32
30822025-08-12T21:04:09.777Z[ helios-setup] Aug 12 21:04:09.103 INFO E| Compiling radium v0.7.0
30832025-08-12T21:04:10.147Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30842025-08-12T21:04:11.133Z[ helios-setup] Aug 12 21:04:10.460 INFO E| Compiling base64 v0.13.1
30852025-08-12T21:04:12.424Z[ helios-setup] Aug 12 21:04:11.688 INFO E| Compiling unsafe-libyaml v0.2.8
30862025-08-12T21:04:13.137Z[ helios-setup] Aug 12 21:04:12.459 INFO E| Compiling untrusted v0.7.1
30872025-08-12T21:04:13.790Z[ helios-setup] Aug 12 21:04:13.112 INFO E| Compiling project-root v0.2.2
30882025-08-12T21:04:14.538Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
30892025-08-12T21:04:14.817Z[ helios-setup] Aug 12 21:04:14.143 INFO E| Compiling utf-8 v0.7.6
30902025-08-12T21:04:14.864Z[ helios-setup] Aug 12 21:04:14.190 INFO E| Compiling ipnet v2.7.2
30912025-08-12T21:04:15.731Z[ helios-setup] Aug 12 21:04:15.057 INFO E| Compiling mime v0.3.17
30922025-08-12T21:04:16.081Z[ helios-setup] Aug 12 21:04:15.408 INFO E| Compiling tungstenite v0.18.0
30932025-08-12T21:04:16.156Z[ helios-setup] Aug 12 21:04:15.482 INFO E| Compiling serde_yaml v0.9.21
30942025-08-12T21:04:17.773Z[ helios-setup] Aug 12 21:04:17.098 INFO E| Compiling reqwest v0.11.16
30952025-08-12T21:04:18.865Z[ host-package] Compiling macaddr v1.0.1
30962025-08-12T21:04:19.224Z[ helios-setup] Aug 12 21:04:18.550 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30972025-08-12T21:04:21.964Z[ host-package] Compiling cancel-safe-futures v0.1.5
30982025-08-12T21:04:22.282Z[ host-package] Compiling owo-colors v4.2.2
30992025-08-12T21:04:22.812Z[ helios-setup] Aug 12 21:04:22.137 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
31002025-08-12T21:04:22.838Z[ host-package] Compiling utf-8 v0.7.6
31012025-08-12T21:04:23.888Z[ host-package] Compiling libsw-core v0.3.1
31022025-08-12T21:04:24.789Z[ host-package] Compiling libsw v3.5.0
31032025-08-12T21:04:25.818Z[ helios-setup] Aug 12 21:04:25.142 INFO E| Compiling spki v0.7.3
31042025-08-12T21:04:27.742Z[ host-package] Compiling linear-map v1.2.0
31052025-08-12T21:04:28.213Z[ helios-setup] Aug 12 21:04:27.537 INFO E| Compiling maybe-uninit v2.0.0
31062025-08-12T21:04:28.839Z[ host-package] Compiling keccak v0.1.5
31072025-08-12T21:04:29.668Z[ helios-setup] Aug 12 21:04:28.992 INFO E| Compiling crossbeam-utils v0.8.14
31082025-08-12T21:04:29.743Z[ host-package] Compiling sha3 v0.10.8
31092025-08-12T21:04:30.871Z[ helios-setup] Aug 12 21:04:30.193 INFO E| Compiling tap v1.0.1
31102025-08-12T21:04:31.240Z[ helios-setup] Aug 12 21:04:30.562 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31112025-08-12T21:04:31.392Z[ helios-setup] Aug 12 21:04:30.716 INFO E| Compiling wyz v0.5.1
31122025-08-12T21:04:31.609Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31132025-08-12T21:04:32.839Z[ host-package] Compiling prettyplease v0.2.36
31142025-08-12T21:04:37.664Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31152025-08-12T21:04:41.502Z[ helios-setup] Aug 12 21:04:40.823 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31162025-08-12T21:04:43.102Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31172025-08-12T21:04:43.582Z[ helios-setup] Aug 12 21:04:42.903 INFO E| Compiling tokio-tungstenite v0.18.0
31182025-08-12T21:04:45.856Z[ helios-setup] Aug 12 21:04:45.177 INFO E| Compiling serde_spanned v0.6.1
31192025-08-12T21:04:46.483Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31202025-08-12T21:04:46.905Z[ helios-setup] Aug 12 21:04:46.225 INFO E| Compiling toml_datetime v0.6.1
31212025-08-12T21:04:47.076Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31222025-08-12T21:04:47.201Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31232025-08-12T21:04:48.446Z[ helios-setup] Aug 12 21:04:47.766 INFO E| Compiling zerocopy-derive v0.6.6
31242025-08-12T21:04:49.953Z[ helios-setup] Aug 12 21:04:49.273 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
31252025-08-12T21:04:51.756Z[ helios-setup] Aug 12 21:04:51.075 INFO E| Compiling smartstring v1.0.1
31262025-08-12T21:04:52.244Z[ helios-setup] Aug 12 21:04:51.563 INFO E| Compiling funty v2.0.0
31272025-08-12T21:04:53.045Z[ helios-setup] Aug 12 21:04:52.364 INFO E| Compiling packed_struct v0.10.1
31282025-08-12T21:04:53.561Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31292025-08-12T21:04:54.823Z[ helios-setup] Aug 12 21:04:54.142 INFO E| Compiling rustls v0.21.0
31302025-08-12T21:04:55.851Z[ helios-setup] Aug 12 21:04:55.169 INFO E| Compiling winnow v0.4.1
31312025-08-12T21:04:58.016Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
31322025-08-12T21:04:58.028Z[ helios-setup] Aug 12 21:04:57.336 INFO E| Compiling num-bigint-dig v0.8.4
31332025-08-12T21:04:58.549Z[ helios-setup] Aug 12 21:04:57.867 INFO E| Compiling bitvec v1.0.1
31342025-08-12T21:05:00.606Z[ helios-setup] Aug 12 21:04:59.924 INFO E| Compiling zerocopy v0.6.6
31352025-08-12T21:05:02.373Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31362025-08-12T21:05:07.210Z[ helios-setup] Aug 12 21:05:02.400 INFO E| Compiling toml_edit v0.19.8
31372025-08-12T21:05:07.972Z[ helios-setup] Aug 12 21:05:07.289 INFO E| Compiling pkcs8 v0.10.2
31382025-08-12T21:05:08.792Z[ host-package] Compiling tungstenite v0.21.0
31392025-08-12T21:05:09.866Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31402025-08-12T21:05:10.130Z[ helios-setup] Aug 12 21:05:09.446 INFO E| Compiling rustls-webpki v0.100.1
31412025-08-12T21:05:11.269Z[ helios-setup] Aug 12 21:05:10.585 INFO E| Compiling sct v0.7.0
31422025-08-12T21:05:12.208Z[ helios-setup] Aug 12 21:05:11.524 INFO E| Compiling num-iter v0.1.44
31432025-08-12T21:05:12.868Z[ helios-setup] Aug 12 21:05:12.183 INFO E| Compiling packed_struct_codegen v0.10.1
31442025-08-12T21:05:13.965Z[ helios-setup] Aug 12 21:05:13.280 INFO E| Compiling match_cfg v0.1.0
31452025-08-12T21:05:14.364Z[ helios-setup] Aug 12 21:05:13.679 INFO E| Compiling async-trait v0.1.68
31462025-08-12T21:05:15.777Z[ helios-setup] Aug 12 21:05:15.092 INFO E| Compiling slog-async v2.7.0
31472025-08-12T21:05:16.571Z[ host-package] Compiling tokio-tungstenite v0.21.0
31482025-08-12T21:05:16.645Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31492025-08-12T21:05:16.918Z[ helios-setup] Aug 12 21:05:16.233 INFO E| Compiling camino v1.1.4
31502025-08-12T21:05:17.707Z[ host-package] Compiling papergrid v0.11.0
31512025-08-12T21:05:17.922Z[ host-package] Compiling tabled_derive v0.7.0
31522025-08-12T21:05:18.017Z[ helios-setup] Aug 12 21:05:17.332 INFO E| Compiling crc-catalog v2.4.0
31532025-08-12T21:05:18.671Z[ helios-setup] Aug 12 21:05:17.983 INFO E| Compiling static_assertions v1.1.0
31542025-08-12T21:05:18.722Z[ helios-setup] Aug 12 21:05:18.037 INFO E| Compiling nodrop v0.1.14
31552025-08-12T21:05:18.835Z[ helios-setup] Aug 12 21:05:18.150 INFO E| Compiling paste v1.0.12
31562025-08-12T21:05:19.107Z[ host-package] Compiling highway v1.3.0
31572025-08-12T21:05:19.171Z[ helios-setup] Aug 12 21:05:18.484 INFO E| Compiling array-init v0.0.4
31582025-08-12T21:05:21.617Z[ helios-setup] Aug 12 21:05:20.931 INFO E| Compiling crc v3.3.0
31592025-08-12T21:05:21.895Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31602025-08-12T21:05:21.953Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31612025-08-12T21:05:22.278Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
31622025-08-12T21:05:22.665Z[ host-package] Compiling resolv-conf v0.7.0
31632025-08-12T21:05:23.110Z[ helios-setup] Aug 12 21:05:22.424 INFO E| Compiling hostname v0.3.1
31642025-08-12T21:05:24.473Z[ helios-setup] Aug 12 21:05:23.787 INFO E| Compiling toml v0.7.3
31652025-08-12T21:05:25.625Z[ host-package] Compiling tabled v0.15.0
31662025-08-12T21:05:29.229Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
31672025-08-12T21:05:30.619Z[ helios-setup] Aug 12 21:05:29.930 INFO E| Compiling pkcs1 v0.7.5
31682025-08-12T21:05:33.530Z[ host-package] Compiling universal-hash v0.5.1
31692025-08-12T21:05:34.248Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
31702025-08-12T21:05:34.816Z[ helios-setup] Aug 12 21:05:34.126 INFO E| Compiling crossbeam-channel v0.5.6
31712025-08-12T21:05:34.888Z[ helios-setup] Aug 12 21:05:34.199 INFO E| Compiling smallvec v0.6.14
31722025-08-12T21:05:35.957Z[ helios-setup] Aug 12 21:05:35.268 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
31732025-08-12T21:05:37.376Z[ helios-setup] Aug 12 21:05:36.687 INFO E| Compiling slog-json v2.6.1
31742025-08-12T21:05:38.524Z[ helios-setup] Aug 12 21:05:37.833 INFO E| Compiling bincode v1.3.3
31752025-08-12T21:05:38.535Z[ host-package] Compiling semver v0.1.20
31762025-08-12T21:05:38.619Z[ helios-setup] Aug 12 21:05:37.930 INFO E| Compiling bitflags v2.9.1
31772025-08-12T21:05:39.091Z[ host-package] Compiling opaque-debug v0.3.1
31782025-08-12T21:05:39.712Z[ host-package] Compiling poly1305 v0.8.0
31792025-08-12T21:05:39.878Z[ host-package] Compiling rustc_version v0.1.7
31802025-08-12T21:05:40.194Z[ helios-setup] Aug 12 21:05:39.505 INFO E| Compiling unicode-linebreak v0.1.4
31812025-08-12T21:05:40.845Z[ host-package] Compiling tough v0.20.0
31822025-08-12T21:05:40.957Z[ helios-setup] Aug 12 21:05:40.266 INFO E| Compiling signature v2.2.0
31832025-08-12T21:05:41.833Z[ helios-setup] Aug 12 21:05:41.144 INFO E| Compiling async-stream-impl v0.3.5
31842025-08-12T21:05:42.347Z[ helios-setup] Aug 12 21:05:41.657 INFO E| Compiling rhai_codegen v1.5.0
31852025-08-12T21:05:42.644Z[ host-package] Compiling thiserror-no-std v2.0.2
31862025-08-12T21:05:43.057Z[ helios-setup] Aug 12 21:05:42.358 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31872025-08-12T21:05:43.073Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
31882025-08-12T21:05:43.491Z[ helios-setup] Aug 12 21:05:42.763 INFO E| Compiling allocator-api2 v0.2.21
31892025-08-12T21:05:43.632Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31902025-08-12T21:05:44.485Z[ host-package] Compiling chacha20 v0.9.1
31912025-08-12T21:05:44.532Z[ helios-setup] Aug 12 21:05:43.840 INFO E| Compiling subtle v2.6.1
31922025-08-12T21:05:44.837Z[ helios-setup] Aug 12 21:05:44.146 INFO E| Compiling take_mut v0.2.2
31932025-08-12T21:05:45.098Z[ helios-setup] Aug 12 21:05:44.408 INFO E| Compiling termcolor v1.2.0
31942025-08-12T21:05:45.153Z[ helios-setup] Aug 12 21:05:44.462 INFO E| Compiling bitfield v0.14.0
31952025-08-12T21:05:45.334Z[ helios-setup] Aug 12 21:05:44.643 INFO E| Compiling foldhash v0.1.5
31962025-08-12T21:05:45.479Z[ host-package] Compiling aead v0.5.2
31972025-08-12T21:05:45.484Z[ helios-setup] Aug 12 21:05:44.791 INFO E| Compiling equivalent v1.0.2
31982025-08-12T21:05:45.841Z[ helios-setup] Aug 12 21:05:45.150 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#f05c063e)
31992025-08-12T21:05:46.313Z[ helios-setup] Aug 12 21:05:45.619 INFO E| Compiling env_logger v0.10.2
32002025-08-12T21:05:46.400Z[ host-package] Compiling chacha20poly1305 v0.10.1
32012025-08-12T21:05:46.584Z[ helios-setup] Aug 12 21:05:45.890 INFO E| Compiling hashbrown v0.15.3
32022025-08-12T21:05:46.985Z[ host-package] Compiling vsss-rs v3.3.4
32032025-08-12T21:05:47.075Z[ host-package] Compiling newtype_derive v0.1.6
32042025-08-12T21:05:47.313Z[ helios-setup] Aug 12 21:05:46.622 INFO E| Compiling rhai v1.14.0
32052025-08-12T21:05:48.380Z[ host-package] Compiling unicode-linebreak v0.1.5
32062025-08-12T21:05:48.426Z[ helios-setup] Aug 12 21:05:47.735 INFO E| Compiling rsa v0.9.8
32072025-08-12T21:05:49.072Z[ host-package] Compiling smawk v0.3.2
32082025-08-12T21:05:49.436Z[ host-package] Compiling linked-hash-map v0.5.6
32092025-08-12T21:05:49.849Z[ host-package] Compiling textwrap v0.16.2
32102025-08-12T21:05:50.016Z[ helios-setup] Aug 12 21:05:49.325 INFO E| Compiling async-stream v0.3.5
32112025-08-12T21:05:50.213Z[ host-package] Compiling humantime v2.2.0
32122025-08-12T21:05:50.852Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
32132025-08-12T21:05:51.133Z[ helios-setup] Aug 12 21:05:50.442 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
32142025-08-12T21:05:51.689Z[ helios-setup] Aug 12 21:05:50.998 INFO E| Compiling ron v0.8.1
32152025-08-12T21:05:52.197Z[ host-package] Compiling lru-cache v0.1.2
32162025-08-12T21:05:52.427Z[ helios-setup] Aug 12 21:05:51.730 INFO E| Compiling slog-bunyan v2.4.0
32172025-08-12T21:05:53.050Z[ helios-setup] Aug 12 21:05:52.358 INFO E| Compiling serde-hex v0.1.0
32182025-08-12T21:05:53.483Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32192025-08-12T21:05:53.818Z[ host-package] Compiling hickory-proto v0.24.4
32202025-08-12T21:05:56.994Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32212025-08-12T21:05:58.616Z[ helios-setup] Aug 12 21:05:57.922 INFO E| Compiling tokio-rustls v0.24.0
32222025-08-12T21:06:00.407Z[ helios-setup] Aug 12 21:05:59.713 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32232025-08-12T21:06:02.149Z[ host-package] Compiling steno v0.4.1
32242025-08-12T21:06:03.033Z[ helios-setup] Aug 12 21:06:02.334 INFO E| Compiling x509-cert v0.2.5
32252025-08-12T21:06:03.115Z[ helios-setup] Aug 12 21:06:02.408 INFO E| Compiling rustls-pemfile v1.0.2
32262025-08-12T21:06:03.621Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32272025-08-12T21:06:03.880Z[ helios-setup] Aug 12 21:06:03.185 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32282025-08-12T21:06:03.973Z[ helios-setup] Aug 12 21:06:03.279 INFO E| Compiling serde_path_to_error v0.1.11
32292025-08-12T21:06:04.352Z[ helios-setup] Aug 12 21:06:03.658 INFO E| Compiling derive-where v1.4.0
32302025-08-12T21:06:04.905Z[ helios-setup] Aug 12 21:06:04.210 INFO E| Compiling crc-any v2.5.0
32312025-08-12T21:06:04.970Z[ helios-setup] Aug 12 21:06:04.274 INFO E| Compiling debug-ignore v1.0.5
32322025-08-12T21:06:05.132Z[ host-package] Compiling slog-dtrace v0.3.0
32332025-08-12T21:06:05.477Z[ helios-setup] Aug 12 21:06:04.781 INFO E| Compiling rustc-hash v2.1.1
32342025-08-12T21:06:05.946Z[ helios-setup] Aug 12 21:06:05.252 INFO E| Compiling hex v0.4.3
32352025-08-12T21:06:05.996Z[ helios-setup] Aug 12 21:06:05.295 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32362025-08-12T21:06:06.548Z[ host-package] Compiling moka v0.12.10
32372025-08-12T21:06:07.312Z[ host-package] Compiling hickory-resolver v0.24.4
32382025-08-12T21:06:07.570Z[ helios-setup] Aug 12 21:06:06.874 INFO E| Compiling object v0.30.4
32392025-08-12T21:06:08.171Z[ helios-setup] Aug 12 21:06:07.476 INFO E| Compiling smawk v0.3.1
32402025-08-12T21:06:08.852Z[ helios-setup] Aug 12 21:06:08.151 INFO E| Compiling path-slash v0.1.5
32412025-08-12T21:06:08.880Z[ helios-setup] Aug 12 21:06:08.186 INFO E| Compiling textwrap v0.16.0
32422025-08-12T21:06:09.555Z[ helios-setup] Aug 12 21:06:08.860 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
32432025-08-12T21:06:10.177Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32442025-08-12T21:06:10.559Z[ helios-setup] Aug 12 21:06:09.863 INFO E| Compiling iddqd v0.3.1
32452025-08-12T21:06:11.184Z[ helios-setup] Aug 12 21:06:10.487 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#f05c063e)
32462025-08-12T21:06:12.657Z[ host-package] Compiling tagptr v0.2.0
32472025-08-12T21:06:13.693Z[ host-package] Compiling qorb v0.4.1
32482025-08-12T21:06:15.350Z[ helios-setup] Aug 12 21:06:14.652 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
32492025-08-12T21:06:35.416Z[ host-package] Compiling hickory-resolver v0.25.2
32502025-08-12T21:06:36.851Z[ helios-setup] Aug 12 21:06:36.150 INFO E| Compiling bzip2 v0.4.4
32512025-08-12T21:06:37.938Z[ helios-setup] Aug 12 21:06:37.238 INFO E| Compiling zip v0.6.6
32522025-08-12T21:06:40.442Z[ helios-setup] Aug 12 21:06:39.742 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
32532025-08-12T21:06:45.377Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32542025-08-12T21:06:48.891Z[ helios-setup] Aug 12 21:06:48.189 INFO E| Compiling git2 v0.16.1
32552025-08-12T21:06:49.251Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32562025-08-12T21:06:50.363Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32572025-08-12T21:06:51.177Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32582025-08-12T21:06:53.096Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32592025-08-12T21:06:54.802Z[ helios-setup] Aug 12 21:06:54.099 INFO E| Compiling built v0.6.0
32602025-08-12T21:06:55.638Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32612025-08-12T21:06:56.201Z[ helios-setup] Aug 12 21:06:55.498 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32622025-08-12T21:06:57.876Z[ helios-setup] Aug 12 21:06:57.172 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
32632025-08-12T21:06:58.662Z[ helios-setup] Aug 12 21:06:57.959 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
32642025-08-12T21:07:00.254Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32652025-08-12T21:07:00.980Z[ host-package] Compiling crunchy v0.2.2
32662025-08-12T21:07:01.448Z[ host-package] Compiling maplit v1.0.2
32672025-08-12T21:07:01.847Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32682025-08-12T21:07:02.037Z[ host-package] Compiling dsl_auto_type v0.1.2
32692025-08-12T21:07:04.460Z[ host-package] Compiling scheduled-thread-pool v0.2.7
32702025-08-12T21:07:04.997Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
32712025-08-12T21:07:05.575Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
32722025-08-12T21:07:05.616Z[ host-package] Compiling tiny-keccak v2.0.2
32732025-08-12T21:07:06.322Z[ host-package] Compiling diesel_derives v2.2.3
32742025-08-12T21:07:06.670Z[ host-package] Compiling r2d2 v0.8.10
32752025-08-12T21:07:07.576Z[ host-package] Compiling proc-macro-error2 v2.0.1
32762025-08-12T21:07:08.850Z[ host-package] Compiling const_format_proc_macros v0.2.34
32772025-08-12T21:07:09.492Z[ helios-setup] Aug 12 21:07:08.786 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
32782025-08-12T21:07:11.745Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32792025-08-12T21:07:12.903Z[ host-package] Compiling num-derive v0.3.3
32802025-08-12T21:07:16.629Z[ host-package] Compiling bit-vec v0.6.3
32812025-08-12T21:07:16.924Z[ host-package] Compiling libscf-sys v1.1.0
32822025-08-12T21:07:17.474Z[ host-package] Compiling bit-set v0.5.3
32832025-08-12T21:07:17.866Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32842025-08-12T21:07:19.572Z[ host-package] Compiling const_format v0.2.34
32852025-08-12T21:07:22.054Z[ host-package] Compiling tabled_derive v0.10.0
32862025-08-12T21:07:22.593Z[ helios-setup] Aug 12 21:07:21.884 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
32872025-08-12T21:07:23.868Z[ host-package] Compiling diesel v2.2.12
32882025-08-12T21:07:27.383Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32892025-08-12T21:07:28.622Z[ host-package] Compiling papergrid v0.14.0
32902025-08-12T21:07:29.878Z[ host-package] Compiling ascii-canvas v3.0.0
32912025-08-12T21:07:30.994Z[ host-package] Compiling ena v0.14.3
32922025-08-12T21:07:31.967Z[ host-package] Compiling diff v0.1.13
32932025-08-12T21:07:32.862Z[ host-package] Compiling bindgen v0.71.1
32942025-08-12T21:07:34.545Z[ host-package] Compiling regex-syntax v0.6.29
32952025-08-12T21:07:43.496Z[ host-package] Compiling lalrpop v0.19.12
32962025-08-12T21:07:44.236Z[ host-package] Compiling tabled v0.18.0
32972025-08-12T21:07:47.508Z[ helios-setup] Aug 12 21:07:46.794 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
32982025-08-12T21:07:49.717Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32992025-08-12T21:07:50.378Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33002025-08-12T21:07:50.711Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33012025-08-12T21:07:52.080Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33022025-08-12T21:07:52.189Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33032025-08-12T21:07:52.517Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
33042025-08-12T21:07:52.606Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
33052025-08-12T21:07:56.266Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
33062025-08-12T21:07:57.025Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33072025-08-12T21:07:57.638Z[ host-package] Compiling derive_builder_core v0.20.2
33082025-08-12T21:08:00.423Z[ host-package] Compiling headers-core v0.3.0
33092025-08-12T21:08:00.783Z[ host-package] Compiling libxml v0.3.3
33102025-08-12T21:08:01.855Z[ host-package] Compiling headers v0.4.1
33112025-08-12T21:08:07.599Z[ host-package] Compiling derive_builder_macro v0.20.2
33122025-08-12T21:08:12.746Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33132025-08-12T21:08:13.140Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33142025-08-12T21:08:13.226Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33152025-08-12T21:08:13.277Z[ host-package] Compiling samael v0.0.19
33162025-08-12T21:08:13.366Z[ host-package] Compiling polar-core v0.27.3
33172025-08-12T21:08:13.999Z[ host-package] Compiling strum_macros v0.24.3
33182025-08-12T21:08:14.974Z[ host-package] Compiling convert_case v0.7.1
33192025-08-12T21:08:15.583Z[ host-package] Compiling crc8 v0.1.1
33202025-08-12T21:08:15.841Z[ host-package] Compiling indoc v1.0.9
33212025-08-12T21:08:16.153Z[ host-package] Compiling termtree v0.5.1
33222025-08-12T21:08:16.557Z[ host-package] Compiling derive_more-impl v2.0.1
33232025-08-12T21:08:17.708Z[ host-package] Compiling derive_builder v0.20.2
33242025-08-12T21:08:18.284Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33252025-08-12T21:08:18.575Z[ host-package] Compiling oso-derive v0.27.3
33262025-08-12T21:08:19.324Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
33272025-08-12T21:08:20.112Z[ host-package] Compiling quick-xml v0.37.2
33282025-08-12T21:08:20.987Z[ host-package] Compiling derive_more v2.0.1
33292025-08-12T21:08:21.818Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33302025-08-12T21:08:23.024Z[ host-package] Compiling diesel-dtrace v0.4.2
33312025-08-12T21:08:23.893Z[ host-package] Compiling vte_generate_state_changes v0.1.2
33322025-08-12T21:08:25.067Z[ host-package] Compiling siphasher v1.0.1
33332025-08-12T21:08:25.657Z[ host-package] Compiling arc-swap v1.7.1
33342025-08-12T21:08:25.889Z[ host-package] Compiling vte v0.11.1
33352025-08-12T21:08:26.199Z[ host-package] Compiling phf_shared v0.12.1
33362025-08-12T21:08:27.067Z[ host-package] Compiling slog-scope v4.4.0
33372025-08-12T21:08:27.697Z[ host-package] Compiling crossterm v0.29.0
33382025-08-12T21:08:28.383Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520)
33392025-08-12T21:08:29.077Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33402025-08-12T21:08:29.677Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33412025-08-12T21:08:39.674Z[ host-package] Compiling bb8 v0.8.5
33422025-08-12T21:08:40.684Z[ host-package] Compiling unicase v2.7.0
33432025-08-12T21:08:41.216Z[ host-package] Compiling xshell-macros v0.2.7
33442025-08-12T21:08:41.374Z[ host-package] Compiling chrono-tz v0.10.4
33452025-08-12T21:08:41.754Z[ helios-setup] Aug 12 21:08:41.031 INFO E| Finished `release` profile [optimized] target(s) in 6m 42s
33462025-08-12T21:08:41.880Z[ host-package] Compiling async-bb8-diesel v0.2.1
33472025-08-12T21:08:41.918Z[ helios-setup] Aug 12 21:08:41.194 INFO building project "pilot" ok (403 seconds)
33482025-08-12T21:08:41.921Z[ helios-setup] Aug 12 21:08:41.195 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
33492025-08-12T21:08:42.013Z[ helios-setup] Aug 12 21:08:41.290 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.88.0-x86_64-unknown-illumos (default)"
33502025-08-12T21:08:42.013Z[ helios-setup] Aug 12 21:08:41.290 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
33512025-08-12T21:08:42.016Z[ helios-setup] Aug 12 21:08:41.290 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
33522025-08-12T21:08:42.261Z[ host-package] Compiling xshell v0.2.7
33532025-08-12T21:08:42.276Z[ helios-setup] Aug 12 21:08:41.553 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
33542025-08-12T21:08:42.723Z[ helios-setup] Aug 12 21:08:41.999 INFO E| From https://github.com/jclulow/rust-jmclib
33552025-08-12T21:08:42.723Z[ helios-setup] Aug 12 21:08:42.000 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
33562025-08-12T21:08:42.795Z[ helios-setup] Aug 12 21:08:42.054 INFO E| Updating crates.io index
33572025-08-12T21:08:42.798Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520)
33582025-08-12T21:08:42.940Z[ helios-setup] Aug 12 21:08:42.215 INFO E| Downloading crates ...
33592025-08-12T21:08:43.006Z[ helios-setup] Aug 12 21:08:42.283 INFO E| Downloaded sha-1 v0.9.8
33602025-08-12T21:08:43.025Z[ helios-setup] Aug 12 21:08:42.302 INFO E| Downloaded cpufeatures v0.2.9
33612025-08-12T21:08:43.028Z[ helios-setup] Aug 12 21:08:42.304 INFO E| Downloaded block-buffer v0.9.0
33622025-08-12T21:08:43.028Z[ helios-setup] Aug 12 21:08:42.305 INFO E| Downloaded glob v0.3.1
33632025-08-12T21:08:43.032Z[ helios-setup] Aug 12 21:08:42.308 INFO E| Downloaded anyhow v1.0.72
33642025-08-12T21:08:43.038Z[ helios-setup] Aug 12 21:08:42.315 INFO E| Downloaded opaque-debug v0.3.0
33652025-08-12T21:08:43.041Z[ helios-setup] Aug 12 21:08:42.316 INFO E| Downloaded md-5 v0.9.1
33662025-08-12T21:08:43.045Z[ helios-setup] Aug 12 21:08:42.319 INFO E| Downloaded digest v0.9.0
33672025-08-12T21:08:43.045Z[ helios-setup] Aug 12 21:08:42.321 INFO E| Downloaded once_cell v1.18.0
33682025-08-12T21:08:43.048Z[ helios-setup] Aug 12 21:08:42.325 INFO E| Downloaded libdevinfo-sys v1.0.0
33692025-08-12T21:08:43.052Z[ helios-setup] Aug 12 21:08:42.326 INFO E| Downloaded quote v1.0.31
33702025-08-12T21:08:43.055Z[ helios-setup] Aug 12 21:08:42.330 INFO E| Downloaded itoa v1.0.9
33712025-08-12T21:08:43.055Z[ helios-setup] Aug 12 21:08:42.332 INFO E| Downloaded fastrand v2.0.0
33722025-08-12T21:08:43.058Z[ helios-setup] Aug 12 21:08:42.334 INFO E| Downloaded getrandom v0.2.10
33732025-08-12T21:08:43.062Z[ helios-setup] Aug 12 21:08:42.339 INFO E| Downloaded tempfile v3.7.0
33742025-08-12T21:08:43.066Z[ helios-setup] Aug 12 21:08:42.343 INFO E| Downloaded uuid v0.8.2
33752025-08-12T21:08:43.072Z[ helios-setup] Aug 12 21:08:42.349 INFO E| Downloaded unicode-ident v1.0.11
33762025-08-12T21:08:43.078Z[ helios-setup] Aug 12 21:08:42.355 INFO E| Downloaded ryu v1.0.15
33772025-08-12T21:08:43.084Z[ helios-setup] Aug 12 21:08:42.360 INFO E| Downloaded serde v1.0.193
33782025-08-12T21:08:43.091Z[ helios-setup] Aug 12 21:08:42.365 INFO E| Downloaded proc-macro2 v1.0.66
33792025-08-12T21:08:43.094Z[ helios-setup] Aug 12 21:08:42.370 INFO E| Downloaded serde_derive v1.0.193
33802025-08-12T21:08:43.097Z[ helios-setup] Aug 12 21:08:42.374 INFO E| Downloaded serde_json v1.0.103
33812025-08-12T21:08:43.110Z[ helios-setup] Aug 12 21:08:42.386 INFO E| Downloaded bitflags v2.3.3
33822025-08-12T21:08:43.114Z[ helios-setup] Aug 12 21:08:42.391 INFO E| Downloaded syn v2.0.32
33832025-08-12T21:08:43.159Z[ helios-setup] Aug 12 21:08:42.436 INFO E| Downloaded rustix v0.38.4
33842025-08-12T21:08:43.266Z[ helios-setup] Aug 12 21:08:42.543 INFO E| Downloaded libc v0.2.147
33852025-08-12T21:08:43.431Z[ helios-setup] Aug 12 21:08:42.707 INFO E| Compiling libc v0.2.147
33862025-08-12T21:08:43.431Z[ helios-setup] Aug 12 21:08:42.707 INFO E| Compiling proc-macro2 v1.0.66
33872025-08-12T21:08:43.431Z[ helios-setup] Aug 12 21:08:42.707 INFO E| Compiling unicode-ident v1.0.11
33882025-08-12T21:08:43.434Z[ helios-setup] Aug 12 21:08:42.707 INFO E| Compiling cfg-if v1.0.0
33892025-08-12T21:08:43.434Z[ helios-setup] Aug 12 21:08:42.707 INFO E| Compiling version_check v0.9.4
33902025-08-12T21:08:43.434Z[ helios-setup] Aug 12 21:08:42.707 INFO E| Compiling typenum v1.16.0
33912025-08-12T21:08:43.434Z[ helios-setup] Aug 12 21:08:42.708 INFO E| Compiling serde v1.0.193
33922025-08-12T21:08:43.434Z[ helios-setup] Aug 12 21:08:42.708 INFO E| Compiling powerfmt v0.2.0
33932025-08-12T21:08:43.880Z[ helios-setup] Aug 12 21:08:43.156 INFO E| Compiling slog v2.7.0
33942025-08-12T21:08:44.304Z[ helios-setup] Aug 12 21:08:43.581 INFO E| Compiling num-conv v0.1.0
33952025-08-12T21:08:44.595Z[ helios-setup] Aug 12 21:08:43.871 INFO E| Compiling time-core v0.1.2
33962025-08-12T21:08:44.917Z[ helios-setup] Aug 12 21:08:44.186 INFO E| Compiling itoa v1.0.9
33972025-08-12T21:08:44.920Z[ helios-setup] Aug 12 21:08:44.195 INFO E| Compiling rustix v0.38.4
33982025-08-12T21:08:44.988Z[ helios-setup] Aug 12 21:08:44.265 INFO E| Compiling time-macros v0.2.18
33992025-08-12T21:08:45.065Z[ helios-setup] Aug 12 21:08:44.341 INFO E| Compiling generic-array v0.14.7
34002025-08-12T21:08:45.334Z[ helios-setup] Aug 12 21:08:44.610 INFO E| Compiling deranged v0.3.11
34012025-08-12T21:08:45.343Z[ helios-setup] Aug 12 21:08:44.619 INFO E| Compiling once_cell v1.18.0
34022025-08-12T21:08:45.933Z[ helios-setup] Aug 12 21:08:45.209 INFO E| Compiling num_threads v0.1.6
34032025-08-12T21:08:46.096Z[ helios-setup] Aug 12 21:08:45.372 INFO E| Compiling quote v1.0.31
34042025-08-12T21:08:46.212Z[ helios-setup] Aug 12 21:08:45.489 INFO E| Compiling bitflags v2.3.3
34052025-08-12T21:08:46.971Z[ helios-setup] Aug 12 21:08:46.247 INFO E| Compiling syn v2.0.32
34062025-08-12T21:08:47.114Z[ helios-setup] Aug 12 21:08:46.387 INFO E| Compiling thread_local v1.1.7
34072025-08-12T21:08:47.204Z[ helios-setup] Aug 12 21:08:46.480 INFO E| Compiling opaque-debug v0.3.0
34082025-08-12T21:08:47.529Z[ helios-setup] Aug 12 21:08:46.805 INFO E| Compiling fastrand v2.0.0
34092025-08-12T21:08:47.869Z[ host-package] Compiling strip-ansi-escapes v0.2.0
34102025-08-12T21:08:48.010Z[ helios-setup] Aug 12 21:08:47.286 INFO E| Compiling dirs-sys-next v0.1.2
34112025-08-12T21:08:48.190Z[ helios-setup] Aug 12 21:08:47.466 INFO E| Compiling errno v0.3.1
34122025-08-12T21:08:48.310Z[ helios-setup] Aug 12 21:08:47.584 INFO E| Compiling dirs-next v2.0.0
34132025-08-12T21:08:48.551Z[ helios-setup] Aug 12 21:08:47.827 INFO E| Compiling term v0.7.0
34142025-08-12T21:08:48.719Z[ helios-setup] Aug 12 21:08:47.994 INFO E| Compiling atty v0.2.14
34152025-08-12T21:08:48.811Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34162025-08-12T21:08:48.873Z[ helios-setup] Aug 12 21:08:48.149 INFO E| Compiling anyhow v1.0.72
34172025-08-12T21:08:48.934Z[ helios-setup] Aug 12 21:08:48.210 INFO E| Compiling serde_json v1.0.103
34182025-08-12T21:08:49.003Z[ helios-setup] Aug 12 21:08:48.279 INFO E| Compiling getrandom v0.2.10
34192025-08-12T21:08:49.495Z[ host-package] Compiling slog-stdlog v4.1.1
34202025-08-12T21:08:49.715Z[ helios-setup] Aug 12 21:08:48.991 INFO E| Compiling same-file v1.0.6
34212025-08-12T21:08:49.908Z[ helios-setup] Aug 12 21:08:49.184 INFO E| Compiling time v0.3.36
34222025-08-12T21:08:49.992Z[ helios-setup] Aug 12 21:08:49.267 INFO E| Compiling block-buffer v0.9.0
34232025-08-12T21:08:50.031Z[ helios-setup] Aug 12 21:08:49.306 INFO E| Compiling digest v0.9.0
34242025-08-12T21:08:50.392Z[ helios-setup] Aug 12 21:08:49.667 INFO E| Compiling unicode-width v0.1.10
34252025-08-12T21:08:50.444Z[ helios-setup] Aug 12 21:08:49.719 INFO E| Compiling ryu v1.0.15
34262025-08-12T21:08:50.676Z[ helios-setup] Aug 12 21:08:49.952 INFO E| Compiling cpufeatures v0.2.9
34272025-08-12T21:08:50.811Z[ helios-setup] Aug 12 21:08:50.086 INFO E| Compiling sha-1 v0.9.8
34282025-08-12T21:08:50.828Z[ helios-setup] Aug 12 21:08:50.102 INFO E| Compiling getopts v0.2.21
34292025-08-12T21:08:50.993Z[ helios-setup] Aug 12 21:08:50.268 INFO E| Compiling md-5 v0.9.1
34302025-08-12T21:08:51.078Z[ host-package] Compiling phf v0.12.1
34312025-08-12T21:08:51.083Z[ helios-setup] Aug 12 21:08:50.358 INFO E| Compiling walkdir v2.3.3
34322025-08-12T21:08:51.874Z[ helios-setup] Aug 12 21:08:51.149 INFO E| Compiling tempfile v3.7.0
34332025-08-12T21:08:51.918Z[ host-package] Compiling oso v0.27.3
34342025-08-12T21:08:51.923Z[ helios-setup] Aug 12 21:08:51.199 INFO E| Compiling glob v0.3.1
34352025-08-12T21:08:52.455Z[ helios-setup] Aug 12 21:08:51.730 INFO E| Compiling libdevinfo-sys v1.0.0
34362025-08-12T21:08:53.523Z[ helios-setup] Aug 12 21:08:52.798 INFO E| Compiling slog-term v2.9.0
34372025-08-12T21:08:54.924Z[ helios-setup] Aug 12 21:08:54.199 INFO E| Compiling serde_derive v1.0.193
34382025-08-12T21:09:00.442Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34392025-08-12T21:09:01.456Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34402025-08-12T21:09:01.998Z[ host-package] Compiling fd-lock v4.0.2
34412025-08-12T21:09:02.359Z[ host-package] Compiling peg-macros v0.8.5
34422025-08-12T21:09:05.975Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34432025-08-12T21:09:07.251Z[ host-package] Compiling nu-ansi-term v0.50.1
34442025-08-12T21:09:07.325Z[ helios-setup] Aug 12 21:09:06.597 INFO E| Compiling toml v0.5.11
34452025-08-12T21:09:07.328Z[ helios-setup] Aug 12 21:09:06.597 INFO E| Compiling uuid v0.8.2
34462025-08-12T21:09:08.884Z[ host-package] Compiling reedline v0.40.0
34472025-08-12T21:09:09.635Z[ helios-setup] Aug 12 21:09:08.907 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
34482025-08-12T21:09:11.417Z[ host-package] Compiling peg v0.8.5
34492025-08-12T21:09:11.545Z[ helios-setup] Aug 12 21:09:10.816 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
34502025-08-12T21:09:11.703Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34512025-08-12T21:09:22.164Z[ helios-setup] Aug 12 21:09:21.433 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.02s
34522025-08-12T21:09:22.200Z[ helios-setup] Aug 12 21:09:21.469 INFO building project "image-builder" ok (40 seconds)
34532025-08-12T21:09:22.200Z[ helios-setup] Aug 12 21:09:21.469 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
34542025-08-12T21:09:22.319Z[ helios-setup] Aug 12 21:09:21.589 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.88.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
34552025-08-12T21:09:22.323Z[ helios-setup] Aug 12 21:09:21.589 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
34562025-08-12T21:09:22.323Z[ helios-setup] Aug 12 21:09:21.589 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
34572025-08-12T21:09:22.736Z[ helios-setup] Aug 12 21:09:22.006 INFO E| Updating crates.io index
34582025-08-12T21:09:22.856Z[ helios-setup] Aug 12 21:09:22.124 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
34592025-08-12T21:09:23.520Z[ helios-setup] Aug 12 21:09:22.788 INFO E| From https://github.com/oxidecomputer/amd-apcb
34602025-08-12T21:09:23.520Z[ helios-setup] Aug 12 21:09:22.788 INFO E| * [new ref] c39f9eac17ac402083db1c01d448743f1b1ff10a -> refs/commit/c39f9eac17ac402083db1c01d448743f1b1ff10a
34612025-08-12T21:09:23.565Z[ helios-setup] Aug 12 21:09:22.834 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
34622025-08-12T21:09:24.011Z[ helios-setup] Aug 12 21:09:23.280 INFO E| From https://github.com/oxidecomputer/amd-efs
34632025-08-12T21:09:24.011Z[ helios-setup] Aug 12 21:09:23.280 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
34642025-08-12T21:09:24.309Z[ helios-setup] Aug 12 21:09:23.576 INFO E| Downloading crates ...
34652025-08-12T21:09:24.512Z[ helios-setup] Aug 12 21:09:23.782 INFO E| Downloaded unic-ucd-version v0.9.0
34662025-08-12T21:09:24.516Z[ helios-setup] Aug 12 21:09:23.784 INFO E| Downloaded parse_int v0.9.0
34672025-08-12T21:09:24.519Z[ helios-setup] Aug 12 21:09:23.785 INFO E| Downloaded cpufeatures v0.2.17
34682025-08-12T21:09:24.519Z[ helios-setup] Aug 12 21:09:23.788 INFO E| Downloaded unic-common v0.9.0
34692025-08-12T21:09:24.523Z[ helios-setup] Aug 12 21:09:23.790 INFO E| Downloaded scroll_derive v0.12.1
34702025-08-12T21:09:24.523Z[ helios-setup] Aug 12 21:09:23.791 INFO E| Downloaded unic-char-range v0.9.0
34712025-08-12T21:09:24.526Z[ helios-setup] Aug 12 21:09:23.794 INFO E| Downloaded bytesize v2.0.1
34722025-08-12T21:09:24.529Z[ helios-setup] Aug 12 21:09:23.797 INFO E| Downloaded rustversion v1.0.20
34732025-08-12T21:09:24.533Z[ helios-setup] Aug 12 21:09:23.802 INFO E| Downloaded four-cc v0.4.0
34742025-08-12T21:09:24.536Z[ helios-setup] Aug 12 21:09:23.804 INFO E| Downloaded vec_map v0.8.2
34752025-08-12T21:09:24.539Z[ helios-setup] Aug 12 21:09:23.806 INFO E| Downloaded structopt-derive v0.4.18
34762025-08-12T21:09:24.539Z[ helios-setup] Aug 12 21:09:23.808 INFO E| Downloaded textwrap v0.11.0
34772025-08-12T21:09:24.542Z[ helios-setup] Aug 12 21:09:23.811 INFO E| Downloaded pest_generator v2.8.0
34782025-08-12T21:09:24.546Z[ helios-setup] Aug 12 21:09:23.813 INFO E| Downloaded unic-ucd-ident v0.9.0
34792025-08-12T21:09:24.549Z[ helios-setup] Aug 12 21:09:23.816 INFO E| Downloaded unic-char-property v0.9.0
34802025-08-12T21:09:24.549Z[ helios-setup] Aug 12 21:09:23.818 INFO E| Downloaded ansi_term v0.12.1
34812025-08-12T21:09:24.552Z[ helios-setup] Aug 12 21:09:23.821 INFO E| Downloaded strsim v0.8.0
34822025-08-12T21:09:24.555Z[ helios-setup] Aug 12 21:09:23.823 INFO E| Downloaded modular-bitfield-impl v0.11.2
34832025-08-12T21:09:24.559Z[ helios-setup] Aug 12 21:09:23.825 INFO E| Downloaded itoa v1.0.15
34842025-08-12T21:09:24.559Z[ helios-setup] Aug 12 21:09:23.827 INFO E| Downloaded strum v0.27.1
34852025-08-12T21:09:24.562Z[ helios-setup] Aug 12 21:09:23.829 INFO E| Downloaded fletcher v1.0.0
34862025-08-12T21:09:24.589Z[ helios-setup] Aug 12 21:09:23.859 INFO E| Downloaded ryu v1.0.20
34872025-08-12T21:09:24.595Z[ helios-setup] Aug 12 21:09:23.864 INFO E| Downloaded structopt v0.3.26
34882025-08-12T21:09:24.611Z[ helios-setup] Aug 12 21:09:23.880 INFO E| Downloaded pest_derive v2.8.0
34892025-08-12T21:09:24.614Z[ helios-setup] Aug 12 21:09:23.883 INFO E| Downloaded zerocopy-derive v0.8.25
34902025-08-12T21:09:24.622Z[ helios-setup] Aug 12 21:09:23.892 INFO E| Downloaded typenum v1.18.0
34912025-08-12T21:09:24.650Z[ helios-setup] Aug 12 21:09:23.919 INFO E| Downloaded modular-bitfield v0.11.2
34922025-08-12T21:09:24.687Z[ helios-setup] Aug 12 21:09:23.956 INFO E| Downloaded pest_meta v2.8.0
34932025-08-12T21:09:24.690Z[ helios-setup] Aug 12 21:09:23.959 INFO E| Downloaded clap v2.34.0
34942025-08-12T21:09:24.727Z[ helios-setup] Aug 12 21:09:23.995 INFO E| Downloaded pest v2.8.0
34952025-08-12T21:09:24.734Z[ helios-setup] Aug 12 21:09:24.003 INFO E| Downloaded serde_json v1.0.140
34962025-08-12T21:09:24.773Z[ helios-setup] Aug 12 21:09:24.042 INFO E| Downloaded goblin v0.9.3
34972025-08-12T21:09:24.782Z[ helios-setup] Aug 12 21:09:24.052 INFO E| Downloaded zerocopy v0.8.25
34982025-08-12T21:09:24.825Z[ helios-setup] Aug 12 21:09:24.093 INFO E| Downloaded syn v2.0.101
34992025-08-12T21:09:24.873Z[ helios-setup] Aug 12 21:09:24.142 INFO E| Downloaded libc v0.2.172
35002025-08-12T21:09:25.002Z[ helios-setup] Aug 12 21:09:24.271 INFO E| Compiling proc-macro2 v1.0.95
35012025-08-12T21:09:25.003Z[ helios-setup] Aug 12 21:09:24.271 INFO E| Compiling unicode-ident v1.0.18
35022025-08-12T21:09:25.003Z[ helios-setup] Aug 12 21:09:24.271 INFO E| Compiling memchr v2.7.4
35032025-08-12T21:09:25.006Z[ helios-setup] Aug 12 21:09:24.271 INFO E| Compiling thiserror v2.0.12
35042025-08-12T21:09:25.006Z[ helios-setup] Aug 12 21:09:24.272 INFO E| Compiling autocfg v1.4.0
35052025-08-12T21:09:25.111Z[ helios-setup] Aug 12 21:09:24.380 INFO E| Compiling syn v1.0.109
35062025-08-12T21:09:25.135Z[ helios-setup] Aug 12 21:09:24.404 INFO E| Compiling serde v1.0.219
35072025-08-12T21:09:25.195Z[ helios-setup] Aug 12 21:09:24.464 INFO E| Compiling version_check v0.9.5
35082025-08-12T21:09:25.646Z[ helios-setup] Aug 12 21:09:24.915 INFO E| Compiling serde_json v1.0.140
35092025-08-12T21:09:26.433Z[ helios-setup] Aug 12 21:09:25.701 INFO E| Compiling itoa v1.0.15
35102025-08-12T21:09:26.606Z[ helios-setup] Aug 12 21:09:25.868 INFO E| Compiling schemars v0.8.22
35112025-08-12T21:09:26.824Z[ helios-setup] Aug 12 21:09:26.092 INFO E| Compiling ryu v1.0.20
35122025-08-12T21:09:26.853Z[ helios-setup] Aug 12 21:09:26.120 INFO E| Compiling proc-macro-error-attr v1.0.4
35132025-08-12T21:09:26.992Z[ helios-setup] Aug 12 21:09:26.260 INFO E| Compiling num-traits v0.2.19
35142025-08-12T21:09:27.030Z[ helios-setup] Aug 12 21:09:26.298 INFO E| Compiling memoffset v0.9.1
35152025-08-12T21:09:27.086Z[ helios-setup] Aug 12 21:09:26.353 INFO E| Compiling libc v0.2.172
35162025-08-12T21:09:27.440Z[ helios-setup] Aug 12 21:09:26.705 INFO E| Compiling dyn-clone v1.0.19
35172025-08-12T21:09:27.588Z[ helios-setup] Aug 12 21:09:26.855 INFO E| Compiling ucd-trie v0.1.7
35182025-08-12T21:09:27.616Z[ helios-setup] Aug 12 21:09:26.880 INFO E| Compiling zerocopy v0.8.25
35192025-08-12T21:09:27.962Z[ helios-setup] Aug 12 21:09:27.228 INFO E| Compiling paste v1.0.15
35202025-08-12T21:09:27.978Z[ helios-setup] Aug 12 21:09:27.242 INFO E| Compiling rustversion v1.0.20
35212025-08-12T21:09:28.460Z[ helios-setup] Aug 12 21:09:27.728 INFO E| Compiling proc-macro-error v1.0.4
35222025-08-12T21:09:28.726Z[ helios-setup] Aug 12 21:09:27.993 INFO E| Compiling quote v1.0.40
35232025-08-12T21:09:29.020Z[ helios-setup] Aug 12 21:09:28.287 INFO E| Compiling once_cell v1.21.3
35242025-08-12T21:09:29.295Z[ helios-setup] Aug 12 21:09:28.563 INFO E| Compiling static_assertions v1.1.0
35252025-08-12T21:09:29.442Z[ helios-setup] Aug 12 21:09:28.710 INFO E| Compiling syn v2.0.101
35262025-08-12T21:09:30.484Z[ helios-setup] Aug 12 21:09:29.752 INFO E| Compiling unicode-segmentation v1.12.0
35272025-08-12T21:09:31.241Z[ helios-setup] Aug 12 21:09:30.509 INFO E| Compiling unicode-width v0.1.14
35282025-08-12T21:09:31.534Z[ helios-setup] Aug 12 21:09:30.802 INFO E| Compiling heck v0.5.0
35292025-08-12T21:09:31.827Z[ helios-setup] Aug 12 21:09:31.095 INFO E| Compiling parse_int v0.9.0
35302025-08-12T21:09:31.888Z[ helios-setup] Aug 12 21:09:31.156 INFO E| Compiling heck v0.3.3
35312025-08-12T21:09:32.021Z[ helios-setup] Aug 12 21:09:31.289 INFO E| Compiling textwrap v0.11.0
35322025-08-12T21:09:32.093Z[ helios-setup] Aug 12 21:09:31.360 INFO E| Compiling atty v0.2.14
35332025-08-12T21:09:32.197Z[ helios-setup] Aug 12 21:09:31.464 INFO E| Compiling ansi_term v0.12.1
35342025-08-12T21:09:32.214Z[ helios-setup] Aug 12 21:09:31.482 INFO E| Compiling strsim v0.8.0
35352025-08-12T21:09:32.326Z[ helios-setup] Aug 12 21:09:31.594 INFO E| Compiling bitflags v1.3.2
35362025-08-12T21:09:32.456Z[ helios-setup] Aug 12 21:09:31.724 INFO E| Compiling vec_map v0.8.2
35372025-08-12T21:09:32.490Z[ helios-setup] Aug 12 21:09:31.758 INFO E| Compiling unic-common v0.9.0
35382025-08-12T21:09:32.886Z[ helios-setup] Aug 12 21:09:32.154 INFO E| Compiling strum v0.27.1
35392025-08-12T21:09:32.971Z[ helios-setup] Aug 12 21:09:32.238 INFO E| Compiling byteorder v1.5.0
35402025-08-12T21:09:32.971Z[ helios-setup] Aug 12 21:09:32.238 INFO E| Compiling fletcher v1.0.0
35412025-08-12T21:09:32.983Z[ helios-setup] Aug 12 21:09:32.250 INFO E| Compiling unic-char-range v0.9.0
35422025-08-12T21:09:33.182Z[ helios-setup] Aug 12 21:09:32.447 INFO E| Compiling clap v2.34.0
35432025-08-12T21:09:33.218Z[ helios-setup] Aug 12 21:09:32.486 INFO E| Compiling unic-ucd-version v0.9.0
35442025-08-12T21:09:33.293Z[ helios-setup] Aug 12 21:09:32.561 INFO E| Compiling unic-char-property v0.9.0
35452025-08-12T21:09:33.421Z[ helios-setup] Aug 12 21:09:32.689 INFO E| Compiling lazy_static v1.5.0
35462025-08-12T21:09:33.528Z[ helios-setup] Aug 12 21:09:32.795 INFO E| Compiling plain v0.2.3
35472025-08-12T21:09:33.623Z[ helios-setup] Aug 12 21:09:32.890 INFO E| Compiling log v0.4.27
35482025-08-12T21:09:33.630Z[ helios-setup] Aug 12 21:09:32.897 INFO E| Compiling unic-ucd-ident v0.9.0
35492025-08-12T21:09:33.650Z[ helios-setup] Aug 12 21:09:32.917 INFO E| Compiling bytesize v2.0.1
35502025-08-12T21:09:34.817Z[ host-package] Compiling slog-envlogger v2.2.0
35512025-08-12T21:09:38.164Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35522025-08-12T21:09:39.425Z[ helios-setup] Aug 12 21:09:38.692 INFO E| Compiling serde_derive_internals v0.29.1
35532025-08-12T21:09:39.488Z[ helios-setup] Aug 12 21:09:38.755 INFO E| Compiling modular-bitfield-impl v0.11.2
35542025-08-12T21:09:39.488Z[ helios-setup] Aug 12 21:09:38.755 INFO E| Compiling structopt-derive v0.4.18
35552025-08-12T21:09:40.871Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
35562025-08-12T21:09:41.916Z[ host-package] Compiling typify-impl v0.2.0
35572025-08-12T21:09:42.634Z[ helios-setup] Aug 12 21:09:41.899 INFO E| Compiling thiserror-impl v2.0.12
35582025-08-12T21:09:42.634Z[ helios-setup] Aug 12 21:09:41.899 INFO E| Compiling serde_derive v1.0.219
35592025-08-12T21:09:42.634Z[ helios-setup] Aug 12 21:09:41.899 INFO E| Compiling zerocopy-derive v0.8.25
35602025-08-12T21:09:42.906Z[ helios-setup] Aug 12 21:09:42.171 INFO E| Compiling schemars_derive v0.8.22
35612025-08-12T21:09:43.234Z[ helios-setup] Aug 12 21:09:42.499 INFO E| Compiling num-derive v0.4.2
35622025-08-12T21:09:43.556Z[ host-package] Compiling bcs v0.1.6
35632025-08-12T21:09:43.616Z[ helios-setup] Aug 12 21:09:42.881 INFO E| Compiling modular-bitfield v0.11.2
35642025-08-12T21:09:43.943Z[ helios-setup] Aug 12 21:09:43.209 INFO E| Compiling scroll_derive v0.12.1
35652025-08-12T21:09:45.375Z[ helios-setup] Aug 12 21:09:44.641 INFO E| Compiling strum_macros v0.27.1
35662025-08-12T21:09:45.451Z[ host-package] Compiling fxhash v0.2.1
35672025-08-12T21:09:45.823Z[ host-package] Compiling libz-sys v1.1.20
35682025-08-12T21:09:46.011Z[ host-package] Compiling half v1.8.3
35692025-08-12T21:09:46.022Z[ helios-setup] Aug 12 21:09:45.286 INFO E| Compiling structopt v0.3.26
35702025-08-12T21:09:47.460Z[ helios-setup] Aug 12 21:09:46.724 INFO E| Compiling scroll v0.12.0
35712025-08-12T21:09:47.611Z[ host-package] Compiling serde_cbor v0.11.2
35722025-08-12T21:09:48.163Z[ helios-setup] Aug 12 21:09:47.428 INFO E| Compiling goblin v0.9.3
35732025-08-12T21:09:48.381Z[ helios-setup] Aug 12 21:09:47.646 INFO E| Compiling pest v2.8.0
35742025-08-12T21:09:48.398Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35752025-08-12T21:09:51.346Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35762025-08-12T21:09:52.537Z[ helios-setup] Aug 12 21:09:51.801 INFO E| Compiling pest_meta v2.8.0
35772025-08-12T21:09:54.596Z[ helios-setup] Aug 12 21:09:53.860 INFO E| Compiling pest_generator v2.8.0
35782025-08-12T21:09:55.704Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
35792025-08-12T21:09:56.370Z[ host-package] Compiling kstat-rs v0.2.4
35802025-08-12T21:09:57.255Z[ helios-setup] Aug 12 21:09:56.518 INFO E| Compiling pest_derive v2.8.0
35812025-08-12T21:09:57.298Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35822025-08-12T21:09:58.123Z[ host-package] Compiling typify-macro v0.2.0
35832025-08-12T21:09:58.608Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35842025-08-12T21:09:58.765Z[ host-package] Compiling nix v0.30.1
35852025-08-12T21:10:00.114Z[ host-package] Compiling nanorand v0.7.0
35862025-08-12T21:10:01.216Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
35872025-08-12T21:10:01.343Z[ helios-setup] Aug 12 21:10:00.605 INFO E| Compiling json5 v0.4.1
35882025-08-12T21:10:02.043Z[ host-package] Compiling parking_lot_core v0.8.6
35892025-08-12T21:10:02.659Z[ host-package] Compiling flume v0.11.1
35902025-08-12T21:10:03.007Z[ host-package] Compiling mime_guess v2.0.5
35912025-08-12T21:10:04.390Z[ host-package] Compiling ignore v0.4.23
35922025-08-12T21:10:04.467Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35932025-08-12T21:10:05.721Z[ helios-setup] Aug 12 21:10:04.983 INFO E| Compiling four-cc v0.4.0
35942025-08-12T21:10:05.721Z[ helios-setup] Aug 12 21:10:04.983 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
35952025-08-12T21:10:05.969Z[ helios-setup] Aug 12 21:10:05.229 INFO E| Compiling amd-apcb v0.5.2 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#c39f9eac)
35962025-08-12T21:10:13.384Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
35972025-08-12T21:10:16.881Z[ host-package] Compiling castaway v0.2.3
35982025-08-12T21:10:17.212Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
35992025-08-12T21:10:17.251Z[ host-package] Compiling compact_str v0.8.0
36002025-08-12T21:10:17.788Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36012025-08-12T21:10:19.963Z[ host-package] Compiling globwalk v0.9.1
36022025-08-12T21:10:21.453Z[ host-package] Compiling typify v0.2.0
36032025-08-12T21:10:21.737Z[ host-package] Compiling predicates-tree v1.0.12
36042025-08-12T21:10:22.370Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36052025-08-12T21:10:22.761Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36062025-08-12T21:10:23.954Z[ host-package] Compiling unicode-truncate v1.1.0
36072025-08-12T21:10:25.746Z[ host-package] Compiling lru v0.12.5
36082025-08-12T21:10:26.216Z[ host-package] Compiling vergen v8.3.2
36092025-08-12T21:10:26.693Z[ host-package] Compiling nibble_vec v0.1.0
36102025-08-12T21:10:27.010Z[ host-package] Compiling cargo-platform v0.1.8
36112025-08-12T21:10:27.582Z[ host-package] Compiling atty v0.2.14
36122025-08-12T21:10:27.889Z[ host-package] Compiling instability v0.3.2
36132025-08-12T21:10:28.983Z[ host-package] Compiling endian-type v0.1.2
36142025-08-12T21:10:29.340Z[ host-package] Compiling indoc v2.0.6
36152025-08-12T21:10:29.533Z[ host-package] Compiling salty v0.3.0
36162025-08-12T21:10:30.064Z[ host-package] Compiling cassowary v0.3.0
36172025-08-12T21:10:30.304Z[ host-package] Compiling http-range v0.1.5
36182025-08-12T21:10:31.021Z[ host-package] Compiling ratatui v0.29.0
36192025-08-12T21:10:31.070Z[ host-package] Compiling radix_trie v0.2.1
36202025-08-12T21:10:32.100Z[ host-package] Compiling cargo_metadata v0.18.1
36212025-08-12T21:10:33.699Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36222025-08-12T21:10:35.198Z[ host-package] Compiling camino-tempfile-ext v0.3.2
36232025-08-12T21:10:36.663Z[ host-package] Compiling parking_lot v0.11.2
36242025-08-12T21:10:38.903Z[ host-package] Compiling progenitor-impl v0.8.0
36252025-08-12T21:10:47.762Z[ helios-setup] Aug 12 21:10:47.015 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
36262025-08-12T21:10:48.408Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36272025-08-12T21:10:52.153Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
36282025-08-12T21:10:53.423Z[ host-package] Compiling prefix-trie v0.7.0
36292025-08-12T21:10:56.734Z[ helios-setup] Aug 12 21:10:55.986 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
36302025-08-12T21:10:57.721Z[ host-package] Compiling rand_seeder v0.3.0
36312025-08-12T21:10:57.986Z[ host-package] Compiling git2 v0.19.0
36322025-08-12T21:10:58.188Z[ host-package] Compiling lzma-sys v0.1.20
36332025-08-12T21:10:58.235Z[ host-package] Compiling rustls v0.21.12
36342025-08-12T21:10:58.779Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd)
36352025-08-12T21:10:59.251Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36362025-08-12T21:10:59.689Z[ host-package] Compiling hickory-server v0.25.2
36372025-08-12T21:11:04.292Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
36382025-08-12T21:11:09.976Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36392025-08-12T21:11:13.138Z[ host-package] Compiling hyper-staticfile v0.10.1
36402025-08-12T21:11:17.137Z[ host-package] Compiling progenitor-macro v0.8.0
36412025-08-12T21:11:27.990Z[ helios-setup] Aug 12 21:11:27.235 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s
36422025-08-12T21:11:28.042Z[ helios-setup] Aug 12 21:11:27.287 INFO building project "amd-host-image-builder" ok (125 seconds)
36432025-08-12T21:11:28.042Z[ helios-setup] Aug 12 21:11:27.287 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
36442025-08-12T21:11:28.235Z[ helios-setup] Aug 12 21:11:27.480 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.88.0-x86_64-unknown-illumos (default)"
36452025-08-12T21:11:28.235Z[ helios-setup] Aug 12 21:11:27.480 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
36462025-08-12T21:11:28.240Z[ helios-setup] Aug 12 21:11:27.480 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
36472025-08-12T21:11:28.653Z[ helios-setup] Aug 12 21:11:27.898 INFO E| Downloading crates ...
36482025-08-12T21:11:28.773Z[ helios-setup] Aug 12 21:11:28.018 INFO E| Downloaded miniz_oxide v0.8.8
36492025-08-12T21:11:28.838Z[ helios-setup] Aug 12 21:11:28.084 INFO E| Compiling adler2 v2.0.0
36502025-08-12T21:11:29.005Z[ helios-setup] Aug 12 21:11:28.250 INFO E| Compiling miniz_oxide v0.8.8
36512025-08-12T21:11:29.348Z[ host-package] Compiling sled v0.34.7
36522025-08-12T21:11:30.258Z[ host-package] Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
36532025-08-12T21:11:31.479Z[ host-package] Compiling hickory-client v0.25.2
36542025-08-12T21:11:31.785Z[ helios-setup] Aug 12 21:11:31.029 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
36552025-08-12T21:11:32.713Z[ helios-setup] Aug 12 21:11:31.958 INFO E| Finished `release` profile [optimized] target(s) in 4.37s
36562025-08-12T21:11:32.726Z[ helios-setup] Aug 12 21:11:31.970 INFO building project "pinprick" ok (4 seconds)
36572025-08-12T21:11:32.730Z[ helios-setup] rm -f helios-build
36582025-08-12T21:11:32.730Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
36592025-08-12T21:11:32.734Z[ helios-setup]
36602025-08-12T21:11:32.738Z[ helios-setup] Setup complete! ./helios-build is now available.
36612025-08-12T21:11:32.738Z[ helios-setup]
36622025-08-12T21:11:32.741Z[ helios-setup]
36632025-08-12T21:11:32.741ZAug 12 21:11:31.984 INFO [helios-setup] process exited with exit status: 0 (655.52480746s)
36642025-08-12T21:11:32.742Z[ helios-setup] real 10:55.520650282
36652025-08-12T21:11:32.742Z[ helios-setup] user 29:45.364206690
36662025-08-12T21:11:32.742Z[ helios-setup] sys 2:32.485473115
36672025-08-12T21:11:32.742Z[ helios-setup] trap 1.871151780
36682025-08-12T21:11:32.742Z[ helios-setup] tflt 5.459753822
36692025-08-12T21:11:32.742Z[ helios-setup] dflt 15.991510708
36702025-08-12T21:11:32.742Z[ helios-setup] kflt 0.004361430
36712025-08-12T21:11:32.742Z[ helios-setup] lock 2:27:34.411696543
36722025-08-12T21:11:32.742Z[ helios-setup] slp 3:44:08.517517348
36732025-08-12T21:11:32.742Z[ helios-setup] lat 32:01.636212783
36742025-08-12T21:11:32.743Z[ helios-setup] stop 5:06.887540401
36752025-08-12T21:11:32.743ZAug 12 21:11:31.985 INFO [helios-record] running task
36762025-08-12T21:11:32.743ZAug 12 21:11:31.986 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
36772025-08-12T21:11:32.748ZAug 12 21:11:31.993 DEBG process exited with exit status: 0 (6.822885ms)
36782025-08-12T21:11:32.748ZAug 12 21:11:31.993 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
36792025-08-12T21:11:32.754ZAug 12 21:11:31.999 DEBG process exited with exit status: 0 (6.448455ms)
36802025-08-12T21:11:32.754ZAug 12 21:11:31.999 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
36812025-08-12T21:11:32.761ZAug 12 21:11:32.006 DEBG process exited with exit status: 0 (6.897243ms)
36822025-08-12T21:11:32.761ZAug 12 21:11:32.006 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
36832025-08-12T21:11:32.768ZAug 12 21:11:32.013 DEBG process exited with exit status: 0 (6.743798ms)
36842025-08-12T21:11:32.768ZAug 12 21:11:32.013 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
36852025-08-12T21:11:32.775ZAug 12 21:11:32.020 DEBG process exited with exit status: 0 (6.786421ms)
36862025-08-12T21:11:32.775ZAug 12 21:11:32.020 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
36872025-08-12T21:11:32.781ZAug 12 21:11:32.026 DEBG process exited with exit status: 0 (6.282811ms)
36882025-08-12T21:11:32.781ZAug 12 21:11:32.026 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
36892025-08-12T21:11:32.787ZAug 12 21:11:32.032 DEBG process exited with exit status: 0 (5.982988ms)
36902025-08-12T21:11:32.787ZAug 12 21:11:32.032 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
36912025-08-12T21:11:32.793ZAug 12 21:11:32.038 DEBG process exited with exit status: 0 (5.889254ms)
36922025-08-12T21:11:32.797ZAug 12 21:11:32.039 INFO [helios-record] task succeeded (53.426155ms)
36932025-08-12T21:11:35.735Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36942025-08-12T21:11:36.804Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36952025-08-12T21:11:37.026Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
36962025-08-12T21:11:38.090Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36972025-08-12T21:11:42.106Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36982025-08-12T21:11:42.598Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
36992025-08-12T21:11:44.248Z[ host-package] Compiling progenitor-client v0.8.0
37002025-08-12T21:11:44.493Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37012025-08-12T21:11:44.893Z[ host-package] Compiling sct v0.7.1
37022025-08-12T21:11:45.194Z[ host-package] Compiling rustls-webpki v0.101.7
37032025-08-12T21:11:45.410Z[ host-package] Compiling primeorder v0.13.6
37042025-08-12T21:11:46.057Z[ host-package] Compiling heck v0.3.3
37052025-08-12T21:11:46.445Z[ host-package] Compiling env_filter v0.1.2
37062025-08-12T21:11:47.978Z[ host-package] Compiling csv-core v0.1.11
37072025-08-12T21:11:48.918Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
37082025-08-12T21:11:48.954Z[ host-package] Compiling void v1.0.2
37092025-08-12T21:11:49.183Z[ host-package] Compiling lzss v0.8.2
37102025-08-12T21:11:49.434Z[ host-package] Compiling csv v1.3.1
37112025-08-12T21:11:49.669Z[ host-package] Compiling env_logger v0.11.5
37122025-08-12T21:11:50.791Z[ host-package] Compiling zone_cfg_derive v0.1.2
37132025-08-12T21:11:51.624Z[ host-package] Compiling p384 v0.13.0
37142025-08-12T21:11:52.203Z[ host-package] Compiling progenitor v0.8.0
37152025-08-12T21:11:52.511Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37162025-08-12T21:11:53.622Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
37172025-08-12T21:11:57.437Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37182025-08-12T21:11:58.710Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37192025-08-12T21:12:01.468Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
37202025-08-12T21:12:02.697Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37212025-08-12T21:12:04.652Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
37222025-08-12T21:12:06.065Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37232025-08-12T21:12:08.670Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37242025-08-12T21:12:09.082Z[ host-package] Compiling tungstenite v0.23.0
37252025-08-12T21:12:12.994Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37262025-08-12T21:12:13.384Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37272025-08-12T21:12:13.783Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37282025-08-12T21:12:14.183Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37292025-08-12T21:12:14.580Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37302025-08-12T21:12:14.658Z[ host-package] Compiling nix v0.27.1
37312025-08-12T21:12:15.325Z[ host-package] Compiling serde_bytes v0.11.17
37322025-08-12T21:12:15.916Z[ host-package] Compiling number_prefix v0.4.0
37332025-08-12T21:12:16.223Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
37342025-08-12T21:12:16.254Z[ host-package] Compiling base64 v0.13.1
37352025-08-12T21:12:17.056Z[ host-package] Compiling ron v0.7.1
37362025-08-12T21:12:17.173Z[ host-package] Compiling indicatif v0.17.11
37372025-08-12T21:12:17.391Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37382025-08-12T21:12:22.197Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37392025-08-12T21:12:23.581Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37402025-08-12T21:12:24.366Z[ host-package] Compiling tokio-tungstenite v0.23.1
37412025-08-12T21:12:24.406Z[ host-package] Compiling xz2 v0.1.7
37422025-08-12T21:12:25.062Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
37432025-08-12T21:12:25.414Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
37442025-08-12T21:12:26.342Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37452025-08-12T21:12:27.375Z[ host-package] Compiling tokio-rustls v0.24.1
37462025-08-12T21:12:27.887Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37472025-08-12T21:12:31.341Z[ host-package] Compiling zone v0.1.8
37482025-08-12T21:12:32.016Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37492025-08-12T21:12:32.517Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37502025-08-12T21:12:34.513Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37512025-08-12T21:12:35.484Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37522025-08-12T21:12:45.708Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37532025-08-12T21:12:46.057Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37542025-08-12T21:12:47.329Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
37552025-08-12T21:12:48.076Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37562025-08-12T21:12:48.481Z[ host-package] Compiling rustls-pemfile v1.0.4
37572025-08-12T21:12:49.279Z[ host-package] Compiling signal-hook-tokio v0.3.1
37582025-08-12T21:12:49.352Z[ host-package] Compiling twox-hash v2.1.0
37592025-08-12T21:12:49.577Z[ host-package] Compiling yasna v0.5.2
37602025-08-12T21:12:50.431Z[ host-package] Compiling secrecy v0.8.0
37612025-08-12T21:12:50.775Z[ host-package] Compiling is_ci v1.2.0
37622025-08-12T21:12:51.175Z[ host-package] Compiling supports-color v3.0.2
37632025-08-12T21:12:51.685Z[ host-package] Compiling rcgen v0.12.1
37642025-08-12T21:12:53.404Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37652025-08-12T21:13:02.680Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37662025-08-12T21:13:03.117Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37672025-08-12T21:13:13.433Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
37682025-08-12T21:13:19.459Z[ host-package] Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
37692025-08-12T21:13:27.720Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
37702025-08-12T21:13:32.906Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
37712025-08-12T21:13:32.982Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
37722025-08-12T21:13:34.170Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37732025-08-12T21:13:38.213Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37742025-08-12T21:13:38.447Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37752025-08-12T21:13:43.891Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37762025-08-12T21:13:45.797Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37772025-08-12T21:13:47.548Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37782025-08-12T21:13:53.643Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37792025-08-12T21:13:53.986Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37802025-08-12T21:13:54.391Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37812025-08-12T21:13:54.616Z[ host-package] Compiling fatfs v0.3.6
37822025-08-12T21:13:54.800Z[ host-package] Compiling rtoolbox v0.0.2
37832025-08-12T21:13:55.279Z[ host-package] Compiling subprocess v0.2.9
37842025-08-12T21:13:57.450Z[ host-package] Compiling assert_matches v1.5.0
37852025-08-12T21:13:57.907Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37862025-08-12T21:13:59.563Z[ host-package] Compiling rpassword v7.4.0
37872025-08-12T21:14:00.050Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37882025-08-12T21:14:00.085Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37892025-08-12T21:14:05.562Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37902025-08-12T21:14:05.599Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37912025-08-12T21:14:12.593Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37922025-08-12T21:14:33.418Z[ host-package] Compiling tui-tree-widget v0.23.1
37932025-08-12T21:14:33.965Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37942025-08-12T21:14:44.827Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37952025-08-12T21:14:44.952Z[ host-package] Compiling uzers v0.12.1
37962025-08-12T21:14:45.220Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37972025-08-12T21:14:46.944Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37982025-08-12T21:14:48.229Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37992025-08-12T21:15:03.439Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38002025-08-12T21:15:15.844Z[ host-package] Compiling support-bundle-viewer v0.1.2
38012025-08-12T21:15:16.795Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38022025-08-12T21:15:19.723Z[ host-package] Compiling multimap v0.10.1
38032025-08-12T21:17:48.844Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38042025-08-12T21:26:16.991Z[ host-package] Finished `release` profile [optimized] target(s) in 23m 45s
38052025-08-12T21:27:13.917ZAug 12 21:27:12.988 INFO [host-package] process exited with exit status: 0 (1482.444342421s)
38062025-08-12T21:27:13.917ZAug 12 21:27:12.988 INFO [host-stamp] running task
38072025-08-12T21:27:13.921ZAug 12 21:27:12.988 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38082025-08-12T21:27:13.921ZAug 12 21:27:12.989 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+git3e2ae248caf
38092025-08-12T21:27:13.921ZAug 12 21:27:12.989 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+git3e2ae248caf
38102025-08-12T21:27:13.921ZAug 12 21:27:12.990 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+git3e2ae248caf
38112025-08-12T21:27:13.921ZAug 12 21:27:12.990 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+git3e2ae248caf
38122025-08-12T21:27:13.921ZAug 12 21:27:12.990 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+git3e2ae248caf
38132025-08-12T21:27:13.921ZAug 12 21:27:12.991 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+git3e2ae248caf
38142025-08-12T21:27:13.921ZAug 12 21:27:12.991 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+git3e2ae248caf
38152025-08-12T21:27:13.926ZAug 12 21:27:12.994 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+git3e2ae248caf
38162025-08-12T21:27:13.933Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38172025-08-12T21:27:13.933Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38182025-08-12T21:27:13.938Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38192025-08-12T21:27:13.938Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38202025-08-12T21:27:13.938Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38212025-08-12T21:27:13.938Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
38222025-08-12T21:27:13.938Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38232025-08-12T21:27:13.938Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38242025-08-12T21:27:13.943Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
38252025-08-12T21:27:13.943Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38262025-08-12T21:27:13.946ZAug 12 21:27:13.013 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (22.909548ms)
38272025-08-12T21:27:13.946ZAug 12 21:27:13.014 INFO [stamp-overlay] process exited with exit status: 0 (22.498382ms)
38282025-08-12T21:27:13.949Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38292025-08-12T21:27:13.953Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38302025-08-12T21:27:13.956ZAug 12 21:27:13.026 INFO [stamp-oxlog] process exited with exit status: 0 (35.226389ms)
38312025-08-12T21:27:14.038Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38322025-08-12T21:27:14.042ZAug 12 21:27:13.113 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (122.343987ms)
38332025-08-12T21:27:14.271Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38342025-08-12T21:27:14.275ZAug 12 21:27:13.346 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (355.671625ms)
38352025-08-12T21:27:14.414Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38362025-08-12T21:27:14.418ZAug 12 21:27:13.488 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (499.473439ms)
38372025-08-12T21:27:15.223Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38382025-08-12T21:27:15.227ZAug 12 21:27:14.297 INFO [stamp-propolis-server] process exited with exit status: 0 (1.30602519s)
38392025-08-12T21:27:15.367Z[recovery-package] Compiling newtype-uuid v1.2.4
38402025-08-12T21:27:15.893Z[recovery-package] Compiling daft v0.1.4
38412025-08-12T21:27:16.284Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38422025-08-12T21:27:16.629Z[recovery-package] Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
38432025-08-12T21:27:16.629Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38442025-08-12T21:27:16.632Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38452025-08-12T21:27:16.681Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38462025-08-12T21:27:17.327Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38472025-08-12T21:27:21.975Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38482025-08-12T21:27:21.980ZAug 12 21:27:21.029 INFO [stamp-switch-asic] process exited with exit status: 0 (8.039181924s)
38492025-08-12T21:27:21.980ZAug 12 21:27:21.029 INFO [host-stamp] task succeeded (8.040634232s)
38502025-08-12T21:27:21.980ZAug 12 21:27:21.029 INFO [host-proto] running task
38512025-08-12T21:27:22.496ZAug 12 21:27:21.564 INFO [host-proto] task succeeded (535.69372ms)
38522025-08-12T21:27:22.496ZAug 12 21:27:21.564 INFO [host-profile] running task
38532025-08-12T21:27:22.500ZAug 12 21:27:21.565 INFO [host-profile] task succeeded (245.601µs)
38542025-08-12T21:27:22.500ZAug 12 21:27:21.565 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/.tmp21quSy/proto/host/root -N 'ci 3e2ae24/${os_short_commit} 2025-08-12 21: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/'
38552025-08-12T21:27:22.504Z[ host-image] Aug 12 21:27:21.573 INFO Checking files for board 'cosmo'
38562025-08-12T21:27:22.504Z[ host-image] Aug 12 21:27:21.573 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38572025-08-12T21:27:22.504Z[ host-image] Aug 12 21:27:21.573 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.5.toml"
38582025-08-12T21:27:22.508Z[ host-image] Aug 12 21:27:21.573 INFO Checking files for board 'gimlet'
38592025-08-12T21:27:22.508Z[ host-image] Aug 12 21:27:21.573 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38602025-08-12T21:27:22.508Z[ host-image] Aug 12 21:27:21.573 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
38612025-08-12T21:27:22.518Z[ host-image] Aug 12 21:27:21.587 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp21quSy/proto/host/root"
38622025-08-12T21:27:22.518Z[ host-image] Aug 12 21:27:21.587 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
38632025-08-12T21:27:22.521Z[ host-image] Aug 12 21:27:21.587 INFO image builder template: ramdisk-01-os...
38642025-08-12T21:27:22.521Z[ host-image] Aug 12 21:27:21.587 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/.tmp21quSy/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
38652025-08-12T21:27:22.542Z[ host-image] Aug 12 21:27:21.610 INFO O| Aug 12 21:27:21.610 INFO CREATE DATASET: rpool/images/build/host/output
38662025-08-12T21:27:23.031Z[ host-image] Aug 12 21:27:22.100 INFO O| Aug 12 21:27:22.100 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38672025-08-12T21:27:23.035Z[ host-image] Aug 12 21:27:22.104 INFO O| Aug 12 21:27:22.104 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38682025-08-12T21:27:23.283Z[ host-image] Aug 12 21:27:22.352 INFO O| Aug 12 21:27:22.352 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38692025-08-12T21:27:23.352Z[ host-image] Aug 12 21:27:22.420 INFO O| Aug 12 21:27:22.420 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38702025-08-12T21:27:23.352Z[ host-image] Aug 12 21:27:22.420 INFO O| Aug 12 21:27:22.420 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38712025-08-12T21:27:23.356Z[ host-image] Aug 12 21:27:22.421 INFO O| Aug 12 21:27:22.421 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38722025-08-12T21:27:23.356Z[ host-image] Aug 12 21:27:22.421 INFO O| Aug 12 21:27:22.421 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38732025-08-12T21:27:23.359Z[ host-image] Aug 12 21:27:22.427 INFO O| Aug 12 21:27:22.427 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38742025-08-12T21:27:23.597Z[ host-image] Aug 12 21:27:22.666 INFO O| Aug 12 21:27:22.666 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38752025-08-12T21:27:23.607Z[ host-image] Aug 12 21:27:22.676 INFO O| Aug 12 21:27:22.675 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
38762025-08-12T21:27:23.985Z[ host-image] Aug 12 21:27:23.053 INFO O| Aug 12 21:27:23.053 INFO O| Caching catalogs ... Done
38772025-08-12T21:27:24.074Z[ host-image] Aug 12 21:27:23.142 INFO O| Aug 12 21:27:23.142 INFO STEP 0 (pkg_image_create) COMPLETE
38782025-08-12T21:27:24.074Z[ host-image] Aug 12 21:27:23.142 INFO O| Aug 12 21:27:23.142 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38792025-08-12T21:27:24.084Z[ host-image] Aug 12 21:27:23.152 INFO O| Aug 12 21:27:23.152 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"]
38802025-08-12T21:27:24.439Z[ host-image] Aug 12 21:27:23.508 INFO O| Aug 12 21:27:23.507 INFO STEP 1 (pkg_set_publisher) COMPLETE
38812025-08-12T21:27:24.439Z[ host-image] Aug 12 21:27:23.508 INFO O| Aug 12 21:27:23.507 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38822025-08-12T21:27:24.443Z[ host-image] Aug 12 21:27:23.508 INFO O| Aug 12 21:27:23.508 INFO skip step because feature "publisher_1_name" is not enabled
38832025-08-12T21:27:24.443Z[ host-image] Aug 12 21:27:23.508 INFO O| Aug 12 21:27:23.508 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38842025-08-12T21:27:24.443Z[ host-image] Aug 12 21:27:23.508 INFO O| Aug 12 21:27:23.508 INFO skip step because feature "publisher_2_name" is not enabled
38852025-08-12T21:27:24.444Z[ host-image] Aug 12 21:27:23.508 INFO O| Aug 12 21:27:23.508 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38862025-08-12T21:27:24.444Z[ host-image] Aug 12 21:27:23.508 INFO O| Aug 12 21:27:23.508 INFO skip step because feature "publisher_3_name" is not enabled
38872025-08-12T21:27:24.444Z[ host-image] Aug 12 21:27:23.508 INFO O| Aug 12 21:27:23.508 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38882025-08-12T21:27:24.793Z[ host-image] Aug 12 21:27:23.861 INFO O| Aug 12 21:27:23.861 INFO variant opensolaris.zone is already global
38892025-08-12T21:27:24.793Z[ host-image] Aug 12 21:27:23.861 INFO O| Aug 12 21:27:23.861 INFO STEP 5 (pkg_change_variant) COMPLETE
38902025-08-12T21:27:24.797Z[ host-image] Aug 12 21:27:23.861 INFO O| Aug 12 21:27:23.861 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38912025-08-12T21:27:25.147Z[ host-image] Aug 12 21:27:24.215 INFO O| Aug 12 21:27:24.215 INFO variant opensolaris.imagetype is full; changing to partial
38922025-08-12T21:27:25.147Z[ host-image] Aug 12 21:27:24.216 INFO O| Aug 12 21:27:24.215 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38932025-08-12T21:27:26.455Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
38942025-08-12T21:27:26.455Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38952025-08-12T21:27:26.458Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38962025-08-12T21:27:31.647Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38972025-08-12T21:27:31.718Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38982025-08-12T21:27:33.126Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38992025-08-12T21:27:33.503Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39002025-08-12T21:27:34.533Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39012025-08-12T21:27:35.760Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39022025-08-12T21:27:39.066Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39032025-08-12T21:27:52.108Z[ host-image] Aug 12 21:27:51.160 INFO O| Aug 12 21:27:51.160 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39042025-08-12T21:28:03.005Z[ host-image] Aug 12 21:28:02.066 INFO O| Aug 12 21:28:02.066 INFO O| Startup: Caching catalogs ... Done
39052025-08-12T21:28:03.085Z[ host-image] Aug 12 21:28:02.146 INFO O| Aug 12 21:28:02.146 INFO O| Planning: Planning completed in 0.00 seconds
39062025-08-12T21:28:03.089Z[ host-image] Aug 12 21:28:02.147 INFO O| Aug 12 21:28:02.147 INFO O| Planning: Consolidating action changes ... Done
39072025-08-12T21:28:03.089Z[ host-image] Aug 12 21:28:02.147 INFO O| Aug 12 21:28:02.147 INFO O| Planning: Evaluating mediators ... Done
39082025-08-12T21:28:03.089Z[ host-image] Aug 12 21:28:02.147 INFO O| Aug 12 21:28:02.147 INFO O| Planning: Planning completed in 0.00 seconds
39092025-08-12T21:28:03.089Z[ host-image] Aug 12 21:28:02.147 INFO O| Aug 12 21:28:02.147 INFO O| Variants/Facets to change: 1
39102025-08-12T21:28:03.100Z[ host-image] Aug 12 21:28:02.162 INFO O| Aug 12 21:28:02.162 INFO O| Done
39112025-08-12T21:28:03.104Z[ host-image] Aug 12 21:28:02.162 INFO O| Aug 12 21:28:02.162 INFO O| Done
39122025-08-12T21:28:03.498Z[recovery-package] Finished `release` profile [optimized] target(s) in 49.27s
39132025-08-12T21:28:04.485Z[ host-image] Aug 12 21:28:03.545 INFO O| Aug 12 21:28:03.545 INFO O| Done
39142025-08-12T21:28:04.582Z[ host-image] Aug 12 21:28:03.642 INFO O| Aug 12 21:28:03.641 INFO O| Done
39152025-08-12T21:28:04.587Z[ host-image] Aug 12 21:28:03.643 INFO O| Aug 12 21:28:03.643 INFO O| Done
39162025-08-12T21:28:04.587Z[ host-image] Aug 12 21:28:03.643 INFO O| Aug 12 21:28:03.643 INFO O| Done
39172025-08-12T21:28:04.587Z[ host-image] Aug 12 21:28:03.644 INFO O| Aug 12 21:28:03.644 INFO O| Done
39182025-08-12T21:28:05.376ZAug 12 21:28:04.437 INFO [recovery-package] process exited with exit status: 0 (51.448095348s)
39192025-08-12T21:28:05.376ZAug 12 21:28:04.437 INFO [recovery-stamp] running task
39202025-08-12T21:28:05.380ZAug 12 21:28:04.437 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39212025-08-12T21:28:05.380ZAug 12 21:28:04.437 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+git3e2ae248caf
39222025-08-12T21:28:05.380ZAug 12 21:28:04.437 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 16.0.0-0.ci+git3e2ae248caf
39232025-08-12T21:28:05.387Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39242025-08-12T21:28:05.390Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39252025-08-12T21:28:05.480Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39262025-08-12T21:28:05.485ZAug 12 21:28:04.546 INFO [stamp-installinator] process exited with exit status: 0 (108.053898ms)
39272025-08-12T21:28:05.533Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39282025-08-12T21:28:05.537ZAug 12 21:28:04.598 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (161.036104ms)
39292025-08-12T21:28:05.537ZAug 12 21:28:04.598 INFO [recovery-stamp] task succeeded (161.288284ms)
39302025-08-12T21:28:05.537ZAug 12 21:28:04.598 INFO [recovery-proto] running task
39312025-08-12T21:28:05.537ZAug 12 21:28:04.598 INFO [tuf-stamp] running task
39322025-08-12T21:28:05.541ZAug 12 21:28:04.598 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+git3e2ae248caf
39332025-08-12T21:28:05.541ZAug 12 21:28:04.599 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+git3e2ae248caf
39342025-08-12T21:28:05.541ZAug 12 21:28:04.599 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+git3e2ae248caf
39352025-08-12T21:28:05.541ZAug 12 21:28:04.600 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+git3e2ae248caf
39362025-08-12T21:28:05.541ZAug 12 21:28:04.600 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+git3e2ae248caf
39372025-08-12T21:28:05.545ZAug 12 21:28:04.605 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+git3e2ae248caf
39382025-08-12T21:28:05.545ZAug 12 21:28:04.605 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+git3e2ae248caf
39392025-08-12T21:28:05.545ZAug 12 21:28:04.605 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+git3e2ae248caf
39402025-08-12T21:28:05.545ZAug 12 21:28:04.605 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+git3e2ae248caf
39412025-08-12T21:28:05.545ZAug 12 21:28:04.605 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+git3e2ae248caf
39422025-08-12T21:28:05.549ZAug 12 21:28:04.606 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+git3e2ae248caf
39432025-08-12T21:28:05.549ZAug 12 21:28:04.607 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+git3e2ae248caf
39442025-08-12T21:28:05.552Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39452025-08-12T21:28:05.556Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39462025-08-12T21:28:05.556Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39472025-08-12T21:28:05.556Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39482025-08-12T21:28:05.560Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39492025-08-12T21:28:05.564Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39502025-08-12T21:28:05.567Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39512025-08-12T21:28:05.568Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39522025-08-12T21:28:05.571Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39532025-08-12T21:28:05.571Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39542025-08-12T21:28:05.574Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39552025-08-12T21:28:05.575Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39562025-08-12T21:28:05.666Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
39572025-08-12T21:28:05.688ZAug 12 21:28:04.749 INFO [stamp-probe] process exited with exit status: 0 (145.985867ms)
39582025-08-12T21:28:05.744ZAug 12 21:28:04.804 INFO [recovery-proto] task succeeded (206.02185ms)
39592025-08-12T21:28:05.744ZAug 12 21:28:04.804 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/.tmp21quSy/proto/recovery/root -N 'recovery 3e2ae24/${os_short_commit} 2025-08-12 21: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/'
39602025-08-12T21:28:05.754Z[ recovery-image] Aug 12 21:28:04.814 INFO Checking files for board 'cosmo'
39612025-08-12T21:28:05.754Z[ recovery-image] Aug 12 21:28:04.814 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39622025-08-12T21:28:05.754Z[ recovery-image] Aug 12 21:28:04.814 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.5.toml"
39632025-08-12T21:28:05.754Z[ recovery-image] Aug 12 21:28:04.814 INFO Checking files for board 'gimlet'
39642025-08-12T21:28:05.757Z[ recovery-image] Aug 12 21:28:04.814 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39652025-08-12T21:28:05.758Z[ recovery-image] Aug 12 21:28:04.814 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
39662025-08-12T21:28:05.768Z[ recovery-image] Aug 12 21:28:04.829 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp21quSy/proto/recovery/root"
39672025-08-12T21:28:05.768Z[ recovery-image] Aug 12 21:28:04.829 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
39682025-08-12T21:28:05.768Z[ recovery-image] Aug 12 21:28:04.829 INFO image builder template: ramdisk-01-os...
39692025-08-12T21:28:05.772Z[ recovery-image] Aug 12 21:28:04.829 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/.tmp21quSy/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
39702025-08-12T21:28:05.793Z[ recovery-image] Aug 12 21:28:04.854 INFO O| Aug 12 21:28:04.853 INFO CREATE DATASET: rpool/images/build/recovery/output
39712025-08-12T21:28:06.065Z[ host-image] Aug 12 21:28:05.125 INFO O| Aug 12 21:28:05.125 INFO STEP 6 (pkg_change_variant) COMPLETE
39722025-08-12T21:28:06.065Z[ host-image] Aug 12 21:28:05.126 INFO O| Aug 12 21:28:05.125 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39732025-08-12T21:28:06.069Z[ host-image] Aug 12 21:28:05.126 INFO O| Aug 12 21:28:05.125 INFO skip step because feature "debug_variant" is not enabled
39742025-08-12T21:28:06.069Z[ host-image] Aug 12 21:28:05.126 INFO O| Aug 12 21:28:05.125 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39752025-08-12T21:28:06.256Z[ recovery-image] Aug 12 21:28:05.316 INFO O| Aug 12 21:28:05.316 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
39762025-08-12T21:28:06.262Z[ recovery-image] Aug 12 21:28:05.322 INFO O| Aug 12 21:28:05.322 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
39772025-08-12T21:28:06.636Z[ recovery-image] Aug 12 21:28:05.697 INFO O| Aug 12 21:28:05.696 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
39782025-08-12T21:28:06.737Z[ recovery-image] Aug 12 21:28:05.797 INFO O| Aug 12 21:28:05.797 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
39792025-08-12T21:28:06.737Z[ recovery-image] Aug 12 21:28:05.797 INFO O| Aug 12 21:28:05.797 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
39802025-08-12T21:28:06.741Z[ recovery-image] Aug 12 21:28:05.798 INFO O| Aug 12 21:28:05.798 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
39812025-08-12T21:28:06.741Z[ recovery-image] Aug 12 21:28:05.798 INFO O| Aug 12 21:28:05.798 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
39822025-08-12T21:28:06.746Z[ recovery-image] Aug 12 21:28:05.807 INFO O| Aug 12 21:28:05.807 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
39832025-08-12T21:28:07.005Z[ host-image] Aug 12 21:28:06.065 INFO O| Aug 12 21:28:06.065 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39842025-08-12T21:28:07.065Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
39852025-08-12T21:28:07.077ZAug 12 21:28:06.138 INFO [stamp-ntp] process exited with exit status: 0 (1.531844172s)
39862025-08-12T21:28:07.228Z[ recovery-image] Aug 12 21:28:06.288 INFO O| Aug 12 21:28:06.288 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39872025-08-12T21:28:07.241Z[ recovery-image] Aug 12 21:28:06.302 INFO O| Aug 12 21:28:06.301 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
39882025-08-12T21:28:07.357Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
39892025-08-12T21:28:07.409Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
39902025-08-12T21:28:07.412ZAug 12 21:28:06.469 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.870289146s)
39912025-08-12T21:28:07.572Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
39922025-08-12T21:28:07.718Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
39932025-08-12T21:28:07.729ZAug 12 21:28:06.788 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.187740477s)
39942025-08-12T21:28:07.873Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
39952025-08-12T21:28:07.878ZAug 12 21:28:06.938 INFO [stamp-internal-dns] process exited with exit status: 0 (2.336358346s)
39962025-08-12T21:28:08.021Z[ recovery-image] Aug 12 21:28:07.082 INFO O| Aug 12 21:28:07.077 INFO O| Caching catalogs ... Done
39972025-08-12T21:28:08.033Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
39982025-08-12T21:28:08.052ZAug 12 21:28:07.113 INFO [stamp-external-dns] process exited with exit status: 0 (2.513282823s)
39992025-08-12T21:28:08.164Z[ recovery-image] Aug 12 21:28:07.224 INFO O| Aug 12 21:28:07.224 INFO STEP 0 (pkg_image_create) COMPLETE
40002025-08-12T21:28:08.164Z[ recovery-image] Aug 12 21:28:07.224 INFO O| Aug 12 21:28:07.224 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40012025-08-12T21:28:08.176Z[ recovery-image] Aug 12 21:28:07.237 INFO O| Aug 12 21:28:07.236 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"]
40022025-08-12T21:28:08.342Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40032025-08-12T21:28:08.347ZAug 12 21:28:07.408 INFO [stamp-oximeter] process exited with exit status: 0 (2.803005154s)
40042025-08-12T21:28:08.794Z[ recovery-image] Aug 12 21:28:07.853 INFO O| Aug 12 21:28:07.853 INFO STEP 1 (pkg_set_publisher) COMPLETE
40052025-08-12T21:28:08.794Z[ recovery-image] Aug 12 21:28:07.853 INFO O| Aug 12 21:28:07.853 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40062025-08-12T21:28:08.794Z[ recovery-image] Aug 12 21:28:07.853 INFO O| Aug 12 21:28:07.853 INFO skip step because feature "publisher_1_name" is not enabled
40072025-08-12T21:28:08.799Z[ recovery-image] Aug 12 21:28:07.853 INFO O| Aug 12 21:28:07.853 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40082025-08-12T21:28:08.799Z[ recovery-image] Aug 12 21:28:07.853 INFO O| Aug 12 21:28:07.853 INFO skip step because feature "publisher_2_name" is not enabled
40092025-08-12T21:28:08.799Z[ recovery-image] Aug 12 21:28:07.853 INFO O| Aug 12 21:28:07.853 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40102025-08-12T21:28:08.799Z[ recovery-image] Aug 12 21:28:07.853 INFO O| Aug 12 21:28:07.853 INFO skip step because feature "publisher_3_name" is not enabled
40112025-08-12T21:28:08.799Z[ recovery-image] Aug 12 21:28:07.853 INFO O| Aug 12 21:28:07.853 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40122025-08-12T21:28:09.310Z[ recovery-image] Aug 12 21:28:08.371 INFO O| Aug 12 21:28:08.370 INFO variant opensolaris.zone is already global
40132025-08-12T21:28:09.311Z[ recovery-image] Aug 12 21:28:08.371 INFO O| Aug 12 21:28:08.371 INFO STEP 5 (pkg_change_variant) COMPLETE
40142025-08-12T21:28:09.311Z[ recovery-image] Aug 12 21:28:08.371 INFO O| Aug 12 21:28:08.371 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40152025-08-12T21:28:09.923Z[ recovery-image] Aug 12 21:28:08.983 INFO O| Aug 12 21:28:08.983 INFO variant opensolaris.imagetype is full; changing to partial
40162025-08-12T21:28:09.923Z[ recovery-image] Aug 12 21:28:08.983 INFO O| Aug 12 21:28:08.983 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40172025-08-12T21:28:10.425Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40182025-08-12T21:28:10.430ZAug 12 21:28:09.491 INFO [stamp-nexus] process exited with exit status: 0 (4.891316483s)
40192025-08-12T21:28:11.254Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40202025-08-12T21:28:11.290ZAug 12 21:28:10.348 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.746471845s)
40212025-08-12T21:28:13.842Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40222025-08-12T21:28:14.036Z[verify-libraries] Compiling home v0.5.9
40232025-08-12T21:28:14.068Z[verify-libraries] Compiling cfg_aliases v0.1.1
40242025-08-12T21:28:14.099Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40252025-08-12T21:28:14.102Z[verify-libraries] Compiling sqlparser_derive v0.2.2
40262025-08-12T21:28:14.102Z[verify-libraries] Compiling unicode_categories v0.1.1
40272025-08-12T21:28:14.102Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40282025-08-12T21:28:14.320Z[verify-libraries] Compiling polyval v0.6.2
40292025-08-12T21:28:14.573Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40302025-08-12T21:28:14.904Z[verify-libraries] Compiling ghash v0.5.1
40312025-08-12T21:28:14.977Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40322025-08-12T21:28:15.029ZAug 12 21:28:14.088 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.4894943s)
40332025-08-12T21:28:15.045Z[verify-libraries] Compiling nix v0.28.0
40342025-08-12T21:28:15.127Z[verify-libraries] Compiling sqlformat v0.3.5
40352025-08-12T21:28:15.141Z[verify-libraries] Compiling ctr v0.9.2
40362025-08-12T21:28:15.441Z[verify-libraries] Compiling ssh-encoding v0.2.0
40372025-08-12T21:28:15.549Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40382025-08-12T21:28:15.614ZAug 12 21:28:14.673 INFO [stamp-clickhouse] process exited with exit status: 0 (10.073049789s)
40392025-08-12T21:28:15.730Z[verify-libraries] Compiling aes-gcm v0.10.3
40402025-08-12T21:28:15.818Z[verify-libraries] Compiling blowfish v0.9.1
40412025-08-12T21:28:15.877Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40422025-08-12T21:28:15.891ZAug 12 21:28:14.950 INFO [stamp-clickhouse_server] process exited with exit status: 0 (10.342682405s)
40432025-08-12T21:28:15.891ZAug 12 21:28:14.950 INFO [tuf-stamp] task succeeded (10.352056864s)
40442025-08-12T21:28:16.033Z[verify-libraries] Compiling sqlparser v0.45.0
40452025-08-12T21:28:16.223Z[verify-libraries] Compiling ssh-cipher v0.2.0
40462025-08-12T21:28:17.062Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
40472025-08-12T21:28:18.146Z[verify-libraries] Compiling password-hash v0.4.2
40482025-08-12T21:28:20.368Z[verify-libraries] Compiling rustyline v14.0.0
40492025-08-12T21:28:20.802Z[verify-libraries] Compiling pbkdf2 v0.11.0
40502025-08-12T21:28:21.485Z[verify-libraries] Compiling ssh-key v0.6.6
40512025-08-12T21:28:23.393Z[verify-libraries] Compiling p256 v0.13.2
40522025-08-12T21:28:23.780Z[verify-libraries] Compiling p521 v0.13.3
40532025-08-12T21:28:26.122Z[verify-libraries] Compiling petname v2.0.2
40542025-08-12T21:28:26.630Z[verify-libraries] Compiling russh-cryptovec v0.7.3
40552025-08-12T21:28:27.245Z[verify-libraries] Compiling md5 v0.7.0
40562025-08-12T21:28:27.655Z[verify-libraries] Compiling russh-keys v0.45.0
40572025-08-12T21:28:28.096Z[verify-libraries] Compiling num-bigint v0.4.6
40582025-08-12T21:28:35.466Z[verify-libraries] Compiling des v0.8.1
40592025-08-12T21:28:36.221Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
40602025-08-12T21:28:37.315Z[verify-libraries] Compiling hex-literal v0.4.1
40612025-08-12T21:28:37.627Z[verify-libraries] Compiling russh v0.45.0
40622025-08-12T21:28:38.720Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
40632025-08-12T21:28:41.759Z[ host-image] Aug 12 21:28:40.813 INFO O| Aug 12 21:28:40.813 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40642025-08-12T21:28:45.039Z[ recovery-image] Aug 12 21:28:44.092 INFO O| Aug 12 21:28:44.092 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40652025-08-12T21:28:48.452Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40662025-08-12T21:28:49.467Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40672025-08-12T21:28:52.552Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40682025-08-12T21:28:52.937Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
40692025-08-12T21:28:58.424Z[ host-image] Aug 12 21:28:57.475 INFO O| Aug 12 21:28:57.475 INFO O| Startup: Caching catalogs ... Done
40702025-08-12T21:28:58.545Z[ host-image] Aug 12 21:28:57.595 INFO O| Aug 12 21:28:57.595 INFO O| Planning: Planning completed in 0.00 seconds
40712025-08-12T21:28:58.548Z[ host-image] Aug 12 21:28:57.596 INFO O| Aug 12 21:28:57.596 INFO O| Planning: Consolidating action changes ... Done
40722025-08-12T21:28:58.548Z[ host-image] Aug 12 21:28:57.596 INFO O| Aug 12 21:28:57.596 INFO O| Planning: Evaluating mediators ... Done
40732025-08-12T21:28:58.548Z[ host-image] Aug 12 21:28:57.597 INFO O| Aug 12 21:28:57.597 INFO O| Planning: Planning completed in 0.00 seconds
40742025-08-12T21:28:58.548Z[ host-image] Aug 12 21:28:57.597 INFO O| Aug 12 21:28:57.597 INFO O| Variants/Facets to change: 1
40752025-08-12T21:28:58.629Z[ host-image] Aug 12 21:28:57.680 INFO O| Aug 12 21:28:57.680 INFO O| Done
40762025-08-12T21:28:58.629Z[ host-image] Aug 12 21:28:57.680 INFO O| Aug 12 21:28:57.680 INFO O| Done
40772025-08-12T21:29:01.018Z[ host-image] Aug 12 21:29:00.068 INFO O| Aug 12 21:29:00.068 INFO O| Done
40782025-08-12T21:29:01.199Z[ host-image] Aug 12 21:29:00.250 INFO O| Aug 12 21:29:00.250 INFO O| Done
40792025-08-12T21:29:01.203Z[ host-image] Aug 12 21:29:00.251 INFO O| Aug 12 21:29:00.251 INFO O| Done
40802025-08-12T21:29:01.203Z[ host-image] Aug 12 21:29:00.251 INFO O| Aug 12 21:29:00.251 INFO O| Done
40812025-08-12T21:29:01.203Z[ host-image] Aug 12 21:29:00.253 INFO O| Aug 12 21:29:00.253 INFO O| Done
40822025-08-12T21:29:01.763Z[ recovery-image] Aug 12 21:29:00.813 INFO O| Aug 12 21:29:00.813 INFO O| Startup: Caching catalogs ... Done
40832025-08-12T21:29:01.914Z[ recovery-image] Aug 12 21:29:00.964 INFO O| Aug 12 21:29:00.964 INFO O| Planning: Planning completed in 0.00 seconds
40842025-08-12T21:29:01.918Z[ recovery-image] Aug 12 21:29:00.966 INFO O| Aug 12 21:29:00.965 INFO O| Planning: Consolidating action changes ... Done
40852025-08-12T21:29:01.918Z[ recovery-image] Aug 12 21:29:00.966 INFO O| Aug 12 21:29:00.966 INFO O| Planning: Evaluating mediators ... Done
40862025-08-12T21:29:01.918Z[ recovery-image] Aug 12 21:29:00.966 INFO O| Aug 12 21:29:00.966 INFO O| Planning: Planning completed in 0.00 seconds
40872025-08-12T21:29:01.918Z[ recovery-image] Aug 12 21:29:00.967 INFO O| Aug 12 21:29:00.967 INFO O| Variants/Facets to change: 1
40882025-08-12T21:29:02.093Z[ recovery-image] Aug 12 21:29:01.143 INFO O| Aug 12 21:29:01.143 INFO O| Done
40892025-08-12T21:29:02.093Z[ recovery-image] Aug 12 21:29:01.143 INFO O| Aug 12 21:29:01.143 INFO O| Done
40902025-08-12T21:29:02.930Z[ host-image] Aug 12 21:29:01.980 INFO O| Aug 12 21:29:01.980 INFO STEP 8 (pkg_change_facet) COMPLETE
40912025-08-12T21:29:02.930Z[ host-image] Aug 12 21:29:01.980 INFO O| Aug 12 21:29:01.980 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40922025-08-12T21:29:02.934Z[ host-image] Aug 12 21:29:01.980 INFO O| Aug 12 21:29:01.980 INFO skip step because feature "recovery" is not enabled
40932025-08-12T21:29:02.934Z[ host-image] Aug 12 21:29:01.980 INFO O| Aug 12 21:29:01.980 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40942025-08-12T21:29:02.934Z[ host-image] Aug 12 21:29:01.980 INFO O| Aug 12 21:29:01.980 INFO skip step because feature "recovery" is not enabled
40952025-08-12T21:29:02.934Z[ host-image] Aug 12 21:29:01.980 INFO O| Aug 12 21:29:01.980 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40962025-08-12T21:29:02.947Z[ host-image] Aug 12 21:29:01.997 INFO O| Aug 12 21:29:01.997 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"]
40972025-08-12T21:29:03.338Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40982025-08-12T21:29:04.069Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
40992025-08-12T21:29:04.155Z[ recovery-image] Aug 12 21:29:03.205 INFO O| Aug 12 21:29:03.205 INFO O| Done
41002025-08-12T21:29:04.344Z[ recovery-image] Aug 12 21:29:03.394 INFO O| Aug 12 21:29:03.394 INFO O| Done
41012025-08-12T21:29:04.348Z[ recovery-image] Aug 12 21:29:03.396 INFO O| Aug 12 21:29:03.396 INFO O| Done
41022025-08-12T21:29:04.348Z[ recovery-image] Aug 12 21:29:03.396 INFO O| Aug 12 21:29:03.396 INFO O| Done
41032025-08-12T21:29:04.348Z[ recovery-image] Aug 12 21:29:03.398 INFO O| Aug 12 21:29:03.398 INFO O| Done
41042025-08-12T21:29:04.691Z[verify-libraries] Compiling internet-checksum v0.2.1
41052025-08-12T21:29:04.904Z[verify-libraries] Compiling sync-ptr v0.1.4
41062025-08-12T21:29:05.037Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41072025-08-12T21:29:05.202Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
41082025-08-12T21:29:06.010Z[ recovery-image] Aug 12 21:29:05.058 INFO O| Aug 12 21:29:05.058 INFO STEP 6 (pkg_change_variant) COMPLETE
41092025-08-12T21:29:06.010Z[ recovery-image] Aug 12 21:29:05.058 INFO O| Aug 12 21:29:05.058 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41102025-08-12T21:29:06.014Z[ recovery-image] Aug 12 21:29:05.058 INFO O| Aug 12 21:29:05.058 INFO skip step because feature "debug_variant" is not enabled
41112025-08-12T21:29:06.014Z[ recovery-image] Aug 12 21:29:05.058 INFO O| Aug 12 21:29:05.058 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41122025-08-12T21:29:06.729Z[ recovery-image] Aug 12 21:29:05.776 INFO O| Aug 12 21:29:05.776 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41132025-08-12T21:29:25.858Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41142025-08-12T21:29:30.453Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41152025-08-12T21:29:33.590Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41162025-08-12T21:29:45.063Z[ host-image] Aug 12 21:29:44.105 INFO O| Aug 12 21:29:44.105 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41172025-08-12T21:29:47.766Z[ recovery-image] Aug 12 21:29:46.807 INFO O| Aug 12 21:29:46.807 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41182025-08-12T21:29:56.133Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41192025-08-12T21:29:56.165Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41202025-08-12T21:30:02.164Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41212025-08-12T21:30:02.574Z[ host-image] Aug 12 21:30:01.613 INFO O| Aug 12 21:30:01.613 INFO O| Startup: Caching catalogs ... Done
41222025-08-12T21:30:04.376Z[ recovery-image] Aug 12 21:30:03.415 INFO O| Aug 12 21:30:03.415 INFO O| Startup: Caching catalogs ... Done
41232025-08-12T21:30:04.497Z[ recovery-image] Aug 12 21:30:03.536 INFO O| Aug 12 21:30:03.536 INFO O| Planning: Planning completed in 0.00 seconds
41242025-08-12T21:30:04.501Z[ recovery-image] Aug 12 21:30:03.536 INFO O| Aug 12 21:30:03.536 INFO O| Planning: Consolidating action changes ... Done
41252025-08-12T21:30:04.501Z[ recovery-image] Aug 12 21:30:03.537 INFO O| Aug 12 21:30:03.537 INFO O| Planning: Evaluating mediators ... Done
41262025-08-12T21:30:04.501Z[ recovery-image] Aug 12 21:30:03.537 INFO O| Aug 12 21:30:03.537 INFO O| Planning: Planning completed in 0.00 seconds
41272025-08-12T21:30:04.501Z[ recovery-image] Aug 12 21:30:03.538 INFO O| Aug 12 21:30:03.538 INFO O| Variants/Facets to change: 1
41282025-08-12T21:30:04.564Z[ recovery-image] Aug 12 21:30:03.603 INFO O| Aug 12 21:30:03.603 INFO O| Done
41292025-08-12T21:30:04.564Z[ recovery-image] Aug 12 21:30:03.603 INFO O| Aug 12 21:30:03.603 INFO O| Done
41302025-08-12T21:30:06.135Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41312025-08-12T21:30:06.847Z[ recovery-image] Aug 12 21:30:05.885 INFO O| Aug 12 21:30:05.885 INFO O| Done
41322025-08-12T21:30:07.021Z[ recovery-image] Aug 12 21:30:06.059 INFO O| Aug 12 21:30:06.058 INFO O| Done
41332025-08-12T21:30:07.025Z[ recovery-image] Aug 12 21:30:06.060 INFO O| Aug 12 21:30:06.060 INFO O| Done
41342025-08-12T21:30:07.025Z[ recovery-image] Aug 12 21:30:06.060 INFO O| Aug 12 21:30:06.060 INFO O| Done
41352025-08-12T21:30:07.025Z[ recovery-image] Aug 12 21:30:06.063 INFO O| Aug 12 21:30:06.063 INFO O| Done
41362025-08-12T21:30:08.324Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41372025-08-12T21:30:08.523Z[ recovery-image] Aug 12 21:30:07.560 INFO O| Aug 12 21:30:07.560 INFO STEP 8 (pkg_change_facet) COMPLETE
41382025-08-12T21:30:08.523Z[ recovery-image] Aug 12 21:30:07.560 INFO O| Aug 12 21:30:07.560 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41392025-08-12T21:30:09.272Z[ recovery-image] Aug 12 21:30:08.309 INFO O| Aug 12 21:30:08.309 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
41402025-08-12T21:30:10.272Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41412025-08-12T21:30:21.159Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
41422025-08-12T21:30:42.282Z[verify-libraries] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd)
41432025-08-12T21:30:43.275Z[verify-libraries] Compiling diff v0.1.13
41442025-08-12T21:30:44.876Z[verify-libraries] Compiling yansi v1.0.1
41452025-08-12T21:30:46.100Z[verify-libraries] Compiling heck v0.4.1
41462025-08-12T21:30:47.454Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
41472025-08-12T21:30:47.492Z[verify-libraries] Compiling pretty_assertions v1.4.1
41482025-08-12T21:30:49.144Z[ recovery-image] Aug 12 21:30:48.171 INFO O| Aug 12 21:30:48.171 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41492025-08-12T21:30:50.756Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
41502025-08-12T21:30:51.612Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41512025-08-12T21:30:56.173Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
41522025-08-12T21:30:56.777Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
41532025-08-12T21:30:57.528Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41542025-08-12T21:30:58.056Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
41552025-08-12T21:30:58.805Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41562025-08-12T21:30:59.253Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
41572025-08-12T21:31:06.353Z[ recovery-image] Aug 12 21:31:05.380 INFO O| Aug 12 21:31:05.380 INFO O| Startup: Caching catalogs ... Done
41582025-08-12T21:31:06.478Z[ recovery-image] Aug 12 21:31:05.505 INFO O| Aug 12 21:31:05.505 INFO O| Planning: Planning completed in 0.00 seconds
41592025-08-12T21:31:06.483Z[ recovery-image] Aug 12 21:31:05.506 INFO O| Aug 12 21:31:05.506 INFO O| Planning: Consolidating action changes ... Done
41602025-08-12T21:31:06.483Z[ recovery-image] Aug 12 21:31:05.506 INFO O| Aug 12 21:31:05.506 INFO O| Planning: Evaluating mediators ... Done
41612025-08-12T21:31:06.483Z[ recovery-image] Aug 12 21:31:05.506 INFO O| Aug 12 21:31:05.506 INFO O| Planning: Planning completed in 0.00 seconds
41622025-08-12T21:31:06.484Z[ recovery-image] Aug 12 21:31:05.507 INFO O| Aug 12 21:31:05.507 INFO O| Variants/Facets to change: 1
41632025-08-12T21:31:06.676Z[ recovery-image] Aug 12 21:31:05.703 INFO O| Aug 12 21:31:05.703 INFO O| Done
41642025-08-12T21:31:06.681Z[ recovery-image] Aug 12 21:31:05.703 INFO O| Aug 12 21:31:05.703 INFO O| Done
41652025-08-12T21:31:08.163Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
41662025-08-12T21:31:09.034Z[ recovery-image] Aug 12 21:31:08.060 INFO O| Aug 12 21:31:08.060 INFO O| Done
41672025-08-12T21:31:09.229Z[ recovery-image] Aug 12 21:31:08.255 INFO O| Aug 12 21:31:08.255 INFO O| Done
41682025-08-12T21:31:09.232Z[ recovery-image] Aug 12 21:31:08.256 INFO O| Aug 12 21:31:08.256 INFO O| Done
41692025-08-12T21:31:09.233Z[ recovery-image] Aug 12 21:31:08.256 INFO O| Aug 12 21:31:08.256 INFO O| Done
41702025-08-12T21:31:09.233Z[ recovery-image] Aug 12 21:31:08.258 INFO O| Aug 12 21:31:08.258 INFO O| Done
41712025-08-12T21:31:11.091Z[ recovery-image] Aug 12 21:31:10.117 INFO O| Aug 12 21:31:10.117 INFO STEP 9 (pkg_change_facet) COMPLETE
41722025-08-12T21:31:11.091Z[ recovery-image] Aug 12 21:31:10.117 INFO O| Aug 12 21:31:10.117 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41732025-08-12T21:31:11.840Z[ recovery-image] Aug 12 21:31:10.865 INFO O| Aug 12 21:31:10.865 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
41742025-08-12T21:31:33.049Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
41752025-08-12T21:31:51.433Z[ recovery-image] Aug 12 21:31:50.452 INFO O| Aug 12 21:31:50.451 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41762025-08-12T21:31:58.907Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
41772025-08-12T21:32:07.833Z[ recovery-image] Aug 12 21:32:06.849 INFO O| Aug 12 21:32:06.849 INFO O| Startup: Caching catalogs ... Done
41782025-08-12T21:32:07.953Z[ recovery-image] Aug 12 21:32:06.969 INFO O| Aug 12 21:32:06.969 INFO O| Planning: Planning completed in 0.00 seconds
41792025-08-12T21:32:07.957Z[ recovery-image] Aug 12 21:32:06.970 INFO O| Aug 12 21:32:06.970 INFO O| Planning: Consolidating action changes ... Done
41802025-08-12T21:32:07.957Z[ recovery-image] Aug 12 21:32:06.970 INFO O| Aug 12 21:32:06.970 INFO O| Planning: Evaluating mediators ... Done
41812025-08-12T21:32:07.957Z[ recovery-image] Aug 12 21:32:06.970 INFO O| Aug 12 21:32:06.970 INFO O| Planning: Planning completed in 0.00 seconds
41822025-08-12T21:32:07.960Z[ recovery-image] Aug 12 21:32:06.975 INFO O| Aug 12 21:32:06.975 INFO O| Variants/Facets to change: 1
41832025-08-12T21:32:08.025Z[ recovery-image] Aug 12 21:32:07.040 INFO O| Aug 12 21:32:07.040 INFO O| Done
41842025-08-12T21:32:08.025Z[ recovery-image] Aug 12 21:32:07.040 INFO O| Aug 12 21:32:07.040 INFO O| Done
41852025-08-12T21:32:10.145Z[ recovery-image] Aug 12 21:32:09.160 INFO O| Aug 12 21:32:09.160 INFO O| Done
41862025-08-12T21:32:10.318Z[ recovery-image] Aug 12 21:32:09.333 INFO O| Aug 12 21:32:09.333 INFO O| Done
41872025-08-12T21:32:10.322Z[ recovery-image] Aug 12 21:32:09.334 INFO O| Aug 12 21:32:09.334 INFO O| Done
41882025-08-12T21:32:10.322Z[ recovery-image] Aug 12 21:32:09.335 INFO O| Aug 12 21:32:09.335 INFO O| Done
41892025-08-12T21:32:10.322Z[ recovery-image] Aug 12 21:32:09.337 INFO O| Aug 12 21:32:09.337 INFO O| Done
41902025-08-12T21:32:12.093Z[ recovery-image] Aug 12 21:32:11.108 INFO O| Aug 12 21:32:11.108 INFO STEP 10 (pkg_change_facet) COMPLETE
41912025-08-12T21:32:12.093Z[ recovery-image] Aug 12 21:32:11.108 INFO O| Aug 12 21:32:11.108 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41922025-08-12T21:32:12.110Z[ recovery-image] Aug 12 21:32:11.125 INFO O| Aug 12 21:32:11.125 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"]
41932025-08-12T21:32:17.327Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41942025-08-12T21:32:22.957Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
41952025-08-12T21:32:28.060Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41962025-08-12T21:32:28.968Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41972025-08-12T21:32:29.918Z[ host-image] Aug 12 21:32:28.930 INFO O| Aug 12 21:32:28.930 INFO O| Planning: Solver setup ... Done
41982025-08-12T21:32:30.260Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41992025-08-12T21:32:34.677Z[verify-libraries] Compiling termios v0.3.3
42002025-08-12T21:32:36.226Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
42012025-08-12T21:32:39.784Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42022025-08-12T21:32:55.141Z[ recovery-image] Aug 12 21:32:54.148 INFO O| Aug 12 21:32:54.148 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42032025-08-12T21:33:13.546Z[ recovery-image] Aug 12 21:33:12.549 INFO O| Aug 12 21:33:12.549 INFO O| Startup: Caching catalogs ... Done
42042025-08-12T21:33:27.946Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
42052025-08-12T21:33:46.429Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42062025-08-12T21:35:52.560Z[ recovery-image] Aug 12 21:35:51.534 INFO O| Aug 12 21:35:51.533 INFO O| Planning: Solver setup ... Done
42072025-08-12T21:37:02.502Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42082025-08-12T21:37:09.696Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42092025-08-12T21:37:38.485Z[ host-image] Aug 12 21:37:37.439 INFO O| Aug 12 21:37:37.439 INFO O| Planning: Running solver ... Done
42102025-08-12T21:37:39.831Z[ host-image] Aug 12 21:37:38.784 INFO O| Aug 12 21:37:38.784 INFO O| Planning: Finding local manifests ... Done
42112025-08-12T21:37:39.942Z[ host-image] Aug 12 21:37:38.896 INFO O| Aug 12 21:37:38.896 INFO O| Planning: Fetching manifests: 0/126 0% complete
42122025-08-12T21:37:44.950Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
42132025-08-12T21:37:44.964Z[ host-image] Aug 12 21:37:43.917 INFO O| Aug 12 21:37:43.917 INFO O| Planning: Fetching manifests: 76/126 60% complete
42142025-08-12T21:37:47.439Z[ host-image] Aug 12 21:37:46.392 INFO O| Aug 12 21:37:46.392 INFO O| Planning: Fetching manifests: 126/126 100% complete
42152025-08-12T21:37:49.222Z[ host-image] Aug 12 21:37:48.171 INFO O| Aug 12 21:37:48.171 INFO O| Planning: Package planning ... Done
42162025-08-12T21:37:50.808Z[ host-image] Aug 12 21:37:49.760 INFO O| Aug 12 21:37:49.760 INFO O| Planning: Merging actions ... Done
42172025-08-12T21:37:51.191Z[ host-image] Aug 12 21:37:50.141 INFO O| Aug 12 21:37:50.141 INFO O| Planning: Checking for conflicting actions ... Done
42182025-08-12T21:37:51.505Z[ host-image] Aug 12 21:37:50.456 INFO O| Aug 12 21:37:50.410 INFO O| Planning: Consolidating action changes ... Done
42192025-08-12T21:37:51.976Z[ host-image] Aug 12 21:37:50.928 INFO O| Aug 12 21:37:50.928 INFO O| Planning: Evaluating mediators ... Done
42202025-08-12T21:37:55.729Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42212025-08-12T21:37:58.899Z[ host-image] Aug 12 21:37:57.850 INFO O| Aug 12 21:37:57.850 INFO O| Planning: Planning completed in 476.09 seconds
42222025-08-12T21:37:58.906Z[ host-image] Aug 12 21:37:57.854 INFO O| Aug 12 21:37:57.854 INFO O| Packages to install: 126
42232025-08-12T21:37:58.906Z[ host-image] Aug 12 21:37:57.854 INFO O| Aug 12 21:37:57.854 INFO O| Mediators to change: 5
42242025-08-12T21:37:58.906Z[ host-image] Aug 12 21:37:57.854 INFO O| Aug 12 21:37:57.854 INFO O| Services to change: 6
42252025-08-12T21:37:59.061Z[ host-image] Aug 12 21:37:58.012 INFO O| Aug 12 21:37:58.012 INFO O| Download: 0/22885 items 0.0/207.3MB 0% complete
42262025-08-12T21:38:04.082Z[ host-image] Aug 12 21:38:03.031 INFO O| Aug 12 21:38:03.031 INFO O| Download: 1216/22885 items 7.0/207.3MB 3% complete (1.5M/s)
42272025-08-12T21:38:05.272Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42282025-08-12T21:38:09.083Z[ host-image] Aug 12 21:38:08.032 INFO O| Aug 12 21:38:08.032 INFO O| Download: 1783/22885 items 12.1/207.3MB 5% complete (1.2M/s)
42292025-08-12T21:38:09.944Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42302025-08-12T21:38:11.373Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
42312025-08-12T21:38:14.150Z[ host-image] Aug 12 21:38:13.098 INFO O| Aug 12 21:38:13.097 INFO O| Download: 2253/22885 items 24.6/207.3MB 11% complete (1.8M/s)
42322025-08-12T21:38:19.216Z[ host-image] Aug 12 21:38:18.163 INFO O| Aug 12 21:38:18.163 INFO O| Download: 3522/22885 items 35.8/207.3MB 17% complete (2.4M/s)
42332025-08-12T21:38:24.571Z[ host-image] Aug 12 21:38:23.517 INFO O| Aug 12 21:38:23.517 INFO O| Download: 4627/22885 items 42.9/207.3MB 20% complete (1.8M/s)
42342025-08-12T21:38:29.591Z[ host-image] Aug 12 21:38:28.536 INFO O| Aug 12 21:38:28.536 INFO O| Download: 5402/22885 items 46.4/207.3MB 22% complete (1.0M/s)
42352025-08-12T21:38:35.722Z[ host-image] Aug 12 21:38:34.666 INFO O| Aug 12 21:38:34.666 INFO O| Download: 5824/22885 items 46.6/207.3MB 22% complete (470k/s)
42362025-08-12T21:38:40.733Z[ host-image] Aug 12 21:38:39.676 INFO O| Aug 12 21:38:39.676 INFO O| Download: 6494/22885 items 46.9/207.3MB 22% complete (53.1k/s)
42372025-08-12T21:38:45.893Z[ host-image] Aug 12 21:38:44.835 INFO O| Aug 12 21:38:44.835 INFO O| Download: 7072/22885 items 50.9/207.3MB 24% complete (440k/s)
42382025-08-12T21:38:50.912Z[ host-image] Aug 12 21:38:49.852 INFO O| Aug 12 21:38:49.852 INFO O| Download: 8153/22885 items 60.7/207.3MB 29% complete (1.4M/s)
42392025-08-12T21:38:55.941Z[ host-image] Aug 12 21:38:54.880 INFO O| Aug 12 21:38:54.880 INFO O| Download: 9265/22885 items 79.0/207.3MB 38% complete (2.8M/s)
42402025-08-12T21:39:00.974Z[ host-image] Aug 12 21:38:59.913 INFO O| Aug 12 21:38:59.913 INFO O| Download: 10294/22885 items 89.6/207.3MB 43% complete (2.9M/s)
42412025-08-12T21:39:06.406Z[ host-image] Aug 12 21:39:05.343 INFO O| Aug 12 21:39:05.343 INFO O| Download: 10940/22885 items 93.4/207.3MB 45% complete (1.4M/s)
42422025-08-12T21:39:11.439Z[ host-image] Aug 12 21:39:10.376 INFO O| Aug 12 21:39:10.376 INFO O| Download: 11919/22885 items 99.8/207.3MB 48% complete (945k/s)
42432025-08-12T21:39:16.445Z[ host-image] Aug 12 21:39:15.381 INFO O| Aug 12 21:39:15.381 INFO O| Download: 12534/22885 items 112.9/207.3MB 54% complete (2.0M/s)
42442025-08-12T21:39:21.452Z[ host-image] Aug 12 21:39:20.387 INFO O| Aug 12 21:39:20.387 INFO O| Download: 13893/22885 items 113.6/207.3MB 54% complete (1.4M/s)
42452025-08-12T21:39:26.487Z[ host-image] Aug 12 21:39:25.417 INFO O| Aug 12 21:39:25.417 INFO O| Download: 14505/22885 items 115.4/207.3MB 55% complete (231k/s)
42462025-08-12T21:39:31.529Z[ host-image] Aug 12 21:39:30.463 INFO O| Aug 12 21:39:30.463 INFO O| Download: 15612/22885 items 125.4/207.3MB 60% complete (1.2M/s)
42472025-08-12T21:39:36.534Z[ host-image] Aug 12 21:39:35.465 INFO O| Aug 12 21:39:35.465 INFO O| Download: 16313/22885 items 139.6/207.3MB 67% complete (2.4M/s)
42482025-08-12T21:39:41.561Z[ host-image] Aug 12 21:39:40.480 INFO O| Aug 12 21:39:40.480 INFO O| Download: 17750/22885 items 153.6/207.3MB 74% complete (2.8M/s)
42492025-08-12T21:39:46.558Z[ host-image] Aug 12 21:39:45.489 INFO O| Aug 12 21:39:45.489 INFO O| Download: 18595/22885 items 167.7/207.3MB 80% complete (2.8M/s)
42502025-08-12T21:39:51.567Z[ host-image] Aug 12 21:39:50.497 INFO O| Aug 12 21:39:50.496 INFO O| Download: 19872/22885 items 173.4/207.3MB 83% complete (2.0M/s)
42512025-08-12T21:39:56.580Z[ host-image] Aug 12 21:39:55.509 INFO O| Aug 12 21:39:55.509 INFO O| Download: 20781/22885 items 176.9/207.3MB 85% complete (937k/s)
42522025-08-12T21:40:01.603Z[ host-image] Aug 12 21:40:00.529 INFO O| Aug 12 21:40:00.529 INFO O| Download: 21556/22885 items 184.2/207.3MB 88% complete (1.1M/s)
42532025-08-12T21:40:06.891Z[ host-image] Aug 12 21:40:05.818 INFO O| Aug 12 21:40:05.818 INFO O| Download: 22064/22885 items 200.5/207.3MB 96% complete (2.4M/s)
42542025-08-12T21:40:11.910Z[ host-image] Aug 12 21:40:10.836 INFO O| Aug 12 21:40:10.836 INFO O| Download: 22661/22885 items 207.0/207.3MB 99% complete (2.0M/s)
42552025-08-12T21:40:14.091Z[ host-image] Aug 12 21:40:13.016 INFO O| Aug 12 21:40:13.016 INFO O| Download: Completed 207.33 MB in 135.00 seconds (1.5M/s)
42562025-08-12T21:40:15.612Z[ host-image] Aug 12 21:40:14.537 INFO O| Aug 12 21:40:14.537 INFO O| Actions: 1/50799 actions (Installing new actions)
42572025-08-12T21:40:20.617Z[ host-image] Aug 12 21:40:19.541 INFO O| Aug 12 21:40:19.541 INFO O| Actions: 10366/50799 actions (Installing new actions)
42582025-08-12T21:40:25.620Z[ host-image] Aug 12 21:40:24.542 INFO O| Aug 12 21:40:24.541 INFO O| Actions: 16718/50799 actions (Installing new actions)
42592025-08-12T21:40:29.513Z[ recovery-image] Aug 12 21:40:28.436 INFO O| Aug 12 21:40:28.436 INFO O| Planning: Running solver ... Done
42602025-08-12T21:40:30.697Z[ host-image] Aug 12 21:40:29.619 INFO O| Aug 12 21:40:29.619 INFO O| Actions: 23110/50799 actions (Installing new actions)
42612025-08-12T21:40:31.166Z[ recovery-image] Aug 12 21:40:30.087 INFO O| Aug 12 21:40:30.087 INFO O| Planning: Finding local manifests ... Done
42622025-08-12T21:40:31.231Z[ recovery-image] Aug 12 21:40:30.153 INFO O| Aug 12 21:40:30.153 INFO O| Planning: Fetching manifests: 0/126 0% complete
42632025-08-12T21:40:35.698Z[ host-image] Aug 12 21:40:34.619 INFO O| Aug 12 21:40:34.619 INFO O| Actions: 39002/50799 actions (Installing new actions)
42642025-08-12T21:40:36.267Z[ recovery-image] Aug 12 21:40:35.188 INFO O| Aug 12 21:40:35.188 INFO O| Planning: Fetching manifests: 54/126 42% complete
42652025-08-12T21:40:38.785Z[ host-image] Aug 12 21:40:37.705 INFO O| Aug 12 21:40:37.705 INFO O| Actions: Completed 50799 actions in 23.16 seconds.
42662025-08-12T21:40:39.471Z[ host-image] Aug 12 21:40:38.391 INFO O| Aug 12 21:40:38.391 INFO O| Done
42672025-08-12T21:40:39.475Z[ host-image] Aug 12 21:40:38.391 INFO O| Aug 12 21:40:38.391 INFO O| Done
42682025-08-12T21:40:39.813Z[ recovery-image] Aug 12 21:40:38.734 INFO O| Aug 12 21:40:38.734 INFO O| Planning: Fetching manifests: 126/126 100% complete
42692025-08-12T21:40:40.845Z[ recovery-image] Aug 12 21:40:39.758 INFO O| Aug 12 21:40:39.758 INFO O| Planning: Package planning ... Done
42702025-08-12T21:40:41.486Z[ recovery-image] Aug 12 21:40:40.406 INFO O| Aug 12 21:40:40.406 INFO O| Planning: Merging actions ... Done
42712025-08-12T21:40:41.690Z[ recovery-image] Aug 12 21:40:40.610 INFO O| Aug 12 21:40:40.610 INFO O| Planning: Checking for conflicting actions ... Done
42722025-08-12T21:40:41.848Z[ recovery-image] Aug 12 21:40:40.768 INFO O| Aug 12 21:40:40.768 INFO O| Planning: Consolidating action changes ... Done
42732025-08-12T21:40:42.227Z[ recovery-image] Aug 12 21:40:41.147 INFO O| Aug 12 21:40:41.147 INFO O| Planning: Evaluating mediators ... Done
42742025-08-12T21:40:42.257Z[ host-image] Aug 12 21:40:41.177 INFO O| Aug 12 21:40:41.177 INFO O| Done
42752025-08-12T21:40:45.773Z[ host-image] Aug 12 21:40:44.684 INFO O| Aug 12 21:40:44.684 INFO O| Done
42762025-08-12T21:40:45.826Z[ host-image] Aug 12 21:40:44.744 INFO O| Aug 12 21:40:44.744 INFO O| Done
42772025-08-12T21:40:48.639Z[ recovery-image] Aug 12 21:40:47.558 INFO O| Aug 12 21:40:47.558 INFO O| Planning: Planning completed in 454.89 seconds
42782025-08-12T21:40:48.645Z[ recovery-image] Aug 12 21:40:47.564 INFO O| Aug 12 21:40:47.564 INFO O| Packages to install: 126
42792025-08-12T21:40:48.645Z[ recovery-image] Aug 12 21:40:47.564 INFO O| Aug 12 21:40:47.564 INFO O| Mediators to change: 5
42802025-08-12T21:40:48.645Z[ recovery-image] Aug 12 21:40:47.564 INFO O| Aug 12 21:40:47.564 INFO O| Services to change: 5
42812025-08-12T21:40:48.762Z[ recovery-image] Aug 12 21:40:47.680 INFO O| Aug 12 21:40:47.680 INFO O| Download: 0/15944 items 0.0/184.0MB 0% complete
42822025-08-12T21:40:53.052Z[ host-image] Aug 12 21:40:51.970 INFO O| Aug 12 21:40:51.970 INFO O| Done
42832025-08-12T21:40:53.777Z[ recovery-image] Aug 12 21:40:52.695 INFO O| Aug 12 21:40:52.695 INFO O| Download: 1048/15944 items 8.0/184.0MB 4% complete (1.7M/s)
42842025-08-12T21:40:53.962Z[ host-image] Aug 12 21:40:52.879 INFO O| Aug 12 21:40:52.879 INFO O| Done
42852025-08-12T21:40:57.458Z[ host-image] Aug 12 21:40:56.375 INFO O| Aug 12 21:40:56.375 INFO STEP 11 (pkg_install) COMPLETE
42862025-08-12T21:40:57.458Z[ host-image] Aug 12 21:40:56.376 INFO O| Aug 12 21:40:56.375 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42872025-08-12T21:40:57.487Z[ host-image] Aug 12 21:40:56.405 INFO O| Aug 12 21:40:56.404 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"]
42882025-08-12T21:40:58.797Z[ recovery-image] Aug 12 21:40:57.714 INFO O| Aug 12 21:40:57.714 INFO O| Download: 1354/15944 items 20.4/184.0MB 11% complete (2.1M/s)
42892025-08-12T21:41:03.799Z[ recovery-image] Aug 12 21:41:02.715 INFO O| Aug 12 21:41:02.715 INFO O| Download: 1790/15944 items 28.3/184.0MB 15% complete (2.0M/s)
42902025-08-12T21:41:08.806Z[ recovery-image] Aug 12 21:41:07.722 INFO O| Aug 12 21:41:07.721 INFO O| Download: 2802/15944 items 34.8/184.0MB 18% complete (1.4M/s)
42912025-08-12T21:41:14.011Z[ recovery-image] Aug 12 21:41:12.925 INFO O| Aug 12 21:41:12.925 INFO O| Download: 3759/15944 items 40.4/184.0MB 21% complete (1.2M/s)
42922025-08-12T21:41:19.066Z[ recovery-image] Aug 12 21:41:17.979 INFO O| Aug 12 21:41:17.979 INFO O| Download: 4858/15944 items 43.3/184.0MB 23% complete (846k/s)
42932025-08-12T21:41:24.475Z[ recovery-image] Aug 12 21:41:23.387 INFO O| Aug 12 21:41:23.387 INFO O| Download: 5778/15944 items 45.7/184.0MB 24% complete (593k/s)
42942025-08-12T21:41:29.503Z[ recovery-image] Aug 12 21:41:28.415 INFO O| Aug 12 21:41:28.415 INFO O| Download: 6311/15944 items 65.6/184.0MB 35% complete (2.2M/s)
42952025-08-12T21:41:34.683Z[ recovery-image] Aug 12 21:41:33.593 INFO O| Aug 12 21:41:33.593 INFO O| Download: 7715/15944 items 77.1/184.0MB 41% complete (3.2M/s)
42962025-08-12T21:41:38.408Z[ host-image] Aug 12 21:41:37.318 INFO O| Aug 12 21:41:37.318 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42972025-08-12T21:41:39.723Z[ recovery-image] Aug 12 21:41:38.632 INFO O| Aug 12 21:41:38.632 INFO O| Download: 8737/15944 items 84.9/184.0MB 46% complete (1.9M/s)
42982025-08-12T21:41:44.735Z[ recovery-image] Aug 12 21:41:43.643 INFO O| Aug 12 21:41:43.643 INFO O| Download: 9279/15944 items 96.1/184.0MB 52% complete (1.9M/s)
42992025-08-12T21:41:49.742Z[ recovery-image] Aug 12 21:41:48.650 INFO O| Aug 12 21:41:48.650 INFO O| Download: 10624/15944 items 96.8/184.0MB 52% complete (1.3M/s)
43002025-08-12T21:41:53.785Z[ host-image] Aug 12 21:41:52.692 INFO O| Aug 12 21:41:52.692 INFO O| Startup: Caching catalogs ... Done
43012025-08-12T21:41:54.744Z[ recovery-image] Aug 12 21:41:53.651 INFO O| Aug 12 21:41:53.651 INFO O| Download: 11469/15944 items 110.5/184.0MB 60% complete (1.4M/s)
43022025-08-12T21:41:59.748Z[ recovery-image] Aug 12 21:41:58.654 INFO O| Aug 12 21:41:58.654 INFO O| Download: 12160/15944 items 144.1/184.0MB 78% complete (4.7M/s)
43032025-08-12T21:42:03.072Z[ host-image] Aug 12 21:42:01.978 INFO O| Aug 12 21:42:01.978 INFO O| Planning: Solver setup ... Done
43042025-08-12T21:42:03.087Z[ host-image] Aug 12 21:42:01.992 INFO O| Aug 12 21:42:01.992 INFO O| Planning: Running solver ... Done
43052025-08-12T21:42:03.367Z[ host-image] Aug 12 21:42:02.272 INFO O| Aug 12 21:42:02.272 INFO O| Planning: Finding local manifests ... Done
43062025-08-12T21:42:03.395Z[ host-image] Aug 12 21:42:02.301 INFO O| Aug 12 21:42:02.300 INFO O| Planning: Fetching manifests: 0/5 0% complete
43072025-08-12T21:42:03.610Z[ host-image] Aug 12 21:42:02.515 INFO O| Aug 12 21:42:02.515 INFO O| Planning: Fetching manifests: 5/5 100% complete
43082025-08-12T21:42:03.661Z[ host-image] Aug 12 21:42:02.566 INFO O| Aug 12 21:42:02.566 INFO O| Planning: Package planning ... Done
43092025-08-12T21:42:03.668Z[ host-image] Aug 12 21:42:02.573 INFO O| Aug 12 21:42:02.573 INFO O| Planning: Merging actions ... Done
43102025-08-12T21:42:03.825Z[ host-image] Aug 12 21:42:02.730 INFO O| Aug 12 21:42:02.730 INFO O| Planning: Checking for conflicting actions ... Done
43112025-08-12T21:42:03.828Z[ host-image] Aug 12 21:42:02.732 INFO O| Aug 12 21:42:02.732 INFO O| Planning: Consolidating action changes ... Done
43122025-08-12T21:42:04.241Z[ host-image] Aug 12 21:42:03.146 INFO O| Aug 12 21:42:03.146 INFO O| Planning: Evaluating mediators ... Done
43132025-08-12T21:42:04.244Z[ host-image] Aug 12 21:42:03.148 INFO O| Aug 12 21:42:03.148 INFO O| Planning: Planning completed in 10.35 seconds
43142025-08-12T21:42:04.244Z[ host-image] Aug 12 21:42:03.149 INFO O| Aug 12 21:42:03.149 INFO O| Packages to install: 5
43152025-08-12T21:42:04.244Z[ host-image] Aug 12 21:42:03.149 INFO O| Aug 12 21:42:03.149 INFO O| Services to change: 2
43162025-08-12T21:42:04.275Z[ host-image] Aug 12 21:42:03.180 INFO O| Aug 12 21:42:03.180 INFO O| Download: 0/121 items 0.0/1.5MB 0% complete
43172025-08-12T21:42:04.759Z[ recovery-image] Aug 12 21:42:03.663 INFO O| Aug 12 21:42:03.663 INFO O| Download: 13757/15944 items 151.0/184.0MB 82% complete (4.1M/s)
43182025-08-12T21:42:06.101Z[ host-image] Aug 12 21:42:05.005 INFO O| Aug 12 21:42:05.005 INFO O| Download: Completed 1.48 MB in 1.82 seconds (828k/s)
43192025-08-12T21:42:06.160Z[ host-image] Aug 12 21:42:05.065 INFO O| Aug 12 21:42:05.065 INFO O| Actions: 1/313 actions (Installing new actions)
43202025-08-12T21:42:06.354Z[ host-image] Aug 12 21:42:05.258 INFO O| Aug 12 21:42:05.258 INFO O| Actions: Completed 313 actions in 0.19 seconds.
43212025-08-12T21:42:07.057Z[ host-image] Aug 12 21:42:05.962 INFO O| Aug 12 21:42:05.962 INFO O| Done
43222025-08-12T21:42:07.057Z[ host-image] Aug 12 21:42:05.962 INFO O| Aug 12 21:42:05.962 INFO O| Done
43232025-08-12T21:42:09.095Z[ host-image] Aug 12 21:42:07.999 INFO O| Aug 12 21:42:07.999 INFO O| Done
43242025-08-12T21:42:09.935Z[ recovery-image] Aug 12 21:42:08.839 INFO O| Aug 12 21:42:08.839 INFO O| Download: 14788/15944 items 155.7/184.0MB 84% complete (1.1M/s)
43252025-08-12T21:42:12.058Z[ host-image] Aug 12 21:42:10.962 INFO O| Aug 12 21:42:10.962 INFO O| Done
43262025-08-12T21:42:12.148Z[ host-image] Aug 12 21:42:11.050 INFO O| Aug 12 21:42:11.050 INFO O| Done
43272025-08-12T21:42:12.151Z[ host-image] Aug 12 21:42:11.051 INFO O| Aug 12 21:42:11.051 INFO O| Done
43282025-08-12T21:42:12.188Z[ host-image] Aug 12 21:42:11.091 INFO O| Aug 12 21:42:11.091 INFO O| Done
43292025-08-12T21:42:13.858Z[ host-image] Aug 12 21:42:12.761 INFO O| Aug 12 21:42:12.761 INFO STEP 12 (pkg_install) COMPLETE
43302025-08-12T21:42:13.858Z[ host-image] Aug 12 21:42:12.761 INFO O| Aug 12 21:42:12.761 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43312025-08-12T21:42:13.874Z[ host-image] Aug 12 21:42:12.777 INFO O| Aug 12 21:42:12.777 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
43322025-08-12T21:42:15.027Z[ recovery-image] Aug 12 21:42:13.929 INFO O| Aug 12 21:42:13.929 INFO O| Download: 15601/15944 items 177.4/184.0MB 96% complete (2.6M/s)
43332025-08-12T21:42:20.056Z[ recovery-image] Aug 12 21:42:18.958 INFO O| Aug 12 21:42:18.958 INFO O| Download: 15938/15944 items 184.0/184.0MB 99% complete (2.8M/s)
43342025-08-12T21:42:20.070Z[ recovery-image] Aug 12 21:42:18.973 INFO O| Aug 12 21:42:18.972 INFO O| Download: Completed 183.98 MB in 91.29 seconds (2.0M/s)
43352025-08-12T21:42:21.349Z[ recovery-image] Aug 12 21:42:20.251 INFO O| Aug 12 21:42:20.251 INFO O| Actions: 1/26303 actions (Installing new actions)
43362025-08-12T21:42:26.351Z[ recovery-image] Aug 12 21:42:25.251 INFO O| Aug 12 21:42:25.251 INFO O| Actions: 10081/26303 actions (Installing new actions)
43372025-08-12T21:42:31.352Z[ recovery-image] Aug 12 21:42:30.252 INFO O| Aug 12 21:42:30.252 INFO O| Actions: 16186/26303 actions (Installing new actions)
43382025-08-12T21:42:36.373Z[ recovery-image] Aug 12 21:42:35.272 INFO O| Aug 12 21:42:35.272 INFO O| Actions: 25847/26303 actions (Installing new actions)
43392025-08-12T21:42:37.078Z[ recovery-image] Aug 12 21:42:35.976 INFO O| Aug 12 21:42:35.976 INFO O| Actions: Completed 26303 actions in 15.72 seconds.
43402025-08-12T21:42:38.549Z[ recovery-image] Aug 12 21:42:37.447 INFO O| Aug 12 21:42:37.447 INFO O| Done
43412025-08-12T21:42:38.549Z[ recovery-image] Aug 12 21:42:37.447 INFO O| Aug 12 21:42:37.447 INFO O| Done
43422025-08-12T21:42:41.201Z[ recovery-image] Aug 12 21:42:40.099 INFO O| Aug 12 21:42:40.099 INFO O| Done
43432025-08-12T21:42:43.422Z[ recovery-image] Aug 12 21:42:42.318 INFO O| Aug 12 21:42:42.318 INFO O| Done
43442025-08-12T21:42:43.474Z[ recovery-image] Aug 12 21:42:42.371 INFO O| Aug 12 21:42:42.370 INFO O| Done
43452025-08-12T21:42:48.673Z[ recovery-image] Aug 12 21:42:47.570 INFO O| Aug 12 21:42:47.570 INFO O| Done
43462025-08-12T21:42:49.422Z[ recovery-image] Aug 12 21:42:48.318 INFO O| Aug 12 21:42:48.318 INFO O| Done
43472025-08-12T21:42:50.899Z[ host-image] Aug 12 21:42:49.793 INFO O| Aug 12 21:42:49.793 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43482025-08-12T21:42:52.254Z[ recovery-image] Aug 12 21:42:51.149 INFO O| Aug 12 21:42:51.149 INFO STEP 11 (pkg_install) COMPLETE
43492025-08-12T21:42:52.254Z[ recovery-image] Aug 12 21:42:51.149 INFO O| Aug 12 21:42:51.149 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43502025-08-12T21:42:52.254Z[ recovery-image] Aug 12 21:42:51.149 INFO O| Aug 12 21:42:51.149 INFO skip step because feature "recovery" is enabled
43512025-08-12T21:42:52.254Z[ recovery-image] Aug 12 21:42:51.149 INFO O| Aug 12 21:42:51.149 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43522025-08-12T21:42:52.254Z[ recovery-image] Aug 12 21:42:51.149 INFO O| Aug 12 21:42:51.149 INFO skip step because feature "omicron1" is not enabled
43532025-08-12T21:42:52.254Z[ recovery-image] Aug 12 21:42:51.149 INFO O| Aug 12 21:42:51.149 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43542025-08-12T21:42:52.269Z[ recovery-image] Aug 12 21:42:51.165 INFO O| Aug 12 21:42:51.165 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.37.402"]
43552025-08-12T21:43:04.429Z[ host-image] Aug 12 21:43:03.323 INFO O| Aug 12 21:43:03.323 INFO O| Startup: Caching catalogs ... Done
43562025-08-12T21:43:09.660Z[ host-image] Aug 12 21:43:08.553 INFO O| Aug 12 21:43:08.553 INFO O| Planning: Solver setup ... Done
43572025-08-12T21:43:09.672Z[ host-image] Aug 12 21:43:08.565 INFO O| Aug 12 21:43:08.565 INFO O| Planning: Running solver ... Done
43582025-08-12T21:43:09.784Z[ host-image] Aug 12 21:43:08.677 INFO O| Aug 12 21:43:08.677 INFO O| Planning: Finding local manifests ... Done
43592025-08-12T21:43:09.804Z[ host-image] Aug 12 21:43:08.697 INFO O| Aug 12 21:43:08.697 INFO O| Planning: Fetching manifests: 0/6 0% complete
43602025-08-12T21:43:09.904Z[ host-image] Aug 12 21:43:08.797 INFO O| Aug 12 21:43:08.797 INFO O| Planning: Fetching manifests: 6/6 100% complete
43612025-08-12T21:43:09.941Z[ host-image] Aug 12 21:43:08.834 INFO O| Aug 12 21:43:08.834 INFO O| Planning: Package planning ... Done
43622025-08-12T21:43:09.971Z[ host-image] Aug 12 21:43:08.864 INFO O| Aug 12 21:43:08.863 INFO O| Planning: Merging actions ... Done
43632025-08-12T21:43:10.082Z[ host-image] Aug 12 21:43:08.974 INFO O| Aug 12 21:43:08.974 INFO O| Planning: Checking for conflicting actions ... Done
43642025-08-12T21:43:10.088Z[ host-image] Aug 12 21:43:08.981 INFO O| Aug 12 21:43:08.981 INFO O| Planning: Consolidating action changes ... Done
43652025-08-12T21:43:10.406Z[ host-image] Aug 12 21:43:09.299 INFO O| Aug 12 21:43:09.299 INFO O| Planning: Evaluating mediators ... Done
43662025-08-12T21:43:10.412Z[ host-image] Aug 12 21:43:09.305 INFO O| Aug 12 21:43:09.304 INFO O| Planning: Planning completed in 5.90 seconds
43672025-08-12T21:43:10.415Z[ host-image] Aug 12 21:43:09.305 INFO O| Aug 12 21:43:09.305 INFO O| Packages to install: 6
43682025-08-12T21:43:10.416Z[ host-image] Aug 12 21:43:09.305 INFO O| Aug 12 21:43:09.305 INFO O| Mediators to change: 1
43692025-08-12T21:43:10.416Z[ host-image] Aug 12 21:43:09.305 INFO O| Aug 12 21:43:09.305 INFO O| Services to change: 1
43702025-08-12T21:43:10.445Z[ host-image] Aug 12 21:43:09.337 INFO O| Aug 12 21:43:09.337 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
43712025-08-12T21:43:14.160Z[ host-image] Aug 12 21:43:13.052 INFO O| Aug 12 21:43:13.051 INFO O| Download: Completed 7.71 MB in 3.71 seconds (2.1M/s)
43722025-08-12T21:43:14.221Z[ host-image] Aug 12 21:43:13.113 INFO O| Aug 12 21:43:13.113 INFO O| Actions: 1/1361 actions (Installing new actions)
43732025-08-12T21:43:15.305Z[ host-image] Aug 12 21:43:14.196 INFO O| Aug 12 21:43:14.196 INFO O| Actions: Completed 1361 actions in 1.08 seconds.
43742025-08-12T21:43:15.823Z[ host-image] Aug 12 21:43:14.714 INFO O| Aug 12 21:43:14.714 INFO O| Done
43752025-08-12T21:43:15.823Z[ host-image] Aug 12 21:43:14.715 INFO O| Aug 12 21:43:14.714 INFO O| Done
43762025-08-12T21:43:17.585Z[ host-image] Aug 12 21:43:16.476 INFO O| Aug 12 21:43:16.476 INFO O| Done
43772025-08-12T21:43:20.600Z[ host-image] Aug 12 21:43:19.491 INFO O| Aug 12 21:43:19.491 INFO O| Done
43782025-08-12T21:43:20.645Z[ host-image] Aug 12 21:43:19.536 INFO O| Aug 12 21:43:19.535 INFO O| Done
43792025-08-12T21:43:20.648Z[ host-image] Aug 12 21:43:19.536 INFO O| Aug 12 21:43:19.536 INFO O| Done
43802025-08-12T21:43:20.721Z[ host-image] Aug 12 21:43:19.612 INFO O| Aug 12 21:43:19.612 INFO O| Done
43812025-08-12T21:43:21.870Z[ recovery-image] Aug 12 21:43:20.761 INFO O| Aug 12 21:43:20.761 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43822025-08-12T21:43:22.297Z[ host-image] Aug 12 21:43:21.188 INFO O| Aug 12 21:43:21.188 INFO STEP 13 (pkg_install) COMPLETE
43832025-08-12T21:43:22.297Z[ host-image] Aug 12 21:43:21.188 INFO O| Aug 12 21:43:21.188 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43842025-08-12T21:43:22.312Z[ host-image] Aug 12 21:43:21.203 INFO O| Aug 12 21:43:21.203 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.37.402"]
43852025-08-12T21:43:37.894Z[ recovery-image] Aug 12 21:43:36.781 INFO O| Aug 12 21:43:36.781 INFO O| Startup: Caching catalogs ... Done
43862025-08-12T21:43:46.253Z[ recovery-image] Aug 12 21:43:45.139 INFO O| Aug 12 21:43:45.139 INFO O| Planning: Solver setup ... Done
43872025-08-12T21:43:46.264Z[ recovery-image] Aug 12 21:43:45.150 INFO O| Aug 12 21:43:45.150 INFO O| Planning: Running solver ... Done
43882025-08-12T21:43:46.455Z[ recovery-image] Aug 12 21:43:45.341 INFO O| Aug 12 21:43:45.341 INFO O| Planning: Finding local manifests ... Done
43892025-08-12T21:43:46.533Z[ recovery-image] Aug 12 21:43:45.419 INFO O| Aug 12 21:43:45.418 INFO O| Planning: Fetching manifests: 0/1 0% complete
43902025-08-12T21:43:46.560Z[ recovery-image] Aug 12 21:43:45.446 INFO O| Aug 12 21:43:45.446 INFO O| Planning: Fetching manifests: 1/1 100% complete
43912025-08-12T21:43:46.592Z[ recovery-image] Aug 12 21:43:45.478 INFO O| Aug 12 21:43:45.478 INFO O| Planning: Package planning ... Done
43922025-08-12T21:43:46.596Z[ recovery-image] Aug 12 21:43:45.479 INFO O| Aug 12 21:43:45.479 INFO O| Planning: Merging actions ... Done
43932025-08-12T21:43:46.683Z[ recovery-image] Aug 12 21:43:45.566 INFO O| Aug 12 21:43:45.566 INFO O| Planning: Checking for conflicting actions ... Done
43942025-08-12T21:43:46.693Z[ recovery-image] Aug 12 21:43:45.567 INFO O| Aug 12 21:43:45.567 INFO O| Planning: Consolidating action changes ... Done
43952025-08-12T21:43:47.018Z[ recovery-image] Aug 12 21:43:45.889 INFO O| Aug 12 21:43:45.889 INFO O| Planning: Evaluating mediators ... Done
43962025-08-12T21:43:47.065Z[ recovery-image] Aug 12 21:43:45.890 INFO O| Aug 12 21:43:45.890 INFO O| Planning: Planning completed in 8.98 seconds
43972025-08-12T21:43:47.065Z[ recovery-image] Aug 12 21:43:45.890 INFO O| Aug 12 21:43:45.890 INFO O| Packages to install: 1
43982025-08-12T21:43:47.066Z[ recovery-image] Aug 12 21:43:45.920 INFO O| Aug 12 21:43:45.920 INFO O| Download: 0/4 items 0.0/10.1MB 0% complete
43992025-08-12T21:43:47.357Z[ recovery-image] Aug 12 21:43:46.230 INFO O| Aug 12 21:43:46.230 INFO O| Download: Completed 10.09 MB in 0.31 seconds (32.6M/s)
44002025-08-12T21:43:47.440Z[ recovery-image] Aug 12 21:43:46.323 INFO O| Aug 12 21:43:46.323 INFO O| Actions: 1/22 actions (Installing new actions)
44012025-08-12T21:43:47.857Z[ recovery-image] Aug 12 21:43:46.740 INFO O| Aug 12 21:43:46.739 INFO O| Actions: Completed 22 actions in 0.42 seconds.
44022025-08-12T21:43:48.558Z[ recovery-image] Aug 12 21:43:47.444 INFO O| Aug 12 21:43:47.444 INFO O| Done
44032025-08-12T21:43:48.562Z[ recovery-image] Aug 12 21:43:47.444 INFO O| Aug 12 21:43:47.444 INFO O| Done
44042025-08-12T21:43:50.804Z[ recovery-image] Aug 12 21:43:49.689 INFO O| Aug 12 21:43:49.689 INFO O| Done
44052025-08-12T21:43:53.602Z[ recovery-image] Aug 12 21:43:52.484 INFO O| Aug 12 21:43:52.483 INFO O| Done
44062025-08-12T21:43:53.642Z[ recovery-image] Aug 12 21:43:52.514 INFO O| Aug 12 21:43:52.514 INFO O| Done
44072025-08-12T21:43:53.665Z[ recovery-image] Aug 12 21:43:52.514 INFO O| Aug 12 21:43:52.514 INFO O| Done
44082025-08-12T21:43:53.666Z[ recovery-image] Aug 12 21:43:52.541 INFO O| Aug 12 21:43:52.541 INFO O| Done
44092025-08-12T21:43:55.473Z[ recovery-image] Aug 12 21:43:54.358 INFO O| Aug 12 21:43:54.358 INFO STEP 14 (pkg_install) COMPLETE
44102025-08-12T21:43:55.474Z[ recovery-image] Aug 12 21:43:54.358 INFO O| Aug 12 21:43:54.358 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44112025-08-12T21:43:55.478Z[ recovery-image] Aug 12 21:43:54.358 INFO O| Aug 12 21:43:54.358 INFO skip step because feature "mfg" is not enabled
44122025-08-12T21:43:55.478Z[ recovery-image] Aug 12 21:43:54.358 INFO O| Aug 12 21:43:54.358 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44132025-08-12T21:43:55.478Z[ recovery-image] Aug 12 21:43:54.358 INFO O| Aug 12 21:43:54.358 INFO skip step because feature "compliance" is not enabled
44142025-08-12T21:43:55.478Z[ recovery-image] Aug 12 21:43:54.358 INFO O| Aug 12 21:43:54.358 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44152025-08-12T21:43:55.479Z[ recovery-image] Aug 12 21:43:54.358 INFO O| Aug 12 21:43:54.358 INFO skip step because feature "stress" is not enabled
44162025-08-12T21:43:55.479Z[ recovery-image] Aug 12 21:43:54.358 INFO O| Aug 12 21:43:54.358 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44172025-08-12T21:43:55.479Z[ recovery-image] Aug 12 21:43:54.358 INFO O| Aug 12 21:43:54.358 INFO skip step because feature "compliance" is not enabled
44182025-08-12T21:43:55.479Z[ recovery-image] Aug 12 21:43:54.358 INFO O| Aug 12 21:43:54.358 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44192025-08-12T21:43:55.479Z[ recovery-image] Aug 12 21:43:54.358 INFO O| Aug 12 21:43:54.358 INFO skip step because feature "nfs" is not enabled
44202025-08-12T21:43:55.479Z[ recovery-image] Aug 12 21:43:54.358 INFO O| Aug 12 21:43:54.358 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
44212025-08-12T21:43:55.479Z[ recovery-image] Aug 12 21:43:54.358 INFO O| Aug 12 21:43:54.358 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
44222025-08-12T21:43:55.542Z[ recovery-image] Aug 12 21:43:54.426 INFO O| Aug 12 21:43:54.426 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44232025-08-12T21:43:55.669Z[ recovery-image] Aug 12 21:43:54.553 INFO O| Aug 12 21:43:54.553 INFO completed processing sled/ramdisk-01-os
44242025-08-12T21:43:55.673Z[ recovery-image] Aug 12 21:43:54.556 INFO image builder template: ramdisk-02-trim...
44252025-08-12T21:43:55.673Z[ recovery-image] Aug 12 21:43:54.556 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/.tmp21quSy/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
44262025-08-12T21:43:55.710Z[ recovery-image] Aug 12 21:43:54.594 INFO O| Aug 12 21:43:54.594 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
44272025-08-12T21:43:55.715Z[ recovery-image] Aug 12 21:43:54.600 INFO O| Aug 12 21:43:54.600 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
44282025-08-12T21:43:55.808Z[ recovery-image] Aug 12 21:43:54.693 INFO O| Aug 12 21:43:54.693 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
44292025-08-12T21:43:55.877Z[ recovery-image] Aug 12 21:43:54.761 INFO O| Aug 12 21:43:54.761 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
44302025-08-12T21:43:55.877Z[ recovery-image] Aug 12 21:43:54.761 INFO O| Aug 12 21:43:54.761 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
44312025-08-12T21:43:55.891Z[ recovery-image] Aug 12 21:43:54.768 INFO O| Aug 12 21:43:54.768 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
44322025-08-12T21:43:55.895Z[ recovery-image] Aug 12 21:43:54.774 INFO O| Aug 12 21:43:54.773 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
44332025-08-12T21:43:55.898Z[ recovery-image] Aug 12 21:43:54.781 INFO O| Aug 12 21:43:54.780 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
44342025-08-12T21:43:56.233Z[ recovery-image] Aug 12 21:43:55.117 INFO O| Aug 12 21:43:55.117 INFO rolled back to input snapshot; work may begin
44352025-08-12T21:43:56.233Z[ recovery-image] Aug 12 21:43:55.118 INFO O| Aug 12 21:43:55.117 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
44362025-08-12T21:43:56.241Z[ recovery-image] Aug 12 21:43:55.125 INFO O| Aug 12 21:43:55.125 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44372025-08-12T21:43:56.257Z[ recovery-image] Aug 12 21:43:55.141 INFO O| Aug 12 21:43:55.141 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
44382025-08-12T21:43:56.363Z[ recovery-image] Aug 12 21:43:55.247 INFO O| Aug 12 21:43:55.247 INFO STEP 0 (remove_files) COMPLETE
44392025-08-12T21:43:56.363Z[ recovery-image] Aug 12 21:43:55.247 INFO O| Aug 12 21:43:55.247 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44402025-08-12T21:43:56.379Z[ recovery-image] Aug 12 21:43:55.263 INFO O| Aug 12 21:43:55.263 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
44412025-08-12T21:43:56.383Z[ recovery-image] Aug 12 21:43:55.267 INFO O| Aug 12 21:43:55.267 INFO STEP 1 (remove_files) COMPLETE
44422025-08-12T21:43:56.383Z[ recovery-image] Aug 12 21:43:55.267 INFO O| Aug 12 21:43:55.267 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44432025-08-12T21:43:56.397Z[ recovery-image] Aug 12 21:43:55.282 INFO O| Aug 12 21:43:55.282 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
44442025-08-12T21:43:56.424Z[ recovery-image] Aug 12 21:43:55.308 INFO O| Aug 12 21:43:55.308 INFO STEP 2 (remove_files) COMPLETE
44452025-08-12T21:43:56.424Z[ recovery-image] Aug 12 21:43:55.308 INFO O| Aug 12 21:43:55.308 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44462025-08-12T21:43:56.476Z[ recovery-image] Aug 12 21:43:55.360 INFO O| Aug 12 21:43:55.360 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
44472025-08-12T21:43:56.480Z[ recovery-image] Aug 12 21:43:55.364 INFO O| Aug 12 21:43:55.364 INFO STEP 3 (remove_files) COMPLETE
44482025-08-12T21:43:56.481Z[ recovery-image] Aug 12 21:43:55.364 INFO O| Aug 12 21:43:55.364 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44492025-08-12T21:43:56.496Z[ recovery-image] Aug 12 21:43:55.380 INFO O| Aug 12 21:43:55.380 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
44502025-08-12T21:43:56.503Z[ recovery-image] Aug 12 21:43:55.388 INFO O| Aug 12 21:43:55.388 INFO STEP 4 (remove_files) COMPLETE
44512025-08-12T21:43:56.507Z[ recovery-image] Aug 12 21:43:55.388 INFO O| Aug 12 21:43:55.388 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44522025-08-12T21:43:56.519Z[ recovery-image] Aug 12 21:43:55.403 INFO O| Aug 12 21:43:55.403 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
44532025-08-12T21:43:56.523Z[ recovery-image] Aug 12 21:43:55.403 INFO O| Aug 12 21:43:55.403 INFO STEP 5 (remove_files) COMPLETE
44542025-08-12T21:43:56.523Z[ recovery-image] Aug 12 21:43:55.404 INFO O| Aug 12 21:43:55.403 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44552025-08-12T21:43:56.564Z[ recovery-image] Aug 12 21:43:55.446 INFO O| Aug 12 21:43:55.446 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
44562025-08-12T21:43:56.583Z[ recovery-image] Aug 12 21:43:55.467 INFO O| Aug 12 21:43:55.467 INFO STEP 6 (remove_files) COMPLETE
44572025-08-12T21:43:56.583Z[ recovery-image] Aug 12 21:43:55.467 INFO O| Aug 12 21:43:55.467 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44582025-08-12T21:43:56.583Z[ recovery-image] Aug 12 21:43:55.467 INFO O| Aug 12 21:43:55.467 INFO skip step because feature "recovery" is enabled
44592025-08-12T21:43:56.583Z[ recovery-image] Aug 12 21:43:55.467 INFO O| Aug 12 21:43:55.467 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44602025-08-12T21:43:56.587Z[ recovery-image] Aug 12 21:43:55.467 INFO O| Aug 12 21:43:55.467 INFO skip step because feature "recovery" is enabled
44612025-08-12T21:43:56.587Z[ recovery-image] Aug 12 21:43:55.467 INFO O| Aug 12 21:43:55.467 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44622025-08-12T21:43:56.587Z[ recovery-image] Aug 12 21:43:55.467 INFO O| Aug 12 21:43:55.467 INFO skip step because feature "recovery" is enabled
44632025-08-12T21:43:56.587Z[ recovery-image] Aug 12 21:43:55.467 INFO O| Aug 12 21:43:55.467 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44642025-08-12T21:43:56.620Z[ recovery-image] Aug 12 21:43:55.504 INFO O| Aug 12 21:43:55.504 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
44652025-08-12T21:43:56.626Z[ recovery-image] Aug 12 21:43:55.511 INFO O| Aug 12 21:43:55.511 INFO STEP 10 (remove_files) COMPLETE
44662025-08-12T21:43:56.626Z[ recovery-image] Aug 12 21:43:55.511 INFO O| Aug 12 21:43:55.511 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44672025-08-12T21:43:56.642Z[ recovery-image] Aug 12 21:43:55.526 INFO O| Aug 12 21:43:55.526 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
44682025-08-12T21:43:56.645Z[ recovery-image] Aug 12 21:43:55.528 INFO O| Aug 12 21:43:55.527 INFO STEP 11 (remove_files) COMPLETE
44692025-08-12T21:43:56.645Z[ recovery-image] Aug 12 21:43:55.528 INFO O| Aug 12 21:43:55.528 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44702025-08-12T21:43:56.657Z[ recovery-image] Aug 12 21:43:55.542 INFO O| Aug 12 21:43:55.542 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
44712025-08-12T21:43:56.661Z[ recovery-image] Aug 12 21:43:55.544 INFO O| Aug 12 21:43:55.544 INFO STEP 12 (remove_files) COMPLETE
44722025-08-12T21:43:56.661Z[ recovery-image] Aug 12 21:43:55.544 INFO O| Aug 12 21:43:55.544 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44732025-08-12T21:43:56.733Z[ recovery-image] Aug 12 21:43:55.617 INFO O| Aug 12 21:43:55.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
44742025-08-12T21:43:56.974Z[ recovery-image] Aug 12 21:43:55.858 INFO O| Aug 12 21:43:55.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
44752025-08-12T21:43:57.021Z[ recovery-image] Aug 12 21:43:55.905 INFO O| Aug 12 21:43:55.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
44762025-08-12T21:43:57.027Z[ recovery-image] Aug 12 21:43:55.911 INFO O| Aug 12 21:43:55.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
44772025-08-12T21:43:57.030Z[ recovery-image] Aug 12 21:43:55.911 INFO O| Aug 12 21:43:55.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
44782025-08-12T21:43:57.090Z[ recovery-image] Aug 12 21:43:55.974 INFO O| Aug 12 21:43:55.974 INFO STEP 13 (remove_files) COMPLETE
44792025-08-12T21:43:57.094Z[ recovery-image] Aug 12 21:43:55.974 INFO O| Aug 12 21:43:55.974 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44802025-08-12T21:43:57.106Z[ recovery-image] Aug 12 21:43:55.990 INFO O| Aug 12 21:43:55.990 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
44812025-08-12T21:43:57.109Z[ recovery-image] Aug 12 21:43:55.992 INFO O| Aug 12 21:43:55.992 INFO STEP 14 (remove_files) COMPLETE
44822025-08-12T21:43:57.109Z[ recovery-image] Aug 12 21:43:55.992 INFO O| Aug 12 21:43:55.992 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44832025-08-12T21:43:57.123Z[ recovery-image] Aug 12 21:43:56.007 INFO O| Aug 12 21:43:56.007 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
44842025-08-12T21:43:57.135Z[ recovery-image] Aug 12 21:43:56.019 INFO O| Aug 12 21:43:56.019 INFO STEP 15 (remove_files) COMPLETE
44852025-08-12T21:43:57.135Z[ recovery-image] Aug 12 21:43:56.019 INFO O| Aug 12 21:43:56.019 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44862025-08-12T21:43:57.150Z[ recovery-image] Aug 12 21:43:56.034 INFO O| Aug 12 21:43:56.034 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
44872025-08-12T21:43:57.154Z[ recovery-image] Aug 12 21:43:56.035 INFO O| Aug 12 21:43:56.035 INFO STEP 16 (remove_files) COMPLETE
44882025-08-12T21:43:57.154Z[ recovery-image] Aug 12 21:43:56.035 INFO O| Aug 12 21:43:56.035 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44892025-08-12T21:43:57.164Z[ recovery-image] Aug 12 21:43:56.048 INFO O| Aug 12 21:43:56.048 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
44902025-08-12T21:43:57.168Z[ recovery-image] Aug 12 21:43:56.050 INFO O| Aug 12 21:43:56.050 INFO STEP 17 (remove_files) COMPLETE
44912025-08-12T21:43:57.168Z[ recovery-image] Aug 12 21:43:56.050 INFO O| Aug 12 21:43:56.050 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44922025-08-12T21:43:57.180Z[ recovery-image] Aug 12 21:43:56.064 INFO O| Aug 12 21:43:56.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
44932025-08-12T21:43:57.180Z[ recovery-image] Aug 12 21:43:56.064 INFO O| Aug 12 21:43:56.064 INFO STEP 18 (remove_files) COMPLETE
44942025-08-12T21:43:57.180Z[ recovery-image] Aug 12 21:43:56.064 INFO O| Aug 12 21:43:56.064 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44952025-08-12T21:43:57.196Z[ recovery-image] Aug 12 21:43:56.080 INFO O| Aug 12 21:43:56.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
44962025-08-12T21:43:57.200Z[ recovery-image] Aug 12 21:43:56.080 INFO O| Aug 12 21:43:56.080 INFO STEP 19 (remove_files) COMPLETE
44972025-08-12T21:43:57.200Z[ recovery-image] Aug 12 21:43:56.080 INFO O| Aug 12 21:43:56.080 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
44982025-08-12T21:43:57.211Z[ recovery-image] Aug 12 21:43:56.095 INFO O| Aug 12 21:43:56.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
44992025-08-12T21:43:57.211Z[ recovery-image] Aug 12 21:43:56.096 INFO O| Aug 12 21:43:56.096 INFO STEP 20 (remove_files) COMPLETE
45002025-08-12T21:43:57.211Z[ recovery-image] Aug 12 21:43:56.096 INFO O| Aug 12 21:43:56.096 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45012025-08-12T21:43:57.226Z[ recovery-image] Aug 12 21:43:56.110 INFO O| Aug 12 21:43:56.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
45022025-08-12T21:43:57.226Z[ recovery-image] Aug 12 21:43:56.110 INFO O| Aug 12 21:43:56.110 INFO STEP 21 (remove_files) COMPLETE
45032025-08-12T21:43:57.230Z[ recovery-image] Aug 12 21:43:56.110 INFO O| Aug 12 21:43:56.110 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45042025-08-12T21:43:57.241Z[ recovery-image] Aug 12 21:43:56.125 INFO O| Aug 12 21:43:56.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
45052025-08-12T21:43:57.241Z[ recovery-image] Aug 12 21:43:56.125 INFO O| Aug 12 21:43:56.125 INFO STEP 22 (remove_files) COMPLETE
45062025-08-12T21:43:57.244Z[ recovery-image] Aug 12 21:43:56.125 INFO O| Aug 12 21:43:56.125 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45072025-08-12T21:43:57.255Z[ recovery-image] Aug 12 21:43:56.139 INFO O| Aug 12 21:43:56.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
45082025-08-12T21:43:57.255Z[ recovery-image] Aug 12 21:43:56.139 INFO O| Aug 12 21:43:56.139 INFO STEP 23 (remove_files) COMPLETE
45092025-08-12T21:43:57.259Z[ recovery-image] Aug 12 21:43:56.139 INFO O| Aug 12 21:43:56.139 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45102025-08-12T21:43:57.268Z[ recovery-image] Aug 12 21:43:56.152 INFO O| Aug 12 21:43:56.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
45112025-08-12T21:43:57.268Z[ recovery-image] Aug 12 21:43:56.152 INFO O| Aug 12 21:43:56.152 INFO STEP 24 (remove_files) COMPLETE
45122025-08-12T21:43:57.268Z[ recovery-image] Aug 12 21:43:56.152 INFO O| Aug 12 21:43:56.152 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45132025-08-12T21:43:57.282Z[ recovery-image] Aug 12 21:43:56.166 INFO O| Aug 12 21:43:56.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
45142025-08-12T21:43:57.282Z[ recovery-image] Aug 12 21:43:56.166 INFO O| Aug 12 21:43:56.166 INFO STEP 25 (remove_files) COMPLETE
45152025-08-12T21:43:57.287Z[ recovery-image] Aug 12 21:43:56.166 INFO O| Aug 12 21:43:56.166 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45162025-08-12T21:43:57.296Z[ recovery-image] Aug 12 21:43:56.179 INFO O| Aug 12 21:43:56.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
45172025-08-12T21:43:57.296Z[ recovery-image] Aug 12 21:43:56.179 INFO O| Aug 12 21:43:56.179 INFO STEP 26 (remove_files) COMPLETE
45182025-08-12T21:43:57.300Z[ recovery-image] Aug 12 21:43:56.179 INFO O| Aug 12 21:43:56.179 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45192025-08-12T21:43:57.309Z[ recovery-image] Aug 12 21:43:56.193 INFO O| Aug 12 21:43:56.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
45202025-08-12T21:43:57.309Z[ recovery-image] Aug 12 21:43:56.193 INFO O| Aug 12 21:43:56.193 INFO STEP 27 (remove_files) COMPLETE
45212025-08-12T21:43:57.313Z[ recovery-image] Aug 12 21:43:56.193 INFO O| Aug 12 21:43:56.193 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45222025-08-12T21:43:57.323Z[ recovery-image] Aug 12 21:43:56.207 INFO O| Aug 12 21:43:56.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
45232025-08-12T21:43:57.327Z[ recovery-image] Aug 12 21:43:56.207 INFO O| Aug 12 21:43:56.207 INFO STEP 28 (remove_files) COMPLETE
45242025-08-12T21:43:57.327Z[ recovery-image] Aug 12 21:43:56.207 INFO O| Aug 12 21:43:56.207 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45252025-08-12T21:43:57.338Z[ recovery-image] Aug 12 21:43:56.222 INFO O| Aug 12 21:43:56.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
45262025-08-12T21:43:57.338Z[ recovery-image] Aug 12 21:43:56.222 INFO O| Aug 12 21:43:56.222 INFO STEP 29 (remove_files) COMPLETE
45272025-08-12T21:43:57.342Z[ recovery-image] Aug 12 21:43:56.222 INFO O| Aug 12 21:43:56.222 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45282025-08-12T21:43:57.352Z[ recovery-image] Aug 12 21:43:56.236 INFO O| Aug 12 21:43:56.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
45292025-08-12T21:43:57.352Z[ recovery-image] Aug 12 21:43:56.236 INFO O| Aug 12 21:43:56.236 INFO STEP 30 (remove_files) COMPLETE
45302025-08-12T21:43:57.355Z[ recovery-image] Aug 12 21:43:56.236 INFO O| Aug 12 21:43:56.236 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45312025-08-12T21:43:57.365Z[ recovery-image] Aug 12 21:43:56.249 INFO O| Aug 12 21:43:56.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
45322025-08-12T21:43:57.365Z[ recovery-image] Aug 12 21:43:56.250 INFO O| Aug 12 21:43:56.249 INFO STEP 31 (remove_files) COMPLETE
45332025-08-12T21:43:57.369Z[ recovery-image] Aug 12 21:43:56.250 INFO O| Aug 12 21:43:56.250 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45342025-08-12T21:43:57.379Z[ recovery-image] Aug 12 21:43:56.263 INFO O| Aug 12 21:43:56.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
45352025-08-12T21:43:57.379Z[ recovery-image] Aug 12 21:43:56.263 INFO O| Aug 12 21:43:56.263 INFO STEP 32 (remove_files) COMPLETE
45362025-08-12T21:43:57.383Z[ recovery-image] Aug 12 21:43:56.263 INFO O| Aug 12 21:43:56.263 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45372025-08-12T21:43:57.393Z[ recovery-image] Aug 12 21:43:56.277 INFO O| Aug 12 21:43:56.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
45382025-08-12T21:43:57.393Z[ recovery-image] Aug 12 21:43:56.277 INFO O| Aug 12 21:43:56.277 INFO STEP 33 (remove_files) COMPLETE
45392025-08-12T21:43:57.393Z[ recovery-image] Aug 12 21:43:56.277 INFO O| Aug 12 21:43:56.277 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45402025-08-12T21:43:57.407Z[ recovery-image] Aug 12 21:43:56.291 INFO O| Aug 12 21:43:56.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
45412025-08-12T21:43:57.407Z[ recovery-image] Aug 12 21:43:56.291 INFO O| Aug 12 21:43:56.291 INFO STEP 34 (remove_files) COMPLETE
45422025-08-12T21:43:57.407Z[ recovery-image] Aug 12 21:43:56.291 INFO O| Aug 12 21:43:56.291 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45432025-08-12T21:43:57.420Z[ recovery-image] Aug 12 21:43:56.304 INFO O| Aug 12 21:43:56.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
45442025-08-12T21:43:57.420Z[ recovery-image] Aug 12 21:43:56.304 INFO O| Aug 12 21:43:56.304 INFO STEP 35 (remove_files) COMPLETE
45452025-08-12T21:43:57.420Z[ recovery-image] Aug 12 21:43:56.304 INFO O| Aug 12 21:43:56.304 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45462025-08-12T21:43:57.432Z[ recovery-image] Aug 12 21:43:56.317 INFO O| Aug 12 21:43:56.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
45472025-08-12T21:43:57.433Z[ recovery-image] Aug 12 21:43:56.317 INFO O| Aug 12 21:43:56.317 INFO STEP 36 (remove_files) COMPLETE
45482025-08-12T21:43:57.436Z[ recovery-image] Aug 12 21:43:56.317 INFO O| Aug 12 21:43:56.317 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45492025-08-12T21:43:57.445Z[ recovery-image] Aug 12 21:43:56.329 INFO O| Aug 12 21:43:56.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
45502025-08-12T21:43:57.445Z[ recovery-image] Aug 12 21:43:56.329 INFO O| Aug 12 21:43:56.329 INFO STEP 37 (remove_files) COMPLETE
45512025-08-12T21:43:57.449Z[ recovery-image] Aug 12 21:43:56.330 INFO O| Aug 12 21:43:56.329 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45522025-08-12T21:43:57.458Z[ recovery-image] Aug 12 21:43:56.342 INFO O| Aug 12 21:43:56.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
45532025-08-12T21:43:57.458Z[ recovery-image] Aug 12 21:43:56.343 INFO O| Aug 12 21:43:56.343 INFO STEP 38 (remove_files) COMPLETE
45542025-08-12T21:43:57.462Z[ recovery-image] Aug 12 21:43:56.343 INFO O| Aug 12 21:43:56.343 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45552025-08-12T21:43:57.471Z[ recovery-image] Aug 12 21:43:56.355 INFO O| Aug 12 21:43:56.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
45562025-08-12T21:43:57.471Z[ recovery-image] Aug 12 21:43:56.356 INFO O| Aug 12 21:43:56.356 INFO STEP 39 (remove_files) COMPLETE
45572025-08-12T21:43:57.475Z[ recovery-image] Aug 12 21:43:56.356 INFO O| Aug 12 21:43:56.356 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45582025-08-12T21:43:57.484Z[ recovery-image] Aug 12 21:43:56.368 INFO O| Aug 12 21:43:56.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
45592025-08-12T21:43:57.484Z[ recovery-image] Aug 12 21:43:56.368 INFO O| Aug 12 21:43:56.368 INFO STEP 40 (remove_files) COMPLETE
45602025-08-12T21:43:57.484Z[ recovery-image] Aug 12 21:43:56.368 INFO O| Aug 12 21:43:56.368 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45612025-08-12T21:43:57.497Z[ recovery-image] Aug 12 21:43:56.381 INFO O| Aug 12 21:43:56.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
45622025-08-12T21:43:57.497Z[ recovery-image] Aug 12 21:43:56.381 INFO O| Aug 12 21:43:56.381 INFO STEP 41 (remove_files) COMPLETE
45632025-08-12T21:43:57.500Z[ recovery-image] Aug 12 21:43:56.381 INFO O| Aug 12 21:43:56.381 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45642025-08-12T21:43:57.510Z[ recovery-image] Aug 12 21:43:56.394 INFO O| Aug 12 21:43:56.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
45652025-08-12T21:43:57.510Z[ recovery-image] Aug 12 21:43:56.394 INFO O| Aug 12 21:43:56.394 INFO STEP 42 (remove_files) COMPLETE
45662025-08-12T21:43:57.513Z[ recovery-image] Aug 12 21:43:56.394 INFO O| Aug 12 21:43:56.394 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45672025-08-12T21:43:57.523Z[ recovery-image] Aug 12 21:43:56.407 INFO O| Aug 12 21:43:56.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
45682025-08-12T21:43:57.523Z[ recovery-image] Aug 12 21:43:56.408 INFO O| Aug 12 21:43:56.408 INFO STEP 43 (remove_files) COMPLETE
45692025-08-12T21:43:57.523Z[ recovery-image] Aug 12 21:43:56.408 INFO O| Aug 12 21:43:56.408 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45702025-08-12T21:43:57.537Z[ recovery-image] Aug 12 21:43:56.421 INFO O| Aug 12 21:43:56.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
45712025-08-12T21:43:57.537Z[ recovery-image] Aug 12 21:43:56.421 INFO O| Aug 12 21:43:56.421 INFO STEP 44 (remove_files) COMPLETE
45722025-08-12T21:43:57.537Z[ recovery-image] Aug 12 21:43:56.421 INFO O| Aug 12 21:43:56.421 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45732025-08-12T21:43:57.551Z[ recovery-image] Aug 12 21:43:56.434 INFO O| Aug 12 21:43:56.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
45742025-08-12T21:43:57.551Z[ recovery-image] Aug 12 21:43:56.435 INFO O| Aug 12 21:43:56.435 INFO STEP 45 (remove_files) COMPLETE
45752025-08-12T21:43:57.554Z[ recovery-image] Aug 12 21:43:56.435 INFO O| Aug 12 21:43:56.435 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45762025-08-12T21:43:57.565Z[ recovery-image] Aug 12 21:43:56.449 INFO O| Aug 12 21:43:56.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
45772025-08-12T21:43:57.565Z[ recovery-image] Aug 12 21:43:56.449 INFO O| Aug 12 21:43:56.449 INFO STEP 46 (remove_files) COMPLETE
45782025-08-12T21:43:57.568Z[ recovery-image] Aug 12 21:43:56.449 INFO O| Aug 12 21:43:56.449 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45792025-08-12T21:43:57.578Z[ recovery-image] Aug 12 21:43:56.462 INFO O| Aug 12 21:43:56.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
45802025-08-12T21:43:57.578Z[ recovery-image] Aug 12 21:43:56.462 INFO O| Aug 12 21:43:56.462 INFO STEP 47 (remove_files) COMPLETE
45812025-08-12T21:43:57.578Z[ recovery-image] Aug 12 21:43:56.462 INFO O| Aug 12 21:43:56.462 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45822025-08-12T21:43:57.591Z[ recovery-image] Aug 12 21:43:56.476 INFO O| Aug 12 21:43:56.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
45832025-08-12T21:43:57.591Z[ recovery-image] Aug 12 21:43:56.476 INFO O| Aug 12 21:43:56.476 INFO STEP 48 (remove_files) COMPLETE
45842025-08-12T21:43:57.595Z[ recovery-image] Aug 12 21:43:56.476 INFO O| Aug 12 21:43:56.476 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45852025-08-12T21:43:57.605Z[ recovery-image] Aug 12 21:43:56.489 INFO O| Aug 12 21:43:56.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
45862025-08-12T21:43:57.605Z[ recovery-image] Aug 12 21:43:56.489 INFO O| Aug 12 21:43:56.489 INFO STEP 49 (remove_files) COMPLETE
45872025-08-12T21:43:57.609Z[ recovery-image] Aug 12 21:43:56.489 INFO O| Aug 12 21:43:56.489 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45882025-08-12T21:43:57.620Z[ recovery-image] Aug 12 21:43:56.504 INFO O| Aug 12 21:43:56.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
45892025-08-12T21:43:57.620Z[ recovery-image] Aug 12 21:43:56.504 INFO O| Aug 12 21:43:56.504 INFO STEP 50 (remove_files) COMPLETE
45902025-08-12T21:43:57.620Z[ recovery-image] Aug 12 21:43:56.504 INFO O| Aug 12 21:43:56.504 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45912025-08-12T21:43:57.634Z[ recovery-image] Aug 12 21:43:56.518 INFO O| Aug 12 21:43:56.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
45922025-08-12T21:43:57.634Z[ recovery-image] Aug 12 21:43:56.518 INFO O| Aug 12 21:43:56.518 INFO STEP 51 (remove_files) COMPLETE
45932025-08-12T21:43:57.634Z[ recovery-image] Aug 12 21:43:56.518 INFO O| Aug 12 21:43:56.518 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45942025-08-12T21:43:57.648Z[ recovery-image] Aug 12 21:43:56.532 INFO O| Aug 12 21:43:56.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
45952025-08-12T21:43:57.648Z[ recovery-image] Aug 12 21:43:56.532 INFO O| Aug 12 21:43:56.532 INFO STEP 52 (remove_files) COMPLETE
45962025-08-12T21:43:57.651Z[ recovery-image] Aug 12 21:43:56.532 INFO O| Aug 12 21:43:56.532 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45972025-08-12T21:43:57.662Z[ recovery-image] Aug 12 21:43:56.546 INFO O| Aug 12 21:43:56.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
45982025-08-12T21:43:57.662Z[ recovery-image] Aug 12 21:43:56.546 INFO O| Aug 12 21:43:56.546 INFO STEP 53 (remove_files) COMPLETE
45992025-08-12T21:43:57.665Z[ recovery-image] Aug 12 21:43:56.546 INFO O| Aug 12 21:43:56.546 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46002025-08-12T21:43:57.676Z[ recovery-image] Aug 12 21:43:56.560 INFO O| Aug 12 21:43:56.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
46012025-08-12T21:43:57.676Z[ recovery-image] Aug 12 21:43:56.560 INFO O| Aug 12 21:43:56.560 INFO STEP 54 (remove_files) COMPLETE
46022025-08-12T21:43:57.676Z[ recovery-image] Aug 12 21:43:56.560 INFO O| Aug 12 21:43:56.560 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46032025-08-12T21:43:57.690Z[ recovery-image] Aug 12 21:43:56.574 INFO O| Aug 12 21:43:56.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
46042025-08-12T21:43:57.690Z[ recovery-image] Aug 12 21:43:56.574 INFO O| Aug 12 21:43:56.574 INFO STEP 55 (remove_files) COMPLETE
46052025-08-12T21:43:57.690Z[ recovery-image] Aug 12 21:43:56.574 INFO O| Aug 12 21:43:56.574 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46062025-08-12T21:43:57.704Z[ recovery-image] Aug 12 21:43:56.586 INFO O| Aug 12 21:43:56.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
46072025-08-12T21:43:57.704Z[ recovery-image] Aug 12 21:43:56.586 INFO O| Aug 12 21:43:56.586 INFO STEP 56 (remove_files) COMPLETE
46082025-08-12T21:43:57.708Z[ recovery-image] Aug 12 21:43:56.586 INFO O| Aug 12 21:43:56.586 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46092025-08-12T21:43:57.715Z[ recovery-image] Aug 12 21:43:56.599 INFO O| Aug 12 21:43:56.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
46102025-08-12T21:43:57.715Z[ recovery-image] Aug 12 21:43:56.599 INFO O| Aug 12 21:43:56.599 INFO STEP 57 (remove_files) COMPLETE
46112025-08-12T21:43:57.719Z[ recovery-image] Aug 12 21:43:56.600 INFO O| Aug 12 21:43:56.599 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46122025-08-12T21:43:57.729Z[ recovery-image] Aug 12 21:43:56.613 INFO O| Aug 12 21:43:56.613 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
46132025-08-12T21:43:57.729Z[ recovery-image] Aug 12 21:43:56.613 INFO O| Aug 12 21:43:56.613 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
46142025-08-12T21:43:57.730Z[ recovery-image] Aug 12 21:43:56.614 INFO O| Aug 12 21:43:56.613 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46152025-08-12T21:43:57.733Z[ recovery-image] Aug 12 21:43:56.614 INFO O| Aug 12 21:43:56.614 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46162025-08-12T21:43:57.733Z[ recovery-image] Aug 12 21:43:56.614 INFO O| Aug 12 21:43:56.614 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46172025-08-12T21:43:57.733Z[ recovery-image] Aug 12 21:43:56.614 INFO O| Aug 12 21:43:56.614 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46182025-08-12T21:43:57.733Z[ recovery-image] Aug 12 21:43:56.614 INFO O| Aug 12 21:43:56.614 INFO ok!
46192025-08-12T21:43:57.733Z[ recovery-image] Aug 12 21:43:56.614 INFO O| Aug 12 21:43:56.614 INFO STEP 58 (ensure_file) COMPLETE
46202025-08-12T21:43:57.733Z[ recovery-image] Aug 12 21:43:56.614 INFO O| Aug 12 21:43:56.614 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46212025-08-12T21:43:57.745Z[ recovery-image] Aug 12 21:43:56.629 INFO O| Aug 12 21:43:56.629 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
46222025-08-12T21:43:57.745Z[ recovery-image] Aug 12 21:43:56.629 INFO O| Aug 12 21:43:56.629 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
46232025-08-12T21:43:57.749Z[ recovery-image] Aug 12 21:43:56.629 INFO O| Aug 12 21:43:56.629 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
46242025-08-12T21:43:57.749Z[ recovery-image] Aug 12 21:43:56.629 INFO O| Aug 12 21:43:56.629 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
46252025-08-12T21:43:57.749Z[ recovery-image] Aug 12 21:43:56.629 INFO O| Aug 12 21:43:56.629 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
46262025-08-12T21:43:57.749Z[ recovery-image] Aug 12 21:43:56.630 INFO O| Aug 12 21:43:56.629 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
46272025-08-12T21:43:57.749Z[ recovery-image] Aug 12 21:43:56.630 INFO O| Aug 12 21:43:56.629 INFO ok!
46282025-08-12T21:43:57.749Z[ recovery-image] Aug 12 21:43:56.630 INFO O| Aug 12 21:43:56.630 INFO STEP 59 (ensure_file) COMPLETE
46292025-08-12T21:43:57.749Z[ recovery-image] Aug 12 21:43:56.630 INFO O| Aug 12 21:43:56.630 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46302025-08-12T21:43:57.759Z[ recovery-image] Aug 12 21:43:56.643 INFO O| Aug 12 21:43:56.643 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
46312025-08-12T21:43:57.759Z[ recovery-image] Aug 12 21:43:56.643 INFO O| Aug 12 21:43:56.643 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
46322025-08-12T21:43:57.759Z[ recovery-image] Aug 12 21:43:56.643 INFO O| Aug 12 21:43:56.643 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
46332025-08-12T21:43:57.762Z[ recovery-image] Aug 12 21:43:56.643 INFO O| Aug 12 21:43:56.643 INFO ok!
46342025-08-12T21:43:57.762Z[ recovery-image] Aug 12 21:43:56.643 INFO O| Aug 12 21:43:56.643 INFO STEP 60 (ensure_file) COMPLETE
46352025-08-12T21:43:57.762Z[ recovery-image] Aug 12 21:43:56.643 INFO O| Aug 12 21:43:56.643 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46362025-08-12T21:43:57.771Z[ recovery-image] Aug 12 21:43:56.655 INFO O| Aug 12 21:43:56.655 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
46372025-08-12T21:43:57.771Z[ recovery-image] Aug 12 21:43:56.655 INFO O| Aug 12 21:43:56.655 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
46382025-08-12T21:43:57.775Z[ recovery-image] Aug 12 21:43:56.655 INFO O| Aug 12 21:43:56.655 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
46392025-08-12T21:43:57.775Z[ recovery-image] Aug 12 21:43:56.655 INFO O| Aug 12 21:43:56.655 INFO ok!
46402025-08-12T21:43:57.775Z[ recovery-image] Aug 12 21:43:56.655 INFO O| Aug 12 21:43:56.655 INFO STEP 61 (ensure_file) COMPLETE
46412025-08-12T21:43:57.775Z[ recovery-image] Aug 12 21:43:56.655 INFO O| Aug 12 21:43:56.655 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46422025-08-12T21:43:57.785Z[ recovery-image] Aug 12 21:43:56.669 INFO O| Aug 12 21:43:56.669 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
46432025-08-12T21:43:57.789Z[ recovery-image] Aug 12 21:43:56.669 INFO O| Aug 12 21:43:56.669 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
46442025-08-12T21:43:57.789Z[ recovery-image] Aug 12 21:43:56.669 INFO O| Aug 12 21:43:56.669 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
46452025-08-12T21:43:57.789Z[ recovery-image] Aug 12 21:43:56.669 INFO O| Aug 12 21:43:56.669 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
46462025-08-12T21:43:57.789Z[ recovery-image] Aug 12 21:43:56.669 INFO O| Aug 12 21:43:56.669 INFO ok!
46472025-08-12T21:43:57.789Z[ recovery-image] Aug 12 21:43:56.669 INFO O| Aug 12 21:43:56.669 INFO STEP 62 (ensure_file) COMPLETE
46482025-08-12T21:43:57.789Z[ recovery-image] Aug 12 21:43:56.669 INFO O| Aug 12 21:43:56.669 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46492025-08-12T21:43:57.799Z[ recovery-image] Aug 12 21:43:56.683 INFO O| Aug 12 21:43:56.683 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
46502025-08-12T21:43:57.799Z[ recovery-image] Aug 12 21:43:56.683 INFO O| Aug 12 21:43:56.683 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
46512025-08-12T21:43:57.799Z[ recovery-image] Aug 12 21:43:56.683 INFO O| Aug 12 21:43:56.683 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
46522025-08-12T21:43:57.799Z[ recovery-image] Aug 12 21:43:56.683 INFO O| Aug 12 21:43:56.683 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
46532025-08-12T21:43:57.803Z[ recovery-image] Aug 12 21:43:56.683 INFO O| Aug 12 21:43:56.683 INFO ok!
46542025-08-12T21:43:57.803Z[ recovery-image] Aug 12 21:43:56.683 INFO O| Aug 12 21:43:56.683 INFO STEP 63 (ensure_file) COMPLETE
46552025-08-12T21:43:57.803Z[ recovery-image] Aug 12 21:43:56.683 INFO O| Aug 12 21:43:56.683 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46562025-08-12T21:43:57.814Z[ recovery-image] Aug 12 21:43:56.698 INFO O| Aug 12 21:43:56.698 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
46572025-08-12T21:43:57.814Z[ recovery-image] Aug 12 21:43:56.698 INFO O| Aug 12 21:43:56.698 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
46582025-08-12T21:43:57.817Z[ recovery-image] Aug 12 21:43:56.698 INFO O| Aug 12 21:43:56.698 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
46592025-08-12T21:43:57.817Z[ recovery-image] Aug 12 21:43:56.698 INFO O| Aug 12 21:43:56.698 INFO ok!
46602025-08-12T21:43:57.817Z[ recovery-image] Aug 12 21:43:56.698 INFO O| Aug 12 21:43:56.698 INFO STEP 64 (assemble_files) COMPLETE
46612025-08-12T21:43:57.817Z[ recovery-image] Aug 12 21:43:56.698 INFO O| Aug 12 21:43:56.698 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46622025-08-12T21:43:57.828Z[ recovery-image] Aug 12 21:43:56.712 INFO O| Aug 12 21:43:56.712 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
46632025-08-12T21:43:57.828Z[ recovery-image] Aug 12 21:43:56.712 INFO O| Aug 12 21:43:56.712 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
46642025-08-12T21:43:57.832Z[ recovery-image] Aug 12 21:43:56.712 INFO O| Aug 12 21:43:56.712 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
46652025-08-12T21:43:57.832Z[ recovery-image] Aug 12 21:43:56.712 INFO O| Aug 12 21:43:56.712 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
46662025-08-12T21:43:57.832Z[ recovery-image] Aug 12 21:43:56.712 INFO O| Aug 12 21:43:56.712 INFO ok!
46672025-08-12T21:43:57.832Z[ recovery-image] Aug 12 21:43:56.712 INFO O| Aug 12 21:43:56.712 INFO STEP 65 (ensure_file) COMPLETE
46682025-08-12T21:43:57.832Z[ recovery-image] Aug 12 21:43:56.712 INFO O| Aug 12 21:43:56.712 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46692025-08-12T21:43:57.832Z[ recovery-image] Aug 12 21:43:56.712 INFO O| Aug 12 21:43:56.712 INFO skip step because feature "omicron1" is not enabled
46702025-08-12T21:43:57.832Z[ recovery-image] Aug 12 21:43:56.712 INFO O| Aug 12 21:43:56.712 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46712025-08-12T21:43:57.832Z[ recovery-image] Aug 12 21:43:56.712 INFO O| Aug 12 21:43:56.712 INFO skip step because feature "omicron1" is not enabled
46722025-08-12T21:43:57.832Z[ recovery-image] Aug 12 21:43:56.712 INFO O| Aug 12 21:43:56.712 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46732025-08-12T21:43:57.832Z[ recovery-image] Aug 12 21:43:56.712 INFO O| Aug 12 21:43:56.712 INFO skip step because feature "omicron1" is not enabled
46742025-08-12T21:43:57.832Z[ recovery-image] Aug 12 21:43:56.712 INFO O| Aug 12 21:43:56.712 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46752025-08-12T21:43:57.848Z[ recovery-image] Aug 12 21:43:56.732 INFO O| Aug 12 21:43:56.732 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
46762025-08-12T21:43:57.848Z[ recovery-image] Aug 12 21:43:56.732 INFO O| Aug 12 21:43:56.732 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
46772025-08-12T21:44:01.160Z[ recovery-image] Aug 12 21:44:00.042 INFO O| Aug 12 21:44:00.042 INFO STEP 69 (pack_tar) COMPLETE
46782025-08-12T21:44:01.160Z[ recovery-image] Aug 12 21:44:00.042 INFO O| Aug 12 21:44:00.042 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
46792025-08-12T21:44:01.163Z[ recovery-image] Aug 12 21:44:00.042 INFO O| Aug 12 21:44:00.042 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
46802025-08-12T21:44:01.606Z[ recovery-image] Aug 12 21:44:00.489 INFO O| Aug 12 21:44:00.489 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46812025-08-12T21:44:01.751Z[ recovery-image] Aug 12 21:44:00.634 INFO O| Aug 12 21:44:00.634 INFO completed processing sled/ramdisk-02-trim
46822025-08-12T21:44:01.755Z[ recovery-image] Aug 12 21:44:00.637 INFO image builder template: ramdisk-03-recovery-trim...
46832025-08-12T21:44:01.755Z[ recovery-image] Aug 12 21:44:00.637 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/.tmp21quSy/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
46842025-08-12T21:44:01.961Z[ recovery-image] Aug 12 21:44:00.844 INFO O| Aug 12 21:44:00.844 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
46852025-08-12T21:44:01.966Z[ recovery-image] Aug 12 21:44:00.849 INFO O| Aug 12 21:44:00.849 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
46862025-08-12T21:44:02.074Z[ recovery-image] Aug 12 21:44:00.957 INFO O| Aug 12 21:44:00.957 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
46872025-08-12T21:44:02.159Z[ recovery-image] Aug 12 21:44:01.042 INFO O| Aug 12 21:44:01.042 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
46882025-08-12T21:44:02.159Z[ recovery-image] Aug 12 21:44:01.042 INFO O| Aug 12 21:44:01.042 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
46892025-08-12T21:44:02.170Z[ recovery-image] Aug 12 21:44:01.053 INFO O| Aug 12 21:44:01.052 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
46902025-08-12T21:44:02.175Z[ recovery-image] Aug 12 21:44:01.058 INFO O| Aug 12 21:44:01.058 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
46912025-08-12T21:44:02.181Z[ recovery-image] Aug 12 21:44:01.065 INFO O| Aug 12 21:44:01.064 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
46922025-08-12T21:44:02.655Z[ recovery-image] Aug 12 21:44:01.538 INFO O| Aug 12 21:44:01.537 INFO rolled back to input snapshot; work may begin
46932025-08-12T21:44:02.655Z[ recovery-image] Aug 12 21:44:01.538 INFO O| Aug 12 21:44:01.538 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
46942025-08-12T21:44:02.662Z[ recovery-image] Aug 12 21:44:01.545 INFO O| Aug 12 21:44:01.545 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952025-08-12T21:44:02.677Z[ recovery-image] Aug 12 21:44:01.559 INFO O| Aug 12 21:44:01.559 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
46962025-08-12T21:44:02.681Z[ host-image] Aug 12 21:44:01.563 INFO O| Aug 12 21:44:01.563 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
46972025-08-12T21:44:02.686Z[ recovery-image] Aug 12 21:44:01.569 INFO O| Aug 12 21:44:01.568 INFO STEP 0 (remove_files) COMPLETE
46982025-08-12T21:44:02.686Z[ recovery-image] Aug 12 21:44:01.569 INFO O| Aug 12 21:44:01.569 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992025-08-12T21:44:02.732Z[ recovery-image] Aug 12 21:44:01.615 INFO O| Aug 12 21:44:01.615 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
47002025-08-12T21:44:02.859Z[ recovery-image] Aug 12 21:44:01.742 INFO O| Aug 12 21:44:01.741 INFO STEP 1 (remove_files) COMPLETE
47012025-08-12T21:44:02.859Z[ recovery-image] Aug 12 21:44:01.742 INFO O| Aug 12 21:44:01.742 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022025-08-12T21:44:02.875Z[ recovery-image] Aug 12 21:44:01.758 INFO O| Aug 12 21:44:01.758 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
47032025-08-12T21:44:02.934Z[ recovery-image] Aug 12 21:44:01.817 INFO O| Aug 12 21:44:01.817 INFO STEP 2 (remove_files) COMPLETE
47042025-08-12T21:44:02.934Z[ recovery-image] Aug 12 21:44:01.817 INFO O| Aug 12 21:44:01.817 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052025-08-12T21:44:02.952Z[ recovery-image] Aug 12 21:44:01.834 INFO O| Aug 12 21:44:01.834 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
47062025-08-12T21:44:03.096Z[ recovery-image] Aug 12 21:44:01.979 INFO O| Aug 12 21:44:01.979 INFO STEP 3 (remove_files) COMPLETE
47072025-08-12T21:44:03.096Z[ recovery-image] Aug 12 21:44:01.979 INFO O| Aug 12 21:44:01.979 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082025-08-12T21:44:03.112Z[ recovery-image] Aug 12 21:44:01.995 INFO O| Aug 12 21:44:01.995 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
47092025-08-12T21:44:03.218Z[ recovery-image] Aug 12 21:44:02.101 INFO O| Aug 12 21:44:02.101 INFO STEP 4 (remove_files) COMPLETE
47102025-08-12T21:44:03.219Z[ recovery-image] Aug 12 21:44:02.101 INFO O| Aug 12 21:44:02.101 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112025-08-12T21:44:03.247Z[ recovery-image] Aug 12 21:44:02.130 INFO O| Aug 12 21:44:02.130 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
47122025-08-12T21:44:03.251Z[ recovery-image] Aug 12 21:44:02.132 INFO O| Aug 12 21:44:02.132 INFO STEP 5 (remove_files) COMPLETE
47132025-08-12T21:44:03.252Z[ recovery-image] Aug 12 21:44:02.132 INFO O| Aug 12 21:44:02.132 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142025-08-12T21:44:03.264Z[ recovery-image] Aug 12 21:44:02.147 INFO O| Aug 12 21:44:02.147 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
47152025-08-12T21:44:03.268Z[ recovery-image] Aug 12 21:44:02.149 INFO O| Aug 12 21:44:02.149 INFO STEP 6 (remove_files) COMPLETE
47162025-08-12T21:44:03.268Z[ recovery-image] Aug 12 21:44:02.149 INFO O| Aug 12 21:44:02.149 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172025-08-12T21:44:03.281Z[ recovery-image] Aug 12 21:44:02.164 INFO O| Aug 12 21:44:02.164 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
47182025-08-12T21:44:03.290Z[ recovery-image] Aug 12 21:44:02.172 INFO O| Aug 12 21:44:02.172 INFO STEP 7 (remove_files) COMPLETE
47192025-08-12T21:44:03.290Z[ recovery-image] Aug 12 21:44:02.172 INFO O| Aug 12 21:44:02.172 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202025-08-12T21:44:03.304Z[ recovery-image] Aug 12 21:44:02.187 INFO O| Aug 12 21:44:02.187 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
47212025-08-12T21:44:03.308Z[ recovery-image] Aug 12 21:44:02.187 INFO O| Aug 12 21:44:02.187 INFO STEP 8 (remove_files) COMPLETE
47222025-08-12T21:44:03.308Z[ recovery-image] Aug 12 21:44:02.187 INFO O| Aug 12 21:44:02.187 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232025-08-12T21:44:03.319Z[ recovery-image] Aug 12 21:44:02.201 INFO O| Aug 12 21:44:02.201 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
47242025-08-12T21:44:03.322Z[ recovery-image] Aug 12 21:44:02.202 INFO O| Aug 12 21:44:02.202 INFO STEP 9 (remove_files) COMPLETE
47252025-08-12T21:44:03.322Z[ recovery-image] Aug 12 21:44:02.202 INFO O| Aug 12 21:44:02.202 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262025-08-12T21:44:03.334Z[ recovery-image] Aug 12 21:44:02.217 INFO O| Aug 12 21:44:02.217 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
47272025-08-12T21:44:03.495Z[ recovery-image] Aug 12 21:44:02.378 INFO O| Aug 12 21:44:02.378 INFO STEP 10 (remove_files) COMPLETE
47282025-08-12T21:44:03.495Z[ recovery-image] Aug 12 21:44:02.378 INFO O| Aug 12 21:44:02.378 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292025-08-12T21:44:03.511Z[ recovery-image] Aug 12 21:44:02.394 INFO O| Aug 12 21:44:02.394 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
47302025-08-12T21:44:03.561Z[ recovery-image] Aug 12 21:44:02.444 INFO O| Aug 12 21:44:02.444 INFO STEP 11 (remove_files) COMPLETE
47312025-08-12T21:44:03.561Z[ recovery-image] Aug 12 21:44:02.444 INFO O| Aug 12 21:44:02.444 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322025-08-12T21:44:03.576Z[ recovery-image] Aug 12 21:44:02.459 INFO O| Aug 12 21:44:02.459 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
47332025-08-12T21:44:03.603Z[ recovery-image] Aug 12 21:44:02.486 INFO O| Aug 12 21:44:02.486 INFO STEP 12 (remove_files) COMPLETE
47342025-08-12T21:44:03.608Z[ recovery-image] Aug 12 21:44:02.486 INFO O| Aug 12 21:44:02.486 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352025-08-12T21:44:03.618Z[ recovery-image] Aug 12 21:44:02.501 INFO O| Aug 12 21:44:02.501 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
47362025-08-12T21:44:03.622Z[ recovery-image] Aug 12 21:44:02.505 INFO O| Aug 12 21:44:02.505 INFO STEP 13 (remove_files) COMPLETE
47372025-08-12T21:44:03.622Z[ recovery-image] Aug 12 21:44:02.505 INFO O| Aug 12 21:44:02.505 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382025-08-12T21:44:03.636Z[ recovery-image] Aug 12 21:44:02.519 INFO O| Aug 12 21:44:02.519 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
47392025-08-12T21:44:03.661Z[ recovery-image] Aug 12 21:44:02.544 INFO O| Aug 12 21:44:02.544 INFO STEP 14 (remove_files) COMPLETE
47402025-08-12T21:44:03.661Z[ recovery-image] Aug 12 21:44:02.544 INFO O| Aug 12 21:44:02.544 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412025-08-12T21:44:03.677Z[ recovery-image] Aug 12 21:44:02.560 INFO O| Aug 12 21:44:02.560 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
47422025-08-12T21:44:03.853Z[ recovery-image] Aug 12 21:44:02.735 INFO O| Aug 12 21:44:02.735 INFO STEP 15 (remove_files) COMPLETE
47432025-08-12T21:44:03.853Z[ recovery-image] Aug 12 21:44:02.735 INFO O| Aug 12 21:44:02.735 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442025-08-12T21:44:03.869Z[ recovery-image] Aug 12 21:44:02.751 INFO O| Aug 12 21:44:02.751 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
47452025-08-12T21:44:03.872Z[ recovery-image] Aug 12 21:44:02.752 INFO O| Aug 12 21:44:02.752 INFO STEP 16 (remove_files) COMPLETE
47462025-08-12T21:44:03.873Z[ recovery-image] Aug 12 21:44:02.752 INFO O| Aug 12 21:44:02.752 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472025-08-12T21:44:03.884Z[ recovery-image] Aug 12 21:44:02.767 INFO O| Aug 12 21:44:02.767 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
47482025-08-12T21:44:03.890Z[ recovery-image] Aug 12 21:44:02.767 INFO O| Aug 12 21:44:02.767 INFO STEP 17 (remove_files) COMPLETE
47492025-08-12T21:44:03.890Z[ recovery-image] Aug 12 21:44:02.767 INFO O| Aug 12 21:44:02.767 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502025-08-12T21:44:03.902Z[ recovery-image] Aug 12 21:44:02.780 INFO O| Aug 12 21:44:02.780 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
47512025-08-12T21:44:04.266Z[ recovery-image] Aug 12 21:44:03.149 INFO O| Aug 12 21:44:03.149 INFO STEP 18 (remove_files) COMPLETE
47522025-08-12T21:44:04.266Z[ recovery-image] Aug 12 21:44:03.149 INFO O| Aug 12 21:44:03.149 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532025-08-12T21:44:04.281Z[ recovery-image] Aug 12 21:44:03.164 INFO O| Aug 12 21:44:03.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
47542025-08-12T21:44:04.285Z[ recovery-image] Aug 12 21:44:03.166 INFO O| Aug 12 21:44:03.166 INFO STEP 19 (remove_files) COMPLETE
47552025-08-12T21:44:04.285Z[ recovery-image] Aug 12 21:44:03.166 INFO O| Aug 12 21:44:03.166 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562025-08-12T21:44:04.298Z[ recovery-image] Aug 12 21:44:03.181 INFO O| Aug 12 21:44:03.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
47572025-08-12T21:44:04.301Z[ recovery-image] Aug 12 21:44:03.182 INFO O| Aug 12 21:44:03.182 INFO STEP 20 (remove_files) COMPLETE
47582025-08-12T21:44:04.301Z[ recovery-image] Aug 12 21:44:03.182 INFO O| Aug 12 21:44:03.182 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592025-08-12T21:44:04.312Z[ recovery-image] Aug 12 21:44:03.195 INFO O| Aug 12 21:44:03.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
47602025-08-12T21:44:04.316Z[ recovery-image] Aug 12 21:44:03.197 INFO O| Aug 12 21:44:03.197 INFO STEP 21 (remove_files) COMPLETE
47612025-08-12T21:44:04.316Z[ recovery-image] Aug 12 21:44:03.197 INFO O| Aug 12 21:44:03.197 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622025-08-12T21:44:04.328Z[ recovery-image] Aug 12 21:44:03.211 INFO O| Aug 12 21:44:03.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
47632025-08-12T21:44:04.332Z[ recovery-image] Aug 12 21:44:03.212 INFO O| Aug 12 21:44:03.212 INFO STEP 22 (remove_files) COMPLETE
47642025-08-12T21:44:04.332Z[ recovery-image] Aug 12 21:44:03.212 INFO O| Aug 12 21:44:03.212 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652025-08-12T21:44:04.344Z[ recovery-image] Aug 12 21:44:03.227 INFO O| Aug 12 21:44:03.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
47662025-08-12T21:44:04.348Z[ recovery-image] Aug 12 21:44:03.228 INFO O| Aug 12 21:44:03.228 INFO STEP 23 (remove_files) COMPLETE
47672025-08-12T21:44:04.348Z[ recovery-image] Aug 12 21:44:03.228 INFO O| Aug 12 21:44:03.228 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682025-08-12T21:44:04.359Z[ recovery-image] Aug 12 21:44:03.242 INFO O| Aug 12 21:44:03.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
47692025-08-12T21:44:04.359Z[ recovery-image] Aug 12 21:44:03.242 INFO O| Aug 12 21:44:03.242 INFO STEP 24 (remove_files) COMPLETE
47702025-08-12T21:44:04.363Z[ recovery-image] Aug 12 21:44:03.242 INFO O| Aug 12 21:44:03.242 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712025-08-12T21:44:04.374Z[ recovery-image] Aug 12 21:44:03.257 INFO O| Aug 12 21:44:03.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
47722025-08-12T21:44:04.374Z[ recovery-image] Aug 12 21:44:03.257 INFO O| Aug 12 21:44:03.257 INFO STEP 25 (remove_files) COMPLETE
47732025-08-12T21:44:04.377Z[ recovery-image] Aug 12 21:44:03.257 INFO O| Aug 12 21:44:03.257 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742025-08-12T21:44:04.389Z[ recovery-image] Aug 12 21:44:03.272 INFO O| Aug 12 21:44:03.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
47752025-08-12T21:44:04.389Z[ recovery-image] Aug 12 21:44:03.272 INFO O| Aug 12 21:44:03.272 INFO STEP 26 (remove_files) COMPLETE
47762025-08-12T21:44:04.389Z[ recovery-image] Aug 12 21:44:03.272 INFO O| Aug 12 21:44:03.272 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772025-08-12T21:44:04.404Z[ recovery-image] Aug 12 21:44:03.287 INFO O| Aug 12 21:44:03.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
47782025-08-12T21:44:04.408Z[ recovery-image] Aug 12 21:44:03.288 INFO O| Aug 12 21:44:03.288 INFO STEP 27 (remove_files) COMPLETE
47792025-08-12T21:44:04.408Z[ recovery-image] Aug 12 21:44:03.288 INFO O| Aug 12 21:44:03.288 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802025-08-12T21:44:04.419Z[ recovery-image] Aug 12 21:44:03.302 INFO O| Aug 12 21:44:03.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
47812025-08-12T21:44:04.419Z[ recovery-image] Aug 12 21:44:03.302 INFO O| Aug 12 21:44:03.302 INFO STEP 28 (remove_files) COMPLETE
47822025-08-12T21:44:04.419Z[ recovery-image] Aug 12 21:44:03.302 INFO O| Aug 12 21:44:03.302 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832025-08-12T21:44:04.433Z[ recovery-image] Aug 12 21:44:03.316 INFO O| Aug 12 21:44:03.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
47842025-08-12T21:44:04.436Z[ recovery-image] Aug 12 21:44:03.316 INFO O| Aug 12 21:44:03.316 INFO STEP 29 (remove_files) COMPLETE
47852025-08-12T21:44:04.437Z[ recovery-image] Aug 12 21:44:03.316 INFO O| Aug 12 21:44:03.316 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862025-08-12T21:44:04.446Z[ recovery-image] Aug 12 21:44:03.329 INFO O| Aug 12 21:44:03.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
47872025-08-12T21:44:04.446Z[ recovery-image] Aug 12 21:44:03.329 INFO O| Aug 12 21:44:03.329 INFO STEP 30 (remove_files) COMPLETE
47882025-08-12T21:44:04.446Z[ recovery-image] Aug 12 21:44:03.329 INFO O| Aug 12 21:44:03.329 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892025-08-12T21:44:04.462Z[ recovery-image] Aug 12 21:44:03.345 INFO O| Aug 12 21:44:03.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
47902025-08-12T21:44:04.465Z[ recovery-image] Aug 12 21:44:03.345 INFO O| Aug 12 21:44:03.345 INFO STEP 31 (remove_files) COMPLETE
47912025-08-12T21:44:04.465Z[ recovery-image] Aug 12 21:44:03.345 INFO O| Aug 12 21:44:03.345 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922025-08-12T21:44:04.479Z[ recovery-image] Aug 12 21:44:03.362 INFO O| Aug 12 21:44:03.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
47932025-08-12T21:44:04.479Z[ recovery-image] Aug 12 21:44:03.362 INFO O| Aug 12 21:44:03.362 INFO STEP 32 (remove_files) COMPLETE
47942025-08-12T21:44:04.479Z[ recovery-image] Aug 12 21:44:03.362 INFO O| Aug 12 21:44:03.362 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952025-08-12T21:44:04.497Z[ recovery-image] Aug 12 21:44:03.379 INFO O| Aug 12 21:44:03.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
47962025-08-12T21:44:04.497Z[ recovery-image] Aug 12 21:44:03.379 INFO O| Aug 12 21:44:03.379 INFO STEP 33 (remove_files) COMPLETE
47972025-08-12T21:44:04.500Z[ recovery-image] Aug 12 21:44:03.379 INFO O| Aug 12 21:44:03.379 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982025-08-12T21:44:04.515Z[ recovery-image] Aug 12 21:44:03.397 INFO O| Aug 12 21:44:03.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
47992025-08-12T21:44:04.515Z[ recovery-image] Aug 12 21:44:03.398 INFO O| Aug 12 21:44:03.398 INFO STEP 34 (remove_files) COMPLETE
48002025-08-12T21:44:04.515Z[ recovery-image] Aug 12 21:44:03.398 INFO O| Aug 12 21:44:03.398 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012025-08-12T21:44:04.533Z[ recovery-image] Aug 12 21:44:03.416 INFO O| Aug 12 21:44:03.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
48022025-08-12T21:44:04.533Z[ recovery-image] Aug 12 21:44:03.416 INFO O| Aug 12 21:44:03.416 INFO STEP 35 (remove_files) COMPLETE
48032025-08-12T21:44:04.536Z[ recovery-image] Aug 12 21:44:03.416 INFO O| Aug 12 21:44:03.416 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042025-08-12T21:44:04.549Z[ recovery-image] Aug 12 21:44:03.432 INFO O| Aug 12 21:44:03.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
48052025-08-12T21:44:04.549Z[ recovery-image] Aug 12 21:44:03.432 INFO O| Aug 12 21:44:03.432 INFO STEP 36 (remove_files) COMPLETE
48062025-08-12T21:44:04.553Z[ recovery-image] Aug 12 21:44:03.432 INFO O| Aug 12 21:44:03.432 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072025-08-12T21:44:04.567Z[ recovery-image] Aug 12 21:44:03.450 INFO O| Aug 12 21:44:03.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
48082025-08-12T21:44:04.567Z[ recovery-image] Aug 12 21:44:03.450 INFO O| Aug 12 21:44:03.450 INFO STEP 37 (remove_files) COMPLETE
48092025-08-12T21:44:04.571Z[ recovery-image] Aug 12 21:44:03.450 INFO O| Aug 12 21:44:03.450 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102025-08-12T21:44:04.583Z[ recovery-image] Aug 12 21:44:03.465 INFO O| Aug 12 21:44:03.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
48112025-08-12T21:44:04.586Z[ recovery-image] Aug 12 21:44:03.466 INFO O| Aug 12 21:44:03.466 INFO STEP 38 (remove_files) COMPLETE
48122025-08-12T21:44:04.586Z[ recovery-image] Aug 12 21:44:03.466 INFO O| Aug 12 21:44:03.466 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132025-08-12T21:44:04.598Z[ recovery-image] Aug 12 21:44:03.480 INFO O| Aug 12 21:44:03.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
48142025-08-12T21:44:04.598Z[ recovery-image] Aug 12 21:44:03.481 INFO O| Aug 12 21:44:03.481 INFO STEP 39 (remove_files) COMPLETE
48152025-08-12T21:44:04.602Z[ recovery-image] Aug 12 21:44:03.481 INFO O| Aug 12 21:44:03.481 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162025-08-12T21:44:04.612Z[ recovery-image] Aug 12 21:44:03.495 INFO O| Aug 12 21:44:03.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
48172025-08-12T21:44:04.612Z[ recovery-image] Aug 12 21:44:03.495 INFO O| Aug 12 21:44:03.495 INFO STEP 40 (remove_files) COMPLETE
48182025-08-12T21:44:04.615Z[ recovery-image] Aug 12 21:44:03.495 INFO O| Aug 12 21:44:03.495 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192025-08-12T21:44:04.625Z[ recovery-image] Aug 12 21:44:03.508 INFO O| Aug 12 21:44:03.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
48202025-08-12T21:44:04.625Z[ recovery-image] Aug 12 21:44:03.508 INFO O| Aug 12 21:44:03.508 INFO STEP 41 (remove_files) COMPLETE
48212025-08-12T21:44:04.629Z[ recovery-image] Aug 12 21:44:03.508 INFO O| Aug 12 21:44:03.508 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222025-08-12T21:44:04.638Z[ recovery-image] Aug 12 21:44:03.521 INFO O| Aug 12 21:44:03.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
48232025-08-12T21:44:04.638Z[ recovery-image] Aug 12 21:44:03.521 INFO O| Aug 12 21:44:03.521 INFO STEP 42 (remove_files) COMPLETE
48242025-08-12T21:44:04.643Z[ recovery-image] Aug 12 21:44:03.521 INFO O| Aug 12 21:44:03.521 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252025-08-12T21:44:04.651Z[ recovery-image] Aug 12 21:44:03.534 INFO O| Aug 12 21:44:03.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
48262025-08-12T21:44:04.655Z[ recovery-image] Aug 12 21:44:03.535 INFO O| Aug 12 21:44:03.535 INFO STEP 43 (remove_files) COMPLETE
48272025-08-12T21:44:04.655Z[ recovery-image] Aug 12 21:44:03.535 INFO O| Aug 12 21:44:03.535 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282025-08-12T21:44:04.665Z[ recovery-image] Aug 12 21:44:03.548 INFO O| Aug 12 21:44:03.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
48292025-08-12T21:44:04.669Z[ recovery-image] Aug 12 21:44:03.548 INFO O| Aug 12 21:44:03.548 INFO STEP 44 (remove_files) COMPLETE
48302025-08-12T21:44:04.669Z[ recovery-image] Aug 12 21:44:03.549 INFO O| Aug 12 21:44:03.548 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312025-08-12T21:44:04.679Z[ recovery-image] Aug 12 21:44:03.562 INFO O| Aug 12 21:44:03.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
48322025-08-12T21:44:04.679Z[ recovery-image] Aug 12 21:44:03.562 INFO O| Aug 12 21:44:03.562 INFO STEP 45 (remove_files) COMPLETE
48332025-08-12T21:44:04.679Z[ recovery-image] Aug 12 21:44:03.562 INFO O| Aug 12 21:44:03.562 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342025-08-12T21:44:04.693Z[ recovery-image] Aug 12 21:44:03.576 INFO O| Aug 12 21:44:03.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
48352025-08-12T21:44:04.693Z[ recovery-image] Aug 12 21:44:03.576 INFO O| Aug 12 21:44:03.576 INFO STEP 46 (remove_files) COMPLETE
48362025-08-12T21:44:04.697Z[ recovery-image] Aug 12 21:44:03.576 INFO O| Aug 12 21:44:03.576 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372025-08-12T21:44:04.707Z[ recovery-image] Aug 12 21:44:03.590 INFO O| Aug 12 21:44:03.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
48382025-08-12T21:44:04.707Z[ recovery-image] Aug 12 21:44:03.590 INFO O| Aug 12 21:44:03.590 INFO STEP 47 (remove_files) COMPLETE
48392025-08-12T21:44:04.710Z[ recovery-image] Aug 12 21:44:03.590 INFO O| Aug 12 21:44:03.590 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402025-08-12T21:44:04.721Z[ recovery-image] Aug 12 21:44:03.603 INFO O| Aug 12 21:44:03.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
48412025-08-12T21:44:04.721Z[ recovery-image] Aug 12 21:44:03.604 INFO O| Aug 12 21:44:03.604 INFO STEP 48 (remove_files) COMPLETE
48422025-08-12T21:44:04.721Z[ recovery-image] Aug 12 21:44:03.604 INFO O| Aug 12 21:44:03.604 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432025-08-12T21:44:04.734Z[ recovery-image] Aug 12 21:44:03.616 INFO O| Aug 12 21:44:03.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
48442025-08-12T21:44:04.734Z[ recovery-image] Aug 12 21:44:03.617 INFO O| Aug 12 21:44:03.617 INFO STEP 49 (remove_files) COMPLETE
48452025-08-12T21:44:04.734Z[ recovery-image] Aug 12 21:44:03.617 INFO O| Aug 12 21:44:03.617 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462025-08-12T21:44:04.745Z[ recovery-image] Aug 12 21:44:03.628 INFO O| Aug 12 21:44:03.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
48472025-08-12T21:44:04.749Z[ recovery-image] Aug 12 21:44:03.629 INFO O| Aug 12 21:44:03.629 INFO STEP 50 (remove_files) COMPLETE
48482025-08-12T21:44:04.749Z[ recovery-image] Aug 12 21:44:03.629 INFO O| Aug 12 21:44:03.629 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492025-08-12T21:44:04.759Z[ recovery-image] Aug 12 21:44:03.642 INFO O| Aug 12 21:44:03.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
48502025-08-12T21:44:04.759Z[ recovery-image] Aug 12 21:44:03.642 INFO O| Aug 12 21:44:03.642 INFO STEP 51 (remove_files) COMPLETE
48512025-08-12T21:44:04.762Z[ recovery-image] Aug 12 21:44:03.642 INFO O| Aug 12 21:44:03.642 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522025-08-12T21:44:04.771Z[ recovery-image] Aug 12 21:44:03.654 INFO O| Aug 12 21:44:03.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
48532025-08-12T21:44:04.771Z[ recovery-image] Aug 12 21:44:03.654 INFO O| Aug 12 21:44:03.654 INFO STEP 52 (remove_files) COMPLETE
48542025-08-12T21:44:04.771Z[ recovery-image] Aug 12 21:44:03.654 INFO O| Aug 12 21:44:03.654 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552025-08-12T21:44:04.793Z[ recovery-image] Aug 12 21:44:03.666 INFO O| Aug 12 21:44:03.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
48562025-08-12T21:44:04.793Z[ recovery-image] Aug 12 21:44:03.666 INFO O| Aug 12 21:44:03.666 INFO STEP 53 (remove_files) COMPLETE
48572025-08-12T21:44:04.793Z[ recovery-image] Aug 12 21:44:03.666 INFO O| Aug 12 21:44:03.666 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582025-08-12T21:44:04.797Z[ recovery-image] Aug 12 21:44:03.678 INFO O| Aug 12 21:44:03.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
48592025-08-12T21:44:04.797Z[ recovery-image] Aug 12 21:44:03.679 INFO O| Aug 12 21:44:03.679 INFO STEP 54 (remove_files) COMPLETE
48602025-08-12T21:44:04.797Z[ recovery-image] Aug 12 21:44:03.679 INFO O| Aug 12 21:44:03.679 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612025-08-12T21:44:04.808Z[ recovery-image] Aug 12 21:44:03.691 INFO O| Aug 12 21:44:03.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
48622025-08-12T21:44:04.808Z[ recovery-image] Aug 12 21:44:03.691 INFO O| Aug 12 21:44:03.691 INFO STEP 55 (remove_files) COMPLETE
48632025-08-12T21:44:04.811Z[ recovery-image] Aug 12 21:44:03.691 INFO O| Aug 12 21:44:03.691 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642025-08-12T21:44:04.820Z[ recovery-image] Aug 12 21:44:03.702 INFO O| Aug 12 21:44:03.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
48652025-08-12T21:44:04.820Z[ recovery-image] Aug 12 21:44:03.703 INFO O| Aug 12 21:44:03.703 INFO STEP 56 (remove_files) COMPLETE
48662025-08-12T21:44:04.820Z[ recovery-image] Aug 12 21:44:03.703 INFO O| Aug 12 21:44:03.703 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672025-08-12T21:44:04.832Z[ recovery-image] Aug 12 21:44:03.715 INFO O| Aug 12 21:44:03.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
48682025-08-12T21:44:04.835Z[ recovery-image] Aug 12 21:44:03.716 INFO O| Aug 12 21:44:03.716 INFO STEP 57 (remove_files) COMPLETE
48692025-08-12T21:44:04.835Z[ recovery-image] Aug 12 21:44:03.716 INFO O| Aug 12 21:44:03.716 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702025-08-12T21:44:04.845Z[ recovery-image] Aug 12 21:44:03.728 INFO O| Aug 12 21:44:03.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
48712025-08-12T21:44:04.845Z[ recovery-image] Aug 12 21:44:03.728 INFO O| Aug 12 21:44:03.728 INFO STEP 58 (remove_files) COMPLETE
48722025-08-12T21:44:04.845Z[ recovery-image] Aug 12 21:44:03.728 INFO O| Aug 12 21:44:03.728 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732025-08-12T21:44:04.858Z[ recovery-image] Aug 12 21:44:03.741 INFO O| Aug 12 21:44:03.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
48742025-08-12T21:44:04.858Z[ recovery-image] Aug 12 21:44:03.741 INFO O| Aug 12 21:44:03.741 INFO STEP 59 (remove_files) COMPLETE
48752025-08-12T21:44:04.861Z[ recovery-image] Aug 12 21:44:03.741 INFO O| Aug 12 21:44:03.741 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762025-08-12T21:44:04.871Z[ recovery-image] Aug 12 21:44:03.753 INFO O| Aug 12 21:44:03.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
48772025-08-12T21:44:04.871Z[ recovery-image] Aug 12 21:44:03.753 INFO O| Aug 12 21:44:03.753 INFO STEP 60 (remove_files) COMPLETE
48782025-08-12T21:44:04.874Z[ recovery-image] Aug 12 21:44:03.753 INFO O| Aug 12 21:44:03.753 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792025-08-12T21:44:04.883Z[ recovery-image] Aug 12 21:44:03.766 INFO O| Aug 12 21:44:03.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
48802025-08-12T21:44:04.883Z[ recovery-image] Aug 12 21:44:03.766 INFO O| Aug 12 21:44:03.766 INFO STEP 61 (remove_files) COMPLETE
48812025-08-12T21:44:04.883Z[ recovery-image] Aug 12 21:44:03.766 INFO O| Aug 12 21:44:03.766 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822025-08-12T21:44:04.896Z[ recovery-image] Aug 12 21:44:03.779 INFO O| Aug 12 21:44:03.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
48832025-08-12T21:44:04.896Z[ recovery-image] Aug 12 21:44:03.779 INFO O| Aug 12 21:44:03.779 INFO STEP 62 (remove_files) COMPLETE
48842025-08-12T21:44:04.896Z[ recovery-image] Aug 12 21:44:03.779 INFO O| Aug 12 21:44:03.779 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852025-08-12T21:44:04.909Z[ recovery-image] Aug 12 21:44:03.792 INFO O| Aug 12 21:44:03.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
48862025-08-12T21:44:04.909Z[ recovery-image] Aug 12 21:44:03.792 INFO O| Aug 12 21:44:03.792 INFO STEP 63 (remove_files) COMPLETE
48872025-08-12T21:44:04.909Z[ recovery-image] Aug 12 21:44:03.792 INFO O| Aug 12 21:44:03.792 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882025-08-12T21:44:04.921Z[ recovery-image] Aug 12 21:44:03.804 INFO O| Aug 12 21:44:03.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
48892025-08-12T21:44:04.921Z[ recovery-image] Aug 12 21:44:03.804 INFO O| Aug 12 21:44:03.804 INFO STEP 64 (remove_files) COMPLETE
48902025-08-12T21:44:04.922Z[ recovery-image] Aug 12 21:44:03.804 INFO O| Aug 12 21:44:03.804 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912025-08-12T21:44:04.934Z[ recovery-image] Aug 12 21:44:03.816 INFO O| Aug 12 21:44:03.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
48922025-08-12T21:44:04.934Z[ recovery-image] Aug 12 21:44:03.817 INFO O| Aug 12 21:44:03.817 INFO STEP 65 (remove_files) COMPLETE
48932025-08-12T21:44:04.934Z[ recovery-image] Aug 12 21:44:03.817 INFO O| Aug 12 21:44:03.817 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942025-08-12T21:44:04.947Z[ recovery-image] Aug 12 21:44:03.830 INFO O| Aug 12 21:44:03.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
48952025-08-12T21:44:04.947Z[ recovery-image] Aug 12 21:44:03.830 INFO O| Aug 12 21:44:03.830 INFO STEP 66 (remove_files) COMPLETE
48962025-08-12T21:44:04.951Z[ recovery-image] Aug 12 21:44:03.830 INFO O| Aug 12 21:44:03.830 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972025-08-12T21:44:04.960Z[ recovery-image] Aug 12 21:44:03.843 INFO O| Aug 12 21:44:03.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
48982025-08-12T21:44:04.960Z[ recovery-image] Aug 12 21:44:03.843 INFO O| Aug 12 21:44:03.843 INFO STEP 67 (remove_files) COMPLETE
48992025-08-12T21:44:04.960Z[ recovery-image] Aug 12 21:44:03.843 INFO O| Aug 12 21:44:03.843 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002025-08-12T21:44:04.974Z[ recovery-image] Aug 12 21:44:03.857 INFO O| Aug 12 21:44:03.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
49012025-08-12T21:44:04.974Z[ recovery-image] Aug 12 21:44:03.857 INFO O| Aug 12 21:44:03.857 INFO STEP 68 (remove_files) COMPLETE
49022025-08-12T21:44:04.974Z[ recovery-image] Aug 12 21:44:03.857 INFO O| Aug 12 21:44:03.857 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032025-08-12T21:44:04.988Z[ recovery-image] Aug 12 21:44:03.870 INFO O| Aug 12 21:44:03.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
49042025-08-12T21:44:04.988Z[ recovery-image] Aug 12 21:44:03.870 INFO O| Aug 12 21:44:03.870 INFO STEP 69 (remove_files) COMPLETE
49052025-08-12T21:44:04.988Z[ recovery-image] Aug 12 21:44:03.870 INFO O| Aug 12 21:44:03.870 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062025-08-12T21:44:05.002Z[ recovery-image] Aug 12 21:44:03.883 INFO O| Aug 12 21:44:03.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
49072025-08-12T21:44:05.006Z[ recovery-image] Aug 12 21:44:03.883 INFO O| Aug 12 21:44:03.883 INFO STEP 70 (remove_files) COMPLETE
49082025-08-12T21:44:05.006Z[ recovery-image] Aug 12 21:44:03.883 INFO O| Aug 12 21:44:03.883 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092025-08-12T21:44:05.014Z[ recovery-image] Aug 12 21:44:03.897 INFO O| Aug 12 21:44:03.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
49102025-08-12T21:44:05.015Z[ recovery-image] Aug 12 21:44:03.897 INFO O| Aug 12 21:44:03.897 INFO STEP 71 (remove_files) COMPLETE
49112025-08-12T21:44:05.018Z[ recovery-image] Aug 12 21:44:03.897 INFO O| Aug 12 21:44:03.897 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122025-08-12T21:44:05.029Z[ recovery-image] Aug 12 21:44:03.912 INFO O| Aug 12 21:44:03.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
49132025-08-12T21:44:05.029Z[ recovery-image] Aug 12 21:44:03.912 INFO O| Aug 12 21:44:03.912 INFO STEP 72 (remove_files) COMPLETE
49142025-08-12T21:44:05.029Z[ recovery-image] Aug 12 21:44:03.912 INFO O| Aug 12 21:44:03.912 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152025-08-12T21:44:05.044Z[ recovery-image] Aug 12 21:44:03.927 INFO O| Aug 12 21:44:03.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
49162025-08-12T21:44:05.044Z[ recovery-image] Aug 12 21:44:03.927 INFO O| Aug 12 21:44:03.927 INFO STEP 73 (remove_files) COMPLETE
49172025-08-12T21:44:05.048Z[ recovery-image] Aug 12 21:44:03.927 INFO O| Aug 12 21:44:03.927 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182025-08-12T21:44:05.059Z[ recovery-image] Aug 12 21:44:03.942 INFO O| Aug 12 21:44:03.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
49192025-08-12T21:44:05.059Z[ recovery-image] Aug 12 21:44:03.942 INFO O| Aug 12 21:44:03.942 INFO STEP 74 (remove_files) COMPLETE
49202025-08-12T21:44:05.062Z[ recovery-image] Aug 12 21:44:03.942 INFO O| Aug 12 21:44:03.942 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212025-08-12T21:44:05.074Z[ recovery-image] Aug 12 21:44:03.957 INFO O| Aug 12 21:44:03.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
49222025-08-12T21:44:05.074Z[ recovery-image] Aug 12 21:44:03.957 INFO O| Aug 12 21:44:03.957 INFO STEP 75 (remove_files) COMPLETE
49232025-08-12T21:44:05.074Z[ recovery-image] Aug 12 21:44:03.957 INFO O| Aug 12 21:44:03.957 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242025-08-12T21:44:05.089Z[ recovery-image] Aug 12 21:44:03.972 INFO O| Aug 12 21:44:03.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
49252025-08-12T21:44:05.089Z[ recovery-image] Aug 12 21:44:03.972 INFO O| Aug 12 21:44:03.972 INFO STEP 76 (remove_files) COMPLETE
49262025-08-12T21:44:05.093Z[ recovery-image] Aug 12 21:44:03.972 INFO O| Aug 12 21:44:03.972 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272025-08-12T21:44:05.105Z[ recovery-image] Aug 12 21:44:03.986 INFO O| Aug 12 21:44:03.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
49282025-08-12T21:44:05.105Z[ recovery-image] Aug 12 21:44:03.986 INFO O| Aug 12 21:44:03.986 INFO STEP 77 (remove_files) COMPLETE
49292025-08-12T21:44:05.108Z[ recovery-image] Aug 12 21:44:03.986 INFO O| Aug 12 21:44:03.986 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302025-08-12T21:44:05.117Z[ recovery-image] Aug 12 21:44:04.000 INFO O| Aug 12 21:44:04.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
49312025-08-12T21:44:05.117Z[ recovery-image] Aug 12 21:44:04.000 INFO O| Aug 12 21:44:04.000 INFO STEP 78 (remove_files) COMPLETE
49322025-08-12T21:44:05.117Z[ recovery-image] Aug 12 21:44:04.000 INFO O| Aug 12 21:44:04.000 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332025-08-12T21:44:05.132Z[ recovery-image] Aug 12 21:44:04.015 INFO O| Aug 12 21:44:04.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
49342025-08-12T21:44:05.132Z[ recovery-image] Aug 12 21:44:04.015 INFO O| Aug 12 21:44:04.015 INFO STEP 79 (remove_files) COMPLETE
49352025-08-12T21:44:05.132Z[ recovery-image] Aug 12 21:44:04.015 INFO O| Aug 12 21:44:04.015 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362025-08-12T21:44:05.152Z[ recovery-image] Aug 12 21:44:04.035 INFO O| Aug 12 21:44:04.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
49372025-08-12T21:44:05.152Z[ recovery-image] Aug 12 21:44:04.035 INFO O| Aug 12 21:44:04.035 INFO STEP 80 (remove_files) COMPLETE
49382025-08-12T21:44:05.155Z[ recovery-image] Aug 12 21:44:04.035 INFO O| Aug 12 21:44:04.035 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392025-08-12T21:44:05.184Z[ recovery-image] Aug 12 21:44:04.067 INFO O| Aug 12 21:44:04.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
49402025-08-12T21:44:05.184Z[ recovery-image] Aug 12 21:44:04.067 INFO O| Aug 12 21:44:04.067 INFO STEP 81 (remove_files) COMPLETE
49412025-08-12T21:44:05.184Z[ recovery-image] Aug 12 21:44:04.067 INFO O| Aug 12 21:44:04.067 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422025-08-12T21:44:05.196Z[ recovery-image] Aug 12 21:44:04.078 INFO O| Aug 12 21:44:04.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
49432025-08-12T21:44:05.196Z[ recovery-image] Aug 12 21:44:04.078 INFO O| Aug 12 21:44:04.078 INFO STEP 82 (remove_files) COMPLETE
49442025-08-12T21:44:05.196Z[ recovery-image] Aug 12 21:44:04.078 INFO O| Aug 12 21:44:04.078 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452025-08-12T21:44:05.209Z[ recovery-image] Aug 12 21:44:04.091 INFO O| Aug 12 21:44:04.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
49462025-08-12T21:44:05.209Z[ recovery-image] Aug 12 21:44:04.091 INFO O| Aug 12 21:44:04.091 INFO STEP 83 (remove_files) COMPLETE
49472025-08-12T21:44:05.212Z[ recovery-image] Aug 12 21:44:04.091 INFO O| Aug 12 21:44:04.091 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482025-08-12T21:44:05.248Z[ recovery-image] Aug 12 21:44:04.130 INFO O| Aug 12 21:44:04.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
49492025-08-12T21:44:05.248Z[ recovery-image] Aug 12 21:44:04.130 INFO O| Aug 12 21:44:04.130 INFO STEP 84 (remove_files) COMPLETE
49502025-08-12T21:44:05.248Z[ recovery-image] Aug 12 21:44:04.130 INFO O| Aug 12 21:44:04.130 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512025-08-12T21:44:05.262Z[ recovery-image] Aug 12 21:44:04.145 INFO O| Aug 12 21:44:04.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
49522025-08-12T21:44:05.262Z[ recovery-image] Aug 12 21:44:04.145 INFO O| Aug 12 21:44:04.145 INFO STEP 85 (remove_files) COMPLETE
49532025-08-12T21:44:05.266Z[ recovery-image] Aug 12 21:44:04.145 INFO O| Aug 12 21:44:04.145 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542025-08-12T21:44:05.278Z[ recovery-image] Aug 12 21:44:04.160 INFO O| Aug 12 21:44:04.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
49552025-08-12T21:44:05.278Z[ recovery-image] Aug 12 21:44:04.160 INFO O| Aug 12 21:44:04.160 INFO STEP 86 (remove_files) COMPLETE
49562025-08-12T21:44:05.278Z[ recovery-image] Aug 12 21:44:04.160 INFO O| Aug 12 21:44:04.160 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572025-08-12T21:44:05.291Z[ recovery-image] Aug 12 21:44:04.174 INFO O| Aug 12 21:44:04.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
49582025-08-12T21:44:05.291Z[ recovery-image] Aug 12 21:44:04.174 INFO O| Aug 12 21:44:04.174 INFO STEP 87 (remove_files) COMPLETE
49592025-08-12T21:44:05.291Z[ recovery-image] Aug 12 21:44:04.174 INFO O| Aug 12 21:44:04.174 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602025-08-12T21:44:05.305Z[ recovery-image] Aug 12 21:44:04.187 INFO O| Aug 12 21:44:04.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
49612025-08-12T21:44:05.305Z[ recovery-image] Aug 12 21:44:04.188 INFO O| Aug 12 21:44:04.188 INFO STEP 88 (remove_files) COMPLETE
49622025-08-12T21:44:05.308Z[ recovery-image] Aug 12 21:44:04.188 INFO O| Aug 12 21:44:04.188 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632025-08-12T21:44:05.318Z[ recovery-image] Aug 12 21:44:04.201 INFO O| Aug 12 21:44:04.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
49642025-08-12T21:44:05.318Z[ recovery-image] Aug 12 21:44:04.201 INFO O| Aug 12 21:44:04.201 INFO STEP 89 (remove_files) COMPLETE
49652025-08-12T21:44:05.321Z[ recovery-image] Aug 12 21:44:04.201 INFO O| Aug 12 21:44:04.201 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662025-08-12T21:44:05.333Z[ recovery-image] Aug 12 21:44:04.216 INFO O| Aug 12 21:44:04.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
49672025-08-12T21:44:05.333Z[ recovery-image] Aug 12 21:44:04.216 INFO O| Aug 12 21:44:04.216 INFO STEP 90 (remove_files) COMPLETE
49682025-08-12T21:44:05.333Z[ recovery-image] Aug 12 21:44:04.216 INFO O| Aug 12 21:44:04.216 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692025-08-12T21:44:05.350Z[ recovery-image] Aug 12 21:44:04.232 INFO O| Aug 12 21:44:04.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
49702025-08-12T21:44:05.350Z[ recovery-image] Aug 12 21:44:04.232 INFO O| Aug 12 21:44:04.232 INFO STEP 91 (remove_files) COMPLETE
49712025-08-12T21:44:05.350Z[ recovery-image] Aug 12 21:44:04.232 INFO O| Aug 12 21:44:04.232 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722025-08-12T21:44:05.365Z[ recovery-image] Aug 12 21:44:04.247 INFO O| Aug 12 21:44:04.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
49732025-08-12T21:44:05.365Z[ recovery-image] Aug 12 21:44:04.248 INFO O| Aug 12 21:44:04.248 INFO STEP 92 (remove_files) COMPLETE
49742025-08-12T21:44:05.369Z[ recovery-image] Aug 12 21:44:04.248 INFO O| Aug 12 21:44:04.248 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752025-08-12T21:44:05.380Z[ recovery-image] Aug 12 21:44:04.262 INFO O| Aug 12 21:44:04.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
49762025-08-12T21:44:05.380Z[ recovery-image] Aug 12 21:44:04.263 INFO O| Aug 12 21:44:04.263 INFO STEP 93 (remove_files) COMPLETE
49772025-08-12T21:44:05.380Z[ recovery-image] Aug 12 21:44:04.263 INFO O| Aug 12 21:44:04.263 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782025-08-12T21:44:05.395Z[ recovery-image] Aug 12 21:44:04.278 INFO O| Aug 12 21:44:04.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
49792025-08-12T21:44:05.395Z[ recovery-image] Aug 12 21:44:04.278 INFO O| Aug 12 21:44:04.278 INFO STEP 94 (remove_files) COMPLETE
49802025-08-12T21:44:05.395Z[ recovery-image] Aug 12 21:44:04.278 INFO O| Aug 12 21:44:04.278 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812025-08-12T21:44:05.409Z[ recovery-image] Aug 12 21:44:04.292 INFO O| Aug 12 21:44:04.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
49822025-08-12T21:44:05.409Z[ recovery-image] Aug 12 21:44:04.292 INFO O| Aug 12 21:44:04.292 INFO STEP 95 (remove_files) COMPLETE
49832025-08-12T21:44:05.413Z[ recovery-image] Aug 12 21:44:04.292 INFO O| Aug 12 21:44:04.292 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842025-08-12T21:44:05.425Z[ recovery-image] Aug 12 21:44:04.307 INFO O| Aug 12 21:44:04.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
49852025-08-12T21:44:05.425Z[ recovery-image] Aug 12 21:44:04.308 INFO O| Aug 12 21:44:04.307 INFO STEP 96 (remove_files) COMPLETE
49862025-08-12T21:44:05.428Z[ recovery-image] Aug 12 21:44:04.308 INFO O| Aug 12 21:44:04.307 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872025-08-12T21:44:05.440Z[ recovery-image] Aug 12 21:44:04.323 INFO O| Aug 12 21:44:04.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
49882025-08-12T21:44:05.440Z[ recovery-image] Aug 12 21:44:04.323 INFO O| Aug 12 21:44:04.323 INFO STEP 97 (remove_files) COMPLETE
49892025-08-12T21:44:05.443Z[ recovery-image] Aug 12 21:44:04.323 INFO O| Aug 12 21:44:04.323 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902025-08-12T21:44:05.455Z[ recovery-image] Aug 12 21:44:04.338 INFO O| Aug 12 21:44:04.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
49912025-08-12T21:44:05.455Z[ recovery-image] Aug 12 21:44:04.338 INFO O| Aug 12 21:44:04.338 INFO STEP 98 (remove_files) COMPLETE
49922025-08-12T21:44:05.455Z[ recovery-image] Aug 12 21:44:04.338 INFO O| Aug 12 21:44:04.338 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932025-08-12T21:44:05.470Z[ recovery-image] Aug 12 21:44:04.353 INFO O| Aug 12 21:44:04.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
49942025-08-12T21:44:05.470Z[ recovery-image] Aug 12 21:44:04.353 INFO O| Aug 12 21:44:04.353 INFO STEP 99 (remove_files) COMPLETE
49952025-08-12T21:44:05.474Z[ recovery-image] Aug 12 21:44:04.353 INFO O| Aug 12 21:44:04.353 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962025-08-12T21:44:05.485Z[ recovery-image] Aug 12 21:44:04.367 INFO O| Aug 12 21:44:04.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
49972025-08-12T21:44:05.488Z[ recovery-image] Aug 12 21:44:04.367 INFO O| Aug 12 21:44:04.367 INFO STEP 100 (remove_files) COMPLETE
49982025-08-12T21:44:05.488Z[ recovery-image] Aug 12 21:44:04.367 INFO O| Aug 12 21:44:04.367 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992025-08-12T21:44:05.500Z[ recovery-image] Aug 12 21:44:04.382 INFO O| Aug 12 21:44:04.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
50002025-08-12T21:44:05.500Z[ recovery-image] Aug 12 21:44:04.382 INFO O| Aug 12 21:44:04.382 INFO STEP 101 (remove_files) COMPLETE
50012025-08-12T21:44:05.503Z[ recovery-image] Aug 12 21:44:04.382 INFO O| Aug 12 21:44:04.382 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022025-08-12T21:44:05.514Z[ recovery-image] Aug 12 21:44:04.397 INFO O| Aug 12 21:44:04.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
50032025-08-12T21:44:05.514Z[ recovery-image] Aug 12 21:44:04.397 INFO O| Aug 12 21:44:04.397 INFO STEP 102 (remove_files) COMPLETE
50042025-08-12T21:44:05.518Z[ recovery-image] Aug 12 21:44:04.397 INFO O| Aug 12 21:44:04.397 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052025-08-12T21:44:05.529Z[ recovery-image] Aug 12 21:44:04.412 INFO O| Aug 12 21:44:04.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
50062025-08-12T21:44:05.533Z[ recovery-image] Aug 12 21:44:04.413 INFO O| Aug 12 21:44:04.413 INFO STEP 103 (remove_files) COMPLETE
50072025-08-12T21:44:05.533Z[ recovery-image] Aug 12 21:44:04.413 INFO O| Aug 12 21:44:04.413 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082025-08-12T21:44:05.544Z[ recovery-image] Aug 12 21:44:04.427 INFO O| Aug 12 21:44:04.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
50092025-08-12T21:44:05.545Z[ recovery-image] Aug 12 21:44:04.427 INFO O| Aug 12 21:44:04.427 INFO STEP 104 (remove_files) COMPLETE
50102025-08-12T21:44:05.545Z[ recovery-image] Aug 12 21:44:04.427 INFO O| Aug 12 21:44:04.427 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112025-08-12T21:44:05.559Z[ recovery-image] Aug 12 21:44:04.442 INFO O| Aug 12 21:44:04.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
50122025-08-12T21:44:05.559Z[ recovery-image] Aug 12 21:44:04.442 INFO O| Aug 12 21:44:04.442 INFO STEP 105 (remove_files) COMPLETE
50132025-08-12T21:44:05.563Z[ recovery-image] Aug 12 21:44:04.442 INFO O| Aug 12 21:44:04.442 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142025-08-12T21:44:05.574Z[ recovery-image] Aug 12 21:44:04.457 INFO O| Aug 12 21:44:04.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
50152025-08-12T21:44:05.574Z[ recovery-image] Aug 12 21:44:04.457 INFO O| Aug 12 21:44:04.457 INFO STEP 106 (remove_files) COMPLETE
50162025-08-12T21:44:05.577Z[ recovery-image] Aug 12 21:44:04.457 INFO O| Aug 12 21:44:04.457 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172025-08-12T21:44:05.589Z[ recovery-image] Aug 12 21:44:04.472 INFO O| Aug 12 21:44:04.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
50182025-08-12T21:44:05.589Z[ recovery-image] Aug 12 21:44:04.472 INFO O| Aug 12 21:44:04.472 INFO STEP 107 (remove_files) COMPLETE
50192025-08-12T21:44:05.592Z[ recovery-image] Aug 12 21:44:04.472 INFO O| Aug 12 21:44:04.472 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202025-08-12T21:44:05.604Z[ recovery-image] Aug 12 21:44:04.487 INFO O| Aug 12 21:44:04.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
50212025-08-12T21:44:05.604Z[ recovery-image] Aug 12 21:44:04.487 INFO O| Aug 12 21:44:04.487 INFO STEP 108 (remove_files) COMPLETE
50222025-08-12T21:44:05.604Z[ recovery-image] Aug 12 21:44:04.487 INFO O| Aug 12 21:44:04.487 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232025-08-12T21:44:05.619Z[ recovery-image] Aug 12 21:44:04.502 INFO O| Aug 12 21:44:04.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
50242025-08-12T21:44:05.619Z[ recovery-image] Aug 12 21:44:04.502 INFO O| Aug 12 21:44:04.502 INFO STEP 109 (remove_files) COMPLETE
50252025-08-12T21:44:05.619Z[ recovery-image] Aug 12 21:44:04.502 INFO O| Aug 12 21:44:04.502 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262025-08-12T21:44:05.634Z[ recovery-image] Aug 12 21:44:04.517 INFO O| Aug 12 21:44:04.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
50272025-08-12T21:44:05.634Z[ recovery-image] Aug 12 21:44:04.517 INFO O| Aug 12 21:44:04.517 INFO STEP 110 (remove_files) COMPLETE
50282025-08-12T21:44:05.637Z[ recovery-image] Aug 12 21:44:04.517 INFO O| Aug 12 21:44:04.517 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292025-08-12T21:44:05.648Z[ recovery-image] Aug 12 21:44:04.530 INFO O| Aug 12 21:44:04.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
50302025-08-12T21:44:05.648Z[ recovery-image] Aug 12 21:44:04.530 INFO O| Aug 12 21:44:04.530 INFO STEP 111 (remove_files) COMPLETE
50312025-08-12T21:44:05.648Z[ recovery-image] Aug 12 21:44:04.530 INFO O| Aug 12 21:44:04.530 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322025-08-12T21:44:05.659Z[ recovery-image] Aug 12 21:44:04.542 INFO O| Aug 12 21:44:04.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
50332025-08-12T21:44:05.659Z[ recovery-image] Aug 12 21:44:04.542 INFO O| Aug 12 21:44:04.542 INFO STEP 112 (remove_files) COMPLETE
50342025-08-12T21:44:05.659Z[ recovery-image] Aug 12 21:44:04.542 INFO O| Aug 12 21:44:04.542 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352025-08-12T21:44:05.673Z[ recovery-image] Aug 12 21:44:04.555 INFO O| Aug 12 21:44:04.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
50362025-08-12T21:44:05.673Z[ recovery-image] Aug 12 21:44:04.555 INFO O| Aug 12 21:44:04.555 INFO STEP 113 (remove_files) COMPLETE
50372025-08-12T21:44:05.677Z[ recovery-image] Aug 12 21:44:04.555 INFO O| Aug 12 21:44:04.555 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382025-08-12T21:44:05.686Z[ recovery-image] Aug 12 21:44:04.569 INFO O| Aug 12 21:44:04.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
50392025-08-12T21:44:05.687Z[ recovery-image] Aug 12 21:44:04.569 INFO O| Aug 12 21:44:04.569 INFO STEP 114 (remove_files) COMPLETE
50402025-08-12T21:44:05.690Z[ recovery-image] Aug 12 21:44:04.569 INFO O| Aug 12 21:44:04.569 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412025-08-12T21:44:05.701Z[ recovery-image] Aug 12 21:44:04.584 INFO O| Aug 12 21:44:04.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
50422025-08-12T21:44:05.701Z[ recovery-image] Aug 12 21:44:04.584 INFO O| Aug 12 21:44:04.584 INFO STEP 115 (remove_files) COMPLETE
50432025-08-12T21:44:05.705Z[ recovery-image] Aug 12 21:44:04.584 INFO O| Aug 12 21:44:04.584 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442025-08-12T21:44:05.716Z[ recovery-image] Aug 12 21:44:04.598 INFO O| Aug 12 21:44:04.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
50452025-08-12T21:44:05.716Z[ recovery-image] Aug 12 21:44:04.598 INFO O| Aug 12 21:44:04.598 INFO STEP 116 (remove_files) COMPLETE
50462025-08-12T21:44:05.719Z[ recovery-image] Aug 12 21:44:04.598 INFO O| Aug 12 21:44:04.598 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472025-08-12T21:44:05.728Z[ recovery-image] Aug 12 21:44:04.611 INFO O| Aug 12 21:44:04.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
50482025-08-12T21:44:05.731Z[ recovery-image] Aug 12 21:44:04.611 INFO O| Aug 12 21:44:04.611 INFO STEP 117 (remove_files) COMPLETE
50492025-08-12T21:44:05.731Z[ recovery-image] Aug 12 21:44:04.612 INFO O| Aug 12 21:44:04.611 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502025-08-12T21:44:05.741Z[ recovery-image] Aug 12 21:44:04.624 INFO O| Aug 12 21:44:04.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
50512025-08-12T21:44:05.744Z[ recovery-image] Aug 12 21:44:04.624 INFO O| Aug 12 21:44:04.624 INFO STEP 118 (remove_files) COMPLETE
50522025-08-12T21:44:05.744Z[ recovery-image] Aug 12 21:44:04.624 INFO O| Aug 12 21:44:04.624 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532025-08-12T21:44:05.752Z[ recovery-image] Aug 12 21:44:04.635 INFO O| Aug 12 21:44:04.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
50542025-08-12T21:44:05.752Z[ recovery-image] Aug 12 21:44:04.635 INFO O| Aug 12 21:44:04.635 INFO STEP 119 (remove_files) COMPLETE
50552025-08-12T21:44:05.752Z[ recovery-image] Aug 12 21:44:04.635 INFO O| Aug 12 21:44:04.635 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562025-08-12T21:44:05.764Z[ recovery-image] Aug 12 21:44:04.647 INFO O| Aug 12 21:44:04.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
50572025-08-12T21:44:05.764Z[ recovery-image] Aug 12 21:44:04.647 INFO O| Aug 12 21:44:04.647 INFO STEP 120 (remove_files) COMPLETE
50582025-08-12T21:44:05.768Z[ recovery-image] Aug 12 21:44:04.647 INFO O| Aug 12 21:44:04.647 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592025-08-12T21:44:05.775Z[ recovery-image] Aug 12 21:44:04.658 INFO O| Aug 12 21:44:04.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
50602025-08-12T21:44:05.780Z[ recovery-image] Aug 12 21:44:04.658 INFO O| Aug 12 21:44:04.658 INFO STEP 121 (remove_files) COMPLETE
50612025-08-12T21:44:05.780Z[ recovery-image] Aug 12 21:44:04.658 INFO O| Aug 12 21:44:04.658 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622025-08-12T21:44:05.787Z[ recovery-image] Aug 12 21:44:04.669 INFO O| Aug 12 21:44:04.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
50632025-08-12T21:44:05.787Z[ recovery-image] Aug 12 21:44:04.669 INFO O| Aug 12 21:44:04.669 INFO STEP 122 (remove_files) COMPLETE
50642025-08-12T21:44:05.787Z[ recovery-image] Aug 12 21:44:04.669 INFO O| Aug 12 21:44:04.669 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652025-08-12T21:44:05.799Z[ recovery-image] Aug 12 21:44:04.681 INFO O| Aug 12 21:44:04.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
50662025-08-12T21:44:05.799Z[ recovery-image] Aug 12 21:44:04.682 INFO O| Aug 12 21:44:04.681 INFO STEP 123 (remove_files) COMPLETE
50672025-08-12T21:44:05.799Z[ recovery-image] Aug 12 21:44:04.682 INFO O| Aug 12 21:44:04.682 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682025-08-12T21:44:05.811Z[ recovery-image] Aug 12 21:44:04.694 INFO O| Aug 12 21:44:04.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
50692025-08-12T21:44:05.812Z[ recovery-image] Aug 12 21:44:04.694 INFO O| Aug 12 21:44:04.694 INFO STEP 124 (remove_files) COMPLETE
50702025-08-12T21:44:05.816Z[ recovery-image] Aug 12 21:44:04.694 INFO O| Aug 12 21:44:04.694 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712025-08-12T21:44:05.822Z[ recovery-image] Aug 12 21:44:04.705 INFO O| Aug 12 21:44:04.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
50722025-08-12T21:44:05.822Z[ recovery-image] Aug 12 21:44:04.705 INFO O| Aug 12 21:44:04.705 INFO STEP 125 (remove_files) COMPLETE
50732025-08-12T21:44:05.826Z[ recovery-image] Aug 12 21:44:04.705 INFO O| Aug 12 21:44:04.705 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742025-08-12T21:44:05.836Z[ recovery-image] Aug 12 21:44:04.718 INFO O| Aug 12 21:44:04.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
50752025-08-12T21:44:05.836Z[ recovery-image] Aug 12 21:44:04.718 INFO O| Aug 12 21:44:04.718 INFO STEP 126 (remove_files) COMPLETE
50762025-08-12T21:44:05.839Z[ recovery-image] Aug 12 21:44:04.718 INFO O| Aug 12 21:44:04.718 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772025-08-12T21:44:05.847Z[ recovery-image] Aug 12 21:44:04.729 INFO O| Aug 12 21:44:04.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
50782025-08-12T21:44:05.847Z[ recovery-image] Aug 12 21:44:04.729 INFO O| Aug 12 21:44:04.729 INFO STEP 127 (remove_files) COMPLETE
50792025-08-12T21:44:05.850Z[ recovery-image] Aug 12 21:44:04.729 INFO O| Aug 12 21:44:04.729 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802025-08-12T21:44:05.858Z[ recovery-image] Aug 12 21:44:04.740 INFO O| Aug 12 21:44:04.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
50812025-08-12T21:44:05.858Z[ recovery-image] Aug 12 21:44:04.741 INFO O| Aug 12 21:44:04.740 INFO STEP 128 (remove_files) COMPLETE
50822025-08-12T21:44:05.861Z[ recovery-image] Aug 12 21:44:04.741 INFO O| Aug 12 21:44:04.741 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832025-08-12T21:44:05.869Z[ recovery-image] Aug 12 21:44:04.752 INFO O| Aug 12 21:44:04.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
50842025-08-12T21:44:05.869Z[ recovery-image] Aug 12 21:44:04.752 INFO O| Aug 12 21:44:04.752 INFO STEP 129 (remove_files) COMPLETE
50852025-08-12T21:44:05.869Z[ recovery-image] Aug 12 21:44:04.752 INFO O| Aug 12 21:44:04.752 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862025-08-12T21:44:05.880Z[ recovery-image] Aug 12 21:44:04.763 INFO O| Aug 12 21:44:04.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
50872025-08-12T21:44:05.880Z[ recovery-image] Aug 12 21:44:04.763 INFO O| Aug 12 21:44:04.763 INFO STEP 130 (remove_files) COMPLETE
50882025-08-12T21:44:05.883Z[ recovery-image] Aug 12 21:44:04.763 INFO O| Aug 12 21:44:04.763 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892025-08-12T21:44:05.891Z[ recovery-image] Aug 12 21:44:04.773 INFO O| Aug 12 21:44:04.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
50902025-08-12T21:44:05.891Z[ recovery-image] Aug 12 21:44:04.773 INFO O| Aug 12 21:44:04.773 INFO STEP 131 (remove_files) COMPLETE
50912025-08-12T21:44:05.894Z[ recovery-image] Aug 12 21:44:04.773 INFO O| Aug 12 21:44:04.773 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922025-08-12T21:44:05.901Z[ recovery-image] Aug 12 21:44:04.784 INFO O| Aug 12 21:44:04.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
50932025-08-12T21:44:05.901Z[ recovery-image] Aug 12 21:44:04.784 INFO O| Aug 12 21:44:04.784 INFO STEP 132 (remove_files) COMPLETE
50942025-08-12T21:44:05.901Z[ recovery-image] Aug 12 21:44:04.784 INFO O| Aug 12 21:44:04.784 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952025-08-12T21:44:05.912Z[ recovery-image] Aug 12 21:44:04.795 INFO O| Aug 12 21:44:04.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
50962025-08-12T21:44:05.912Z[ recovery-image] Aug 12 21:44:04.795 INFO O| Aug 12 21:44:04.795 INFO STEP 133 (remove_files) COMPLETE
50972025-08-12T21:44:05.912Z[ recovery-image] Aug 12 21:44:04.795 INFO O| Aug 12 21:44:04.795 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982025-08-12T21:44:05.925Z[ recovery-image] Aug 12 21:44:04.808 INFO O| Aug 12 21:44:04.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
50992025-08-12T21:44:05.925Z[ recovery-image] Aug 12 21:44:04.808 INFO O| Aug 12 21:44:04.808 INFO STEP 134 (remove_files) COMPLETE
51002025-08-12T21:44:05.926Z[ recovery-image] Aug 12 21:44:04.808 INFO O| Aug 12 21:44:04.808 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012025-08-12T21:44:05.938Z[ recovery-image] Aug 12 21:44:04.821 INFO O| Aug 12 21:44:04.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
51022025-08-12T21:44:05.938Z[ recovery-image] Aug 12 21:44:04.821 INFO O| Aug 12 21:44:04.821 INFO STEP 135 (remove_files) COMPLETE
51032025-08-12T21:44:05.942Z[ recovery-image] Aug 12 21:44:04.821 INFO O| Aug 12 21:44:04.821 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042025-08-12T21:44:05.952Z[ recovery-image] Aug 12 21:44:04.834 INFO O| Aug 12 21:44:04.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
51052025-08-12T21:44:05.952Z[ recovery-image] Aug 12 21:44:04.835 INFO O| Aug 12 21:44:04.834 INFO STEP 136 (remove_files) COMPLETE
51062025-08-12T21:44:05.955Z[ recovery-image] Aug 12 21:44:04.835 INFO O| Aug 12 21:44:04.835 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072025-08-12T21:44:05.963Z[ recovery-image] Aug 12 21:44:04.845 INFO O| Aug 12 21:44:04.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
51082025-08-12T21:44:05.983Z[ recovery-image] Aug 12 21:44:04.866 INFO O| Aug 12 21:44:04.866 INFO STEP 137 (remove_files) COMPLETE
51092025-08-12T21:44:05.983Z[ recovery-image] Aug 12 21:44:04.866 INFO O| Aug 12 21:44:04.866 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102025-08-12T21:44:05.996Z[ recovery-image] Aug 12 21:44:04.879 INFO O| Aug 12 21:44:04.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
51112025-08-12T21:44:05.999Z[ recovery-image] Aug 12 21:44:04.879 INFO O| Aug 12 21:44:04.879 INFO STEP 138 (remove_files) COMPLETE
51122025-08-12T21:44:06.000Z[ recovery-image] Aug 12 21:44:04.879 INFO O| Aug 12 21:44:04.879 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132025-08-12T21:44:06.008Z[ recovery-image] Aug 12 21:44:04.890 INFO O| Aug 12 21:44:04.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
51142025-08-12T21:44:06.008Z[ recovery-image] Aug 12 21:44:04.890 INFO O| Aug 12 21:44:04.890 INFO STEP 139 (remove_files) COMPLETE
51152025-08-12T21:44:06.011Z[ recovery-image] Aug 12 21:44:04.890 INFO O| Aug 12 21:44:04.890 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162025-08-12T21:44:06.019Z[ recovery-image] Aug 12 21:44:04.902 INFO O| Aug 12 21:44:04.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
51172025-08-12T21:44:06.019Z[ recovery-image] Aug 12 21:44:04.902 INFO O| Aug 12 21:44:04.902 INFO STEP 140 (remove_files) COMPLETE
51182025-08-12T21:44:06.019Z[ recovery-image] Aug 12 21:44:04.902 INFO O| Aug 12 21:44:04.902 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192025-08-12T21:44:06.032Z[ recovery-image] Aug 12 21:44:04.914 INFO O| Aug 12 21:44:04.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
51202025-08-12T21:44:06.032Z[ recovery-image] Aug 12 21:44:04.914 INFO O| Aug 12 21:44:04.914 INFO STEP 141 (remove_files) COMPLETE
51212025-08-12T21:44:06.035Z[ recovery-image] Aug 12 21:44:04.915 INFO O| Aug 12 21:44:04.915 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222025-08-12T21:44:06.045Z[ recovery-image] Aug 12 21:44:04.928 INFO O| Aug 12 21:44:04.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
51232025-08-12T21:44:06.045Z[ recovery-image] Aug 12 21:44:04.928 INFO O| Aug 12 21:44:04.928 INFO STEP 142 (remove_files) COMPLETE
51242025-08-12T21:44:06.048Z[ recovery-image] Aug 12 21:44:04.928 INFO O| Aug 12 21:44:04.928 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252025-08-12T21:44:06.058Z[ recovery-image] Aug 12 21:44:04.941 INFO O| Aug 12 21:44:04.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
51262025-08-12T21:44:06.058Z[ recovery-image] Aug 12 21:44:04.941 INFO O| Aug 12 21:44:04.941 INFO STEP 143 (remove_files) COMPLETE
51272025-08-12T21:44:06.058Z[ recovery-image] Aug 12 21:44:04.941 INFO O| Aug 12 21:44:04.941 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282025-08-12T21:44:06.072Z[ recovery-image] Aug 12 21:44:04.954 INFO O| Aug 12 21:44:04.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
51292025-08-12T21:44:06.075Z[ recovery-image] Aug 12 21:44:04.954 INFO O| Aug 12 21:44:04.954 INFO STEP 144 (remove_files) COMPLETE
51302025-08-12T21:44:06.075Z[ recovery-image] Aug 12 21:44:04.954 INFO O| Aug 12 21:44:04.954 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312025-08-12T21:44:06.086Z[ recovery-image] Aug 12 21:44:04.969 INFO O| Aug 12 21:44:04.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
51322025-08-12T21:44:06.090Z[ recovery-image] Aug 12 21:44:04.969 INFO O| Aug 12 21:44:04.969 INFO STEP 145 (remove_files) COMPLETE
51332025-08-12T21:44:06.090Z[ recovery-image] Aug 12 21:44:04.969 INFO O| Aug 12 21:44:04.969 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342025-08-12T21:44:06.102Z[ recovery-image] Aug 12 21:44:04.984 INFO O| Aug 12 21:44:04.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
51352025-08-12T21:44:06.102Z[ recovery-image] Aug 12 21:44:04.984 INFO O| Aug 12 21:44:04.984 INFO STEP 146 (remove_files) COMPLETE
51362025-08-12T21:44:06.102Z[ recovery-image] Aug 12 21:44:04.984 INFO O| Aug 12 21:44:04.984 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372025-08-12T21:44:06.117Z[ recovery-image] Aug 12 21:44:04.998 INFO O| Aug 12 21:44:04.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
51382025-08-12T21:44:06.117Z[ recovery-image] Aug 12 21:44:04.998 INFO O| Aug 12 21:44:04.998 INFO STEP 147 (remove_files) COMPLETE
51392025-08-12T21:44:06.117Z[ recovery-image] Aug 12 21:44:04.998 INFO O| Aug 12 21:44:04.998 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402025-08-12T21:44:06.131Z[ recovery-image] Aug 12 21:44:05.013 INFO O| Aug 12 21:44:05.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
51412025-08-12T21:44:06.131Z[ recovery-image] Aug 12 21:44:05.013 INFO O| Aug 12 21:44:05.013 INFO STEP 148 (remove_files) COMPLETE
51422025-08-12T21:44:06.131Z[ recovery-image] Aug 12 21:44:05.013 INFO O| Aug 12 21:44:05.013 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432025-08-12T21:44:06.146Z[ recovery-image] Aug 12 21:44:05.028 INFO O| Aug 12 21:44:05.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
51442025-08-12T21:44:06.149Z[ recovery-image] Aug 12 21:44:05.029 INFO O| Aug 12 21:44:05.028 INFO STEP 149 (remove_files) COMPLETE
51452025-08-12T21:44:06.149Z[ recovery-image] Aug 12 21:44:05.029 INFO O| Aug 12 21:44:05.029 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462025-08-12T21:44:06.161Z[ recovery-image] Aug 12 21:44:05.043 INFO O| Aug 12 21:44:05.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
51472025-08-12T21:44:06.161Z[ recovery-image] Aug 12 21:44:05.044 INFO O| Aug 12 21:44:05.043 INFO STEP 150 (remove_files) COMPLETE
51482025-08-12T21:44:06.161Z[ recovery-image] Aug 12 21:44:05.044 INFO O| Aug 12 21:44:05.043 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492025-08-12T21:44:06.180Z[ recovery-image] Aug 12 21:44:05.063 INFO O| Aug 12 21:44:05.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
51502025-08-12T21:44:06.180Z[ recovery-image] Aug 12 21:44:05.063 INFO O| Aug 12 21:44:05.063 INFO STEP 151 (remove_files) COMPLETE
51512025-08-12T21:44:06.180Z[ recovery-image] Aug 12 21:44:05.063 INFO O| Aug 12 21:44:05.063 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522025-08-12T21:44:06.197Z[ recovery-image] Aug 12 21:44:05.078 INFO O| Aug 12 21:44:05.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
51532025-08-12T21:44:06.197Z[ recovery-image] Aug 12 21:44:05.078 INFO O| Aug 12 21:44:05.078 INFO STEP 152 (remove_files) COMPLETE
51542025-08-12T21:44:06.197Z[ recovery-image] Aug 12 21:44:05.078 INFO O| Aug 12 21:44:05.078 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552025-08-12T21:44:06.217Z[ recovery-image] Aug 12 21:44:05.100 INFO O| Aug 12 21:44:05.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
51562025-08-12T21:44:06.218Z[ recovery-image] Aug 12 21:44:05.100 INFO O| Aug 12 21:44:05.100 INFO STEP 153 (remove_files) COMPLETE
51572025-08-12T21:44:06.221Z[ recovery-image] Aug 12 21:44:05.100 INFO O| Aug 12 21:44:05.100 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582025-08-12T21:44:06.246Z[ recovery-image] Aug 12 21:44:05.129 INFO O| Aug 12 21:44:05.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
51592025-08-12T21:44:06.246Z[ recovery-image] Aug 12 21:44:05.129 INFO O| Aug 12 21:44:05.129 INFO STEP 154 (remove_files) COMPLETE
51602025-08-12T21:44:06.250Z[ recovery-image] Aug 12 21:44:05.129 INFO O| Aug 12 21:44:05.129 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612025-08-12T21:44:06.261Z[ recovery-image] Aug 12 21:44:05.144 INFO O| Aug 12 21:44:05.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
51622025-08-12T21:44:06.261Z[ recovery-image] Aug 12 21:44:05.144 INFO O| Aug 12 21:44:05.144 INFO STEP 155 (remove_files) COMPLETE
51632025-08-12T21:44:06.261Z[ recovery-image] Aug 12 21:44:05.144 INFO O| Aug 12 21:44:05.144 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642025-08-12T21:44:06.275Z[ recovery-image] Aug 12 21:44:05.158 INFO O| Aug 12 21:44:05.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
51652025-08-12T21:44:06.275Z[ recovery-image] Aug 12 21:44:05.158 INFO O| Aug 12 21:44:05.158 INFO STEP 156 (remove_files) COMPLETE
51662025-08-12T21:44:06.279Z[ recovery-image] Aug 12 21:44:05.158 INFO O| Aug 12 21:44:05.158 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672025-08-12T21:44:06.290Z[ recovery-image] Aug 12 21:44:05.172 INFO O| Aug 12 21:44:05.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
51682025-08-12T21:44:06.290Z[ recovery-image] Aug 12 21:44:05.172 INFO O| Aug 12 21:44:05.172 INFO STEP 157 (remove_files) COMPLETE
51692025-08-12T21:44:06.293Z[ recovery-image] Aug 12 21:44:05.172 INFO O| Aug 12 21:44:05.172 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702025-08-12T21:44:06.303Z[ recovery-image] Aug 12 21:44:05.186 INFO O| Aug 12 21:44:05.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
51712025-08-12T21:44:06.307Z[ recovery-image] Aug 12 21:44:05.186 INFO O| Aug 12 21:44:05.186 INFO STEP 158 (remove_files) COMPLETE
51722025-08-12T21:44:06.307Z[ recovery-image] Aug 12 21:44:05.186 INFO O| Aug 12 21:44:05.186 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732025-08-12T21:44:06.317Z[ recovery-image] Aug 12 21:44:05.200 INFO O| Aug 12 21:44:05.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
51742025-08-12T21:44:06.317Z[ recovery-image] Aug 12 21:44:05.200 INFO O| Aug 12 21:44:05.200 INFO STEP 159 (remove_files) COMPLETE
51752025-08-12T21:44:06.317Z[ recovery-image] Aug 12 21:44:05.200 INFO O| Aug 12 21:44:05.200 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762025-08-12T21:44:06.332Z[ recovery-image] Aug 12 21:44:05.214 INFO O| Aug 12 21:44:05.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
51772025-08-12T21:44:06.332Z[ recovery-image] Aug 12 21:44:05.214 INFO O| Aug 12 21:44:05.214 INFO STEP 160 (remove_files) COMPLETE
51782025-08-12T21:44:06.335Z[ recovery-image] Aug 12 21:44:05.214 INFO O| Aug 12 21:44:05.214 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792025-08-12T21:44:06.346Z[ recovery-image] Aug 12 21:44:05.229 INFO O| Aug 12 21:44:05.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
51802025-08-12T21:44:06.346Z[ recovery-image] Aug 12 21:44:05.229 INFO O| Aug 12 21:44:05.229 INFO STEP 161 (remove_files) COMPLETE
51812025-08-12T21:44:06.346Z[ recovery-image] Aug 12 21:44:05.229 INFO O| Aug 12 21:44:05.229 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822025-08-12T21:44:06.361Z[ recovery-image] Aug 12 21:44:05.243 INFO O| Aug 12 21:44:05.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
51832025-08-12T21:44:06.364Z[ recovery-image] Aug 12 21:44:05.244 INFO O| Aug 12 21:44:05.244 INFO STEP 162 (remove_files) COMPLETE
51842025-08-12T21:44:06.364Z[ recovery-image] Aug 12 21:44:05.244 INFO O| Aug 12 21:44:05.244 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852025-08-12T21:44:06.377Z[ recovery-image] Aug 12 21:44:05.260 INFO O| Aug 12 21:44:05.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
51862025-08-12T21:44:06.377Z[ recovery-image] Aug 12 21:44:05.260 INFO O| Aug 12 21:44:05.260 INFO STEP 163 (remove_files) COMPLETE
51872025-08-12T21:44:06.377Z[ recovery-image] Aug 12 21:44:05.260 INFO O| Aug 12 21:44:05.260 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882025-08-12T21:44:06.390Z[ recovery-image] Aug 12 21:44:05.273 INFO O| Aug 12 21:44:05.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
51892025-08-12T21:44:06.390Z[ recovery-image] Aug 12 21:44:05.273 INFO O| Aug 12 21:44:05.273 INFO STEP 164 (remove_files) COMPLETE
51902025-08-12T21:44:06.394Z[ recovery-image] Aug 12 21:44:05.273 INFO O| Aug 12 21:44:05.273 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912025-08-12T21:44:06.404Z[ recovery-image] Aug 12 21:44:05.287 INFO O| Aug 12 21:44:05.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
51922025-08-12T21:44:06.404Z[ recovery-image] Aug 12 21:44:05.287 INFO O| Aug 12 21:44:05.287 INFO STEP 165 (remove_files) COMPLETE
51932025-08-12T21:44:06.404Z[ recovery-image] Aug 12 21:44:05.287 INFO O| Aug 12 21:44:05.287 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942025-08-12T21:44:06.418Z[ recovery-image] Aug 12 21:44:05.300 INFO O| Aug 12 21:44:05.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
51952025-08-12T21:44:06.418Z[ recovery-image] Aug 12 21:44:05.300 INFO O| Aug 12 21:44:05.300 INFO STEP 166 (remove_files) COMPLETE
51962025-08-12T21:44:06.418Z[ recovery-image] Aug 12 21:44:05.300 INFO O| Aug 12 21:44:05.300 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972025-08-12T21:44:06.432Z[ recovery-image] Aug 12 21:44:05.315 INFO O| Aug 12 21:44:05.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
51982025-08-12T21:44:06.432Z[ recovery-image] Aug 12 21:44:05.315 INFO O| Aug 12 21:44:05.315 INFO STEP 167 (remove_files) COMPLETE
51992025-08-12T21:44:06.432Z[ recovery-image] Aug 12 21:44:05.315 INFO O| Aug 12 21:44:05.315 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002025-08-12T21:44:06.447Z[ recovery-image] Aug 12 21:44:05.330 INFO O| Aug 12 21:44:05.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
52012025-08-12T21:44:06.447Z[ recovery-image] Aug 12 21:44:05.330 INFO O| Aug 12 21:44:05.330 INFO STEP 168 (remove_files) COMPLETE
52022025-08-12T21:44:06.451Z[ recovery-image] Aug 12 21:44:05.330 INFO O| Aug 12 21:44:05.330 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032025-08-12T21:44:06.461Z[ recovery-image] Aug 12 21:44:05.344 INFO O| Aug 12 21:44:05.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
52042025-08-12T21:44:06.461Z[ recovery-image] Aug 12 21:44:05.344 INFO O| Aug 12 21:44:05.344 INFO STEP 169 (remove_files) COMPLETE
52052025-08-12T21:44:06.461Z[ recovery-image] Aug 12 21:44:05.344 INFO O| Aug 12 21:44:05.344 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062025-08-12T21:44:06.477Z[ recovery-image] Aug 12 21:44:05.358 INFO O| Aug 12 21:44:05.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
52072025-08-12T21:44:06.477Z[ recovery-image] Aug 12 21:44:05.358 INFO O| Aug 12 21:44:05.358 INFO STEP 170 (remove_files) COMPLETE
52082025-08-12T21:44:06.477Z[ recovery-image] Aug 12 21:44:05.358 INFO O| Aug 12 21:44:05.358 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092025-08-12T21:44:06.490Z[ recovery-image] Aug 12 21:44:05.372 INFO O| Aug 12 21:44:05.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
52102025-08-12T21:44:06.490Z[ recovery-image] Aug 12 21:44:05.373 INFO O| Aug 12 21:44:05.372 INFO STEP 171 (remove_files) COMPLETE
52112025-08-12T21:44:06.494Z[ recovery-image] Aug 12 21:44:05.373 INFO O| Aug 12 21:44:05.373 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122025-08-12T21:44:06.505Z[ recovery-image] Aug 12 21:44:05.387 INFO O| Aug 12 21:44:05.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
52132025-08-12T21:44:06.505Z[ recovery-image] Aug 12 21:44:05.387 INFO O| Aug 12 21:44:05.387 INFO STEP 172 (remove_files) COMPLETE
52142025-08-12T21:44:06.505Z[ recovery-image] Aug 12 21:44:05.387 INFO O| Aug 12 21:44:05.387 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152025-08-12T21:44:06.518Z[ recovery-image] Aug 12 21:44:05.401 INFO O| Aug 12 21:44:05.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
52162025-08-12T21:44:06.518Z[ recovery-image] Aug 12 21:44:05.401 INFO O| Aug 12 21:44:05.401 INFO STEP 173 (remove_files) COMPLETE
52172025-08-12T21:44:06.519Z[ recovery-image] Aug 12 21:44:05.401 INFO O| Aug 12 21:44:05.401 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182025-08-12T21:44:06.532Z[ recovery-image] Aug 12 21:44:05.414 INFO O| Aug 12 21:44:05.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
52192025-08-12T21:44:06.535Z[ recovery-image] Aug 12 21:44:05.415 INFO O| Aug 12 21:44:05.415 INFO STEP 174 (remove_files) COMPLETE
52202025-08-12T21:44:06.535Z[ recovery-image] Aug 12 21:44:05.415 INFO O| Aug 12 21:44:05.415 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212025-08-12T21:44:06.545Z[ recovery-image] Aug 12 21:44:05.428 INFO O| Aug 12 21:44:05.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
52222025-08-12T21:44:06.545Z[ recovery-image] Aug 12 21:44:05.428 INFO O| Aug 12 21:44:05.428 INFO STEP 175 (remove_files) COMPLETE
52232025-08-12T21:44:06.549Z[ recovery-image] Aug 12 21:44:05.428 INFO O| Aug 12 21:44:05.428 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242025-08-12T21:44:06.559Z[ recovery-image] Aug 12 21:44:05.442 INFO O| Aug 12 21:44:05.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
52252025-08-12T21:44:06.559Z[ recovery-image] Aug 12 21:44:05.442 INFO O| Aug 12 21:44:05.442 INFO STEP 176 (remove_files) COMPLETE
52262025-08-12T21:44:06.559Z[ recovery-image] Aug 12 21:44:05.442 INFO O| Aug 12 21:44:05.442 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272025-08-12T21:44:06.573Z[ recovery-image] Aug 12 21:44:05.455 INFO O| Aug 12 21:44:05.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
52282025-08-12T21:44:06.573Z[ recovery-image] Aug 12 21:44:05.455 INFO O| Aug 12 21:44:05.455 INFO STEP 177 (remove_files) COMPLETE
52292025-08-12T21:44:06.573Z[ recovery-image] Aug 12 21:44:05.455 INFO O| Aug 12 21:44:05.455 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302025-08-12T21:44:06.586Z[ recovery-image] Aug 12 21:44:05.469 INFO O| Aug 12 21:44:05.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
52312025-08-12T21:44:06.586Z[ recovery-image] Aug 12 21:44:05.469 INFO O| Aug 12 21:44:05.469 INFO STEP 178 (remove_files) COMPLETE
52322025-08-12T21:44:06.590Z[ recovery-image] Aug 12 21:44:05.469 INFO O| Aug 12 21:44:05.469 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332025-08-12T21:44:06.600Z[ recovery-image] Aug 12 21:44:05.483 INFO O| Aug 12 21:44:05.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
52342025-08-12T21:44:06.600Z[ recovery-image] Aug 12 21:44:05.483 INFO O| Aug 12 21:44:05.483 INFO STEP 179 (remove_files) COMPLETE
52352025-08-12T21:44:06.604Z[ recovery-image] Aug 12 21:44:05.483 INFO O| Aug 12 21:44:05.483 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362025-08-12T21:44:06.613Z[ recovery-image] Aug 12 21:44:05.496 INFO O| Aug 12 21:44:05.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
52372025-08-12T21:44:06.613Z[ recovery-image] Aug 12 21:44:05.496 INFO O| Aug 12 21:44:05.496 INFO STEP 180 (remove_files) COMPLETE
52382025-08-12T21:44:06.617Z[ recovery-image] Aug 12 21:44:05.496 INFO O| Aug 12 21:44:05.496 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392025-08-12T21:44:06.626Z[ recovery-image] Aug 12 21:44:05.509 INFO O| Aug 12 21:44:05.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
52402025-08-12T21:44:06.626Z[ recovery-image] Aug 12 21:44:05.509 INFO O| Aug 12 21:44:05.509 INFO STEP 181 (remove_files) COMPLETE
52412025-08-12T21:44:06.631Z[ recovery-image] Aug 12 21:44:05.509 INFO O| Aug 12 21:44:05.509 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422025-08-12T21:44:06.639Z[ recovery-image] Aug 12 21:44:05.521 INFO O| Aug 12 21:44:05.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
52432025-08-12T21:44:06.639Z[ recovery-image] Aug 12 21:44:05.522 INFO O| Aug 12 21:44:05.522 INFO STEP 182 (remove_files) COMPLETE
52442025-08-12T21:44:06.643Z[ recovery-image] Aug 12 21:44:05.522 INFO O| Aug 12 21:44:05.522 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452025-08-12T21:44:06.651Z[ recovery-image] Aug 12 21:44:05.534 INFO O| Aug 12 21:44:05.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
52462025-08-12T21:44:06.652Z[ recovery-image] Aug 12 21:44:05.534 INFO O| Aug 12 21:44:05.534 INFO STEP 183 (remove_files) COMPLETE
52472025-08-12T21:44:06.652Z[ recovery-image] Aug 12 21:44:05.534 INFO O| Aug 12 21:44:05.534 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482025-08-12T21:44:06.664Z[ recovery-image] Aug 12 21:44:05.546 INFO O| Aug 12 21:44:05.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
52492025-08-12T21:44:06.664Z[ recovery-image] Aug 12 21:44:05.547 INFO O| Aug 12 21:44:05.547 INFO STEP 184 (remove_files) COMPLETE
52502025-08-12T21:44:06.664Z[ recovery-image] Aug 12 21:44:05.547 INFO O| Aug 12 21:44:05.547 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512025-08-12T21:44:06.676Z[ recovery-image] Aug 12 21:44:05.559 INFO O| Aug 12 21:44:05.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
52522025-08-12T21:44:06.676Z[ recovery-image] Aug 12 21:44:05.559 INFO O| Aug 12 21:44:05.559 INFO STEP 185 (remove_files) COMPLETE
52532025-08-12T21:44:06.676Z[ recovery-image] Aug 12 21:44:05.559 INFO O| Aug 12 21:44:05.559 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542025-08-12T21:44:06.690Z[ recovery-image] Aug 12 21:44:05.572 INFO O| Aug 12 21:44:05.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
52552025-08-12T21:44:06.690Z[ recovery-image] Aug 12 21:44:05.572 INFO O| Aug 12 21:44:05.572 INFO STEP 186 (remove_files) COMPLETE
52562025-08-12T21:44:06.690Z[ recovery-image] Aug 12 21:44:05.572 INFO O| Aug 12 21:44:05.572 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572025-08-12T21:44:06.704Z[ recovery-image] Aug 12 21:44:05.587 INFO O| Aug 12 21:44:05.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
52582025-08-12T21:44:06.704Z[ recovery-image] Aug 12 21:44:05.587 INFO O| Aug 12 21:44:05.587 INFO STEP 187 (remove_files) COMPLETE
52592025-08-12T21:44:06.708Z[ recovery-image] Aug 12 21:44:05.587 INFO O| Aug 12 21:44:05.587 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602025-08-12T21:44:06.719Z[ recovery-image] Aug 12 21:44:05.601 INFO O| Aug 12 21:44:05.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
52612025-08-12T21:44:06.719Z[ recovery-image] Aug 12 21:44:05.601 INFO O| Aug 12 21:44:05.601 INFO STEP 188 (remove_files) COMPLETE
52622025-08-12T21:44:06.722Z[ recovery-image] Aug 12 21:44:05.601 INFO O| Aug 12 21:44:05.601 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632025-08-12T21:44:06.732Z[ recovery-image] Aug 12 21:44:05.614 INFO O| Aug 12 21:44:05.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
52642025-08-12T21:44:06.732Z[ recovery-image] Aug 12 21:44:05.614 INFO O| Aug 12 21:44:05.614 INFO STEP 189 (remove_files) COMPLETE
52652025-08-12T21:44:06.735Z[ recovery-image] Aug 12 21:44:05.614 INFO O| Aug 12 21:44:05.614 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662025-08-12T21:44:06.746Z[ recovery-image] Aug 12 21:44:05.628 INFO O| Aug 12 21:44:05.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
52672025-08-12T21:44:06.746Z[ recovery-image] Aug 12 21:44:05.629 INFO O| Aug 12 21:44:05.629 INFO STEP 190 (remove_files) COMPLETE
52682025-08-12T21:44:06.746Z[ recovery-image] Aug 12 21:44:05.629 INFO O| Aug 12 21:44:05.629 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692025-08-12T21:44:06.760Z[ recovery-image] Aug 12 21:44:05.643 INFO O| Aug 12 21:44:05.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
52702025-08-12T21:44:06.761Z[ recovery-image] Aug 12 21:44:05.643 INFO O| Aug 12 21:44:05.643 INFO STEP 191 (remove_files) COMPLETE
52712025-08-12T21:44:06.761Z[ recovery-image] Aug 12 21:44:05.643 INFO O| Aug 12 21:44:05.643 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722025-08-12T21:44:06.775Z[ recovery-image] Aug 12 21:44:05.657 INFO O| Aug 12 21:44:05.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
52732025-08-12T21:44:06.775Z[ recovery-image] Aug 12 21:44:05.657 INFO O| Aug 12 21:44:05.657 INFO STEP 192 (remove_files) COMPLETE
52742025-08-12T21:44:06.775Z[ recovery-image] Aug 12 21:44:05.657 INFO O| Aug 12 21:44:05.657 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752025-08-12T21:44:06.788Z[ recovery-image] Aug 12 21:44:05.670 INFO O| Aug 12 21:44:05.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
52762025-08-12T21:44:06.788Z[ recovery-image] Aug 12 21:44:05.671 INFO O| Aug 12 21:44:05.671 INFO STEP 193 (remove_files) COMPLETE
52772025-08-12T21:44:06.792Z[ recovery-image] Aug 12 21:44:05.671 INFO O| Aug 12 21:44:05.671 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782025-08-12T21:44:06.802Z[ recovery-image] Aug 12 21:44:05.684 INFO O| Aug 12 21:44:05.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
52792025-08-12T21:44:06.802Z[ recovery-image] Aug 12 21:44:05.684 INFO O| Aug 12 21:44:05.684 INFO STEP 194 (remove_files) COMPLETE
52802025-08-12T21:44:06.802Z[ recovery-image] Aug 12 21:44:05.684 INFO O| Aug 12 21:44:05.684 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812025-08-12T21:44:06.815Z[ recovery-image] Aug 12 21:44:05.698 INFO O| Aug 12 21:44:05.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
52822025-08-12T21:44:06.815Z[ recovery-image] Aug 12 21:44:05.698 INFO O| Aug 12 21:44:05.698 INFO STEP 195 (remove_files) COMPLETE
52832025-08-12T21:44:06.818Z[ recovery-image] Aug 12 21:44:05.698 INFO O| Aug 12 21:44:05.698 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842025-08-12T21:44:06.828Z[ recovery-image] Aug 12 21:44:05.710 INFO O| Aug 12 21:44:05.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
52852025-08-12T21:44:06.831Z[ recovery-image] Aug 12 21:44:05.711 INFO O| Aug 12 21:44:05.710 INFO STEP 196 (remove_files) COMPLETE
52862025-08-12T21:44:06.831Z[ recovery-image] Aug 12 21:44:05.711 INFO O| Aug 12 21:44:05.710 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872025-08-12T21:44:06.841Z[ recovery-image] Aug 12 21:44:05.723 INFO O| Aug 12 21:44:05.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
52882025-08-12T21:44:06.841Z[ recovery-image] Aug 12 21:44:05.723 INFO O| Aug 12 21:44:05.723 INFO STEP 197 (remove_files) COMPLETE
52892025-08-12T21:44:06.841Z[ recovery-image] Aug 12 21:44:05.723 INFO O| Aug 12 21:44:05.723 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902025-08-12T21:44:06.853Z[ recovery-image] Aug 12 21:44:05.736 INFO O| Aug 12 21:44:05.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
52912025-08-12T21:44:06.854Z[ recovery-image] Aug 12 21:44:05.736 INFO O| Aug 12 21:44:05.736 INFO STEP 198 (remove_files) COMPLETE
52922025-08-12T21:44:06.854Z[ recovery-image] Aug 12 21:44:05.736 INFO O| Aug 12 21:44:05.736 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932025-08-12T21:44:06.867Z[ recovery-image] Aug 12 21:44:05.749 INFO O| Aug 12 21:44:05.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
52942025-08-12T21:44:06.867Z[ recovery-image] Aug 12 21:44:05.750 INFO O| Aug 12 21:44:05.750 INFO STEP 199 (remove_files) COMPLETE
52952025-08-12T21:44:06.867Z[ recovery-image] Aug 12 21:44:05.750 INFO O| Aug 12 21:44:05.750 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962025-08-12T21:44:06.880Z[ recovery-image] Aug 12 21:44:05.763 INFO O| Aug 12 21:44:05.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
52972025-08-12T21:44:06.880Z[ recovery-image] Aug 12 21:44:05.763 INFO O| Aug 12 21:44:05.763 INFO STEP 200 (remove_files) COMPLETE
52982025-08-12T21:44:06.884Z[ recovery-image] Aug 12 21:44:05.763 INFO O| Aug 12 21:44:05.763 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992025-08-12T21:44:06.894Z[ recovery-image] Aug 12 21:44:05.777 INFO O| Aug 12 21:44:05.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
53002025-08-12T21:44:06.894Z[ recovery-image] Aug 12 21:44:05.777 INFO O| Aug 12 21:44:05.777 INFO STEP 201 (remove_files) COMPLETE
53012025-08-12T21:44:06.898Z[ recovery-image] Aug 12 21:44:05.777 INFO O| Aug 12 21:44:05.777 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022025-08-12T21:44:06.908Z[ recovery-image] Aug 12 21:44:05.790 INFO O| Aug 12 21:44:05.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
53032025-08-12T21:44:06.908Z[ recovery-image] Aug 12 21:44:05.791 INFO O| Aug 12 21:44:05.791 INFO STEP 202 (remove_files) COMPLETE
53042025-08-12T21:44:06.911Z[ recovery-image] Aug 12 21:44:05.791 INFO O| Aug 12 21:44:05.791 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052025-08-12T21:44:06.923Z[ recovery-image] Aug 12 21:44:05.806 INFO O| Aug 12 21:44:05.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
53062025-08-12T21:44:06.923Z[ recovery-image] Aug 12 21:44:05.806 INFO O| Aug 12 21:44:05.806 INFO STEP 203 (remove_files) COMPLETE
53072025-08-12T21:44:06.927Z[ recovery-image] Aug 12 21:44:05.806 INFO O| Aug 12 21:44:05.806 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082025-08-12T21:44:06.937Z[ recovery-image] Aug 12 21:44:05.820 INFO O| Aug 12 21:44:05.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
53092025-08-12T21:44:06.937Z[ recovery-image] Aug 12 21:44:05.820 INFO O| Aug 12 21:44:05.820 INFO STEP 204 (remove_files) COMPLETE
53102025-08-12T21:44:06.937Z[ recovery-image] Aug 12 21:44:05.820 INFO O| Aug 12 21:44:05.820 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112025-08-12T21:44:06.951Z[ recovery-image] Aug 12 21:44:05.833 INFO O| Aug 12 21:44:05.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
53122025-08-12T21:44:06.951Z[ recovery-image] Aug 12 21:44:05.833 INFO O| Aug 12 21:44:05.833 INFO STEP 205 (remove_files) COMPLETE
53132025-08-12T21:44:06.955Z[ recovery-image] Aug 12 21:44:05.833 INFO O| Aug 12 21:44:05.833 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142025-08-12T21:44:06.964Z[ recovery-image] Aug 12 21:44:05.847 INFO O| Aug 12 21:44:05.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
53152025-08-12T21:44:06.964Z[ recovery-image] Aug 12 21:44:05.847 INFO O| Aug 12 21:44:05.847 INFO STEP 206 (remove_files) COMPLETE
53162025-08-12T21:44:06.968Z[ recovery-image] Aug 12 21:44:05.847 INFO O| Aug 12 21:44:05.847 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172025-08-12T21:44:06.978Z[ recovery-image] Aug 12 21:44:05.860 INFO O| Aug 12 21:44:05.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
53182025-08-12T21:44:06.978Z[ recovery-image] Aug 12 21:44:05.860 INFO O| Aug 12 21:44:05.860 INFO STEP 207 (remove_files) COMPLETE
53192025-08-12T21:44:06.981Z[ recovery-image] Aug 12 21:44:05.860 INFO O| Aug 12 21:44:05.860 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202025-08-12T21:44:06.998Z[ recovery-image] Aug 12 21:44:05.881 INFO O| Aug 12 21:44:05.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
53212025-08-12T21:44:06.998Z[ recovery-image] Aug 12 21:44:05.881 INFO O| Aug 12 21:44:05.881 INFO STEP 208 (remove_files) COMPLETE
53222025-08-12T21:44:07.002Z[ recovery-image] Aug 12 21:44:05.881 INFO O| Aug 12 21:44:05.881 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232025-08-12T21:44:07.013Z[ recovery-image] Aug 12 21:44:05.895 INFO O| Aug 12 21:44:05.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
53242025-08-12T21:44:07.013Z[ recovery-image] Aug 12 21:44:05.895 INFO O| Aug 12 21:44:05.895 INFO STEP 209 (remove_files) COMPLETE
53252025-08-12T21:44:07.017Z[ recovery-image] Aug 12 21:44:05.895 INFO O| Aug 12 21:44:05.895 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262025-08-12T21:44:07.027Z[ recovery-image] Aug 12 21:44:05.909 INFO O| Aug 12 21:44:05.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
53272025-08-12T21:44:07.027Z[ recovery-image] Aug 12 21:44:05.910 INFO O| Aug 12 21:44:05.910 INFO STEP 210 (remove_files) COMPLETE
53282025-08-12T21:44:07.027Z[ recovery-image] Aug 12 21:44:05.910 INFO O| Aug 12 21:44:05.910 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292025-08-12T21:44:07.041Z[ recovery-image] Aug 12 21:44:05.923 INFO O| Aug 12 21:44:05.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
53302025-08-12T21:44:07.041Z[ recovery-image] Aug 12 21:44:05.923 INFO O| Aug 12 21:44:05.923 INFO STEP 211 (remove_files) COMPLETE
53312025-08-12T21:44:07.044Z[ recovery-image] Aug 12 21:44:05.923 INFO O| Aug 12 21:44:05.923 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322025-08-12T21:44:07.055Z[ recovery-image] Aug 12 21:44:05.937 INFO O| Aug 12 21:44:05.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
53332025-08-12T21:44:07.055Z[ recovery-image] Aug 12 21:44:05.937 INFO O| Aug 12 21:44:05.937 INFO STEP 212 (remove_files) COMPLETE
53342025-08-12T21:44:07.055Z[ recovery-image] Aug 12 21:44:05.937 INFO O| Aug 12 21:44:05.937 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352025-08-12T21:44:07.109Z[ recovery-image] Aug 12 21:44:05.991 INFO O| Aug 12 21:44:05.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
53362025-08-12T21:44:07.112Z[ recovery-image] Aug 12 21:44:05.991 INFO O| Aug 12 21:44:05.991 INFO STEP 213 (remove_files) COMPLETE
53372025-08-12T21:44:07.112Z[ recovery-image] Aug 12 21:44:05.991 INFO O| Aug 12 21:44:05.991 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382025-08-12T21:44:07.123Z[ recovery-image] Aug 12 21:44:06.005 INFO O| Aug 12 21:44:06.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
53392025-08-12T21:44:07.123Z[ recovery-image] Aug 12 21:44:06.005 INFO O| Aug 12 21:44:06.005 INFO STEP 214 (remove_files) COMPLETE
53402025-08-12T21:44:07.126Z[ recovery-image] Aug 12 21:44:06.005 INFO O| Aug 12 21:44:06.005 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412025-08-12T21:44:07.137Z[ recovery-image] Aug 12 21:44:06.019 INFO O| Aug 12 21:44:06.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
53422025-08-12T21:44:07.137Z[ recovery-image] Aug 12 21:44:06.019 INFO O| Aug 12 21:44:06.019 INFO STEP 215 (remove_files) COMPLETE
53432025-08-12T21:44:07.137Z[ recovery-image] Aug 12 21:44:06.019 INFO O| Aug 12 21:44:06.019 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442025-08-12T21:44:07.151Z[ recovery-image] Aug 12 21:44:06.033 INFO O| Aug 12 21:44:06.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
53452025-08-12T21:44:07.151Z[ recovery-image] Aug 12 21:44:06.033 INFO O| Aug 12 21:44:06.033 INFO STEP 216 (remove_files) COMPLETE
53462025-08-12T21:44:07.151Z[ recovery-image] Aug 12 21:44:06.033 INFO O| Aug 12 21:44:06.033 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472025-08-12T21:44:07.164Z[ recovery-image] Aug 12 21:44:06.047 INFO O| Aug 12 21:44:06.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
53482025-08-12T21:44:07.164Z[ recovery-image] Aug 12 21:44:06.047 INFO O| Aug 12 21:44:06.047 INFO STEP 217 (remove_files) COMPLETE
53492025-08-12T21:44:07.164Z[ recovery-image] Aug 12 21:44:06.047 INFO O| Aug 12 21:44:06.047 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502025-08-12T21:44:07.178Z[ recovery-image] Aug 12 21:44:06.061 INFO O| Aug 12 21:44:06.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
53512025-08-12T21:44:07.178Z[ recovery-image] Aug 12 21:44:06.061 INFO O| Aug 12 21:44:06.061 INFO STEP 218 (remove_files) COMPLETE
53522025-08-12T21:44:07.179Z[ recovery-image] Aug 12 21:44:06.061 INFO O| Aug 12 21:44:06.061 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532025-08-12T21:44:07.193Z[ recovery-image] Aug 12 21:44:06.076 INFO O| Aug 12 21:44:06.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
53542025-08-12T21:44:07.193Z[ recovery-image] Aug 12 21:44:06.076 INFO O| Aug 12 21:44:06.076 INFO STEP 219 (remove_files) COMPLETE
53552025-08-12T21:44:07.193Z[ recovery-image] Aug 12 21:44:06.076 INFO O| Aug 12 21:44:06.076 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562025-08-12T21:44:07.207Z[ recovery-image] Aug 12 21:44:06.089 INFO O| Aug 12 21:44:06.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
53572025-08-12T21:44:07.222Z[ recovery-image] Aug 12 21:44:06.104 INFO O| Aug 12 21:44:06.104 INFO STEP 220 (remove_files) COMPLETE
53582025-08-12T21:44:07.222Z[ recovery-image] Aug 12 21:44:06.104 INFO O| Aug 12 21:44:06.104 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592025-08-12T21:44:07.250Z[ recovery-image] Aug 12 21:44:06.132 INFO O| Aug 12 21:44:06.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
53602025-08-12T21:44:07.250Z[ recovery-image] Aug 12 21:44:06.133 INFO O| Aug 12 21:44:06.133 INFO STEP 221 (remove_files) COMPLETE
53612025-08-12T21:44:07.254Z[ recovery-image] Aug 12 21:44:06.133 INFO O| Aug 12 21:44:06.133 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622025-08-12T21:44:07.266Z[ recovery-image] Aug 12 21:44:06.148 INFO O| Aug 12 21:44:06.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
53632025-08-12T21:44:07.266Z[ recovery-image] Aug 12 21:44:06.148 INFO O| Aug 12 21:44:06.148 INFO STEP 222 (remove_files) COMPLETE
53642025-08-12T21:44:07.269Z[ recovery-image] Aug 12 21:44:06.148 INFO O| Aug 12 21:44:06.148 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652025-08-12T21:44:07.283Z[ recovery-image] Aug 12 21:44:06.165 INFO O| Aug 12 21:44:06.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
53662025-08-12T21:44:07.283Z[ recovery-image] Aug 12 21:44:06.165 INFO O| Aug 12 21:44:06.165 INFO STEP 223 (remove_files) COMPLETE
53672025-08-12T21:44:07.283Z[ recovery-image] Aug 12 21:44:06.165 INFO O| Aug 12 21:44:06.165 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682025-08-12T21:44:07.299Z[ recovery-image] Aug 12 21:44:06.182 INFO O| Aug 12 21:44:06.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
53692025-08-12T21:44:07.299Z[ recovery-image] Aug 12 21:44:06.182 INFO O| Aug 12 21:44:06.182 INFO STEP 224 (remove_files) COMPLETE
53702025-08-12T21:44:07.303Z[ recovery-image] Aug 12 21:44:06.182 INFO O| Aug 12 21:44:06.182 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712025-08-12T21:44:07.315Z[ recovery-image] Aug 12 21:44:06.197 INFO O| Aug 12 21:44:06.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
53722025-08-12T21:44:07.315Z[ recovery-image] Aug 12 21:44:06.197 INFO O| Aug 12 21:44:06.197 INFO STEP 225 (remove_files) COMPLETE
53732025-08-12T21:44:07.315Z[ recovery-image] Aug 12 21:44:06.197 INFO O| Aug 12 21:44:06.197 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742025-08-12T21:44:07.331Z[ recovery-image] Aug 12 21:44:06.213 INFO O| Aug 12 21:44:06.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
53752025-08-12T21:44:07.331Z[ recovery-image] Aug 12 21:44:06.213 INFO O| Aug 12 21:44:06.213 INFO STEP 226 (remove_files) COMPLETE
53762025-08-12T21:44:07.334Z[ recovery-image] Aug 12 21:44:06.213 INFO O| Aug 12 21:44:06.213 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772025-08-12T21:44:07.345Z[ recovery-image] Aug 12 21:44:06.228 INFO O| Aug 12 21:44:06.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
53782025-08-12T21:44:07.345Z[ recovery-image] Aug 12 21:44:06.228 INFO O| Aug 12 21:44:06.228 INFO STEP 227 (remove_files) COMPLETE
53792025-08-12T21:44:07.345Z[ recovery-image] Aug 12 21:44:06.228 INFO O| Aug 12 21:44:06.228 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802025-08-12T21:44:07.361Z[ recovery-image] Aug 12 21:44:06.243 INFO O| Aug 12 21:44:06.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
53812025-08-12T21:44:07.361Z[ recovery-image] Aug 12 21:44:06.243 INFO O| Aug 12 21:44:06.243 INFO STEP 228 (remove_files) COMPLETE
53822025-08-12T21:44:07.364Z[ recovery-image] Aug 12 21:44:06.243 INFO O| Aug 12 21:44:06.243 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832025-08-12T21:44:07.376Z[ recovery-image] Aug 12 21:44:06.258 INFO O| Aug 12 21:44:06.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
53842025-08-12T21:44:07.376Z[ recovery-image] Aug 12 21:44:06.259 INFO O| Aug 12 21:44:06.258 INFO STEP 229 (remove_files) COMPLETE
53852025-08-12T21:44:07.376Z[ recovery-image] Aug 12 21:44:06.259 INFO O| Aug 12 21:44:06.258 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862025-08-12T21:44:07.391Z[ recovery-image] Aug 12 21:44:06.273 INFO O| Aug 12 21:44:06.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
53872025-08-12T21:44:07.391Z[ recovery-image] Aug 12 21:44:06.273 INFO O| Aug 12 21:44:06.273 INFO STEP 230 (remove_files) COMPLETE
53882025-08-12T21:44:07.391Z[ recovery-image] Aug 12 21:44:06.273 INFO O| Aug 12 21:44:06.273 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892025-08-12T21:44:07.405Z[ recovery-image] Aug 12 21:44:06.287 INFO O| Aug 12 21:44:06.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
53902025-08-12T21:44:07.408Z[ recovery-image] Aug 12 21:44:06.287 INFO O| Aug 12 21:44:06.287 INFO STEP 231 (remove_files) COMPLETE
53912025-08-12T21:44:07.408Z[ recovery-image] Aug 12 21:44:06.287 INFO O| Aug 12 21:44:06.287 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922025-08-12T21:44:07.418Z[ recovery-image] Aug 12 21:44:06.301 INFO O| Aug 12 21:44:06.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
53932025-08-12T21:44:07.418Z[ recovery-image] Aug 12 21:44:06.301 INFO O| Aug 12 21:44:06.301 INFO STEP 232 (remove_files) COMPLETE
53942025-08-12T21:44:07.418Z[ recovery-image] Aug 12 21:44:06.301 INFO O| Aug 12 21:44:06.301 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952025-08-12T21:44:07.432Z[ recovery-image] Aug 12 21:44:06.315 INFO O| Aug 12 21:44:06.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
53962025-08-12T21:44:07.436Z[ recovery-image] Aug 12 21:44:06.315 INFO O| Aug 12 21:44:06.315 INFO STEP 233 (remove_files) COMPLETE
53972025-08-12T21:44:07.436Z[ recovery-image] Aug 12 21:44:06.315 INFO O| Aug 12 21:44:06.315 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982025-08-12T21:44:07.447Z[ recovery-image] Aug 12 21:44:06.330 INFO O| Aug 12 21:44:06.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
53992025-08-12T21:44:07.448Z[ recovery-image] Aug 12 21:44:06.330 INFO O| Aug 12 21:44:06.330 INFO STEP 234 (remove_files) COMPLETE
54002025-08-12T21:44:07.448Z[ recovery-image] Aug 12 21:44:06.330 INFO O| Aug 12 21:44:06.330 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012025-08-12T21:44:07.464Z[ recovery-image] Aug 12 21:44:06.346 INFO O| Aug 12 21:44:06.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
54022025-08-12T21:44:07.464Z[ recovery-image] Aug 12 21:44:06.346 INFO O| Aug 12 21:44:06.346 INFO STEP 235 (remove_files) COMPLETE
54032025-08-12T21:44:07.464Z[ recovery-image] Aug 12 21:44:06.346 INFO O| Aug 12 21:44:06.346 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042025-08-12T21:44:07.478Z[ recovery-image] Aug 12 21:44:06.361 INFO O| Aug 12 21:44:06.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
54052025-08-12T21:44:07.478Z[ recovery-image] Aug 12 21:44:06.361 INFO O| Aug 12 21:44:06.361 INFO STEP 236 (remove_files) COMPLETE
54062025-08-12T21:44:07.482Z[ recovery-image] Aug 12 21:44:06.361 INFO O| Aug 12 21:44:06.361 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072025-08-12T21:44:07.492Z[ recovery-image] Aug 12 21:44:06.374 INFO O| Aug 12 21:44:06.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
54082025-08-12T21:44:07.492Z[ recovery-image] Aug 12 21:44:06.374 INFO O| Aug 12 21:44:06.374 INFO STEP 237 (remove_files) COMPLETE
54092025-08-12T21:44:07.495Z[ recovery-image] Aug 12 21:44:06.374 INFO O| Aug 12 21:44:06.374 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102025-08-12T21:44:07.506Z[ recovery-image] Aug 12 21:44:06.388 INFO O| Aug 12 21:44:06.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
54112025-08-12T21:44:07.506Z[ recovery-image] Aug 12 21:44:06.388 INFO O| Aug 12 21:44:06.388 INFO STEP 238 (remove_files) COMPLETE
54122025-08-12T21:44:07.506Z[ recovery-image] Aug 12 21:44:06.388 INFO O| Aug 12 21:44:06.388 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132025-08-12T21:44:07.520Z[ recovery-image] Aug 12 21:44:06.402 INFO O| Aug 12 21:44:06.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
54142025-08-12T21:44:07.520Z[ recovery-image] Aug 12 21:44:06.403 INFO O| Aug 12 21:44:06.402 INFO STEP 239 (remove_files) COMPLETE
54152025-08-12T21:44:07.520Z[ recovery-image] Aug 12 21:44:06.403 INFO O| Aug 12 21:44:06.403 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162025-08-12T21:44:07.534Z[ recovery-image] Aug 12 21:44:06.417 INFO O| Aug 12 21:44:06.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
54172025-08-12T21:44:07.534Z[ recovery-image] Aug 12 21:44:06.417 INFO O| Aug 12 21:44:06.417 INFO STEP 240 (remove_files) COMPLETE
54182025-08-12T21:44:07.538Z[ recovery-image] Aug 12 21:44:06.417 INFO O| Aug 12 21:44:06.417 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192025-08-12T21:44:07.548Z[ recovery-image] Aug 12 21:44:06.430 INFO O| Aug 12 21:44:06.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
54202025-08-12T21:44:07.548Z[ recovery-image] Aug 12 21:44:06.430 INFO O| Aug 12 21:44:06.430 INFO STEP 241 (remove_files) COMPLETE
54212025-08-12T21:44:07.548Z[ recovery-image] Aug 12 21:44:06.430 INFO O| Aug 12 21:44:06.430 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222025-08-12T21:44:07.562Z[ recovery-image] Aug 12 21:44:06.444 INFO O| Aug 12 21:44:06.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
54232025-08-12T21:44:07.562Z[ recovery-image] Aug 12 21:44:06.444 INFO O| Aug 12 21:44:06.444 INFO STEP 242 (remove_files) COMPLETE
54242025-08-12T21:44:07.565Z[ recovery-image] Aug 12 21:44:06.444 INFO O| Aug 12 21:44:06.444 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252025-08-12T21:44:07.575Z[ recovery-image] Aug 12 21:44:06.457 INFO O| Aug 12 21:44:06.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
54262025-08-12T21:44:07.575Z[ recovery-image] Aug 12 21:44:06.458 INFO O| Aug 12 21:44:06.458 INFO STEP 243 (remove_files) COMPLETE
54272025-08-12T21:44:07.575Z[ recovery-image] Aug 12 21:44:06.458 INFO O| Aug 12 21:44:06.458 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282025-08-12T21:44:07.588Z[ recovery-image] Aug 12 21:44:06.470 INFO O| Aug 12 21:44:06.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
54292025-08-12T21:44:07.588Z[ recovery-image] Aug 12 21:44:06.470 INFO O| Aug 12 21:44:06.470 INFO STEP 244 (remove_files) COMPLETE
54302025-08-12T21:44:07.591Z[ recovery-image] Aug 12 21:44:06.470 INFO O| Aug 12 21:44:06.470 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312025-08-12T21:44:07.601Z[ recovery-image] Aug 12 21:44:06.484 INFO O| Aug 12 21:44:06.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
54322025-08-12T21:44:07.601Z[ recovery-image] Aug 12 21:44:06.484 INFO O| Aug 12 21:44:06.484 INFO STEP 245 (remove_files) COMPLETE
54332025-08-12T21:44:07.601Z[ recovery-image] Aug 12 21:44:06.484 INFO O| Aug 12 21:44:06.484 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342025-08-12T21:44:07.615Z[ recovery-image] Aug 12 21:44:06.497 INFO O| Aug 12 21:44:06.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
54352025-08-12T21:44:07.615Z[ recovery-image] Aug 12 21:44:06.497 INFO O| Aug 12 21:44:06.497 INFO STEP 246 (remove_files) COMPLETE
54362025-08-12T21:44:07.615Z[ recovery-image] Aug 12 21:44:06.497 INFO O| Aug 12 21:44:06.497 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372025-08-12T21:44:07.628Z[ recovery-image] Aug 12 21:44:06.510 INFO O| Aug 12 21:44:06.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
54382025-08-12T21:44:07.628Z[ recovery-image] Aug 12 21:44:06.510 INFO O| Aug 12 21:44:06.510 INFO STEP 247 (remove_files) COMPLETE
54392025-08-12T21:44:07.628Z[ recovery-image] Aug 12 21:44:06.510 INFO O| Aug 12 21:44:06.510 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402025-08-12T21:44:07.640Z[ recovery-image] Aug 12 21:44:06.523 INFO O| Aug 12 21:44:06.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
54412025-08-12T21:44:07.640Z[ recovery-image] Aug 12 21:44:06.523 INFO O| Aug 12 21:44:06.523 INFO STEP 248 (remove_files) COMPLETE
54422025-08-12T21:44:07.644Z[ recovery-image] Aug 12 21:44:06.523 INFO O| Aug 12 21:44:06.523 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432025-08-12T21:44:07.653Z[ recovery-image] Aug 12 21:44:06.536 INFO O| Aug 12 21:44:06.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
54442025-08-12T21:44:07.653Z[ recovery-image] Aug 12 21:44:06.536 INFO O| Aug 12 21:44:06.536 INFO STEP 249 (remove_files) COMPLETE
54452025-08-12T21:44:07.657Z[ recovery-image] Aug 12 21:44:06.536 INFO O| Aug 12 21:44:06.536 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462025-08-12T21:44:07.666Z[ recovery-image] Aug 12 21:44:06.548 INFO O| Aug 12 21:44:06.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
54472025-08-12T21:44:07.666Z[ recovery-image] Aug 12 21:44:06.549 INFO O| Aug 12 21:44:06.548 INFO STEP 250 (remove_files) COMPLETE
54482025-08-12T21:44:07.666Z[ recovery-image] Aug 12 21:44:06.549 INFO O| Aug 12 21:44:06.549 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492025-08-12T21:44:07.679Z[ recovery-image] Aug 12 21:44:06.561 INFO O| Aug 12 21:44:06.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
54502025-08-12T21:44:07.679Z[ recovery-image] Aug 12 21:44:06.561 INFO O| Aug 12 21:44:06.561 INFO STEP 251 (remove_files) COMPLETE
54512025-08-12T21:44:07.683Z[ recovery-image] Aug 12 21:44:06.561 INFO O| Aug 12 21:44:06.561 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522025-08-12T21:44:07.692Z[ recovery-image] Aug 12 21:44:06.574 INFO O| Aug 12 21:44:06.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
54532025-08-12T21:44:07.692Z[ recovery-image] Aug 12 21:44:06.575 INFO O| Aug 12 21:44:06.574 INFO STEP 252 (remove_files) COMPLETE
54542025-08-12T21:44:07.692Z[ recovery-image] Aug 12 21:44:06.575 INFO O| Aug 12 21:44:06.575 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552025-08-12T21:44:07.707Z[ recovery-image] Aug 12 21:44:06.588 INFO O| Aug 12 21:44:06.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
54562025-08-12T21:44:07.707Z[ recovery-image] Aug 12 21:44:06.588 INFO O| Aug 12 21:44:06.588 INFO STEP 253 (remove_files) COMPLETE
54572025-08-12T21:44:07.710Z[ recovery-image] Aug 12 21:44:06.588 INFO O| Aug 12 21:44:06.588 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582025-08-12T21:44:07.720Z[ recovery-image] Aug 12 21:44:06.602 INFO O| Aug 12 21:44:06.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
54592025-08-12T21:44:07.720Z[ recovery-image] Aug 12 21:44:06.602 INFO O| Aug 12 21:44:06.602 INFO STEP 254 (remove_files) COMPLETE
54602025-08-12T21:44:07.720Z[ recovery-image] Aug 12 21:44:06.602 INFO O| Aug 12 21:44:06.602 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612025-08-12T21:44:07.734Z[ recovery-image] Aug 12 21:44:06.616 INFO O| Aug 12 21:44:06.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
54622025-08-12T21:44:07.734Z[ recovery-image] Aug 12 21:44:06.616 INFO O| Aug 12 21:44:06.616 INFO STEP 255 (remove_files) COMPLETE
54632025-08-12T21:44:07.737Z[ recovery-image] Aug 12 21:44:06.616 INFO O| Aug 12 21:44:06.616 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642025-08-12T21:44:07.747Z[ recovery-image] Aug 12 21:44:06.629 INFO O| Aug 12 21:44:06.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
54652025-08-12T21:44:07.747Z[ recovery-image] Aug 12 21:44:06.629 INFO O| Aug 12 21:44:06.629 INFO STEP 256 (remove_files) COMPLETE
54662025-08-12T21:44:07.747Z[ recovery-image] Aug 12 21:44:06.629 INFO O| Aug 12 21:44:06.629 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672025-08-12T21:44:07.761Z[ recovery-image] Aug 12 21:44:06.643 INFO O| Aug 12 21:44:06.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
54682025-08-12T21:44:07.764Z[ recovery-image] Aug 12 21:44:06.644 INFO O| Aug 12 21:44:06.644 INFO STEP 257 (remove_files) COMPLETE
54692025-08-12T21:44:07.764Z[ recovery-image] Aug 12 21:44:06.644 INFO O| Aug 12 21:44:06.644 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702025-08-12T21:44:07.776Z[ recovery-image] Aug 12 21:44:06.658 INFO O| Aug 12 21:44:06.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
54712025-08-12T21:44:07.780Z[ recovery-image] Aug 12 21:44:06.659 INFO O| Aug 12 21:44:06.659 INFO STEP 258 (remove_files) COMPLETE
54722025-08-12T21:44:07.780Z[ recovery-image] Aug 12 21:44:06.660 INFO O| Aug 12 21:44:06.659 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732025-08-12T21:44:07.791Z[ recovery-image] Aug 12 21:44:06.674 INFO O| Aug 12 21:44:06.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
54742025-08-12T21:44:07.792Z[ recovery-image] Aug 12 21:44:06.674 INFO O| Aug 12 21:44:06.674 INFO STEP 259 (remove_files) COMPLETE
54752025-08-12T21:44:07.795Z[ recovery-image] Aug 12 21:44:06.674 INFO O| Aug 12 21:44:06.674 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762025-08-12T21:44:07.806Z[ recovery-image] Aug 12 21:44:06.689 INFO O| Aug 12 21:44:06.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
54772025-08-12T21:44:07.806Z[ recovery-image] Aug 12 21:44:06.689 INFO O| Aug 12 21:44:06.689 INFO STEP 260 (remove_files) COMPLETE
54782025-08-12T21:44:07.806Z[ recovery-image] Aug 12 21:44:06.689 INFO O| Aug 12 21:44:06.689 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792025-08-12T21:44:07.821Z[ recovery-image] Aug 12 21:44:06.703 INFO O| Aug 12 21:44:06.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
54802025-08-12T21:44:07.821Z[ recovery-image] Aug 12 21:44:06.703 INFO O| Aug 12 21:44:06.703 INFO STEP 261 (remove_files) COMPLETE
54812025-08-12T21:44:07.821Z[ recovery-image] Aug 12 21:44:06.703 INFO O| Aug 12 21:44:06.703 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822025-08-12T21:44:07.835Z[ recovery-image] Aug 12 21:44:06.717 INFO O| Aug 12 21:44:06.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
54832025-08-12T21:44:07.835Z[ recovery-image] Aug 12 21:44:06.717 INFO O| Aug 12 21:44:06.717 INFO STEP 262 (remove_files) COMPLETE
54842025-08-12T21:44:07.835Z[ recovery-image] Aug 12 21:44:06.717 INFO O| Aug 12 21:44:06.717 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852025-08-12T21:44:07.848Z[ recovery-image] Aug 12 21:44:06.730 INFO O| Aug 12 21:44:06.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
54862025-08-12T21:44:07.848Z[ recovery-image] Aug 12 21:44:06.731 INFO O| Aug 12 21:44:06.730 INFO STEP 263 (remove_files) COMPLETE
54872025-08-12T21:44:07.848Z[ recovery-image] Aug 12 21:44:06.731 INFO O| Aug 12 21:44:06.731 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882025-08-12T21:44:07.863Z[ recovery-image] Aug 12 21:44:06.745 INFO O| Aug 12 21:44:06.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
54892025-08-12T21:44:07.863Z[ recovery-image] Aug 12 21:44:06.745 INFO O| Aug 12 21:44:06.745 INFO STEP 264 (remove_files) COMPLETE
54902025-08-12T21:44:07.863Z[ recovery-image] Aug 12 21:44:06.745 INFO O| Aug 12 21:44:06.745 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912025-08-12T21:44:07.877Z[ recovery-image] Aug 12 21:44:06.759 INFO O| Aug 12 21:44:06.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
54922025-08-12T21:44:07.881Z[ recovery-image] Aug 12 21:44:06.760 INFO O| Aug 12 21:44:06.760 INFO STEP 265 (remove_files) COMPLETE
54932025-08-12T21:44:07.881Z[ recovery-image] Aug 12 21:44:06.760 INFO O| Aug 12 21:44:06.760 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942025-08-12T21:44:07.893Z[ recovery-image] Aug 12 21:44:06.775 INFO O| Aug 12 21:44:06.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
54952025-08-12T21:44:07.896Z[ recovery-image] Aug 12 21:44:06.776 INFO O| Aug 12 21:44:06.776 INFO STEP 266 (remove_files) COMPLETE
54962025-08-12T21:44:07.896Z[ recovery-image] Aug 12 21:44:06.776 INFO O| Aug 12 21:44:06.776 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972025-08-12T21:44:07.908Z[ recovery-image] Aug 12 21:44:06.790 INFO O| Aug 12 21:44:06.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
54982025-08-12T21:44:07.908Z[ recovery-image] Aug 12 21:44:06.790 INFO O| Aug 12 21:44:06.790 INFO STEP 267 (remove_files) COMPLETE
54992025-08-12T21:44:07.911Z[ recovery-image] Aug 12 21:44:06.790 INFO O| Aug 12 21:44:06.790 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002025-08-12T21:44:07.922Z[ recovery-image] Aug 12 21:44:06.804 INFO O| Aug 12 21:44:06.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
55012025-08-12T21:44:07.923Z[ recovery-image] Aug 12 21:44:06.805 INFO O| Aug 12 21:44:06.804 INFO STEP 268 (remove_files) COMPLETE
55022025-08-12T21:44:07.923Z[ recovery-image] Aug 12 21:44:06.805 INFO O| Aug 12 21:44:06.805 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032025-08-12T21:44:07.937Z[ recovery-image] Aug 12 21:44:06.819 INFO O| Aug 12 21:44:06.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
55042025-08-12T21:44:07.937Z[ recovery-image] Aug 12 21:44:06.819 INFO O| Aug 12 21:44:06.819 INFO STEP 269 (remove_files) COMPLETE
55052025-08-12T21:44:07.937Z[ recovery-image] Aug 12 21:44:06.819 INFO O| Aug 12 21:44:06.819 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062025-08-12T21:44:07.952Z[ recovery-image] Aug 12 21:44:06.834 INFO O| Aug 12 21:44:06.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
55072025-08-12T21:44:07.952Z[ recovery-image] Aug 12 21:44:06.834 INFO O| Aug 12 21:44:06.834 INFO STEP 270 (remove_files) COMPLETE
55082025-08-12T21:44:07.952Z[ recovery-image] Aug 12 21:44:06.834 INFO O| Aug 12 21:44:06.834 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092025-08-12T21:44:07.966Z[ recovery-image] Aug 12 21:44:06.848 INFO O| Aug 12 21:44:06.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
55102025-08-12T21:44:07.966Z[ recovery-image] Aug 12 21:44:06.848 INFO O| Aug 12 21:44:06.848 INFO STEP 271 (remove_files) COMPLETE
55112025-08-12T21:44:07.966Z[ recovery-image] Aug 12 21:44:06.848 INFO O| Aug 12 21:44:06.848 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122025-08-12T21:44:07.980Z[ recovery-image] Aug 12 21:44:06.862 INFO O| Aug 12 21:44:06.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
55132025-08-12T21:44:07.980Z[ recovery-image] Aug 12 21:44:06.862 INFO O| Aug 12 21:44:06.862 INFO STEP 272 (remove_files) COMPLETE
55142025-08-12T21:44:07.983Z[ recovery-image] Aug 12 21:44:06.862 INFO O| Aug 12 21:44:06.862 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152025-08-12T21:44:07.994Z[ recovery-image] Aug 12 21:44:06.876 INFO O| Aug 12 21:44:06.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
55162025-08-12T21:44:07.994Z[ recovery-image] Aug 12 21:44:06.876 INFO O| Aug 12 21:44:06.876 INFO STEP 273 (remove_files) COMPLETE
55172025-08-12T21:44:07.994Z[ recovery-image] Aug 12 21:44:06.876 INFO O| Aug 12 21:44:06.876 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182025-08-12T21:44:08.008Z[ recovery-image] Aug 12 21:44:06.890 INFO O| Aug 12 21:44:06.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
55192025-08-12T21:44:08.008Z[ recovery-image] Aug 12 21:44:06.890 INFO O| Aug 12 21:44:06.890 INFO STEP 274 (remove_files) COMPLETE
55202025-08-12T21:44:08.008Z[ recovery-image] Aug 12 21:44:06.890 INFO O| Aug 12 21:44:06.890 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212025-08-12T21:44:08.023Z[ recovery-image] Aug 12 21:44:06.905 INFO O| Aug 12 21:44:06.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
55222025-08-12T21:44:08.023Z[ recovery-image] Aug 12 21:44:06.905 INFO O| Aug 12 21:44:06.905 INFO STEP 275 (remove_files) COMPLETE
55232025-08-12T21:44:08.023Z[ recovery-image] Aug 12 21:44:06.905 INFO O| Aug 12 21:44:06.905 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242025-08-12T21:44:08.038Z[ recovery-image] Aug 12 21:44:06.920 INFO O| Aug 12 21:44:06.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
55252025-08-12T21:44:08.038Z[ recovery-image] Aug 12 21:44:06.920 INFO O| Aug 12 21:44:06.920 INFO STEP 276 (remove_files) COMPLETE
55262025-08-12T21:44:08.042Z[ recovery-image] Aug 12 21:44:06.920 INFO O| Aug 12 21:44:06.920 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272025-08-12T21:44:08.052Z[ recovery-image] Aug 12 21:44:06.935 INFO O| Aug 12 21:44:06.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
55282025-08-12T21:44:08.052Z[ recovery-image] Aug 12 21:44:06.935 INFO O| Aug 12 21:44:06.935 INFO STEP 277 (remove_files) COMPLETE
55292025-08-12T21:44:08.052Z[ recovery-image] Aug 12 21:44:06.935 INFO O| Aug 12 21:44:06.935 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302025-08-12T21:44:08.067Z[ recovery-image] Aug 12 21:44:06.949 INFO O| Aug 12 21:44:06.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
55312025-08-12T21:44:08.067Z[ recovery-image] Aug 12 21:44:06.949 INFO O| Aug 12 21:44:06.949 INFO STEP 278 (remove_files) COMPLETE
55322025-08-12T21:44:08.067Z[ recovery-image] Aug 12 21:44:06.949 INFO O| Aug 12 21:44:06.949 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332025-08-12T21:44:08.082Z[ recovery-image] Aug 12 21:44:06.964 INFO O| Aug 12 21:44:06.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
55342025-08-12T21:44:08.082Z[ recovery-image] Aug 12 21:44:06.965 INFO O| Aug 12 21:44:06.965 INFO STEP 279 (remove_files) COMPLETE
55352025-08-12T21:44:08.082Z[ recovery-image] Aug 12 21:44:06.965 INFO O| Aug 12 21:44:06.965 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362025-08-12T21:44:08.097Z[ recovery-image] Aug 12 21:44:06.979 INFO O| Aug 12 21:44:06.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
55372025-08-12T21:44:08.097Z[ recovery-image] Aug 12 21:44:06.979 INFO O| Aug 12 21:44:06.979 INFO STEP 280 (remove_files) COMPLETE
55382025-08-12T21:44:08.097Z[ recovery-image] Aug 12 21:44:06.979 INFO O| Aug 12 21:44:06.979 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392025-08-12T21:44:08.110Z[ recovery-image] Aug 12 21:44:06.993 INFO O| Aug 12 21:44:06.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
55402025-08-12T21:44:08.110Z[ recovery-image] Aug 12 21:44:06.993 INFO O| Aug 12 21:44:06.993 INFO STEP 281 (remove_files) COMPLETE
55412025-08-12T21:44:08.113Z[ recovery-image] Aug 12 21:44:06.993 INFO O| Aug 12 21:44:06.993 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422025-08-12T21:44:08.125Z[ recovery-image] Aug 12 21:44:07.007 INFO O| Aug 12 21:44:07.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
55432025-08-12T21:44:08.125Z[ recovery-image] Aug 12 21:44:07.007 INFO O| Aug 12 21:44:07.007 INFO STEP 282 (remove_files) COMPLETE
55442025-08-12T21:44:08.129Z[ recovery-image] Aug 12 21:44:07.007 INFO O| Aug 12 21:44:07.007 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452025-08-12T21:44:08.140Z[ recovery-image] Aug 12 21:44:07.022 INFO O| Aug 12 21:44:07.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
55462025-08-12T21:44:08.140Z[ recovery-image] Aug 12 21:44:07.022 INFO O| Aug 12 21:44:07.022 INFO STEP 283 (remove_files) COMPLETE
55472025-08-12T21:44:08.140Z[ recovery-image] Aug 12 21:44:07.022 INFO O| Aug 12 21:44:07.022 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482025-08-12T21:44:08.154Z[ recovery-image] Aug 12 21:44:07.036 INFO O| Aug 12 21:44:07.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
55492025-08-12T21:44:08.154Z[ recovery-image] Aug 12 21:44:07.036 INFO O| Aug 12 21:44:07.036 INFO STEP 284 (remove_files) COMPLETE
55502025-08-12T21:44:08.157Z[ recovery-image] Aug 12 21:44:07.036 INFO O| Aug 12 21:44:07.036 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512025-08-12T21:44:08.168Z[ recovery-image] Aug 12 21:44:07.050 INFO O| Aug 12 21:44:07.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
55522025-08-12T21:44:08.168Z[ recovery-image] Aug 12 21:44:07.050 INFO O| Aug 12 21:44:07.050 INFO STEP 285 (remove_files) COMPLETE
55532025-08-12T21:44:08.171Z[ recovery-image] Aug 12 21:44:07.050 INFO O| Aug 12 21:44:07.050 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542025-08-12T21:44:08.183Z[ recovery-image] Aug 12 21:44:07.065 INFO O| Aug 12 21:44:07.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
55552025-08-12T21:44:08.183Z[ recovery-image] Aug 12 21:44:07.065 INFO O| Aug 12 21:44:07.065 INFO STEP 286 (remove_files) COMPLETE
55562025-08-12T21:44:08.183Z[ recovery-image] Aug 12 21:44:07.065 INFO O| Aug 12 21:44:07.065 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572025-08-12T21:44:08.198Z[ recovery-image] Aug 12 21:44:07.080 INFO O| Aug 12 21:44:07.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
55582025-08-12T21:44:08.198Z[ recovery-image] Aug 12 21:44:07.080 INFO O| Aug 12 21:44:07.080 INFO STEP 287 (remove_files) COMPLETE
55592025-08-12T21:44:08.198Z[ recovery-image] Aug 12 21:44:07.080 INFO O| Aug 12 21:44:07.080 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602025-08-12T21:44:08.213Z[ recovery-image] Aug 12 21:44:07.095 INFO O| Aug 12 21:44:07.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
55612025-08-12T21:44:08.213Z[ recovery-image] Aug 12 21:44:07.096 INFO O| Aug 12 21:44:07.095 INFO STEP 288 (remove_files) COMPLETE
55622025-08-12T21:44:08.213Z[ recovery-image] Aug 12 21:44:07.096 INFO O| Aug 12 21:44:07.095 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632025-08-12T21:44:08.229Z[ recovery-image] Aug 12 21:44:07.111 INFO O| Aug 12 21:44:07.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
55642025-08-12T21:44:08.229Z[ recovery-image] Aug 12 21:44:07.111 INFO O| Aug 12 21:44:07.111 INFO STEP 289 (remove_files) COMPLETE
55652025-08-12T21:44:08.229Z[ recovery-image] Aug 12 21:44:07.111 INFO O| Aug 12 21:44:07.111 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662025-08-12T21:44:08.244Z[ recovery-image] Aug 12 21:44:07.126 INFO O| Aug 12 21:44:07.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
55672025-08-12T21:44:08.244Z[ recovery-image] Aug 12 21:44:07.126 INFO O| Aug 12 21:44:07.126 INFO STEP 290 (remove_files) COMPLETE
55682025-08-12T21:44:08.247Z[ recovery-image] Aug 12 21:44:07.126 INFO O| Aug 12 21:44:07.126 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692025-08-12T21:44:08.258Z[ recovery-image] Aug 12 21:44:07.141 INFO O| Aug 12 21:44:07.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
55702025-08-12T21:44:08.259Z[ recovery-image] Aug 12 21:44:07.141 INFO O| Aug 12 21:44:07.141 INFO STEP 291 (remove_files) COMPLETE
55712025-08-12T21:44:08.259Z[ recovery-image] Aug 12 21:44:07.141 INFO O| Aug 12 21:44:07.141 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722025-08-12T21:44:08.273Z[ recovery-image] Aug 12 21:44:07.155 INFO O| Aug 12 21:44:07.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
55732025-08-12T21:44:08.273Z[ recovery-image] Aug 12 21:44:07.156 INFO O| Aug 12 21:44:07.156 INFO STEP 292 (remove_files) COMPLETE
55742025-08-12T21:44:08.273Z[ recovery-image] Aug 12 21:44:07.156 INFO O| Aug 12 21:44:07.156 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752025-08-12T21:44:08.288Z[ recovery-image] Aug 12 21:44:07.170 INFO O| Aug 12 21:44:07.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
55762025-08-12T21:44:08.288Z[ recovery-image] Aug 12 21:44:07.170 INFO O| Aug 12 21:44:07.170 INFO STEP 293 (remove_files) COMPLETE
55772025-08-12T21:44:08.288Z[ recovery-image] Aug 12 21:44:07.170 INFO O| Aug 12 21:44:07.170 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782025-08-12T21:44:08.302Z[ recovery-image] Aug 12 21:44:07.184 INFO O| Aug 12 21:44:07.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
55792025-08-12T21:44:08.302Z[ recovery-image] Aug 12 21:44:07.184 INFO O| Aug 12 21:44:07.184 INFO STEP 294 (remove_files) COMPLETE
55802025-08-12T21:44:08.302Z[ recovery-image] Aug 12 21:44:07.184 INFO O| Aug 12 21:44:07.184 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812025-08-12T21:44:08.316Z[ recovery-image] Aug 12 21:44:07.198 INFO O| Aug 12 21:44:07.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
55822025-08-12T21:44:08.316Z[ recovery-image] Aug 12 21:44:07.198 INFO O| Aug 12 21:44:07.198 INFO STEP 295 (remove_files) COMPLETE
55832025-08-12T21:44:08.316Z[ recovery-image] Aug 12 21:44:07.198 INFO O| Aug 12 21:44:07.198 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842025-08-12T21:44:08.331Z[ recovery-image] Aug 12 21:44:07.213 INFO O| Aug 12 21:44:07.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
55852025-08-12T21:44:08.334Z[ recovery-image] Aug 12 21:44:07.214 INFO O| Aug 12 21:44:07.214 INFO STEP 296 (remove_files) COMPLETE
55862025-08-12T21:44:08.334Z[ recovery-image] Aug 12 21:44:07.214 INFO O| Aug 12 21:44:07.214 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872025-08-12T21:44:08.345Z[ recovery-image] Aug 12 21:44:07.228 INFO O| Aug 12 21:44:07.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
55882025-08-12T21:44:08.345Z[ recovery-image] Aug 12 21:44:07.228 INFO O| Aug 12 21:44:07.228 INFO STEP 297 (remove_files) COMPLETE
55892025-08-12T21:44:08.345Z[ recovery-image] Aug 12 21:44:07.228 INFO O| Aug 12 21:44:07.228 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902025-08-12T21:44:08.359Z[ recovery-image] Aug 12 21:44:07.242 INFO O| Aug 12 21:44:07.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
55912025-08-12T21:44:08.359Z[ recovery-image] Aug 12 21:44:07.242 INFO O| Aug 12 21:44:07.242 INFO STEP 298 (remove_files) COMPLETE
55922025-08-12T21:44:08.363Z[ recovery-image] Aug 12 21:44:07.242 INFO O| Aug 12 21:44:07.242 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932025-08-12T21:44:08.372Z[ recovery-image] Aug 12 21:44:07.254 INFO O| Aug 12 21:44:07.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
55942025-08-12T21:44:08.372Z[ recovery-image] Aug 12 21:44:07.255 INFO O| Aug 12 21:44:07.255 INFO STEP 299 (remove_files) COMPLETE
55952025-08-12T21:44:08.376Z[ recovery-image] Aug 12 21:44:07.255 INFO O| Aug 12 21:44:07.255 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962025-08-12T21:44:08.386Z[ recovery-image] Aug 12 21:44:07.268 INFO O| Aug 12 21:44:07.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
55972025-08-12T21:44:08.389Z[ recovery-image] Aug 12 21:44:07.269 INFO O| Aug 12 21:44:07.269 INFO STEP 300 (remove_files) COMPLETE
55982025-08-12T21:44:08.389Z[ recovery-image] Aug 12 21:44:07.269 INFO O| Aug 12 21:44:07.269 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992025-08-12T21:44:08.400Z[ recovery-image] Aug 12 21:44:07.283 INFO O| Aug 12 21:44:07.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
56002025-08-12T21:44:08.404Z[ recovery-image] Aug 12 21:44:07.284 INFO O| Aug 12 21:44:07.283 INFO STEP 301 (remove_files) COMPLETE
56012025-08-12T21:44:08.404Z[ recovery-image] Aug 12 21:44:07.284 INFO O| Aug 12 21:44:07.283 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022025-08-12T21:44:08.415Z[ recovery-image] Aug 12 21:44:07.297 INFO O| Aug 12 21:44:07.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
56032025-08-12T21:44:08.415Z[ recovery-image] Aug 12 21:44:07.297 INFO O| Aug 12 21:44:07.297 INFO STEP 302 (remove_files) COMPLETE
56042025-08-12T21:44:08.418Z[ recovery-image] Aug 12 21:44:07.297 INFO O| Aug 12 21:44:07.297 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052025-08-12T21:44:08.427Z[ recovery-image] Aug 12 21:44:07.309 INFO O| Aug 12 21:44:07.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
56062025-08-12T21:44:08.427Z[ recovery-image] Aug 12 21:44:07.309 INFO O| Aug 12 21:44:07.309 INFO STEP 303 (remove_files) COMPLETE
56072025-08-12T21:44:08.431Z[ recovery-image] Aug 12 21:44:07.310 INFO O| Aug 12 21:44:07.309 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082025-08-12T21:44:08.439Z[ recovery-image] Aug 12 21:44:07.322 INFO O| Aug 12 21:44:07.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
56092025-08-12T21:44:08.440Z[ recovery-image] Aug 12 21:44:07.322 INFO O| Aug 12 21:44:07.322 INFO STEP 304 (remove_files) COMPLETE
56102025-08-12T21:44:08.443Z[ recovery-image] Aug 12 21:44:07.322 INFO O| Aug 12 21:44:07.322 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112025-08-12T21:44:08.452Z[ recovery-image] Aug 12 21:44:07.334 INFO O| Aug 12 21:44:07.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
56122025-08-12T21:44:08.452Z[ recovery-image] Aug 12 21:44:07.334 INFO O| Aug 12 21:44:07.334 INFO STEP 305 (remove_files) COMPLETE
56132025-08-12T21:44:08.452Z[ recovery-image] Aug 12 21:44:07.334 INFO O| Aug 12 21:44:07.334 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142025-08-12T21:44:08.465Z[ recovery-image] Aug 12 21:44:07.347 INFO O| Aug 12 21:44:07.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
56152025-08-12T21:44:08.465Z[ recovery-image] Aug 12 21:44:07.347 INFO O| Aug 12 21:44:07.347 INFO STEP 306 (remove_files) COMPLETE
56162025-08-12T21:44:08.468Z[ recovery-image] Aug 12 21:44:07.347 INFO O| Aug 12 21:44:07.347 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172025-08-12T21:44:08.479Z[ recovery-image] Aug 12 21:44:07.361 INFO O| Aug 12 21:44:07.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
56182025-08-12T21:44:08.479Z[ recovery-image] Aug 12 21:44:07.361 INFO O| Aug 12 21:44:07.361 INFO STEP 307 (remove_files) COMPLETE
56192025-08-12T21:44:08.479Z[ recovery-image] Aug 12 21:44:07.361 INFO O| Aug 12 21:44:07.361 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202025-08-12T21:44:08.492Z[ recovery-image] Aug 12 21:44:07.374 INFO O| Aug 12 21:44:07.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
56212025-08-12T21:44:08.492Z[ recovery-image] Aug 12 21:44:07.374 INFO O| Aug 12 21:44:07.374 INFO STEP 308 (remove_files) COMPLETE
56222025-08-12T21:44:08.492Z[ recovery-image] Aug 12 21:44:07.374 INFO O| Aug 12 21:44:07.374 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232025-08-12T21:44:08.505Z[ recovery-image] Aug 12 21:44:07.387 INFO O| Aug 12 21:44:07.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
56242025-08-12T21:44:08.505Z[ recovery-image] Aug 12 21:44:07.387 INFO O| Aug 12 21:44:07.387 INFO STEP 309 (remove_files) COMPLETE
56252025-08-12T21:44:08.509Z[ recovery-image] Aug 12 21:44:07.387 INFO O| Aug 12 21:44:07.387 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262025-08-12T21:44:08.518Z[ recovery-image] Aug 12 21:44:07.400 INFO O| Aug 12 21:44:07.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
56272025-08-12T21:44:08.518Z[ recovery-image] Aug 12 21:44:07.400 INFO O| Aug 12 21:44:07.400 INFO STEP 310 (remove_files) COMPLETE
56282025-08-12T21:44:08.522Z[ recovery-image] Aug 12 21:44:07.400 INFO O| Aug 12 21:44:07.400 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292025-08-12T21:44:08.531Z[ recovery-image] Aug 12 21:44:07.413 INFO O| Aug 12 21:44:07.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
56302025-08-12T21:44:08.534Z[ recovery-image] Aug 12 21:44:07.413 INFO O| Aug 12 21:44:07.413 INFO STEP 311 (remove_files) COMPLETE
56312025-08-12T21:44:08.534Z[ recovery-image] Aug 12 21:44:07.413 INFO O| Aug 12 21:44:07.413 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322025-08-12T21:44:08.544Z[ recovery-image] Aug 12 21:44:07.426 INFO O| Aug 12 21:44:07.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
56332025-08-12T21:44:08.547Z[ recovery-image] Aug 12 21:44:07.426 INFO O| Aug 12 21:44:07.426 INFO STEP 312 (remove_files) COMPLETE
56342025-08-12T21:44:08.547Z[ recovery-image] Aug 12 21:44:07.426 INFO O| Aug 12 21:44:07.426 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352025-08-12T21:44:08.559Z[ recovery-image] Aug 12 21:44:07.441 INFO O| Aug 12 21:44:07.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
56362025-08-12T21:44:08.559Z[ recovery-image] Aug 12 21:44:07.441 INFO O| Aug 12 21:44:07.441 INFO STEP 313 (remove_files) COMPLETE
56372025-08-12T21:44:08.562Z[ recovery-image] Aug 12 21:44:07.441 INFO O| Aug 12 21:44:07.441 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382025-08-12T21:44:08.572Z[ recovery-image] Aug 12 21:44:07.455 INFO O| Aug 12 21:44:07.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
56392025-08-12T21:44:08.572Z[ recovery-image] Aug 12 21:44:07.455 INFO O| Aug 12 21:44:07.455 INFO STEP 314 (remove_files) COMPLETE
56402025-08-12T21:44:08.572Z[ recovery-image] Aug 12 21:44:07.455 INFO O| Aug 12 21:44:07.455 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412025-08-12T21:44:08.586Z[ recovery-image] Aug 12 21:44:07.468 INFO O| Aug 12 21:44:07.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
56422025-08-12T21:44:08.586Z[ recovery-image] Aug 12 21:44:07.468 INFO O| Aug 12 21:44:07.468 INFO STEP 315 (remove_files) COMPLETE
56432025-08-12T21:44:08.586Z[ recovery-image] Aug 12 21:44:07.468 INFO O| Aug 12 21:44:07.468 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442025-08-12T21:44:08.599Z[ recovery-image] Aug 12 21:44:07.481 INFO O| Aug 12 21:44:07.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
56452025-08-12T21:44:08.599Z[ recovery-image] Aug 12 21:44:07.481 INFO O| Aug 12 21:44:07.481 INFO STEP 316 (remove_files) COMPLETE
56462025-08-12T21:44:08.599Z[ recovery-image] Aug 12 21:44:07.481 INFO O| Aug 12 21:44:07.481 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472025-08-12T21:44:08.613Z[ recovery-image] Aug 12 21:44:07.495 INFO O| Aug 12 21:44:07.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
56482025-08-12T21:44:08.616Z[ recovery-image] Aug 12 21:44:07.496 INFO O| Aug 12 21:44:07.496 INFO STEP 317 (remove_files) COMPLETE
56492025-08-12T21:44:08.616Z[ recovery-image] Aug 12 21:44:07.496 INFO O| Aug 12 21:44:07.496 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502025-08-12T21:44:08.627Z[ recovery-image] Aug 12 21:44:07.509 INFO O| Aug 12 21:44:07.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
56512025-08-12T21:44:08.630Z[ recovery-image] Aug 12 21:44:07.509 INFO O| Aug 12 21:44:07.509 INFO STEP 318 (remove_files) COMPLETE
56522025-08-12T21:44:08.630Z[ recovery-image] Aug 12 21:44:07.509 INFO O| Aug 12 21:44:07.509 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532025-08-12T21:44:08.641Z[ recovery-image] Aug 12 21:44:07.523 INFO O| Aug 12 21:44:07.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
56542025-08-12T21:44:08.641Z[ recovery-image] Aug 12 21:44:07.523 INFO O| Aug 12 21:44:07.523 INFO STEP 319 (remove_files) COMPLETE
56552025-08-12T21:44:08.641Z[ recovery-image] Aug 12 21:44:07.523 INFO O| Aug 12 21:44:07.523 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562025-08-12T21:44:08.654Z[ recovery-image] Aug 12 21:44:07.536 INFO O| Aug 12 21:44:07.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
56572025-08-12T21:44:08.657Z[ recovery-image] Aug 12 21:44:07.537 INFO O| Aug 12 21:44:07.537 INFO STEP 320 (remove_files) COMPLETE
56582025-08-12T21:44:08.657Z[ recovery-image] Aug 12 21:44:07.537 INFO O| Aug 12 21:44:07.537 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592025-08-12T21:44:08.668Z[ recovery-image] Aug 12 21:44:07.550 INFO O| Aug 12 21:44:07.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
56602025-08-12T21:44:08.668Z[ recovery-image] Aug 12 21:44:07.550 INFO O| Aug 12 21:44:07.550 INFO STEP 321 (remove_files) COMPLETE
56612025-08-12T21:44:08.671Z[ recovery-image] Aug 12 21:44:07.550 INFO O| Aug 12 21:44:07.550 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622025-08-12T21:44:08.680Z[ recovery-image] Aug 12 21:44:07.563 INFO O| Aug 12 21:44:07.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
56632025-08-12T21:44:08.684Z[ recovery-image] Aug 12 21:44:07.563 INFO O| Aug 12 21:44:07.563 INFO STEP 322 (remove_files) COMPLETE
56642025-08-12T21:44:08.684Z[ recovery-image] Aug 12 21:44:07.564 INFO O| Aug 12 21:44:07.563 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652025-08-12T21:44:08.695Z[ recovery-image] Aug 12 21:44:07.577 INFO O| Aug 12 21:44:07.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
56662025-08-12T21:44:08.695Z[ recovery-image] Aug 12 21:44:07.578 INFO O| Aug 12 21:44:07.577 INFO STEP 323 (remove_files) COMPLETE
56672025-08-12T21:44:08.699Z[ recovery-image] Aug 12 21:44:07.578 INFO O| Aug 12 21:44:07.577 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682025-08-12T21:44:08.709Z[ recovery-image] Aug 12 21:44:07.591 INFO O| Aug 12 21:44:07.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
56692025-08-12T21:44:08.709Z[ recovery-image] Aug 12 21:44:07.592 INFO O| Aug 12 21:44:07.592 INFO STEP 324 (remove_files) COMPLETE
56702025-08-12T21:44:08.713Z[ recovery-image] Aug 12 21:44:07.592 INFO O| Aug 12 21:44:07.592 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712025-08-12T21:44:08.723Z[ recovery-image] Aug 12 21:44:07.605 INFO O| Aug 12 21:44:07.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
56722025-08-12T21:44:08.723Z[ recovery-image] Aug 12 21:44:07.605 INFO O| Aug 12 21:44:07.605 INFO STEP 325 (remove_files) COMPLETE
56732025-08-12T21:44:08.726Z[ recovery-image] Aug 12 21:44:07.605 INFO O| Aug 12 21:44:07.605 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742025-08-12T21:44:08.736Z[ recovery-image] Aug 12 21:44:07.618 INFO O| Aug 12 21:44:07.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
56752025-08-12T21:44:08.736Z[ recovery-image] Aug 12 21:44:07.618 INFO O| Aug 12 21:44:07.618 INFO STEP 326 (remove_files) COMPLETE
56762025-08-12T21:44:08.736Z[ recovery-image] Aug 12 21:44:07.618 INFO O| Aug 12 21:44:07.618 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772025-08-12T21:44:08.748Z[ recovery-image] Aug 12 21:44:07.631 INFO O| Aug 12 21:44:07.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
56782025-08-12T21:44:08.748Z[ recovery-image] Aug 12 21:44:07.631 INFO O| Aug 12 21:44:07.631 INFO STEP 327 (remove_files) COMPLETE
56792025-08-12T21:44:08.748Z[ recovery-image] Aug 12 21:44:07.631 INFO O| Aug 12 21:44:07.631 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802025-08-12T21:44:08.761Z[ recovery-image] Aug 12 21:44:07.643 INFO O| Aug 12 21:44:07.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
56812025-08-12T21:44:08.761Z[ recovery-image] Aug 12 21:44:07.643 INFO O| Aug 12 21:44:07.643 INFO STEP 328 (remove_files) COMPLETE
56822025-08-12T21:44:08.761Z[ recovery-image] Aug 12 21:44:07.643 INFO O| Aug 12 21:44:07.643 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832025-08-12T21:44:08.775Z[ recovery-image] Aug 12 21:44:07.657 INFO O| Aug 12 21:44:07.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
56842025-08-12T21:44:08.775Z[ recovery-image] Aug 12 21:44:07.657 INFO O| Aug 12 21:44:07.657 INFO STEP 329 (remove_files) COMPLETE
56852025-08-12T21:44:08.780Z[ recovery-image] Aug 12 21:44:07.657 INFO O| Aug 12 21:44:07.657 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862025-08-12T21:44:08.787Z[ recovery-image] Aug 12 21:44:07.670 INFO O| Aug 12 21:44:07.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
56872025-08-12T21:44:08.788Z[ recovery-image] Aug 12 21:44:07.670 INFO O| Aug 12 21:44:07.670 INFO STEP 330 (remove_files) COMPLETE
56882025-08-12T21:44:08.788Z[ recovery-image] Aug 12 21:44:07.670 INFO O| Aug 12 21:44:07.670 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892025-08-12T21:44:08.802Z[ recovery-image] Aug 12 21:44:07.684 INFO O| Aug 12 21:44:07.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
56902025-08-12T21:44:08.802Z[ recovery-image] Aug 12 21:44:07.684 INFO O| Aug 12 21:44:07.684 INFO STEP 331 (remove_files) COMPLETE
56912025-08-12T21:44:08.806Z[ recovery-image] Aug 12 21:44:07.684 INFO O| Aug 12 21:44:07.684 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922025-08-12T21:44:08.817Z[ recovery-image] Aug 12 21:44:07.699 INFO O| Aug 12 21:44:07.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
56932025-08-12T21:44:08.817Z[ recovery-image] Aug 12 21:44:07.699 INFO O| Aug 12 21:44:07.699 INFO STEP 332 (remove_files) COMPLETE
56942025-08-12T21:44:08.821Z[ recovery-image] Aug 12 21:44:07.699 INFO O| Aug 12 21:44:07.699 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952025-08-12T21:44:08.832Z[ recovery-image] Aug 12 21:44:07.714 INFO O| Aug 12 21:44:07.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
56962025-08-12T21:44:08.832Z[ recovery-image] Aug 12 21:44:07.714 INFO O| Aug 12 21:44:07.714 INFO STEP 333 (remove_files) COMPLETE
56972025-08-12T21:44:08.835Z[ recovery-image] Aug 12 21:44:07.714 INFO O| Aug 12 21:44:07.714 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982025-08-12T21:44:08.844Z[ recovery-image] Aug 12 21:44:07.726 INFO O| Aug 12 21:44:07.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
56992025-08-12T21:44:08.844Z[ recovery-image] Aug 12 21:44:07.726 INFO O| Aug 12 21:44:07.726 INFO STEP 334 (remove_files) COMPLETE
57002025-08-12T21:44:08.848Z[ recovery-image] Aug 12 21:44:07.726 INFO O| Aug 12 21:44:07.726 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012025-08-12T21:44:08.856Z[ recovery-image] Aug 12 21:44:07.738 INFO O| Aug 12 21:44:07.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
57022025-08-12T21:44:08.859Z[ recovery-image] Aug 12 21:44:07.738 INFO O| Aug 12 21:44:07.738 INFO STEP 335 (remove_files) COMPLETE
57032025-08-12T21:44:08.859Z[ recovery-image] Aug 12 21:44:07.738 INFO O| Aug 12 21:44:07.738 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042025-08-12T21:44:08.869Z[ recovery-image] Aug 12 21:44:07.751 INFO O| Aug 12 21:44:07.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
57052025-08-12T21:44:08.869Z[ recovery-image] Aug 12 21:44:07.751 INFO O| Aug 12 21:44:07.751 INFO STEP 336 (remove_files) COMPLETE
57062025-08-12T21:44:08.869Z[ recovery-image] Aug 12 21:44:07.751 INFO O| Aug 12 21:44:07.751 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072025-08-12T21:44:08.883Z[ recovery-image] Aug 12 21:44:07.765 INFO O| Aug 12 21:44:07.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
57082025-08-12T21:44:08.883Z[ recovery-image] Aug 12 21:44:07.765 INFO O| Aug 12 21:44:07.765 INFO STEP 337 (remove_files) COMPLETE
57092025-08-12T21:44:08.886Z[ recovery-image] Aug 12 21:44:07.765 INFO O| Aug 12 21:44:07.765 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102025-08-12T21:44:08.896Z[ recovery-image] Aug 12 21:44:07.778 INFO O| Aug 12 21:44:07.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
57112025-08-12T21:44:08.896Z[ recovery-image] Aug 12 21:44:07.779 INFO O| Aug 12 21:44:07.779 INFO STEP 338 (remove_files) COMPLETE
57122025-08-12T21:44:08.896Z[ recovery-image] Aug 12 21:44:07.779 INFO O| Aug 12 21:44:07.779 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132025-08-12T21:44:08.909Z[ recovery-image] Aug 12 21:44:07.791 INFO O| Aug 12 21:44:07.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
57142025-08-12T21:44:08.909Z[ recovery-image] Aug 12 21:44:07.791 INFO O| Aug 12 21:44:07.791 INFO STEP 339 (remove_files) COMPLETE
57152025-08-12T21:44:08.913Z[ recovery-image] Aug 12 21:44:07.791 INFO O| Aug 12 21:44:07.791 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162025-08-12T21:44:08.923Z[ recovery-image] Aug 12 21:44:07.805 INFO O| Aug 12 21:44:07.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
57172025-08-12T21:44:08.923Z[ recovery-image] Aug 12 21:44:07.805 INFO O| Aug 12 21:44:07.805 INFO STEP 340 (remove_files) COMPLETE
57182025-08-12T21:44:08.927Z[ recovery-image] Aug 12 21:44:07.805 INFO O| Aug 12 21:44:07.805 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192025-08-12T21:44:08.937Z[ recovery-image] Aug 12 21:44:07.819 INFO O| Aug 12 21:44:07.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
57202025-08-12T21:44:08.937Z[ recovery-image] Aug 12 21:44:07.819 INFO O| Aug 12 21:44:07.819 INFO STEP 341 (remove_files) COMPLETE
57212025-08-12T21:44:08.940Z[ recovery-image] Aug 12 21:44:07.819 INFO O| Aug 12 21:44:07.819 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222025-08-12T21:44:08.950Z[ recovery-image] Aug 12 21:44:07.832 INFO O| Aug 12 21:44:07.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
57232025-08-12T21:44:08.950Z[ recovery-image] Aug 12 21:44:07.832 INFO O| Aug 12 21:44:07.832 INFO STEP 342 (remove_files) COMPLETE
57242025-08-12T21:44:08.950Z[ recovery-image] Aug 12 21:44:07.832 INFO O| Aug 12 21:44:07.832 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252025-08-12T21:44:08.963Z[ recovery-image] Aug 12 21:44:07.845 INFO O| Aug 12 21:44:07.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
57262025-08-12T21:44:08.963Z[ recovery-image] Aug 12 21:44:07.845 INFO O| Aug 12 21:44:07.845 INFO STEP 343 (remove_files) COMPLETE
57272025-08-12T21:44:08.963Z[ recovery-image] Aug 12 21:44:07.845 INFO O| Aug 12 21:44:07.845 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282025-08-12T21:44:08.975Z[ recovery-image] Aug 12 21:44:07.858 INFO O| Aug 12 21:44:07.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
57292025-08-12T21:44:08.976Z[ recovery-image] Aug 12 21:44:07.858 INFO O| Aug 12 21:44:07.858 INFO STEP 344 (remove_files) COMPLETE
57302025-08-12T21:44:08.979Z[ recovery-image] Aug 12 21:44:07.858 INFO O| Aug 12 21:44:07.858 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312025-08-12T21:44:08.988Z[ recovery-image] Aug 12 21:44:07.870 INFO O| Aug 12 21:44:07.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
57322025-08-12T21:44:08.988Z[ recovery-image] Aug 12 21:44:07.870 INFO O| Aug 12 21:44:07.870 INFO STEP 345 (remove_files) COMPLETE
57332025-08-12T21:44:08.992Z[ recovery-image] Aug 12 21:44:07.870 INFO O| Aug 12 21:44:07.870 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342025-08-12T21:44:09.013Z[ recovery-image] Aug 12 21:44:07.883 INFO O| Aug 12 21:44:07.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
57352025-08-12T21:44:09.013Z[ recovery-image] Aug 12 21:44:07.883 INFO O| Aug 12 21:44:07.883 INFO STEP 346 (remove_files) COMPLETE
57362025-08-12T21:44:09.013Z[ recovery-image] Aug 12 21:44:07.883 INFO O| Aug 12 21:44:07.883 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372025-08-12T21:44:09.019Z[ recovery-image] Aug 12 21:44:07.896 INFO O| Aug 12 21:44:07.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
57382025-08-12T21:44:09.019Z[ recovery-image] Aug 12 21:44:07.896 INFO O| Aug 12 21:44:07.896 INFO STEP 347 (remove_files) COMPLETE
57392025-08-12T21:44:09.019Z[ recovery-image] Aug 12 21:44:07.896 INFO O| Aug 12 21:44:07.896 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402025-08-12T21:44:09.028Z[ recovery-image] Aug 12 21:44:07.910 INFO O| Aug 12 21:44:07.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
57412025-08-12T21:44:09.031Z[ recovery-image] Aug 12 21:44:07.911 INFO O| Aug 12 21:44:07.911 INFO STEP 348 (remove_files) COMPLETE
57422025-08-12T21:44:09.031Z[ recovery-image] Aug 12 21:44:07.911 INFO O| Aug 12 21:44:07.911 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432025-08-12T21:44:09.042Z[ recovery-image] Aug 12 21:44:07.924 INFO O| Aug 12 21:44:07.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
57442025-08-12T21:44:09.042Z[ recovery-image] Aug 12 21:44:07.924 INFO O| Aug 12 21:44:07.924 INFO STEP 349 (remove_files) COMPLETE
57452025-08-12T21:44:09.042Z[ recovery-image] Aug 12 21:44:07.924 INFO O| Aug 12 21:44:07.924 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462025-08-12T21:44:09.057Z[ recovery-image] Aug 12 21:44:07.938 INFO O| Aug 12 21:44:07.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
57472025-08-12T21:44:09.057Z[ recovery-image] Aug 12 21:44:07.938 INFO O| Aug 12 21:44:07.938 INFO STEP 350 (remove_files) COMPLETE
57482025-08-12T21:44:09.057Z[ recovery-image] Aug 12 21:44:07.938 INFO O| Aug 12 21:44:07.938 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492025-08-12T21:44:09.070Z[ recovery-image] Aug 12 21:44:07.952 INFO O| Aug 12 21:44:07.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
57502025-08-12T21:44:09.070Z[ recovery-image] Aug 12 21:44:07.952 INFO O| Aug 12 21:44:07.952 INFO STEP 351 (remove_files) COMPLETE
57512025-08-12T21:44:09.070Z[ recovery-image] Aug 12 21:44:07.952 INFO O| Aug 12 21:44:07.952 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522025-08-12T21:44:09.084Z[ recovery-image] Aug 12 21:44:07.965 INFO O| Aug 12 21:44:07.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
57532025-08-12T21:44:09.084Z[ recovery-image] Aug 12 21:44:07.966 INFO O| Aug 12 21:44:07.965 INFO STEP 352 (remove_files) COMPLETE
57542025-08-12T21:44:09.084Z[ recovery-image] Aug 12 21:44:07.966 INFO O| Aug 12 21:44:07.966 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552025-08-12T21:44:09.097Z[ recovery-image] Aug 12 21:44:07.979 INFO O| Aug 12 21:44:07.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
57562025-08-12T21:44:09.097Z[ recovery-image] Aug 12 21:44:07.979 INFO O| Aug 12 21:44:07.979 INFO STEP 353 (remove_files) COMPLETE
57572025-08-12T21:44:09.097Z[ recovery-image] Aug 12 21:44:07.979 INFO O| Aug 12 21:44:07.979 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582025-08-12T21:44:09.111Z[ recovery-image] Aug 12 21:44:07.993 INFO O| Aug 12 21:44:07.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
57592025-08-12T21:44:09.111Z[ recovery-image] Aug 12 21:44:07.993 INFO O| Aug 12 21:44:07.993 INFO STEP 354 (remove_files) COMPLETE
57602025-08-12T21:44:09.115Z[ recovery-image] Aug 12 21:44:07.993 INFO O| Aug 12 21:44:07.993 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612025-08-12T21:44:09.124Z[ recovery-image] Aug 12 21:44:08.007 INFO O| Aug 12 21:44:08.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
57622025-08-12T21:44:09.125Z[ recovery-image] Aug 12 21:44:08.007 INFO O| Aug 12 21:44:08.007 INFO STEP 355 (remove_files) COMPLETE
57632025-08-12T21:44:09.125Z[ recovery-image] Aug 12 21:44:08.007 INFO O| Aug 12 21:44:08.007 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642025-08-12T21:44:09.139Z[ recovery-image] Aug 12 21:44:08.020 INFO O| Aug 12 21:44:08.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
57652025-08-12T21:44:09.139Z[ recovery-image] Aug 12 21:44:08.021 INFO O| Aug 12 21:44:08.020 INFO STEP 356 (remove_files) COMPLETE
57662025-08-12T21:44:09.142Z[ recovery-image] Aug 12 21:44:08.021 INFO O| Aug 12 21:44:08.021 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672025-08-12T21:44:09.152Z[ recovery-image] Aug 12 21:44:08.034 INFO O| Aug 12 21:44:08.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
57682025-08-12T21:44:09.152Z[ recovery-image] Aug 12 21:44:08.034 INFO O| Aug 12 21:44:08.034 INFO STEP 357 (remove_files) COMPLETE
57692025-08-12T21:44:09.152Z[ recovery-image] Aug 12 21:44:08.034 INFO O| Aug 12 21:44:08.034 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702025-08-12T21:44:09.166Z[ recovery-image] Aug 12 21:44:08.048 INFO O| Aug 12 21:44:08.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
57712025-08-12T21:44:09.166Z[ recovery-image] Aug 12 21:44:08.048 INFO O| Aug 12 21:44:08.048 INFO STEP 358 (remove_files) COMPLETE
57722025-08-12T21:44:09.166Z[ recovery-image] Aug 12 21:44:08.048 INFO O| Aug 12 21:44:08.048 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732025-08-12T21:44:09.180Z[ recovery-image] Aug 12 21:44:08.062 INFO O| Aug 12 21:44:08.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
57742025-08-12T21:44:09.180Z[ recovery-image] Aug 12 21:44:08.063 INFO O| Aug 12 21:44:08.063 INFO STEP 359 (remove_files) COMPLETE
57752025-08-12T21:44:09.180Z[ recovery-image] Aug 12 21:44:08.063 INFO O| Aug 12 21:44:08.063 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762025-08-12T21:44:09.196Z[ recovery-image] Aug 12 21:44:08.078 INFO O| Aug 12 21:44:08.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
57772025-08-12T21:44:09.196Z[ recovery-image] Aug 12 21:44:08.078 INFO O| Aug 12 21:44:08.078 INFO STEP 360 (remove_files) COMPLETE
57782025-08-12T21:44:09.196Z[ recovery-image] Aug 12 21:44:08.078 INFO O| Aug 12 21:44:08.078 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792025-08-12T21:44:09.211Z[ recovery-image] Aug 12 21:44:08.093 INFO O| Aug 12 21:44:08.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
57802025-08-12T21:44:09.211Z[ recovery-image] Aug 12 21:44:08.093 INFO O| Aug 12 21:44:08.093 INFO STEP 361 (remove_files) COMPLETE
57812025-08-12T21:44:09.214Z[ recovery-image] Aug 12 21:44:08.093 INFO O| Aug 12 21:44:08.093 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822025-08-12T21:44:09.226Z[ recovery-image] Aug 12 21:44:08.108 INFO O| Aug 12 21:44:08.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
57832025-08-12T21:44:09.226Z[ recovery-image] Aug 12 21:44:08.108 INFO O| Aug 12 21:44:08.108 INFO STEP 362 (remove_files) COMPLETE
57842025-08-12T21:44:09.226Z[ recovery-image] Aug 12 21:44:08.108 INFO O| Aug 12 21:44:08.108 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852025-08-12T21:44:09.245Z[ recovery-image] Aug 12 21:44:08.127 INFO O| Aug 12 21:44:08.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
57862025-08-12T21:44:09.245Z[ recovery-image] Aug 12 21:44:08.127 INFO O| Aug 12 21:44:08.127 INFO STEP 363 (remove_files) COMPLETE
57872025-08-12T21:44:09.245Z[ recovery-image] Aug 12 21:44:08.127 INFO O| Aug 12 21:44:08.127 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882025-08-12T21:44:09.259Z[ recovery-image] Aug 12 21:44:08.140 INFO O| Aug 12 21:44:08.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
57892025-08-12T21:44:09.259Z[ recovery-image] Aug 12 21:44:08.141 INFO O| Aug 12 21:44:08.141 INFO STEP 364 (remove_files) COMPLETE
57902025-08-12T21:44:09.262Z[ recovery-image] Aug 12 21:44:08.141 INFO O| Aug 12 21:44:08.141 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912025-08-12T21:44:09.273Z[ recovery-image] Aug 12 21:44:08.154 INFO O| Aug 12 21:44:08.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
57922025-08-12T21:44:09.273Z[ recovery-image] Aug 12 21:44:08.155 INFO O| Aug 12 21:44:08.155 INFO STEP 365 (remove_files) COMPLETE
57932025-08-12T21:44:09.273Z[ recovery-image] Aug 12 21:44:08.155 INFO O| Aug 12 21:44:08.155 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942025-08-12T21:44:09.286Z[ recovery-image] Aug 12 21:44:08.168 INFO O| Aug 12 21:44:08.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
57952025-08-12T21:44:09.286Z[ recovery-image] Aug 12 21:44:08.168 INFO O| Aug 12 21:44:08.168 INFO STEP 366 (remove_files) COMPLETE
57962025-08-12T21:44:09.290Z[ recovery-image] Aug 12 21:44:08.168 INFO O| Aug 12 21:44:08.168 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972025-08-12T21:44:09.300Z[ recovery-image] Aug 12 21:44:08.181 INFO O| Aug 12 21:44:08.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
57982025-08-12T21:44:09.301Z[ recovery-image] Aug 12 21:44:08.181 INFO O| Aug 12 21:44:08.181 INFO STEP 367 (remove_files) COMPLETE
57992025-08-12T21:44:09.304Z[ recovery-image] Aug 12 21:44:08.181 INFO O| Aug 12 21:44:08.181 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002025-08-12T21:44:09.312Z[ recovery-image] Aug 12 21:44:08.194 INFO O| Aug 12 21:44:08.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
58012025-08-12T21:44:09.312Z[ recovery-image] Aug 12 21:44:08.195 INFO O| Aug 12 21:44:08.195 INFO STEP 368 (remove_files) COMPLETE
58022025-08-12T21:44:09.313Z[ recovery-image] Aug 12 21:44:08.195 INFO O| Aug 12 21:44:08.195 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032025-08-12T21:44:09.326Z[ recovery-image] Aug 12 21:44:08.208 INFO O| Aug 12 21:44:08.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
58042025-08-12T21:44:09.326Z[ recovery-image] Aug 12 21:44:08.208 INFO O| Aug 12 21:44:08.208 INFO STEP 369 (remove_files) COMPLETE
58052025-08-12T21:44:09.326Z[ recovery-image] Aug 12 21:44:08.208 INFO O| Aug 12 21:44:08.208 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062025-08-12T21:44:09.340Z[ recovery-image] Aug 12 21:44:08.222 INFO O| Aug 12 21:44:08.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
58072025-08-12T21:44:09.340Z[ recovery-image] Aug 12 21:44:08.222 INFO O| Aug 12 21:44:08.222 INFO STEP 370 (remove_files) COMPLETE
58082025-08-12T21:44:09.340Z[ recovery-image] Aug 12 21:44:08.222 INFO O| Aug 12 21:44:08.222 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092025-08-12T21:44:09.353Z[ recovery-image] Aug 12 21:44:08.235 INFO O| Aug 12 21:44:08.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
58102025-08-12T21:44:09.357Z[ recovery-image] Aug 12 21:44:08.236 INFO O| Aug 12 21:44:08.236 INFO STEP 371 (remove_files) COMPLETE
58112025-08-12T21:44:09.357Z[ recovery-image] Aug 12 21:44:08.236 INFO O| Aug 12 21:44:08.236 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122025-08-12T21:44:09.366Z[ recovery-image] Aug 12 21:44:08.248 INFO O| Aug 12 21:44:08.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
58132025-08-12T21:44:09.366Z[ recovery-image] Aug 12 21:44:08.248 INFO O| Aug 12 21:44:08.248 INFO STEP 372 (remove_files) COMPLETE
58142025-08-12T21:44:09.366Z[ recovery-image] Aug 12 21:44:08.248 INFO O| Aug 12 21:44:08.248 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152025-08-12T21:44:09.378Z[ recovery-image] Aug 12 21:44:08.260 INFO O| Aug 12 21:44:08.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
58162025-08-12T21:44:09.378Z[ recovery-image] Aug 12 21:44:08.260 INFO O| Aug 12 21:44:08.260 INFO STEP 373 (remove_files) COMPLETE
58172025-08-12T21:44:09.378Z[ recovery-image] Aug 12 21:44:08.260 INFO O| Aug 12 21:44:08.260 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182025-08-12T21:44:09.390Z[ recovery-image] Aug 12 21:44:08.272 INFO O| Aug 12 21:44:08.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
58192025-08-12T21:44:09.393Z[ recovery-image] Aug 12 21:44:08.273 INFO O| Aug 12 21:44:08.273 INFO STEP 374 (remove_files) COMPLETE
58202025-08-12T21:44:09.393Z[ recovery-image] Aug 12 21:44:08.273 INFO O| Aug 12 21:44:08.273 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212025-08-12T21:44:09.403Z[ recovery-image] Aug 12 21:44:08.285 INFO O| Aug 12 21:44:08.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
58222025-08-12T21:44:09.403Z[ recovery-image] Aug 12 21:44:08.285 INFO O| Aug 12 21:44:08.285 INFO STEP 375 (remove_files) COMPLETE
58232025-08-12T21:44:09.406Z[ recovery-image] Aug 12 21:44:08.285 INFO O| Aug 12 21:44:08.285 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242025-08-12T21:44:09.416Z[ recovery-image] Aug 12 21:44:08.298 INFO O| Aug 12 21:44:08.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
58252025-08-12T21:44:09.416Z[ recovery-image] Aug 12 21:44:08.298 INFO O| Aug 12 21:44:08.298 INFO STEP 376 (remove_files) COMPLETE
58262025-08-12T21:44:09.419Z[ recovery-image] Aug 12 21:44:08.298 INFO O| Aug 12 21:44:08.298 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272025-08-12T21:44:09.429Z[ recovery-image] Aug 12 21:44:08.312 INFO O| Aug 12 21:44:08.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
58282025-08-12T21:44:09.433Z[ recovery-image] Aug 12 21:44:08.312 INFO O| Aug 12 21:44:08.312 INFO STEP 377 (remove_files) COMPLETE
58292025-08-12T21:44:09.433Z[ recovery-image] Aug 12 21:44:08.312 INFO O| Aug 12 21:44:08.312 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302025-08-12T21:44:09.443Z[ recovery-image] Aug 12 21:44:08.325 INFO O| Aug 12 21:44:08.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
58312025-08-12T21:44:09.443Z[ recovery-image] Aug 12 21:44:08.325 INFO O| Aug 12 21:44:08.325 INFO STEP 378 (remove_files) COMPLETE
58322025-08-12T21:44:09.446Z[ recovery-image] Aug 12 21:44:08.325 INFO O| Aug 12 21:44:08.325 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332025-08-12T21:44:09.455Z[ recovery-image] Aug 12 21:44:08.338 INFO O| Aug 12 21:44:08.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
58342025-08-12T21:44:09.455Z[ recovery-image] Aug 12 21:44:08.338 INFO O| Aug 12 21:44:08.338 INFO STEP 379 (remove_files) COMPLETE
58352025-08-12T21:44:09.456Z[ recovery-image] Aug 12 21:44:08.338 INFO O| Aug 12 21:44:08.338 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362025-08-12T21:44:09.469Z[ recovery-image] Aug 12 21:44:08.351 INFO O| Aug 12 21:44:08.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
58372025-08-12T21:44:09.469Z[ recovery-image] Aug 12 21:44:08.351 INFO O| Aug 12 21:44:08.351 INFO STEP 380 (remove_files) COMPLETE
58382025-08-12T21:44:09.469Z[ recovery-image] Aug 12 21:44:08.351 INFO O| Aug 12 21:44:08.351 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392025-08-12T21:44:09.483Z[ recovery-image] Aug 12 21:44:08.365 INFO O| Aug 12 21:44:08.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
58402025-08-12T21:44:09.484Z[ recovery-image] Aug 12 21:44:08.366 INFO O| Aug 12 21:44:08.365 INFO STEP 381 (remove_files) COMPLETE
58412025-08-12T21:44:09.484Z[ recovery-image] Aug 12 21:44:08.366 INFO O| Aug 12 21:44:08.365 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422025-08-12T21:44:09.496Z[ recovery-image] Aug 12 21:44:08.378 INFO O| Aug 12 21:44:08.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
58432025-08-12T21:44:09.496Z[ recovery-image] Aug 12 21:44:08.378 INFO O| Aug 12 21:44:08.378 INFO STEP 382 (remove_files) COMPLETE
58442025-08-12T21:44:09.499Z[ recovery-image] Aug 12 21:44:08.378 INFO O| Aug 12 21:44:08.378 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452025-08-12T21:44:09.508Z[ recovery-image] Aug 12 21:44:08.390 INFO O| Aug 12 21:44:08.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
58462025-08-12T21:44:09.508Z[ recovery-image] Aug 12 21:44:08.390 INFO O| Aug 12 21:44:08.390 INFO STEP 383 (remove_files) COMPLETE
58472025-08-12T21:44:09.508Z[ recovery-image] Aug 12 21:44:08.390 INFO O| Aug 12 21:44:08.390 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482025-08-12T21:44:09.519Z[ recovery-image] Aug 12 21:44:08.401 INFO O| Aug 12 21:44:08.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
58492025-08-12T21:44:09.519Z[ recovery-image] Aug 12 21:44:08.401 INFO O| Aug 12 21:44:08.401 INFO STEP 384 (remove_files) COMPLETE
58502025-08-12T21:44:09.519Z[ recovery-image] Aug 12 21:44:08.401 INFO O| Aug 12 21:44:08.401 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512025-08-12T21:44:09.533Z[ recovery-image] Aug 12 21:44:08.415 INFO O| Aug 12 21:44:08.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
58522025-08-12T21:44:09.533Z[ recovery-image] Aug 12 21:44:08.415 INFO O| Aug 12 21:44:08.415 INFO STEP 385 (remove_files) COMPLETE
58532025-08-12T21:44:09.533Z[ recovery-image] Aug 12 21:44:08.415 INFO O| Aug 12 21:44:08.415 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542025-08-12T21:44:09.546Z[ recovery-image] Aug 12 21:44:08.428 INFO O| Aug 12 21:44:08.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
58552025-08-12T21:44:09.547Z[ recovery-image] Aug 12 21:44:08.428 INFO O| Aug 12 21:44:08.428 INFO STEP 386 (remove_files) COMPLETE
58562025-08-12T21:44:09.547Z[ recovery-image] Aug 12 21:44:08.428 INFO O| Aug 12 21:44:08.428 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572025-08-12T21:44:09.560Z[ recovery-image] Aug 12 21:44:08.442 INFO O| Aug 12 21:44:08.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
58582025-08-12T21:44:09.560Z[ recovery-image] Aug 12 21:44:08.442 INFO O| Aug 12 21:44:08.442 INFO STEP 387 (remove_files) COMPLETE
58592025-08-12T21:44:09.560Z[ recovery-image] Aug 12 21:44:08.442 INFO O| Aug 12 21:44:08.442 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602025-08-12T21:44:09.572Z[ recovery-image] Aug 12 21:44:08.453 INFO O| Aug 12 21:44:08.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
58612025-08-12T21:44:09.572Z[ recovery-image] Aug 12 21:44:08.454 INFO O| Aug 12 21:44:08.454 INFO STEP 388 (remove_files) COMPLETE
58622025-08-12T21:44:09.572Z[ recovery-image] Aug 12 21:44:08.454 INFO O| Aug 12 21:44:08.454 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632025-08-12T21:44:09.584Z[ recovery-image] Aug 12 21:44:08.466 INFO O| Aug 12 21:44:08.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
58642025-08-12T21:44:09.584Z[ recovery-image] Aug 12 21:44:08.466 INFO O| Aug 12 21:44:08.466 INFO STEP 389 (remove_files) COMPLETE
58652025-08-12T21:44:09.584Z[ recovery-image] Aug 12 21:44:08.466 INFO O| Aug 12 21:44:08.466 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662025-08-12T21:44:09.597Z[ recovery-image] Aug 12 21:44:08.479 INFO O| Aug 12 21:44:08.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
58672025-08-12T21:44:09.597Z[ recovery-image] Aug 12 21:44:08.479 INFO O| Aug 12 21:44:08.479 INFO STEP 390 (remove_files) COMPLETE
58682025-08-12T21:44:09.597Z[ recovery-image] Aug 12 21:44:08.479 INFO O| Aug 12 21:44:08.479 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692025-08-12T21:44:09.611Z[ recovery-image] Aug 12 21:44:08.493 INFO O| Aug 12 21:44:08.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
58702025-08-12T21:44:09.611Z[ recovery-image] Aug 12 21:44:08.493 INFO O| Aug 12 21:44:08.493 INFO STEP 391 (remove_files) COMPLETE
58712025-08-12T21:44:09.611Z[ recovery-image] Aug 12 21:44:08.493 INFO O| Aug 12 21:44:08.493 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722025-08-12T21:44:09.625Z[ recovery-image] Aug 12 21:44:08.507 INFO O| Aug 12 21:44:08.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
58732025-08-12T21:44:09.625Z[ recovery-image] Aug 12 21:44:08.507 INFO O| Aug 12 21:44:08.507 INFO STEP 392 (remove_files) COMPLETE
58742025-08-12T21:44:09.625Z[ recovery-image] Aug 12 21:44:08.507 INFO O| Aug 12 21:44:08.507 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752025-08-12T21:44:09.639Z[ recovery-image] Aug 12 21:44:08.521 INFO O| Aug 12 21:44:08.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
58762025-08-12T21:44:09.639Z[ recovery-image] Aug 12 21:44:08.521 INFO O| Aug 12 21:44:08.521 INFO STEP 393 (remove_files) COMPLETE
58772025-08-12T21:44:09.642Z[ recovery-image] Aug 12 21:44:08.521 INFO O| Aug 12 21:44:08.521 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782025-08-12T21:44:09.653Z[ recovery-image] Aug 12 21:44:08.535 INFO O| Aug 12 21:44:08.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
58792025-08-12T21:44:09.653Z[ recovery-image] Aug 12 21:44:08.535 INFO O| Aug 12 21:44:08.535 INFO STEP 394 (remove_files) COMPLETE
58802025-08-12T21:44:09.653Z[ recovery-image] Aug 12 21:44:08.535 INFO O| Aug 12 21:44:08.535 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812025-08-12T21:44:09.665Z[ recovery-image] Aug 12 21:44:08.547 INFO O| Aug 12 21:44:08.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
58822025-08-12T21:44:09.665Z[ recovery-image] Aug 12 21:44:08.547 INFO O| Aug 12 21:44:08.547 INFO STEP 395 (remove_files) COMPLETE
58832025-08-12T21:44:09.665Z[ recovery-image] Aug 12 21:44:08.547 INFO O| Aug 12 21:44:08.547 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842025-08-12T21:44:09.677Z[ recovery-image] Aug 12 21:44:08.559 INFO O| Aug 12 21:44:08.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
58852025-08-12T21:44:09.677Z[ recovery-image] Aug 12 21:44:08.559 INFO O| Aug 12 21:44:08.559 INFO STEP 396 (remove_files) COMPLETE
58862025-08-12T21:44:09.677Z[ recovery-image] Aug 12 21:44:08.559 INFO O| Aug 12 21:44:08.559 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872025-08-12T21:44:09.691Z[ recovery-image] Aug 12 21:44:08.573 INFO O| Aug 12 21:44:08.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
58882025-08-12T21:44:09.691Z[ recovery-image] Aug 12 21:44:08.573 INFO O| Aug 12 21:44:08.573 INFO STEP 397 (remove_files) COMPLETE
58892025-08-12T21:44:09.691Z[ recovery-image] Aug 12 21:44:08.573 INFO O| Aug 12 21:44:08.573 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902025-08-12T21:44:09.704Z[ recovery-image] Aug 12 21:44:08.586 INFO O| Aug 12 21:44:08.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
58912025-08-12T21:44:09.704Z[ recovery-image] Aug 12 21:44:08.586 INFO O| Aug 12 21:44:08.586 INFO STEP 398 (remove_files) COMPLETE
58922025-08-12T21:44:09.707Z[ recovery-image] Aug 12 21:44:08.586 INFO O| Aug 12 21:44:08.586 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932025-08-12T21:44:09.718Z[ recovery-image] Aug 12 21:44:08.600 INFO O| Aug 12 21:44:08.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
58942025-08-12T21:44:09.718Z[ recovery-image] Aug 12 21:44:08.600 INFO O| Aug 12 21:44:08.600 INFO STEP 399 (remove_files) COMPLETE
58952025-08-12T21:44:09.718Z[ recovery-image] Aug 12 21:44:08.600 INFO O| Aug 12 21:44:08.600 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962025-08-12T21:44:09.732Z[ recovery-image] Aug 12 21:44:08.614 INFO O| Aug 12 21:44:08.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
58972025-08-12T21:44:09.732Z[ recovery-image] Aug 12 21:44:08.614 INFO O| Aug 12 21:44:08.614 INFO STEP 400 (remove_files) COMPLETE
58982025-08-12T21:44:09.732Z[ recovery-image] Aug 12 21:44:08.614 INFO O| Aug 12 21:44:08.614 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992025-08-12T21:44:09.745Z[ recovery-image] Aug 12 21:44:08.627 INFO O| Aug 12 21:44:08.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
59002025-08-12T21:44:09.745Z[ recovery-image] Aug 12 21:44:08.627 INFO O| Aug 12 21:44:08.627 INFO STEP 401 (remove_files) COMPLETE
59012025-08-12T21:44:09.745Z[ recovery-image] Aug 12 21:44:08.627 INFO O| Aug 12 21:44:08.627 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022025-08-12T21:44:09.759Z[ recovery-image] Aug 12 21:44:08.641 INFO O| Aug 12 21:44:08.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
59032025-08-12T21:44:09.759Z[ recovery-image] Aug 12 21:44:08.641 INFO O| Aug 12 21:44:08.641 INFO STEP 402 (remove_files) COMPLETE
59042025-08-12T21:44:09.762Z[ recovery-image] Aug 12 21:44:08.641 INFO O| Aug 12 21:44:08.641 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052025-08-12T21:44:09.772Z[ recovery-image] Aug 12 21:44:08.654 INFO O| Aug 12 21:44:08.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
59062025-08-12T21:44:09.772Z[ recovery-image] Aug 12 21:44:08.655 INFO O| Aug 12 21:44:08.654 INFO STEP 403 (remove_files) COMPLETE
59072025-08-12T21:44:09.776Z[ recovery-image] Aug 12 21:44:08.655 INFO O| Aug 12 21:44:08.654 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082025-08-12T21:44:09.787Z[ recovery-image] Aug 12 21:44:08.669 INFO O| Aug 12 21:44:08.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
59092025-08-12T21:44:09.787Z[ recovery-image] Aug 12 21:44:08.669 INFO O| Aug 12 21:44:08.669 INFO STEP 404 (remove_files) COMPLETE
59102025-08-12T21:44:09.787Z[ recovery-image] Aug 12 21:44:08.669 INFO O| Aug 12 21:44:08.669 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112025-08-12T21:44:09.802Z[ recovery-image] Aug 12 21:44:08.684 INFO O| Aug 12 21:44:08.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
59122025-08-12T21:44:09.802Z[ recovery-image] Aug 12 21:44:08.684 INFO O| Aug 12 21:44:08.684 INFO STEP 405 (remove_files) COMPLETE
59132025-08-12T21:44:09.802Z[ recovery-image] Aug 12 21:44:08.684 INFO O| Aug 12 21:44:08.684 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142025-08-12T21:44:09.817Z[ recovery-image] Aug 12 21:44:08.699 INFO O| Aug 12 21:44:08.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
59152025-08-12T21:44:09.817Z[ recovery-image] Aug 12 21:44:08.699 INFO O| Aug 12 21:44:08.699 INFO STEP 406 (remove_files) COMPLETE
59162025-08-12T21:44:09.817Z[ recovery-image] Aug 12 21:44:08.699 INFO O| Aug 12 21:44:08.699 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172025-08-12T21:44:09.832Z[ recovery-image] Aug 12 21:44:08.713 INFO O| Aug 12 21:44:08.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
59182025-08-12T21:44:09.832Z[ recovery-image] Aug 12 21:44:08.713 INFO O| Aug 12 21:44:08.713 INFO STEP 407 (remove_files) COMPLETE
59192025-08-12T21:44:09.832Z[ recovery-image] Aug 12 21:44:08.714 INFO O| Aug 12 21:44:08.713 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202025-08-12T21:44:09.846Z[ recovery-image] Aug 12 21:44:08.728 INFO O| Aug 12 21:44:08.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
59212025-08-12T21:44:09.846Z[ recovery-image] Aug 12 21:44:08.728 INFO O| Aug 12 21:44:08.728 INFO STEP 408 (remove_files) COMPLETE
59222025-08-12T21:44:09.846Z[ recovery-image] Aug 12 21:44:08.728 INFO O| Aug 12 21:44:08.728 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232025-08-12T21:44:09.859Z[ recovery-image] Aug 12 21:44:08.741 INFO O| Aug 12 21:44:08.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
59242025-08-12T21:44:09.860Z[ recovery-image] Aug 12 21:44:08.741 INFO O| Aug 12 21:44:08.741 INFO STEP 409 (remove_files) COMPLETE
59252025-08-12T21:44:09.860Z[ recovery-image] Aug 12 21:44:08.741 INFO O| Aug 12 21:44:08.741 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262025-08-12T21:44:09.873Z[ recovery-image] Aug 12 21:44:08.755 INFO O| Aug 12 21:44:08.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
59272025-08-12T21:44:09.873Z[ recovery-image] Aug 12 21:44:08.755 INFO O| Aug 12 21:44:08.755 INFO STEP 410 (remove_files) COMPLETE
59282025-08-12T21:44:09.873Z[ recovery-image] Aug 12 21:44:08.755 INFO O| Aug 12 21:44:08.755 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292025-08-12T21:44:09.887Z[ recovery-image] Aug 12 21:44:08.769 INFO O| Aug 12 21:44:08.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
59302025-08-12T21:44:09.887Z[ recovery-image] Aug 12 21:44:08.769 INFO O| Aug 12 21:44:08.769 INFO STEP 411 (remove_files) COMPLETE
59312025-08-12T21:44:09.887Z[ recovery-image] Aug 12 21:44:08.769 INFO O| Aug 12 21:44:08.769 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322025-08-12T21:44:09.901Z[ recovery-image] Aug 12 21:44:08.783 INFO O| Aug 12 21:44:08.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
59332025-08-12T21:44:09.901Z[ recovery-image] Aug 12 21:44:08.783 INFO O| Aug 12 21:44:08.783 INFO STEP 412 (remove_files) COMPLETE
59342025-08-12T21:44:09.905Z[ recovery-image] Aug 12 21:44:08.783 INFO O| Aug 12 21:44:08.783 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352025-08-12T21:44:09.915Z[ recovery-image] Aug 12 21:44:08.797 INFO O| Aug 12 21:44:08.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
59362025-08-12T21:44:09.915Z[ recovery-image] Aug 12 21:44:08.797 INFO O| Aug 12 21:44:08.797 INFO STEP 413 (remove_files) COMPLETE
59372025-08-12T21:44:09.915Z[ recovery-image] Aug 12 21:44:08.797 INFO O| Aug 12 21:44:08.797 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382025-08-12T21:44:09.929Z[ recovery-image] Aug 12 21:44:08.811 INFO O| Aug 12 21:44:08.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
59392025-08-12T21:44:09.929Z[ recovery-image] Aug 12 21:44:08.811 INFO O| Aug 12 21:44:08.811 INFO STEP 414 (remove_files) COMPLETE
59402025-08-12T21:44:09.929Z[ recovery-image] Aug 12 21:44:08.811 INFO O| Aug 12 21:44:08.811 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412025-08-12T21:44:09.943Z[ recovery-image] Aug 12 21:44:08.824 INFO O| Aug 12 21:44:08.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
59422025-08-12T21:44:09.943Z[ recovery-image] Aug 12 21:44:08.824 INFO O| Aug 12 21:44:08.824 INFO STEP 415 (remove_files) COMPLETE
59432025-08-12T21:44:09.946Z[ recovery-image] Aug 12 21:44:08.824 INFO O| Aug 12 21:44:08.824 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442025-08-12T21:44:09.956Z[ recovery-image] Aug 12 21:44:08.838 INFO O| Aug 12 21:44:08.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
59452025-08-12T21:44:09.956Z[ recovery-image] Aug 12 21:44:08.838 INFO O| Aug 12 21:44:08.838 INFO STEP 416 (remove_files) COMPLETE
59462025-08-12T21:44:09.960Z[ recovery-image] Aug 12 21:44:08.838 INFO O| Aug 12 21:44:08.838 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472025-08-12T21:44:09.970Z[ recovery-image] Aug 12 21:44:08.852 INFO O| Aug 12 21:44:08.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
59482025-08-12T21:44:09.970Z[ recovery-image] Aug 12 21:44:08.852 INFO O| Aug 12 21:44:08.852 INFO STEP 417 (remove_files) COMPLETE
59492025-08-12T21:44:09.970Z[ recovery-image] Aug 12 21:44:08.852 INFO O| Aug 12 21:44:08.852 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502025-08-12T21:44:09.983Z[ recovery-image] Aug 12 21:44:08.865 INFO O| Aug 12 21:44:08.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
59512025-08-12T21:44:09.984Z[ recovery-image] Aug 12 21:44:08.865 INFO O| Aug 12 21:44:08.865 INFO STEP 418 (remove_files) COMPLETE
59522025-08-12T21:44:09.987Z[ recovery-image] Aug 12 21:44:08.865 INFO O| Aug 12 21:44:08.865 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532025-08-12T21:44:10.015Z[ recovery-image] Aug 12 21:44:08.897 INFO O| Aug 12 21:44:08.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
59542025-08-12T21:44:10.015Z[ recovery-image] Aug 12 21:44:08.897 INFO O| Aug 12 21:44:08.897 INFO STEP 419 (remove_files) COMPLETE
59552025-08-12T21:44:10.019Z[ recovery-image] Aug 12 21:44:08.897 INFO O| Aug 12 21:44:08.897 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562025-08-12T21:44:10.028Z[ recovery-image] Aug 12 21:44:08.910 INFO O| Aug 12 21:44:08.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
59572025-08-12T21:44:10.032Z[ recovery-image] Aug 12 21:44:08.910 INFO O| Aug 12 21:44:08.910 INFO STEP 420 (remove_files) COMPLETE
59582025-08-12T21:44:10.032Z[ recovery-image] Aug 12 21:44:08.910 INFO O| Aug 12 21:44:08.910 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592025-08-12T21:44:10.041Z[ recovery-image] Aug 12 21:44:08.923 INFO O| Aug 12 21:44:08.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
59602025-08-12T21:44:10.041Z[ recovery-image] Aug 12 21:44:08.923 INFO O| Aug 12 21:44:08.923 INFO STEP 421 (remove_files) COMPLETE
59612025-08-12T21:44:10.041Z[ recovery-image] Aug 12 21:44:08.923 INFO O| Aug 12 21:44:08.923 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622025-08-12T21:44:10.055Z[ recovery-image] Aug 12 21:44:08.936 INFO O| Aug 12 21:44:08.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
59632025-08-12T21:44:10.055Z[ recovery-image] Aug 12 21:44:08.937 INFO O| Aug 12 21:44:08.937 INFO STEP 422 (remove_files) COMPLETE
59642025-08-12T21:44:10.058Z[ recovery-image] Aug 12 21:44:08.937 INFO O| Aug 12 21:44:08.937 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652025-08-12T21:44:10.068Z[ recovery-image] Aug 12 21:44:08.950 INFO O| Aug 12 21:44:08.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
59662025-08-12T21:44:10.068Z[ recovery-image] Aug 12 21:44:08.950 INFO O| Aug 12 21:44:08.950 INFO STEP 423 (remove_files) COMPLETE
59672025-08-12T21:44:10.068Z[ recovery-image] Aug 12 21:44:08.950 INFO O| Aug 12 21:44:08.950 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682025-08-12T21:44:10.081Z[ recovery-image] Aug 12 21:44:08.963 INFO O| Aug 12 21:44:08.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
59692025-08-12T21:44:10.081Z[ recovery-image] Aug 12 21:44:08.963 INFO O| Aug 12 21:44:08.963 INFO STEP 424 (remove_files) COMPLETE
59702025-08-12T21:44:10.081Z[ recovery-image] Aug 12 21:44:08.963 INFO O| Aug 12 21:44:08.963 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712025-08-12T21:44:10.096Z[ recovery-image] Aug 12 21:44:08.976 INFO O| Aug 12 21:44:08.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
59722025-08-12T21:44:10.097Z[ recovery-image] Aug 12 21:44:08.976 INFO O| Aug 12 21:44:08.976 INFO STEP 425 (remove_files) COMPLETE
59732025-08-12T21:44:10.100Z[ recovery-image] Aug 12 21:44:08.976 INFO O| Aug 12 21:44:08.976 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742025-08-12T21:44:10.109Z[ recovery-image] Aug 12 21:44:08.991 INFO O| Aug 12 21:44:08.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
59752025-08-12T21:44:10.112Z[ recovery-image] Aug 12 21:44:08.991 INFO O| Aug 12 21:44:08.991 INFO STEP 426 (remove_files) COMPLETE
59762025-08-12T21:44:10.112Z[ recovery-image] Aug 12 21:44:08.991 INFO O| Aug 12 21:44:08.991 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772025-08-12T21:44:10.125Z[ recovery-image] Aug 12 21:44:09.007 INFO O| Aug 12 21:44:09.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
59782025-08-12T21:44:10.125Z[ recovery-image] Aug 12 21:44:09.007 INFO O| Aug 12 21:44:09.007 INFO STEP 427 (remove_files) COMPLETE
59792025-08-12T21:44:10.125Z[ recovery-image] Aug 12 21:44:09.007 INFO O| Aug 12 21:44:09.007 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802025-08-12T21:44:10.158Z[ recovery-image] Aug 12 21:44:09.040 INFO O| Aug 12 21:44:09.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
59812025-08-12T21:44:10.158Z[ recovery-image] Aug 12 21:44:09.040 INFO O| Aug 12 21:44:09.040 INFO STEP 428 (remove_files) COMPLETE
59822025-08-12T21:44:10.158Z[ recovery-image] Aug 12 21:44:09.040 INFO O| Aug 12 21:44:09.040 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832025-08-12T21:44:10.212Z[ recovery-image] Aug 12 21:44:09.094 INFO O| Aug 12 21:44:09.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
59842025-08-12T21:44:10.212Z[ recovery-image] Aug 12 21:44:09.094 INFO O| Aug 12 21:44:09.094 INFO STEP 429 (remove_files) COMPLETE
59852025-08-12T21:44:10.212Z[ recovery-image] Aug 12 21:44:09.094 INFO O| Aug 12 21:44:09.094 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862025-08-12T21:44:10.256Z[ recovery-image] Aug 12 21:44:09.138 INFO O| Aug 12 21:44:09.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
59872025-08-12T21:44:10.256Z[ recovery-image] Aug 12 21:44:09.138 INFO O| Aug 12 21:44:09.138 INFO STEP 430 (remove_files) COMPLETE
59882025-08-12T21:44:10.256Z[ recovery-image] Aug 12 21:44:09.138 INFO O| Aug 12 21:44:09.138 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892025-08-12T21:44:10.271Z[ recovery-image] Aug 12 21:44:09.153 INFO O| Aug 12 21:44:09.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
59902025-08-12T21:44:10.271Z[ recovery-image] Aug 12 21:44:09.153 INFO O| Aug 12 21:44:09.153 INFO STEP 431 (remove_files) COMPLETE
59912025-08-12T21:44:10.271Z[ recovery-image] Aug 12 21:44:09.153 INFO O| Aug 12 21:44:09.153 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922025-08-12T21:44:10.286Z[ recovery-image] Aug 12 21:44:09.167 INFO O| Aug 12 21:44:09.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
59932025-08-12T21:44:10.286Z[ recovery-image] Aug 12 21:44:09.167 INFO O| Aug 12 21:44:09.167 INFO STEP 432 (remove_files) COMPLETE
59942025-08-12T21:44:10.289Z[ recovery-image] Aug 12 21:44:09.167 INFO O| Aug 12 21:44:09.167 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952025-08-12T21:44:10.300Z[ recovery-image] Aug 12 21:44:09.182 INFO O| Aug 12 21:44:09.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
59962025-08-12T21:44:10.300Z[ recovery-image] Aug 12 21:44:09.182 INFO O| Aug 12 21:44:09.182 INFO STEP 433 (remove_files) COMPLETE
59972025-08-12T21:44:10.303Z[ recovery-image] Aug 12 21:44:09.182 INFO O| Aug 12 21:44:09.182 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982025-08-12T21:44:10.314Z[ recovery-image] Aug 12 21:44:09.196 INFO O| Aug 12 21:44:09.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
59992025-08-12T21:44:10.314Z[ recovery-image] Aug 12 21:44:09.196 INFO O| Aug 12 21:44:09.196 INFO STEP 434 (remove_files) COMPLETE
60002025-08-12T21:44:10.317Z[ recovery-image] Aug 12 21:44:09.196 INFO O| Aug 12 21:44:09.196 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012025-08-12T21:44:10.328Z[ recovery-image] Aug 12 21:44:09.209 INFO O| Aug 12 21:44:09.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
60022025-08-12T21:44:10.331Z[ recovery-image] Aug 12 21:44:09.210 INFO O| Aug 12 21:44:09.210 INFO STEP 435 (remove_files) COMPLETE
60032025-08-12T21:44:10.331Z[ recovery-image] Aug 12 21:44:09.210 INFO O| Aug 12 21:44:09.210 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042025-08-12T21:44:10.344Z[ recovery-image] Aug 12 21:44:09.226 INFO O| Aug 12 21:44:09.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
60052025-08-12T21:44:10.344Z[ recovery-image] Aug 12 21:44:09.226 INFO O| Aug 12 21:44:09.226 INFO STEP 436 (remove_files) COMPLETE
60062025-08-12T21:44:10.348Z[ recovery-image] Aug 12 21:44:09.226 INFO O| Aug 12 21:44:09.226 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072025-08-12T21:44:10.360Z[ recovery-image] Aug 12 21:44:09.241 INFO O| Aug 12 21:44:09.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
60082025-08-12T21:44:10.363Z[ recovery-image] Aug 12 21:44:09.242 INFO O| Aug 12 21:44:09.242 INFO STEP 437 (remove_files) COMPLETE
60092025-08-12T21:44:10.363Z[ recovery-image] Aug 12 21:44:09.242 INFO O| Aug 12 21:44:09.242 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102025-08-12T21:44:10.376Z[ recovery-image] Aug 12 21:44:09.258 INFO O| Aug 12 21:44:09.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
60112025-08-12T21:44:10.376Z[ recovery-image] Aug 12 21:44:09.258 INFO O| Aug 12 21:44:09.258 INFO STEP 438 (remove_files) COMPLETE
60122025-08-12T21:44:10.376Z[ recovery-image] Aug 12 21:44:09.258 INFO O| Aug 12 21:44:09.258 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132025-08-12T21:44:10.390Z[ recovery-image] Aug 12 21:44:09.272 INFO O| Aug 12 21:44:09.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
60142025-08-12T21:44:10.390Z[ recovery-image] Aug 12 21:44:09.272 INFO O| Aug 12 21:44:09.272 INFO STEP 439 (remove_files) COMPLETE
60152025-08-12T21:44:10.390Z[ recovery-image] Aug 12 21:44:09.272 INFO O| Aug 12 21:44:09.272 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162025-08-12T21:44:10.406Z[ recovery-image] Aug 12 21:44:09.288 INFO O| Aug 12 21:44:09.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
60172025-08-12T21:44:10.406Z[ recovery-image] Aug 12 21:44:09.288 INFO O| Aug 12 21:44:09.288 INFO STEP 440 (remove_files) COMPLETE
60182025-08-12T21:44:10.406Z[ recovery-image] Aug 12 21:44:09.288 INFO O| Aug 12 21:44:09.288 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192025-08-12T21:44:10.421Z[ recovery-image] Aug 12 21:44:09.303 INFO O| Aug 12 21:44:09.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
60202025-08-12T21:44:10.421Z[ recovery-image] Aug 12 21:44:09.303 INFO O| Aug 12 21:44:09.303 INFO STEP 441 (remove_files) COMPLETE
60212025-08-12T21:44:10.421Z[ recovery-image] Aug 12 21:44:09.303 INFO O| Aug 12 21:44:09.303 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222025-08-12T21:44:10.436Z[ recovery-image] Aug 12 21:44:09.318 INFO O| Aug 12 21:44:09.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
60232025-08-12T21:44:10.436Z[ recovery-image] Aug 12 21:44:09.318 INFO O| Aug 12 21:44:09.318 INFO STEP 442 (remove_files) COMPLETE
60242025-08-12T21:44:10.436Z[ recovery-image] Aug 12 21:44:09.318 INFO O| Aug 12 21:44:09.318 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252025-08-12T21:44:10.452Z[ recovery-image] Aug 12 21:44:09.333 INFO O| Aug 12 21:44:09.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
60262025-08-12T21:44:10.452Z[ recovery-image] Aug 12 21:44:09.334 INFO O| Aug 12 21:44:09.333 INFO STEP 443 (remove_files) COMPLETE
60272025-08-12T21:44:10.452Z[ recovery-image] Aug 12 21:44:09.334 INFO O| Aug 12 21:44:09.333 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282025-08-12T21:44:10.467Z[ recovery-image] Aug 12 21:44:09.348 INFO O| Aug 12 21:44:09.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
60292025-08-12T21:44:10.467Z[ recovery-image] Aug 12 21:44:09.348 INFO O| Aug 12 21:44:09.348 INFO STEP 444 (remove_files) COMPLETE
60302025-08-12T21:44:10.467Z[ recovery-image] Aug 12 21:44:09.348 INFO O| Aug 12 21:44:09.348 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312025-08-12T21:44:10.482Z[ recovery-image] Aug 12 21:44:09.364 INFO O| Aug 12 21:44:09.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
60322025-08-12T21:44:10.482Z[ recovery-image] Aug 12 21:44:09.364 INFO O| Aug 12 21:44:09.364 INFO STEP 445 (remove_files) COMPLETE
60332025-08-12T21:44:10.482Z[ recovery-image] Aug 12 21:44:09.364 INFO O| Aug 12 21:44:09.364 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342025-08-12T21:44:10.498Z[ recovery-image] Aug 12 21:44:09.379 INFO O| Aug 12 21:44:09.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
60352025-08-12T21:44:10.498Z[ recovery-image] Aug 12 21:44:09.379 INFO O| Aug 12 21:44:09.379 INFO STEP 446 (remove_files) COMPLETE
60362025-08-12T21:44:10.498Z[ recovery-image] Aug 12 21:44:09.379 INFO O| Aug 12 21:44:09.379 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372025-08-12T21:44:10.513Z[ recovery-image] Aug 12 21:44:09.394 INFO O| Aug 12 21:44:09.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
60382025-08-12T21:44:10.513Z[ recovery-image] Aug 12 21:44:09.394 INFO O| Aug 12 21:44:09.394 INFO STEP 447 (remove_files) COMPLETE
60392025-08-12T21:44:10.513Z[ recovery-image] Aug 12 21:44:09.394 INFO O| Aug 12 21:44:09.394 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402025-08-12T21:44:10.527Z[ recovery-image] Aug 12 21:44:09.409 INFO O| Aug 12 21:44:09.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
60412025-08-12T21:44:10.527Z[ recovery-image] Aug 12 21:44:09.409 INFO O| Aug 12 21:44:09.409 INFO STEP 448 (remove_files) COMPLETE
60422025-08-12T21:44:10.527Z[ recovery-image] Aug 12 21:44:09.409 INFO O| Aug 12 21:44:09.409 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432025-08-12T21:44:10.541Z[ recovery-image] Aug 12 21:44:09.423 INFO O| Aug 12 21:44:09.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
60442025-08-12T21:44:10.541Z[ recovery-image] Aug 12 21:44:09.423 INFO O| Aug 12 21:44:09.423 INFO STEP 449 (remove_files) COMPLETE
60452025-08-12T21:44:10.545Z[ recovery-image] Aug 12 21:44:09.423 INFO O| Aug 12 21:44:09.423 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462025-08-12T21:44:10.555Z[ recovery-image] Aug 12 21:44:09.437 INFO O| Aug 12 21:44:09.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
60472025-08-12T21:44:10.559Z[ recovery-image] Aug 12 21:44:09.437 INFO O| Aug 12 21:44:09.437 INFO STEP 450 (remove_files) COMPLETE
60482025-08-12T21:44:10.559Z[ recovery-image] Aug 12 21:44:09.437 INFO O| Aug 12 21:44:09.437 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492025-08-12T21:44:10.570Z[ recovery-image] Aug 12 21:44:09.452 INFO O| Aug 12 21:44:09.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
60502025-08-12T21:44:10.573Z[ recovery-image] Aug 12 21:44:09.452 INFO O| Aug 12 21:44:09.452 INFO STEP 451 (remove_files) COMPLETE
60512025-08-12T21:44:10.573Z[ recovery-image] Aug 12 21:44:09.452 INFO O| Aug 12 21:44:09.452 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522025-08-12T21:44:10.585Z[ recovery-image] Aug 12 21:44:09.467 INFO O| Aug 12 21:44:09.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
60532025-08-12T21:44:10.585Z[ recovery-image] Aug 12 21:44:09.467 INFO O| Aug 12 21:44:09.467 INFO STEP 452 (remove_files) COMPLETE
60542025-08-12T21:44:10.593Z[ recovery-image] Aug 12 21:44:09.467 INFO O| Aug 12 21:44:09.467 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552025-08-12T21:44:10.600Z[ recovery-image] Aug 12 21:44:09.482 INFO O| Aug 12 21:44:09.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
60562025-08-12T21:44:10.600Z[ recovery-image] Aug 12 21:44:09.482 INFO O| Aug 12 21:44:09.482 INFO STEP 453 (remove_files) COMPLETE
60572025-08-12T21:44:10.605Z[ recovery-image] Aug 12 21:44:09.482 INFO O| Aug 12 21:44:09.482 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582025-08-12T21:44:10.615Z[ recovery-image] Aug 12 21:44:09.496 INFO O| Aug 12 21:44:09.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
60592025-08-12T21:44:10.615Z[ recovery-image] Aug 12 21:44:09.497 INFO O| Aug 12 21:44:09.496 INFO STEP 454 (remove_files) COMPLETE
60602025-08-12T21:44:10.615Z[ recovery-image] Aug 12 21:44:09.497 INFO O| Aug 12 21:44:09.497 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612025-08-12T21:44:10.629Z[ recovery-image] Aug 12 21:44:09.511 INFO O| Aug 12 21:44:09.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
60622025-08-12T21:44:10.629Z[ recovery-image] Aug 12 21:44:09.511 INFO O| Aug 12 21:44:09.511 INFO STEP 455 (remove_files) COMPLETE
60632025-08-12T21:44:10.633Z[ recovery-image] Aug 12 21:44:09.511 INFO O| Aug 12 21:44:09.511 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642025-08-12T21:44:10.644Z[ recovery-image] Aug 12 21:44:09.526 INFO O| Aug 12 21:44:09.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
60652025-08-12T21:44:10.644Z[ recovery-image] Aug 12 21:44:09.526 INFO O| Aug 12 21:44:09.526 INFO STEP 456 (remove_files) COMPLETE
60662025-08-12T21:44:10.644Z[ recovery-image] Aug 12 21:44:09.526 INFO O| Aug 12 21:44:09.526 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672025-08-12T21:44:10.658Z[ recovery-image] Aug 12 21:44:09.540 INFO O| Aug 12 21:44:09.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
60682025-08-12T21:44:10.658Z[ recovery-image] Aug 12 21:44:09.540 INFO O| Aug 12 21:44:09.540 INFO STEP 457 (remove_files) COMPLETE
60692025-08-12T21:44:10.662Z[ recovery-image] Aug 12 21:44:09.540 INFO O| Aug 12 21:44:09.540 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702025-08-12T21:44:10.671Z[ recovery-image] Aug 12 21:44:09.553 INFO O| Aug 12 21:44:09.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
60712025-08-12T21:44:10.671Z[ recovery-image] Aug 12 21:44:09.553 INFO O| Aug 12 21:44:09.553 INFO STEP 458 (remove_files) COMPLETE
60722025-08-12T21:44:10.671Z[ recovery-image] Aug 12 21:44:09.553 INFO O| Aug 12 21:44:09.553 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732025-08-12T21:44:10.686Z[ recovery-image] Aug 12 21:44:09.568 INFO O| Aug 12 21:44:09.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
60742025-08-12T21:44:10.686Z[ recovery-image] Aug 12 21:44:09.568 INFO O| Aug 12 21:44:09.568 INFO STEP 459 (remove_files) COMPLETE
60752025-08-12T21:44:10.686Z[ recovery-image] Aug 12 21:44:09.568 INFO O| Aug 12 21:44:09.568 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762025-08-12T21:44:10.701Z[ recovery-image] Aug 12 21:44:09.582 INFO O| Aug 12 21:44:09.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
60772025-08-12T21:44:10.701Z[ recovery-image] Aug 12 21:44:09.582 INFO O| Aug 12 21:44:09.582 INFO STEP 460 (remove_files) COMPLETE
60782025-08-12T21:44:10.704Z[ recovery-image] Aug 12 21:44:09.582 INFO O| Aug 12 21:44:09.582 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792025-08-12T21:44:10.714Z[ recovery-image] Aug 12 21:44:09.596 INFO O| Aug 12 21:44:09.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
60802025-08-12T21:44:10.718Z[ recovery-image] Aug 12 21:44:09.596 INFO O| Aug 12 21:44:09.596 INFO STEP 461 (remove_files) COMPLETE
60812025-08-12T21:44:10.718Z[ recovery-image] Aug 12 21:44:09.596 INFO O| Aug 12 21:44:09.596 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822025-08-12T21:44:10.727Z[ recovery-image] Aug 12 21:44:09.608 INFO O| Aug 12 21:44:09.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
60832025-08-12T21:44:10.727Z[ recovery-image] Aug 12 21:44:09.608 INFO O| Aug 12 21:44:09.608 INFO STEP 462 (remove_files) COMPLETE
60842025-08-12T21:44:10.727Z[ recovery-image] Aug 12 21:44:09.608 INFO O| Aug 12 21:44:09.608 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852025-08-12T21:44:10.740Z[ recovery-image] Aug 12 21:44:09.621 INFO O| Aug 12 21:44:09.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
60862025-08-12T21:44:10.740Z[ recovery-image] Aug 12 21:44:09.622 INFO O| Aug 12 21:44:09.621 INFO STEP 463 (remove_files) COMPLETE
60872025-08-12T21:44:10.743Z[ recovery-image] Aug 12 21:44:09.622 INFO O| Aug 12 21:44:09.622 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882025-08-12T21:44:10.753Z[ recovery-image] Aug 12 21:44:09.635 INFO O| Aug 12 21:44:09.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
60892025-08-12T21:44:10.753Z[ recovery-image] Aug 12 21:44:09.635 INFO O| Aug 12 21:44:09.635 INFO STEP 464 (remove_files) COMPLETE
60902025-08-12T21:44:10.757Z[ recovery-image] Aug 12 21:44:09.635 INFO O| Aug 12 21:44:09.635 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912025-08-12T21:44:10.767Z[ recovery-image] Aug 12 21:44:09.649 INFO O| Aug 12 21:44:09.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
60922025-08-12T21:44:10.767Z[ recovery-image] Aug 12 21:44:09.649 INFO O| Aug 12 21:44:09.649 INFO STEP 465 (remove_files) COMPLETE
60932025-08-12T21:44:10.767Z[ recovery-image] Aug 12 21:44:09.649 INFO O| Aug 12 21:44:09.649 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942025-08-12T21:44:10.780Z[ recovery-image] Aug 12 21:44:09.662 INFO O| Aug 12 21:44:09.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
60952025-08-12T21:44:10.780Z[ recovery-image] Aug 12 21:44:09.662 INFO O| Aug 12 21:44:09.662 INFO STEP 466 (remove_files) COMPLETE
60962025-08-12T21:44:10.784Z[ recovery-image] Aug 12 21:44:09.662 INFO O| Aug 12 21:44:09.662 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972025-08-12T21:44:10.794Z[ recovery-image] Aug 12 21:44:09.676 INFO O| Aug 12 21:44:09.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
60982025-08-12T21:44:10.794Z[ recovery-image] Aug 12 21:44:09.676 INFO O| Aug 12 21:44:09.676 INFO STEP 467 (remove_files) COMPLETE
60992025-08-12T21:44:10.798Z[ recovery-image] Aug 12 21:44:09.676 INFO O| Aug 12 21:44:09.676 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002025-08-12T21:44:10.808Z[ recovery-image] Aug 12 21:44:09.690 INFO O| Aug 12 21:44:09.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
61012025-08-12T21:44:10.808Z[ recovery-image] Aug 12 21:44:09.690 INFO O| Aug 12 21:44:09.690 INFO STEP 468 (remove_files) COMPLETE
61022025-08-12T21:44:10.808Z[ recovery-image] Aug 12 21:44:09.690 INFO O| Aug 12 21:44:09.690 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032025-08-12T21:44:10.822Z[ recovery-image] Aug 12 21:44:09.704 INFO O| Aug 12 21:44:09.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
61042025-08-12T21:44:10.822Z[ recovery-image] Aug 12 21:44:09.704 INFO O| Aug 12 21:44:09.704 INFO STEP 469 (remove_files) COMPLETE
61052025-08-12T21:44:10.822Z[ recovery-image] Aug 12 21:44:09.704 INFO O| Aug 12 21:44:09.704 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062025-08-12T21:44:10.836Z[ recovery-image] Aug 12 21:44:09.717 INFO O| Aug 12 21:44:09.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
61072025-08-12T21:44:10.836Z[ recovery-image] Aug 12 21:44:09.718 INFO O| Aug 12 21:44:09.717 INFO STEP 470 (remove_files) COMPLETE
61082025-08-12T21:44:10.836Z[ recovery-image] Aug 12 21:44:09.718 INFO O| Aug 12 21:44:09.718 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092025-08-12T21:44:10.849Z[ recovery-image] Aug 12 21:44:09.731 INFO O| Aug 12 21:44:09.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
61102025-08-12T21:44:10.849Z[ recovery-image] Aug 12 21:44:09.731 INFO O| Aug 12 21:44:09.731 INFO STEP 471 (remove_files) COMPLETE
61112025-08-12T21:44:10.852Z[ recovery-image] Aug 12 21:44:09.731 INFO O| Aug 12 21:44:09.731 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122025-08-12T21:44:10.861Z[ recovery-image] Aug 12 21:44:09.743 INFO O| Aug 12 21:44:09.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
61132025-08-12T21:44:10.861Z[ recovery-image] Aug 12 21:44:09.743 INFO O| Aug 12 21:44:09.743 INFO STEP 472 (remove_files) COMPLETE
61142025-08-12T21:44:10.861Z[ recovery-image] Aug 12 21:44:09.743 INFO O| Aug 12 21:44:09.743 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152025-08-12T21:44:10.875Z[ recovery-image] Aug 12 21:44:09.756 INFO O| Aug 12 21:44:09.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
61162025-08-12T21:44:10.875Z[ recovery-image] Aug 12 21:44:09.757 INFO O| Aug 12 21:44:09.757 INFO STEP 473 (remove_files) COMPLETE
61172025-08-12T21:44:10.875Z[ recovery-image] Aug 12 21:44:09.757 INFO O| Aug 12 21:44:09.757 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182025-08-12T21:44:10.887Z[ recovery-image] Aug 12 21:44:09.769 INFO O| Aug 12 21:44:09.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
61192025-08-12T21:44:10.887Z[ recovery-image] Aug 12 21:44:09.769 INFO O| Aug 12 21:44:09.769 INFO STEP 474 (remove_files) COMPLETE
61202025-08-12T21:44:10.887Z[ recovery-image] Aug 12 21:44:09.769 INFO O| Aug 12 21:44:09.769 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212025-08-12T21:44:10.900Z[ recovery-image] Aug 12 21:44:09.782 INFO O| Aug 12 21:44:09.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
61222025-08-12T21:44:10.900Z[ recovery-image] Aug 12 21:44:09.782 INFO O| Aug 12 21:44:09.782 INFO STEP 475 (remove_files) COMPLETE
61232025-08-12T21:44:10.904Z[ recovery-image] Aug 12 21:44:09.782 INFO O| Aug 12 21:44:09.782 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242025-08-12T21:44:10.913Z[ recovery-image] Aug 12 21:44:09.795 INFO O| Aug 12 21:44:09.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
61252025-08-12T21:44:10.913Z[ recovery-image] Aug 12 21:44:09.795 INFO O| Aug 12 21:44:09.795 INFO STEP 476 (remove_files) COMPLETE
61262025-08-12T21:44:10.913Z[ recovery-image] Aug 12 21:44:09.795 INFO O| Aug 12 21:44:09.795 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272025-08-12T21:44:10.926Z[ recovery-image] Aug 12 21:44:09.808 INFO O| Aug 12 21:44:09.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
61282025-08-12T21:44:10.926Z[ recovery-image] Aug 12 21:44:09.808 INFO O| Aug 12 21:44:09.808 INFO STEP 477 (remove_files) COMPLETE
61292025-08-12T21:44:10.926Z[ recovery-image] Aug 12 21:44:09.808 INFO O| Aug 12 21:44:09.808 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302025-08-12T21:44:10.939Z[ recovery-image] Aug 12 21:44:09.820 INFO O| Aug 12 21:44:09.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
61312025-08-12T21:44:10.942Z[ recovery-image] Aug 12 21:44:09.821 INFO O| Aug 12 21:44:09.821 INFO STEP 478 (remove_files) COMPLETE
61322025-08-12T21:44:10.942Z[ recovery-image] Aug 12 21:44:09.821 INFO O| Aug 12 21:44:09.821 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332025-08-12T21:44:10.952Z[ recovery-image] Aug 12 21:44:09.833 INFO O| Aug 12 21:44:09.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
61342025-08-12T21:44:10.952Z[ recovery-image] Aug 12 21:44:09.833 INFO O| Aug 12 21:44:09.833 INFO STEP 479 (remove_files) COMPLETE
61352025-08-12T21:44:10.952Z[ recovery-image] Aug 12 21:44:09.833 INFO O| Aug 12 21:44:09.833 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362025-08-12T21:44:10.965Z[ recovery-image] Aug 12 21:44:09.847 INFO O| Aug 12 21:44:09.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
61372025-08-12T21:44:10.965Z[ recovery-image] Aug 12 21:44:09.847 INFO O| Aug 12 21:44:09.847 INFO STEP 480 (remove_files) COMPLETE
61382025-08-12T21:44:10.965Z[ recovery-image] Aug 12 21:44:09.847 INFO O| Aug 12 21:44:09.847 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392025-08-12T21:44:10.977Z[ recovery-image] Aug 12 21:44:09.859 INFO O| Aug 12 21:44:09.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
61402025-08-12T21:44:10.977Z[ recovery-image] Aug 12 21:44:09.859 INFO O| Aug 12 21:44:09.859 INFO STEP 481 (remove_files) COMPLETE
61412025-08-12T21:44:10.977Z[ recovery-image] Aug 12 21:44:09.859 INFO O| Aug 12 21:44:09.859 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422025-08-12T21:44:10.990Z[ recovery-image] Aug 12 21:44:09.871 INFO O| Aug 12 21:44:09.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
61432025-08-12T21:44:10.990Z[ recovery-image] Aug 12 21:44:09.871 INFO O| Aug 12 21:44:09.871 INFO STEP 482 (remove_files) COMPLETE
61442025-08-12T21:44:10.990Z[ recovery-image] Aug 12 21:44:09.871 INFO O| Aug 12 21:44:09.871 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452025-08-12T21:44:11.002Z[ recovery-image] Aug 12 21:44:09.883 INFO O| Aug 12 21:44:09.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
61462025-08-12T21:44:11.005Z[ recovery-image] Aug 12 21:44:09.884 INFO O| Aug 12 21:44:09.884 INFO STEP 483 (remove_files) COMPLETE
61472025-08-12T21:44:11.006Z[ recovery-image] Aug 12 21:44:09.884 INFO O| Aug 12 21:44:09.884 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482025-08-12T21:44:11.014Z[ recovery-image] Aug 12 21:44:09.896 INFO O| Aug 12 21:44:09.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
61492025-08-12T21:44:11.014Z[ recovery-image] Aug 12 21:44:09.896 INFO O| Aug 12 21:44:09.896 INFO STEP 484 (remove_files) COMPLETE
61502025-08-12T21:44:11.014Z[ recovery-image] Aug 12 21:44:09.896 INFO O| Aug 12 21:44:09.896 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512025-08-12T21:44:11.028Z[ recovery-image] Aug 12 21:44:09.910 INFO O| Aug 12 21:44:09.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
61522025-08-12T21:44:11.028Z[ recovery-image] Aug 12 21:44:09.910 INFO O| Aug 12 21:44:09.910 INFO STEP 485 (remove_files) COMPLETE
61532025-08-12T21:44:11.028Z[ recovery-image] Aug 12 21:44:09.910 INFO O| Aug 12 21:44:09.910 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542025-08-12T21:44:11.041Z[ recovery-image] Aug 12 21:44:09.922 INFO O| Aug 12 21:44:09.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
61552025-08-12T21:44:11.041Z[ recovery-image] Aug 12 21:44:09.922 INFO O| Aug 12 21:44:09.922 INFO STEP 486 (remove_files) COMPLETE
61562025-08-12T21:44:11.044Z[ recovery-image] Aug 12 21:44:09.922 INFO O| Aug 12 21:44:09.922 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572025-08-12T21:44:11.054Z[ recovery-image] Aug 12 21:44:09.936 INFO O| Aug 12 21:44:09.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
61582025-08-12T21:44:11.054Z[ recovery-image] Aug 12 21:44:09.936 INFO O| Aug 12 21:44:09.936 INFO STEP 487 (remove_files) COMPLETE
61592025-08-12T21:44:11.054Z[ recovery-image] Aug 12 21:44:09.936 INFO O| Aug 12 21:44:09.936 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602025-08-12T21:44:11.069Z[ recovery-image] Aug 12 21:44:09.950 INFO O| Aug 12 21:44:09.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
61612025-08-12T21:44:11.069Z[ recovery-image] Aug 12 21:44:09.950 INFO O| Aug 12 21:44:09.950 INFO STEP 488 (remove_files) COMPLETE
61622025-08-12T21:44:11.069Z[ recovery-image] Aug 12 21:44:09.950 INFO O| Aug 12 21:44:09.950 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632025-08-12T21:44:11.082Z[ recovery-image] Aug 12 21:44:09.963 INFO O| Aug 12 21:44:09.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
61642025-08-12T21:44:11.085Z[ recovery-image] Aug 12 21:44:09.963 INFO O| Aug 12 21:44:09.963 INFO STEP 489 (remove_files) COMPLETE
61652025-08-12T21:44:11.085Z[ recovery-image] Aug 12 21:44:09.963 INFO O| Aug 12 21:44:09.963 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662025-08-12T21:44:11.094Z[ recovery-image] Aug 12 21:44:09.976 INFO O| Aug 12 21:44:09.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
61672025-08-12T21:44:11.095Z[ recovery-image] Aug 12 21:44:09.976 INFO O| Aug 12 21:44:09.976 INFO STEP 490 (remove_files) COMPLETE
61682025-08-12T21:44:11.095Z[ recovery-image] Aug 12 21:44:09.976 INFO O| Aug 12 21:44:09.976 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692025-08-12T21:44:11.108Z[ recovery-image] Aug 12 21:44:09.990 INFO O| Aug 12 21:44:09.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
61702025-08-12T21:44:11.108Z[ recovery-image] Aug 12 21:44:09.990 INFO O| Aug 12 21:44:09.990 INFO STEP 491 (remove_files) COMPLETE
61712025-08-12T21:44:11.112Z[ recovery-image] Aug 12 21:44:09.990 INFO O| Aug 12 21:44:09.990 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722025-08-12T21:44:11.122Z[ recovery-image] Aug 12 21:44:10.003 INFO O| Aug 12 21:44:10.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
61732025-08-12T21:44:11.122Z[ recovery-image] Aug 12 21:44:10.003 INFO O| Aug 12 21:44:10.003 INFO STEP 492 (remove_files) COMPLETE
61742025-08-12T21:44:11.125Z[ recovery-image] Aug 12 21:44:10.003 INFO O| Aug 12 21:44:10.003 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752025-08-12T21:44:11.135Z[ recovery-image] Aug 12 21:44:10.016 INFO O| Aug 12 21:44:10.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
61762025-08-12T21:44:11.138Z[ recovery-image] Aug 12 21:44:10.017 INFO O| Aug 12 21:44:10.017 INFO STEP 493 (remove_files) COMPLETE
61772025-08-12T21:44:11.138Z[ recovery-image] Aug 12 21:44:10.017 INFO O| Aug 12 21:44:10.017 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782025-08-12T21:44:11.150Z[ recovery-image] Aug 12 21:44:10.031 INFO O| Aug 12 21:44:10.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
61792025-08-12T21:44:11.150Z[ recovery-image] Aug 12 21:44:10.031 INFO O| Aug 12 21:44:10.031 INFO STEP 494 (remove_files) COMPLETE
61802025-08-12T21:44:11.150Z[ recovery-image] Aug 12 21:44:10.031 INFO O| Aug 12 21:44:10.031 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812025-08-12T21:44:11.165Z[ recovery-image] Aug 12 21:44:10.046 INFO O| Aug 12 21:44:10.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
61822025-08-12T21:44:11.165Z[ recovery-image] Aug 12 21:44:10.046 INFO O| Aug 12 21:44:10.046 INFO STEP 495 (remove_files) COMPLETE
61832025-08-12T21:44:11.165Z[ recovery-image] Aug 12 21:44:10.046 INFO O| Aug 12 21:44:10.046 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842025-08-12T21:44:11.179Z[ recovery-image] Aug 12 21:44:10.060 INFO O| Aug 12 21:44:10.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
61852025-08-12T21:44:11.179Z[ recovery-image] Aug 12 21:44:10.061 INFO O| Aug 12 21:44:10.060 INFO STEP 496 (remove_files) COMPLETE
61862025-08-12T21:44:11.179Z[ recovery-image] Aug 12 21:44:10.061 INFO O| Aug 12 21:44:10.060 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872025-08-12T21:44:11.194Z[ recovery-image] Aug 12 21:44:10.075 INFO O| Aug 12 21:44:10.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
61882025-08-12T21:44:11.197Z[ recovery-image] Aug 12 21:44:10.076 INFO O| Aug 12 21:44:10.076 INFO STEP 497 (remove_files) COMPLETE
61892025-08-12T21:44:11.198Z[ recovery-image] Aug 12 21:44:10.076 INFO O| Aug 12 21:44:10.076 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902025-08-12T21:44:11.208Z[ recovery-image] Aug 12 21:44:10.089 INFO O| Aug 12 21:44:10.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
61912025-08-12T21:44:11.208Z[ recovery-image] Aug 12 21:44:10.089 INFO O| Aug 12 21:44:10.089 INFO STEP 498 (remove_files) COMPLETE
61922025-08-12T21:44:11.208Z[ recovery-image] Aug 12 21:44:10.089 INFO O| Aug 12 21:44:10.089 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932025-08-12T21:44:11.222Z[ recovery-image] Aug 12 21:44:10.104 INFO O| Aug 12 21:44:10.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
61942025-08-12T21:44:11.225Z[ recovery-image] Aug 12 21:44:10.104 INFO O| Aug 12 21:44:10.104 INFO STEP 499 (remove_files) COMPLETE
61952025-08-12T21:44:11.225Z[ recovery-image] Aug 12 21:44:10.104 INFO O| Aug 12 21:44:10.104 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962025-08-12T21:44:11.236Z[ recovery-image] Aug 12 21:44:10.118 INFO O| Aug 12 21:44:10.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
61972025-08-12T21:44:11.236Z[ recovery-image] Aug 12 21:44:10.118 INFO O| Aug 12 21:44:10.118 INFO STEP 500 (remove_files) COMPLETE
61982025-08-12T21:44:11.239Z[ recovery-image] Aug 12 21:44:10.118 INFO O| Aug 12 21:44:10.118 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992025-08-12T21:44:11.250Z[ recovery-image] Aug 12 21:44:10.132 INFO O| Aug 12 21:44:10.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
62002025-08-12T21:44:11.253Z[ recovery-image] Aug 12 21:44:10.133 INFO O| Aug 12 21:44:10.133 INFO STEP 501 (remove_files) COMPLETE
62012025-08-12T21:44:11.253Z[ recovery-image] Aug 12 21:44:10.133 INFO O| Aug 12 21:44:10.133 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022025-08-12T21:44:11.264Z[ recovery-image] Aug 12 21:44:10.146 INFO O| Aug 12 21:44:10.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
62032025-08-12T21:44:11.265Z[ recovery-image] Aug 12 21:44:10.146 INFO O| Aug 12 21:44:10.146 INFO STEP 502 (remove_files) COMPLETE
62042025-08-12T21:44:11.268Z[ recovery-image] Aug 12 21:44:10.146 INFO O| Aug 12 21:44:10.146 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052025-08-12T21:44:11.277Z[ recovery-image] Aug 12 21:44:10.159 INFO O| Aug 12 21:44:10.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
62062025-08-12T21:44:11.277Z[ recovery-image] Aug 12 21:44:10.159 INFO O| Aug 12 21:44:10.159 INFO STEP 503 (remove_files) COMPLETE
62072025-08-12T21:44:11.277Z[ recovery-image] Aug 12 21:44:10.159 INFO O| Aug 12 21:44:10.159 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082025-08-12T21:44:11.290Z[ recovery-image] Aug 12 21:44:10.172 INFO O| Aug 12 21:44:10.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
62092025-08-12T21:44:11.290Z[ recovery-image] Aug 12 21:44:10.172 INFO O| Aug 12 21:44:10.172 INFO STEP 504 (remove_files) COMPLETE
62102025-08-12T21:44:11.290Z[ recovery-image] Aug 12 21:44:10.172 INFO O| Aug 12 21:44:10.172 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112025-08-12T21:44:11.304Z[ recovery-image] Aug 12 21:44:10.185 INFO O| Aug 12 21:44:10.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
62122025-08-12T21:44:11.307Z[ recovery-image] Aug 12 21:44:10.186 INFO O| Aug 12 21:44:10.186 INFO STEP 505 (remove_files) COMPLETE
62132025-08-12T21:44:11.307Z[ recovery-image] Aug 12 21:44:10.186 INFO O| Aug 12 21:44:10.186 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142025-08-12T21:44:11.318Z[ recovery-image] Aug 12 21:44:10.199 INFO O| Aug 12 21:44:10.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
62152025-08-12T21:44:11.318Z[ recovery-image] Aug 12 21:44:10.199 INFO O| Aug 12 21:44:10.199 INFO STEP 506 (remove_files) COMPLETE
62162025-08-12T21:44:11.318Z[ recovery-image] Aug 12 21:44:10.199 INFO O| Aug 12 21:44:10.199 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172025-08-12T21:44:11.332Z[ recovery-image] Aug 12 21:44:10.214 INFO O| Aug 12 21:44:10.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
62182025-08-12T21:44:11.332Z[ recovery-image] Aug 12 21:44:10.214 INFO O| Aug 12 21:44:10.214 INFO STEP 507 (remove_files) COMPLETE
62192025-08-12T21:44:11.332Z[ recovery-image] Aug 12 21:44:10.214 INFO O| Aug 12 21:44:10.214 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202025-08-12T21:44:11.346Z[ recovery-image] Aug 12 21:44:10.227 INFO O| Aug 12 21:44:10.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
62212025-08-12T21:44:11.346Z[ recovery-image] Aug 12 21:44:10.228 INFO O| Aug 12 21:44:10.227 INFO STEP 508 (remove_files) COMPLETE
62222025-08-12T21:44:11.346Z[ recovery-image] Aug 12 21:44:10.228 INFO O| Aug 12 21:44:10.228 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232025-08-12T21:44:11.359Z[ recovery-image] Aug 12 21:44:10.241 INFO O| Aug 12 21:44:10.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
62242025-08-12T21:44:11.363Z[ recovery-image] Aug 12 21:44:10.241 INFO O| Aug 12 21:44:10.241 INFO STEP 509 (remove_files) COMPLETE
62252025-08-12T21:44:11.363Z[ recovery-image] Aug 12 21:44:10.241 INFO O| Aug 12 21:44:10.241 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262025-08-12T21:44:11.372Z[ recovery-image] Aug 12 21:44:10.254 INFO O| Aug 12 21:44:10.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
62272025-08-12T21:44:11.372Z[ recovery-image] Aug 12 21:44:10.254 INFO O| Aug 12 21:44:10.254 INFO STEP 510 (remove_files) COMPLETE
62282025-08-12T21:44:11.376Z[ recovery-image] Aug 12 21:44:10.254 INFO O| Aug 12 21:44:10.254 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292025-08-12T21:44:11.385Z[ recovery-image] Aug 12 21:44:10.267 INFO O| Aug 12 21:44:10.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
62302025-08-12T21:44:11.385Z[ recovery-image] Aug 12 21:44:10.267 INFO O| Aug 12 21:44:10.267 INFO STEP 511 (remove_files) COMPLETE
62312025-08-12T21:44:11.385Z[ recovery-image] Aug 12 21:44:10.267 INFO O| Aug 12 21:44:10.267 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322025-08-12T21:44:11.398Z[ recovery-image] Aug 12 21:44:10.280 INFO O| Aug 12 21:44:10.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
62332025-08-12T21:44:11.402Z[ recovery-image] Aug 12 21:44:10.280 INFO O| Aug 12 21:44:10.280 INFO STEP 512 (remove_files) COMPLETE
62342025-08-12T21:44:11.402Z[ recovery-image] Aug 12 21:44:10.280 INFO O| Aug 12 21:44:10.280 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352025-08-12T21:44:11.410Z[ recovery-image] Aug 12 21:44:10.292 INFO O| Aug 12 21:44:10.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
62362025-08-12T21:44:11.414Z[ recovery-image] Aug 12 21:44:10.293 INFO O| Aug 12 21:44:10.293 INFO STEP 513 (remove_files) COMPLETE
62372025-08-12T21:44:11.414Z[ recovery-image] Aug 12 21:44:10.293 INFO O| Aug 12 21:44:10.293 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382025-08-12T21:44:11.425Z[ recovery-image] Aug 12 21:44:10.307 INFO O| Aug 12 21:44:10.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
62392025-08-12T21:44:11.426Z[ recovery-image] Aug 12 21:44:10.307 INFO O| Aug 12 21:44:10.307 INFO STEP 514 (remove_files) COMPLETE
62402025-08-12T21:44:11.426Z[ recovery-image] Aug 12 21:44:10.307 INFO O| Aug 12 21:44:10.307 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412025-08-12T21:44:11.439Z[ recovery-image] Aug 12 21:44:10.320 INFO O| Aug 12 21:44:10.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
62422025-08-12T21:44:11.442Z[ recovery-image] Aug 12 21:44:10.320 INFO O| Aug 12 21:44:10.320 INFO STEP 515 (remove_files) COMPLETE
62432025-08-12T21:44:11.446Z[ recovery-image] Aug 12 21:44:10.320 INFO O| Aug 12 21:44:10.320 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442025-08-12T21:44:11.452Z[ recovery-image] Aug 12 21:44:10.334 INFO O| Aug 12 21:44:10.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
62452025-08-12T21:44:11.452Z[ recovery-image] Aug 12 21:44:10.334 INFO O| Aug 12 21:44:10.334 INFO STEP 516 (remove_files) COMPLETE
62462025-08-12T21:44:11.452Z[ recovery-image] Aug 12 21:44:10.334 INFO O| Aug 12 21:44:10.334 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472025-08-12T21:44:11.465Z[ recovery-image] Aug 12 21:44:10.347 INFO O| Aug 12 21:44:10.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
62482025-08-12T21:44:11.465Z[ recovery-image] Aug 12 21:44:10.347 INFO O| Aug 12 21:44:10.347 INFO STEP 517 (remove_files) COMPLETE
62492025-08-12T21:44:11.465Z[ recovery-image] Aug 12 21:44:10.347 INFO O| Aug 12 21:44:10.347 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502025-08-12T21:44:11.478Z[ recovery-image] Aug 12 21:44:10.359 INFO O| Aug 12 21:44:10.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
62512025-08-12T21:44:11.478Z[ recovery-image] Aug 12 21:44:10.359 INFO O| Aug 12 21:44:10.359 INFO STEP 518 (remove_files) COMPLETE
62522025-08-12T21:44:11.481Z[ recovery-image] Aug 12 21:44:10.360 INFO O| Aug 12 21:44:10.359 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532025-08-12T21:44:11.491Z[ recovery-image] Aug 12 21:44:10.372 INFO O| Aug 12 21:44:10.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
62542025-08-12T21:44:11.491Z[ recovery-image] Aug 12 21:44:10.372 INFO O| Aug 12 21:44:10.372 INFO STEP 519 (remove_files) COMPLETE
62552025-08-12T21:44:11.491Z[ recovery-image] Aug 12 21:44:10.372 INFO O| Aug 12 21:44:10.372 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562025-08-12T21:44:11.504Z[ recovery-image] Aug 12 21:44:10.385 INFO O| Aug 12 21:44:10.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
62572025-08-12T21:44:11.504Z[ recovery-image] Aug 12 21:44:10.385 INFO O| Aug 12 21:44:10.385 INFO STEP 520 (remove_files) COMPLETE
62582025-08-12T21:44:11.504Z[ recovery-image] Aug 12 21:44:10.385 INFO O| Aug 12 21:44:10.385 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592025-08-12T21:44:11.517Z[ recovery-image] Aug 12 21:44:10.399 INFO O| Aug 12 21:44:10.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
62602025-08-12T21:44:11.521Z[ recovery-image] Aug 12 21:44:10.400 INFO O| Aug 12 21:44:10.400 INFO STEP 521 (remove_files) COMPLETE
62612025-08-12T21:44:11.521Z[ recovery-image] Aug 12 21:44:10.400 INFO O| Aug 12 21:44:10.400 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622025-08-12T21:44:11.531Z[ recovery-image] Aug 12 21:44:10.413 INFO O| Aug 12 21:44:10.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
62632025-08-12T21:44:11.535Z[ recovery-image] Aug 12 21:44:10.414 INFO O| Aug 12 21:44:10.414 INFO STEP 522 (remove_files) COMPLETE
62642025-08-12T21:44:11.535Z[ recovery-image] Aug 12 21:44:10.414 INFO O| Aug 12 21:44:10.414 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652025-08-12T21:44:11.546Z[ recovery-image] Aug 12 21:44:10.427 INFO O| Aug 12 21:44:10.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
62662025-08-12T21:44:11.546Z[ recovery-image] Aug 12 21:44:10.427 INFO O| Aug 12 21:44:10.427 INFO STEP 523 (remove_files) COMPLETE
62672025-08-12T21:44:11.546Z[ recovery-image] Aug 12 21:44:10.427 INFO O| Aug 12 21:44:10.427 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682025-08-12T21:44:11.559Z[ recovery-image] Aug 12 21:44:10.441 INFO O| Aug 12 21:44:10.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
62692025-08-12T21:44:11.560Z[ recovery-image] Aug 12 21:44:10.441 INFO O| Aug 12 21:44:10.441 INFO STEP 524 (remove_files) COMPLETE
62702025-08-12T21:44:11.563Z[ recovery-image] Aug 12 21:44:10.441 INFO O| Aug 12 21:44:10.441 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712025-08-12T21:44:11.573Z[ recovery-image] Aug 12 21:44:10.454 INFO O| Aug 12 21:44:10.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
62722025-08-12T21:44:11.573Z[ recovery-image] Aug 12 21:44:10.455 INFO O| Aug 12 21:44:10.455 INFO STEP 525 (remove_files) COMPLETE
62732025-08-12T21:44:11.577Z[ recovery-image] Aug 12 21:44:10.455 INFO O| Aug 12 21:44:10.455 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742025-08-12T21:44:11.587Z[ recovery-image] Aug 12 21:44:10.469 INFO O| Aug 12 21:44:10.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
62752025-08-12T21:44:11.591Z[ recovery-image] Aug 12 21:44:10.470 INFO O| Aug 12 21:44:10.470 INFO STEP 526 (remove_files) COMPLETE
62762025-08-12T21:44:11.591Z[ recovery-image] Aug 12 21:44:10.470 INFO O| Aug 12 21:44:10.470 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772025-08-12T21:44:11.603Z[ recovery-image] Aug 12 21:44:10.484 INFO O| Aug 12 21:44:10.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
62782025-08-12T21:44:11.603Z[ recovery-image] Aug 12 21:44:10.484 INFO O| Aug 12 21:44:10.484 INFO STEP 527 (remove_files) COMPLETE
62792025-08-12T21:44:11.603Z[ recovery-image] Aug 12 21:44:10.484 INFO O| Aug 12 21:44:10.484 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802025-08-12T21:44:11.617Z[ recovery-image] Aug 12 21:44:10.498 INFO O| Aug 12 21:44:10.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
62812025-08-12T21:44:11.617Z[ recovery-image] Aug 12 21:44:10.498 INFO O| Aug 12 21:44:10.498 INFO STEP 528 (remove_files) COMPLETE
62822025-08-12T21:44:11.617Z[ recovery-image] Aug 12 21:44:10.498 INFO O| Aug 12 21:44:10.498 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832025-08-12T21:44:11.644Z[ recovery-image] Aug 12 21:44:10.512 INFO O| Aug 12 21:44:10.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
62842025-08-12T21:44:11.644Z[ recovery-image] Aug 12 21:44:10.512 INFO O| Aug 12 21:44:10.512 INFO STEP 529 (remove_files) COMPLETE
62852025-08-12T21:44:11.644Z[ recovery-image] Aug 12 21:44:10.512 INFO O| Aug 12 21:44:10.512 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862025-08-12T21:44:11.648Z[ recovery-image] Aug 12 21:44:10.526 INFO O| Aug 12 21:44:10.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
62872025-08-12T21:44:11.648Z[ recovery-image] Aug 12 21:44:10.526 INFO O| Aug 12 21:44:10.526 INFO STEP 530 (remove_files) COMPLETE
62882025-08-12T21:44:11.648Z[ recovery-image] Aug 12 21:44:10.526 INFO O| Aug 12 21:44:10.526 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892025-08-12T21:44:11.659Z[ recovery-image] Aug 12 21:44:10.540 INFO O| Aug 12 21:44:10.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
62902025-08-12T21:44:11.659Z[ recovery-image] Aug 12 21:44:10.540 INFO O| Aug 12 21:44:10.540 INFO STEP 531 (remove_files) COMPLETE
62912025-08-12T21:44:11.659Z[ recovery-image] Aug 12 21:44:10.540 INFO O| Aug 12 21:44:10.540 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922025-08-12T21:44:11.674Z[ recovery-image] Aug 12 21:44:10.555 INFO O| Aug 12 21:44:10.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
62932025-08-12T21:44:11.674Z[ recovery-image] Aug 12 21:44:10.555 INFO O| Aug 12 21:44:10.555 INFO STEP 532 (remove_files) COMPLETE
62942025-08-12T21:44:11.674Z[ recovery-image] Aug 12 21:44:10.555 INFO O| Aug 12 21:44:10.555 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952025-08-12T21:44:11.688Z[ recovery-image] Aug 12 21:44:10.570 INFO O| Aug 12 21:44:10.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
62962025-08-12T21:44:11.688Z[ recovery-image] Aug 12 21:44:10.570 INFO O| Aug 12 21:44:10.570 INFO STEP 533 (remove_files) COMPLETE
62972025-08-12T21:44:11.688Z[ recovery-image] Aug 12 21:44:10.570 INFO O| Aug 12 21:44:10.570 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982025-08-12T21:44:11.703Z[ recovery-image] Aug 12 21:44:10.585 INFO O| Aug 12 21:44:10.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
62992025-08-12T21:44:11.703Z[ recovery-image] Aug 12 21:44:10.585 INFO O| Aug 12 21:44:10.585 INFO STEP 534 (remove_files) COMPLETE
63002025-08-12T21:44:11.703Z[ recovery-image] Aug 12 21:44:10.585 INFO O| Aug 12 21:44:10.585 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012025-08-12T21:44:11.720Z[ recovery-image] Aug 12 21:44:10.601 INFO O| Aug 12 21:44:10.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
63022025-08-12T21:44:11.720Z[ recovery-image] Aug 12 21:44:10.601 INFO O| Aug 12 21:44:10.601 INFO STEP 535 (remove_files) COMPLETE
63032025-08-12T21:44:11.720Z[ recovery-image] Aug 12 21:44:10.602 INFO O| Aug 12 21:44:10.601 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042025-08-12T21:44:11.737Z[ recovery-image] Aug 12 21:44:10.618 INFO O| Aug 12 21:44:10.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
63052025-08-12T21:44:11.737Z[ recovery-image] Aug 12 21:44:10.619 INFO O| Aug 12 21:44:10.619 INFO STEP 536 (remove_files) COMPLETE
63062025-08-12T21:44:11.737Z[ recovery-image] Aug 12 21:44:10.619 INFO O| Aug 12 21:44:10.619 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072025-08-12T21:44:11.751Z[ recovery-image] Aug 12 21:44:10.633 INFO O| Aug 12 21:44:10.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
63082025-08-12T21:44:11.751Z[ recovery-image] Aug 12 21:44:10.633 INFO O| Aug 12 21:44:10.633 INFO STEP 537 (remove_files) COMPLETE
63092025-08-12T21:44:11.751Z[ recovery-image] Aug 12 21:44:10.633 INFO O| Aug 12 21:44:10.633 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102025-08-12T21:44:11.766Z[ recovery-image] Aug 12 21:44:10.647 INFO O| Aug 12 21:44:10.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
63112025-08-12T21:44:11.766Z[ recovery-image] Aug 12 21:44:10.647 INFO O| Aug 12 21:44:10.647 INFO STEP 538 (remove_files) COMPLETE
63122025-08-12T21:44:11.770Z[ recovery-image] Aug 12 21:44:10.647 INFO O| Aug 12 21:44:10.647 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132025-08-12T21:44:11.781Z[ recovery-image] Aug 12 21:44:10.663 INFO O| Aug 12 21:44:10.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
63142025-08-12T21:44:11.781Z[ recovery-image] Aug 12 21:44:10.663 INFO O| Aug 12 21:44:10.663 INFO STEP 539 (remove_files) COMPLETE
63152025-08-12T21:44:11.781Z[ recovery-image] Aug 12 21:44:10.663 INFO O| Aug 12 21:44:10.663 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162025-08-12T21:44:11.797Z[ recovery-image] Aug 12 21:44:10.678 INFO O| Aug 12 21:44:10.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
63172025-08-12T21:44:11.797Z[ recovery-image] Aug 12 21:44:10.678 INFO O| Aug 12 21:44:10.678 INFO STEP 540 (remove_files) COMPLETE
63182025-08-12T21:44:11.797Z[ recovery-image] Aug 12 21:44:10.678 INFO O| Aug 12 21:44:10.678 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192025-08-12T21:44:11.810Z[ recovery-image] Aug 12 21:44:10.692 INFO O| Aug 12 21:44:10.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
63202025-08-12T21:44:11.811Z[ recovery-image] Aug 12 21:44:10.692 INFO O| Aug 12 21:44:10.692 INFO STEP 541 (remove_files) COMPLETE
63212025-08-12T21:44:11.811Z[ recovery-image] Aug 12 21:44:10.692 INFO O| Aug 12 21:44:10.692 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222025-08-12T21:44:11.825Z[ recovery-image] Aug 12 21:44:10.706 INFO O| Aug 12 21:44:10.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
63232025-08-12T21:44:11.825Z[ recovery-image] Aug 12 21:44:10.707 INFO O| Aug 12 21:44:10.706 INFO STEP 542 (remove_files) COMPLETE
63242025-08-12T21:44:11.825Z[ recovery-image] Aug 12 21:44:10.707 INFO O| Aug 12 21:44:10.707 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252025-08-12T21:44:11.840Z[ recovery-image] Aug 12 21:44:10.721 INFO O| Aug 12 21:44:10.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
63262025-08-12T21:44:11.840Z[ recovery-image] Aug 12 21:44:10.721 INFO O| Aug 12 21:44:10.721 INFO STEP 543 (remove_files) COMPLETE
63272025-08-12T21:44:11.843Z[ recovery-image] Aug 12 21:44:10.721 INFO O| Aug 12 21:44:10.721 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282025-08-12T21:44:11.853Z[ recovery-image] Aug 12 21:44:10.735 INFO O| Aug 12 21:44:10.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
63292025-08-12T21:44:11.854Z[ recovery-image] Aug 12 21:44:10.735 INFO O| Aug 12 21:44:10.735 INFO STEP 544 (remove_files) COMPLETE
63302025-08-12T21:44:11.854Z[ recovery-image] Aug 12 21:44:10.735 INFO O| Aug 12 21:44:10.735 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312025-08-12T21:44:11.867Z[ recovery-image] Aug 12 21:44:10.749 INFO O| Aug 12 21:44:10.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
63322025-08-12T21:44:11.868Z[ recovery-image] Aug 12 21:44:10.749 INFO O| Aug 12 21:44:10.749 INFO STEP 545 (remove_files) COMPLETE
63332025-08-12T21:44:11.868Z[ recovery-image] Aug 12 21:44:10.749 INFO O| Aug 12 21:44:10.749 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342025-08-12T21:44:11.882Z[ recovery-image] Aug 12 21:44:10.764 INFO O| Aug 12 21:44:10.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
63352025-08-12T21:44:11.886Z[ recovery-image] Aug 12 21:44:10.765 INFO O| Aug 12 21:44:10.765 INFO STEP 546 (remove_files) COMPLETE
63362025-08-12T21:44:11.886Z[ recovery-image] Aug 12 21:44:10.765 INFO O| Aug 12 21:44:10.765 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372025-08-12T21:44:11.898Z[ recovery-image] Aug 12 21:44:10.779 INFO O| Aug 12 21:44:10.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
63382025-08-12T21:44:11.898Z[ recovery-image] Aug 12 21:44:10.779 INFO O| Aug 12 21:44:10.779 INFO STEP 547 (remove_files) COMPLETE
63392025-08-12T21:44:11.901Z[ recovery-image] Aug 12 21:44:10.779 INFO O| Aug 12 21:44:10.779 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402025-08-12T21:44:11.911Z[ recovery-image] Aug 12 21:44:10.793 INFO O| Aug 12 21:44:10.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
63412025-08-12T21:44:11.911Z[ recovery-image] Aug 12 21:44:10.793 INFO O| Aug 12 21:44:10.793 INFO STEP 548 (remove_files) COMPLETE
63422025-08-12T21:44:11.914Z[ recovery-image] Aug 12 21:44:10.793 INFO O| Aug 12 21:44:10.793 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432025-08-12T21:44:11.924Z[ recovery-image] Aug 12 21:44:10.806 INFO O| Aug 12 21:44:10.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
63442025-08-12T21:44:11.928Z[ recovery-image] Aug 12 21:44:10.807 INFO O| Aug 12 21:44:10.807 INFO STEP 549 (remove_files) COMPLETE
63452025-08-12T21:44:11.928Z[ recovery-image] Aug 12 21:44:10.807 INFO O| Aug 12 21:44:10.807 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462025-08-12T21:44:11.941Z[ recovery-image] Aug 12 21:44:10.822 INFO O| Aug 12 21:44:10.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
63472025-08-12T21:44:11.941Z[ recovery-image] Aug 12 21:44:10.822 INFO O| Aug 12 21:44:10.822 INFO STEP 550 (remove_files) COMPLETE
63482025-08-12T21:44:11.944Z[ recovery-image] Aug 12 21:44:10.822 INFO O| Aug 12 21:44:10.822 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492025-08-12T21:44:11.955Z[ recovery-image] Aug 12 21:44:10.837 INFO O| Aug 12 21:44:10.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
63502025-08-12T21:44:11.955Z[ recovery-image] Aug 12 21:44:10.837 INFO O| Aug 12 21:44:10.837 INFO STEP 551 (remove_files) COMPLETE
63512025-08-12T21:44:11.958Z[ recovery-image] Aug 12 21:44:10.837 INFO O| Aug 12 21:44:10.837 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522025-08-12T21:44:11.970Z[ recovery-image] Aug 12 21:44:10.851 INFO O| Aug 12 21:44:10.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
63532025-08-12T21:44:11.970Z[ recovery-image] Aug 12 21:44:10.851 INFO O| Aug 12 21:44:10.851 INFO STEP 552 (remove_files) COMPLETE
63542025-08-12T21:44:11.974Z[ recovery-image] Aug 12 21:44:10.851 INFO O| Aug 12 21:44:10.851 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552025-08-12T21:44:11.986Z[ recovery-image] Aug 12 21:44:10.867 INFO O| Aug 12 21:44:10.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
63562025-08-12T21:44:11.986Z[ recovery-image] Aug 12 21:44:10.868 INFO O| Aug 12 21:44:10.868 INFO STEP 553 (remove_files) COMPLETE
63572025-08-12T21:44:11.986Z[ recovery-image] Aug 12 21:44:10.868 INFO O| Aug 12 21:44:10.868 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582025-08-12T21:44:12.002Z[ recovery-image] Aug 12 21:44:10.883 INFO O| Aug 12 21:44:10.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
63592025-08-12T21:44:12.002Z[ recovery-image] Aug 12 21:44:10.884 INFO O| Aug 12 21:44:10.883 INFO STEP 554 (remove_files) COMPLETE
63602025-08-12T21:44:12.002Z[ recovery-image] Aug 12 21:44:10.884 INFO O| Aug 12 21:44:10.884 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612025-08-12T21:44:12.018Z[ recovery-image] Aug 12 21:44:10.899 INFO O| Aug 12 21:44:10.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
63622025-08-12T21:44:12.018Z[ recovery-image] Aug 12 21:44:10.899 INFO O| Aug 12 21:44:10.899 INFO STEP 555 (remove_files) COMPLETE
63632025-08-12T21:44:12.018Z[ recovery-image] Aug 12 21:44:10.899 INFO O| Aug 12 21:44:10.899 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642025-08-12T21:44:12.034Z[ recovery-image] Aug 12 21:44:10.916 INFO O| Aug 12 21:44:10.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
63652025-08-12T21:44:12.034Z[ recovery-image] Aug 12 21:44:10.916 INFO O| Aug 12 21:44:10.916 INFO STEP 556 (remove_files) COMPLETE
63662025-08-12T21:44:12.038Z[ recovery-image] Aug 12 21:44:10.916 INFO O| Aug 12 21:44:10.916 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672025-08-12T21:44:12.051Z[ recovery-image] Aug 12 21:44:10.932 INFO O| Aug 12 21:44:10.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
63682025-08-12T21:44:12.051Z[ recovery-image] Aug 12 21:44:10.932 INFO O| Aug 12 21:44:10.932 INFO STEP 557 (remove_files) COMPLETE
63692025-08-12T21:44:12.051Z[ recovery-image] Aug 12 21:44:10.932 INFO O| Aug 12 21:44:10.932 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702025-08-12T21:44:12.066Z[ recovery-image] Aug 12 21:44:10.948 INFO O| Aug 12 21:44:10.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
63712025-08-12T21:44:12.070Z[ recovery-image] Aug 12 21:44:10.948 INFO O| Aug 12 21:44:10.948 INFO STEP 558 (remove_files) COMPLETE
63722025-08-12T21:44:12.070Z[ recovery-image] Aug 12 21:44:10.948 INFO O| Aug 12 21:44:10.948 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732025-08-12T21:44:12.083Z[ recovery-image] Aug 12 21:44:10.964 INFO O| Aug 12 21:44:10.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
63742025-08-12T21:44:12.083Z[ recovery-image] Aug 12 21:44:10.964 INFO O| Aug 12 21:44:10.964 INFO STEP 559 (remove_files) COMPLETE
63752025-08-12T21:44:12.083Z[ recovery-image] Aug 12 21:44:10.964 INFO O| Aug 12 21:44:10.964 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762025-08-12T21:44:12.097Z[ recovery-image] Aug 12 21:44:10.978 INFO O| Aug 12 21:44:10.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
63772025-08-12T21:44:12.097Z[ recovery-image] Aug 12 21:44:10.978 INFO O| Aug 12 21:44:10.978 INFO STEP 560 (remove_files) COMPLETE
63782025-08-12T21:44:12.097Z[ recovery-image] Aug 12 21:44:10.978 INFO O| Aug 12 21:44:10.978 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792025-08-12T21:44:12.111Z[ recovery-image] Aug 12 21:44:10.992 INFO O| Aug 12 21:44:10.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
63802025-08-12T21:44:12.111Z[ recovery-image] Aug 12 21:44:10.992 INFO O| Aug 12 21:44:10.992 INFO STEP 561 (remove_files) COMPLETE
63812025-08-12T21:44:12.111Z[ recovery-image] Aug 12 21:44:10.992 INFO O| Aug 12 21:44:10.992 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822025-08-12T21:44:12.124Z[ recovery-image] Aug 12 21:44:11.006 INFO O| Aug 12 21:44:11.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
63832025-08-12T21:44:12.124Z[ recovery-image] Aug 12 21:44:11.006 INFO O| Aug 12 21:44:11.006 INFO STEP 562 (remove_files) COMPLETE
63842025-08-12T21:44:12.124Z[ recovery-image] Aug 12 21:44:11.006 INFO O| Aug 12 21:44:11.006 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852025-08-12T21:44:12.137Z[ recovery-image] Aug 12 21:44:11.019 INFO O| Aug 12 21:44:11.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
63862025-08-12T21:44:12.137Z[ recovery-image] Aug 12 21:44:11.019 INFO O| Aug 12 21:44:11.019 INFO STEP 563 (remove_files) COMPLETE
63872025-08-12T21:44:12.137Z[ recovery-image] Aug 12 21:44:11.019 INFO O| Aug 12 21:44:11.019 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882025-08-12T21:44:12.151Z[ recovery-image] Aug 12 21:44:11.032 INFO O| Aug 12 21:44:11.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
63892025-08-12T21:44:12.151Z[ recovery-image] Aug 12 21:44:11.032 INFO O| Aug 12 21:44:11.032 INFO STEP 564 (remove_files) COMPLETE
63902025-08-12T21:44:12.154Z[ recovery-image] Aug 12 21:44:11.032 INFO O| Aug 12 21:44:11.032 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912025-08-12T21:44:12.164Z[ recovery-image] Aug 12 21:44:11.045 INFO O| Aug 12 21:44:11.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
63922025-08-12T21:44:12.167Z[ recovery-image] Aug 12 21:44:11.045 INFO O| Aug 12 21:44:11.045 INFO STEP 565 (remove_files) COMPLETE
63932025-08-12T21:44:12.167Z[ recovery-image] Aug 12 21:44:11.045 INFO O| Aug 12 21:44:11.045 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942025-08-12T21:44:12.176Z[ recovery-image] Aug 12 21:44:11.058 INFO O| Aug 12 21:44:11.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
63952025-08-12T21:44:12.176Z[ recovery-image] Aug 12 21:44:11.058 INFO O| Aug 12 21:44:11.058 INFO STEP 566 (remove_files) COMPLETE
63962025-08-12T21:44:12.176Z[ recovery-image] Aug 12 21:44:11.058 INFO O| Aug 12 21:44:11.058 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972025-08-12T21:44:12.190Z[ recovery-image] Aug 12 21:44:11.071 INFO O| Aug 12 21:44:11.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
63982025-08-12T21:44:12.190Z[ recovery-image] Aug 12 21:44:11.071 INFO O| Aug 12 21:44:11.071 INFO STEP 567 (remove_files) COMPLETE
63992025-08-12T21:44:12.190Z[ recovery-image] Aug 12 21:44:11.071 INFO O| Aug 12 21:44:11.071 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002025-08-12T21:44:12.204Z[ recovery-image] Aug 12 21:44:11.085 INFO O| Aug 12 21:44:11.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
64012025-08-12T21:44:12.207Z[ recovery-image] Aug 12 21:44:11.085 INFO O| Aug 12 21:44:11.085 INFO STEP 568 (remove_files) COMPLETE
64022025-08-12T21:44:12.207Z[ recovery-image] Aug 12 21:44:11.085 INFO O| Aug 12 21:44:11.085 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032025-08-12T21:44:12.217Z[ recovery-image] Aug 12 21:44:11.099 INFO O| Aug 12 21:44:11.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
64042025-08-12T21:44:12.217Z[ recovery-image] Aug 12 21:44:11.099 INFO O| Aug 12 21:44:11.099 INFO STEP 569 (remove_files) COMPLETE
64052025-08-12T21:44:12.217Z[ recovery-image] Aug 12 21:44:11.099 INFO O| Aug 12 21:44:11.099 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062025-08-12T21:44:12.232Z[ recovery-image] Aug 12 21:44:11.113 INFO O| Aug 12 21:44:11.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
64072025-08-12T21:44:12.232Z[ recovery-image] Aug 12 21:44:11.113 INFO O| Aug 12 21:44:11.113 INFO STEP 570 (remove_files) COMPLETE
64082025-08-12T21:44:12.235Z[ recovery-image] Aug 12 21:44:11.113 INFO O| Aug 12 21:44:11.113 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092025-08-12T21:44:12.247Z[ recovery-image] Aug 12 21:44:11.128 INFO O| Aug 12 21:44:11.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
64102025-08-12T21:44:12.247Z[ recovery-image] Aug 12 21:44:11.129 INFO O| Aug 12 21:44:11.128 INFO STEP 571 (remove_files) COMPLETE
64112025-08-12T21:44:12.250Z[ recovery-image] Aug 12 21:44:11.129 INFO O| Aug 12 21:44:11.129 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122025-08-12T21:44:12.260Z[ recovery-image] Aug 12 21:44:11.142 INFO O| Aug 12 21:44:11.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
64132025-08-12T21:44:12.260Z[ recovery-image] Aug 12 21:44:11.142 INFO O| Aug 12 21:44:11.142 INFO STEP 572 (remove_files) COMPLETE
64142025-08-12T21:44:12.261Z[ recovery-image] Aug 12 21:44:11.142 INFO O| Aug 12 21:44:11.142 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152025-08-12T21:44:12.275Z[ recovery-image] Aug 12 21:44:11.157 INFO O| Aug 12 21:44:11.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
64162025-08-12T21:44:12.276Z[ recovery-image] Aug 12 21:44:11.157 INFO O| Aug 12 21:44:11.157 INFO STEP 573 (remove_files) COMPLETE
64172025-08-12T21:44:12.279Z[ recovery-image] Aug 12 21:44:11.157 INFO O| Aug 12 21:44:11.157 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182025-08-12T21:44:12.290Z[ recovery-image] Aug 12 21:44:11.171 INFO O| Aug 12 21:44:11.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
64192025-08-12T21:44:12.290Z[ recovery-image] Aug 12 21:44:11.171 INFO O| Aug 12 21:44:11.171 INFO STEP 574 (remove_files) COMPLETE
64202025-08-12T21:44:12.290Z[ recovery-image] Aug 12 21:44:11.171 INFO O| Aug 12 21:44:11.171 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212025-08-12T21:44:12.304Z[ recovery-image] Aug 12 21:44:11.185 INFO O| Aug 12 21:44:11.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
64222025-08-12T21:44:12.304Z[ recovery-image] Aug 12 21:44:11.185 INFO O| Aug 12 21:44:11.185 INFO STEP 575 (remove_files) COMPLETE
64232025-08-12T21:44:12.304Z[ recovery-image] Aug 12 21:44:11.185 INFO O| Aug 12 21:44:11.185 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242025-08-12T21:44:12.319Z[ recovery-image] Aug 12 21:44:11.200 INFO O| Aug 12 21:44:11.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
64252025-08-12T21:44:12.319Z[ recovery-image] Aug 12 21:44:11.200 INFO O| Aug 12 21:44:11.200 INFO STEP 576 (remove_files) COMPLETE
64262025-08-12T21:44:12.319Z[ recovery-image] Aug 12 21:44:11.200 INFO O| Aug 12 21:44:11.200 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272025-08-12T21:44:12.337Z[ recovery-image] Aug 12 21:44:11.216 INFO O| Aug 12 21:44:11.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
64282025-08-12T21:44:12.341Z[ recovery-image] Aug 12 21:44:11.217 INFO O| Aug 12 21:44:11.216 INFO STEP 577 (remove_files) COMPLETE
64292025-08-12T21:44:12.341Z[ recovery-image] Aug 12 21:44:11.217 INFO O| Aug 12 21:44:11.217 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302025-08-12T21:44:12.352Z[ recovery-image] Aug 12 21:44:11.232 INFO O| Aug 12 21:44:11.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
64312025-08-12T21:44:12.352Z[ recovery-image] Aug 12 21:44:11.232 INFO O| Aug 12 21:44:11.232 INFO STEP 578 (remove_files) COMPLETE
64322025-08-12T21:44:12.352Z[ recovery-image] Aug 12 21:44:11.232 INFO O| Aug 12 21:44:11.232 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332025-08-12T21:44:12.366Z[ recovery-image] Aug 12 21:44:11.247 INFO O| Aug 12 21:44:11.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
64342025-08-12T21:44:12.366Z[ recovery-image] Aug 12 21:44:11.247 INFO O| Aug 12 21:44:11.247 INFO STEP 579 (remove_files) COMPLETE
64352025-08-12T21:44:12.366Z[ recovery-image] Aug 12 21:44:11.247 INFO O| Aug 12 21:44:11.247 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362025-08-12T21:44:12.381Z[ recovery-image] Aug 12 21:44:11.262 INFO O| Aug 12 21:44:11.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
64372025-08-12T21:44:12.381Z[ recovery-image] Aug 12 21:44:11.262 INFO O| Aug 12 21:44:11.262 INFO STEP 580 (remove_files) COMPLETE
64382025-08-12T21:44:12.385Z[ recovery-image] Aug 12 21:44:11.263 INFO O| Aug 12 21:44:11.262 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392025-08-12T21:44:12.396Z[ recovery-image] Aug 12 21:44:11.278 INFO O| Aug 12 21:44:11.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
64402025-08-12T21:44:12.396Z[ recovery-image] Aug 12 21:44:11.278 INFO O| Aug 12 21:44:11.278 INFO STEP 581 (remove_files) COMPLETE
64412025-08-12T21:44:12.396Z[ recovery-image] Aug 12 21:44:11.278 INFO O| Aug 12 21:44:11.278 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422025-08-12T21:44:12.411Z[ recovery-image] Aug 12 21:44:11.293 INFO O| Aug 12 21:44:11.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
64432025-08-12T21:44:12.411Z[ recovery-image] Aug 12 21:44:11.293 INFO O| Aug 12 21:44:11.293 INFO STEP 582 (remove_files) COMPLETE
64442025-08-12T21:44:12.411Z[ recovery-image] Aug 12 21:44:11.293 INFO O| Aug 12 21:44:11.293 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452025-08-12T21:44:12.426Z[ recovery-image] Aug 12 21:44:11.307 INFO O| Aug 12 21:44:11.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
64462025-08-12T21:44:12.426Z[ recovery-image] Aug 12 21:44:11.308 INFO O| Aug 12 21:44:11.308 INFO STEP 583 (remove_files) COMPLETE
64472025-08-12T21:44:12.426Z[ recovery-image] Aug 12 21:44:11.308 INFO O| Aug 12 21:44:11.308 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482025-08-12T21:44:12.440Z[ recovery-image] Aug 12 21:44:11.321 INFO O| Aug 12 21:44:11.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
64492025-08-12T21:44:12.440Z[ recovery-image] Aug 12 21:44:11.321 INFO O| Aug 12 21:44:11.321 INFO STEP 584 (remove_files) COMPLETE
64502025-08-12T21:44:12.440Z[ recovery-image] Aug 12 21:44:11.321 INFO O| Aug 12 21:44:11.321 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512025-08-12T21:44:12.455Z[ recovery-image] Aug 12 21:44:11.336 INFO O| Aug 12 21:44:11.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
64522025-08-12T21:44:12.455Z[ recovery-image] Aug 12 21:44:11.336 INFO O| Aug 12 21:44:11.336 INFO STEP 585 (remove_files) COMPLETE
64532025-08-12T21:44:12.455Z[ recovery-image] Aug 12 21:44:11.336 INFO O| Aug 12 21:44:11.336 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542025-08-12T21:44:12.468Z[ recovery-image] Aug 12 21:44:11.350 INFO O| Aug 12 21:44:11.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
64552025-08-12T21:44:12.469Z[ recovery-image] Aug 12 21:44:11.350 INFO O| Aug 12 21:44:11.350 INFO STEP 586 (remove_files) COMPLETE
64562025-08-12T21:44:12.469Z[ recovery-image] Aug 12 21:44:11.350 INFO O| Aug 12 21:44:11.350 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572025-08-12T21:44:12.482Z[ recovery-image] Aug 12 21:44:11.363 INFO O| Aug 12 21:44:11.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
64582025-08-12T21:44:12.482Z[ recovery-image] Aug 12 21:44:11.364 INFO O| Aug 12 21:44:11.363 INFO STEP 587 (remove_files) COMPLETE
64592025-08-12T21:44:12.482Z[ recovery-image] Aug 12 21:44:11.364 INFO O| Aug 12 21:44:11.364 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602025-08-12T21:44:12.496Z[ recovery-image] Aug 12 21:44:11.377 INFO O| Aug 12 21:44:11.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
64612025-08-12T21:44:12.496Z[ recovery-image] Aug 12 21:44:11.377 INFO O| Aug 12 21:44:11.377 INFO STEP 588 (remove_files) COMPLETE
64622025-08-12T21:44:12.496Z[ recovery-image] Aug 12 21:44:11.377 INFO O| Aug 12 21:44:11.377 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632025-08-12T21:44:12.509Z[ recovery-image] Aug 12 21:44:11.391 INFO O| Aug 12 21:44:11.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
64642025-08-12T21:44:12.509Z[ recovery-image] Aug 12 21:44:11.391 INFO O| Aug 12 21:44:11.391 INFO STEP 589 (remove_files) COMPLETE
64652025-08-12T21:44:12.510Z[ recovery-image] Aug 12 21:44:11.391 INFO O| Aug 12 21:44:11.391 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662025-08-12T21:44:12.523Z[ recovery-image] Aug 12 21:44:11.404 INFO O| Aug 12 21:44:11.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
64672025-08-12T21:44:12.523Z[ recovery-image] Aug 12 21:44:11.405 INFO O| Aug 12 21:44:11.405 INFO STEP 590 (remove_files) COMPLETE
64682025-08-12T21:44:12.527Z[ recovery-image] Aug 12 21:44:11.405 INFO O| Aug 12 21:44:11.405 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692025-08-12T21:44:12.536Z[ recovery-image] Aug 12 21:44:11.418 INFO O| Aug 12 21:44:11.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
64702025-08-12T21:44:12.536Z[ recovery-image] Aug 12 21:44:11.418 INFO O| Aug 12 21:44:11.418 INFO STEP 591 (remove_files) COMPLETE
64712025-08-12T21:44:12.536Z[ recovery-image] Aug 12 21:44:11.418 INFO O| Aug 12 21:44:11.418 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722025-08-12T21:44:12.549Z[ recovery-image] Aug 12 21:44:11.430 INFO O| Aug 12 21:44:11.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
64732025-08-12T21:44:12.549Z[ recovery-image] Aug 12 21:44:11.430 INFO O| Aug 12 21:44:11.430 INFO STEP 592 (remove_files) COMPLETE
64742025-08-12T21:44:12.549Z[ recovery-image] Aug 12 21:44:11.430 INFO O| Aug 12 21:44:11.430 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752025-08-12T21:44:12.560Z[ recovery-image] Aug 12 21:44:11.442 INFO O| Aug 12 21:44:11.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
64762025-08-12T21:44:12.560Z[ recovery-image] Aug 12 21:44:11.442 INFO O| Aug 12 21:44:11.442 INFO STEP 593 (remove_files) COMPLETE
64772025-08-12T21:44:12.561Z[ recovery-image] Aug 12 21:44:11.442 INFO O| Aug 12 21:44:11.442 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782025-08-12T21:44:12.573Z[ recovery-image] Aug 12 21:44:11.455 INFO O| Aug 12 21:44:11.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
64792025-08-12T21:44:12.574Z[ recovery-image] Aug 12 21:44:11.455 INFO O| Aug 12 21:44:11.455 INFO STEP 594 (remove_files) COMPLETE
64802025-08-12T21:44:12.577Z[ recovery-image] Aug 12 21:44:11.455 INFO O| Aug 12 21:44:11.455 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812025-08-12T21:44:12.585Z[ recovery-image] Aug 12 21:44:11.467 INFO O| Aug 12 21:44:11.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
64822025-08-12T21:44:12.585Z[ recovery-image] Aug 12 21:44:11.467 INFO O| Aug 12 21:44:11.467 INFO STEP 595 (remove_files) COMPLETE
64832025-08-12T21:44:12.589Z[ recovery-image] Aug 12 21:44:11.467 INFO O| Aug 12 21:44:11.467 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842025-08-12T21:44:12.598Z[ recovery-image] Aug 12 21:44:11.480 INFO O| Aug 12 21:44:11.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
64852025-08-12T21:44:12.598Z[ recovery-image] Aug 12 21:44:11.480 INFO O| Aug 12 21:44:11.480 INFO STEP 596 (remove_files) COMPLETE
64862025-08-12T21:44:12.598Z[ recovery-image] Aug 12 21:44:11.480 INFO O| Aug 12 21:44:11.480 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872025-08-12T21:44:12.611Z[ recovery-image] Aug 12 21:44:11.493 INFO O| Aug 12 21:44:11.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
64882025-08-12T21:44:12.612Z[ recovery-image] Aug 12 21:44:11.493 INFO O| Aug 12 21:44:11.493 INFO STEP 597 (remove_files) COMPLETE
64892025-08-12T21:44:12.612Z[ recovery-image] Aug 12 21:44:11.493 INFO O| Aug 12 21:44:11.493 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902025-08-12T21:44:12.625Z[ recovery-image] Aug 12 21:44:11.506 INFO O| Aug 12 21:44:11.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
64912025-08-12T21:44:12.625Z[ recovery-image] Aug 12 21:44:11.506 INFO O| Aug 12 21:44:11.506 INFO STEP 598 (remove_files) COMPLETE
64922025-08-12T21:44:12.629Z[ recovery-image] Aug 12 21:44:11.507 INFO O| Aug 12 21:44:11.506 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932025-08-12T21:44:12.638Z[ recovery-image] Aug 12 21:44:11.519 INFO O| Aug 12 21:44:11.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
64942025-08-12T21:44:12.638Z[ recovery-image] Aug 12 21:44:11.519 INFO O| Aug 12 21:44:11.519 INFO STEP 599 (remove_files) COMPLETE
64952025-08-12T21:44:12.641Z[ recovery-image] Aug 12 21:44:11.519 INFO O| Aug 12 21:44:11.519 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962025-08-12T21:44:12.650Z[ recovery-image] Aug 12 21:44:11.531 INFO O| Aug 12 21:44:11.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
64972025-08-12T21:44:12.650Z[ recovery-image] Aug 12 21:44:11.531 INFO O| Aug 12 21:44:11.531 INFO STEP 600 (remove_files) COMPLETE
64982025-08-12T21:44:12.650Z[ recovery-image] Aug 12 21:44:11.531 INFO O| Aug 12 21:44:11.531 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992025-08-12T21:44:12.663Z[ recovery-image] Aug 12 21:44:11.544 INFO O| Aug 12 21:44:11.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
65002025-08-12T21:44:12.663Z[ recovery-image] Aug 12 21:44:11.544 INFO O| Aug 12 21:44:11.544 INFO STEP 601 (remove_files) COMPLETE
65012025-08-12T21:44:12.663Z[ recovery-image] Aug 12 21:44:11.544 INFO O| Aug 12 21:44:11.544 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022025-08-12T21:44:12.676Z[ recovery-image] Aug 12 21:44:11.558 INFO O| Aug 12 21:44:11.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
65032025-08-12T21:44:12.676Z[ recovery-image] Aug 12 21:44:11.558 INFO O| Aug 12 21:44:11.558 INFO STEP 602 (remove_files) COMPLETE
65042025-08-12T21:44:12.676Z[ recovery-image] Aug 12 21:44:11.558 INFO O| Aug 12 21:44:11.558 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052025-08-12T21:44:12.690Z[ recovery-image] Aug 12 21:44:11.571 INFO O| Aug 12 21:44:11.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
65062025-08-12T21:44:12.690Z[ recovery-image] Aug 12 21:44:11.571 INFO O| Aug 12 21:44:11.571 INFO STEP 603 (remove_files) COMPLETE
65072025-08-12T21:44:12.693Z[ recovery-image] Aug 12 21:44:11.571 INFO O| Aug 12 21:44:11.571 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082025-08-12T21:44:12.705Z[ recovery-image] Aug 12 21:44:11.587 INFO O| Aug 12 21:44:11.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
65092025-08-12T21:44:12.705Z[ recovery-image] Aug 12 21:44:11.587 INFO O| Aug 12 21:44:11.587 INFO STEP 604 (remove_files) COMPLETE
65102025-08-12T21:44:12.705Z[ recovery-image] Aug 12 21:44:11.587 INFO O| Aug 12 21:44:11.587 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112025-08-12T21:44:12.719Z[ recovery-image] Aug 12 21:44:11.601 INFO O| Aug 12 21:44:11.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
65122025-08-12T21:44:12.719Z[ recovery-image] Aug 12 21:44:11.601 INFO O| Aug 12 21:44:11.601 INFO STEP 605 (remove_files) COMPLETE
65132025-08-12T21:44:12.719Z[ recovery-image] Aug 12 21:44:11.601 INFO O| Aug 12 21:44:11.601 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142025-08-12T21:44:12.734Z[ recovery-image] Aug 12 21:44:11.616 INFO O| Aug 12 21:44:11.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
65152025-08-12T21:44:12.734Z[ recovery-image] Aug 12 21:44:11.616 INFO O| Aug 12 21:44:11.616 INFO STEP 606 (remove_files) COMPLETE
65162025-08-12T21:44:12.734Z[ recovery-image] Aug 12 21:44:11.616 INFO O| Aug 12 21:44:11.616 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172025-08-12T21:44:12.749Z[ recovery-image] Aug 12 21:44:11.630 INFO O| Aug 12 21:44:11.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
65182025-08-12T21:44:12.749Z[ recovery-image] Aug 12 21:44:11.631 INFO O| Aug 12 21:44:11.631 INFO STEP 607 (remove_files) COMPLETE
65192025-08-12T21:44:12.749Z[ recovery-image] Aug 12 21:44:11.631 INFO O| Aug 12 21:44:11.631 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202025-08-12T21:44:12.763Z[ recovery-image] Aug 12 21:44:11.645 INFO O| Aug 12 21:44:11.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
65212025-08-12T21:44:12.763Z[ recovery-image] Aug 12 21:44:11.645 INFO O| Aug 12 21:44:11.645 INFO STEP 608 (remove_files) COMPLETE
65222025-08-12T21:44:12.767Z[ recovery-image] Aug 12 21:44:11.645 INFO O| Aug 12 21:44:11.645 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232025-08-12T21:44:12.776Z[ recovery-image] Aug 12 21:44:11.658 INFO O| Aug 12 21:44:11.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
65242025-08-12T21:44:12.776Z[ recovery-image] Aug 12 21:44:11.658 INFO O| Aug 12 21:44:11.658 INFO STEP 609 (remove_files) COMPLETE
65252025-08-12T21:44:12.776Z[ recovery-image] Aug 12 21:44:11.658 INFO O| Aug 12 21:44:11.658 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262025-08-12T21:44:12.791Z[ recovery-image] Aug 12 21:44:11.672 INFO O| Aug 12 21:44:11.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
65272025-08-12T21:44:12.794Z[ recovery-image] Aug 12 21:44:11.673 INFO O| Aug 12 21:44:11.673 INFO STEP 610 (remove_files) COMPLETE
65282025-08-12T21:44:12.794Z[ recovery-image] Aug 12 21:44:11.673 INFO O| Aug 12 21:44:11.673 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292025-08-12T21:44:12.806Z[ recovery-image] Aug 12 21:44:11.687 INFO O| Aug 12 21:44:11.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
65302025-08-12T21:44:12.806Z[ recovery-image] Aug 12 21:44:11.688 INFO O| Aug 12 21:44:11.687 INFO STEP 611 (remove_files) COMPLETE
65312025-08-12T21:44:12.806Z[ recovery-image] Aug 12 21:44:11.688 INFO O| Aug 12 21:44:11.688 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322025-08-12T21:44:12.820Z[ recovery-image] Aug 12 21:44:11.702 INFO O| Aug 12 21:44:11.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
65332025-08-12T21:44:12.824Z[ recovery-image] Aug 12 21:44:11.702 INFO O| Aug 12 21:44:11.702 INFO STEP 612 (remove_files) COMPLETE
65342025-08-12T21:44:12.824Z[ recovery-image] Aug 12 21:44:11.702 INFO O| Aug 12 21:44:11.702 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352025-08-12T21:44:12.834Z[ recovery-image] Aug 12 21:44:11.716 INFO O| Aug 12 21:44:11.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
65362025-08-12T21:44:12.834Z[ recovery-image] Aug 12 21:44:11.716 INFO O| Aug 12 21:44:11.716 INFO STEP 613 (remove_files) COMPLETE
65372025-08-12T21:44:12.838Z[ recovery-image] Aug 12 21:44:11.716 INFO O| Aug 12 21:44:11.716 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382025-08-12T21:44:12.848Z[ recovery-image] Aug 12 21:44:11.730 INFO O| Aug 12 21:44:11.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
65392025-08-12T21:44:12.852Z[ recovery-image] Aug 12 21:44:11.730 INFO O| Aug 12 21:44:11.730 INFO STEP 614 (remove_files) COMPLETE
65402025-08-12T21:44:12.852Z[ recovery-image] Aug 12 21:44:11.730 INFO O| Aug 12 21:44:11.730 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412025-08-12T21:44:12.864Z[ recovery-image] Aug 12 21:44:11.745 INFO O| Aug 12 21:44:11.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
65422025-08-12T21:44:12.864Z[ recovery-image] Aug 12 21:44:11.745 INFO O| Aug 12 21:44:11.745 INFO STEP 615 (remove_files) COMPLETE
65432025-08-12T21:44:12.864Z[ recovery-image] Aug 12 21:44:11.745 INFO O| Aug 12 21:44:11.745 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442025-08-12T21:44:12.878Z[ recovery-image] Aug 12 21:44:11.759 INFO O| Aug 12 21:44:11.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
65452025-08-12T21:44:12.878Z[ recovery-image] Aug 12 21:44:11.759 INFO O| Aug 12 21:44:11.759 INFO STEP 616 (remove_files) COMPLETE
65462025-08-12T21:44:12.883Z[ recovery-image] Aug 12 21:44:11.759 INFO O| Aug 12 21:44:11.759 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472025-08-12T21:44:12.893Z[ recovery-image] Aug 12 21:44:11.774 INFO O| Aug 12 21:44:11.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
65482025-08-12T21:44:12.893Z[ recovery-image] Aug 12 21:44:11.774 INFO O| Aug 12 21:44:11.774 INFO STEP 617 (remove_files) COMPLETE
65492025-08-12T21:44:12.893Z[ recovery-image] Aug 12 21:44:11.774 INFO O| Aug 12 21:44:11.774 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502025-08-12T21:44:12.906Z[ recovery-image] Aug 12 21:44:11.788 INFO O| Aug 12 21:44:11.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
65512025-08-12T21:44:12.906Z[ recovery-image] Aug 12 21:44:11.788 INFO O| Aug 12 21:44:11.788 INFO STEP 618 (remove_files) COMPLETE
65522025-08-12T21:44:12.910Z[ recovery-image] Aug 12 21:44:11.788 INFO O| Aug 12 21:44:11.788 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532025-08-12T21:44:12.922Z[ recovery-image] Aug 12 21:44:11.803 INFO O| Aug 12 21:44:11.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
65542025-08-12T21:44:12.922Z[ recovery-image] Aug 12 21:44:11.803 INFO O| Aug 12 21:44:11.803 INFO STEP 619 (remove_files) COMPLETE
65552025-08-12T21:44:12.927Z[ recovery-image] Aug 12 21:44:11.803 INFO O| Aug 12 21:44:11.803 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562025-08-12T21:44:12.937Z[ recovery-image] Aug 12 21:44:11.818 INFO O| Aug 12 21:44:11.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
65572025-08-12T21:44:12.937Z[ recovery-image] Aug 12 21:44:11.818 INFO O| Aug 12 21:44:11.818 INFO STEP 620 (remove_files) COMPLETE
65582025-08-12T21:44:12.941Z[ recovery-image] Aug 12 21:44:11.818 INFO O| Aug 12 21:44:11.818 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592025-08-12T21:44:12.953Z[ recovery-image] Aug 12 21:44:11.833 INFO O| Aug 12 21:44:11.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
65602025-08-12T21:44:12.953Z[ recovery-image] Aug 12 21:44:11.833 INFO O| Aug 12 21:44:11.833 INFO STEP 621 (remove_files) COMPLETE
65612025-08-12T21:44:12.953Z[ recovery-image] Aug 12 21:44:11.833 INFO O| Aug 12 21:44:11.833 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622025-08-12T21:44:12.967Z[ recovery-image] Aug 12 21:44:11.848 INFO O| Aug 12 21:44:11.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
65632025-08-12T21:44:12.967Z[ recovery-image] Aug 12 21:44:11.848 INFO O| Aug 12 21:44:11.848 INFO STEP 622 (remove_files) COMPLETE
65642025-08-12T21:44:12.967Z[ recovery-image] Aug 12 21:44:11.848 INFO O| Aug 12 21:44:11.848 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652025-08-12T21:44:12.990Z[ recovery-image] Aug 12 21:44:11.862 INFO O| Aug 12 21:44:11.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
65662025-08-12T21:44:12.990Z[ recovery-image] Aug 12 21:44:11.862 INFO O| Aug 12 21:44:11.862 INFO STEP 623 (remove_files) COMPLETE
65672025-08-12T21:44:12.990Z[ recovery-image] Aug 12 21:44:11.862 INFO O| Aug 12 21:44:11.862 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682025-08-12T21:44:13.001Z[ recovery-image] Aug 12 21:44:11.876 INFO O| Aug 12 21:44:11.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
65692025-08-12T21:44:13.002Z[ recovery-image] Aug 12 21:44:11.876 INFO O| Aug 12 21:44:11.876 INFO STEP 624 (remove_files) COMPLETE
65702025-08-12T21:44:13.002Z[ recovery-image] Aug 12 21:44:11.876 INFO O| Aug 12 21:44:11.876 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712025-08-12T21:44:13.010Z[ recovery-image] Aug 12 21:44:11.891 INFO O| Aug 12 21:44:11.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
65722025-08-12T21:44:13.010Z[ recovery-image] Aug 12 21:44:11.891 INFO O| Aug 12 21:44:11.891 INFO STEP 625 (remove_files) COMPLETE
65732025-08-12T21:44:13.013Z[ recovery-image] Aug 12 21:44:11.891 INFO O| Aug 12 21:44:11.891 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742025-08-12T21:44:13.026Z[ recovery-image] Aug 12 21:44:11.906 INFO O| Aug 12 21:44:11.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
65752025-08-12T21:44:13.026Z[ recovery-image] Aug 12 21:44:11.907 INFO O| Aug 12 21:44:11.907 INFO STEP 626 (remove_files) COMPLETE
65762025-08-12T21:44:13.026Z[ recovery-image] Aug 12 21:44:11.907 INFO O| Aug 12 21:44:11.907 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772025-08-12T21:44:13.039Z[ recovery-image] Aug 12 21:44:11.920 INFO O| Aug 12 21:44:11.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
65782025-08-12T21:44:13.039Z[ recovery-image] Aug 12 21:44:11.920 INFO O| Aug 12 21:44:11.920 INFO STEP 627 (remove_files) COMPLETE
65792025-08-12T21:44:13.043Z[ recovery-image] Aug 12 21:44:11.920 INFO O| Aug 12 21:44:11.920 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802025-08-12T21:44:13.054Z[ recovery-image] Aug 12 21:44:11.935 INFO O| Aug 12 21:44:11.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
65812025-08-12T21:44:13.054Z[ recovery-image] Aug 12 21:44:11.935 INFO O| Aug 12 21:44:11.935 INFO STEP 628 (remove_files) COMPLETE
65822025-08-12T21:44:13.058Z[ recovery-image] Aug 12 21:44:11.935 INFO O| Aug 12 21:44:11.935 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832025-08-12T21:44:13.069Z[ recovery-image] Aug 12 21:44:11.950 INFO O| Aug 12 21:44:11.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
65842025-08-12T21:44:13.069Z[ recovery-image] Aug 12 21:44:11.951 INFO O| Aug 12 21:44:11.951 INFO STEP 629 (remove_files) COMPLETE
65852025-08-12T21:44:13.072Z[ recovery-image] Aug 12 21:44:11.951 INFO O| Aug 12 21:44:11.951 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862025-08-12T21:44:13.085Z[ recovery-image] Aug 12 21:44:11.966 INFO O| Aug 12 21:44:11.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
65872025-08-12T21:44:13.085Z[ recovery-image] Aug 12 21:44:11.966 INFO O| Aug 12 21:44:11.966 INFO STEP 630 (remove_files) COMPLETE
65882025-08-12T21:44:13.088Z[ recovery-image] Aug 12 21:44:11.966 INFO O| Aug 12 21:44:11.966 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892025-08-12T21:44:13.100Z[ recovery-image] Aug 12 21:44:11.981 INFO O| Aug 12 21:44:11.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
65902025-08-12T21:44:13.100Z[ recovery-image] Aug 12 21:44:11.981 INFO O| Aug 12 21:44:11.981 INFO STEP 631 (remove_files) COMPLETE
65912025-08-12T21:44:13.100Z[ recovery-image] Aug 12 21:44:11.981 INFO O| Aug 12 21:44:11.981 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922025-08-12T21:44:13.113Z[ recovery-image] Aug 12 21:44:11.995 INFO O| Aug 12 21:44:11.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
65932025-08-12T21:44:13.114Z[ recovery-image] Aug 12 21:44:11.995 INFO O| Aug 12 21:44:11.995 INFO STEP 632 (remove_files) COMPLETE
65942025-08-12T21:44:13.117Z[ recovery-image] Aug 12 21:44:11.995 INFO O| Aug 12 21:44:11.995 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952025-08-12T21:44:13.129Z[ recovery-image] Aug 12 21:44:12.010 INFO O| Aug 12 21:44:12.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
65962025-08-12T21:44:13.129Z[ recovery-image] Aug 12 21:44:12.010 INFO O| Aug 12 21:44:12.010 INFO STEP 633 (remove_files) COMPLETE
65972025-08-12T21:44:13.129Z[ recovery-image] Aug 12 21:44:12.010 INFO O| Aug 12 21:44:12.010 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982025-08-12T21:44:13.144Z[ recovery-image] Aug 12 21:44:12.025 INFO O| Aug 12 21:44:12.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
65992025-08-12T21:44:13.144Z[ recovery-image] Aug 12 21:44:12.025 INFO O| Aug 12 21:44:12.025 INFO STEP 634 (remove_files) COMPLETE
66002025-08-12T21:44:13.148Z[ recovery-image] Aug 12 21:44:12.025 INFO O| Aug 12 21:44:12.025 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012025-08-12T21:44:13.159Z[ recovery-image] Aug 12 21:44:12.040 INFO O| Aug 12 21:44:12.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
66022025-08-12T21:44:13.159Z[ recovery-image] Aug 12 21:44:12.040 INFO O| Aug 12 21:44:12.040 INFO STEP 635 (remove_files) COMPLETE
66032025-08-12T21:44:13.163Z[ recovery-image] Aug 12 21:44:12.040 INFO O| Aug 12 21:44:12.040 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042025-08-12T21:44:13.174Z[ recovery-image] Aug 12 21:44:12.055 INFO O| Aug 12 21:44:12.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
66052025-08-12T21:44:13.174Z[ recovery-image] Aug 12 21:44:12.056 INFO O| Aug 12 21:44:12.055 INFO STEP 636 (remove_files) COMPLETE
66062025-08-12T21:44:13.174Z[ recovery-image] Aug 12 21:44:12.056 INFO O| Aug 12 21:44:12.055 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072025-08-12T21:44:13.210Z[ recovery-image] Aug 12 21:44:12.091 INFO O| Aug 12 21:44:12.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
66082025-08-12T21:44:13.210Z[ recovery-image] Aug 12 21:44:12.091 INFO O| Aug 12 21:44:12.091 INFO STEP 637 (remove_files) COMPLETE
66092025-08-12T21:44:13.210Z[ recovery-image] Aug 12 21:44:12.091 INFO O| Aug 12 21:44:12.091 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102025-08-12T21:44:13.238Z[ recovery-image] Aug 12 21:44:12.119 INFO O| Aug 12 21:44:12.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
66112025-08-12T21:44:13.238Z[ recovery-image] Aug 12 21:44:12.119 INFO O| Aug 12 21:44:12.119 INFO STEP 638 (remove_files) COMPLETE
66122025-08-12T21:44:13.241Z[ recovery-image] Aug 12 21:44:12.119 INFO O| Aug 12 21:44:12.119 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132025-08-12T21:44:13.252Z[ recovery-image] Aug 12 21:44:12.133 INFO O| Aug 12 21:44:12.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
66142025-08-12T21:44:13.252Z[ recovery-image] Aug 12 21:44:12.133 INFO O| Aug 12 21:44:12.133 INFO STEP 639 (remove_files) COMPLETE
66152025-08-12T21:44:13.252Z[ recovery-image] Aug 12 21:44:12.133 INFO O| Aug 12 21:44:12.133 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162025-08-12T21:44:13.265Z[ recovery-image] Aug 12 21:44:12.146 INFO O| Aug 12 21:44:12.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
66172025-08-12T21:44:13.270Z[ recovery-image] Aug 12 21:44:12.146 INFO O| Aug 12 21:44:12.146 INFO STEP 640 (remove_files) COMPLETE
66182025-08-12T21:44:13.270Z[ recovery-image] Aug 12 21:44:12.146 INFO O| Aug 12 21:44:12.146 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192025-08-12T21:44:13.277Z[ recovery-image] Aug 12 21:44:12.159 INFO O| Aug 12 21:44:12.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
66202025-08-12T21:44:13.277Z[ recovery-image] Aug 12 21:44:12.159 INFO O| Aug 12 21:44:12.159 INFO STEP 641 (remove_files) COMPLETE
66212025-08-12T21:44:13.277Z[ recovery-image] Aug 12 21:44:12.159 INFO O| Aug 12 21:44:12.159 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222025-08-12T21:44:13.291Z[ recovery-image] Aug 12 21:44:12.172 INFO O| Aug 12 21:44:12.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
66232025-08-12T21:44:13.291Z[ recovery-image] Aug 12 21:44:12.172 INFO O| Aug 12 21:44:12.172 INFO STEP 642 (remove_files) COMPLETE
66242025-08-12T21:44:13.291Z[ recovery-image] Aug 12 21:44:12.172 INFO O| Aug 12 21:44:12.172 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252025-08-12T21:44:13.305Z[ recovery-image] Aug 12 21:44:12.186 INFO O| Aug 12 21:44:12.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
66262025-08-12T21:44:13.310Z[ recovery-image] Aug 12 21:44:12.186 INFO O| Aug 12 21:44:12.186 INFO STEP 643 (remove_files) COMPLETE
66272025-08-12T21:44:13.310Z[ recovery-image] Aug 12 21:44:12.186 INFO O| Aug 12 21:44:12.186 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282025-08-12T21:44:13.320Z[ recovery-image] Aug 12 21:44:12.202 INFO O| Aug 12 21:44:12.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
66292025-08-12T21:44:13.320Z[ recovery-image] Aug 12 21:44:12.202 INFO O| Aug 12 21:44:12.202 INFO STEP 644 (remove_files) COMPLETE
66302025-08-12T21:44:13.320Z[ recovery-image] Aug 12 21:44:12.202 INFO O| Aug 12 21:44:12.202 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312025-08-12T21:44:13.335Z[ recovery-image] Aug 12 21:44:12.216 INFO O| Aug 12 21:44:12.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
66322025-08-12T21:44:13.335Z[ recovery-image] Aug 12 21:44:12.216 INFO O| Aug 12 21:44:12.216 INFO STEP 645 (remove_files) COMPLETE
66332025-08-12T21:44:13.338Z[ recovery-image] Aug 12 21:44:12.216 INFO O| Aug 12 21:44:12.216 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342025-08-12T21:44:13.349Z[ recovery-image] Aug 12 21:44:12.230 INFO O| Aug 12 21:44:12.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
66352025-08-12T21:44:13.352Z[ recovery-image] Aug 12 21:44:12.231 INFO O| Aug 12 21:44:12.231 INFO STEP 646 (remove_files) COMPLETE
66362025-08-12T21:44:13.352Z[ recovery-image] Aug 12 21:44:12.231 INFO O| Aug 12 21:44:12.231 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372025-08-12T21:44:13.364Z[ recovery-image] Aug 12 21:44:12.245 INFO O| Aug 12 21:44:12.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
66382025-08-12T21:44:13.367Z[ recovery-image] Aug 12 21:44:12.245 INFO O| Aug 12 21:44:12.245 INFO STEP 647 (remove_files) COMPLETE
66392025-08-12T21:44:13.367Z[ recovery-image] Aug 12 21:44:12.245 INFO O| Aug 12 21:44:12.245 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402025-08-12T21:44:13.378Z[ recovery-image] Aug 12 21:44:12.259 INFO O| Aug 12 21:44:12.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
66412025-08-12T21:44:13.381Z[ recovery-image] Aug 12 21:44:12.259 INFO O| Aug 12 21:44:12.259 INFO STEP 648 (remove_files) COMPLETE
66422025-08-12T21:44:13.381Z[ recovery-image] Aug 12 21:44:12.259 INFO O| Aug 12 21:44:12.259 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432025-08-12T21:44:13.392Z[ recovery-image] Aug 12 21:44:12.273 INFO O| Aug 12 21:44:12.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
66442025-08-12T21:44:13.392Z[ recovery-image] Aug 12 21:44:12.273 INFO O| Aug 12 21:44:12.273 INFO STEP 649 (remove_files) COMPLETE
66452025-08-12T21:44:13.396Z[ recovery-image] Aug 12 21:44:12.273 INFO O| Aug 12 21:44:12.273 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462025-08-12T21:44:13.406Z[ recovery-image] Aug 12 21:44:12.287 INFO O| Aug 12 21:44:12.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
66472025-08-12T21:44:13.406Z[ recovery-image] Aug 12 21:44:12.288 INFO O| Aug 12 21:44:12.288 INFO STEP 650 (remove_files) COMPLETE
66482025-08-12T21:44:13.406Z[ recovery-image] Aug 12 21:44:12.288 INFO O| Aug 12 21:44:12.288 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492025-08-12T21:44:13.421Z[ recovery-image] Aug 12 21:44:12.302 INFO O| Aug 12 21:44:12.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
66502025-08-12T21:44:13.421Z[ recovery-image] Aug 12 21:44:12.302 INFO O| Aug 12 21:44:12.302 INFO STEP 651 (remove_files) COMPLETE
66512025-08-12T21:44:13.421Z[ recovery-image] Aug 12 21:44:12.302 INFO O| Aug 12 21:44:12.302 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522025-08-12T21:44:13.435Z[ recovery-image] Aug 12 21:44:12.316 INFO O| Aug 12 21:44:12.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
66532025-08-12T21:44:13.435Z[ recovery-image] Aug 12 21:44:12.316 INFO O| Aug 12 21:44:12.316 INFO STEP 652 (remove_files) COMPLETE
66542025-08-12T21:44:13.439Z[ recovery-image] Aug 12 21:44:12.316 INFO O| Aug 12 21:44:12.316 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552025-08-12T21:44:13.449Z[ recovery-image] Aug 12 21:44:12.330 INFO O| Aug 12 21:44:12.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
66562025-08-12T21:44:13.449Z[ recovery-image] Aug 12 21:44:12.330 INFO O| Aug 12 21:44:12.330 INFO STEP 653 (remove_files) COMPLETE
66572025-08-12T21:44:13.452Z[ recovery-image] Aug 12 21:44:12.330 INFO O| Aug 12 21:44:12.330 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582025-08-12T21:44:13.462Z[ recovery-image] Aug 12 21:44:12.343 INFO O| Aug 12 21:44:12.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
66592025-08-12T21:44:13.463Z[ recovery-image] Aug 12 21:44:12.343 INFO O| Aug 12 21:44:12.343 INFO STEP 654 (remove_files) COMPLETE
66602025-08-12T21:44:13.463Z[ recovery-image] Aug 12 21:44:12.343 INFO O| Aug 12 21:44:12.343 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612025-08-12T21:44:13.477Z[ recovery-image] Aug 12 21:44:12.358 INFO O| Aug 12 21:44:12.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
66622025-08-12T21:44:13.477Z[ recovery-image] Aug 12 21:44:12.358 INFO O| Aug 12 21:44:12.358 INFO STEP 655 (remove_files) COMPLETE
66632025-08-12T21:44:13.477Z[ recovery-image] Aug 12 21:44:12.358 INFO O| Aug 12 21:44:12.358 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642025-08-12T21:44:13.491Z[ recovery-image] Aug 12 21:44:12.371 INFO O| Aug 12 21:44:12.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
66652025-08-12T21:44:13.491Z[ recovery-image] Aug 12 21:44:12.371 INFO O| Aug 12 21:44:12.371 INFO STEP 656 (remove_files) COMPLETE
66662025-08-12T21:44:13.495Z[ recovery-image] Aug 12 21:44:12.371 INFO O| Aug 12 21:44:12.371 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672025-08-12T21:44:13.506Z[ recovery-image] Aug 12 21:44:12.386 INFO O| Aug 12 21:44:12.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
66682025-08-12T21:44:13.506Z[ recovery-image] Aug 12 21:44:12.386 INFO O| Aug 12 21:44:12.386 INFO STEP 657 (remove_files) COMPLETE
66692025-08-12T21:44:13.506Z[ recovery-image] Aug 12 21:44:12.386 INFO O| Aug 12 21:44:12.386 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702025-08-12T21:44:13.520Z[ recovery-image] Aug 12 21:44:12.400 INFO O| Aug 12 21:44:12.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
66712025-08-12T21:44:13.520Z[ recovery-image] Aug 12 21:44:12.400 INFO O| Aug 12 21:44:12.400 INFO STEP 658 (remove_files) COMPLETE
66722025-08-12T21:44:13.525Z[ recovery-image] Aug 12 21:44:12.400 INFO O| Aug 12 21:44:12.400 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732025-08-12T21:44:13.534Z[ recovery-image] Aug 12 21:44:12.415 INFO O| Aug 12 21:44:12.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
66742025-08-12T21:44:13.534Z[ recovery-image] Aug 12 21:44:12.415 INFO O| Aug 12 21:44:12.415 INFO STEP 659 (remove_files) COMPLETE
66752025-08-12T21:44:13.534Z[ recovery-image] Aug 12 21:44:12.415 INFO O| Aug 12 21:44:12.415 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762025-08-12T21:44:13.549Z[ recovery-image] Aug 12 21:44:12.429 INFO O| Aug 12 21:44:12.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
66772025-08-12T21:44:13.549Z[ recovery-image] Aug 12 21:44:12.429 INFO O| Aug 12 21:44:12.429 INFO STEP 660 (remove_files) COMPLETE
66782025-08-12T21:44:13.549Z[ recovery-image] Aug 12 21:44:12.429 INFO O| Aug 12 21:44:12.429 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792025-08-12T21:44:13.563Z[ recovery-image] Aug 12 21:44:12.443 INFO O| Aug 12 21:44:12.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
66802025-08-12T21:44:13.563Z[ recovery-image] Aug 12 21:44:12.443 INFO O| Aug 12 21:44:12.443 INFO STEP 661 (remove_files) COMPLETE
66812025-08-12T21:44:13.563Z[ recovery-image] Aug 12 21:44:12.443 INFO O| Aug 12 21:44:12.443 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822025-08-12T21:44:13.576Z[ recovery-image] Aug 12 21:44:12.457 INFO O| Aug 12 21:44:12.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
66832025-08-12T21:44:13.576Z[ recovery-image] Aug 12 21:44:12.457 INFO O| Aug 12 21:44:12.457 INFO STEP 662 (remove_files) COMPLETE
66842025-08-12T21:44:13.581Z[ recovery-image] Aug 12 21:44:12.457 INFO O| Aug 12 21:44:12.457 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852025-08-12T21:44:13.590Z[ recovery-image] Aug 12 21:44:12.471 INFO O| Aug 12 21:44:12.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
66862025-08-12T21:44:13.590Z[ recovery-image] Aug 12 21:44:12.471 INFO O| Aug 12 21:44:12.471 INFO STEP 663 (remove_files) COMPLETE
66872025-08-12T21:44:13.594Z[ recovery-image] Aug 12 21:44:12.471 INFO O| Aug 12 21:44:12.471 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882025-08-12T21:44:13.603Z[ recovery-image] Aug 12 21:44:12.484 INFO O| Aug 12 21:44:12.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
66892025-08-12T21:44:13.607Z[ recovery-image] Aug 12 21:44:12.485 INFO O| Aug 12 21:44:12.485 INFO STEP 664 (remove_files) COMPLETE
66902025-08-12T21:44:13.607Z[ recovery-image] Aug 12 21:44:12.485 INFO O| Aug 12 21:44:12.485 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912025-08-12T21:44:13.617Z[ recovery-image] Aug 12 21:44:12.498 INFO O| Aug 12 21:44:12.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
66922025-08-12T21:44:13.617Z[ recovery-image] Aug 12 21:44:12.498 INFO O| Aug 12 21:44:12.498 INFO STEP 665 (remove_files) COMPLETE
66932025-08-12T21:44:13.620Z[ recovery-image] Aug 12 21:44:12.498 INFO O| Aug 12 21:44:12.498 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942025-08-12T21:44:13.631Z[ recovery-image] Aug 12 21:44:12.512 INFO O| Aug 12 21:44:12.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
66952025-08-12T21:44:13.631Z[ recovery-image] Aug 12 21:44:12.512 INFO O| Aug 12 21:44:12.512 INFO STEP 666 (remove_files) COMPLETE
66962025-08-12T21:44:13.635Z[ recovery-image] Aug 12 21:44:12.512 INFO O| Aug 12 21:44:12.512 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972025-08-12T21:44:13.644Z[ recovery-image] Aug 12 21:44:12.525 INFO O| Aug 12 21:44:12.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
66982025-08-12T21:44:13.644Z[ recovery-image] Aug 12 21:44:12.526 INFO O| Aug 12 21:44:12.525 INFO STEP 667 (remove_files) COMPLETE
66992025-08-12T21:44:13.644Z[ recovery-image] Aug 12 21:44:12.526 INFO O| Aug 12 21:44:12.526 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002025-08-12T21:44:13.658Z[ recovery-image] Aug 12 21:44:12.539 INFO O| Aug 12 21:44:12.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
67012025-08-12T21:44:13.658Z[ recovery-image] Aug 12 21:44:12.539 INFO O| Aug 12 21:44:12.539 INFO STEP 668 (remove_files) COMPLETE
67022025-08-12T21:44:13.658Z[ recovery-image] Aug 12 21:44:12.539 INFO O| Aug 12 21:44:12.539 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032025-08-12T21:44:13.671Z[ recovery-image] Aug 12 21:44:12.552 INFO O| Aug 12 21:44:12.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
67042025-08-12T21:44:13.671Z[ recovery-image] Aug 12 21:44:12.552 INFO O| Aug 12 21:44:12.552 INFO STEP 669 (remove_files) COMPLETE
67052025-08-12T21:44:13.671Z[ recovery-image] Aug 12 21:44:12.552 INFO O| Aug 12 21:44:12.552 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062025-08-12T21:44:13.686Z[ recovery-image] Aug 12 21:44:12.567 INFO O| Aug 12 21:44:12.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
67072025-08-12T21:44:13.686Z[ recovery-image] Aug 12 21:44:12.567 INFO O| Aug 12 21:44:12.567 INFO STEP 670 (remove_files) COMPLETE
67082025-08-12T21:44:13.686Z[ recovery-image] Aug 12 21:44:12.567 INFO O| Aug 12 21:44:12.567 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092025-08-12T21:44:13.700Z[ recovery-image] Aug 12 21:44:12.581 INFO O| Aug 12 21:44:12.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
67102025-08-12T21:44:13.700Z[ recovery-image] Aug 12 21:44:12.581 INFO O| Aug 12 21:44:12.581 INFO STEP 671 (remove_files) COMPLETE
67112025-08-12T21:44:13.703Z[ recovery-image] Aug 12 21:44:12.581 INFO O| Aug 12 21:44:12.581 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122025-08-12T21:44:13.715Z[ recovery-image] Aug 12 21:44:12.596 INFO O| Aug 12 21:44:12.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
67132025-08-12T21:44:13.716Z[ recovery-image] Aug 12 21:44:12.596 INFO O| Aug 12 21:44:12.596 INFO STEP 672 (remove_files) COMPLETE
67142025-08-12T21:44:13.716Z[ recovery-image] Aug 12 21:44:12.596 INFO O| Aug 12 21:44:12.596 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152025-08-12T21:44:13.728Z[ recovery-image] Aug 12 21:44:12.609 INFO O| Aug 12 21:44:12.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
67162025-08-12T21:44:13.728Z[ recovery-image] Aug 12 21:44:12.610 INFO O| Aug 12 21:44:12.609 INFO STEP 673 (remove_files) COMPLETE
67172025-08-12T21:44:13.732Z[ recovery-image] Aug 12 21:44:12.610 INFO O| Aug 12 21:44:12.610 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182025-08-12T21:44:13.743Z[ recovery-image] Aug 12 21:44:12.624 INFO O| Aug 12 21:44:12.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
67192025-08-12T21:44:13.743Z[ recovery-image] Aug 12 21:44:12.624 INFO O| Aug 12 21:44:12.624 INFO STEP 674 (remove_files) COMPLETE
67202025-08-12T21:44:13.746Z[ recovery-image] Aug 12 21:44:12.624 INFO O| Aug 12 21:44:12.624 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212025-08-12T21:44:13.756Z[ recovery-image] Aug 12 21:44:12.637 INFO O| Aug 12 21:44:12.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
67222025-08-12T21:44:13.756Z[ recovery-image] Aug 12 21:44:12.637 INFO O| Aug 12 21:44:12.637 INFO STEP 675 (remove_files) COMPLETE
67232025-08-12T21:44:13.760Z[ recovery-image] Aug 12 21:44:12.637 INFO O| Aug 12 21:44:12.637 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242025-08-12T21:44:13.770Z[ recovery-image] Aug 12 21:44:12.651 INFO O| Aug 12 21:44:12.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
67252025-08-12T21:44:13.770Z[ recovery-image] Aug 12 21:44:12.651 INFO O| Aug 12 21:44:12.651 INFO STEP 676 (remove_files) COMPLETE
67262025-08-12T21:44:13.770Z[ recovery-image] Aug 12 21:44:12.651 INFO O| Aug 12 21:44:12.651 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272025-08-12T21:44:13.783Z[ recovery-image] Aug 12 21:44:12.664 INFO O| Aug 12 21:44:12.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
67282025-08-12T21:44:13.783Z[ recovery-image] Aug 12 21:44:12.664 INFO O| Aug 12 21:44:12.664 INFO STEP 677 (remove_files) COMPLETE
67292025-08-12T21:44:13.783Z[ recovery-image] Aug 12 21:44:12.664 INFO O| Aug 12 21:44:12.664 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302025-08-12T21:44:13.799Z[ recovery-image] Aug 12 21:44:12.678 INFO O| Aug 12 21:44:12.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
67312025-08-12T21:44:13.799Z[ recovery-image] Aug 12 21:44:12.678 INFO O| Aug 12 21:44:12.678 INFO STEP 678 (remove_files) COMPLETE
67322025-08-12T21:44:13.799Z[ recovery-image] Aug 12 21:44:12.678 INFO O| Aug 12 21:44:12.678 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332025-08-12T21:44:13.811Z[ recovery-image] Aug 12 21:44:12.692 INFO O| Aug 12 21:44:12.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
67342025-08-12T21:44:13.811Z[ recovery-image] Aug 12 21:44:12.693 INFO O| Aug 12 21:44:12.693 INFO STEP 679 (remove_files) COMPLETE
67352025-08-12T21:44:13.811Z[ recovery-image] Aug 12 21:44:12.693 INFO O| Aug 12 21:44:12.693 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362025-08-12T21:44:13.825Z[ recovery-image] Aug 12 21:44:12.706 INFO O| Aug 12 21:44:12.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
67372025-08-12T21:44:13.825Z[ recovery-image] Aug 12 21:44:12.707 INFO O| Aug 12 21:44:12.706 INFO STEP 680 (remove_files) COMPLETE
67382025-08-12T21:44:13.825Z[ recovery-image] Aug 12 21:44:12.707 INFO O| Aug 12 21:44:12.706 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392025-08-12T21:44:13.839Z[ recovery-image] Aug 12 21:44:12.720 INFO O| Aug 12 21:44:12.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
67402025-08-12T21:44:13.839Z[ recovery-image] Aug 12 21:44:12.720 INFO O| Aug 12 21:44:12.720 INFO STEP 681 (remove_files) COMPLETE
67412025-08-12T21:44:13.839Z[ recovery-image] Aug 12 21:44:12.720 INFO O| Aug 12 21:44:12.720 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422025-08-12T21:44:13.853Z[ recovery-image] Aug 12 21:44:12.734 INFO O| Aug 12 21:44:12.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
67432025-08-12T21:44:13.853Z[ recovery-image] Aug 12 21:44:12.734 INFO O| Aug 12 21:44:12.734 INFO STEP 682 (remove_files) COMPLETE
67442025-08-12T21:44:13.853Z[ recovery-image] Aug 12 21:44:12.734 INFO O| Aug 12 21:44:12.734 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452025-08-12T21:44:13.867Z[ recovery-image] Aug 12 21:44:12.748 INFO O| Aug 12 21:44:12.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
67462025-08-12T21:44:13.867Z[ recovery-image] Aug 12 21:44:12.748 INFO O| Aug 12 21:44:12.748 INFO STEP 683 (remove_files) COMPLETE
67472025-08-12T21:44:13.867Z[ recovery-image] Aug 12 21:44:12.748 INFO O| Aug 12 21:44:12.748 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482025-08-12T21:44:13.881Z[ recovery-image] Aug 12 21:44:12.762 INFO O| Aug 12 21:44:12.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
67492025-08-12T21:44:13.881Z[ recovery-image] Aug 12 21:44:12.762 INFO O| Aug 12 21:44:12.762 INFO STEP 684 (remove_files) COMPLETE
67502025-08-12T21:44:13.881Z[ recovery-image] Aug 12 21:44:12.762 INFO O| Aug 12 21:44:12.762 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512025-08-12T21:44:13.896Z[ recovery-image] Aug 12 21:44:12.777 INFO O| Aug 12 21:44:12.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
67522025-08-12T21:44:13.896Z[ recovery-image] Aug 12 21:44:12.777 INFO O| Aug 12 21:44:12.777 INFO STEP 685 (remove_files) COMPLETE
67532025-08-12T21:44:13.899Z[ recovery-image] Aug 12 21:44:12.777 INFO O| Aug 12 21:44:12.777 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542025-08-12T21:44:13.909Z[ recovery-image] Aug 12 21:44:12.790 INFO O| Aug 12 21:44:12.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
67552025-08-12T21:44:13.909Z[ recovery-image] Aug 12 21:44:12.791 INFO O| Aug 12 21:44:12.790 INFO STEP 686 (remove_files) COMPLETE
67562025-08-12T21:44:13.909Z[ recovery-image] Aug 12 21:44:12.791 INFO O| Aug 12 21:44:12.791 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572025-08-12T21:44:13.923Z[ recovery-image] Aug 12 21:44:12.804 INFO O| Aug 12 21:44:12.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
67582025-08-12T21:44:13.923Z[ recovery-image] Aug 12 21:44:12.804 INFO O| Aug 12 21:44:12.804 INFO STEP 687 (remove_files) COMPLETE
67592025-08-12T21:44:13.923Z[ recovery-image] Aug 12 21:44:12.804 INFO O| Aug 12 21:44:12.804 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602025-08-12T21:44:13.937Z[ recovery-image] Aug 12 21:44:12.818 INFO O| Aug 12 21:44:12.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
67612025-08-12T21:44:13.937Z[ recovery-image] Aug 12 21:44:12.818 INFO O| Aug 12 21:44:12.818 INFO STEP 688 (remove_files) COMPLETE
67622025-08-12T21:44:13.937Z[ recovery-image] Aug 12 21:44:12.818 INFO O| Aug 12 21:44:12.818 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632025-08-12T21:44:13.950Z[ recovery-image] Aug 12 21:44:12.831 INFO O| Aug 12 21:44:12.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
67642025-08-12T21:44:13.950Z[ recovery-image] Aug 12 21:44:12.831 INFO O| Aug 12 21:44:12.831 INFO STEP 689 (remove_files) COMPLETE
67652025-08-12T21:44:13.954Z[ recovery-image] Aug 12 21:44:12.831 INFO O| Aug 12 21:44:12.831 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662025-08-12T21:44:13.963Z[ recovery-image] Aug 12 21:44:12.844 INFO O| Aug 12 21:44:12.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
67672025-08-12T21:44:13.963Z[ recovery-image] Aug 12 21:44:12.844 INFO O| Aug 12 21:44:12.844 INFO STEP 690 (remove_files) COMPLETE
67682025-08-12T21:44:13.967Z[ recovery-image] Aug 12 21:44:12.844 INFO O| Aug 12 21:44:12.844 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692025-08-12T21:44:13.977Z[ recovery-image] Aug 12 21:44:12.858 INFO O| Aug 12 21:44:12.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
67702025-08-12T21:44:13.977Z[ recovery-image] Aug 12 21:44:12.858 INFO O| Aug 12 21:44:12.858 INFO STEP 691 (remove_files) COMPLETE
67712025-08-12T21:44:13.977Z[ recovery-image] Aug 12 21:44:12.858 INFO O| Aug 12 21:44:12.858 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722025-08-12T21:44:13.991Z[ recovery-image] Aug 12 21:44:12.873 INFO O| Aug 12 21:44:12.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
67732025-08-12T21:44:13.991Z[ recovery-image] Aug 12 21:44:12.873 INFO O| Aug 12 21:44:12.873 INFO STEP 692 (remove_files) COMPLETE
67742025-08-12T21:44:13.992Z[ recovery-image] Aug 12 21:44:12.873 INFO O| Aug 12 21:44:12.873 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752025-08-12T21:44:14.005Z[ recovery-image] Aug 12 21:44:12.886 INFO O| Aug 12 21:44:12.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
67762025-08-12T21:44:14.005Z[ recovery-image] Aug 12 21:44:12.886 INFO O| Aug 12 21:44:12.886 INFO STEP 693 (remove_files) COMPLETE
67772025-08-12T21:44:14.005Z[ recovery-image] Aug 12 21:44:12.886 INFO O| Aug 12 21:44:12.886 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782025-08-12T21:44:14.019Z[ recovery-image] Aug 12 21:44:12.900 INFO O| Aug 12 21:44:12.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
67792025-08-12T21:44:14.019Z[ recovery-image] Aug 12 21:44:12.900 INFO O| Aug 12 21:44:12.900 INFO STEP 694 (remove_files) COMPLETE
67802025-08-12T21:44:14.019Z[ recovery-image] Aug 12 21:44:12.900 INFO O| Aug 12 21:44:12.900 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812025-08-12T21:44:14.033Z[ recovery-image] Aug 12 21:44:12.914 INFO O| Aug 12 21:44:12.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
67822025-08-12T21:44:14.033Z[ recovery-image] Aug 12 21:44:12.914 INFO O| Aug 12 21:44:12.914 INFO STEP 695 (remove_files) COMPLETE
67832025-08-12T21:44:14.033Z[ recovery-image] Aug 12 21:44:12.914 INFO O| Aug 12 21:44:12.914 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842025-08-12T21:44:14.047Z[ recovery-image] Aug 12 21:44:12.928 INFO O| Aug 12 21:44:12.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
67852025-08-12T21:44:14.047Z[ recovery-image] Aug 12 21:44:12.928 INFO O| Aug 12 21:44:12.928 INFO STEP 696 (remove_files) COMPLETE
67862025-08-12T21:44:14.050Z[ recovery-image] Aug 12 21:44:12.928 INFO O| Aug 12 21:44:12.928 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872025-08-12T21:44:14.060Z[ recovery-image] Aug 12 21:44:12.942 INFO O| Aug 12 21:44:12.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
67882025-08-12T21:44:14.060Z[ recovery-image] Aug 12 21:44:12.942 INFO O| Aug 12 21:44:12.942 INFO STEP 697 (remove_files) COMPLETE
67892025-08-12T21:44:14.061Z[ recovery-image] Aug 12 21:44:12.942 INFO O| Aug 12 21:44:12.942 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902025-08-12T21:44:14.076Z[ recovery-image] Aug 12 21:44:12.956 INFO O| Aug 12 21:44:12.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
67912025-08-12T21:44:14.076Z[ recovery-image] Aug 12 21:44:12.957 INFO O| Aug 12 21:44:12.957 INFO STEP 698 (remove_files) COMPLETE
67922025-08-12T21:44:14.076Z[ recovery-image] Aug 12 21:44:12.957 INFO O| Aug 12 21:44:12.957 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932025-08-12T21:44:14.090Z[ recovery-image] Aug 12 21:44:12.971 INFO O| Aug 12 21:44:12.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
67942025-08-12T21:44:14.090Z[ recovery-image] Aug 12 21:44:12.972 INFO O| Aug 12 21:44:12.972 INFO STEP 699 (remove_files) COMPLETE
67952025-08-12T21:44:14.090Z[ recovery-image] Aug 12 21:44:12.972 INFO O| Aug 12 21:44:12.972 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962025-08-12T21:44:14.105Z[ recovery-image] Aug 12 21:44:12.986 INFO O| Aug 12 21:44:12.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
67972025-08-12T21:44:14.110Z[ recovery-image] Aug 12 21:44:12.987 INFO O| Aug 12 21:44:12.987 INFO STEP 700 (remove_files) COMPLETE
67982025-08-12T21:44:14.110Z[ recovery-image] Aug 12 21:44:12.987 INFO O| Aug 12 21:44:12.987 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992025-08-12T21:44:14.120Z[ recovery-image] Aug 12 21:44:13.001 INFO O| Aug 12 21:44:13.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
68002025-08-12T21:44:14.124Z[ recovery-image] Aug 12 21:44:13.002 INFO O| Aug 12 21:44:13.001 INFO STEP 701 (remove_files) COMPLETE
68012025-08-12T21:44:14.124Z[ recovery-image] Aug 12 21:44:13.002 INFO O| Aug 12 21:44:13.001 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022025-08-12T21:44:14.135Z[ recovery-image] Aug 12 21:44:13.016 INFO O| Aug 12 21:44:13.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
68032025-08-12T21:44:14.135Z[ recovery-image] Aug 12 21:44:13.016 INFO O| Aug 12 21:44:13.016 INFO STEP 702 (remove_files) COMPLETE
68042025-08-12T21:44:14.135Z[ recovery-image] Aug 12 21:44:13.016 INFO O| Aug 12 21:44:13.016 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052025-08-12T21:44:14.151Z[ recovery-image] Aug 12 21:44:13.032 INFO O| Aug 12 21:44:13.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
68062025-08-12T21:44:14.151Z[ recovery-image] Aug 12 21:44:13.032 INFO O| Aug 12 21:44:13.032 INFO STEP 703 (remove_files) COMPLETE
68072025-08-12T21:44:14.151Z[ recovery-image] Aug 12 21:44:13.032 INFO O| Aug 12 21:44:13.032 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082025-08-12T21:44:14.166Z[ recovery-image] Aug 12 21:44:13.046 INFO O| Aug 12 21:44:13.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
68092025-08-12T21:44:14.169Z[ recovery-image] Aug 12 21:44:13.047 INFO O| Aug 12 21:44:13.047 INFO STEP 704 (remove_files) COMPLETE
68102025-08-12T21:44:14.169Z[ recovery-image] Aug 12 21:44:13.047 INFO O| Aug 12 21:44:13.047 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112025-08-12T21:44:14.194Z[ recovery-image] Aug 12 21:44:13.060 INFO O| Aug 12 21:44:13.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
68122025-08-12T21:44:14.194Z[ recovery-image] Aug 12 21:44:13.060 INFO O| Aug 12 21:44:13.060 INFO STEP 705 (remove_files) COMPLETE
68132025-08-12T21:44:14.194Z[ recovery-image] Aug 12 21:44:13.060 INFO O| Aug 12 21:44:13.060 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142025-08-12T21:44:14.194Z[ recovery-image] Aug 12 21:44:13.074 INFO O| Aug 12 21:44:13.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
68152025-08-12T21:44:14.194Z[ recovery-image] Aug 12 21:44:13.074 INFO O| Aug 12 21:44:13.074 INFO STEP 706 (remove_files) COMPLETE
68162025-08-12T21:44:14.194Z[ recovery-image] Aug 12 21:44:13.074 INFO O| Aug 12 21:44:13.074 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172025-08-12T21:44:14.206Z[ recovery-image] Aug 12 21:44:13.087 INFO O| Aug 12 21:44:13.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
68182025-08-12T21:44:14.206Z[ recovery-image] Aug 12 21:44:13.087 INFO O| Aug 12 21:44:13.087 INFO STEP 707 (remove_files) COMPLETE
68192025-08-12T21:44:14.206Z[ recovery-image] Aug 12 21:44:13.087 INFO O| Aug 12 21:44:13.087 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202025-08-12T21:44:14.219Z[ recovery-image] Aug 12 21:44:13.100 INFO O| Aug 12 21:44:13.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
68212025-08-12T21:44:14.220Z[ recovery-image] Aug 12 21:44:13.100 INFO O| Aug 12 21:44:13.100 INFO STEP 708 (remove_files) COMPLETE
68222025-08-12T21:44:14.220Z[ recovery-image] Aug 12 21:44:13.100 INFO O| Aug 12 21:44:13.100 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232025-08-12T21:44:14.237Z[ recovery-image] Aug 12 21:44:13.118 INFO O| Aug 12 21:44:13.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
68242025-08-12T21:44:14.237Z[ recovery-image] Aug 12 21:44:13.118 INFO O| Aug 12 21:44:13.118 INFO STEP 709 (remove_files) COMPLETE
68252025-08-12T21:44:14.238Z[ recovery-image] Aug 12 21:44:13.118 INFO O| Aug 12 21:44:13.118 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262025-08-12T21:44:14.258Z[ recovery-image] Aug 12 21:44:13.139 INFO O| Aug 12 21:44:13.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
68272025-08-12T21:44:14.258Z[ recovery-image] Aug 12 21:44:13.139 INFO O| Aug 12 21:44:13.139 INFO STEP 710 (remove_files) COMPLETE
68282025-08-12T21:44:14.258Z[ recovery-image] Aug 12 21:44:13.139 INFO O| Aug 12 21:44:13.139 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292025-08-12T21:44:14.275Z[ recovery-image] Aug 12 21:44:13.153 INFO O| Aug 12 21:44:13.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
68302025-08-12T21:44:14.275Z[ recovery-image] Aug 12 21:44:13.153 INFO O| Aug 12 21:44:13.153 INFO STEP 711 (remove_files) COMPLETE
68312025-08-12T21:44:14.275Z[ recovery-image] Aug 12 21:44:13.153 INFO O| Aug 12 21:44:13.153 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322025-08-12T21:44:14.288Z[ recovery-image] Aug 12 21:44:13.167 INFO O| Aug 12 21:44:13.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
68332025-08-12T21:44:14.288Z[ recovery-image] Aug 12 21:44:13.167 INFO O| Aug 12 21:44:13.167 INFO STEP 712 (remove_files) COMPLETE
68342025-08-12T21:44:14.301Z[ recovery-image] Aug 12 21:44:13.167 INFO O| Aug 12 21:44:13.167 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352025-08-12T21:44:14.305Z[ recovery-image] Aug 12 21:44:13.185 INFO O| Aug 12 21:44:13.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
68362025-08-12T21:44:14.305Z[ recovery-image] Aug 12 21:44:13.186 INFO O| Aug 12 21:44:13.186 INFO STEP 713 (remove_files) COMPLETE
68372025-08-12T21:44:14.305Z[ recovery-image] Aug 12 21:44:13.186 INFO O| Aug 12 21:44:13.186 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382025-08-12T21:44:14.318Z[ recovery-image] Aug 12 21:44:13.200 INFO O| Aug 12 21:44:13.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
68392025-08-12T21:44:14.319Z[ recovery-image] Aug 12 21:44:13.200 INFO O| Aug 12 21:44:13.200 INFO STEP 714 (remove_files) COMPLETE
68402025-08-12T21:44:14.322Z[ recovery-image] Aug 12 21:44:13.200 INFO O| Aug 12 21:44:13.200 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412025-08-12T21:44:14.335Z[ recovery-image] Aug 12 21:44:13.216 INFO O| Aug 12 21:44:13.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
68422025-08-12T21:44:14.335Z[ recovery-image] Aug 12 21:44:13.216 INFO O| Aug 12 21:44:13.216 INFO STEP 715 (remove_files) COMPLETE
68432025-08-12T21:44:14.335Z[ recovery-image] Aug 12 21:44:13.216 INFO O| Aug 12 21:44:13.216 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442025-08-12T21:44:14.351Z[ recovery-image] Aug 12 21:44:13.232 INFO O| Aug 12 21:44:13.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
68452025-08-12T21:44:14.355Z[ recovery-image] Aug 12 21:44:13.233 INFO O| Aug 12 21:44:13.233 INFO STEP 716 (remove_files) COMPLETE
68462025-08-12T21:44:14.355Z[ recovery-image] Aug 12 21:44:13.233 INFO O| Aug 12 21:44:13.233 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472025-08-12T21:44:14.368Z[ recovery-image] Aug 12 21:44:13.248 INFO O| Aug 12 21:44:13.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
68482025-08-12T21:44:14.368Z[ recovery-image] Aug 12 21:44:13.248 INFO O| Aug 12 21:44:13.248 INFO STEP 717 (remove_files) COMPLETE
68492025-08-12T21:44:14.372Z[ recovery-image] Aug 12 21:44:13.248 INFO O| Aug 12 21:44:13.248 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502025-08-12T21:44:14.383Z[ recovery-image] Aug 12 21:44:13.264 INFO O| Aug 12 21:44:13.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
68512025-08-12T21:44:14.383Z[ recovery-image] Aug 12 21:44:13.264 INFO O| Aug 12 21:44:13.264 INFO STEP 718 (remove_files) COMPLETE
68522025-08-12T21:44:14.383Z[ recovery-image] Aug 12 21:44:13.264 INFO O| Aug 12 21:44:13.264 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532025-08-12T21:44:14.399Z[ recovery-image] Aug 12 21:44:13.280 INFO O| Aug 12 21:44:13.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
68542025-08-12T21:44:14.399Z[ recovery-image] Aug 12 21:44:13.280 INFO O| Aug 12 21:44:13.280 INFO STEP 719 (remove_files) COMPLETE
68552025-08-12T21:44:14.402Z[ recovery-image] Aug 12 21:44:13.280 INFO O| Aug 12 21:44:13.280 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562025-08-12T21:44:14.414Z[ recovery-image] Aug 12 21:44:13.295 INFO O| Aug 12 21:44:13.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
68572025-08-12T21:44:14.418Z[ recovery-image] Aug 12 21:44:13.296 INFO O| Aug 12 21:44:13.296 INFO STEP 720 (remove_files) COMPLETE
68582025-08-12T21:44:14.418Z[ recovery-image] Aug 12 21:44:13.296 INFO O| Aug 12 21:44:13.296 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592025-08-12T21:44:14.430Z[ recovery-image] Aug 12 21:44:13.311 INFO O| Aug 12 21:44:13.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
68602025-08-12T21:44:14.430Z[ recovery-image] Aug 12 21:44:13.311 INFO O| Aug 12 21:44:13.311 INFO STEP 721 (remove_files) COMPLETE
68612025-08-12T21:44:14.430Z[ recovery-image] Aug 12 21:44:13.311 INFO O| Aug 12 21:44:13.311 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622025-08-12T21:44:14.446Z[ recovery-image] Aug 12 21:44:13.327 INFO O| Aug 12 21:44:13.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
68632025-08-12T21:44:14.446Z[ recovery-image] Aug 12 21:44:13.327 INFO O| Aug 12 21:44:13.327 INFO STEP 722 (remove_files) COMPLETE
68642025-08-12T21:44:14.446Z[ recovery-image] Aug 12 21:44:13.327 INFO O| Aug 12 21:44:13.327 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652025-08-12T21:44:14.461Z[ recovery-image] Aug 12 21:44:13.342 INFO O| Aug 12 21:44:13.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
68662025-08-12T21:44:14.462Z[ recovery-image] Aug 12 21:44:13.343 INFO O| Aug 12 21:44:13.342 INFO STEP 723 (remove_files) COMPLETE
68672025-08-12T21:44:14.465Z[ recovery-image] Aug 12 21:44:13.343 INFO O| Aug 12 21:44:13.342 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682025-08-12T21:44:14.478Z[ recovery-image] Aug 12 21:44:13.359 INFO O| Aug 12 21:44:13.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
68692025-08-12T21:44:14.478Z[ recovery-image] Aug 12 21:44:13.359 INFO O| Aug 12 21:44:13.359 INFO STEP 724 (remove_files) COMPLETE
68702025-08-12T21:44:14.478Z[ recovery-image] Aug 12 21:44:13.359 INFO O| Aug 12 21:44:13.359 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712025-08-12T21:44:14.494Z[ recovery-image] Aug 12 21:44:13.375 INFO O| Aug 12 21:44:13.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
68722025-08-12T21:44:14.494Z[ recovery-image] Aug 12 21:44:13.375 INFO O| Aug 12 21:44:13.375 INFO STEP 725 (remove_files) COMPLETE
68732025-08-12T21:44:14.494Z[ recovery-image] Aug 12 21:44:13.375 INFO O| Aug 12 21:44:13.375 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742025-08-12T21:44:14.509Z[ recovery-image] Aug 12 21:44:13.390 INFO O| Aug 12 21:44:13.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
68752025-08-12T21:44:14.509Z[ recovery-image] Aug 12 21:44:13.390 INFO O| Aug 12 21:44:13.390 INFO STEP 726 (remove_files) COMPLETE
68762025-08-12T21:44:14.509Z[ recovery-image] Aug 12 21:44:13.390 INFO O| Aug 12 21:44:13.390 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772025-08-12T21:44:14.526Z[ recovery-image] Aug 12 21:44:13.407 INFO O| Aug 12 21:44:13.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
68782025-08-12T21:44:14.526Z[ recovery-image] Aug 12 21:44:13.407 INFO O| Aug 12 21:44:13.407 INFO STEP 727 (remove_files) COMPLETE
68792025-08-12T21:44:14.526Z[ recovery-image] Aug 12 21:44:13.407 INFO O| Aug 12 21:44:13.407 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802025-08-12T21:44:14.543Z[ recovery-image] Aug 12 21:44:13.423 INFO O| Aug 12 21:44:13.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
68812025-08-12T21:44:14.543Z[ recovery-image] Aug 12 21:44:13.423 INFO O| Aug 12 21:44:13.423 INFO STEP 728 (remove_files) COMPLETE
68822025-08-12T21:44:14.546Z[ recovery-image] Aug 12 21:44:13.423 INFO O| Aug 12 21:44:13.423 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832025-08-12T21:44:14.559Z[ recovery-image] Aug 12 21:44:13.440 INFO O| Aug 12 21:44:13.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
68842025-08-12T21:44:14.559Z[ recovery-image] Aug 12 21:44:13.440 INFO O| Aug 12 21:44:13.440 INFO STEP 729 (remove_files) COMPLETE
68852025-08-12T21:44:14.559Z[ recovery-image] Aug 12 21:44:13.440 INFO O| Aug 12 21:44:13.440 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862025-08-12T21:44:14.575Z[ recovery-image] Aug 12 21:44:13.456 INFO O| Aug 12 21:44:13.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
68872025-08-12T21:44:14.575Z[ recovery-image] Aug 12 21:44:13.456 INFO O| Aug 12 21:44:13.456 INFO STEP 730 (remove_files) COMPLETE
68882025-08-12T21:44:14.575Z[ recovery-image] Aug 12 21:44:13.456 INFO O| Aug 12 21:44:13.456 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892025-08-12T21:44:14.590Z[ recovery-image] Aug 12 21:44:13.471 INFO O| Aug 12 21:44:13.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
68902025-08-12T21:44:14.594Z[ recovery-image] Aug 12 21:44:13.471 INFO O| Aug 12 21:44:13.471 INFO STEP 731 (remove_files) COMPLETE
68912025-08-12T21:44:14.594Z[ recovery-image] Aug 12 21:44:13.471 INFO O| Aug 12 21:44:13.471 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922025-08-12T21:44:14.604Z[ recovery-image] Aug 12 21:44:13.485 INFO O| Aug 12 21:44:13.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
68932025-08-12T21:44:14.604Z[ recovery-image] Aug 12 21:44:13.485 INFO O| Aug 12 21:44:13.485 INFO STEP 732 (remove_files) COMPLETE
68942025-08-12T21:44:14.604Z[ recovery-image] Aug 12 21:44:13.485 INFO O| Aug 12 21:44:13.485 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952025-08-12T21:44:14.618Z[ recovery-image] Aug 12 21:44:13.499 INFO O| Aug 12 21:44:13.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
68962025-08-12T21:44:14.618Z[ recovery-image] Aug 12 21:44:13.499 INFO O| Aug 12 21:44:13.499 INFO STEP 733 (remove_files) COMPLETE
68972025-08-12T21:44:14.618Z[ recovery-image] Aug 12 21:44:13.499 INFO O| Aug 12 21:44:13.499 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982025-08-12T21:44:14.632Z[ recovery-image] Aug 12 21:44:13.513 INFO O| Aug 12 21:44:13.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
68992025-08-12T21:44:14.632Z[ recovery-image] Aug 12 21:44:13.513 INFO O| Aug 12 21:44:13.513 INFO STEP 734 (remove_files) COMPLETE
69002025-08-12T21:44:14.632Z[ recovery-image] Aug 12 21:44:13.513 INFO O| Aug 12 21:44:13.513 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012025-08-12T21:44:14.645Z[ recovery-image] Aug 12 21:44:13.526 INFO O| Aug 12 21:44:13.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
69022025-08-12T21:44:14.645Z[ recovery-image] Aug 12 21:44:13.526 INFO O| Aug 12 21:44:13.526 INFO STEP 735 (remove_files) COMPLETE
69032025-08-12T21:44:14.645Z[ recovery-image] Aug 12 21:44:13.526 INFO O| Aug 12 21:44:13.526 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042025-08-12T21:44:14.660Z[ recovery-image] Aug 12 21:44:13.541 INFO O| Aug 12 21:44:13.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
69052025-08-12T21:44:14.660Z[ recovery-image] Aug 12 21:44:13.541 INFO O| Aug 12 21:44:13.541 INFO STEP 736 (remove_files) COMPLETE
69062025-08-12T21:44:14.660Z[ recovery-image] Aug 12 21:44:13.541 INFO O| Aug 12 21:44:13.541 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072025-08-12T21:44:14.674Z[ recovery-image] Aug 12 21:44:13.555 INFO O| Aug 12 21:44:13.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
69082025-08-12T21:44:14.674Z[ recovery-image] Aug 12 21:44:13.555 INFO O| Aug 12 21:44:13.555 INFO STEP 737 (remove_files) COMPLETE
69092025-08-12T21:44:14.679Z[ recovery-image] Aug 12 21:44:13.555 INFO O| Aug 12 21:44:13.555 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102025-08-12T21:44:14.688Z[ recovery-image] Aug 12 21:44:13.568 INFO O| Aug 12 21:44:13.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
69112025-08-12T21:44:14.688Z[ recovery-image] Aug 12 21:44:13.569 INFO O| Aug 12 21:44:13.569 INFO STEP 738 (remove_files) COMPLETE
69122025-08-12T21:44:14.688Z[ recovery-image] Aug 12 21:44:13.569 INFO O| Aug 12 21:44:13.569 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132025-08-12T21:44:14.701Z[ recovery-image] Aug 12 21:44:13.581 INFO O| Aug 12 21:44:13.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
69142025-08-12T21:44:14.701Z[ recovery-image] Aug 12 21:44:13.581 INFO O| Aug 12 21:44:13.581 INFO STEP 739 (remove_files) COMPLETE
69152025-08-12T21:44:14.701Z[ recovery-image] Aug 12 21:44:13.581 INFO O| Aug 12 21:44:13.581 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162025-08-12T21:44:14.713Z[ recovery-image] Aug 12 21:44:13.594 INFO O| Aug 12 21:44:13.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
69172025-08-12T21:44:14.713Z[ recovery-image] Aug 12 21:44:13.594 INFO O| Aug 12 21:44:13.594 INFO STEP 740 (remove_files) COMPLETE
69182025-08-12T21:44:14.713Z[ recovery-image] Aug 12 21:44:13.594 INFO O| Aug 12 21:44:13.594 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192025-08-12T21:44:14.725Z[ recovery-image] Aug 12 21:44:13.606 INFO O| Aug 12 21:44:13.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
69202025-08-12T21:44:14.726Z[ recovery-image] Aug 12 21:44:13.606 INFO O| Aug 12 21:44:13.606 INFO STEP 741 (remove_files) COMPLETE
69212025-08-12T21:44:14.726Z[ recovery-image] Aug 12 21:44:13.606 INFO O| Aug 12 21:44:13.606 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222025-08-12T21:44:14.738Z[ recovery-image] Aug 12 21:44:13.619 INFO O| Aug 12 21:44:13.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
69232025-08-12T21:44:14.738Z[ recovery-image] Aug 12 21:44:13.619 INFO O| Aug 12 21:44:13.619 INFO STEP 742 (remove_files) COMPLETE
69242025-08-12T21:44:14.738Z[ recovery-image] Aug 12 21:44:13.619 INFO O| Aug 12 21:44:13.619 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252025-08-12T21:44:14.752Z[ recovery-image] Aug 12 21:44:13.633 INFO O| Aug 12 21:44:13.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
69262025-08-12T21:44:14.752Z[ recovery-image] Aug 12 21:44:13.633 INFO O| Aug 12 21:44:13.633 INFO STEP 743 (remove_files) COMPLETE
69272025-08-12T21:44:14.752Z[ recovery-image] Aug 12 21:44:13.633 INFO O| Aug 12 21:44:13.633 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282025-08-12T21:44:14.765Z[ recovery-image] Aug 12 21:44:13.646 INFO O| Aug 12 21:44:13.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
69292025-08-12T21:44:14.765Z[ recovery-image] Aug 12 21:44:13.646 INFO O| Aug 12 21:44:13.646 INFO STEP 744 (remove_files) COMPLETE
69302025-08-12T21:44:14.768Z[ recovery-image] Aug 12 21:44:13.646 INFO O| Aug 12 21:44:13.646 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312025-08-12T21:44:14.777Z[ recovery-image] Aug 12 21:44:13.658 INFO O| Aug 12 21:44:13.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
69322025-08-12T21:44:14.777Z[ recovery-image] Aug 12 21:44:13.658 INFO O| Aug 12 21:44:13.658 INFO STEP 745 (remove_files) COMPLETE
69332025-08-12T21:44:14.777Z[ recovery-image] Aug 12 21:44:13.658 INFO O| Aug 12 21:44:13.658 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342025-08-12T21:44:14.791Z[ recovery-image] Aug 12 21:44:13.672 INFO O| Aug 12 21:44:13.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
69352025-08-12T21:44:14.791Z[ recovery-image] Aug 12 21:44:13.672 INFO O| Aug 12 21:44:13.672 INFO STEP 746 (remove_files) COMPLETE
69362025-08-12T21:44:14.791Z[ recovery-image] Aug 12 21:44:13.672 INFO O| Aug 12 21:44:13.672 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372025-08-12T21:44:14.805Z[ recovery-image] Aug 12 21:44:13.686 INFO O| Aug 12 21:44:13.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
69382025-08-12T21:44:14.805Z[ recovery-image] Aug 12 21:44:13.686 INFO O| Aug 12 21:44:13.686 INFO STEP 747 (remove_files) COMPLETE
69392025-08-12T21:44:14.809Z[ recovery-image] Aug 12 21:44:13.686 INFO O| Aug 12 21:44:13.686 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402025-08-12T21:44:14.818Z[ recovery-image] Aug 12 21:44:13.699 INFO O| Aug 12 21:44:13.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
69412025-08-12T21:44:14.821Z[ recovery-image] Aug 12 21:44:13.699 INFO O| Aug 12 21:44:13.699 INFO STEP 748 (remove_files) COMPLETE
69422025-08-12T21:44:14.821Z[ recovery-image] Aug 12 21:44:13.699 INFO O| Aug 12 21:44:13.699 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432025-08-12T21:44:14.830Z[ recovery-image] Aug 12 21:44:13.711 INFO O| Aug 12 21:44:13.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
69442025-08-12T21:44:14.830Z[ recovery-image] Aug 12 21:44:13.711 INFO O| Aug 12 21:44:13.711 INFO STEP 749 (remove_files) COMPLETE
69452025-08-12T21:44:14.830Z[ recovery-image] Aug 12 21:44:13.711 INFO O| Aug 12 21:44:13.711 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462025-08-12T21:44:14.842Z[ recovery-image] Aug 12 21:44:13.723 INFO O| Aug 12 21:44:13.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
69472025-08-12T21:44:14.843Z[ recovery-image] Aug 12 21:44:13.724 INFO O| Aug 12 21:44:13.724 INFO STEP 750 (remove_files) COMPLETE
69482025-08-12T21:44:14.846Z[ recovery-image] Aug 12 21:44:13.724 INFO O| Aug 12 21:44:13.724 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492025-08-12T21:44:14.855Z[ recovery-image] Aug 12 21:44:13.736 INFO O| Aug 12 21:44:13.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
69502025-08-12T21:44:14.859Z[ recovery-image] Aug 12 21:44:13.738 INFO O| Aug 12 21:44:13.738 INFO STEP 751 (remove_files) COMPLETE
69512025-08-12T21:44:14.859Z[ recovery-image] Aug 12 21:44:13.738 INFO O| Aug 12 21:44:13.738 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522025-08-12T21:44:14.870Z[ recovery-image] Aug 12 21:44:13.751 INFO O| Aug 12 21:44:13.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
69532025-08-12T21:44:14.870Z[ recovery-image] Aug 12 21:44:13.751 INFO O| Aug 12 21:44:13.751 INFO STEP 752 (remove_files) COMPLETE
69542025-08-12T21:44:14.870Z[ recovery-image] Aug 12 21:44:13.751 INFO O| Aug 12 21:44:13.751 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552025-08-12T21:44:14.883Z[ recovery-image] Aug 12 21:44:13.764 INFO O| Aug 12 21:44:13.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
69562025-08-12T21:44:14.883Z[ recovery-image] Aug 12 21:44:13.764 INFO O| Aug 12 21:44:13.764 INFO STEP 753 (remove_files) COMPLETE
69572025-08-12T21:44:14.887Z[ recovery-image] Aug 12 21:44:13.764 INFO O| Aug 12 21:44:13.764 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582025-08-12T21:44:14.895Z[ recovery-image] Aug 12 21:44:13.776 INFO O| Aug 12 21:44:13.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
69592025-08-12T21:44:14.895Z[ recovery-image] Aug 12 21:44:13.776 INFO O| Aug 12 21:44:13.776 INFO STEP 754 (remove_files) COMPLETE
69602025-08-12T21:44:14.895Z[ recovery-image] Aug 12 21:44:13.776 INFO O| Aug 12 21:44:13.776 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612025-08-12T21:44:14.908Z[ recovery-image] Aug 12 21:44:13.789 INFO O| Aug 12 21:44:13.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
69622025-08-12T21:44:14.908Z[ recovery-image] Aug 12 21:44:13.789 INFO O| Aug 12 21:44:13.789 INFO STEP 755 (remove_files) COMPLETE
69632025-08-12T21:44:14.908Z[ recovery-image] Aug 12 21:44:13.790 INFO O| Aug 12 21:44:13.789 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642025-08-12T21:44:14.921Z[ recovery-image] Aug 12 21:44:13.802 INFO O| Aug 12 21:44:13.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
69652025-08-12T21:44:14.921Z[ recovery-image] Aug 12 21:44:13.802 INFO O| Aug 12 21:44:13.802 INFO STEP 756 (remove_files) COMPLETE
69662025-08-12T21:44:14.921Z[ recovery-image] Aug 12 21:44:13.802 INFO O| Aug 12 21:44:13.802 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672025-08-12T21:44:14.934Z[ recovery-image] Aug 12 21:44:13.815 INFO O| Aug 12 21:44:13.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
69682025-08-12T21:44:14.934Z[ recovery-image] Aug 12 21:44:13.815 INFO O| Aug 12 21:44:13.815 INFO STEP 757 (remove_files) COMPLETE
69692025-08-12T21:44:14.938Z[ recovery-image] Aug 12 21:44:13.815 INFO O| Aug 12 21:44:13.815 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702025-08-12T21:44:14.948Z[ recovery-image] Aug 12 21:44:13.829 INFO O| Aug 12 21:44:13.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
69712025-08-12T21:44:14.948Z[ recovery-image] Aug 12 21:44:13.829 INFO O| Aug 12 21:44:13.829 INFO STEP 758 (remove_files) COMPLETE
69722025-08-12T21:44:14.948Z[ recovery-image] Aug 12 21:44:13.829 INFO O| Aug 12 21:44:13.829 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732025-08-12T21:44:14.961Z[ recovery-image] Aug 12 21:44:13.842 INFO O| Aug 12 21:44:13.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
69742025-08-12T21:44:14.961Z[ recovery-image] Aug 12 21:44:13.842 INFO O| Aug 12 21:44:13.842 INFO STEP 759 (remove_files) COMPLETE
69752025-08-12T21:44:14.961Z[ recovery-image] Aug 12 21:44:13.842 INFO O| Aug 12 21:44:13.842 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762025-08-12T21:44:14.974Z[ recovery-image] Aug 12 21:44:13.855 INFO O| Aug 12 21:44:13.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
69772025-08-12T21:44:14.974Z[ recovery-image] Aug 12 21:44:13.855 INFO O| Aug 12 21:44:13.855 INFO STEP 760 (remove_files) COMPLETE
69782025-08-12T21:44:14.974Z[ recovery-image] Aug 12 21:44:13.855 INFO O| Aug 12 21:44:13.855 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792025-08-12T21:44:14.988Z[ recovery-image] Aug 12 21:44:13.869 INFO O| Aug 12 21:44:13.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
69802025-08-12T21:44:14.992Z[ recovery-image] Aug 12 21:44:13.869 INFO O| Aug 12 21:44:13.869 INFO STEP 761 (remove_files) COMPLETE
69812025-08-12T21:44:14.992Z[ recovery-image] Aug 12 21:44:13.869 INFO O| Aug 12 21:44:13.869 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822025-08-12T21:44:15.002Z[ recovery-image] Aug 12 21:44:13.883 INFO O| Aug 12 21:44:13.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
69832025-08-12T21:44:15.006Z[ recovery-image] Aug 12 21:44:13.884 INFO O| Aug 12 21:44:13.884 INFO STEP 762 (remove_files) COMPLETE
69842025-08-12T21:44:15.006Z[ recovery-image] Aug 12 21:44:13.884 INFO O| Aug 12 21:44:13.884 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852025-08-12T21:44:15.017Z[ recovery-image] Aug 12 21:44:13.898 INFO O| Aug 12 21:44:13.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
69862025-08-12T21:44:15.020Z[ recovery-image] Aug 12 21:44:13.898 INFO O| Aug 12 21:44:13.898 INFO STEP 763 (remove_files) COMPLETE
69872025-08-12T21:44:15.020Z[ recovery-image] Aug 12 21:44:13.899 INFO O| Aug 12 21:44:13.898 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882025-08-12T21:44:15.031Z[ recovery-image] Aug 12 21:44:13.911 INFO O| Aug 12 21:44:13.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
69892025-08-12T21:44:15.031Z[ recovery-image] Aug 12 21:44:13.912 INFO O| Aug 12 21:44:13.911 INFO STEP 764 (remove_files) COMPLETE
69902025-08-12T21:44:15.034Z[ recovery-image] Aug 12 21:44:13.912 INFO O| Aug 12 21:44:13.912 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912025-08-12T21:44:15.044Z[ recovery-image] Aug 12 21:44:13.924 INFO O| Aug 12 21:44:13.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
69922025-08-12T21:44:15.047Z[ recovery-image] Aug 12 21:44:13.924 INFO O| Aug 12 21:44:13.924 INFO STEP 765 (remove_files) COMPLETE
69932025-08-12T21:44:15.047Z[ recovery-image] Aug 12 21:44:13.924 INFO O| Aug 12 21:44:13.924 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942025-08-12T21:44:15.057Z[ recovery-image] Aug 12 21:44:13.938 INFO O| Aug 12 21:44:13.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
69952025-08-12T21:44:15.060Z[ recovery-image] Aug 12 21:44:13.939 INFO O| Aug 12 21:44:13.938 INFO STEP 766 (remove_files) COMPLETE
69962025-08-12T21:44:15.060Z[ recovery-image] Aug 12 21:44:13.939 INFO O| Aug 12 21:44:13.938 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972025-08-12T21:44:15.070Z[ recovery-image] Aug 12 21:44:13.951 INFO O| Aug 12 21:44:13.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
69982025-08-12T21:44:15.070Z[ recovery-image] Aug 12 21:44:13.951 INFO O| Aug 12 21:44:13.951 INFO STEP 767 (remove_files) COMPLETE
69992025-08-12T21:44:15.070Z[ recovery-image] Aug 12 21:44:13.951 INFO O| Aug 12 21:44:13.951 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002025-08-12T21:44:15.085Z[ recovery-image] Aug 12 21:44:13.966 INFO O| Aug 12 21:44:13.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
70012025-08-12T21:44:15.085Z[ recovery-image] Aug 12 21:44:13.966 INFO O| Aug 12 21:44:13.966 INFO STEP 768 (remove_files) COMPLETE
70022025-08-12T21:44:15.089Z[ recovery-image] Aug 12 21:44:13.966 INFO O| Aug 12 21:44:13.966 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032025-08-12T21:44:15.101Z[ recovery-image] Aug 12 21:44:13.981 INFO O| Aug 12 21:44:13.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
70042025-08-12T21:44:15.101Z[ recovery-image] Aug 12 21:44:13.981 INFO O| Aug 12 21:44:13.981 INFO STEP 769 (remove_files) COMPLETE
70052025-08-12T21:44:15.101Z[ recovery-image] Aug 12 21:44:13.981 INFO O| Aug 12 21:44:13.981 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062025-08-12T21:44:15.113Z[ recovery-image] Aug 12 21:44:13.994 INFO O| Aug 12 21:44:13.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
70072025-08-12T21:44:15.113Z[ recovery-image] Aug 12 21:44:13.994 INFO O| Aug 12 21:44:13.994 INFO STEP 770 (remove_files) COMPLETE
70082025-08-12T21:44:15.117Z[ recovery-image] Aug 12 21:44:13.994 INFO O| Aug 12 21:44:13.994 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092025-08-12T21:44:15.127Z[ recovery-image] Aug 12 21:44:14.008 INFO O| Aug 12 21:44:14.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
70102025-08-12T21:44:15.127Z[ recovery-image] Aug 12 21:44:14.008 INFO O| Aug 12 21:44:14.008 INFO STEP 771 (remove_files) COMPLETE
70112025-08-12T21:44:15.127Z[ recovery-image] Aug 12 21:44:14.008 INFO O| Aug 12 21:44:14.008 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122025-08-12T21:44:15.141Z[ recovery-image] Aug 12 21:44:14.022 INFO O| Aug 12 21:44:14.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
70132025-08-12T21:44:15.141Z[ recovery-image] Aug 12 21:44:14.022 INFO O| Aug 12 21:44:14.022 INFO STEP 772 (remove_files) COMPLETE
70142025-08-12T21:44:15.141Z[ recovery-image] Aug 12 21:44:14.022 INFO O| Aug 12 21:44:14.022 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152025-08-12T21:44:15.155Z[ recovery-image] Aug 12 21:44:14.036 INFO O| Aug 12 21:44:14.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
70162025-08-12T21:44:15.155Z[ recovery-image] Aug 12 21:44:14.036 INFO O| Aug 12 21:44:14.036 INFO STEP 773 (remove_files) COMPLETE
70172025-08-12T21:44:15.155Z[ recovery-image] Aug 12 21:44:14.036 INFO O| Aug 12 21:44:14.036 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182025-08-12T21:44:15.169Z[ recovery-image] Aug 12 21:44:14.050 INFO O| Aug 12 21:44:14.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
70192025-08-12T21:44:15.169Z[ recovery-image] Aug 12 21:44:14.050 INFO O| Aug 12 21:44:14.050 INFO STEP 774 (remove_files) COMPLETE
70202025-08-12T21:44:15.169Z[ recovery-image] Aug 12 21:44:14.050 INFO O| Aug 12 21:44:14.050 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212025-08-12T21:44:15.183Z[ recovery-image] Aug 12 21:44:14.064 INFO O| Aug 12 21:44:14.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
70222025-08-12T21:44:15.183Z[ recovery-image] Aug 12 21:44:14.064 INFO O| Aug 12 21:44:14.064 INFO STEP 775 (remove_files) COMPLETE
70232025-08-12T21:44:15.186Z[ recovery-image] Aug 12 21:44:14.064 INFO O| Aug 12 21:44:14.064 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242025-08-12T21:44:15.197Z[ recovery-image] Aug 12 21:44:14.078 INFO O| Aug 12 21:44:14.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
70252025-08-12T21:44:15.197Z[ recovery-image] Aug 12 21:44:14.078 INFO O| Aug 12 21:44:14.078 INFO STEP 776 (remove_files) COMPLETE
70262025-08-12T21:44:15.197Z[ recovery-image] Aug 12 21:44:14.078 INFO O| Aug 12 21:44:14.078 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272025-08-12T21:44:15.212Z[ recovery-image] Aug 12 21:44:14.093 INFO O| Aug 12 21:44:14.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
70282025-08-12T21:44:15.212Z[ recovery-image] Aug 12 21:44:14.093 INFO O| Aug 12 21:44:14.093 INFO STEP 777 (remove_files) COMPLETE
70292025-08-12T21:44:15.212Z[ recovery-image] Aug 12 21:44:14.093 INFO O| Aug 12 21:44:14.093 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302025-08-12T21:44:15.224Z[ recovery-image] Aug 12 21:44:14.105 INFO O| Aug 12 21:44:14.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
70312025-08-12T21:44:15.224Z[ recovery-image] Aug 12 21:44:14.106 INFO O| Aug 12 21:44:14.105 INFO STEP 778 (remove_files) COMPLETE
70322025-08-12T21:44:15.225Z[ recovery-image] Aug 12 21:44:14.106 INFO O| Aug 12 21:44:14.105 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332025-08-12T21:44:15.245Z[ recovery-image] Aug 12 21:44:14.125 INFO O| Aug 12 21:44:14.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
70342025-08-12T21:44:15.245Z[ recovery-image] Aug 12 21:44:14.125 INFO O| Aug 12 21:44:14.125 INFO STEP 779 (remove_files) COMPLETE
70352025-08-12T21:44:15.245Z[ recovery-image] Aug 12 21:44:14.125 INFO O| Aug 12 21:44:14.125 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362025-08-12T21:44:15.261Z[ recovery-image] Aug 12 21:44:14.139 INFO O| Aug 12 21:44:14.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
70372025-08-12T21:44:15.262Z[ recovery-image] Aug 12 21:44:14.139 INFO O| Aug 12 21:44:14.139 INFO STEP 780 (remove_files) COMPLETE
70382025-08-12T21:44:15.262Z[ recovery-image] Aug 12 21:44:14.139 INFO O| Aug 12 21:44:14.139 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392025-08-12T21:44:15.273Z[ recovery-image] Aug 12 21:44:14.153 INFO O| Aug 12 21:44:14.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
70402025-08-12T21:44:15.273Z[ recovery-image] Aug 12 21:44:14.153 INFO O| Aug 12 21:44:14.153 INFO STEP 781 (remove_files) COMPLETE
70412025-08-12T21:44:15.273Z[ recovery-image] Aug 12 21:44:14.153 INFO O| Aug 12 21:44:14.153 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422025-08-12T21:44:15.290Z[ recovery-image] Aug 12 21:44:14.168 INFO O| Aug 12 21:44:14.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
70432025-08-12T21:44:15.290Z[ recovery-image] Aug 12 21:44:14.168 INFO O| Aug 12 21:44:14.168 INFO STEP 782 (remove_files) COMPLETE
70442025-08-12T21:44:15.290Z[ recovery-image] Aug 12 21:44:14.169 INFO O| Aug 12 21:44:14.168 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452025-08-12T21:44:15.302Z[ recovery-image] Aug 12 21:44:14.183 INFO O| Aug 12 21:44:14.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
70462025-08-12T21:44:15.309Z[ recovery-image] Aug 12 21:44:14.184 INFO O| Aug 12 21:44:14.184 INFO STEP 783 (remove_files) COMPLETE
70472025-08-12T21:44:15.309Z[ recovery-image] Aug 12 21:44:14.184 INFO O| Aug 12 21:44:14.184 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482025-08-12T21:44:15.315Z[ recovery-image] Aug 12 21:44:14.196 INFO O| Aug 12 21:44:14.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
70492025-08-12T21:44:15.315Z[ recovery-image] Aug 12 21:44:14.196 INFO O| Aug 12 21:44:14.196 INFO STEP 784 (remove_files) COMPLETE
70502025-08-12T21:44:15.315Z[ recovery-image] Aug 12 21:44:14.196 INFO O| Aug 12 21:44:14.196 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512025-08-12T21:44:15.328Z[ recovery-image] Aug 12 21:44:14.209 INFO O| Aug 12 21:44:14.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
70522025-08-12T21:44:15.333Z[ recovery-image] Aug 12 21:44:14.210 INFO O| Aug 12 21:44:14.210 INFO STEP 785 (remove_files) COMPLETE
70532025-08-12T21:44:15.333Z[ recovery-image] Aug 12 21:44:14.210 INFO O| Aug 12 21:44:14.210 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542025-08-12T21:44:15.343Z[ recovery-image] Aug 12 21:44:14.224 INFO O| Aug 12 21:44:14.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
70552025-08-12T21:44:15.343Z[ recovery-image] Aug 12 21:44:14.224 INFO O| Aug 12 21:44:14.224 INFO STEP 786 (remove_files) COMPLETE
70562025-08-12T21:44:15.343Z[ recovery-image] Aug 12 21:44:14.224 INFO O| Aug 12 21:44:14.224 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572025-08-12T21:44:15.358Z[ recovery-image] Aug 12 21:44:14.239 INFO O| Aug 12 21:44:14.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
70582025-08-12T21:44:15.362Z[ recovery-image] Aug 12 21:44:14.240 INFO O| Aug 12 21:44:14.240 INFO STEP 787 (remove_files) COMPLETE
70592025-08-12T21:44:15.362Z[ recovery-image] Aug 12 21:44:14.240 INFO O| Aug 12 21:44:14.240 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602025-08-12T21:44:15.373Z[ recovery-image] Aug 12 21:44:14.253 INFO O| Aug 12 21:44:14.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
70612025-08-12T21:44:15.376Z[ recovery-image] Aug 12 21:44:14.254 INFO O| Aug 12 21:44:14.254 INFO STEP 788 (remove_files) COMPLETE
70622025-08-12T21:44:15.376Z[ recovery-image] Aug 12 21:44:14.254 INFO O| Aug 12 21:44:14.254 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632025-08-12T21:44:15.387Z[ recovery-image] Aug 12 21:44:14.268 INFO O| Aug 12 21:44:14.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
70642025-08-12T21:44:15.387Z[ recovery-image] Aug 12 21:44:14.268 INFO O| Aug 12 21:44:14.268 INFO STEP 789 (remove_files) COMPLETE
70652025-08-12T21:44:15.387Z[ recovery-image] Aug 12 21:44:14.268 INFO O| Aug 12 21:44:14.268 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662025-08-12T21:44:15.401Z[ recovery-image] Aug 12 21:44:14.282 INFO O| Aug 12 21:44:14.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
70672025-08-12T21:44:15.401Z[ recovery-image] Aug 12 21:44:14.282 INFO O| Aug 12 21:44:14.282 INFO STEP 790 (remove_files) COMPLETE
70682025-08-12T21:44:15.404Z[ recovery-image] Aug 12 21:44:14.282 INFO O| Aug 12 21:44:14.282 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692025-08-12T21:44:15.415Z[ recovery-image] Aug 12 21:44:14.296 INFO O| Aug 12 21:44:14.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
70702025-08-12T21:44:15.415Z[ recovery-image] Aug 12 21:44:14.296 INFO O| Aug 12 21:44:14.296 INFO STEP 791 (remove_files) COMPLETE
70712025-08-12T21:44:15.415Z[ recovery-image] Aug 12 21:44:14.296 INFO O| Aug 12 21:44:14.296 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722025-08-12T21:44:15.431Z[ recovery-image] Aug 12 21:44:14.311 INFO O| Aug 12 21:44:14.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
70732025-08-12T21:44:15.431Z[ recovery-image] Aug 12 21:44:14.311 INFO O| Aug 12 21:44:14.311 INFO STEP 792 (remove_files) COMPLETE
70742025-08-12T21:44:15.431Z[ recovery-image] Aug 12 21:44:14.311 INFO O| Aug 12 21:44:14.311 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752025-08-12T21:44:15.444Z[ recovery-image] Aug 12 21:44:14.325 INFO O| Aug 12 21:44:14.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
70762025-08-12T21:44:15.445Z[ recovery-image] Aug 12 21:44:14.325 INFO O| Aug 12 21:44:14.325 INFO STEP 793 (remove_files) COMPLETE
70772025-08-12T21:44:15.449Z[ recovery-image] Aug 12 21:44:14.325 INFO O| Aug 12 21:44:14.325 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782025-08-12T21:44:15.458Z[ recovery-image] Aug 12 21:44:14.339 INFO O| Aug 12 21:44:14.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
70792025-08-12T21:44:15.458Z[ recovery-image] Aug 12 21:44:14.339 INFO O| Aug 12 21:44:14.339 INFO STEP 794 (remove_files) COMPLETE
70802025-08-12T21:44:15.458Z[ recovery-image] Aug 12 21:44:14.339 INFO O| Aug 12 21:44:14.339 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812025-08-12T21:44:15.473Z[ recovery-image] Aug 12 21:44:14.353 INFO O| Aug 12 21:44:14.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
70822025-08-12T21:44:15.473Z[ recovery-image] Aug 12 21:44:14.354 INFO O| Aug 12 21:44:14.353 INFO STEP 795 (remove_files) COMPLETE
70832025-08-12T21:44:15.473Z[ recovery-image] Aug 12 21:44:14.354 INFO O| Aug 12 21:44:14.354 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842025-08-12T21:44:15.486Z[ recovery-image] Aug 12 21:44:14.367 INFO O| Aug 12 21:44:14.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
70852025-08-12T21:44:15.486Z[ recovery-image] Aug 12 21:44:14.367 INFO O| Aug 12 21:44:14.367 INFO STEP 796 (remove_files) COMPLETE
70862025-08-12T21:44:15.486Z[ recovery-image] Aug 12 21:44:14.367 INFO O| Aug 12 21:44:14.367 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872025-08-12T21:44:15.499Z[ recovery-image] Aug 12 21:44:14.380 INFO O| Aug 12 21:44:14.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
70882025-08-12T21:44:15.500Z[ recovery-image] Aug 12 21:44:14.380 INFO O| Aug 12 21:44:14.380 INFO STEP 797 (remove_files) COMPLETE
70892025-08-12T21:44:15.503Z[ recovery-image] Aug 12 21:44:14.380 INFO O| Aug 12 21:44:14.380 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902025-08-12T21:44:15.513Z[ recovery-image] Aug 12 21:44:14.393 INFO O| Aug 12 21:44:14.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
70912025-08-12T21:44:15.513Z[ recovery-image] Aug 12 21:44:14.394 INFO O| Aug 12 21:44:14.393 INFO STEP 798 (remove_files) COMPLETE
70922025-08-12T21:44:15.516Z[ recovery-image] Aug 12 21:44:14.394 INFO O| Aug 12 21:44:14.394 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932025-08-12T21:44:15.526Z[ recovery-image] Aug 12 21:44:14.407 INFO O| Aug 12 21:44:14.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
70942025-08-12T21:44:15.526Z[ recovery-image] Aug 12 21:44:14.407 INFO O| Aug 12 21:44:14.407 INFO STEP 799 (remove_files) COMPLETE
70952025-08-12T21:44:15.526Z[ recovery-image] Aug 12 21:44:14.407 INFO O| Aug 12 21:44:14.407 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962025-08-12T21:44:15.539Z[ recovery-image] Aug 12 21:44:14.420 INFO O| Aug 12 21:44:14.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
70972025-08-12T21:44:15.540Z[ recovery-image] Aug 12 21:44:14.420 INFO O| Aug 12 21:44:14.420 INFO STEP 800 (remove_files) COMPLETE
70982025-08-12T21:44:15.540Z[ recovery-image] Aug 12 21:44:14.420 INFO O| Aug 12 21:44:14.420 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992025-08-12T21:44:15.554Z[ recovery-image] Aug 12 21:44:14.435 INFO O| Aug 12 21:44:14.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
71002025-08-12T21:44:15.554Z[ recovery-image] Aug 12 21:44:14.435 INFO O| Aug 12 21:44:14.435 INFO STEP 801 (remove_files) COMPLETE
71012025-08-12T21:44:15.558Z[ recovery-image] Aug 12 21:44:14.435 INFO O| Aug 12 21:44:14.435 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022025-08-12T21:44:15.568Z[ recovery-image] Aug 12 21:44:14.449 INFO O| Aug 12 21:44:14.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
71032025-08-12T21:44:15.572Z[ recovery-image] Aug 12 21:44:14.449 INFO O| Aug 12 21:44:14.449 INFO STEP 802 (remove_files) COMPLETE
71042025-08-12T21:44:15.572Z[ recovery-image] Aug 12 21:44:14.449 INFO O| Aug 12 21:44:14.449 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052025-08-12T21:44:15.583Z[ recovery-image] Aug 12 21:44:14.463 INFO O| Aug 12 21:44:14.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
71062025-08-12T21:44:15.583Z[ recovery-image] Aug 12 21:44:14.463 INFO O| Aug 12 21:44:14.463 INFO STEP 803 (remove_files) COMPLETE
71072025-08-12T21:44:15.583Z[ recovery-image] Aug 12 21:44:14.463 INFO O| Aug 12 21:44:14.463 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082025-08-12T21:44:15.596Z[ recovery-image] Aug 12 21:44:14.477 INFO O| Aug 12 21:44:14.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
71092025-08-12T21:44:15.597Z[ recovery-image] Aug 12 21:44:14.477 INFO O| Aug 12 21:44:14.477 INFO STEP 804 (remove_files) COMPLETE
71102025-08-12T21:44:15.597Z[ recovery-image] Aug 12 21:44:14.477 INFO O| Aug 12 21:44:14.477 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112025-08-12T21:44:15.611Z[ recovery-image] Aug 12 21:44:14.491 INFO O| Aug 12 21:44:14.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
71122025-08-12T21:44:15.611Z[ recovery-image] Aug 12 21:44:14.492 INFO O| Aug 12 21:44:14.492 INFO STEP 805 (remove_files) COMPLETE
71132025-08-12T21:44:15.614Z[ recovery-image] Aug 12 21:44:14.492 INFO O| Aug 12 21:44:14.492 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142025-08-12T21:44:15.624Z[ recovery-image] Aug 12 21:44:14.505 INFO O| Aug 12 21:44:14.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
71152025-08-12T21:44:15.624Z[ recovery-image] Aug 12 21:44:14.505 INFO O| Aug 12 21:44:14.505 INFO STEP 806 (remove_files) COMPLETE
71162025-08-12T21:44:15.624Z[ recovery-image] Aug 12 21:44:14.505 INFO O| Aug 12 21:44:14.505 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172025-08-12T21:44:15.638Z[ recovery-image] Aug 12 21:44:14.518 INFO O| Aug 12 21:44:14.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
71182025-08-12T21:44:15.638Z[ recovery-image] Aug 12 21:44:14.518 INFO O| Aug 12 21:44:14.518 INFO STEP 807 (remove_files) COMPLETE
71192025-08-12T21:44:15.641Z[ recovery-image] Aug 12 21:44:14.518 INFO O| Aug 12 21:44:14.518 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202025-08-12T21:44:15.651Z[ recovery-image] Aug 12 21:44:14.532 INFO O| Aug 12 21:44:14.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
71212025-08-12T21:44:15.651Z[ recovery-image] Aug 12 21:44:14.532 INFO O| Aug 12 21:44:14.532 INFO STEP 808 (remove_files) COMPLETE
71222025-08-12T21:44:15.651Z[ recovery-image] Aug 12 21:44:14.532 INFO O| Aug 12 21:44:14.532 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232025-08-12T21:44:15.666Z[ recovery-image] Aug 12 21:44:14.547 INFO O| Aug 12 21:44:14.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
71242025-08-12T21:44:15.666Z[ recovery-image] Aug 12 21:44:14.547 INFO O| Aug 12 21:44:14.547 INFO STEP 809 (remove_files) COMPLETE
71252025-08-12T21:44:15.666Z[ recovery-image] Aug 12 21:44:14.547 INFO O| Aug 12 21:44:14.547 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262025-08-12T21:44:15.681Z[ recovery-image] Aug 12 21:44:14.561 INFO O| Aug 12 21:44:14.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
71272025-08-12T21:44:15.681Z[ recovery-image] Aug 12 21:44:14.561 INFO O| Aug 12 21:44:14.561 INFO STEP 810 (remove_files) COMPLETE
71282025-08-12T21:44:15.684Z[ recovery-image] Aug 12 21:44:14.561 INFO O| Aug 12 21:44:14.561 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292025-08-12T21:44:15.697Z[ recovery-image] Aug 12 21:44:14.577 INFO O| Aug 12 21:44:14.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
71302025-08-12T21:44:15.697Z[ recovery-image] Aug 12 21:44:14.577 INFO O| Aug 12 21:44:14.577 INFO STEP 811 (remove_files) COMPLETE
71312025-08-12T21:44:15.700Z[ recovery-image] Aug 12 21:44:14.577 INFO O| Aug 12 21:44:14.577 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322025-08-12T21:44:15.712Z[ recovery-image] Aug 12 21:44:14.592 INFO O| Aug 12 21:44:14.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
71332025-08-12T21:44:15.712Z[ recovery-image] Aug 12 21:44:14.592 INFO O| Aug 12 21:44:14.592 INFO STEP 812 (remove_files) COMPLETE
71342025-08-12T21:44:15.712Z[ recovery-image] Aug 12 21:44:14.592 INFO O| Aug 12 21:44:14.592 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352025-08-12T21:44:15.726Z[ recovery-image] Aug 12 21:44:14.607 INFO O| Aug 12 21:44:14.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
71362025-08-12T21:44:15.726Z[ recovery-image] Aug 12 21:44:14.607 INFO O| Aug 12 21:44:14.607 INFO STEP 813 (remove_files) COMPLETE
71372025-08-12T21:44:15.730Z[ recovery-image] Aug 12 21:44:14.607 INFO O| Aug 12 21:44:14.607 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382025-08-12T21:44:15.742Z[ recovery-image] Aug 12 21:44:14.622 INFO O| Aug 12 21:44:14.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
71392025-08-12T21:44:15.742Z[ recovery-image] Aug 12 21:44:14.622 INFO O| Aug 12 21:44:14.622 INFO STEP 814 (remove_files) COMPLETE
71402025-08-12T21:44:15.745Z[ recovery-image] Aug 12 21:44:14.622 INFO O| Aug 12 21:44:14.622 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412025-08-12T21:44:15.756Z[ recovery-image] Aug 12 21:44:14.637 INFO O| Aug 12 21:44:14.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
71422025-08-12T21:44:15.756Z[ recovery-image] Aug 12 21:44:14.637 INFO O| Aug 12 21:44:14.637 INFO STEP 815 (remove_files) COMPLETE
71432025-08-12T21:44:15.756Z[ recovery-image] Aug 12 21:44:14.637 INFO O| Aug 12 21:44:14.637 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442025-08-12T21:44:15.772Z[ recovery-image] Aug 12 21:44:14.652 INFO O| Aug 12 21:44:14.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
71452025-08-12T21:44:15.772Z[ recovery-image] Aug 12 21:44:14.653 INFO O| Aug 12 21:44:14.652 INFO STEP 816 (remove_files) COMPLETE
71462025-08-12T21:44:15.775Z[ recovery-image] Aug 12 21:44:14.653 INFO O| Aug 12 21:44:14.652 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472025-08-12T21:44:15.786Z[ recovery-image] Aug 12 21:44:14.667 INFO O| Aug 12 21:44:14.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
71482025-08-12T21:44:15.787Z[ recovery-image] Aug 12 21:44:14.667 INFO O| Aug 12 21:44:14.667 INFO STEP 817 (remove_files) COMPLETE
71492025-08-12T21:44:15.790Z[ recovery-image] Aug 12 21:44:14.667 INFO O| Aug 12 21:44:14.667 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502025-08-12T21:44:15.802Z[ recovery-image] Aug 12 21:44:14.682 INFO O| Aug 12 21:44:14.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
71512025-08-12T21:44:15.802Z[ recovery-image] Aug 12 21:44:14.683 INFO O| Aug 12 21:44:14.683 INFO STEP 818 (remove_files) COMPLETE
71522025-08-12T21:44:15.802Z[ recovery-image] Aug 12 21:44:14.683 INFO O| Aug 12 21:44:14.683 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532025-08-12T21:44:15.816Z[ recovery-image] Aug 12 21:44:14.697 INFO O| Aug 12 21:44:14.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
71542025-08-12T21:44:15.816Z[ recovery-image] Aug 12 21:44:14.697 INFO O| Aug 12 21:44:14.697 INFO STEP 819 (remove_files) COMPLETE
71552025-08-12T21:44:15.820Z[ recovery-image] Aug 12 21:44:14.697 INFO O| Aug 12 21:44:14.697 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562025-08-12T21:44:15.831Z[ recovery-image] Aug 12 21:44:14.712 INFO O| Aug 12 21:44:14.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
71572025-08-12T21:44:15.831Z[ recovery-image] Aug 12 21:44:14.712 INFO O| Aug 12 21:44:14.712 INFO STEP 820 (remove_files) COMPLETE
71582025-08-12T21:44:15.832Z[ recovery-image] Aug 12 21:44:14.712 INFO O| Aug 12 21:44:14.712 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592025-08-12T21:44:15.846Z[ recovery-image] Aug 12 21:44:14.727 INFO O| Aug 12 21:44:14.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
71602025-08-12T21:44:15.846Z[ recovery-image] Aug 12 21:44:14.727 INFO O| Aug 12 21:44:14.727 INFO STEP 821 (remove_files) COMPLETE
71612025-08-12T21:44:15.846Z[ recovery-image] Aug 12 21:44:14.727 INFO O| Aug 12 21:44:14.727 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622025-08-12T21:44:15.861Z[ recovery-image] Aug 12 21:44:14.742 INFO O| Aug 12 21:44:14.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
71632025-08-12T21:44:15.861Z[ recovery-image] Aug 12 21:44:14.742 INFO O| Aug 12 21:44:14.742 INFO STEP 822 (remove_files) COMPLETE
71642025-08-12T21:44:15.864Z[ recovery-image] Aug 12 21:44:14.742 INFO O| Aug 12 21:44:14.742 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652025-08-12T21:44:15.875Z[ recovery-image] Aug 12 21:44:14.756 INFO O| Aug 12 21:44:14.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
71662025-08-12T21:44:15.876Z[ recovery-image] Aug 12 21:44:14.756 INFO O| Aug 12 21:44:14.756 INFO STEP 823 (remove_files) COMPLETE
71672025-08-12T21:44:15.876Z[ recovery-image] Aug 12 21:44:14.756 INFO O| Aug 12 21:44:14.756 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682025-08-12T21:44:15.890Z[ recovery-image] Aug 12 21:44:14.770 INFO O| Aug 12 21:44:14.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
71692025-08-12T21:44:15.890Z[ recovery-image] Aug 12 21:44:14.771 INFO O| Aug 12 21:44:14.771 INFO STEP 824 (remove_files) COMPLETE
71702025-08-12T21:44:15.890Z[ recovery-image] Aug 12 21:44:14.771 INFO O| Aug 12 21:44:14.771 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712025-08-12T21:44:15.904Z[ recovery-image] Aug 12 21:44:14.785 INFO O| Aug 12 21:44:14.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
71722025-08-12T21:44:15.904Z[ recovery-image] Aug 12 21:44:14.785 INFO O| Aug 12 21:44:14.785 INFO STEP 825 (remove_files) COMPLETE
71732025-08-12T21:44:15.904Z[ recovery-image] Aug 12 21:44:14.785 INFO O| Aug 12 21:44:14.785 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742025-08-12T21:44:15.919Z[ recovery-image] Aug 12 21:44:14.800 INFO O| Aug 12 21:44:14.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
71752025-08-12T21:44:15.919Z[ recovery-image] Aug 12 21:44:14.800 INFO O| Aug 12 21:44:14.800 INFO STEP 826 (remove_files) COMPLETE
71762025-08-12T21:44:15.923Z[ recovery-image] Aug 12 21:44:14.800 INFO O| Aug 12 21:44:14.800 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772025-08-12T21:44:15.935Z[ recovery-image] Aug 12 21:44:14.816 INFO O| Aug 12 21:44:14.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
71782025-08-12T21:44:15.935Z[ recovery-image] Aug 12 21:44:14.816 INFO O| Aug 12 21:44:14.816 INFO STEP 827 (remove_files) COMPLETE
71792025-08-12T21:44:15.938Z[ recovery-image] Aug 12 21:44:14.816 INFO O| Aug 12 21:44:14.816 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802025-08-12T21:44:15.951Z[ recovery-image] Aug 12 21:44:14.831 INFO O| Aug 12 21:44:14.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
71812025-08-12T21:44:15.951Z[ recovery-image] Aug 12 21:44:14.832 INFO O| Aug 12 21:44:14.831 INFO STEP 828 (remove_files) COMPLETE
71822025-08-12T21:44:15.951Z[ recovery-image] Aug 12 21:44:14.832 INFO O| Aug 12 21:44:14.832 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832025-08-12T21:44:15.965Z[ recovery-image] Aug 12 21:44:14.846 INFO O| Aug 12 21:44:14.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
71842025-08-12T21:44:15.969Z[ recovery-image] Aug 12 21:44:14.846 INFO O| Aug 12 21:44:14.846 INFO STEP 829 (remove_files) COMPLETE
71852025-08-12T21:44:15.969Z[ recovery-image] Aug 12 21:44:14.846 INFO O| Aug 12 21:44:14.846 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862025-08-12T21:44:15.980Z[ recovery-image] Aug 12 21:44:14.860 INFO O| Aug 12 21:44:14.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
71872025-08-12T21:44:15.980Z[ recovery-image] Aug 12 21:44:14.860 INFO O| Aug 12 21:44:14.860 INFO STEP 830 (remove_files) COMPLETE
71882025-08-12T21:44:15.980Z[ recovery-image] Aug 12 21:44:14.860 INFO O| Aug 12 21:44:14.860 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892025-08-12T21:44:15.995Z[ recovery-image] Aug 12 21:44:14.875 INFO O| Aug 12 21:44:14.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
71902025-08-12T21:44:15.995Z[ recovery-image] Aug 12 21:44:14.875 INFO O| Aug 12 21:44:14.875 INFO STEP 831 (remove_files) COMPLETE
71912025-08-12T21:44:15.998Z[ recovery-image] Aug 12 21:44:14.875 INFO O| Aug 12 21:44:14.875 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922025-08-12T21:44:16.010Z[ recovery-image] Aug 12 21:44:14.890 INFO O| Aug 12 21:44:14.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
71932025-08-12T21:44:16.010Z[ recovery-image] Aug 12 21:44:14.890 INFO O| Aug 12 21:44:14.890 INFO STEP 832 (remove_files) COMPLETE
71942025-08-12T21:44:16.010Z[ recovery-image] Aug 12 21:44:14.890 INFO O| Aug 12 21:44:14.890 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952025-08-12T21:44:16.024Z[ recovery-image] Aug 12 21:44:14.905 INFO O| Aug 12 21:44:14.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
71962025-08-12T21:44:16.024Z[ recovery-image] Aug 12 21:44:14.905 INFO O| Aug 12 21:44:14.905 INFO STEP 833 (remove_files) COMPLETE
71972025-08-12T21:44:16.024Z[ recovery-image] Aug 12 21:44:14.905 INFO O| Aug 12 21:44:14.905 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982025-08-12T21:44:16.038Z[ recovery-image] Aug 12 21:44:14.919 INFO O| Aug 12 21:44:14.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
71992025-08-12T21:44:16.039Z[ recovery-image] Aug 12 21:44:14.919 INFO O| Aug 12 21:44:14.919 INFO STEP 834 (remove_files) COMPLETE
72002025-08-12T21:44:16.043Z[ recovery-image] Aug 12 21:44:14.919 INFO O| Aug 12 21:44:14.919 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012025-08-12T21:44:16.053Z[ recovery-image] Aug 12 21:44:14.933 INFO O| Aug 12 21:44:14.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
72022025-08-12T21:44:16.053Z[ recovery-image] Aug 12 21:44:14.933 INFO O| Aug 12 21:44:14.933 INFO STEP 835 (remove_files) COMPLETE
72032025-08-12T21:44:16.053Z[ recovery-image] Aug 12 21:44:14.934 INFO O| Aug 12 21:44:14.933 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042025-08-12T21:44:16.068Z[ recovery-image] Aug 12 21:44:14.948 INFO O| Aug 12 21:44:14.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
72052025-08-12T21:44:16.068Z[ recovery-image] Aug 12 21:44:14.948 INFO O| Aug 12 21:44:14.948 INFO STEP 836 (remove_files) COMPLETE
72062025-08-12T21:44:16.068Z[ recovery-image] Aug 12 21:44:14.948 INFO O| Aug 12 21:44:14.948 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072025-08-12T21:44:16.083Z[ recovery-image] Aug 12 21:44:14.964 INFO O| Aug 12 21:44:14.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
72082025-08-12T21:44:16.083Z[ recovery-image] Aug 12 21:44:14.964 INFO O| Aug 12 21:44:14.964 INFO STEP 837 (remove_files) COMPLETE
72092025-08-12T21:44:16.083Z[ recovery-image] Aug 12 21:44:14.964 INFO O| Aug 12 21:44:14.964 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102025-08-12T21:44:16.098Z[ recovery-image] Aug 12 21:44:14.979 INFO O| Aug 12 21:44:14.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
72112025-08-12T21:44:16.102Z[ recovery-image] Aug 12 21:44:14.979 INFO O| Aug 12 21:44:14.979 INFO STEP 838 (remove_files) COMPLETE
72122025-08-12T21:44:16.102Z[ recovery-image] Aug 12 21:44:14.979 INFO O| Aug 12 21:44:14.979 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132025-08-12T21:44:16.113Z[ recovery-image] Aug 12 21:44:14.994 INFO O| Aug 12 21:44:14.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
72142025-08-12T21:44:16.113Z[ recovery-image] Aug 12 21:44:14.994 INFO O| Aug 12 21:44:14.994 INFO STEP 839 (remove_files) COMPLETE
72152025-08-12T21:44:16.117Z[ recovery-image] Aug 12 21:44:14.994 INFO O| Aug 12 21:44:14.994 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162025-08-12T21:44:16.128Z[ recovery-image] Aug 12 21:44:15.009 INFO O| Aug 12 21:44:15.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
72172025-08-12T21:44:16.131Z[ recovery-image] Aug 12 21:44:15.009 INFO O| Aug 12 21:44:15.009 INFO STEP 840 (remove_files) COMPLETE
72182025-08-12T21:44:16.131Z[ recovery-image] Aug 12 21:44:15.009 INFO O| Aug 12 21:44:15.009 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192025-08-12T21:44:16.144Z[ recovery-image] Aug 12 21:44:15.025 INFO O| Aug 12 21:44:15.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
72202025-08-12T21:44:16.144Z[ recovery-image] Aug 12 21:44:15.025 INFO O| Aug 12 21:44:15.025 INFO STEP 841 (remove_files) COMPLETE
72212025-08-12T21:44:16.147Z[ recovery-image] Aug 12 21:44:15.025 INFO O| Aug 12 21:44:15.025 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222025-08-12T21:44:16.158Z[ recovery-image] Aug 12 21:44:15.038 INFO O| Aug 12 21:44:15.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
72232025-08-12T21:44:16.158Z[ recovery-image] Aug 12 21:44:15.038 INFO O| Aug 12 21:44:15.038 INFO STEP 842 (remove_files) COMPLETE
72242025-08-12T21:44:16.158Z[ recovery-image] Aug 12 21:44:15.038 INFO O| Aug 12 21:44:15.038 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252025-08-12T21:44:16.171Z[ recovery-image] Aug 12 21:44:15.052 INFO O| Aug 12 21:44:15.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
72262025-08-12T21:44:16.171Z[ recovery-image] Aug 12 21:44:15.052 INFO O| Aug 12 21:44:15.052 INFO STEP 843 (remove_files) COMPLETE
72272025-08-12T21:44:16.171Z[ recovery-image] Aug 12 21:44:15.052 INFO O| Aug 12 21:44:15.052 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282025-08-12T21:44:16.185Z[ recovery-image] Aug 12 21:44:15.066 INFO O| Aug 12 21:44:15.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
72292025-08-12T21:44:16.185Z[ recovery-image] Aug 12 21:44:15.066 INFO O| Aug 12 21:44:15.066 INFO STEP 844 (remove_files) COMPLETE
72302025-08-12T21:44:16.185Z[ recovery-image] Aug 12 21:44:15.066 INFO O| Aug 12 21:44:15.066 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312025-08-12T21:44:16.200Z[ recovery-image] Aug 12 21:44:15.080 INFO O| Aug 12 21:44:15.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
72322025-08-12T21:44:16.200Z[ recovery-image] Aug 12 21:44:15.080 INFO O| Aug 12 21:44:15.080 INFO STEP 845 (remove_files) COMPLETE
72332025-08-12T21:44:16.204Z[ recovery-image] Aug 12 21:44:15.080 INFO O| Aug 12 21:44:15.080 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342025-08-12T21:44:16.213Z[ recovery-image] Aug 12 21:44:15.094 INFO O| Aug 12 21:44:15.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
72352025-08-12T21:44:16.213Z[ recovery-image] Aug 12 21:44:15.094 INFO O| Aug 12 21:44:15.094 INFO STEP 846 (remove_files) COMPLETE
72362025-08-12T21:44:16.213Z[ recovery-image] Aug 12 21:44:15.094 INFO O| Aug 12 21:44:15.094 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372025-08-12T21:44:16.236Z[ recovery-image] Aug 12 21:44:15.108 INFO O| Aug 12 21:44:15.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
72382025-08-12T21:44:16.236Z[ recovery-image] Aug 12 21:44:15.109 INFO O| Aug 12 21:44:15.108 INFO STEP 847 (remove_files) COMPLETE
72392025-08-12T21:44:16.240Z[ recovery-image] Aug 12 21:44:15.109 INFO O| Aug 12 21:44:15.109 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402025-08-12T21:44:16.243Z[ recovery-image] Aug 12 21:44:15.123 INFO O| Aug 12 21:44:15.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
72412025-08-12T21:44:16.243Z[ recovery-image] Aug 12 21:44:15.124 INFO O| Aug 12 21:44:15.124 INFO STEP 848 (remove_files) COMPLETE
72422025-08-12T21:44:16.243Z[ recovery-image] Aug 12 21:44:15.124 INFO O| Aug 12 21:44:15.124 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432025-08-12T21:44:16.258Z[ recovery-image] Aug 12 21:44:15.139 INFO O| Aug 12 21:44:15.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
72442025-08-12T21:44:16.258Z[ recovery-image] Aug 12 21:44:15.139 INFO O| Aug 12 21:44:15.139 INFO STEP 849 (remove_files) COMPLETE
72452025-08-12T21:44:16.262Z[ recovery-image] Aug 12 21:44:15.139 INFO O| Aug 12 21:44:15.139 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462025-08-12T21:44:16.272Z[ recovery-image] Aug 12 21:44:15.153 INFO O| Aug 12 21:44:15.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
72472025-08-12T21:44:16.272Z[ recovery-image] Aug 12 21:44:15.153 INFO O| Aug 12 21:44:15.153 INFO STEP 850 (remove_files) COMPLETE
72482025-08-12T21:44:16.276Z[ recovery-image] Aug 12 21:44:15.153 INFO O| Aug 12 21:44:15.153 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492025-08-12T21:44:16.285Z[ recovery-image] Aug 12 21:44:15.166 INFO O| Aug 12 21:44:15.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
72502025-08-12T21:44:16.289Z[ recovery-image] Aug 12 21:44:15.166 INFO O| Aug 12 21:44:15.166 INFO STEP 851 (remove_files) COMPLETE
72512025-08-12T21:44:16.289Z[ recovery-image] Aug 12 21:44:15.166 INFO O| Aug 12 21:44:15.166 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522025-08-12T21:44:16.298Z[ recovery-image] Aug 12 21:44:15.179 INFO O| Aug 12 21:44:15.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
72532025-08-12T21:44:16.298Z[ recovery-image] Aug 12 21:44:15.179 INFO O| Aug 12 21:44:15.179 INFO STEP 852 (remove_files) COMPLETE
72542025-08-12T21:44:16.302Z[ recovery-image] Aug 12 21:44:15.179 INFO O| Aug 12 21:44:15.179 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552025-08-12T21:44:16.313Z[ recovery-image] Aug 12 21:44:15.193 INFO O| Aug 12 21:44:15.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
72562025-08-12T21:44:16.319Z[ recovery-image] Aug 12 21:44:15.193 INFO O| Aug 12 21:44:15.193 INFO STEP 853 (remove_files) COMPLETE
72572025-08-12T21:44:16.319Z[ recovery-image] Aug 12 21:44:15.193 INFO O| Aug 12 21:44:15.193 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582025-08-12T21:44:16.327Z[ recovery-image] Aug 12 21:44:15.208 INFO O| Aug 12 21:44:15.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
72592025-08-12T21:44:16.327Z[ recovery-image] Aug 12 21:44:15.208 INFO O| Aug 12 21:44:15.208 INFO STEP 854 (remove_files) COMPLETE
72602025-08-12T21:44:16.327Z[ recovery-image] Aug 12 21:44:15.208 INFO O| Aug 12 21:44:15.208 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612025-08-12T21:44:16.342Z[ recovery-image] Aug 12 21:44:15.223 INFO O| Aug 12 21:44:15.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
72622025-08-12T21:44:16.342Z[ recovery-image] Aug 12 21:44:15.223 INFO O| Aug 12 21:44:15.223 INFO STEP 855 (remove_files) COMPLETE
72632025-08-12T21:44:16.342Z[ recovery-image] Aug 12 21:44:15.223 INFO O| Aug 12 21:44:15.223 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642025-08-12T21:44:16.358Z[ recovery-image] Aug 12 21:44:15.238 INFO O| Aug 12 21:44:15.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
72652025-08-12T21:44:16.358Z[ recovery-image] Aug 12 21:44:15.239 INFO O| Aug 12 21:44:15.239 INFO STEP 856 (remove_files) COMPLETE
72662025-08-12T21:44:16.358Z[ recovery-image] Aug 12 21:44:15.239 INFO O| Aug 12 21:44:15.239 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672025-08-12T21:44:16.374Z[ recovery-image] Aug 12 21:44:15.253 INFO O| Aug 12 21:44:15.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
72682025-08-12T21:44:16.374Z[ recovery-image] Aug 12 21:44:15.253 INFO O| Aug 12 21:44:15.253 INFO STEP 857 (remove_files) COMPLETE
72692025-08-12T21:44:16.378Z[ recovery-image] Aug 12 21:44:15.253 INFO O| Aug 12 21:44:15.253 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702025-08-12T21:44:16.388Z[ recovery-image] Aug 12 21:44:15.268 INFO O| Aug 12 21:44:15.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
72712025-08-12T21:44:16.388Z[ recovery-image] Aug 12 21:44:15.268 INFO O| Aug 12 21:44:15.268 INFO STEP 858 (remove_files) COMPLETE
72722025-08-12T21:44:16.391Z[ recovery-image] Aug 12 21:44:15.268 INFO O| Aug 12 21:44:15.268 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732025-08-12T21:44:16.402Z[ recovery-image] Aug 12 21:44:15.283 INFO O| Aug 12 21:44:15.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
72742025-08-12T21:44:16.402Z[ recovery-image] Aug 12 21:44:15.283 INFO O| Aug 12 21:44:15.283 INFO STEP 859 (remove_files) COMPLETE
72752025-08-12T21:44:16.402Z[ recovery-image] Aug 12 21:44:15.283 INFO O| Aug 12 21:44:15.283 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762025-08-12T21:44:16.418Z[ recovery-image] Aug 12 21:44:15.298 INFO O| Aug 12 21:44:15.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
72772025-08-12T21:44:16.418Z[ recovery-image] Aug 12 21:44:15.298 INFO O| Aug 12 21:44:15.298 INFO STEP 860 (remove_files) COMPLETE
72782025-08-12T21:44:16.418Z[ recovery-image] Aug 12 21:44:15.298 INFO O| Aug 12 21:44:15.298 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792025-08-12T21:44:16.431Z[ recovery-image] Aug 12 21:44:15.311 INFO O| Aug 12 21:44:15.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
72802025-08-12T21:44:16.431Z[ recovery-image] Aug 12 21:44:15.311 INFO O| Aug 12 21:44:15.311 INFO STEP 861 (remove_files) COMPLETE
72812025-08-12T21:44:16.431Z[ recovery-image] Aug 12 21:44:15.311 INFO O| Aug 12 21:44:15.311 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822025-08-12T21:44:16.445Z[ recovery-image] Aug 12 21:44:15.325 INFO O| Aug 12 21:44:15.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
72832025-08-12T21:44:16.445Z[ recovery-image] Aug 12 21:44:15.325 INFO O| Aug 12 21:44:15.325 INFO STEP 862 (remove_files) COMPLETE
72842025-08-12T21:44:16.445Z[ recovery-image] Aug 12 21:44:15.325 INFO O| Aug 12 21:44:15.325 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852025-08-12T21:44:16.459Z[ recovery-image] Aug 12 21:44:15.340 INFO O| Aug 12 21:44:15.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
72862025-08-12T21:44:16.459Z[ recovery-image] Aug 12 21:44:15.340 INFO O| Aug 12 21:44:15.340 INFO STEP 863 (remove_files) COMPLETE
72872025-08-12T21:44:16.459Z[ recovery-image] Aug 12 21:44:15.340 INFO O| Aug 12 21:44:15.340 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882025-08-12T21:44:16.474Z[ recovery-image] Aug 12 21:44:15.354 INFO O| Aug 12 21:44:15.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
72892025-08-12T21:44:16.474Z[ recovery-image] Aug 12 21:44:15.355 INFO O| Aug 12 21:44:15.355 INFO STEP 864 (remove_files) COMPLETE
72902025-08-12T21:44:16.474Z[ recovery-image] Aug 12 21:44:15.355 INFO O| Aug 12 21:44:15.355 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912025-08-12T21:44:16.488Z[ recovery-image] Aug 12 21:44:15.369 INFO O| Aug 12 21:44:15.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
72922025-08-12T21:44:16.488Z[ recovery-image] Aug 12 21:44:15.369 INFO O| Aug 12 21:44:15.369 INFO STEP 865 (remove_files) COMPLETE
72932025-08-12T21:44:16.492Z[ recovery-image] Aug 12 21:44:15.369 INFO O| Aug 12 21:44:15.369 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942025-08-12T21:44:16.502Z[ recovery-image] Aug 12 21:44:15.383 INFO O| Aug 12 21:44:15.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
72952025-08-12T21:44:16.502Z[ recovery-image] Aug 12 21:44:15.383 INFO O| Aug 12 21:44:15.383 INFO STEP 866 (remove_files) COMPLETE
72962025-08-12T21:44:16.502Z[ recovery-image] Aug 12 21:44:15.383 INFO O| Aug 12 21:44:15.383 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972025-08-12T21:44:16.516Z[ recovery-image] Aug 12 21:44:15.396 INFO O| Aug 12 21:44:15.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
72982025-08-12T21:44:16.516Z[ recovery-image] Aug 12 21:44:15.396 INFO O| Aug 12 21:44:15.396 INFO STEP 867 (remove_files) COMPLETE
72992025-08-12T21:44:16.519Z[ recovery-image] Aug 12 21:44:15.396 INFO O| Aug 12 21:44:15.396 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002025-08-12T21:44:16.530Z[ recovery-image] Aug 12 21:44:15.410 INFO O| Aug 12 21:44:15.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
73012025-08-12T21:44:16.530Z[ recovery-image] Aug 12 21:44:15.411 INFO O| Aug 12 21:44:15.411 INFO STEP 868 (remove_files) COMPLETE
73022025-08-12T21:44:16.530Z[ recovery-image] Aug 12 21:44:15.411 INFO O| Aug 12 21:44:15.411 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032025-08-12T21:44:16.544Z[ recovery-image] Aug 12 21:44:15.425 INFO O| Aug 12 21:44:15.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
73042025-08-12T21:44:16.544Z[ recovery-image] Aug 12 21:44:15.425 INFO O| Aug 12 21:44:15.425 INFO STEP 869 (remove_files) COMPLETE
73052025-08-12T21:44:16.544Z[ recovery-image] Aug 12 21:44:15.425 INFO O| Aug 12 21:44:15.425 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062025-08-12T21:44:16.558Z[ recovery-image] Aug 12 21:44:15.439 INFO O| Aug 12 21:44:15.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
73072025-08-12T21:44:16.559Z[ recovery-image] Aug 12 21:44:15.439 INFO O| Aug 12 21:44:15.439 INFO STEP 870 (remove_files) COMPLETE
73082025-08-12T21:44:16.559Z[ recovery-image] Aug 12 21:44:15.439 INFO O| Aug 12 21:44:15.439 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092025-08-12T21:44:16.573Z[ recovery-image] Aug 12 21:44:15.454 INFO O| Aug 12 21:44:15.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
73102025-08-12T21:44:16.573Z[ recovery-image] Aug 12 21:44:15.454 INFO O| Aug 12 21:44:15.454 INFO STEP 871 (remove_files) COMPLETE
73112025-08-12T21:44:16.573Z[ recovery-image] Aug 12 21:44:15.454 INFO O| Aug 12 21:44:15.454 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122025-08-12T21:44:16.587Z[ recovery-image] Aug 12 21:44:15.468 INFO O| Aug 12 21:44:15.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
73132025-08-12T21:44:16.587Z[ recovery-image] Aug 12 21:44:15.468 INFO O| Aug 12 21:44:15.468 INFO STEP 872 (remove_files) COMPLETE
73142025-08-12T21:44:16.604Z[ recovery-image] Aug 12 21:44:15.468 INFO O| Aug 12 21:44:15.468 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152025-08-12T21:44:16.604Z[ recovery-image] Aug 12 21:44:15.482 INFO O| Aug 12 21:44:15.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
73162025-08-12T21:44:16.604Z[ recovery-image] Aug 12 21:44:15.482 INFO O| Aug 12 21:44:15.482 INFO STEP 873 (remove_files) COMPLETE
73172025-08-12T21:44:16.604Z[ recovery-image] Aug 12 21:44:15.482 INFO O| Aug 12 21:44:15.482 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182025-08-12T21:44:16.616Z[ recovery-image] Aug 12 21:44:15.497 INFO O| Aug 12 21:44:15.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
73192025-08-12T21:44:16.616Z[ recovery-image] Aug 12 21:44:15.497 INFO O| Aug 12 21:44:15.497 INFO STEP 874 (remove_files) COMPLETE
73202025-08-12T21:44:16.616Z[ recovery-image] Aug 12 21:44:15.497 INFO O| Aug 12 21:44:15.497 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212025-08-12T21:44:16.631Z[ recovery-image] Aug 12 21:44:15.511 INFO O| Aug 12 21:44:15.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
73222025-08-12T21:44:16.631Z[ recovery-image] Aug 12 21:44:15.511 INFO O| Aug 12 21:44:15.511 INFO STEP 875 (remove_files) COMPLETE
73232025-08-12T21:44:16.631Z[ recovery-image] Aug 12 21:44:15.511 INFO O| Aug 12 21:44:15.511 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242025-08-12T21:44:16.645Z[ recovery-image] Aug 12 21:44:15.526 INFO O| Aug 12 21:44:15.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
73252025-08-12T21:44:16.645Z[ recovery-image] Aug 12 21:44:15.526 INFO O| Aug 12 21:44:15.526 INFO STEP 876 (remove_files) COMPLETE
73262025-08-12T21:44:16.649Z[ recovery-image] Aug 12 21:44:15.526 INFO O| Aug 12 21:44:15.526 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272025-08-12T21:44:16.661Z[ recovery-image] Aug 12 21:44:15.541 INFO O| Aug 12 21:44:15.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
73282025-08-12T21:44:16.661Z[ recovery-image] Aug 12 21:44:15.541 INFO O| Aug 12 21:44:15.541 INFO STEP 877 (remove_files) COMPLETE
73292025-08-12T21:44:16.665Z[ recovery-image] Aug 12 21:44:15.541 INFO O| Aug 12 21:44:15.541 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302025-08-12T21:44:16.675Z[ recovery-image] Aug 12 21:44:15.556 INFO O| Aug 12 21:44:15.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
73312025-08-12T21:44:16.675Z[ recovery-image] Aug 12 21:44:15.556 INFO O| Aug 12 21:44:15.556 INFO STEP 878 (remove_files) COMPLETE
73322025-08-12T21:44:16.675Z[ recovery-image] Aug 12 21:44:15.556 INFO O| Aug 12 21:44:15.556 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332025-08-12T21:44:16.691Z[ recovery-image] Aug 12 21:44:15.571 INFO O| Aug 12 21:44:15.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
73342025-08-12T21:44:16.691Z[ recovery-image] Aug 12 21:44:15.571 INFO O| Aug 12 21:44:15.571 INFO STEP 879 (remove_files) COMPLETE
73352025-08-12T21:44:16.691Z[ recovery-image] Aug 12 21:44:15.571 INFO O| Aug 12 21:44:15.571 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362025-08-12T21:44:16.706Z[ recovery-image] Aug 12 21:44:15.585 INFO O| Aug 12 21:44:15.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
73372025-08-12T21:44:16.706Z[ recovery-image] Aug 12 21:44:15.585 INFO O| Aug 12 21:44:15.585 INFO STEP 880 (remove_files) COMPLETE
73382025-08-12T21:44:16.710Z[ recovery-image] Aug 12 21:44:15.585 INFO O| Aug 12 21:44:15.585 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392025-08-12T21:44:16.719Z[ recovery-image] Aug 12 21:44:15.599 INFO O| Aug 12 21:44:15.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
73402025-08-12T21:44:16.719Z[ recovery-image] Aug 12 21:44:15.600 INFO O| Aug 12 21:44:15.599 INFO STEP 881 (remove_files) COMPLETE
73412025-08-12T21:44:16.719Z[ recovery-image] Aug 12 21:44:15.600 INFO O| Aug 12 21:44:15.600 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422025-08-12T21:44:16.733Z[ recovery-image] Aug 12 21:44:15.614 INFO O| Aug 12 21:44:15.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
73432025-08-12T21:44:16.733Z[ recovery-image] Aug 12 21:44:15.614 INFO O| Aug 12 21:44:15.614 INFO STEP 882 (remove_files) COMPLETE
73442025-08-12T21:44:16.733Z[ recovery-image] Aug 12 21:44:15.614 INFO O| Aug 12 21:44:15.614 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452025-08-12T21:44:16.748Z[ recovery-image] Aug 12 21:44:15.628 INFO O| Aug 12 21:44:15.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
73462025-08-12T21:44:16.748Z[ recovery-image] Aug 12 21:44:15.628 INFO O| Aug 12 21:44:15.628 INFO STEP 883 (remove_files) COMPLETE
73472025-08-12T21:44:16.751Z[ recovery-image] Aug 12 21:44:15.628 INFO O| Aug 12 21:44:15.628 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482025-08-12T21:44:16.762Z[ recovery-image] Aug 12 21:44:15.642 INFO O| Aug 12 21:44:15.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
73492025-08-12T21:44:16.762Z[ recovery-image] Aug 12 21:44:15.642 INFO O| Aug 12 21:44:15.642 INFO STEP 884 (remove_files) COMPLETE
73502025-08-12T21:44:16.762Z[ recovery-image] Aug 12 21:44:15.642 INFO O| Aug 12 21:44:15.642 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512025-08-12T21:44:16.775Z[ recovery-image] Aug 12 21:44:15.656 INFO O| Aug 12 21:44:15.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
73522025-08-12T21:44:16.776Z[ recovery-image] Aug 12 21:44:15.656 INFO O| Aug 12 21:44:15.656 INFO STEP 885 (remove_files) COMPLETE
73532025-08-12T21:44:16.776Z[ recovery-image] Aug 12 21:44:15.656 INFO O| Aug 12 21:44:15.656 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542025-08-12T21:44:16.789Z[ recovery-image] Aug 12 21:44:15.669 INFO O| Aug 12 21:44:15.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
73552025-08-12T21:44:16.789Z[ recovery-image] Aug 12 21:44:15.669 INFO O| Aug 12 21:44:15.669 INFO STEP 886 (remove_files) COMPLETE
73562025-08-12T21:44:16.792Z[ recovery-image] Aug 12 21:44:15.670 INFO O| Aug 12 21:44:15.669 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572025-08-12T21:44:16.802Z[ recovery-image] Aug 12 21:44:15.683 INFO O| Aug 12 21:44:15.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
73582025-08-12T21:44:16.802Z[ recovery-image] Aug 12 21:44:15.683 INFO O| Aug 12 21:44:15.683 INFO STEP 887 (remove_files) COMPLETE
73592025-08-12T21:44:16.806Z[ recovery-image] Aug 12 21:44:15.683 INFO O| Aug 12 21:44:15.683 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602025-08-12T21:44:16.816Z[ recovery-image] Aug 12 21:44:15.697 INFO O| Aug 12 21:44:15.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
73612025-08-12T21:44:16.816Z[ recovery-image] Aug 12 21:44:15.697 INFO O| Aug 12 21:44:15.697 INFO STEP 888 (remove_files) COMPLETE
73622025-08-12T21:44:16.820Z[ recovery-image] Aug 12 21:44:15.697 INFO O| Aug 12 21:44:15.697 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632025-08-12T21:44:16.831Z[ recovery-image] Aug 12 21:44:15.712 INFO O| Aug 12 21:44:15.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
73642025-08-12T21:44:16.831Z[ recovery-image] Aug 12 21:44:15.712 INFO O| Aug 12 21:44:15.712 INFO STEP 889 (remove_files) COMPLETE
73652025-08-12T21:44:16.831Z[ recovery-image] Aug 12 21:44:15.712 INFO O| Aug 12 21:44:15.712 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662025-08-12T21:44:16.844Z[ recovery-image] Aug 12 21:44:15.725 INFO O| Aug 12 21:44:15.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
73672025-08-12T21:44:16.845Z[ recovery-image] Aug 12 21:44:15.725 INFO O| Aug 12 21:44:15.725 INFO STEP 890 (remove_files) COMPLETE
73682025-08-12T21:44:16.848Z[ recovery-image] Aug 12 21:44:15.725 INFO O| Aug 12 21:44:15.725 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692025-08-12T21:44:16.858Z[ recovery-image] Aug 12 21:44:15.739 INFO O| Aug 12 21:44:15.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
73702025-08-12T21:44:16.858Z[ recovery-image] Aug 12 21:44:15.739 INFO O| Aug 12 21:44:15.739 INFO STEP 891 (remove_files) COMPLETE
73712025-08-12T21:44:16.862Z[ recovery-image] Aug 12 21:44:15.739 INFO O| Aug 12 21:44:15.739 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722025-08-12T21:44:16.873Z[ recovery-image] Aug 12 21:44:15.754 INFO O| Aug 12 21:44:15.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
73732025-08-12T21:44:16.873Z[ recovery-image] Aug 12 21:44:15.754 INFO O| Aug 12 21:44:15.754 INFO STEP 892 (remove_files) COMPLETE
73742025-08-12T21:44:16.876Z[ recovery-image] Aug 12 21:44:15.754 INFO O| Aug 12 21:44:15.754 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752025-08-12T21:44:16.886Z[ recovery-image] Aug 12 21:44:15.767 INFO O| Aug 12 21:44:15.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
73762025-08-12T21:44:16.886Z[ recovery-image] Aug 12 21:44:15.767 INFO O| Aug 12 21:44:15.767 INFO STEP 893 (remove_files) COMPLETE
73772025-08-12T21:44:16.886Z[ recovery-image] Aug 12 21:44:15.767 INFO O| Aug 12 21:44:15.767 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782025-08-12T21:44:16.900Z[ recovery-image] Aug 12 21:44:15.780 INFO O| Aug 12 21:44:15.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
73792025-08-12T21:44:16.900Z[ recovery-image] Aug 12 21:44:15.781 INFO O| Aug 12 21:44:15.781 INFO STEP 894 (remove_files) COMPLETE
73802025-08-12T21:44:16.900Z[ recovery-image] Aug 12 21:44:15.781 INFO O| Aug 12 21:44:15.781 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812025-08-12T21:44:16.913Z[ recovery-image] Aug 12 21:44:15.794 INFO O| Aug 12 21:44:15.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
73822025-08-12T21:44:16.913Z[ recovery-image] Aug 12 21:44:15.794 INFO O| Aug 12 21:44:15.794 INFO STEP 895 (remove_files) COMPLETE
73832025-08-12T21:44:16.917Z[ recovery-image] Aug 12 21:44:15.794 INFO O| Aug 12 21:44:15.794 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842025-08-12T21:44:16.928Z[ recovery-image] Aug 12 21:44:15.809 INFO O| Aug 12 21:44:15.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
73852025-08-12T21:44:16.928Z[ recovery-image] Aug 12 21:44:15.809 INFO O| Aug 12 21:44:15.809 INFO STEP 896 (remove_files) COMPLETE
73862025-08-12T21:44:16.928Z[ recovery-image] Aug 12 21:44:15.809 INFO O| Aug 12 21:44:15.809 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872025-08-12T21:44:16.942Z[ recovery-image] Aug 12 21:44:15.823 INFO O| Aug 12 21:44:15.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
73882025-08-12T21:44:16.942Z[ recovery-image] Aug 12 21:44:15.823 INFO O| Aug 12 21:44:15.823 INFO STEP 897 (remove_files) COMPLETE
73892025-08-12T21:44:16.946Z[ recovery-image] Aug 12 21:44:15.823 INFO O| Aug 12 21:44:15.823 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902025-08-12T21:44:16.956Z[ recovery-image] Aug 12 21:44:15.837 INFO O| Aug 12 21:44:15.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
73912025-08-12T21:44:16.956Z[ recovery-image] Aug 12 21:44:15.837 INFO O| Aug 12 21:44:15.837 INFO STEP 898 (remove_files) COMPLETE
73922025-08-12T21:44:16.956Z[ recovery-image] Aug 12 21:44:15.837 INFO O| Aug 12 21:44:15.837 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932025-08-12T21:44:16.970Z[ recovery-image] Aug 12 21:44:15.850 INFO O| Aug 12 21:44:15.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
73942025-08-12T21:44:16.970Z[ recovery-image] Aug 12 21:44:15.850 INFO O| Aug 12 21:44:15.850 INFO STEP 899 (remove_files) COMPLETE
73952025-08-12T21:44:16.970Z[ recovery-image] Aug 12 21:44:15.850 INFO O| Aug 12 21:44:15.850 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962025-08-12T21:44:16.982Z[ recovery-image] Aug 12 21:44:15.863 INFO O| Aug 12 21:44:15.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
73972025-08-12T21:44:16.982Z[ recovery-image] Aug 12 21:44:15.863 INFO O| Aug 12 21:44:15.863 INFO STEP 900 (remove_files) COMPLETE
73982025-08-12T21:44:16.982Z[ recovery-image] Aug 12 21:44:15.863 INFO O| Aug 12 21:44:15.863 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992025-08-12T21:44:16.995Z[ recovery-image] Aug 12 21:44:15.876 INFO O| Aug 12 21:44:15.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
74002025-08-12T21:44:16.995Z[ recovery-image] Aug 12 21:44:15.876 INFO O| Aug 12 21:44:15.876 INFO STEP 901 (remove_files) COMPLETE
74012025-08-12T21:44:16.995Z[ recovery-image] Aug 12 21:44:15.876 INFO O| Aug 12 21:44:15.876 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022025-08-12T21:44:17.008Z[ recovery-image] Aug 12 21:44:15.889 INFO O| Aug 12 21:44:15.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
74032025-08-12T21:44:17.009Z[ recovery-image] Aug 12 21:44:15.889 INFO O| Aug 12 21:44:15.889 INFO STEP 902 (remove_files) COMPLETE
74042025-08-12T21:44:17.009Z[ recovery-image] Aug 12 21:44:15.889 INFO O| Aug 12 21:44:15.889 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052025-08-12T21:44:17.021Z[ recovery-image] Aug 12 21:44:15.902 INFO O| Aug 12 21:44:15.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
74062025-08-12T21:44:17.021Z[ recovery-image] Aug 12 21:44:15.902 INFO O| Aug 12 21:44:15.902 INFO STEP 903 (remove_files) COMPLETE
74072025-08-12T21:44:17.025Z[ recovery-image] Aug 12 21:44:15.902 INFO O| Aug 12 21:44:15.902 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082025-08-12T21:44:17.034Z[ recovery-image] Aug 12 21:44:15.914 INFO O| Aug 12 21:44:15.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
74092025-08-12T21:44:17.034Z[ recovery-image] Aug 12 21:44:15.914 INFO O| Aug 12 21:44:15.914 INFO STEP 904 (remove_files) COMPLETE
74102025-08-12T21:44:17.034Z[ recovery-image] Aug 12 21:44:15.914 INFO O| Aug 12 21:44:15.914 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112025-08-12T21:44:17.046Z[ recovery-image] Aug 12 21:44:15.927 INFO O| Aug 12 21:44:15.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
74122025-08-12T21:44:17.047Z[ recovery-image] Aug 12 21:44:15.927 INFO O| Aug 12 21:44:15.927 INFO STEP 905 (remove_files) COMPLETE
74132025-08-12T21:44:17.047Z[ recovery-image] Aug 12 21:44:15.927 INFO O| Aug 12 21:44:15.927 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142025-08-12T21:44:17.060Z[ recovery-image] Aug 12 21:44:15.941 INFO O| Aug 12 21:44:15.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
74152025-08-12T21:44:17.060Z[ recovery-image] Aug 12 21:44:15.941 INFO O| Aug 12 21:44:15.941 INFO STEP 906 (remove_files) COMPLETE
74162025-08-12T21:44:17.064Z[ recovery-image] Aug 12 21:44:15.941 INFO O| Aug 12 21:44:15.941 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172025-08-12T21:44:17.074Z[ recovery-image] Aug 12 21:44:15.954 INFO O| Aug 12 21:44:15.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
74182025-08-12T21:44:17.074Z[ recovery-image] Aug 12 21:44:15.954 INFO O| Aug 12 21:44:15.954 INFO STEP 907 (remove_files) COMPLETE
74192025-08-12T21:44:17.077Z[ recovery-image] Aug 12 21:44:15.954 INFO O| Aug 12 21:44:15.954 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202025-08-12T21:44:17.086Z[ recovery-image] Aug 12 21:44:15.967 INFO O| Aug 12 21:44:15.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
74212025-08-12T21:44:17.086Z[ recovery-image] Aug 12 21:44:15.967 INFO O| Aug 12 21:44:15.967 INFO STEP 908 (remove_files) COMPLETE
74222025-08-12T21:44:17.086Z[ recovery-image] Aug 12 21:44:15.967 INFO O| Aug 12 21:44:15.967 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232025-08-12T21:44:17.098Z[ recovery-image] Aug 12 21:44:15.978 INFO O| Aug 12 21:44:15.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
74242025-08-12T21:44:17.101Z[ recovery-image] Aug 12 21:44:15.978 INFO O| Aug 12 21:44:15.978 INFO STEP 909 (remove_files) COMPLETE
74252025-08-12T21:44:17.101Z[ recovery-image] Aug 12 21:44:15.978 INFO O| Aug 12 21:44:15.978 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262025-08-12T21:44:17.111Z[ recovery-image] Aug 12 21:44:15.991 INFO O| Aug 12 21:44:15.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
74272025-08-12T21:44:17.111Z[ recovery-image] Aug 12 21:44:15.991 INFO O| Aug 12 21:44:15.991 INFO STEP 910 (remove_files) COMPLETE
74282025-08-12T21:44:17.111Z[ recovery-image] Aug 12 21:44:15.991 INFO O| Aug 12 21:44:15.991 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292025-08-12T21:44:17.123Z[ recovery-image] Aug 12 21:44:16.004 INFO O| Aug 12 21:44:16.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
74302025-08-12T21:44:17.123Z[ recovery-image] Aug 12 21:44:16.004 INFO O| Aug 12 21:44:16.004 INFO STEP 911 (remove_files) COMPLETE
74312025-08-12T21:44:17.127Z[ recovery-image] Aug 12 21:44:16.004 INFO O| Aug 12 21:44:16.004 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322025-08-12T21:44:17.136Z[ recovery-image] Aug 12 21:44:16.017 INFO O| Aug 12 21:44:16.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
74332025-08-12T21:44:17.136Z[ recovery-image] Aug 12 21:44:16.017 INFO O| Aug 12 21:44:16.017 INFO STEP 912 (remove_files) COMPLETE
74342025-08-12T21:44:17.140Z[ recovery-image] Aug 12 21:44:16.017 INFO O| Aug 12 21:44:16.017 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352025-08-12T21:44:17.150Z[ recovery-image] Aug 12 21:44:16.031 INFO O| Aug 12 21:44:16.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
74362025-08-12T21:44:17.150Z[ recovery-image] Aug 12 21:44:16.031 INFO O| Aug 12 21:44:16.031 INFO STEP 913 (remove_files) COMPLETE
74372025-08-12T21:44:17.150Z[ recovery-image] Aug 12 21:44:16.031 INFO O| Aug 12 21:44:16.031 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382025-08-12T21:44:17.164Z[ recovery-image] Aug 12 21:44:16.045 INFO O| Aug 12 21:44:16.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
74392025-08-12T21:44:17.164Z[ recovery-image] Aug 12 21:44:16.045 INFO O| Aug 12 21:44:16.045 INFO STEP 914 (remove_files) COMPLETE
74402025-08-12T21:44:17.168Z[ recovery-image] Aug 12 21:44:16.045 INFO O| Aug 12 21:44:16.045 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412025-08-12T21:44:17.178Z[ recovery-image] Aug 12 21:44:16.059 INFO O| Aug 12 21:44:16.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
74422025-08-12T21:44:17.178Z[ recovery-image] Aug 12 21:44:16.059 INFO O| Aug 12 21:44:16.059 INFO STEP 915 (remove_files) COMPLETE
74432025-08-12T21:44:17.178Z[ recovery-image] Aug 12 21:44:16.059 INFO O| Aug 12 21:44:16.059 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442025-08-12T21:44:17.192Z[ recovery-image] Aug 12 21:44:16.073 INFO O| Aug 12 21:44:16.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
74452025-08-12T21:44:17.192Z[ recovery-image] Aug 12 21:44:16.073 INFO O| Aug 12 21:44:16.073 INFO STEP 916 (remove_files) COMPLETE
74462025-08-12T21:44:17.197Z[ recovery-image] Aug 12 21:44:16.073 INFO O| Aug 12 21:44:16.073 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472025-08-12T21:44:17.206Z[ recovery-image] Aug 12 21:44:16.087 INFO O| Aug 12 21:44:16.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
74482025-08-12T21:44:17.206Z[ recovery-image] Aug 12 21:44:16.087 INFO O| Aug 12 21:44:16.087 INFO STEP 917 (remove_files) COMPLETE
74492025-08-12T21:44:17.206Z[ recovery-image] Aug 12 21:44:16.087 INFO O| Aug 12 21:44:16.087 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502025-08-12T21:44:17.220Z[ recovery-image] Aug 12 21:44:16.101 INFO O| Aug 12 21:44:16.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
74512025-08-12T21:44:17.220Z[ recovery-image] Aug 12 21:44:16.101 INFO O| Aug 12 21:44:16.101 INFO STEP 918 (remove_files) COMPLETE
74522025-08-12T21:44:17.224Z[ recovery-image] Aug 12 21:44:16.101 INFO O| Aug 12 21:44:16.101 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532025-08-12T21:44:17.234Z[ recovery-image] Aug 12 21:44:16.115 INFO O| Aug 12 21:44:16.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
74542025-08-12T21:44:17.238Z[ recovery-image] Aug 12 21:44:16.115 INFO O| Aug 12 21:44:16.115 INFO STEP 919 (remove_files) COMPLETE
74552025-08-12T21:44:17.238Z[ recovery-image] Aug 12 21:44:16.115 INFO O| Aug 12 21:44:16.115 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562025-08-12T21:44:17.249Z[ recovery-image] Aug 12 21:44:16.129 INFO O| Aug 12 21:44:16.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
74572025-08-12T21:44:17.249Z[ recovery-image] Aug 12 21:44:16.129 INFO O| Aug 12 21:44:16.129 INFO STEP 920 (remove_files) COMPLETE
74582025-08-12T21:44:17.249Z[ recovery-image] Aug 12 21:44:16.129 INFO O| Aug 12 21:44:16.129 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592025-08-12T21:44:17.263Z[ recovery-image] Aug 12 21:44:16.143 INFO O| Aug 12 21:44:16.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
74602025-08-12T21:44:17.266Z[ recovery-image] Aug 12 21:44:16.144 INFO O| Aug 12 21:44:16.144 INFO STEP 921 (remove_files) COMPLETE
74612025-08-12T21:44:17.266Z[ recovery-image] Aug 12 21:44:16.144 INFO O| Aug 12 21:44:16.144 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622025-08-12T21:44:17.277Z[ recovery-image] Aug 12 21:44:16.158 INFO O| Aug 12 21:44:16.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
74632025-08-12T21:44:17.281Z[ recovery-image] Aug 12 21:44:16.158 INFO O| Aug 12 21:44:16.158 INFO STEP 922 (remove_files) COMPLETE
74642025-08-12T21:44:17.281Z[ recovery-image] Aug 12 21:44:16.158 INFO O| Aug 12 21:44:16.158 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652025-08-12T21:44:17.292Z[ recovery-image] Aug 12 21:44:16.172 INFO O| Aug 12 21:44:16.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
74662025-08-12T21:44:17.292Z[ recovery-image] Aug 12 21:44:16.172 INFO O| Aug 12 21:44:16.172 INFO STEP 923 (remove_files) COMPLETE
74672025-08-12T21:44:17.295Z[ recovery-image] Aug 12 21:44:16.172 INFO O| Aug 12 21:44:16.172 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682025-08-12T21:44:17.306Z[ recovery-image] Aug 12 21:44:16.187 INFO O| Aug 12 21:44:16.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
74692025-08-12T21:44:17.306Z[ recovery-image] Aug 12 21:44:16.187 INFO O| Aug 12 21:44:16.187 INFO STEP 924 (remove_files) COMPLETE
74702025-08-12T21:44:17.306Z[ recovery-image] Aug 12 21:44:16.187 INFO O| Aug 12 21:44:16.187 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712025-08-12T21:44:17.320Z[ recovery-image] Aug 12 21:44:16.201 INFO O| Aug 12 21:44:16.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
74722025-08-12T21:44:17.321Z[ recovery-image] Aug 12 21:44:16.201 INFO O| Aug 12 21:44:16.201 INFO STEP 925 (remove_files) COMPLETE
74732025-08-12T21:44:17.321Z[ recovery-image] Aug 12 21:44:16.201 INFO O| Aug 12 21:44:16.201 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742025-08-12T21:44:17.334Z[ recovery-image] Aug 12 21:44:16.214 INFO O| Aug 12 21:44:16.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
74752025-08-12T21:44:17.334Z[ recovery-image] Aug 12 21:44:16.214 INFO O| Aug 12 21:44:16.214 INFO STEP 926 (remove_files) COMPLETE
74762025-08-12T21:44:17.334Z[ recovery-image] Aug 12 21:44:16.214 INFO O| Aug 12 21:44:16.214 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772025-08-12T21:44:17.348Z[ recovery-image] Aug 12 21:44:16.229 INFO O| Aug 12 21:44:16.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
74782025-08-12T21:44:17.348Z[ recovery-image] Aug 12 21:44:16.229 INFO O| Aug 12 21:44:16.229 INFO STEP 927 (remove_files) COMPLETE
74792025-08-12T21:44:17.352Z[ recovery-image] Aug 12 21:44:16.229 INFO O| Aug 12 21:44:16.229 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802025-08-12T21:44:17.362Z[ recovery-image] Aug 12 21:44:16.243 INFO O| Aug 12 21:44:16.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
74812025-08-12T21:44:17.362Z[ recovery-image] Aug 12 21:44:16.243 INFO O| Aug 12 21:44:16.243 INFO STEP 928 (remove_files) COMPLETE
74822025-08-12T21:44:17.363Z[ recovery-image] Aug 12 21:44:16.243 INFO O| Aug 12 21:44:16.243 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832025-08-12T21:44:17.377Z[ recovery-image] Aug 12 21:44:16.257 INFO O| Aug 12 21:44:16.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
74842025-08-12T21:44:17.377Z[ recovery-image] Aug 12 21:44:16.257 INFO O| Aug 12 21:44:16.257 INFO STEP 929 (remove_files) COMPLETE
74852025-08-12T21:44:17.377Z[ recovery-image] Aug 12 21:44:16.257 INFO O| Aug 12 21:44:16.257 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862025-08-12T21:44:17.392Z[ recovery-image] Aug 12 21:44:16.272 INFO O| Aug 12 21:44:16.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
74872025-08-12T21:44:17.392Z[ recovery-image] Aug 12 21:44:16.273 INFO O| Aug 12 21:44:16.273 INFO STEP 930 (remove_files) COMPLETE
74882025-08-12T21:44:17.392Z[ recovery-image] Aug 12 21:44:16.273 INFO O| Aug 12 21:44:16.273 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892025-08-12T21:44:17.406Z[ recovery-image] Aug 12 21:44:16.286 INFO O| Aug 12 21:44:16.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
74902025-08-12T21:44:17.406Z[ recovery-image] Aug 12 21:44:16.287 INFO O| Aug 12 21:44:16.287 INFO STEP 931 (remove_files) COMPLETE
74912025-08-12T21:44:17.406Z[ recovery-image] Aug 12 21:44:16.287 INFO O| Aug 12 21:44:16.287 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922025-08-12T21:44:17.419Z[ recovery-image] Aug 12 21:44:16.300 INFO O| Aug 12 21:44:16.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
74932025-08-12T21:44:17.419Z[ recovery-image] Aug 12 21:44:16.300 INFO O| Aug 12 21:44:16.300 INFO STEP 932 (remove_files) COMPLETE
74942025-08-12T21:44:17.419Z[ recovery-image] Aug 12 21:44:16.300 INFO O| Aug 12 21:44:16.300 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952025-08-12T21:44:17.434Z[ recovery-image] Aug 12 21:44:16.313 INFO O| Aug 12 21:44:16.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
74962025-08-12T21:44:17.438Z[ recovery-image] Aug 12 21:44:16.315 INFO O| Aug 12 21:44:16.313 INFO STEP 933 (remove_files) COMPLETE
74972025-08-12T21:44:17.438Z[ recovery-image] Aug 12 21:44:16.315 INFO O| Aug 12 21:44:16.315 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982025-08-12T21:44:17.450Z[ recovery-image] Aug 12 21:44:16.330 INFO O| Aug 12 21:44:16.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
74992025-08-12T21:44:17.450Z[ recovery-image] Aug 12 21:44:16.330 INFO O| Aug 12 21:44:16.330 INFO STEP 934 (remove_files) COMPLETE
75002025-08-12T21:44:17.450Z[ recovery-image] Aug 12 21:44:16.330 INFO O| Aug 12 21:44:16.330 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012025-08-12T21:44:17.464Z[ recovery-image] Aug 12 21:44:16.345 INFO O| Aug 12 21:44:16.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
75022025-08-12T21:44:17.464Z[ recovery-image] Aug 12 21:44:16.345 INFO O| Aug 12 21:44:16.345 INFO STEP 935 (remove_files) COMPLETE
75032025-08-12T21:44:17.468Z[ recovery-image] Aug 12 21:44:16.345 INFO O| Aug 12 21:44:16.345 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042025-08-12T21:44:17.478Z[ recovery-image] Aug 12 21:44:16.359 INFO O| Aug 12 21:44:16.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
75052025-08-12T21:44:17.478Z[ recovery-image] Aug 12 21:44:16.359 INFO O| Aug 12 21:44:16.359 INFO STEP 936 (remove_files) COMPLETE
75062025-08-12T21:44:17.478Z[ recovery-image] Aug 12 21:44:16.359 INFO O| Aug 12 21:44:16.359 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072025-08-12T21:44:17.493Z[ recovery-image] Aug 12 21:44:16.374 INFO O| Aug 12 21:44:16.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
75082025-08-12T21:44:17.497Z[ recovery-image] Aug 12 21:44:16.375 INFO O| Aug 12 21:44:16.375 INFO STEP 937 (remove_files) COMPLETE
75092025-08-12T21:44:17.497Z[ recovery-image] Aug 12 21:44:16.375 INFO O| Aug 12 21:44:16.375 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102025-08-12T21:44:17.510Z[ recovery-image] Aug 12 21:44:16.390 INFO O| Aug 12 21:44:16.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
75112025-08-12T21:44:17.514Z[ recovery-image] Aug 12 21:44:16.390 INFO O| Aug 12 21:44:16.390 INFO STEP 938 (remove_files) COMPLETE
75122025-08-12T21:44:17.514Z[ recovery-image] Aug 12 21:44:16.390 INFO O| Aug 12 21:44:16.390 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132025-08-12T21:44:17.526Z[ recovery-image] Aug 12 21:44:16.406 INFO O| Aug 12 21:44:16.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
75142025-08-12T21:44:17.530Z[ recovery-image] Aug 12 21:44:16.406 INFO O| Aug 12 21:44:16.406 INFO STEP 939 (remove_files) COMPLETE
75152025-08-12T21:44:17.530Z[ recovery-image] Aug 12 21:44:16.406 INFO O| Aug 12 21:44:16.406 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162025-08-12T21:44:17.540Z[ recovery-image] Aug 12 21:44:16.420 INFO O| Aug 12 21:44:16.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
75172025-08-12T21:44:17.540Z[ recovery-image] Aug 12 21:44:16.420 INFO O| Aug 12 21:44:16.420 INFO STEP 940 (remove_files) COMPLETE
75182025-08-12T21:44:17.543Z[ recovery-image] Aug 12 21:44:16.420 INFO O| Aug 12 21:44:16.420 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192025-08-12T21:44:17.555Z[ recovery-image] Aug 12 21:44:16.435 INFO O| Aug 12 21:44:16.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
75202025-08-12T21:44:17.555Z[ recovery-image] Aug 12 21:44:16.435 INFO O| Aug 12 21:44:16.435 INFO STEP 941 (remove_files) COMPLETE
75212025-08-12T21:44:17.555Z[ recovery-image] Aug 12 21:44:16.435 INFO O| Aug 12 21:44:16.435 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222025-08-12T21:44:17.570Z[ recovery-image] Aug 12 21:44:16.450 INFO O| Aug 12 21:44:16.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
75232025-08-12T21:44:17.570Z[ recovery-image] Aug 12 21:44:16.450 INFO O| Aug 12 21:44:16.450 INFO STEP 942 (remove_files) COMPLETE
75242025-08-12T21:44:17.573Z[ recovery-image] Aug 12 21:44:16.450 INFO O| Aug 12 21:44:16.450 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252025-08-12T21:44:17.585Z[ recovery-image] Aug 12 21:44:16.465 INFO O| Aug 12 21:44:16.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
75262025-08-12T21:44:17.588Z[ recovery-image] Aug 12 21:44:16.466 INFO O| Aug 12 21:44:16.466 INFO STEP 943 (remove_files) COMPLETE
75272025-08-12T21:44:17.589Z[ recovery-image] Aug 12 21:44:16.466 INFO O| Aug 12 21:44:16.466 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282025-08-12T21:44:17.601Z[ recovery-image] Aug 12 21:44:16.481 INFO O| Aug 12 21:44:16.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
75292025-08-12T21:44:17.602Z[ recovery-image] Aug 12 21:44:16.481 INFO O| Aug 12 21:44:16.481 INFO STEP 944 (remove_files) COMPLETE
75302025-08-12T21:44:17.602Z[ recovery-image] Aug 12 21:44:16.481 INFO O| Aug 12 21:44:16.481 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312025-08-12T21:44:17.615Z[ recovery-image] Aug 12 21:44:16.495 INFO O| Aug 12 21:44:16.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
75322025-08-12T21:44:17.615Z[ recovery-image] Aug 12 21:44:16.495 INFO O| Aug 12 21:44:16.495 INFO STEP 945 (remove_files) COMPLETE
75332025-08-12T21:44:17.615Z[ recovery-image] Aug 12 21:44:16.495 INFO O| Aug 12 21:44:16.495 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342025-08-12T21:44:17.628Z[ recovery-image] Aug 12 21:44:16.508 INFO O| Aug 12 21:44:16.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
75352025-08-12T21:44:17.628Z[ recovery-image] Aug 12 21:44:16.508 INFO O| Aug 12 21:44:16.508 INFO STEP 946 (remove_files) COMPLETE
75362025-08-12T21:44:17.633Z[ recovery-image] Aug 12 21:44:16.508 INFO O| Aug 12 21:44:16.508 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372025-08-12T21:44:17.642Z[ recovery-image] Aug 12 21:44:16.522 INFO O| Aug 12 21:44:16.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
75382025-08-12T21:44:17.642Z[ recovery-image] Aug 12 21:44:16.522 INFO O| Aug 12 21:44:16.522 INFO STEP 947 (remove_files) COMPLETE
75392025-08-12T21:44:17.645Z[ recovery-image] Aug 12 21:44:16.522 INFO O| Aug 12 21:44:16.522 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402025-08-12T21:44:17.656Z[ recovery-image] Aug 12 21:44:16.537 INFO O| Aug 12 21:44:16.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
75412025-08-12T21:44:17.656Z[ recovery-image] Aug 12 21:44:16.537 INFO O| Aug 12 21:44:16.537 INFO STEP 948 (remove_files) COMPLETE
75422025-08-12T21:44:17.661Z[ recovery-image] Aug 12 21:44:16.537 INFO O| Aug 12 21:44:16.537 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432025-08-12T21:44:17.670Z[ recovery-image] Aug 12 21:44:16.551 INFO O| Aug 12 21:44:16.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
75442025-08-12T21:44:17.670Z[ recovery-image] Aug 12 21:44:16.551 INFO O| Aug 12 21:44:16.551 INFO STEP 949 (remove_files) COMPLETE
75452025-08-12T21:44:17.671Z[ recovery-image] Aug 12 21:44:16.551 INFO O| Aug 12 21:44:16.551 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462025-08-12T21:44:17.686Z[ recovery-image] Aug 12 21:44:16.566 INFO O| Aug 12 21:44:16.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
75472025-08-12T21:44:17.686Z[ recovery-image] Aug 12 21:44:16.566 INFO O| Aug 12 21:44:16.566 INFO STEP 950 (remove_files) COMPLETE
75482025-08-12T21:44:17.690Z[ recovery-image] Aug 12 21:44:16.566 INFO O| Aug 12 21:44:16.566 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492025-08-12T21:44:17.701Z[ recovery-image] Aug 12 21:44:16.581 INFO O| Aug 12 21:44:16.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
75502025-08-12T21:44:17.701Z[ recovery-image] Aug 12 21:44:16.581 INFO O| Aug 12 21:44:16.581 INFO STEP 951 (remove_files) COMPLETE
75512025-08-12T21:44:17.701Z[ recovery-image] Aug 12 21:44:16.581 INFO O| Aug 12 21:44:16.581 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522025-08-12T21:44:17.716Z[ recovery-image] Aug 12 21:44:16.596 INFO O| Aug 12 21:44:16.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
75532025-08-12T21:44:17.716Z[ recovery-image] Aug 12 21:44:16.596 INFO O| Aug 12 21:44:16.596 INFO STEP 952 (remove_files) COMPLETE
75542025-08-12T21:44:17.719Z[ recovery-image] Aug 12 21:44:16.596 INFO O| Aug 12 21:44:16.596 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552025-08-12T21:44:17.731Z[ recovery-image] Aug 12 21:44:16.611 INFO O| Aug 12 21:44:16.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
75562025-08-12T21:44:17.731Z[ recovery-image] Aug 12 21:44:16.611 INFO O| Aug 12 21:44:16.611 INFO STEP 953 (remove_files) COMPLETE
75572025-08-12T21:44:17.734Z[ recovery-image] Aug 12 21:44:16.611 INFO O| Aug 12 21:44:16.611 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582025-08-12T21:44:17.745Z[ recovery-image] Aug 12 21:44:16.626 INFO O| Aug 12 21:44:16.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
75592025-08-12T21:44:17.745Z[ recovery-image] Aug 12 21:44:16.626 INFO O| Aug 12 21:44:16.626 INFO STEP 954 (remove_files) COMPLETE
75602025-08-12T21:44:17.749Z[ recovery-image] Aug 12 21:44:16.626 INFO O| Aug 12 21:44:16.626 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612025-08-12T21:44:17.760Z[ recovery-image] Aug 12 21:44:16.641 INFO O| Aug 12 21:44:16.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
75622025-08-12T21:44:17.760Z[ recovery-image] Aug 12 21:44:16.641 INFO O| Aug 12 21:44:16.641 INFO STEP 955 (remove_files) COMPLETE
75632025-08-12T21:44:17.760Z[ recovery-image] Aug 12 21:44:16.641 INFO O| Aug 12 21:44:16.641 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642025-08-12T21:44:17.775Z[ recovery-image] Aug 12 21:44:16.655 INFO O| Aug 12 21:44:16.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
75652025-08-12T21:44:17.775Z[ recovery-image] Aug 12 21:44:16.655 INFO O| Aug 12 21:44:16.655 INFO STEP 956 (remove_files) COMPLETE
75662025-08-12T21:44:17.779Z[ recovery-image] Aug 12 21:44:16.655 INFO O| Aug 12 21:44:16.655 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672025-08-12T21:44:17.790Z[ recovery-image] Aug 12 21:44:16.669 INFO O| Aug 12 21:44:16.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
75682025-08-12T21:44:17.790Z[ recovery-image] Aug 12 21:44:16.669 INFO O| Aug 12 21:44:16.669 INFO STEP 957 (remove_files) COMPLETE
75692025-08-12T21:44:17.795Z[ recovery-image] Aug 12 21:44:16.669 INFO O| Aug 12 21:44:16.669 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702025-08-12T21:44:17.803Z[ recovery-image] Aug 12 21:44:16.683 INFO O| Aug 12 21:44:16.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
75712025-08-12T21:44:17.803Z[ recovery-image] Aug 12 21:44:16.684 INFO O| Aug 12 21:44:16.684 INFO STEP 958 (remove_files) COMPLETE
75722025-08-12T21:44:17.803Z[ recovery-image] Aug 12 21:44:16.684 INFO O| Aug 12 21:44:16.684 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732025-08-12T21:44:17.818Z[ recovery-image] Aug 12 21:44:16.698 INFO O| Aug 12 21:44:16.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
75742025-08-12T21:44:17.818Z[ recovery-image] Aug 12 21:44:16.699 INFO O| Aug 12 21:44:16.699 INFO STEP 959 (remove_files) COMPLETE
75752025-08-12T21:44:17.818Z[ recovery-image] Aug 12 21:44:16.699 INFO O| Aug 12 21:44:16.699 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762025-08-12T21:44:17.832Z[ recovery-image] Aug 12 21:44:16.713 INFO O| Aug 12 21:44:16.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
75772025-08-12T21:44:17.832Z[ recovery-image] Aug 12 21:44:16.713 INFO O| Aug 12 21:44:16.713 INFO STEP 960 (remove_files) COMPLETE
75782025-08-12T21:44:17.833Z[ recovery-image] Aug 12 21:44:16.713 INFO O| Aug 12 21:44:16.713 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792025-08-12T21:44:17.848Z[ recovery-image] Aug 12 21:44:16.728 INFO O| Aug 12 21:44:16.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
75802025-08-12T21:44:17.848Z[ recovery-image] Aug 12 21:44:16.728 INFO O| Aug 12 21:44:16.728 INFO STEP 961 (remove_files) COMPLETE
75812025-08-12T21:44:17.851Z[ recovery-image] Aug 12 21:44:16.728 INFO O| Aug 12 21:44:16.728 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822025-08-12T21:44:17.864Z[ recovery-image] Aug 12 21:44:16.744 INFO O| Aug 12 21:44:16.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
75832025-08-12T21:44:17.864Z[ recovery-image] Aug 12 21:44:16.744 INFO O| Aug 12 21:44:16.744 INFO STEP 962 (remove_files) COMPLETE
75842025-08-12T21:44:17.864Z[ recovery-image] Aug 12 21:44:16.744 INFO O| Aug 12 21:44:16.744 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852025-08-12T21:44:17.879Z[ recovery-image] Aug 12 21:44:16.759 INFO O| Aug 12 21:44:16.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
75862025-08-12T21:44:17.879Z[ recovery-image] Aug 12 21:44:16.759 INFO O| Aug 12 21:44:16.759 INFO STEP 963 (remove_files) COMPLETE
75872025-08-12T21:44:17.882Z[ recovery-image] Aug 12 21:44:16.759 INFO O| Aug 12 21:44:16.759 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882025-08-12T21:44:17.893Z[ recovery-image] Aug 12 21:44:16.774 INFO O| Aug 12 21:44:16.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
75892025-08-12T21:44:17.893Z[ recovery-image] Aug 12 21:44:16.774 INFO O| Aug 12 21:44:16.774 INFO STEP 964 (remove_files) COMPLETE
75902025-08-12T21:44:17.897Z[ recovery-image] Aug 12 21:44:16.774 INFO O| Aug 12 21:44:16.774 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912025-08-12T21:44:17.908Z[ recovery-image] Aug 12 21:44:16.788 INFO O| Aug 12 21:44:16.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
75922025-08-12T21:44:17.912Z[ recovery-image] Aug 12 21:44:16.789 INFO O| Aug 12 21:44:16.789 INFO STEP 965 (remove_files) COMPLETE
75932025-08-12T21:44:17.912Z[ recovery-image] Aug 12 21:44:16.789 INFO O| Aug 12 21:44:16.789 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942025-08-12T21:44:17.926Z[ recovery-image] Aug 12 21:44:16.805 INFO O| Aug 12 21:44:16.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
75952025-08-12T21:44:17.926Z[ recovery-image] Aug 12 21:44:16.805 INFO O| Aug 12 21:44:16.805 INFO STEP 966 (remove_files) COMPLETE
75962025-08-12T21:44:17.926Z[ recovery-image] Aug 12 21:44:16.805 INFO O| Aug 12 21:44:16.805 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972025-08-12T21:44:17.940Z[ recovery-image] Aug 12 21:44:16.820 INFO O| Aug 12 21:44:16.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
75982025-08-12T21:44:17.940Z[ recovery-image] Aug 12 21:44:16.820 INFO O| Aug 12 21:44:16.820 INFO STEP 967 (remove_files) COMPLETE
75992025-08-12T21:44:17.944Z[ recovery-image] Aug 12 21:44:16.820 INFO O| Aug 12 21:44:16.820 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002025-08-12T21:44:17.953Z[ recovery-image] Aug 12 21:44:16.834 INFO O| Aug 12 21:44:16.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
76012025-08-12T21:44:17.953Z[ recovery-image] Aug 12 21:44:16.834 INFO O| Aug 12 21:44:16.834 INFO STEP 968 (remove_files) COMPLETE
76022025-08-12T21:44:17.953Z[ recovery-image] Aug 12 21:44:16.834 INFO O| Aug 12 21:44:16.834 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032025-08-12T21:44:17.967Z[ recovery-image] Aug 12 21:44:16.847 INFO O| Aug 12 21:44:16.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
76042025-08-12T21:44:17.967Z[ recovery-image] Aug 12 21:44:16.847 INFO O| Aug 12 21:44:16.847 INFO STEP 969 (remove_files) COMPLETE
76052025-08-12T21:44:17.970Z[ recovery-image] Aug 12 21:44:16.847 INFO O| Aug 12 21:44:16.847 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062025-08-12T21:44:17.980Z[ recovery-image] Aug 12 21:44:16.860 INFO O| Aug 12 21:44:16.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
76072025-08-12T21:44:17.980Z[ recovery-image] Aug 12 21:44:16.860 INFO O| Aug 12 21:44:16.860 INFO STEP 970 (remove_files) COMPLETE
76082025-08-12T21:44:17.984Z[ recovery-image] Aug 12 21:44:16.860 INFO O| Aug 12 21:44:16.860 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092025-08-12T21:44:17.994Z[ recovery-image] Aug 12 21:44:16.874 INFO O| Aug 12 21:44:16.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
76102025-08-12T21:44:17.994Z[ recovery-image] Aug 12 21:44:16.874 INFO O| Aug 12 21:44:16.874 INFO STEP 971 (remove_files) COMPLETE
76112025-08-12T21:44:17.994Z[ recovery-image] Aug 12 21:44:16.874 INFO O| Aug 12 21:44:16.874 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122025-08-12T21:44:18.007Z[ recovery-image] Aug 12 21:44:16.887 INFO O| Aug 12 21:44:16.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
76132025-08-12T21:44:18.007Z[ recovery-image] Aug 12 21:44:16.888 INFO O| Aug 12 21:44:16.887 INFO STEP 972 (remove_files) COMPLETE
76142025-08-12T21:44:18.010Z[ recovery-image] Aug 12 21:44:16.888 INFO O| Aug 12 21:44:16.887 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152025-08-12T21:44:18.021Z[ recovery-image] Aug 12 21:44:16.901 INFO O| Aug 12 21:44:16.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
76162025-08-12T21:44:18.021Z[ recovery-image] Aug 12 21:44:16.901 INFO O| Aug 12 21:44:16.901 INFO STEP 973 (remove_files) COMPLETE
76172025-08-12T21:44:18.021Z[ recovery-image] Aug 12 21:44:16.901 INFO O| Aug 12 21:44:16.901 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182025-08-12T21:44:18.035Z[ recovery-image] Aug 12 21:44:16.915 INFO O| Aug 12 21:44:16.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
76192025-08-12T21:44:18.035Z[ recovery-image] Aug 12 21:44:16.915 INFO O| Aug 12 21:44:16.915 INFO STEP 974 (remove_files) COMPLETE
76202025-08-12T21:44:18.035Z[ recovery-image] Aug 12 21:44:16.915 INFO O| Aug 12 21:44:16.915 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212025-08-12T21:44:18.049Z[ recovery-image] Aug 12 21:44:16.929 INFO O| Aug 12 21:44:16.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
76222025-08-12T21:44:18.049Z[ recovery-image] Aug 12 21:44:16.929 INFO O| Aug 12 21:44:16.929 INFO STEP 975 (remove_files) COMPLETE
76232025-08-12T21:44:18.049Z[ recovery-image] Aug 12 21:44:16.929 INFO O| Aug 12 21:44:16.929 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242025-08-12T21:44:18.063Z[ recovery-image] Aug 12 21:44:16.943 INFO O| Aug 12 21:44:16.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
76252025-08-12T21:44:18.063Z[ recovery-image] Aug 12 21:44:16.943 INFO O| Aug 12 21:44:16.943 INFO STEP 976 (remove_files) COMPLETE
76262025-08-12T21:44:18.066Z[ recovery-image] Aug 12 21:44:16.943 INFO O| Aug 12 21:44:16.943 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272025-08-12T21:44:18.077Z[ recovery-image] Aug 12 21:44:16.957 INFO O| Aug 12 21:44:16.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
76282025-08-12T21:44:18.077Z[ recovery-image] Aug 12 21:44:16.957 INFO O| Aug 12 21:44:16.957 INFO STEP 977 (remove_files) COMPLETE
76292025-08-12T21:44:18.078Z[ recovery-image] Aug 12 21:44:16.957 INFO O| Aug 12 21:44:16.957 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302025-08-12T21:44:18.091Z[ recovery-image] Aug 12 21:44:16.971 INFO O| Aug 12 21:44:16.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
76312025-08-12T21:44:18.091Z[ recovery-image] Aug 12 21:44:16.971 INFO O| Aug 12 21:44:16.971 INFO STEP 978 (remove_files) COMPLETE
76322025-08-12T21:44:18.091Z[ recovery-image] Aug 12 21:44:16.971 INFO O| Aug 12 21:44:16.971 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332025-08-12T21:44:18.104Z[ recovery-image] Aug 12 21:44:16.984 INFO O| Aug 12 21:44:16.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
76342025-08-12T21:44:18.104Z[ recovery-image] Aug 12 21:44:16.984 INFO O| Aug 12 21:44:16.984 INFO STEP 979 (remove_files) COMPLETE
76352025-08-12T21:44:18.104Z[ recovery-image] Aug 12 21:44:16.984 INFO O| Aug 12 21:44:16.984 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362025-08-12T21:44:18.118Z[ recovery-image] Aug 12 21:44:16.997 INFO O| Aug 12 21:44:16.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
76372025-08-12T21:44:18.118Z[ recovery-image] Aug 12 21:44:16.997 INFO O| Aug 12 21:44:16.997 INFO STEP 980 (remove_files) COMPLETE
76382025-08-12T21:44:18.123Z[ recovery-image] Aug 12 21:44:16.997 INFO O| Aug 12 21:44:16.997 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392025-08-12T21:44:18.132Z[ recovery-image] Aug 12 21:44:17.012 INFO O| Aug 12 21:44:17.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
76402025-08-12T21:44:18.132Z[ recovery-image] Aug 12 21:44:17.012 INFO O| Aug 12 21:44:17.012 INFO STEP 981 (remove_files) COMPLETE
76412025-08-12T21:44:18.132Z[ recovery-image] Aug 12 21:44:17.012 INFO O| Aug 12 21:44:17.012 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422025-08-12T21:44:18.146Z[ recovery-image] Aug 12 21:44:17.026 INFO O| Aug 12 21:44:17.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
76432025-08-12T21:44:18.150Z[ recovery-image] Aug 12 21:44:17.026 INFO O| Aug 12 21:44:17.026 INFO STEP 982 (remove_files) COMPLETE
76442025-08-12T21:44:18.151Z[ recovery-image] Aug 12 21:44:17.026 INFO O| Aug 12 21:44:17.026 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452025-08-12T21:44:18.159Z[ recovery-image] Aug 12 21:44:17.039 INFO O| Aug 12 21:44:17.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
76462025-08-12T21:44:18.160Z[ recovery-image] Aug 12 21:44:17.039 INFO O| Aug 12 21:44:17.039 INFO STEP 983 (remove_files) COMPLETE
76472025-08-12T21:44:18.160Z[ recovery-image] Aug 12 21:44:17.039 INFO O| Aug 12 21:44:17.039 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482025-08-12T21:44:18.173Z[ recovery-image] Aug 12 21:44:17.053 INFO O| Aug 12 21:44:17.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
76492025-08-12T21:44:18.174Z[ recovery-image] Aug 12 21:44:17.053 INFO O| Aug 12 21:44:17.053 INFO STEP 984 (remove_files) COMPLETE
76502025-08-12T21:44:18.178Z[ recovery-image] Aug 12 21:44:17.053 INFO O| Aug 12 21:44:17.053 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512025-08-12T21:44:18.187Z[ recovery-image] Aug 12 21:44:17.067 INFO O| Aug 12 21:44:17.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
76522025-08-12T21:44:18.187Z[ recovery-image] Aug 12 21:44:17.067 INFO O| Aug 12 21:44:17.067 INFO STEP 985 (remove_files) COMPLETE
76532025-08-12T21:44:18.187Z[ recovery-image] Aug 12 21:44:17.067 INFO O| Aug 12 21:44:17.067 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542025-08-12T21:44:18.201Z[ recovery-image] Aug 12 21:44:17.081 INFO O| Aug 12 21:44:17.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
76552025-08-12T21:44:18.202Z[ recovery-image] Aug 12 21:44:17.081 INFO O| Aug 12 21:44:17.081 INFO STEP 986 (remove_files) COMPLETE
76562025-08-12T21:44:18.205Z[ recovery-image] Aug 12 21:44:17.081 INFO O| Aug 12 21:44:17.081 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572025-08-12T21:44:18.214Z[ recovery-image] Aug 12 21:44:17.094 INFO O| Aug 12 21:44:17.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
76582025-08-12T21:44:18.214Z[ recovery-image] Aug 12 21:44:17.094 INFO O| Aug 12 21:44:17.094 INFO STEP 987 (remove_files) COMPLETE
76592025-08-12T21:44:18.214Z[ recovery-image] Aug 12 21:44:17.094 INFO O| Aug 12 21:44:17.094 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602025-08-12T21:44:18.228Z[ recovery-image] Aug 12 21:44:17.108 INFO O| Aug 12 21:44:17.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
76612025-08-12T21:44:18.228Z[ recovery-image] Aug 12 21:44:17.108 INFO O| Aug 12 21:44:17.108 INFO STEP 988 (remove_files) COMPLETE
76622025-08-12T21:44:18.228Z[ recovery-image] Aug 12 21:44:17.108 INFO O| Aug 12 21:44:17.108 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632025-08-12T21:44:18.255Z[ recovery-image] Aug 12 21:44:17.134 INFO O| Aug 12 21:44:17.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
76642025-08-12T21:44:18.258Z[ recovery-image] Aug 12 21:44:17.135 INFO O| Aug 12 21:44:17.135 INFO STEP 989 (remove_files) COMPLETE
76652025-08-12T21:44:18.258Z[ recovery-image] Aug 12 21:44:17.135 INFO O| Aug 12 21:44:17.135 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662025-08-12T21:44:18.269Z[ recovery-image] Aug 12 21:44:17.149 INFO O| Aug 12 21:44:17.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
76672025-08-12T21:44:18.269Z[ recovery-image] Aug 12 21:44:17.149 INFO O| Aug 12 21:44:17.149 INFO STEP 990 (remove_files) COMPLETE
76682025-08-12T21:44:18.269Z[ recovery-image] Aug 12 21:44:17.149 INFO O| Aug 12 21:44:17.149 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692025-08-12T21:44:18.283Z[ recovery-image] Aug 12 21:44:17.163 INFO O| Aug 12 21:44:17.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
76702025-08-12T21:44:18.283Z[ recovery-image] Aug 12 21:44:17.163 INFO O| Aug 12 21:44:17.163 INFO STEP 991 (remove_files) COMPLETE
76712025-08-12T21:44:18.287Z[ recovery-image] Aug 12 21:44:17.163 INFO O| Aug 12 21:44:17.163 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722025-08-12T21:44:18.296Z[ recovery-image] Aug 12 21:44:17.176 INFO O| Aug 12 21:44:17.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
76732025-08-12T21:44:18.296Z[ recovery-image] Aug 12 21:44:17.176 INFO O| Aug 12 21:44:17.176 INFO STEP 992 (remove_files) COMPLETE
76742025-08-12T21:44:18.296Z[ recovery-image] Aug 12 21:44:17.176 INFO O| Aug 12 21:44:17.176 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752025-08-12T21:44:18.310Z[ recovery-image] Aug 12 21:44:17.191 INFO O| Aug 12 21:44:17.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
76762025-08-12T21:44:18.310Z[ recovery-image] Aug 12 21:44:17.191 INFO O| Aug 12 21:44:17.191 INFO STEP 993 (remove_files) COMPLETE
76772025-08-12T21:44:18.310Z[ recovery-image] Aug 12 21:44:17.191 INFO O| Aug 12 21:44:17.191 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782025-08-12T21:44:18.325Z[ recovery-image] Aug 12 21:44:17.205 INFO O| Aug 12 21:44:17.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
76792025-08-12T21:44:18.326Z[ recovery-image] Aug 12 21:44:17.206 INFO O| Aug 12 21:44:17.206 INFO STEP 994 (remove_files) COMPLETE
76802025-08-12T21:44:18.326Z[ recovery-image] Aug 12 21:44:17.206 INFO O| Aug 12 21:44:17.206 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812025-08-12T21:44:18.340Z[ recovery-image] Aug 12 21:44:17.220 INFO O| Aug 12 21:44:17.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
76822025-08-12T21:44:18.340Z[ recovery-image] Aug 12 21:44:17.220 INFO O| Aug 12 21:44:17.220 INFO STEP 995 (remove_files) COMPLETE
76832025-08-12T21:44:18.340Z[ recovery-image] Aug 12 21:44:17.220 INFO O| Aug 12 21:44:17.220 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842025-08-12T21:44:18.355Z[ recovery-image] Aug 12 21:44:17.235 INFO O| Aug 12 21:44:17.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
76852025-08-12T21:44:18.355Z[ recovery-image] Aug 12 21:44:17.235 INFO O| Aug 12 21:44:17.235 INFO STEP 996 (remove_files) COMPLETE
76862025-08-12T21:44:18.355Z[ recovery-image] Aug 12 21:44:17.235 INFO O| Aug 12 21:44:17.235 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872025-08-12T21:44:18.369Z[ recovery-image] Aug 12 21:44:17.250 INFO O| Aug 12 21:44:17.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
76882025-08-12T21:44:18.369Z[ recovery-image] Aug 12 21:44:17.250 INFO O| Aug 12 21:44:17.250 INFO STEP 997 (remove_files) COMPLETE
76892025-08-12T21:44:18.373Z[ recovery-image] Aug 12 21:44:17.250 INFO O| Aug 12 21:44:17.250 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902025-08-12T21:44:18.384Z[ recovery-image] Aug 12 21:44:17.264 INFO O| Aug 12 21:44:17.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
76912025-08-12T21:44:18.384Z[ recovery-image] Aug 12 21:44:17.265 INFO O| Aug 12 21:44:17.265 INFO STEP 998 (remove_files) COMPLETE
76922025-08-12T21:44:18.384Z[ recovery-image] Aug 12 21:44:17.265 INFO O| Aug 12 21:44:17.265 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932025-08-12T21:44:18.399Z[ recovery-image] Aug 12 21:44:17.279 INFO O| Aug 12 21:44:17.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
76942025-08-12T21:44:18.399Z[ recovery-image] Aug 12 21:44:17.279 INFO O| Aug 12 21:44:17.279 INFO STEP 999 (remove_files) COMPLETE
76952025-08-12T21:44:18.399Z[ recovery-image] Aug 12 21:44:17.279 INFO O| Aug 12 21:44:17.279 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962025-08-12T21:44:18.414Z[ recovery-image] Aug 12 21:44:17.294 INFO O| Aug 12 21:44:17.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
76972025-08-12T21:44:18.414Z[ recovery-image] Aug 12 21:44:17.294 INFO O| Aug 12 21:44:17.294 INFO STEP 1000 (remove_files) COMPLETE
76982025-08-12T21:44:18.414Z[ recovery-image] Aug 12 21:44:17.294 INFO O| Aug 12 21:44:17.294 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992025-08-12T21:44:18.428Z[ recovery-image] Aug 12 21:44:17.308 INFO O| Aug 12 21:44:17.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
77002025-08-12T21:44:18.428Z[ recovery-image] Aug 12 21:44:17.308 INFO O| Aug 12 21:44:17.308 INFO STEP 1001 (remove_files) COMPLETE
77012025-08-12T21:44:18.428Z[ recovery-image] Aug 12 21:44:17.308 INFO O| Aug 12 21:44:17.308 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022025-08-12T21:44:18.443Z[ recovery-image] Aug 12 21:44:17.323 INFO O| Aug 12 21:44:17.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
77032025-08-12T21:44:18.443Z[ recovery-image] Aug 12 21:44:17.323 INFO O| Aug 12 21:44:17.323 INFO STEP 1002 (remove_files) COMPLETE
77042025-08-12T21:44:18.443Z[ recovery-image] Aug 12 21:44:17.323 INFO O| Aug 12 21:44:17.323 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052025-08-12T21:44:18.458Z[ recovery-image] Aug 12 21:44:17.338 INFO O| Aug 12 21:44:17.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
77062025-08-12T21:44:18.459Z[ recovery-image] Aug 12 21:44:17.338 INFO O| Aug 12 21:44:17.338 INFO STEP 1003 (remove_files) COMPLETE
77072025-08-12T21:44:18.459Z[ recovery-image] Aug 12 21:44:17.338 INFO O| Aug 12 21:44:17.338 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082025-08-12T21:44:18.472Z[ recovery-image] Aug 12 21:44:17.352 INFO O| Aug 12 21:44:17.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
77092025-08-12T21:44:18.472Z[ recovery-image] Aug 12 21:44:17.353 INFO O| Aug 12 21:44:17.352 INFO STEP 1004 (remove_files) COMPLETE
77102025-08-12T21:44:18.472Z[ recovery-image] Aug 12 21:44:17.353 INFO O| Aug 12 21:44:17.353 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112025-08-12T21:44:18.486Z[ recovery-image] Aug 12 21:44:17.367 INFO O| Aug 12 21:44:17.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
77122025-08-12T21:44:18.486Z[ recovery-image] Aug 12 21:44:17.367 INFO O| Aug 12 21:44:17.367 INFO STEP 1005 (remove_files) COMPLETE
77132025-08-12T21:44:18.487Z[ recovery-image] Aug 12 21:44:17.367 INFO O| Aug 12 21:44:17.367 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142025-08-12T21:44:18.501Z[ recovery-image] Aug 12 21:44:17.381 INFO O| Aug 12 21:44:17.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
77152025-08-12T21:44:18.501Z[ recovery-image] Aug 12 21:44:17.381 INFO O| Aug 12 21:44:17.381 INFO STEP 1006 (remove_files) COMPLETE
77162025-08-12T21:44:18.505Z[ recovery-image] Aug 12 21:44:17.381 INFO O| Aug 12 21:44:17.381 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172025-08-12T21:44:18.518Z[ recovery-image] Aug 12 21:44:17.396 INFO O| Aug 12 21:44:17.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
77182025-08-12T21:44:18.518Z[ recovery-image] Aug 12 21:44:17.396 INFO O| Aug 12 21:44:17.396 INFO STEP 1007 (remove_files) COMPLETE
77192025-08-12T21:44:18.518Z[ recovery-image] Aug 12 21:44:17.396 INFO O| Aug 12 21:44:17.396 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202025-08-12T21:44:18.531Z[ recovery-image] Aug 12 21:44:17.411 INFO O| Aug 12 21:44:17.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
77212025-08-12T21:44:18.532Z[ recovery-image] Aug 12 21:44:17.411 INFO O| Aug 12 21:44:17.411 INFO STEP 1008 (remove_files) COMPLETE
77222025-08-12T21:44:18.535Z[ recovery-image] Aug 12 21:44:17.411 INFO O| Aug 12 21:44:17.411 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232025-08-12T21:44:18.544Z[ recovery-image] Aug 12 21:44:17.424 INFO O| Aug 12 21:44:17.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
77242025-08-12T21:44:18.544Z[ recovery-image] Aug 12 21:44:17.424 INFO O| Aug 12 21:44:17.424 INFO STEP 1009 (remove_files) COMPLETE
77252025-08-12T21:44:18.544Z[ recovery-image] Aug 12 21:44:17.424 INFO O| Aug 12 21:44:17.424 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262025-08-12T21:44:18.557Z[ recovery-image] Aug 12 21:44:17.437 INFO O| Aug 12 21:44:17.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
77272025-08-12T21:44:18.557Z[ recovery-image] Aug 12 21:44:17.437 INFO O| Aug 12 21:44:17.437 INFO STEP 1010 (remove_files) COMPLETE
77282025-08-12T21:44:18.558Z[ recovery-image] Aug 12 21:44:17.437 INFO O| Aug 12 21:44:17.437 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292025-08-12T21:44:18.572Z[ recovery-image] Aug 12 21:44:17.451 INFO O| Aug 12 21:44:17.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
77302025-08-12T21:44:18.575Z[ recovery-image] Aug 12 21:44:17.451 INFO O| Aug 12 21:44:17.451 INFO STEP 1011 (remove_files) COMPLETE
77312025-08-12T21:44:18.575Z[ recovery-image] Aug 12 21:44:17.451 INFO O| Aug 12 21:44:17.451 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322025-08-12T21:44:18.585Z[ recovery-image] Aug 12 21:44:17.465 INFO O| Aug 12 21:44:17.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
77332025-08-12T21:44:18.585Z[ recovery-image] Aug 12 21:44:17.465 INFO O| Aug 12 21:44:17.465 INFO STEP 1012 (remove_files) COMPLETE
77342025-08-12T21:44:18.588Z[ recovery-image] Aug 12 21:44:17.465 INFO O| Aug 12 21:44:17.465 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352025-08-12T21:44:18.598Z[ recovery-image] Aug 12 21:44:17.478 INFO O| Aug 12 21:44:17.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
77362025-08-12T21:44:18.598Z[ recovery-image] Aug 12 21:44:17.479 INFO O| Aug 12 21:44:17.479 INFO STEP 1013 (remove_files) COMPLETE
77372025-08-12T21:44:18.598Z[ recovery-image] Aug 12 21:44:17.479 INFO O| Aug 12 21:44:17.479 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382025-08-12T21:44:18.613Z[ recovery-image] Aug 12 21:44:17.493 INFO O| Aug 12 21:44:17.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
77392025-08-12T21:44:18.613Z[ recovery-image] Aug 12 21:44:17.493 INFO O| Aug 12 21:44:17.493 INFO STEP 1014 (remove_files) COMPLETE
77402025-08-12T21:44:18.613Z[ recovery-image] Aug 12 21:44:17.493 INFO O| Aug 12 21:44:17.493 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412025-08-12T21:44:18.628Z[ recovery-image] Aug 12 21:44:17.508 INFO O| Aug 12 21:44:17.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
77422025-08-12T21:44:18.628Z[ recovery-image] Aug 12 21:44:17.508 INFO O| Aug 12 21:44:17.508 INFO STEP 1015 (remove_files) COMPLETE
77432025-08-12T21:44:18.631Z[ recovery-image] Aug 12 21:44:17.508 INFO O| Aug 12 21:44:17.508 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442025-08-12T21:44:18.642Z[ recovery-image] Aug 12 21:44:17.522 INFO O| Aug 12 21:44:17.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
77452025-08-12T21:44:18.642Z[ recovery-image] Aug 12 21:44:17.522 INFO O| Aug 12 21:44:17.522 INFO STEP 1016 (remove_files) COMPLETE
77462025-08-12T21:44:18.645Z[ recovery-image] Aug 12 21:44:17.522 INFO O| Aug 12 21:44:17.522 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472025-08-12T21:44:18.658Z[ recovery-image] Aug 12 21:44:17.537 INFO O| Aug 12 21:44:17.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
77482025-08-12T21:44:18.658Z[ recovery-image] Aug 12 21:44:17.537 INFO O| Aug 12 21:44:17.537 INFO STEP 1017 (remove_files) COMPLETE
77492025-08-12T21:44:18.658Z[ recovery-image] Aug 12 21:44:17.537 INFO O| Aug 12 21:44:17.537 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502025-08-12T21:44:18.671Z[ recovery-image] Aug 12 21:44:17.551 INFO O| Aug 12 21:44:17.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
77512025-08-12T21:44:18.671Z[ recovery-image] Aug 12 21:44:17.551 INFO O| Aug 12 21:44:17.551 INFO STEP 1018 (remove_files) COMPLETE
77522025-08-12T21:44:18.671Z[ recovery-image] Aug 12 21:44:17.551 INFO O| Aug 12 21:44:17.551 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532025-08-12T21:44:18.686Z[ recovery-image] Aug 12 21:44:17.566 INFO O| Aug 12 21:44:17.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
77542025-08-12T21:44:18.686Z[ recovery-image] Aug 12 21:44:17.566 INFO O| Aug 12 21:44:17.566 INFO STEP 1019 (remove_files) COMPLETE
77552025-08-12T21:44:18.686Z[ recovery-image] Aug 12 21:44:17.566 INFO O| Aug 12 21:44:17.566 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562025-08-12T21:44:18.701Z[ recovery-image] Aug 12 21:44:17.582 INFO O| Aug 12 21:44:17.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
77572025-08-12T21:44:18.701Z[ recovery-image] Aug 12 21:44:17.582 INFO O| Aug 12 21:44:17.582 INFO STEP 1020 (remove_files) COMPLETE
77582025-08-12T21:44:18.701Z[ recovery-image] Aug 12 21:44:17.582 INFO O| Aug 12 21:44:17.582 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592025-08-12T21:44:18.716Z[ recovery-image] Aug 12 21:44:17.596 INFO O| Aug 12 21:44:17.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
77602025-08-12T21:44:18.716Z[ recovery-image] Aug 12 21:44:17.596 INFO O| Aug 12 21:44:17.596 INFO STEP 1021 (remove_files) COMPLETE
77612025-08-12T21:44:18.716Z[ recovery-image] Aug 12 21:44:17.596 INFO O| Aug 12 21:44:17.596 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622025-08-12T21:44:18.730Z[ recovery-image] Aug 12 21:44:17.610 INFO O| Aug 12 21:44:17.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
77632025-08-12T21:44:18.730Z[ recovery-image] Aug 12 21:44:17.610 INFO O| Aug 12 21:44:17.610 INFO STEP 1022 (remove_files) COMPLETE
77642025-08-12T21:44:18.734Z[ recovery-image] Aug 12 21:44:17.610 INFO O| Aug 12 21:44:17.610 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652025-08-12T21:44:18.743Z[ recovery-image] Aug 12 21:44:17.624 INFO O| Aug 12 21:44:17.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
77662025-08-12T21:44:18.744Z[ recovery-image] Aug 12 21:44:17.624 INFO O| Aug 12 21:44:17.624 INFO STEP 1023 (remove_files) COMPLETE
77672025-08-12T21:44:18.744Z[ recovery-image] Aug 12 21:44:17.624 INFO O| Aug 12 21:44:17.624 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682025-08-12T21:44:18.758Z[ recovery-image] Aug 12 21:44:17.639 INFO O| Aug 12 21:44:17.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
77692025-08-12T21:44:18.762Z[ recovery-image] Aug 12 21:44:17.639 INFO O| Aug 12 21:44:17.639 INFO STEP 1024 (remove_files) COMPLETE
77702025-08-12T21:44:18.762Z[ recovery-image] Aug 12 21:44:17.639 INFO O| Aug 12 21:44:17.639 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712025-08-12T21:44:18.773Z[ recovery-image] Aug 12 21:44:17.653 INFO O| Aug 12 21:44:17.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
77722025-08-12T21:44:18.773Z[ recovery-image] Aug 12 21:44:17.653 INFO O| Aug 12 21:44:17.653 INFO STEP 1025 (remove_files) COMPLETE
77732025-08-12T21:44:18.777Z[ recovery-image] Aug 12 21:44:17.653 INFO O| Aug 12 21:44:17.653 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742025-08-12T21:44:18.788Z[ recovery-image] Aug 12 21:44:17.667 INFO O| Aug 12 21:44:17.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
77752025-08-12T21:44:18.788Z[ recovery-image] Aug 12 21:44:17.667 INFO O| Aug 12 21:44:17.667 INFO STEP 1026 (remove_files) COMPLETE
77762025-08-12T21:44:18.788Z[ recovery-image] Aug 12 21:44:17.667 INFO O| Aug 12 21:44:17.667 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772025-08-12T21:44:18.801Z[ recovery-image] Aug 12 21:44:17.681 INFO O| Aug 12 21:44:17.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
77782025-08-12T21:44:18.801Z[ recovery-image] Aug 12 21:44:17.681 INFO O| Aug 12 21:44:17.681 INFO STEP 1027 (remove_files) COMPLETE
77792025-08-12T21:44:18.801Z[ recovery-image] Aug 12 21:44:17.681 INFO O| Aug 12 21:44:17.681 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802025-08-12T21:44:18.816Z[ recovery-image] Aug 12 21:44:17.695 INFO O| Aug 12 21:44:17.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
77812025-08-12T21:44:18.816Z[ recovery-image] Aug 12 21:44:17.695 INFO O| Aug 12 21:44:17.695 INFO STEP 1028 (remove_files) COMPLETE
77822025-08-12T21:44:18.816Z[ recovery-image] Aug 12 21:44:17.695 INFO O| Aug 12 21:44:17.695 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832025-08-12T21:44:18.829Z[ recovery-image] Aug 12 21:44:17.710 INFO O| Aug 12 21:44:17.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
77842025-08-12T21:44:18.833Z[ recovery-image] Aug 12 21:44:17.710 INFO O| Aug 12 21:44:17.710 INFO STEP 1029 (remove_files) COMPLETE
77852025-08-12T21:44:18.833Z[ recovery-image] Aug 12 21:44:17.710 INFO O| Aug 12 21:44:17.710 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862025-08-12T21:44:18.844Z[ recovery-image] Aug 12 21:44:17.724 INFO O| Aug 12 21:44:17.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
77872025-08-12T21:44:18.844Z[ recovery-image] Aug 12 21:44:17.724 INFO O| Aug 12 21:44:17.724 INFO STEP 1030 (remove_files) COMPLETE
77882025-08-12T21:44:18.848Z[ recovery-image] Aug 12 21:44:17.724 INFO O| Aug 12 21:44:17.724 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892025-08-12T21:44:18.859Z[ recovery-image] Aug 12 21:44:17.739 INFO O| Aug 12 21:44:17.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
77902025-08-12T21:44:18.862Z[ recovery-image] Aug 12 21:44:17.739 INFO O| Aug 12 21:44:17.739 INFO STEP 1031 (remove_files) COMPLETE
77912025-08-12T21:44:18.862Z[ recovery-image] Aug 12 21:44:17.739 INFO O| Aug 12 21:44:17.739 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922025-08-12T21:44:18.873Z[ recovery-image] Aug 12 21:44:17.753 INFO O| Aug 12 21:44:17.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
77932025-08-12T21:44:18.873Z[ recovery-image] Aug 12 21:44:17.753 INFO O| Aug 12 21:44:17.753 INFO STEP 1032 (remove_files) COMPLETE
77942025-08-12T21:44:18.873Z[ recovery-image] Aug 12 21:44:17.753 INFO O| Aug 12 21:44:17.753 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952025-08-12T21:44:18.876Z[ host-image] Aug 12 21:44:17.756 INFO O| Aug 12 21:44:17.756 INFO O| Startup: Caching catalogs ... Done
77962025-08-12T21:44:18.888Z[ recovery-image] Aug 12 21:44:17.768 INFO O| Aug 12 21:44:17.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
77972025-08-12T21:44:18.888Z[ recovery-image] Aug 12 21:44:17.768 INFO O| Aug 12 21:44:17.768 INFO STEP 1033 (remove_files) COMPLETE
77982025-08-12T21:44:18.893Z[ recovery-image] Aug 12 21:44:17.768 INFO O| Aug 12 21:44:17.768 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992025-08-12T21:44:18.904Z[ recovery-image] Aug 12 21:44:17.784 INFO O| Aug 12 21:44:17.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
78002025-08-12T21:44:18.907Z[ recovery-image] Aug 12 21:44:17.785 INFO O| Aug 12 21:44:17.785 INFO STEP 1034 (remove_files) COMPLETE
78012025-08-12T21:44:18.907Z[ recovery-image] Aug 12 21:44:17.785 INFO O| Aug 12 21:44:17.785 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022025-08-12T21:44:18.920Z[ recovery-image] Aug 12 21:44:17.800 INFO O| Aug 12 21:44:17.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
78032025-08-12T21:44:18.920Z[ recovery-image] Aug 12 21:44:17.800 INFO O| Aug 12 21:44:17.800 INFO STEP 1035 (remove_files) COMPLETE
78042025-08-12T21:44:18.923Z[ recovery-image] Aug 12 21:44:17.800 INFO O| Aug 12 21:44:17.800 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052025-08-12T21:44:18.935Z[ recovery-image] Aug 12 21:44:17.815 INFO O| Aug 12 21:44:17.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
78062025-08-12T21:44:18.935Z[ recovery-image] Aug 12 21:44:17.815 INFO O| Aug 12 21:44:17.815 INFO STEP 1036 (remove_files) COMPLETE
78072025-08-12T21:44:18.935Z[ recovery-image] Aug 12 21:44:17.815 INFO O| Aug 12 21:44:17.815 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082025-08-12T21:44:18.950Z[ recovery-image] Aug 12 21:44:17.829 INFO O| Aug 12 21:44:17.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
78092025-08-12T21:44:18.950Z[ recovery-image] Aug 12 21:44:17.830 INFO O| Aug 12 21:44:17.830 INFO STEP 1037 (remove_files) COMPLETE
78102025-08-12T21:44:18.950Z[ recovery-image] Aug 12 21:44:17.830 INFO O| Aug 12 21:44:17.830 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112025-08-12T21:44:18.965Z[ recovery-image] Aug 12 21:44:17.845 INFO O| Aug 12 21:44:17.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
78122025-08-12T21:44:18.965Z[ recovery-image] Aug 12 21:44:17.845 INFO O| Aug 12 21:44:17.845 INFO STEP 1038 (remove_files) COMPLETE
78132025-08-12T21:44:18.965Z[ recovery-image] Aug 12 21:44:17.845 INFO O| Aug 12 21:44:17.845 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142025-08-12T21:44:18.980Z[ recovery-image] Aug 12 21:44:17.860 INFO O| Aug 12 21:44:17.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
78152025-08-12T21:44:18.980Z[ recovery-image] Aug 12 21:44:17.860 INFO O| Aug 12 21:44:17.860 INFO STEP 1039 (remove_files) COMPLETE
78162025-08-12T21:44:18.980Z[ recovery-image] Aug 12 21:44:17.860 INFO O| Aug 12 21:44:17.860 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172025-08-12T21:44:18.995Z[ recovery-image] Aug 12 21:44:17.875 INFO O| Aug 12 21:44:17.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
78182025-08-12T21:44:18.995Z[ recovery-image] Aug 12 21:44:17.875 INFO O| Aug 12 21:44:17.875 INFO STEP 1040 (remove_files) COMPLETE
78192025-08-12T21:44:18.995Z[ recovery-image] Aug 12 21:44:17.875 INFO O| Aug 12 21:44:17.875 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202025-08-12T21:44:19.010Z[ recovery-image] Aug 12 21:44:17.890 INFO O| Aug 12 21:44:17.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
78212025-08-12T21:44:19.010Z[ recovery-image] Aug 12 21:44:17.890 INFO O| Aug 12 21:44:17.890 INFO STEP 1041 (remove_files) COMPLETE
78222025-08-12T21:44:19.010Z[ recovery-image] Aug 12 21:44:17.890 INFO O| Aug 12 21:44:17.890 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232025-08-12T21:44:19.026Z[ recovery-image] Aug 12 21:44:17.906 INFO O| Aug 12 21:44:17.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
78242025-08-12T21:44:19.026Z[ recovery-image] Aug 12 21:44:17.906 INFO O| Aug 12 21:44:17.906 INFO STEP 1042 (remove_files) COMPLETE
78252025-08-12T21:44:19.030Z[ recovery-image] Aug 12 21:44:17.906 INFO O| Aug 12 21:44:17.906 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262025-08-12T21:44:19.041Z[ recovery-image] Aug 12 21:44:17.921 INFO O| Aug 12 21:44:17.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
78272025-08-12T21:44:19.042Z[ recovery-image] Aug 12 21:44:17.921 INFO O| Aug 12 21:44:17.921 INFO STEP 1043 (remove_files) COMPLETE
78282025-08-12T21:44:19.042Z[ recovery-image] Aug 12 21:44:17.921 INFO O| Aug 12 21:44:17.921 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292025-08-12T21:44:19.056Z[ recovery-image] Aug 12 21:44:17.936 INFO O| Aug 12 21:44:17.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
78302025-08-12T21:44:19.056Z[ recovery-image] Aug 12 21:44:17.936 INFO O| Aug 12 21:44:17.936 INFO STEP 1044 (remove_files) COMPLETE
78312025-08-12T21:44:19.056Z[ recovery-image] Aug 12 21:44:17.936 INFO O| Aug 12 21:44:17.936 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322025-08-12T21:44:19.073Z[ recovery-image] Aug 12 21:44:17.952 INFO O| Aug 12 21:44:17.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
78332025-08-12T21:44:19.073Z[ recovery-image] Aug 12 21:44:17.953 INFO O| Aug 12 21:44:17.953 INFO STEP 1045 (remove_files) COMPLETE
78342025-08-12T21:44:19.073Z[ recovery-image] Aug 12 21:44:17.953 INFO O| Aug 12 21:44:17.953 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352025-08-12T21:44:19.091Z[ recovery-image] Aug 12 21:44:17.971 INFO O| Aug 12 21:44:17.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
78362025-08-12T21:44:19.091Z[ recovery-image] Aug 12 21:44:17.971 INFO O| Aug 12 21:44:17.971 INFO STEP 1046 (remove_files) COMPLETE
78372025-08-12T21:44:19.091Z[ recovery-image] Aug 12 21:44:17.971 INFO O| Aug 12 21:44:17.971 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382025-08-12T21:44:19.108Z[ recovery-image] Aug 12 21:44:17.988 INFO O| Aug 12 21:44:17.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
78392025-08-12T21:44:19.108Z[ recovery-image] Aug 12 21:44:17.988 INFO O| Aug 12 21:44:17.988 INFO STEP 1047 (remove_files) COMPLETE
78402025-08-12T21:44:19.108Z[ recovery-image] Aug 12 21:44:17.988 INFO O| Aug 12 21:44:17.988 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412025-08-12T21:44:19.125Z[ recovery-image] Aug 12 21:44:18.005 INFO O| Aug 12 21:44:18.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
78422025-08-12T21:44:19.125Z[ recovery-image] Aug 12 21:44:18.005 INFO O| Aug 12 21:44:18.005 INFO STEP 1048 (remove_files) COMPLETE
78432025-08-12T21:44:19.125Z[ recovery-image] Aug 12 21:44:18.005 INFO O| Aug 12 21:44:18.005 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442025-08-12T21:44:19.141Z[ recovery-image] Aug 12 21:44:18.021 INFO O| Aug 12 21:44:18.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
78452025-08-12T21:44:19.141Z[ recovery-image] Aug 12 21:44:18.021 INFO O| Aug 12 21:44:18.021 INFO STEP 1049 (remove_files) COMPLETE
78462025-08-12T21:44:19.141Z[ recovery-image] Aug 12 21:44:18.021 INFO O| Aug 12 21:44:18.021 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472025-08-12T21:44:19.157Z[ recovery-image] Aug 12 21:44:18.037 INFO O| Aug 12 21:44:18.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
78482025-08-12T21:44:19.157Z[ recovery-image] Aug 12 21:44:18.037 INFO O| Aug 12 21:44:18.037 INFO STEP 1050 (remove_files) COMPLETE
78492025-08-12T21:44:19.160Z[ recovery-image] Aug 12 21:44:18.037 INFO O| Aug 12 21:44:18.037 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502025-08-12T21:44:19.173Z[ recovery-image] Aug 12 21:44:18.053 INFO O| Aug 12 21:44:18.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
78512025-08-12T21:44:19.173Z[ recovery-image] Aug 12 21:44:18.053 INFO O| Aug 12 21:44:18.053 INFO STEP 1051 (remove_files) COMPLETE
78522025-08-12T21:44:19.177Z[ recovery-image] Aug 12 21:44:18.053 INFO O| Aug 12 21:44:18.053 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532025-08-12T21:44:19.190Z[ recovery-image] Aug 12 21:44:18.069 INFO O| Aug 12 21:44:18.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
78542025-08-12T21:44:19.190Z[ recovery-image] Aug 12 21:44:18.069 INFO O| Aug 12 21:44:18.069 INFO STEP 1052 (remove_files) COMPLETE
78552025-08-12T21:44:19.190Z[ recovery-image] Aug 12 21:44:18.069 INFO O| Aug 12 21:44:18.069 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562025-08-12T21:44:19.204Z[ recovery-image] Aug 12 21:44:18.084 INFO O| Aug 12 21:44:18.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
78572025-08-12T21:44:19.204Z[ recovery-image] Aug 12 21:44:18.084 INFO O| Aug 12 21:44:18.084 INFO STEP 1053 (remove_files) COMPLETE
78582025-08-12T21:44:19.204Z[ recovery-image] Aug 12 21:44:18.084 INFO O| Aug 12 21:44:18.084 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592025-08-12T21:44:19.220Z[ recovery-image] Aug 12 21:44:18.100 INFO O| Aug 12 21:44:18.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
78602025-08-12T21:44:19.220Z[ recovery-image] Aug 12 21:44:18.100 INFO O| Aug 12 21:44:18.100 INFO STEP 1054 (remove_files) COMPLETE
78612025-08-12T21:44:19.220Z[ recovery-image] Aug 12 21:44:18.100 INFO O| Aug 12 21:44:18.100 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622025-08-12T21:44:19.236Z[ recovery-image] Aug 12 21:44:18.116 INFO O| Aug 12 21:44:18.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
78632025-08-12T21:44:19.236Z[ recovery-image] Aug 12 21:44:18.116 INFO O| Aug 12 21:44:18.116 INFO STEP 1055 (remove_files) COMPLETE
78642025-08-12T21:44:19.236Z[ recovery-image] Aug 12 21:44:18.116 INFO O| Aug 12 21:44:18.116 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652025-08-12T21:44:19.252Z[ recovery-image] Aug 12 21:44:18.132 INFO O| Aug 12 21:44:18.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
78662025-08-12T21:44:19.252Z[ recovery-image] Aug 12 21:44:18.133 INFO O| Aug 12 21:44:18.133 INFO STEP 1056 (remove_files) COMPLETE
78672025-08-12T21:44:19.256Z[ recovery-image] Aug 12 21:44:18.133 INFO O| Aug 12 21:44:18.133 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682025-08-12T21:44:19.269Z[ recovery-image] Aug 12 21:44:18.149 INFO O| Aug 12 21:44:18.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
78692025-08-12T21:44:19.269Z[ recovery-image] Aug 12 21:44:18.149 INFO O| Aug 12 21:44:18.149 INFO STEP 1057 (remove_files) COMPLETE
78702025-08-12T21:44:19.269Z[ recovery-image] Aug 12 21:44:18.149 INFO O| Aug 12 21:44:18.149 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712025-08-12T21:44:19.284Z[ recovery-image] Aug 12 21:44:18.164 INFO O| Aug 12 21:44:18.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
78722025-08-12T21:44:19.284Z[ recovery-image] Aug 12 21:44:18.165 INFO O| Aug 12 21:44:18.164 INFO STEP 1058 (remove_files) COMPLETE
78732025-08-12T21:44:19.284Z[ recovery-image] Aug 12 21:44:18.165 INFO O| Aug 12 21:44:18.164 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742025-08-12T21:44:19.300Z[ recovery-image] Aug 12 21:44:18.180 INFO O| Aug 12 21:44:18.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
78752025-08-12T21:44:19.300Z[ recovery-image] Aug 12 21:44:18.180 INFO O| Aug 12 21:44:18.180 INFO STEP 1059 (remove_files) COMPLETE
78762025-08-12T21:44:19.304Z[ recovery-image] Aug 12 21:44:18.180 INFO O| Aug 12 21:44:18.180 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772025-08-12T21:44:19.314Z[ recovery-image] Aug 12 21:44:18.194 INFO O| Aug 12 21:44:18.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
78782025-08-12T21:44:19.318Z[ recovery-image] Aug 12 21:44:18.194 INFO O| Aug 12 21:44:18.194 INFO STEP 1060 (remove_files) COMPLETE
78792025-08-12T21:44:19.318Z[ recovery-image] Aug 12 21:44:18.194 INFO O| Aug 12 21:44:18.194 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802025-08-12T21:44:19.330Z[ recovery-image] Aug 12 21:44:18.210 INFO O| Aug 12 21:44:18.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
78812025-08-12T21:44:19.330Z[ recovery-image] Aug 12 21:44:18.210 INFO O| Aug 12 21:44:18.210 INFO STEP 1061 (remove_files) COMPLETE
78822025-08-12T21:44:19.330Z[ recovery-image] Aug 12 21:44:18.210 INFO O| Aug 12 21:44:18.210 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832025-08-12T21:44:19.349Z[ recovery-image] Aug 12 21:44:18.227 INFO O| Aug 12 21:44:18.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
78842025-08-12T21:44:19.349Z[ recovery-image] Aug 12 21:44:18.227 INFO O| Aug 12 21:44:18.227 INFO STEP 1062 (remove_files) COMPLETE
78852025-08-12T21:44:19.349Z[ recovery-image] Aug 12 21:44:18.227 INFO O| Aug 12 21:44:18.227 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862025-08-12T21:44:19.364Z[ recovery-image] Aug 12 21:44:18.244 INFO O| Aug 12 21:44:18.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
78872025-08-12T21:44:19.364Z[ recovery-image] Aug 12 21:44:18.244 INFO O| Aug 12 21:44:18.244 INFO STEP 1063 (remove_files) COMPLETE
78882025-08-12T21:44:19.367Z[ recovery-image] Aug 12 21:44:18.244 INFO O| Aug 12 21:44:18.244 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892025-08-12T21:44:19.378Z[ recovery-image] Aug 12 21:44:18.259 INFO O| Aug 12 21:44:18.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
78902025-08-12T21:44:19.379Z[ recovery-image] Aug 12 21:44:18.259 INFO O| Aug 12 21:44:18.259 INFO STEP 1064 (remove_files) COMPLETE
78912025-08-12T21:44:19.379Z[ recovery-image] Aug 12 21:44:18.259 INFO O| Aug 12 21:44:18.259 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922025-08-12T21:44:19.394Z[ recovery-image] Aug 12 21:44:18.274 INFO O| Aug 12 21:44:18.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
78932025-08-12T21:44:19.394Z[ recovery-image] Aug 12 21:44:18.274 INFO O| Aug 12 21:44:18.274 INFO STEP 1065 (remove_files) COMPLETE
78942025-08-12T21:44:19.397Z[ recovery-image] Aug 12 21:44:18.274 INFO O| Aug 12 21:44:18.274 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952025-08-12T21:44:19.409Z[ recovery-image] Aug 12 21:44:18.289 INFO O| Aug 12 21:44:18.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
78962025-08-12T21:44:19.409Z[ recovery-image] Aug 12 21:44:18.289 INFO O| Aug 12 21:44:18.289 INFO STEP 1066 (remove_files) COMPLETE
78972025-08-12T21:44:19.409Z[ recovery-image] Aug 12 21:44:18.289 INFO O| Aug 12 21:44:18.289 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982025-08-12T21:44:19.424Z[ recovery-image] Aug 12 21:44:18.304 INFO O| Aug 12 21:44:18.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
78992025-08-12T21:44:19.424Z[ recovery-image] Aug 12 21:44:18.304 INFO O| Aug 12 21:44:18.304 INFO STEP 1067 (remove_files) COMPLETE
79002025-08-12T21:44:19.424Z[ recovery-image] Aug 12 21:44:18.304 INFO O| Aug 12 21:44:18.304 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012025-08-12T21:44:19.438Z[ recovery-image] Aug 12 21:44:18.318 INFO O| Aug 12 21:44:18.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
79022025-08-12T21:44:19.438Z[ recovery-image] Aug 12 21:44:18.318 INFO O| Aug 12 21:44:18.318 INFO STEP 1068 (remove_files) COMPLETE
79032025-08-12T21:44:19.438Z[ recovery-image] Aug 12 21:44:18.318 INFO O| Aug 12 21:44:18.318 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042025-08-12T21:44:19.452Z[ recovery-image] Aug 12 21:44:18.332 INFO O| Aug 12 21:44:18.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
79052025-08-12T21:44:19.452Z[ recovery-image] Aug 12 21:44:18.332 INFO O| Aug 12 21:44:18.332 INFO STEP 1069 (remove_files) COMPLETE
79062025-08-12T21:44:19.456Z[ recovery-image] Aug 12 21:44:18.332 INFO O| Aug 12 21:44:18.332 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072025-08-12T21:44:19.467Z[ recovery-image] Aug 12 21:44:18.347 INFO O| Aug 12 21:44:18.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
79082025-08-12T21:44:19.467Z[ recovery-image] Aug 12 21:44:18.347 INFO O| Aug 12 21:44:18.347 INFO STEP 1070 (remove_files) COMPLETE
79092025-08-12T21:44:19.467Z[ recovery-image] Aug 12 21:44:18.347 INFO O| Aug 12 21:44:18.347 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102025-08-12T21:44:19.482Z[ recovery-image] Aug 12 21:44:18.361 INFO O| Aug 12 21:44:18.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
79112025-08-12T21:44:19.482Z[ recovery-image] Aug 12 21:44:18.361 INFO O| Aug 12 21:44:18.361 INFO STEP 1071 (remove_files) COMPLETE
79122025-08-12T21:44:19.485Z[ recovery-image] Aug 12 21:44:18.362 INFO O| Aug 12 21:44:18.361 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132025-08-12T21:44:19.496Z[ recovery-image] Aug 12 21:44:18.376 INFO O| Aug 12 21:44:18.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
79142025-08-12T21:44:19.499Z[ recovery-image] Aug 12 21:44:18.376 INFO O| Aug 12 21:44:18.376 INFO STEP 1072 (remove_files) COMPLETE
79152025-08-12T21:44:19.499Z[ recovery-image] Aug 12 21:44:18.376 INFO O| Aug 12 21:44:18.376 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162025-08-12T21:44:19.510Z[ recovery-image] Aug 12 21:44:18.390 INFO O| Aug 12 21:44:18.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
79172025-08-12T21:44:19.510Z[ recovery-image] Aug 12 21:44:18.390 INFO O| Aug 12 21:44:18.390 INFO STEP 1073 (remove_files) COMPLETE
79182025-08-12T21:44:19.510Z[ recovery-image] Aug 12 21:44:18.390 INFO O| Aug 12 21:44:18.390 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192025-08-12T21:44:19.525Z[ recovery-image] Aug 12 21:44:18.405 INFO O| Aug 12 21:44:18.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
79202025-08-12T21:44:19.529Z[ recovery-image] Aug 12 21:44:18.406 INFO O| Aug 12 21:44:18.405 INFO STEP 1074 (remove_files) COMPLETE
79212025-08-12T21:44:19.529Z[ recovery-image] Aug 12 21:44:18.406 INFO O| Aug 12 21:44:18.406 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222025-08-12T21:44:19.539Z[ recovery-image] Aug 12 21:44:18.419 INFO O| Aug 12 21:44:18.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
79232025-08-12T21:44:19.539Z[ recovery-image] Aug 12 21:44:18.419 INFO O| Aug 12 21:44:18.419 INFO STEP 1075 (remove_files) COMPLETE
79242025-08-12T21:44:19.542Z[ recovery-image] Aug 12 21:44:18.419 INFO O| Aug 12 21:44:18.419 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252025-08-12T21:44:19.553Z[ recovery-image] Aug 12 21:44:18.433 INFO O| Aug 12 21:44:18.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
79262025-08-12T21:44:19.553Z[ recovery-image] Aug 12 21:44:18.434 INFO O| Aug 12 21:44:18.434 INFO STEP 1076 (remove_files) COMPLETE
79272025-08-12T21:44:19.553Z[ recovery-image] Aug 12 21:44:18.434 INFO O| Aug 12 21:44:18.434 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282025-08-12T21:44:19.568Z[ recovery-image] Aug 12 21:44:18.448 INFO O| Aug 12 21:44:18.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
79292025-08-12T21:44:19.568Z[ recovery-image] Aug 12 21:44:18.448 INFO O| Aug 12 21:44:18.448 INFO STEP 1077 (remove_files) COMPLETE
79302025-08-12T21:44:19.568Z[ recovery-image] Aug 12 21:44:18.448 INFO O| Aug 12 21:44:18.448 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312025-08-12T21:44:19.581Z[ recovery-image] Aug 12 21:44:18.461 INFO O| Aug 12 21:44:18.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
79322025-08-12T21:44:19.581Z[ recovery-image] Aug 12 21:44:18.461 INFO O| Aug 12 21:44:18.461 INFO STEP 1078 (remove_files) COMPLETE
79332025-08-12T21:44:19.581Z[ recovery-image] Aug 12 21:44:18.461 INFO O| Aug 12 21:44:18.461 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342025-08-12T21:44:19.595Z[ recovery-image] Aug 12 21:44:18.475 INFO O| Aug 12 21:44:18.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
79352025-08-12T21:44:19.598Z[ recovery-image] Aug 12 21:44:18.475 INFO O| Aug 12 21:44:18.475 INFO STEP 1079 (remove_files) COMPLETE
79362025-08-12T21:44:19.598Z[ recovery-image] Aug 12 21:44:18.475 INFO O| Aug 12 21:44:18.475 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372025-08-12T21:44:19.609Z[ recovery-image] Aug 12 21:44:18.489 INFO O| Aug 12 21:44:18.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
79382025-08-12T21:44:19.609Z[ recovery-image] Aug 12 21:44:18.489 INFO O| Aug 12 21:44:18.489 INFO STEP 1080 (remove_files) COMPLETE
79392025-08-12T21:44:19.609Z[ recovery-image] Aug 12 21:44:18.489 INFO O| Aug 12 21:44:18.489 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402025-08-12T21:44:19.624Z[ recovery-image] Aug 12 21:44:18.504 INFO O| Aug 12 21:44:18.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
79412025-08-12T21:44:19.624Z[ recovery-image] Aug 12 21:44:18.504 INFO O| Aug 12 21:44:18.504 INFO STEP 1081 (remove_files) COMPLETE
79422025-08-12T21:44:19.624Z[ recovery-image] Aug 12 21:44:18.504 INFO O| Aug 12 21:44:18.504 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432025-08-12T21:44:19.640Z[ recovery-image] Aug 12 21:44:18.518 INFO O| Aug 12 21:44:18.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
79442025-08-12T21:44:19.640Z[ recovery-image] Aug 12 21:44:18.519 INFO O| Aug 12 21:44:18.519 INFO STEP 1082 (remove_files) COMPLETE
79452025-08-12T21:44:19.643Z[ recovery-image] Aug 12 21:44:18.519 INFO O| Aug 12 21:44:18.519 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462025-08-12T21:44:19.653Z[ recovery-image] Aug 12 21:44:18.533 INFO O| Aug 12 21:44:18.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
79472025-08-12T21:44:19.653Z[ recovery-image] Aug 12 21:44:18.533 INFO O| Aug 12 21:44:18.533 INFO STEP 1083 (remove_files) COMPLETE
79482025-08-12T21:44:19.653Z[ recovery-image] Aug 12 21:44:18.533 INFO O| Aug 12 21:44:18.533 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492025-08-12T21:44:19.667Z[ recovery-image] Aug 12 21:44:18.547 INFO O| Aug 12 21:44:18.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
79502025-08-12T21:44:19.667Z[ recovery-image] Aug 12 21:44:18.547 INFO O| Aug 12 21:44:18.547 INFO STEP 1084 (remove_files) COMPLETE
79512025-08-12T21:44:19.670Z[ recovery-image] Aug 12 21:44:18.547 INFO O| Aug 12 21:44:18.547 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522025-08-12T21:44:19.681Z[ recovery-image] Aug 12 21:44:18.561 INFO O| Aug 12 21:44:18.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
79532025-08-12T21:44:19.681Z[ recovery-image] Aug 12 21:44:18.561 INFO O| Aug 12 21:44:18.561 INFO STEP 1085 (remove_files) COMPLETE
79542025-08-12T21:44:19.681Z[ recovery-image] Aug 12 21:44:18.561 INFO O| Aug 12 21:44:18.561 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552025-08-12T21:44:19.696Z[ recovery-image] Aug 12 21:44:18.576 INFO O| Aug 12 21:44:18.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
79562025-08-12T21:44:19.696Z[ recovery-image] Aug 12 21:44:18.576 INFO O| Aug 12 21:44:18.576 INFO STEP 1086 (remove_files) COMPLETE
79572025-08-12T21:44:19.700Z[ recovery-image] Aug 12 21:44:18.576 INFO O| Aug 12 21:44:18.576 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582025-08-12T21:44:19.711Z[ recovery-image] Aug 12 21:44:18.591 INFO O| Aug 12 21:44:18.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
79592025-08-12T21:44:19.711Z[ recovery-image] Aug 12 21:44:18.591 INFO O| Aug 12 21:44:18.591 INFO STEP 1087 (remove_files) COMPLETE
79602025-08-12T21:44:19.711Z[ recovery-image] Aug 12 21:44:18.591 INFO O| Aug 12 21:44:18.591 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612025-08-12T21:44:19.725Z[ recovery-image] Aug 12 21:44:18.605 INFO O| Aug 12 21:44:18.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
79622025-08-12T21:44:19.725Z[ recovery-image] Aug 12 21:44:18.605 INFO O| Aug 12 21:44:18.605 INFO STEP 1088 (remove_files) COMPLETE
79632025-08-12T21:44:19.725Z[ recovery-image] Aug 12 21:44:18.605 INFO O| Aug 12 21:44:18.605 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642025-08-12T21:44:19.739Z[ recovery-image] Aug 12 21:44:18.619 INFO O| Aug 12 21:44:18.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
79652025-08-12T21:44:19.739Z[ recovery-image] Aug 12 21:44:18.619 INFO O| Aug 12 21:44:18.619 INFO STEP 1089 (remove_files) COMPLETE
79662025-08-12T21:44:19.739Z[ recovery-image] Aug 12 21:44:18.619 INFO O| Aug 12 21:44:18.619 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672025-08-12T21:44:19.753Z[ recovery-image] Aug 12 21:44:18.633 INFO O| Aug 12 21:44:18.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
79682025-08-12T21:44:19.753Z[ recovery-image] Aug 12 21:44:18.633 INFO O| Aug 12 21:44:18.633 INFO STEP 1090 (remove_files) COMPLETE
79692025-08-12T21:44:19.753Z[ recovery-image] Aug 12 21:44:18.633 INFO O| Aug 12 21:44:18.633 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702025-08-12T21:44:19.767Z[ recovery-image] Aug 12 21:44:18.647 INFO O| Aug 12 21:44:18.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
79712025-08-12T21:44:19.767Z[ recovery-image] Aug 12 21:44:18.647 INFO O| Aug 12 21:44:18.647 INFO STEP 1091 (remove_files) COMPLETE
79722025-08-12T21:44:19.767Z[ recovery-image] Aug 12 21:44:18.647 INFO O| Aug 12 21:44:18.647 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732025-08-12T21:44:19.781Z[ recovery-image] Aug 12 21:44:18.661 INFO O| Aug 12 21:44:18.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
79742025-08-12T21:44:19.781Z[ recovery-image] Aug 12 21:44:18.661 INFO O| Aug 12 21:44:18.661 INFO STEP 1092 (remove_files) COMPLETE
79752025-08-12T21:44:19.781Z[ recovery-image] Aug 12 21:44:18.661 INFO O| Aug 12 21:44:18.661 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79762025-08-12T21:44:19.795Z[ recovery-image] Aug 12 21:44:18.675 INFO O| Aug 12 21:44:18.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
79772025-08-12T21:44:19.795Z[ recovery-image] Aug 12 21:44:18.675 INFO O| Aug 12 21:44:18.675 INFO STEP 1093 (remove_files) COMPLETE
79782025-08-12T21:44:19.795Z[ recovery-image] Aug 12 21:44:18.675 INFO O| Aug 12 21:44:18.675 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79792025-08-12T21:44:19.809Z[ recovery-image] Aug 12 21:44:18.689 INFO O| Aug 12 21:44:18.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
79802025-08-12T21:44:19.809Z[ recovery-image] Aug 12 21:44:18.689 INFO O| Aug 12 21:44:18.689 INFO STEP 1094 (remove_files) COMPLETE
79812025-08-12T21:44:19.809Z[ recovery-image] Aug 12 21:44:18.689 INFO O| Aug 12 21:44:18.689 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822025-08-12T21:44:19.823Z[ recovery-image] Aug 12 21:44:18.703 INFO O| Aug 12 21:44:18.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
79832025-08-12T21:44:19.823Z[ recovery-image] Aug 12 21:44:18.703 INFO O| Aug 12 21:44:18.703 INFO STEP 1095 (remove_files) COMPLETE
79842025-08-12T21:44:19.827Z[ recovery-image] Aug 12 21:44:18.703 INFO O| Aug 12 21:44:18.703 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852025-08-12T21:44:19.838Z[ recovery-image] Aug 12 21:44:18.718 INFO O| Aug 12 21:44:18.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
79862025-08-12T21:44:19.841Z[ recovery-image] Aug 12 21:44:18.718 INFO O| Aug 12 21:44:18.718 INFO STEP 1096 (remove_files) COMPLETE
79872025-08-12T21:44:19.841Z[ recovery-image] Aug 12 21:44:18.719 INFO O| Aug 12 21:44:18.718 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79882025-08-12T21:44:19.853Z[ recovery-image] Aug 12 21:44:18.733 INFO O| Aug 12 21:44:18.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
79892025-08-12T21:44:19.853Z[ recovery-image] Aug 12 21:44:18.734 INFO O| Aug 12 21:44:18.734 INFO STEP 1097 (remove_files) COMPLETE
79902025-08-12T21:44:19.853Z[ recovery-image] Aug 12 21:44:18.734 INFO O| Aug 12 21:44:18.734 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79912025-08-12T21:44:19.869Z[ recovery-image] Aug 12 21:44:18.749 INFO O| Aug 12 21:44:18.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
79922025-08-12T21:44:19.869Z[ recovery-image] Aug 12 21:44:18.749 INFO O| Aug 12 21:44:18.749 INFO STEP 1098 (remove_files) COMPLETE
79932025-08-12T21:44:19.869Z[ recovery-image] Aug 12 21:44:18.749 INFO O| Aug 12 21:44:18.749 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79942025-08-12T21:44:19.883Z[ recovery-image] Aug 12 21:44:18.763 INFO O| Aug 12 21:44:18.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
79952025-08-12T21:44:19.883Z[ recovery-image] Aug 12 21:44:18.763 INFO O| Aug 12 21:44:18.763 INFO STEP 1099 (remove_files) COMPLETE
79962025-08-12T21:44:19.887Z[ recovery-image] Aug 12 21:44:18.763 INFO O| Aug 12 21:44:18.763 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79972025-08-12T21:44:19.898Z[ recovery-image] Aug 12 21:44:18.778 INFO O| Aug 12 21:44:18.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
79982025-08-12T21:44:19.898Z[ recovery-image] Aug 12 21:44:18.778 INFO O| Aug 12 21:44:18.778 INFO STEP 1100 (remove_files) COMPLETE
79992025-08-12T21:44:19.898Z[ recovery-image] Aug 12 21:44:18.778 INFO O| Aug 12 21:44:18.778 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80002025-08-12T21:44:19.912Z[ recovery-image] Aug 12 21:44:18.792 INFO O| Aug 12 21:44:18.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
80012025-08-12T21:44:19.912Z[ recovery-image] Aug 12 21:44:18.792 INFO O| Aug 12 21:44:18.792 INFO STEP 1101 (remove_files) COMPLETE
80022025-08-12T21:44:19.912Z[ recovery-image] Aug 12 21:44:18.792 INFO O| Aug 12 21:44:18.792 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80032025-08-12T21:44:19.927Z[ recovery-image] Aug 12 21:44:18.806 INFO O| Aug 12 21:44:18.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
80042025-08-12T21:44:19.927Z[ recovery-image] Aug 12 21:44:18.806 INFO O| Aug 12 21:44:18.806 INFO STEP 1102 (remove_files) COMPLETE
80052025-08-12T21:44:19.927Z[ recovery-image] Aug 12 21:44:18.806 INFO O| Aug 12 21:44:18.806 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80062025-08-12T21:44:19.941Z[ recovery-image] Aug 12 21:44:18.821 INFO O| Aug 12 21:44:18.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
80072025-08-12T21:44:19.941Z[ recovery-image] Aug 12 21:44:18.821 INFO O| Aug 12 21:44:18.821 INFO STEP 1103 (remove_files) COMPLETE
80082025-08-12T21:44:19.941Z[ recovery-image] Aug 12 21:44:18.821 INFO O| Aug 12 21:44:18.821 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80092025-08-12T21:44:19.955Z[ recovery-image] Aug 12 21:44:18.835 INFO O| Aug 12 21:44:18.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
80102025-08-12T21:44:19.955Z[ recovery-image] Aug 12 21:44:18.835 INFO O| Aug 12 21:44:18.835 INFO STEP 1104 (remove_files) COMPLETE
80112025-08-12T21:44:19.955Z[ recovery-image] Aug 12 21:44:18.835 INFO O| Aug 12 21:44:18.835 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80122025-08-12T21:44:19.970Z[ recovery-image] Aug 12 21:44:18.849 INFO O| Aug 12 21:44:18.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
80132025-08-12T21:44:19.970Z[ recovery-image] Aug 12 21:44:18.850 INFO O| Aug 12 21:44:18.850 INFO STEP 1105 (remove_files) COMPLETE
80142025-08-12T21:44:19.970Z[ recovery-image] Aug 12 21:44:18.850 INFO O| Aug 12 21:44:18.850 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80152025-08-12T21:44:19.984Z[ recovery-image] Aug 12 21:44:18.864 INFO O| Aug 12 21:44:18.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
80162025-08-12T21:44:19.984Z[ recovery-image] Aug 12 21:44:18.864 INFO O| Aug 12 21:44:18.864 INFO STEP 1106 (remove_files) COMPLETE
80172025-08-12T21:44:19.984Z[ recovery-image] Aug 12 21:44:18.864 INFO O| Aug 12 21:44:18.864 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80182025-08-12T21:44:19.998Z[ recovery-image] Aug 12 21:44:18.878 INFO O| Aug 12 21:44:18.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
80192025-08-12T21:44:19.998Z[ recovery-image] Aug 12 21:44:18.878 INFO O| Aug 12 21:44:18.878 INFO STEP 1107 (remove_files) COMPLETE
80202025-08-12T21:44:19.998Z[ recovery-image] Aug 12 21:44:18.878 INFO O| Aug 12 21:44:18.878 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80212025-08-12T21:44:20.013Z[ recovery-image] Aug 12 21:44:18.892 INFO O| Aug 12 21:44:18.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
80222025-08-12T21:44:20.013Z[ recovery-image] Aug 12 21:44:18.893 INFO O| Aug 12 21:44:18.892 INFO STEP 1108 (remove_files) COMPLETE
80232025-08-12T21:44:20.016Z[ recovery-image] Aug 12 21:44:18.893 INFO O| Aug 12 21:44:18.893 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80242025-08-12T21:44:20.027Z[ recovery-image] Aug 12 21:44:18.907 INFO O| Aug 12 21:44:18.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
80252025-08-12T21:44:20.027Z[ recovery-image] Aug 12 21:44:18.907 INFO O| Aug 12 21:44:18.907 INFO STEP 1109 (remove_files) COMPLETE
80262025-08-12T21:44:20.027Z[ recovery-image] Aug 12 21:44:18.907 INFO O| Aug 12 21:44:18.907 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80272025-08-12T21:44:20.043Z[ recovery-image] Aug 12 21:44:18.923 INFO O| Aug 12 21:44:18.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
80282025-08-12T21:44:20.047Z[ recovery-image] Aug 12 21:44:18.924 INFO O| Aug 12 21:44:18.924 INFO STEP 1110 (remove_files) COMPLETE
80292025-08-12T21:44:20.047Z[ recovery-image] Aug 12 21:44:18.924 INFO O| Aug 12 21:44:18.924 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80302025-08-12T21:44:20.062Z[ recovery-image] Aug 12 21:44:18.942 INFO O| Aug 12 21:44:18.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
80312025-08-12T21:44:20.062Z[ recovery-image] Aug 12 21:44:18.942 INFO O| Aug 12 21:44:18.942 INFO STEP 1111 (remove_files) COMPLETE
80322025-08-12T21:44:20.062Z[ recovery-image] Aug 12 21:44:18.942 INFO O| Aug 12 21:44:18.942 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80332025-08-12T21:44:20.078Z[ recovery-image] Aug 12 21:44:18.958 INFO O| Aug 12 21:44:18.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
80342025-08-12T21:44:20.078Z[ recovery-image] Aug 12 21:44:18.958 INFO O| Aug 12 21:44:18.958 INFO STEP 1112 (remove_files) COMPLETE
80352025-08-12T21:44:20.082Z[ recovery-image] Aug 12 21:44:18.958 INFO O| Aug 12 21:44:18.958 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80362025-08-12T21:44:20.095Z[ recovery-image] Aug 12 21:44:18.974 INFO O| Aug 12 21:44:18.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
80372025-08-12T21:44:20.095Z[ recovery-image] Aug 12 21:44:18.975 INFO O| Aug 12 21:44:18.975 INFO STEP 1113 (remove_files) COMPLETE
80382025-08-12T21:44:20.099Z[ recovery-image] Aug 12 21:44:18.975 INFO O| Aug 12 21:44:18.975 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80392025-08-12T21:44:20.110Z[ recovery-image] Aug 12 21:44:18.990 INFO O| Aug 12 21:44:18.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
80402025-08-12T21:44:20.115Z[ recovery-image] Aug 12 21:44:18.990 INFO O| Aug 12 21:44:18.990 INFO STEP 1114 (remove_files) COMPLETE
80412025-08-12T21:44:20.115Z[ recovery-image] Aug 12 21:44:18.990 INFO O| Aug 12 21:44:18.990 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80422025-08-12T21:44:20.125Z[ recovery-image] Aug 12 21:44:19.005 INFO O| Aug 12 21:44:19.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
80432025-08-12T21:44:20.125Z[ recovery-image] Aug 12 21:44:19.005 INFO O| Aug 12 21:44:19.005 INFO STEP 1115 (remove_files) COMPLETE
80442025-08-12T21:44:20.128Z[ recovery-image] Aug 12 21:44:19.005 INFO O| Aug 12 21:44:19.005 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80452025-08-12T21:44:20.141Z[ recovery-image] Aug 12 21:44:19.021 INFO O| Aug 12 21:44:19.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
80462025-08-12T21:44:20.141Z[ recovery-image] Aug 12 21:44:19.021 INFO O| Aug 12 21:44:19.021 INFO STEP 1116 (remove_files) COMPLETE
80472025-08-12T21:44:20.141Z[ recovery-image] Aug 12 21:44:19.021 INFO O| Aug 12 21:44:19.021 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80482025-08-12T21:44:20.155Z[ recovery-image] Aug 12 21:44:19.035 INFO O| Aug 12 21:44:19.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
80492025-08-12T21:44:20.155Z[ recovery-image] Aug 12 21:44:19.035 INFO O| Aug 12 21:44:19.035 INFO STEP 1117 (remove_files) COMPLETE
80502025-08-12T21:44:20.159Z[ recovery-image] Aug 12 21:44:19.035 INFO O| Aug 12 21:44:19.035 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80512025-08-12T21:44:20.169Z[ recovery-image] Aug 12 21:44:19.049 INFO O| Aug 12 21:44:19.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
80522025-08-12T21:44:20.169Z[ recovery-image] Aug 12 21:44:19.049 INFO O| Aug 12 21:44:19.049 INFO STEP 1118 (remove_files) COMPLETE
80532025-08-12T21:44:20.169Z[ recovery-image] Aug 12 21:44:19.049 INFO O| Aug 12 21:44:19.049 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80542025-08-12T21:44:20.202Z[ recovery-image] Aug 12 21:44:19.082 INFO O| Aug 12 21:44:19.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
80552025-08-12T21:44:20.202Z[ recovery-image] Aug 12 21:44:19.082 INFO O| Aug 12 21:44:19.082 INFO STEP 1119 (remove_files) COMPLETE
80562025-08-12T21:44:20.202Z[ recovery-image] Aug 12 21:44:19.082 INFO O| Aug 12 21:44:19.082 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80572025-08-12T21:44:20.230Z[ recovery-image] Aug 12 21:44:19.110 INFO O| Aug 12 21:44:19.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
80582025-08-12T21:44:20.230Z[ recovery-image] Aug 12 21:44:19.110 INFO O| Aug 12 21:44:19.110 INFO STEP 1120 (remove_files) COMPLETE
80592025-08-12T21:44:20.230Z[ recovery-image] Aug 12 21:44:19.110 INFO O| Aug 12 21:44:19.110 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80602025-08-12T21:44:20.244Z[ recovery-image] Aug 12 21:44:19.124 INFO O| Aug 12 21:44:19.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
80612025-08-12T21:44:20.244Z[ recovery-image] Aug 12 21:44:19.124 INFO O| Aug 12 21:44:19.124 INFO STEP 1121 (remove_files) COMPLETE
80622025-08-12T21:44:20.244Z[ recovery-image] Aug 12 21:44:19.124 INFO O| Aug 12 21:44:19.124 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80632025-08-12T21:44:20.259Z[ recovery-image] Aug 12 21:44:19.139 INFO O| Aug 12 21:44:19.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
80642025-08-12T21:44:20.259Z[ recovery-image] Aug 12 21:44:19.139 INFO O| Aug 12 21:44:19.139 INFO STEP 1122 (remove_files) COMPLETE
80652025-08-12T21:44:20.259Z[ recovery-image] Aug 12 21:44:19.139 INFO O| Aug 12 21:44:19.139 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80662025-08-12T21:44:20.275Z[ recovery-image] Aug 12 21:44:19.155 INFO O| Aug 12 21:44:19.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
80672025-08-12T21:44:20.275Z[ recovery-image] Aug 12 21:44:19.155 INFO O| Aug 12 21:44:19.155 INFO STEP 1123 (remove_files) COMPLETE
80682025-08-12T21:44:20.275Z[ recovery-image] Aug 12 21:44:19.155 INFO O| Aug 12 21:44:19.155 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80692025-08-12T21:44:20.291Z[ recovery-image] Aug 12 21:44:19.169 INFO O| Aug 12 21:44:19.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
80702025-08-12T21:44:20.291Z[ recovery-image] Aug 12 21:44:19.170 INFO O| Aug 12 21:44:19.170 INFO STEP 1124 (remove_files) COMPLETE
80712025-08-12T21:44:20.291Z[ recovery-image] Aug 12 21:44:19.170 INFO O| Aug 12 21:44:19.170 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80722025-08-12T21:44:20.304Z[ recovery-image] Aug 12 21:44:19.184 INFO O| Aug 12 21:44:19.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
80732025-08-12T21:44:20.304Z[ recovery-image] Aug 12 21:44:19.184 INFO O| Aug 12 21:44:19.184 INFO STEP 1125 (remove_files) COMPLETE
80742025-08-12T21:44:20.304Z[ recovery-image] Aug 12 21:44:19.184 INFO O| Aug 12 21:44:19.184 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80752025-08-12T21:44:20.319Z[ recovery-image] Aug 12 21:44:19.199 INFO O| Aug 12 21:44:19.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
80762025-08-12T21:44:20.319Z[ recovery-image] Aug 12 21:44:19.199 INFO O| Aug 12 21:44:19.199 INFO STEP 1126 (remove_files) COMPLETE
80772025-08-12T21:44:20.319Z[ recovery-image] Aug 12 21:44:19.199 INFO O| Aug 12 21:44:19.199 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80782025-08-12T21:44:20.336Z[ recovery-image] Aug 12 21:44:19.215 INFO O| Aug 12 21:44:19.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
80792025-08-12T21:44:20.336Z[ recovery-image] Aug 12 21:44:19.215 INFO O| Aug 12 21:44:19.215 INFO STEP 1127 (remove_files) COMPLETE
80802025-08-12T21:44:20.340Z[ recovery-image] Aug 12 21:44:19.215 INFO O| Aug 12 21:44:19.215 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80812025-08-12T21:44:20.354Z[ recovery-image] Aug 12 21:44:19.234 INFO O| Aug 12 21:44:19.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
80822025-08-12T21:44:20.354Z[ recovery-image] Aug 12 21:44:19.234 INFO O| Aug 12 21:44:19.234 INFO STEP 1128 (remove_files) COMPLETE
80832025-08-12T21:44:20.358Z[ recovery-image] Aug 12 21:44:19.234 INFO O| Aug 12 21:44:19.234 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80842025-08-12T21:44:20.370Z[ recovery-image] Aug 12 21:44:19.250 INFO O| Aug 12 21:44:19.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
80852025-08-12T21:44:20.374Z[ recovery-image] Aug 12 21:44:19.250 INFO O| Aug 12 21:44:19.250 INFO STEP 1129 (remove_files) COMPLETE
80862025-08-12T21:44:20.374Z[ recovery-image] Aug 12 21:44:19.250 INFO O| Aug 12 21:44:19.250 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80872025-08-12T21:44:20.387Z[ recovery-image] Aug 12 21:44:19.266 INFO O| Aug 12 21:44:19.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
80882025-08-12T21:44:20.387Z[ recovery-image] Aug 12 21:44:19.266 INFO O| Aug 12 21:44:19.266 INFO STEP 1130 (remove_files) COMPLETE
80892025-08-12T21:44:20.391Z[ recovery-image] Aug 12 21:44:19.266 INFO O| Aug 12 21:44:19.266 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80902025-08-12T21:44:20.403Z[ recovery-image] Aug 12 21:44:19.283 INFO O| Aug 12 21:44:19.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
80912025-08-12T21:44:20.403Z[ recovery-image] Aug 12 21:44:19.283 INFO O| Aug 12 21:44:19.283 INFO STEP 1131 (remove_files) COMPLETE
80922025-08-12T21:44:20.403Z[ recovery-image] Aug 12 21:44:19.283 INFO O| Aug 12 21:44:19.283 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80932025-08-12T21:44:20.419Z[ recovery-image] Aug 12 21:44:19.299 INFO O| Aug 12 21:44:19.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
80942025-08-12T21:44:20.423Z[ recovery-image] Aug 12 21:44:19.299 INFO O| Aug 12 21:44:19.299 INFO STEP 1132 (remove_files) COMPLETE
80952025-08-12T21:44:20.424Z[ recovery-image] Aug 12 21:44:19.299 INFO O| Aug 12 21:44:19.299 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80962025-08-12T21:44:20.434Z[ recovery-image] Aug 12 21:44:19.314 INFO O| Aug 12 21:44:19.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
80972025-08-12T21:44:20.435Z[ recovery-image] Aug 12 21:44:19.314 INFO O| Aug 12 21:44:19.314 INFO STEP 1133 (remove_files) COMPLETE
80982025-08-12T21:44:20.435Z[ recovery-image] Aug 12 21:44:19.314 INFO O| Aug 12 21:44:19.314 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80992025-08-12T21:44:20.449Z[ recovery-image] Aug 12 21:44:19.328 INFO O| Aug 12 21:44:19.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
81002025-08-12T21:44:20.449Z[ recovery-image] Aug 12 21:44:19.329 INFO O| Aug 12 21:44:19.329 INFO STEP 1134 (remove_files) COMPLETE
81012025-08-12T21:44:20.449Z[ recovery-image] Aug 12 21:44:19.329 INFO O| Aug 12 21:44:19.329 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81022025-08-12T21:44:20.464Z[ recovery-image] Aug 12 21:44:19.343 INFO O| Aug 12 21:44:19.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
81032025-08-12T21:44:20.464Z[ recovery-image] Aug 12 21:44:19.344 INFO O| Aug 12 21:44:19.343 INFO STEP 1135 (remove_files) COMPLETE
81042025-08-12T21:44:20.464Z[ recovery-image] Aug 12 21:44:19.344 INFO O| Aug 12 21:44:19.344 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81052025-08-12T21:44:20.479Z[ recovery-image] Aug 12 21:44:19.359 INFO O| Aug 12 21:44:19.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
81062025-08-12T21:44:20.479Z[ recovery-image] Aug 12 21:44:19.359 INFO O| Aug 12 21:44:19.359 INFO STEP 1136 (remove_files) COMPLETE
81072025-08-12T21:44:20.479Z[ recovery-image] Aug 12 21:44:19.359 INFO O| Aug 12 21:44:19.359 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81082025-08-12T21:44:20.494Z[ recovery-image] Aug 12 21:44:19.374 INFO O| Aug 12 21:44:19.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
81092025-08-12T21:44:20.494Z[ recovery-image] Aug 12 21:44:19.374 INFO O| Aug 12 21:44:19.374 INFO STEP 1137 (remove_files) COMPLETE
81102025-08-12T21:44:20.497Z[ recovery-image] Aug 12 21:44:19.374 INFO O| Aug 12 21:44:19.374 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81112025-08-12T21:44:20.508Z[ recovery-image] Aug 12 21:44:19.388 INFO O| Aug 12 21:44:19.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
81122025-08-12T21:44:20.512Z[ recovery-image] Aug 12 21:44:19.388 INFO O| Aug 12 21:44:19.388 INFO STEP 1138 (remove_files) COMPLETE
81132025-08-12T21:44:20.512Z[ recovery-image] Aug 12 21:44:19.388 INFO O| Aug 12 21:44:19.388 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81142025-08-12T21:44:20.524Z[ recovery-image] Aug 12 21:44:19.404 INFO O| Aug 12 21:44:19.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
81152025-08-12T21:44:20.524Z[ recovery-image] Aug 12 21:44:19.404 INFO O| Aug 12 21:44:19.404 INFO STEP 1139 (remove_files) COMPLETE
81162025-08-12T21:44:20.527Z[ recovery-image] Aug 12 21:44:19.404 INFO O| Aug 12 21:44:19.404 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81172025-08-12T21:44:20.539Z[ recovery-image] Aug 12 21:44:19.419 INFO O| Aug 12 21:44:19.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
81182025-08-12T21:44:20.539Z[ recovery-image] Aug 12 21:44:19.419 INFO O| Aug 12 21:44:19.419 INFO STEP 1140 (remove_files) COMPLETE
81192025-08-12T21:44:20.539Z[ recovery-image] Aug 12 21:44:19.419 INFO O| Aug 12 21:44:19.419 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81202025-08-12T21:44:20.554Z[ recovery-image] Aug 12 21:44:19.434 INFO O| Aug 12 21:44:19.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
81212025-08-12T21:44:20.554Z[ recovery-image] Aug 12 21:44:19.434 INFO O| Aug 12 21:44:19.434 INFO STEP 1141 (remove_files) COMPLETE
81222025-08-12T21:44:20.558Z[ recovery-image] Aug 12 21:44:19.434 INFO O| Aug 12 21:44:19.434 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81232025-08-12T21:44:20.570Z[ recovery-image] Aug 12 21:44:19.450 INFO O| Aug 12 21:44:19.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
81242025-08-12T21:44:20.570Z[ recovery-image] Aug 12 21:44:19.450 INFO O| Aug 12 21:44:19.450 INFO STEP 1142 (remove_files) COMPLETE
81252025-08-12T21:44:20.570Z[ recovery-image] Aug 12 21:44:19.450 INFO O| Aug 12 21:44:19.450 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81262025-08-12T21:44:20.584Z[ recovery-image] Aug 12 21:44:19.463 INFO O| Aug 12 21:44:19.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
81272025-08-12T21:44:20.584Z[ recovery-image] Aug 12 21:44:19.464 INFO O| Aug 12 21:44:19.464 INFO STEP 1143 (remove_files) COMPLETE
81282025-08-12T21:44:20.584Z[ recovery-image] Aug 12 21:44:19.464 INFO O| Aug 12 21:44:19.464 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81292025-08-12T21:44:20.598Z[ recovery-image] Aug 12 21:44:19.478 INFO O| Aug 12 21:44:19.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
81302025-08-12T21:44:20.598Z[ recovery-image] Aug 12 21:44:19.478 INFO O| Aug 12 21:44:19.478 INFO STEP 1144 (remove_files) COMPLETE
81312025-08-12T21:44:20.601Z[ recovery-image] Aug 12 21:44:19.478 INFO O| Aug 12 21:44:19.478 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81322025-08-12T21:44:20.613Z[ recovery-image] Aug 12 21:44:19.493 INFO O| Aug 12 21:44:19.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
81332025-08-12T21:44:20.613Z[ recovery-image] Aug 12 21:44:19.493 INFO O| Aug 12 21:44:19.493 INFO STEP 1145 (remove_files) COMPLETE
81342025-08-12T21:44:20.613Z[ recovery-image] Aug 12 21:44:19.493 INFO O| Aug 12 21:44:19.493 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81352025-08-12T21:44:20.627Z[ recovery-image] Aug 12 21:44:19.507 INFO O| Aug 12 21:44:19.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
81362025-08-12T21:44:20.627Z[ recovery-image] Aug 12 21:44:19.507 INFO O| Aug 12 21:44:19.507 INFO STEP 1146 (remove_files) COMPLETE
81372025-08-12T21:44:20.627Z[ recovery-image] Aug 12 21:44:19.507 INFO O| Aug 12 21:44:19.507 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81382025-08-12T21:44:20.642Z[ recovery-image] Aug 12 21:44:19.522 INFO O| Aug 12 21:44:19.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
81392025-08-12T21:44:20.642Z[ recovery-image] Aug 12 21:44:19.522 INFO O| Aug 12 21:44:19.522 INFO STEP 1147 (remove_files) COMPLETE
81402025-08-12T21:44:20.642Z[ recovery-image] Aug 12 21:44:19.522 INFO O| Aug 12 21:44:19.522 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81412025-08-12T21:44:20.657Z[ recovery-image] Aug 12 21:44:19.537 INFO O| Aug 12 21:44:19.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
81422025-08-12T21:44:20.657Z[ recovery-image] Aug 12 21:44:19.537 INFO O| Aug 12 21:44:19.537 INFO STEP 1148 (remove_files) COMPLETE
81432025-08-12T21:44:20.657Z[ recovery-image] Aug 12 21:44:19.537 INFO O| Aug 12 21:44:19.537 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81442025-08-12T21:44:20.671Z[ recovery-image] Aug 12 21:44:19.551 INFO O| Aug 12 21:44:19.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
81452025-08-12T21:44:20.671Z[ recovery-image] Aug 12 21:44:19.551 INFO O| Aug 12 21:44:19.551 INFO STEP 1149 (remove_files) COMPLETE
81462025-08-12T21:44:20.675Z[ recovery-image] Aug 12 21:44:19.551 INFO O| Aug 12 21:44:19.551 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81472025-08-12T21:44:20.686Z[ recovery-image] Aug 12 21:44:19.566 INFO O| Aug 12 21:44:19.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
81482025-08-12T21:44:20.690Z[ recovery-image] Aug 12 21:44:19.566 INFO O| Aug 12 21:44:19.566 INFO STEP 1150 (remove_files) COMPLETE
81492025-08-12T21:44:20.690Z[ recovery-image] Aug 12 21:44:19.566 INFO O| Aug 12 21:44:19.566 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81502025-08-12T21:44:20.702Z[ recovery-image] Aug 12 21:44:19.582 INFO O| Aug 12 21:44:19.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
81512025-08-12T21:44:20.702Z[ recovery-image] Aug 12 21:44:19.582 INFO O| Aug 12 21:44:19.582 INFO STEP 1151 (remove_files) COMPLETE
81522025-08-12T21:44:20.705Z[ recovery-image] Aug 12 21:44:19.582 INFO O| Aug 12 21:44:19.582 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81532025-08-12T21:44:20.716Z[ recovery-image] Aug 12 21:44:19.596 INFO O| Aug 12 21:44:19.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
81542025-08-12T21:44:20.716Z[ recovery-image] Aug 12 21:44:19.596 INFO O| Aug 12 21:44:19.596 INFO STEP 1152 (remove_files) COMPLETE
81552025-08-12T21:44:20.720Z[ recovery-image] Aug 12 21:44:19.596 INFO O| Aug 12 21:44:19.596 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81562025-08-12T21:44:20.732Z[ recovery-image] Aug 12 21:44:19.610 INFO O| Aug 12 21:44:19.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
81572025-08-12T21:44:20.732Z[ recovery-image] Aug 12 21:44:19.611 INFO O| Aug 12 21:44:19.610 INFO STEP 1153 (remove_files) COMPLETE
81582025-08-12T21:44:20.732Z[ recovery-image] Aug 12 21:44:19.611 INFO O| Aug 12 21:44:19.611 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81592025-08-12T21:44:20.744Z[ recovery-image] Aug 12 21:44:19.624 INFO O| Aug 12 21:44:19.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
81602025-08-12T21:44:20.744Z[ recovery-image] Aug 12 21:44:19.624 INFO O| Aug 12 21:44:19.624 INFO STEP 1154 (remove_files) COMPLETE
81612025-08-12T21:44:20.748Z[ recovery-image] Aug 12 21:44:19.624 INFO O| Aug 12 21:44:19.624 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81622025-08-12T21:44:20.759Z[ recovery-image] Aug 12 21:44:19.639 INFO O| Aug 12 21:44:19.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
81632025-08-12T21:44:20.760Z[ recovery-image] Aug 12 21:44:19.639 INFO O| Aug 12 21:44:19.639 INFO STEP 1155 (remove_files) COMPLETE
81642025-08-12T21:44:20.760Z[ recovery-image] Aug 12 21:44:19.639 INFO O| Aug 12 21:44:19.639 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81652025-08-12T21:44:20.774Z[ recovery-image] Aug 12 21:44:19.654 INFO O| Aug 12 21:44:19.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
81662025-08-12T21:44:20.774Z[ recovery-image] Aug 12 21:44:19.654 INFO O| Aug 12 21:44:19.654 INFO STEP 1156 (remove_files) COMPLETE
81672025-08-12T21:44:20.774Z[ recovery-image] Aug 12 21:44:19.654 INFO O| Aug 12 21:44:19.654 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81682025-08-12T21:44:20.788Z[ recovery-image] Aug 12 21:44:19.668 INFO O| Aug 12 21:44:19.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
81692025-08-12T21:44:20.788Z[ recovery-image] Aug 12 21:44:19.668 INFO O| Aug 12 21:44:19.668 INFO STEP 1157 (remove_files) COMPLETE
81702025-08-12T21:44:20.788Z[ recovery-image] Aug 12 21:44:19.668 INFO O| Aug 12 21:44:19.668 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81712025-08-12T21:44:20.802Z[ recovery-image] Aug 12 21:44:19.682 INFO O| Aug 12 21:44:19.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
81722025-08-12T21:44:20.803Z[ recovery-image] Aug 12 21:44:19.682 INFO O| Aug 12 21:44:19.682 INFO STEP 1158 (remove_files) COMPLETE
81732025-08-12T21:44:20.803Z[ recovery-image] Aug 12 21:44:19.682 INFO O| Aug 12 21:44:19.682 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81742025-08-12T21:44:20.817Z[ recovery-image] Aug 12 21:44:19.696 INFO O| Aug 12 21:44:19.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
81752025-08-12T21:44:20.817Z[ recovery-image] Aug 12 21:44:19.696 INFO O| Aug 12 21:44:19.696 INFO STEP 1159 (remove_files) COMPLETE
81762025-08-12T21:44:20.817Z[ recovery-image] Aug 12 21:44:19.696 INFO O| Aug 12 21:44:19.696 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81772025-08-12T21:44:20.832Z[ recovery-image] Aug 12 21:44:19.711 INFO O| Aug 12 21:44:19.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
81782025-08-12T21:44:20.832Z[ recovery-image] Aug 12 21:44:19.712 INFO O| Aug 12 21:44:19.712 INFO STEP 1160 (remove_files) COMPLETE
81792025-08-12T21:44:20.832Z[ recovery-image] Aug 12 21:44:19.712 INFO O| Aug 12 21:44:19.712 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81802025-08-12T21:44:20.846Z[ recovery-image] Aug 12 21:44:19.726 INFO O| Aug 12 21:44:19.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
81812025-08-12T21:44:20.846Z[ recovery-image] Aug 12 21:44:19.726 INFO O| Aug 12 21:44:19.726 INFO STEP 1161 (remove_files) COMPLETE
81822025-08-12T21:44:20.846Z[ recovery-image] Aug 12 21:44:19.726 INFO O| Aug 12 21:44:19.726 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81832025-08-12T21:44:20.862Z[ recovery-image] Aug 12 21:44:19.742 INFO O| Aug 12 21:44:19.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
81842025-08-12T21:44:20.862Z[ recovery-image] Aug 12 21:44:19.742 INFO O| Aug 12 21:44:19.742 INFO STEP 1162 (remove_files) COMPLETE
81852025-08-12T21:44:20.862Z[ recovery-image] Aug 12 21:44:19.742 INFO O| Aug 12 21:44:19.742 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81862025-08-12T21:44:20.876Z[ recovery-image] Aug 12 21:44:19.756 INFO O| Aug 12 21:44:19.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
81872025-08-12T21:44:20.876Z[ recovery-image] Aug 12 21:44:19.756 INFO O| Aug 12 21:44:19.756 INFO STEP 1163 (remove_files) COMPLETE
81882025-08-12T21:44:20.880Z[ recovery-image] Aug 12 21:44:19.756 INFO O| Aug 12 21:44:19.756 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81892025-08-12T21:44:20.891Z[ recovery-image] Aug 12 21:44:19.771 INFO O| Aug 12 21:44:19.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
81902025-08-12T21:44:20.891Z[ recovery-image] Aug 12 21:44:19.771 INFO O| Aug 12 21:44:19.771 INFO STEP 1164 (remove_files) COMPLETE
81912025-08-12T21:44:20.894Z[ recovery-image] Aug 12 21:44:19.771 INFO O| Aug 12 21:44:19.771 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81922025-08-12T21:44:20.906Z[ recovery-image] Aug 12 21:44:19.786 INFO O| Aug 12 21:44:19.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
81932025-08-12T21:44:20.906Z[ recovery-image] Aug 12 21:44:19.786 INFO O| Aug 12 21:44:19.786 INFO STEP 1165 (remove_files) COMPLETE
81942025-08-12T21:44:20.910Z[ recovery-image] Aug 12 21:44:19.786 INFO O| Aug 12 21:44:19.786 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
81952025-08-12T21:44:20.929Z[ recovery-image] Aug 12 21:44:19.809 INFO O| Aug 12 21:44:19.809 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
81962025-08-12T21:44:20.929Z[ recovery-image] Aug 12 21:44:19.809 INFO O| Aug 12 21:44:19.809 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
81972025-08-12T21:44:22.804Z[ recovery-image] Aug 12 21:44:21.684 INFO O| Aug 12 21:44:21.683 INFO STEP 1166 (pack_tar) COMPLETE
81982025-08-12T21:44:22.804Z[ recovery-image] Aug 12 21:44:21.684 INFO O| Aug 12 21:44:21.684 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
81992025-08-12T21:44:22.808Z[ recovery-image] Aug 12 21:44:21.684 INFO O| Aug 12 21:44:21.684 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82002025-08-12T21:44:23.098Z[ recovery-image] Aug 12 21:44:21.977 INFO O| Aug 12 21:44:21.977 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
82012025-08-12T21:44:23.215Z[ recovery-image] Aug 12 21:44:22.094 INFO O| Aug 12 21:44:22.094 INFO completed processing sled/ramdisk-03-recovery-trim
82022025-08-12T21:44:23.220Z[ recovery-image] Aug 12 21:44:22.099 INFO image builder template: zfs-recovery...
82032025-08-12T21:44:23.220Z[ recovery-image] Aug 12 21:44:22.099 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/.tmp21quSy/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
82042025-08-12T21:44:23.271Z[ recovery-image] Aug 12 21:44:22.150 INFO O| Aug 12 21:44:22.150 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
82052025-08-12T21:44:23.277Z[ recovery-image] Aug 12 21:44:22.156 INFO O| Aug 12 21:44:22.156 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
82062025-08-12T21:44:23.390Z[ recovery-image] Aug 12 21:44:22.270 INFO O| Aug 12 21:44:22.270 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
82072025-08-12T21:44:23.466Z[ recovery-image] Aug 12 21:44:22.345 INFO O| Aug 12 21:44:22.345 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
82082025-08-12T21:44:23.466Z[ recovery-image] Aug 12 21:44:22.345 INFO O| Aug 12 21:44:22.345 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
82092025-08-12T21:44:23.471Z[ recovery-image] Aug 12 21:44:22.351 INFO O| Aug 12 21:44:22.350 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
82102025-08-12T21:44:23.564Z[ recovery-image] Aug 12 21:44:22.443 INFO O| Aug 12 21:44:22.443 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
82112025-08-12T21:44:23.635Z[ recovery-image] Aug 12 21:44:22.514 INFO O| Aug 12 21:44:22.514 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
82122025-08-12T21:44:23.653Z[ recovery-image] Aug 12 21:44:22.532 INFO O| Aug 12 21:44:22.532 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82132025-08-12T21:44:23.660Z[ recovery-image] Aug 12 21:44:22.540 INFO O| Aug 12 21:44:22.540 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
82142025-08-12T21:44:23.674Z[ recovery-image] Aug 12 21:44:22.553 INFO O| Aug 12 21:44:22.553 INFO no lofi found
82152025-08-12T21:44:23.674Z[ recovery-image] Aug 12 21:44:22.553 INFO O| Aug 12 21:44:22.553 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
82162025-08-12T21:44:23.678Z[ recovery-image] Aug 12 21:44:22.553 INFO O| Aug 12 21:44:22.553 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82172025-08-12T21:44:26.125Z[ recovery-image] Aug 12 21:44:25.004 INFO O| Aug 12 21:44:25.003 INFO lofi device = /dev/dsk/c2t1d0p0
82182025-08-12T21:44:26.125Z[ recovery-image] Aug 12 21:44:25.004 INFO O| Aug 12 21:44:25.003 INFO pool device = /dev/dsk/c2t1d0p0
82192025-08-12T21:44:26.125Z[ recovery-image] Aug 12 21:44:25.004 INFO O| Aug 12 21:44:25.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"]
82202025-08-12T21:44:26.483Z[ recovery-image] Aug 12 21:44:25.361 INFO O| Aug 12 21:44:25.361 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82212025-08-12T21:44:26.483Z[ recovery-image] Aug 12 21:44:25.361 INFO O| Aug 12 21:44:25.361 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
82222025-08-12T21:44:26.534Z[ recovery-image] Aug 12 21:44:25.413 INFO O| Aug 12 21:44:25.412 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
82232025-08-12T21:44:26.885Z[ host-image] Aug 12 21:44:25.764 INFO O| Aug 12 21:44:25.763 INFO O| Planning: Solver setup ... Done
82242025-08-12T21:44:26.897Z[ host-image] Aug 12 21:44:25.775 INFO O| Aug 12 21:44:25.775 INFO O| Planning: Running solver ... Done
82252025-08-12T21:44:26.983Z[ recovery-image] Aug 12 21:44:25.862 INFO O| Aug 12 21:44:25.862 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
82262025-08-12T21:44:27.035Z[ recovery-image] Aug 12 21:44:25.913 INFO O| Aug 12 21:44:25.913 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
82272025-08-12T21:44:27.051Z[ host-image] Aug 12 21:44:25.929 INFO O| Aug 12 21:44:25.929 INFO O| Planning: Finding local manifests ... Done
82282025-08-12T21:44:27.058Z[ recovery-image] Aug 12 21:44:25.937 INFO O| Aug 12 21:44:25.937 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
82292025-08-12T21:44:27.081Z[ recovery-image] Aug 12 21:44:25.959 INFO O| Aug 12 21:44:25.959 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
82302025-08-12T21:44:27.158Z[ recovery-image] Aug 12 21:44:26.037 INFO O| Aug 12 21:44:26.037 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82312025-08-12T21:44:27.162Z[ recovery-image] Aug 12 21:44:26.037 INFO O| Aug 12 21:44:26.037 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82322025-08-12T21:44:27.162Z[ recovery-image] Aug 12 21:44:26.037 INFO O| Aug 12 21:44:26.037 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
82332025-08-12T21:44:27.177Z[ recovery-image] Aug 12 21:44:26.056 INFO O| Aug 12 21:44:26.056 INFO boot environment UUID: ed847a41-7343-4041-81e3-313020a63562
82342025-08-12T21:44:27.177Z[ recovery-image] Aug 12 21:44:26.056 INFO O| Aug 12 21:44:26.056 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = ed847a41-7343-4041-81e3-313020a63562
82352025-08-12T21:44:27.195Z[ recovery-image] Aug 12 21:44:26.073 INFO O| Aug 12 21:44:26.073 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
82362025-08-12T21:44:27.198Z[ host-image] Aug 12 21:44:26.075 INFO O| Aug 12 21:44:26.075 INFO O| Planning: Fetching manifests: 0/1 0% complete
82372025-08-12T21:44:27.212Z[ recovery-image] Aug 12 21:44:26.090 INFO O| Aug 12 21:44:26.090 INFO STEP 0 (create_be) COMPLETE
82382025-08-12T21:44:27.212Z[ recovery-image] Aug 12 21:44:26.090 INFO O| Aug 12 21:44:26.090 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82392025-08-12T21:44:27.231Z[ recovery-image] Aug 12 21:44:26.108 INFO O| Aug 12 21:44:26.108 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"]
82402025-08-12T21:44:27.239Z[ host-image] Aug 12 21:44:26.109 INFO O| Aug 12 21:44:26.109 INFO O| Planning: Fetching manifests: 1/1 100% complete
82412025-08-12T21:44:27.276Z[ host-image] Aug 12 21:44:26.155 INFO O| Aug 12 21:44:26.155 INFO O| Planning: Package planning ... Done
82422025-08-12T21:44:27.280Z[ host-image] Aug 12 21:44:26.155 INFO O| Aug 12 21:44:26.155 INFO O| Planning: Merging actions ... Done
82432025-08-12T21:44:27.403Z[ host-image] Aug 12 21:44:26.281 INFO O| Aug 12 21:44:26.281 INFO O| Planning: Checking for conflicting actions ... Done
82442025-08-12T21:44:27.408Z[ host-image] Aug 12 21:44:26.282 INFO O| Aug 12 21:44:26.282 INFO O| Planning: Consolidating action changes ... Done
82452025-08-12T21:44:28.009Z[ host-image] Aug 12 21:44:26.887 INFO O| Aug 12 21:44:26.886 INFO O| Planning: Evaluating mediators ... Done
82462025-08-12T21:44:28.014Z[ host-image] Aug 12 21:44:26.888 INFO O| Aug 12 21:44:26.887 INFO O| Planning: Planning completed in 9.03 seconds
82472025-08-12T21:44:28.014Z[ host-image] Aug 12 21:44:26.888 INFO O| Aug 12 21:44:26.888 INFO O| Packages to install: 1
82482025-08-12T21:44:28.050Z[ host-image] Aug 12 21:44:26.926 INFO O| Aug 12 21:44:26.925 INFO O| Download: 0/4 items 0.0/10.1MB 0% complete
82492025-08-12T21:44:28.370Z[ host-image] Aug 12 21:44:27.249 INFO O| Aug 12 21:44:27.249 INFO O| Download: Completed 10.09 MB in 0.32 seconds (31.2M/s)
82502025-08-12T21:44:29.887Z[ host-image] Aug 12 21:44:28.765 INFO O| Aug 12 21:44:28.765 INFO O| Actions: 1/22 actions (Installing new actions)
82512025-08-12T21:44:30.865Z[ host-image] Aug 12 21:44:29.741 INFO O| Aug 12 21:44:29.741 INFO O| Actions: Completed 22 actions in 0.98 seconds.
82522025-08-12T21:44:31.592Z[ host-image] Aug 12 21:44:30.469 INFO O| Aug 12 21:44:30.469 INFO O| Done
82532025-08-12T21:44:31.592Z[ host-image] Aug 12 21:44:30.470 INFO O| Aug 12 21:44:30.469 INFO O| Done
82542025-08-12T21:44:32.695Z[ recovery-image] Aug 12 21:44:31.572 INFO O| Aug 12 21:44:31.572 INFO STEP 1 (unpack_tar) COMPLETE
82552025-08-12T21:44:32.695Z[ recovery-image] Aug 12 21:44:31.572 INFO O| Aug 12 21:44:31.572 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82562025-08-12T21:44:32.710Z[ recovery-image] Aug 12 21:44:31.587 INFO O| Aug 12 21:44:31.587 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
82572025-08-12T21:44:33.621Z[ recovery-image] Aug 12 21:44:32.499 INFO O| Aug 12 21:44:32.499 INFO STEP 2 (devfsadm) COMPLETE
82582025-08-12T21:44:33.621Z[ recovery-image] Aug 12 21:44:32.499 INFO O| Aug 12 21:44:32.499 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82592025-08-12T21:44:33.636Z[ recovery-image] Aug 12 21:44:32.514 INFO O| Aug 12 21:44:32.514 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
82602025-08-12T21:44:33.636Z[ recovery-image] Aug 12 21:44:32.514 INFO O| Aug 12 21:44:32.514 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
82612025-08-12T21:44:33.636Z[ recovery-image] Aug 12 21:44:32.514 INFO O| Aug 12 21:44:32.514 INFO STEP 3 (ensure_dir) COMPLETE
82622025-08-12T21:44:33.640Z[ recovery-image] Aug 12 21:44:32.514 INFO O| Aug 12 21:44:32.514 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82632025-08-12T21:44:33.650Z[ recovery-image] Aug 12 21:44:32.528 INFO O| Aug 12 21:44:32.528 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82642025-08-12T21:44:33.654Z[ recovery-image] Aug 12 21:44:32.528 INFO O| Aug 12 21:44:32.528 INFO STEP 4 (ensure_dir) COMPLETE
82652025-08-12T21:44:33.654Z[ recovery-image] Aug 12 21:44:32.528 INFO O| Aug 12 21:44:32.528 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82662025-08-12T21:44:33.664Z[ recovery-image] Aug 12 21:44:32.542 INFO O| Aug 12 21:44:32.542 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
82672025-08-12T21:44:33.664Z[ recovery-image] Aug 12 21:44:32.542 INFO O| Aug 12 21:44:32.542 INFO STEP 5 (ensure_dir) COMPLETE
82682025-08-12T21:44:33.664Z[ recovery-image] Aug 12 21:44:32.542 INFO O| Aug 12 21:44:32.542 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82692025-08-12T21:44:33.678Z[ recovery-image] Aug 12 21:44:32.555 INFO O| Aug 12 21:44:32.555 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82702025-08-12T21:44:33.678Z[ recovery-image] Aug 12 21:44:32.556 INFO O| Aug 12 21:44:32.556 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
82712025-08-12T21:44:33.678Z[ recovery-image] Aug 12 21:44:32.556 INFO O| Aug 12 21:44:32.556 INFO STEP 6 (ensure_dir) COMPLETE
82722025-08-12T21:44:33.682Z[ recovery-image] Aug 12 21:44:32.556 INFO O| Aug 12 21:44:32.556 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82732025-08-12T21:44:33.692Z[ recovery-image] Aug 12 21:44:32.569 INFO O| Aug 12 21:44:32.569 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82742025-08-12T21:44:33.692Z[ recovery-image] Aug 12 21:44:32.570 INFO O| Aug 12 21:44:32.570 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
82752025-08-12T21:44:33.692Z[ recovery-image] Aug 12 21:44:32.570 INFO O| Aug 12 21:44:32.570 INFO STEP 7 (ensure_dir) COMPLETE
82762025-08-12T21:44:33.692Z[ recovery-image] Aug 12 21:44:32.570 INFO O| Aug 12 21:44:32.570 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82772025-08-12T21:44:33.707Z[ recovery-image] Aug 12 21:44:32.584 INFO O| Aug 12 21:44:32.584 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
82782025-08-12T21:44:33.707Z[ recovery-image] Aug 12 21:44:32.585 INFO O| Aug 12 21:44:32.585 INFO STEP 8 (remove_files) COMPLETE
82792025-08-12T21:44:33.707Z[ recovery-image] Aug 12 21:44:32.585 INFO O| Aug 12 21:44:32.585 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82802025-08-12T21:44:33.723Z[ recovery-image] Aug 12 21:44:32.600 INFO O| Aug 12 21:44:32.600 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
82812025-08-12T21:44:33.726Z[ recovery-image] Aug 12 21:44:32.601 INFO O| Aug 12 21:44:32.601 INFO STEP 9 (remove_files) COMPLETE
82822025-08-12T21:44:33.726Z[ recovery-image] Aug 12 21:44:32.601 INFO O| Aug 12 21:44:32.601 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82832025-08-12T21:44:33.738Z[ recovery-image] Aug 12 21:44:32.616 INFO O| Aug 12 21:44:32.615 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
82842025-08-12T21:44:33.746Z[ recovery-image] Aug 12 21:44:32.617 INFO O| Aug 12 21:44:32.616 INFO STEP 10 (remove_files) COMPLETE
82852025-08-12T21:44:33.746Z[ recovery-image] Aug 12 21:44:32.617 INFO O| Aug 12 21:44:32.617 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82862025-08-12T21:44:33.753Z[ recovery-image] Aug 12 21:44:32.631 INFO O| Aug 12 21:44:32.631 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
82872025-08-12T21:44:33.753Z[ recovery-image] Aug 12 21:44:32.631 INFO O| Aug 12 21:44:32.631 INFO STEP 11 (remove_files) COMPLETE
82882025-08-12T21:44:33.757Z[ recovery-image] Aug 12 21:44:32.631 INFO O| Aug 12 21:44:32.631 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82892025-08-12T21:44:33.768Z[ recovery-image] Aug 12 21:44:32.645 INFO O| Aug 12 21:44:32.645 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
82902025-08-12T21:44:33.768Z[ recovery-image] Aug 12 21:44:32.645 INFO O| Aug 12 21:44:32.645 INFO STEP 12 (remove_files) COMPLETE
82912025-08-12T21:44:33.776Z[ recovery-image] Aug 12 21:44:32.645 INFO O| Aug 12 21:44:32.645 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82922025-08-12T21:44:33.781Z[ recovery-image] Aug 12 21:44:32.659 INFO O| Aug 12 21:44:32.659 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
82932025-08-12T21:44:33.781Z[ recovery-image] Aug 12 21:44:32.659 INFO O| Aug 12 21:44:32.659 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
82942025-08-12T21:44:33.781Z[ recovery-image] Aug 12 21:44:32.659 INFO O| Aug 12 21:44:32.659 INFO STEP 13 (ensure_dir) COMPLETE
82952025-08-12T21:44:33.781Z[ recovery-image] Aug 12 21:44:32.659 INFO O| Aug 12 21:44:32.659 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82962025-08-12T21:44:33.795Z[ recovery-image] Aug 12 21:44:32.672 INFO O| Aug 12 21:44:32.672 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82972025-08-12T21:44:33.795Z[ recovery-image] Aug 12 21:44:32.672 INFO O| Aug 12 21:44:32.672 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82982025-08-12T21:44:33.798Z[ recovery-image] Aug 12 21:44:32.672 INFO O| Aug 12 21:44:32.672 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
82992025-08-12T21:44:33.798Z[ recovery-image] Aug 12 21:44:32.672 INFO O| Aug 12 21:44:32.672 INFO STEP 14 (ensure_dir) COMPLETE
83002025-08-12T21:44:33.798Z[ recovery-image] Aug 12 21:44:32.672 INFO O| Aug 12 21:44:32.672 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83012025-08-12T21:44:33.809Z[ recovery-image] Aug 12 21:44:32.686 INFO O| Aug 12 21:44:32.686 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83022025-08-12T21:44:33.809Z[ recovery-image] Aug 12 21:44:32.686 INFO O| Aug 12 21:44:32.686 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83032025-08-12T21:44:33.812Z[ recovery-image] Aug 12 21:44:32.686 INFO O| Aug 12 21:44:32.686 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83042025-08-12T21:44:33.812Z[ recovery-image] Aug 12 21:44:32.686 INFO O| Aug 12 21:44:32.686 INFO STEP 15 (ensure_dir) COMPLETE
83052025-08-12T21:44:33.812Z[ recovery-image] Aug 12 21:44:32.686 INFO O| Aug 12 21:44:32.686 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83062025-08-12T21:44:33.823Z[ recovery-image] Aug 12 21:44:32.700 INFO O| Aug 12 21:44:32.700 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83072025-08-12T21:44:33.823Z[ recovery-image] Aug 12 21:44:32.700 INFO O| Aug 12 21:44:32.700 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83082025-08-12T21:44:33.823Z[ recovery-image] Aug 12 21:44:32.700 INFO O| Aug 12 21:44:32.700 INFO STEP 16 (ensure_dir) COMPLETE
83092025-08-12T21:44:33.826Z[ recovery-image] Aug 12 21:44:32.700 INFO O| Aug 12 21:44:32.700 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83102025-08-12T21:44:33.837Z[ recovery-image] Aug 12 21:44:32.714 INFO O| Aug 12 21:44:32.714 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83112025-08-12T21:44:33.837Z[ recovery-image] Aug 12 21:44:32.714 INFO O| Aug 12 21:44:32.714 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83122025-08-12T21:44:33.837Z[ recovery-image] Aug 12 21:44:32.714 INFO O| Aug 12 21:44:32.714 INFO STEP 17 (ensure_dir) COMPLETE
83132025-08-12T21:44:33.840Z[ recovery-image] Aug 12 21:44:32.714 INFO O| Aug 12 21:44:32.714 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83142025-08-12T21:44:33.850Z[ recovery-image] Aug 12 21:44:32.727 INFO O| Aug 12 21:44:32.727 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
83152025-08-12T21:44:33.850Z[ recovery-image] Aug 12 21:44:32.727 INFO O| Aug 12 21:44:32.727 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
83162025-08-12T21:44:33.850Z[ recovery-image] Aug 12 21:44:32.727 INFO O| Aug 12 21:44:32.727 INFO ok!
83172025-08-12T21:44:33.850Z[ recovery-image] Aug 12 21:44:32.728 INFO O| Aug 12 21:44:32.727 INFO STEP 18 (ensure_symlink) COMPLETE
83182025-08-12T21:44:33.853Z[ recovery-image] Aug 12 21:44:32.728 INFO O| Aug 12 21:44:32.727 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83192025-08-12T21:44:33.863Z[ recovery-image] Aug 12 21:44:32.741 INFO O| Aug 12 21:44:32.740 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
83202025-08-12T21:44:33.863Z[ recovery-image] Aug 12 21:44:32.741 INFO O| Aug 12 21:44:32.741 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
83212025-08-12T21:44:33.867Z[ recovery-image] Aug 12 21:44:32.741 INFO O| Aug 12 21:44:32.741 INFO ok!
83222025-08-12T21:44:33.867Z[ recovery-image] Aug 12 21:44:32.741 INFO O| Aug 12 21:44:32.741 INFO STEP 19 (ensure_file) COMPLETE
83232025-08-12T21:44:33.867Z[ recovery-image] Aug 12 21:44:32.741 INFO O| Aug 12 21:44:32.741 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83242025-08-12T21:44:33.876Z[ recovery-image] Aug 12 21:44:32.753 INFO O| Aug 12 21:44:32.753 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
83252025-08-12T21:44:33.876Z[ recovery-image] Aug 12 21:44:32.754 INFO O| Aug 12 21:44:32.753 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
83262025-08-12T21:44:33.879Z[ recovery-image] Aug 12 21:44:32.754 INFO O| Aug 12 21:44:32.754 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
83272025-08-12T21:44:33.879Z[ recovery-image] Aug 12 21:44:32.754 INFO O| Aug 12 21:44:32.754 INFO ok!
83282025-08-12T21:44:33.879Z[ recovery-image] Aug 12 21:44:32.754 INFO O| Aug 12 21:44:32.754 INFO STEP 20 (ensure_symlink) COMPLETE
83292025-08-12T21:44:33.879Z[ recovery-image] Aug 12 21:44:32.754 INFO O| Aug 12 21:44:32.754 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83302025-08-12T21:44:33.890Z[ recovery-image] Aug 12 21:44:32.767 INFO O| Aug 12 21:44:32.767 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
83312025-08-12T21:44:33.890Z[ recovery-image] Aug 12 21:44:32.767 INFO O| Aug 12 21:44:32.767 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
83322025-08-12T21:44:33.893Z[ recovery-image] Aug 12 21:44:32.767 INFO O| Aug 12 21:44:32.767 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
83332025-08-12T21:44:33.893Z[ recovery-image] Aug 12 21:44:32.767 INFO O| Aug 12 21:44:32.767 INFO ok!
83342025-08-12T21:44:33.893Z[ recovery-image] Aug 12 21:44:32.767 INFO O| Aug 12 21:44:32.767 INFO STEP 21 (ensure_symlink) COMPLETE
83352025-08-12T21:44:33.893Z[ recovery-image] Aug 12 21:44:32.767 INFO O| Aug 12 21:44:32.767 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83362025-08-12T21:44:33.904Z[ recovery-image] Aug 12 21:44:32.781 INFO O| Aug 12 21:44:32.781 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
83372025-08-12T21:44:33.904Z[ recovery-image] Aug 12 21:44:32.781 INFO O| Aug 12 21:44:32.781 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
83382025-08-12T21:44:33.904Z[ recovery-image] Aug 12 21:44:32.781 INFO O| Aug 12 21:44:32.781 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
83392025-08-12T21:44:33.907Z[ recovery-image] Aug 12 21:44:32.781 INFO O| Aug 12 21:44:32.781 INFO ok!
83402025-08-12T21:44:33.907Z[ recovery-image] Aug 12 21:44:32.781 INFO O| Aug 12 21:44:32.781 INFO STEP 22 (ensure_symlink) COMPLETE
83412025-08-12T21:44:33.907Z[ recovery-image] Aug 12 21:44:32.781 INFO O| Aug 12 21:44:32.781 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83422025-08-12T21:44:33.917Z[ recovery-image] Aug 12 21:44:32.794 INFO O| Aug 12 21:44:32.794 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
83432025-08-12T21:44:33.917Z[ recovery-image] Aug 12 21:44:32.794 INFO O| Aug 12 21:44:32.794 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
83442025-08-12T21:44:33.920Z[ recovery-image] Aug 12 21:44:32.794 INFO O| Aug 12 21:44:32.794 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
83452025-08-12T21:44:33.920Z[ recovery-image] Aug 12 21:44:32.795 INFO O| Aug 12 21:44:32.794 INFO ok!
83462025-08-12T21:44:33.920Z[ recovery-image] Aug 12 21:44:32.795 INFO O| Aug 12 21:44:32.794 INFO STEP 23 (ensure_symlink) COMPLETE
83472025-08-12T21:44:33.920Z[ recovery-image] Aug 12 21:44:32.795 INFO O| Aug 12 21:44:32.794 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83482025-08-12T21:44:33.930Z[ recovery-image] Aug 12 21:44:32.808 INFO O| Aug 12 21:44:32.808 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
83492025-08-12T21:44:33.931Z[ recovery-image] Aug 12 21:44:32.808 INFO O| Aug 12 21:44:32.808 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 ...
83502025-08-12T21:44:33.934Z[ recovery-image] Aug 12 21:44:32.808 INFO O| Aug 12 21:44:32.808 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
83512025-08-12T21:44:33.934Z[ recovery-image] Aug 12 21:44:32.808 INFO O| Aug 12 21:44:32.808 INFO ok!
83522025-08-12T21:44:33.934Z[ recovery-image] Aug 12 21:44:32.808 INFO O| Aug 12 21:44:32.808 INFO STEP 24 (ensure_file) COMPLETE
83532025-08-12T21:44:33.934Z[ recovery-image] Aug 12 21:44:32.808 INFO O| Aug 12 21:44:32.808 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
83542025-08-12T21:44:33.944Z[ recovery-image] Aug 12 21:44:32.822 INFO O| Aug 12 21:44:32.822 INFO updating shadow file
83552025-08-12T21:44:33.948Z[ recovery-image] Aug 12 21:44:32.822 INFO O| Aug 12 21:44:32.822 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
83562025-08-12T21:44:33.948Z[ recovery-image] Aug 12 21:44:32.822 INFO O| Aug 12 21:44:32.822 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
83572025-08-12T21:44:33.948Z[ recovery-image] Aug 12 21:44:32.822 INFO O| Aug 12 21:44:32.822 INFO STEP 25 (shadow) COMPLETE
83582025-08-12T21:44:33.948Z[ recovery-image] Aug 12 21:44:32.822 INFO O| Aug 12 21:44:32.822 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83592025-08-12T21:44:33.958Z[ recovery-image] Aug 12 21:44:32.835 INFO O| Aug 12 21:44:32.835 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
83602025-08-12T21:44:33.958Z[ recovery-image] Aug 12 21:44:32.835 INFO O| Aug 12 21:44:32.835 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
83612025-08-12T21:44:33.961Z[ recovery-image] Aug 12 21:44:32.835 INFO O| Aug 12 21:44:32.835 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
83622025-08-12T21:44:33.961Z[ recovery-image] Aug 12 21:44:32.836 INFO O| Aug 12 21:44:32.835 INFO ok!
83632025-08-12T21:44:33.961Z[ recovery-image] Aug 12 21:44:32.836 INFO O| Aug 12 21:44:32.835 INFO STEP 26 (ensure_file) COMPLETE
83642025-08-12T21:44:33.961Z[ recovery-image] Aug 12 21:44:32.836 INFO O| Aug 12 21:44:32.835 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83652025-08-12T21:44:33.971Z[ recovery-image] Aug 12 21:44:32.849 INFO O| Aug 12 21:44:32.849 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
83662025-08-12T21:44:33.971Z[ recovery-image] Aug 12 21:44:32.849 INFO O| Aug 12 21:44:32.849 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
83672025-08-12T21:44:33.975Z[ recovery-image] Aug 12 21:44:32.849 INFO O| Aug 12 21:44:32.849 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
83682025-08-12T21:44:33.975Z[ recovery-image] Aug 12 21:44:32.849 INFO O| Aug 12 21:44:32.849 INFO ok!
83692025-08-12T21:44:33.975Z[ recovery-image] Aug 12 21:44:32.849 INFO O| Aug 12 21:44:32.849 INFO STEP 27 (ensure_file) COMPLETE
83702025-08-12T21:44:33.975Z[ recovery-image] Aug 12 21:44:32.849 INFO O| Aug 12 21:44:32.849 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83712025-08-12T21:44:33.980Z[ host-image] Aug 12 21:44:32.854 INFO O| Aug 12 21:44:32.854 INFO O| Done
83722025-08-12T21:44:33.985Z[ recovery-image] Aug 12 21:44:32.862 INFO O| Aug 12 21:44:32.862 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
83732025-08-12T21:44:33.985Z[ recovery-image] Aug 12 21:44:32.862 INFO O| Aug 12 21:44:32.862 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
83742025-08-12T21:44:33.988Z[ recovery-image] Aug 12 21:44:32.863 INFO O| Aug 12 21:44:32.862 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
83752025-08-12T21:44:33.989Z[ recovery-image] Aug 12 21:44:32.863 INFO O| Aug 12 21:44:32.863 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
83762025-08-12T21:44:33.989Z[ recovery-image] Aug 12 21:44:32.863 INFO O| Aug 12 21:44:32.863 INFO ok!
83772025-08-12T21:44:33.989Z[ recovery-image] Aug 12 21:44:32.863 INFO O| Aug 12 21:44:32.863 INFO STEP 28 (ensure_file) COMPLETE
83782025-08-12T21:44:33.989Z[ recovery-image] Aug 12 21:44:32.863 INFO O| Aug 12 21:44:32.863 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83792025-08-12T21:44:33.999Z[ recovery-image] Aug 12 21:44:32.876 INFO O| Aug 12 21:44:32.876 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
83802025-08-12T21:44:33.999Z[ recovery-image] Aug 12 21:44:32.876 INFO O| Aug 12 21:44:32.876 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
83812025-08-12T21:44:34.018Z[ recovery-image] Aug 12 21:44:32.876 INFO O| Aug 12 21:44:32.876 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
83822025-08-12T21:44:34.018Z[ recovery-image] Aug 12 21:44:32.876 INFO O| Aug 12 21:44:32.876 INFO ok!
83832025-08-12T21:44:34.018Z[ recovery-image] Aug 12 21:44:32.876 INFO O| Aug 12 21:44:32.876 INFO STEP 29 (ensure_file) COMPLETE
83842025-08-12T21:44:34.018Z[ recovery-image] Aug 12 21:44:32.876 INFO O| Aug 12 21:44:32.876 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
83852025-08-12T21:44:34.018Z[ recovery-image] Aug 12 21:44:32.890 INFO O| Aug 12 21:44:32.890 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
83862025-08-12T21:44:34.018Z[ recovery-image] Aug 12 21:44:32.890 INFO O| Aug 12 21:44:32.890 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
83872025-08-12T21:44:34.018Z[ recovery-image] Aug 12 21:44:32.890 INFO O| Aug 12 21:44:32.890 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
83882025-08-12T21:44:34.018Z[ recovery-image] Aug 12 21:44:32.890 INFO O| Aug 12 21:44:32.890 INFO STEP 30 (ensure_dir) COMPLETE
83892025-08-12T21:44:34.018Z[ recovery-image] Aug 12 21:44:32.890 INFO O| Aug 12 21:44:32.890 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83902025-08-12T21:44:34.027Z[ recovery-image] Aug 12 21:44:32.904 INFO O| Aug 12 21:44:32.904 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
83912025-08-12T21:44:34.027Z[ recovery-image] Aug 12 21:44:32.904 INFO O| Aug 12 21:44:32.904 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 ...
83922025-08-12T21:44:34.027Z[ recovery-image] Aug 12 21:44:32.904 INFO O| Aug 12 21:44:32.904 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
83932025-08-12T21:44:34.027Z[ recovery-image] Aug 12 21:44:32.904 INFO O| Aug 12 21:44:32.904 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
83942025-08-12T21:44:34.030Z[ recovery-image] Aug 12 21:44:32.904 INFO O| Aug 12 21:44:32.904 INFO ok!
83952025-08-12T21:44:34.030Z[ recovery-image] Aug 12 21:44:32.904 INFO O| Aug 12 21:44:32.904 INFO STEP 31 (ensure_file) COMPLETE
83962025-08-12T21:44:34.030Z[ recovery-image] Aug 12 21:44:32.904 INFO O| Aug 12 21:44:32.904 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
83972025-08-12T21:44:34.042Z[ recovery-image] Aug 12 21:44:32.919 INFO O| Aug 12 21:44:32.919 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
83982025-08-12T21:44:34.042Z[ recovery-image] Aug 12 21:44:32.919 INFO O| Aug 12 21:44:32.919 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
83992025-08-12T21:44:34.045Z[ recovery-image] Aug 12 21:44:32.919 INFO O| Aug 12 21:44:32.919 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84002025-08-12T21:44:34.045Z[ recovery-image] Aug 12 21:44:32.919 INFO O| Aug 12 21:44:32.919 INFO STEP 32 (ensure_dir) COMPLETE
84012025-08-12T21:44:34.045Z[ recovery-image] Aug 12 21:44:32.919 INFO O| Aug 12 21:44:32.919 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84022025-08-12T21:44:34.055Z[ recovery-image] Aug 12 21:44:32.932 INFO O| Aug 12 21:44:32.932 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
84032025-08-12T21:44:34.058Z[ recovery-image] Aug 12 21:44:32.932 INFO O| Aug 12 21:44:32.932 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 ...
84042025-08-12T21:44:34.058Z[ recovery-image] Aug 12 21:44:32.933 INFO O| Aug 12 21:44:32.932 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
84052025-08-12T21:44:34.059Z[ recovery-image] Aug 12 21:44:32.933 INFO O| Aug 12 21:44:32.933 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
84062025-08-12T21:44:34.059Z[ recovery-image] Aug 12 21:44:32.933 INFO O| Aug 12 21:44:32.933 INFO ok!
84072025-08-12T21:44:34.059Z[ recovery-image] Aug 12 21:44:32.933 INFO O| Aug 12 21:44:32.933 INFO STEP 33 (ensure_file) COMPLETE
84082025-08-12T21:44:34.059Z[ recovery-image] Aug 12 21:44:32.933 INFO O| Aug 12 21:44:32.933 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84092025-08-12T21:44:34.069Z[ recovery-image] Aug 12 21:44:32.946 INFO O| Aug 12 21:44:32.946 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
84102025-08-12T21:44:34.069Z[ recovery-image] Aug 12 21:44:32.946 INFO O| Aug 12 21:44:32.946 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
84112025-08-12T21:44:34.073Z[ recovery-image] Aug 12 21:44:32.946 INFO O| Aug 12 21:44:32.946 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
84122025-08-12T21:44:34.073Z[ recovery-image] Aug 12 21:44:32.946 INFO O| Aug 12 21:44:32.946 INFO ok!
84132025-08-12T21:44:34.073Z[ recovery-image] Aug 12 21:44:32.946 INFO O| Aug 12 21:44:32.946 INFO STEP 34 (ensure_file) COMPLETE
84142025-08-12T21:44:34.073Z[ recovery-image] Aug 12 21:44:32.946 INFO O| Aug 12 21:44:32.946 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84152025-08-12T21:44:34.084Z[ recovery-image] Aug 12 21:44:32.960 INFO O| Aug 12 21:44:32.960 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
84162025-08-12T21:44:34.084Z[ recovery-image] Aug 12 21:44:32.960 INFO O| Aug 12 21:44:32.960 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
84172025-08-12T21:44:34.084Z[ recovery-image] Aug 12 21:44:32.961 INFO O| Aug 12 21:44:32.961 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84182025-08-12T21:44:34.087Z[ recovery-image] Aug 12 21:44:32.961 INFO O| Aug 12 21:44:32.961 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84192025-08-12T21:44:34.087Z[ recovery-image] Aug 12 21:44:32.961 INFO O| Aug 12 21:44:32.961 INFO ok!
84202025-08-12T21:44:34.087Z[ recovery-image] Aug 12 21:44:32.961 INFO O| Aug 12 21:44:32.961 INFO STEP 35 (ensure_file) COMPLETE
84212025-08-12T21:44:34.087Z[ recovery-image] Aug 12 21:44:32.961 INFO O| Aug 12 21:44:32.961 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84222025-08-12T21:44:34.097Z[ recovery-image] Aug 12 21:44:32.974 INFO O| Aug 12 21:44:32.974 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
84232025-08-12T21:44:34.097Z[ recovery-image] Aug 12 21:44:32.974 INFO O| Aug 12 21:44:32.974 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
84242025-08-12T21:44:34.097Z[ recovery-image] Aug 12 21:44:32.974 INFO O| Aug 12 21:44:32.974 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
84252025-08-12T21:44:34.100Z[ recovery-image] Aug 12 21:44:32.974 INFO O| Aug 12 21:44:32.974 INFO ok!
84262025-08-12T21:44:34.100Z[ recovery-image] Aug 12 21:44:32.974 INFO O| Aug 12 21:44:32.974 INFO STEP 36 (ensure_file) COMPLETE
84272025-08-12T21:44:34.101Z[ recovery-image] Aug 12 21:44:32.975 INFO O| Aug 12 21:44:32.974 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84282025-08-12T21:44:34.110Z[ recovery-image] Aug 12 21:44:32.987 INFO O| Aug 12 21:44:32.987 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
84292025-08-12T21:44:34.110Z[ recovery-image] Aug 12 21:44:32.987 INFO O| Aug 12 21:44:32.987 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
84302025-08-12T21:44:34.113Z[ recovery-image] Aug 12 21:44:32.988 INFO O| Aug 12 21:44:32.987 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
84312025-08-12T21:44:34.113Z[ recovery-image] Aug 12 21:44:32.988 INFO O| Aug 12 21:44:32.988 INFO ok!
84322025-08-12T21:44:34.113Z[ recovery-image] Aug 12 21:44:32.988 INFO O| Aug 12 21:44:32.988 INFO STEP 37 (ensure_file) COMPLETE
84332025-08-12T21:44:34.113Z[ recovery-image] Aug 12 21:44:32.988 INFO O| Aug 12 21:44:32.988 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84342025-08-12T21:44:34.124Z[ recovery-image] Aug 12 21:44:33.001 INFO O| Aug 12 21:44:33.001 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
84352025-08-12T21:44:34.124Z[ recovery-image] Aug 12 21:44:33.001 INFO O| Aug 12 21:44:33.001 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
84362025-08-12T21:44:34.124Z[ recovery-image] Aug 12 21:44:33.001 INFO O| Aug 12 21:44:33.001 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84372025-08-12T21:44:34.127Z[ recovery-image] Aug 12 21:44:33.001 INFO O| Aug 12 21:44:33.001 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84382025-08-12T21:44:34.127Z[ recovery-image] Aug 12 21:44:33.001 INFO O| Aug 12 21:44:33.001 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84392025-08-12T21:44:34.127Z[ recovery-image] Aug 12 21:44:33.001 INFO O| Aug 12 21:44:33.001 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84402025-08-12T21:44:34.127Z[ recovery-image] Aug 12 21:44:33.001 INFO O| Aug 12 21:44:33.001 INFO ok!
84412025-08-12T21:44:34.127Z[ recovery-image] Aug 12 21:44:33.001 INFO O| Aug 12 21:44:33.001 INFO STEP 38 (ensure_file) COMPLETE
84422025-08-12T21:44:34.127Z[ recovery-image] Aug 12 21:44:33.001 INFO O| Aug 12 21:44:33.001 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84432025-08-12T21:44:34.137Z[ recovery-image] Aug 12 21:44:33.015 INFO O| Aug 12 21:44:33.014 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84442025-08-12T21:44:34.137Z[ recovery-image] Aug 12 21:44:33.015 INFO O| Aug 12 21:44:33.015 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84452025-08-12T21:44:34.137Z[ recovery-image] Aug 12 21:44:33.015 INFO O| Aug 12 21:44:33.015 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84462025-08-12T21:44:34.137Z[ recovery-image] Aug 12 21:44:33.015 INFO O| Aug 12 21:44:33.015 INFO STEP 39 (ensure_dir) COMPLETE
84472025-08-12T21:44:34.141Z[ recovery-image] Aug 12 21:44:33.015 INFO O| Aug 12 21:44:33.015 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84482025-08-12T21:44:34.157Z[ recovery-image] Aug 12 21:44:33.033 INFO O| Aug 12 21:44:33.033 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
84492025-08-12T21:44:34.157Z[ recovery-image] Aug 12 21:44:33.033 INFO O| Aug 12 21:44:33.033 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 ...
84502025-08-12T21:44:34.161Z[ recovery-image] Aug 12 21:44:33.033 INFO O| Aug 12 21:44:33.033 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
84512025-08-12T21:44:34.161Z[ recovery-image] Aug 12 21:44:33.033 INFO O| Aug 12 21:44:33.033 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
84522025-08-12T21:44:34.161Z[ recovery-image] Aug 12 21:44:33.033 INFO O| Aug 12 21:44:33.033 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
84532025-08-12T21:44:34.161Z[ recovery-image] Aug 12 21:44:33.033 INFO O| Aug 12 21:44:33.033 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
84542025-08-12T21:44:34.161Z[ recovery-image] Aug 12 21:44:33.033 INFO O| Aug 12 21:44:33.033 INFO ok!
84552025-08-12T21:44:34.161Z[ recovery-image] Aug 12 21:44:33.033 INFO O| Aug 12 21:44:33.033 INFO STEP 40 (ensure_file) COMPLETE
84562025-08-12T21:44:34.161Z[ recovery-image] Aug 12 21:44:33.033 INFO O| Aug 12 21:44:33.033 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84572025-08-12T21:44:34.170Z[ recovery-image] Aug 12 21:44:33.047 INFO O| Aug 12 21:44:33.047 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
84582025-08-12T21:44:34.170Z[ recovery-image] Aug 12 21:44:33.047 INFO O| Aug 12 21:44:33.047 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 ...
84592025-08-12T21:44:34.173Z[ recovery-image] Aug 12 21:44:33.047 INFO O| Aug 12 21:44:33.047 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
84602025-08-12T21:44:34.173Z[ recovery-image] Aug 12 21:44:33.047 INFO O| Aug 12 21:44:33.047 INFO ok!
84612025-08-12T21:44:34.173Z[ recovery-image] Aug 12 21:44:33.047 INFO O| Aug 12 21:44:33.047 INFO STEP 41 (ensure_symlink) COMPLETE
84622025-08-12T21:44:34.173Z[ recovery-image] Aug 12 21:44:33.047 INFO O| Aug 12 21:44:33.047 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84632025-08-12T21:44:34.184Z[ recovery-image] Aug 12 21:44:33.061 INFO O| Aug 12 21:44:33.061 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
84642025-08-12T21:44:34.184Z[ recovery-image] Aug 12 21:44:33.061 INFO O| Aug 12 21:44:33.061 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
84652025-08-12T21:44:34.188Z[ recovery-image] Aug 12 21:44:33.061 INFO O| Aug 12 21:44:33.061 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
84662025-08-12T21:44:34.188Z[ recovery-image] Aug 12 21:44:33.061 INFO O| Aug 12 21:44:33.061 INFO ok!
84672025-08-12T21:44:34.188Z[ recovery-image] Aug 12 21:44:33.061 INFO O| Aug 12 21:44:33.061 INFO STEP 42 (ensure_symlink) COMPLETE
84682025-08-12T21:44:34.188Z[ recovery-image] Aug 12 21:44:33.061 INFO O| Aug 12 21:44:33.061 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84692025-08-12T21:44:34.198Z[ recovery-image] Aug 12 21:44:33.076 INFO O| Aug 12 21:44:33.075 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
84702025-08-12T21:44:34.198Z[ recovery-image] Aug 12 21:44:33.076 INFO O| Aug 12 21:44:33.076 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
84712025-08-12T21:44:34.202Z[ recovery-image] Aug 12 21:44:33.076 INFO O| Aug 12 21:44:33.076 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84722025-08-12T21:44:34.202Z[ recovery-image] Aug 12 21:44:33.076 INFO O| Aug 12 21:44:33.076 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84732025-08-12T21:44:34.202Z[ recovery-image] Aug 12 21:44:33.076 INFO O| Aug 12 21:44:33.076 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84742025-08-12T21:44:34.202Z[ recovery-image] Aug 12 21:44:33.076 INFO O| Aug 12 21:44:33.076 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
84752025-08-12T21:44:34.202Z[ recovery-image] Aug 12 21:44:33.076 INFO O| Aug 12 21:44:33.076 INFO ok!
84762025-08-12T21:44:34.202Z[ recovery-image] Aug 12 21:44:33.076 INFO O| Aug 12 21:44:33.076 INFO STEP 43 (ensure_file) COMPLETE
84772025-08-12T21:44:34.202Z[ recovery-image] Aug 12 21:44:33.076 INFO O| Aug 12 21:44:33.076 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84782025-08-12T21:44:34.212Z[ recovery-image] Aug 12 21:44:33.089 INFO O| Aug 12 21:44:33.089 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
84792025-08-12T21:44:34.212Z[ recovery-image] Aug 12 21:44:33.090 INFO O| Aug 12 21:44:33.089 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 ...
84802025-08-12T21:44:34.212Z[ recovery-image] Aug 12 21:44:33.090 INFO O| Aug 12 21:44:33.090 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
84812025-08-12T21:44:34.216Z[ recovery-image] Aug 12 21:44:33.090 INFO O| Aug 12 21:44:33.090 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
84822025-08-12T21:44:34.216Z[ recovery-image] Aug 12 21:44:33.090 INFO O| Aug 12 21:44:33.090 INFO ok!
84832025-08-12T21:44:34.216Z[ recovery-image] Aug 12 21:44:33.090 INFO O| Aug 12 21:44:33.090 INFO STEP 44 (ensure_file) COMPLETE
84842025-08-12T21:44:34.216Z[ recovery-image] Aug 12 21:44:33.090 INFO O| Aug 12 21:44:33.090 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84852025-08-12T21:44:34.227Z[ recovery-image] Aug 12 21:44:33.105 INFO O| Aug 12 21:44:33.104 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
84862025-08-12T21:44:34.231Z[ recovery-image] Aug 12 21:44:33.105 INFO O| Aug 12 21:44:33.105 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
84872025-08-12T21:44:34.231Z[ recovery-image] Aug 12 21:44:33.105 INFO O| Aug 12 21:44:33.105 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
84882025-08-12T21:44:34.231Z[ recovery-image] Aug 12 21:44:33.105 INFO O| Aug 12 21:44:33.105 INFO ok!
84892025-08-12T21:44:34.231Z[ recovery-image] Aug 12 21:44:33.105 INFO O| Aug 12 21:44:33.105 INFO STEP 45 (ensure_file) COMPLETE
84902025-08-12T21:44:34.231Z[ recovery-image] Aug 12 21:44:33.105 INFO O| Aug 12 21:44:33.105 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
84912025-08-12T21:44:34.246Z[ recovery-image] Aug 12 21:44:33.123 INFO O| Aug 12 21:44:33.123 INFO updating shadow file
84922025-08-12T21:44:34.246Z[ recovery-image] Aug 12 21:44:33.123 INFO O| Aug 12 21:44:33.123 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84932025-08-12T21:44:34.249Z[ recovery-image] Aug 12 21:44:33.123 INFO O| Aug 12 21:44:33.123 INFO STEP 46 (shadow) COMPLETE
84942025-08-12T21:44:34.249Z[ recovery-image] Aug 12 21:44:33.123 INFO O| Aug 12 21:44:33.123 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
84952025-08-12T21:44:34.260Z[ recovery-image] Aug 12 21:44:33.137 INFO O| Aug 12 21:44:33.137 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
84962025-08-12T21:44:34.260Z[ recovery-image] Aug 12 21:44:33.137 INFO O| Aug 12 21:44:33.137 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
84972025-08-12T21:44:34.260Z[ recovery-image] Aug 12 21:44:33.138 INFO O| Aug 12 21:44:33.137 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
84982025-08-12T21:44:34.264Z[ recovery-image] Aug 12 21:44:33.138 INFO O| Aug 12 21:44:33.138 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
84992025-08-12T21:44:34.264Z[ recovery-image] Aug 12 21:44:33.138 INFO O| Aug 12 21:44:33.138 INFO ok!
85002025-08-12T21:44:34.264Z[ recovery-image] Aug 12 21:44:33.138 INFO O| Aug 12 21:44:33.138 INFO STEP 47 (ensure_file) COMPLETE
85012025-08-12T21:44:34.264Z[ recovery-image] Aug 12 21:44:33.138 INFO O| Aug 12 21:44:33.138 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85022025-08-12T21:44:34.275Z[ recovery-image] Aug 12 21:44:33.153 INFO O| Aug 12 21:44:33.152 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
85032025-08-12T21:44:34.275Z[ recovery-image] Aug 12 21:44:33.153 INFO O| Aug 12 21:44:33.152 INFO STEP 48 (ensure_dir) COMPLETE
85042025-08-12T21:44:34.279Z[ recovery-image] Aug 12 21:44:33.153 INFO O| Aug 12 21:44:33.152 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85052025-08-12T21:44:34.289Z[ recovery-image] Aug 12 21:44:33.166 INFO O| Aug 12 21:44:33.166 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85062025-08-12T21:44:34.294Z[ recovery-image] Aug 12 21:44:33.166 INFO O| Aug 12 21:44:33.166 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85072025-08-12T21:44:34.299Z[ recovery-image] Aug 12 21:44:33.166 INFO O| Aug 12 21:44:33.166 INFO STEP 49 (ensure_dir) COMPLETE
85082025-08-12T21:44:34.302Z[ recovery-image] Aug 12 21:44:33.166 INFO O| Aug 12 21:44:33.166 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85092025-08-12T21:44:34.305Z[ recovery-image] Aug 12 21:44:33.181 INFO O| Aug 12 21:44:33.181 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85102025-08-12T21:44:34.305Z[ recovery-image] Aug 12 21:44:33.181 INFO O| Aug 12 21:44:33.181 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85112025-08-12T21:44:34.305Z[ recovery-image] Aug 12 21:44:33.181 INFO O| Aug 12 21:44:33.181 INFO STEP 50 (ensure_dir) COMPLETE
85122025-08-12T21:44:34.305Z[ recovery-image] Aug 12 21:44:33.181 INFO O| Aug 12 21:44:33.181 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85132025-08-12T21:44:34.318Z[ recovery-image] Aug 12 21:44:33.196 INFO O| Aug 12 21:44:33.196 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
85142025-08-12T21:44:34.319Z[ recovery-image] Aug 12 21:44:33.196 INFO O| Aug 12 21:44:33.196 INFO copying /tmp/.tmp21quSy/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
85152025-08-12T21:44:34.405Z[ recovery-image] Aug 12 21:44:33.282 INFO O| Aug 12 21:44:33.282 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
85162025-08-12T21:44:34.405Z[ recovery-image] Aug 12 21:44:33.282 INFO O| Aug 12 21:44:33.282 INFO ok!
85172025-08-12T21:44:34.408Z[ recovery-image] Aug 12 21:44:33.282 INFO O| Aug 12 21:44:33.282 INFO STEP 51 (ensure_file) COMPLETE
85182025-08-12T21:44:34.409Z[ recovery-image] Aug 12 21:44:33.282 INFO O| Aug 12 21:44:33.282 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85192025-08-12T21:44:34.478Z[ recovery-image] Aug 12 21:44:33.300 INFO O| Aug 12 21:44:33.300 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85202025-08-12T21:44:34.478Z[ recovery-image] Aug 12 21:44:33.300 INFO O| Aug 12 21:44:33.300 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85212025-08-12T21:44:34.478Z[ recovery-image] Aug 12 21:44:33.300 INFO O| Aug 12 21:44:33.300 INFO STEP 52 (ensure_dir) COMPLETE
85222025-08-12T21:44:34.478Z[ recovery-image] Aug 12 21:44:33.300 INFO O| Aug 12 21:44:33.300 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85232025-08-12T21:44:34.505Z[ recovery-image] Aug 12 21:44:33.382 INFO O| Aug 12 21:44:33.382 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
85242025-08-12T21:44:34.505Z[ recovery-image] Aug 12 21:44:33.382 INFO O| Aug 12 21:44:33.382 INFO copying /tmp/.tmp21quSy/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
85252025-08-12T21:44:34.508Z[ recovery-image] Aug 12 21:44:33.382 INFO O| Aug 12 21:44:33.382 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
85262025-08-12T21:44:34.508Z[ recovery-image] Aug 12 21:44:33.382 INFO O| Aug 12 21:44:33.382 INFO ok!
85272025-08-12T21:44:34.508Z[ recovery-image] Aug 12 21:44:33.382 INFO O| Aug 12 21:44:33.382 INFO STEP 53 (ensure_file) COMPLETE
85282025-08-12T21:44:34.508Z[ recovery-image] Aug 12 21:44:33.382 INFO O| Aug 12 21:44:33.382 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85292025-08-12T21:44:34.525Z[ recovery-image] Aug 12 21:44:33.402 INFO O| Aug 12 21:44:33.402 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
85302025-08-12T21:44:34.525Z[ recovery-image] Aug 12 21:44:33.402 INFO O| Aug 12 21:44:33.402 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
85312025-08-12T21:44:34.528Z[ recovery-image] Aug 12 21:44:33.402 INFO O| Aug 12 21:44:33.402 INFO STEP 54 (ensure_dir) COMPLETE
85322025-08-12T21:44:34.529Z[ recovery-image] Aug 12 21:44:33.402 INFO O| Aug 12 21:44:33.402 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85332025-08-12T21:44:34.544Z[ recovery-image] Aug 12 21:44:33.420 INFO O| Aug 12 21:44:33.420 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
85342025-08-12T21:44:34.544Z[ recovery-image] Aug 12 21:44:33.420 INFO O| Aug 12 21:44:33.420 INFO copying /tmp/.tmp21quSy/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
85352025-08-12T21:44:36.481Z[ recovery-image] Aug 12 21:44:35.358 INFO O| Aug 12 21:44:35.358 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
85362025-08-12T21:44:36.481Z[ recovery-image] Aug 12 21:44:35.358 INFO O| Aug 12 21:44:35.358 INFO ok!
85372025-08-12T21:44:36.481Z[ recovery-image] Aug 12 21:44:35.358 INFO O| Aug 12 21:44:35.358 INFO STEP 55 (ensure_file) COMPLETE
85382025-08-12T21:44:36.485Z[ recovery-image] Aug 12 21:44:35.358 INFO O| Aug 12 21:44:35.358 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85392025-08-12T21:44:36.495Z[ recovery-image] Aug 12 21:44:35.372 INFO O| Aug 12 21:44:35.372 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
85402025-08-12T21:44:36.495Z[ recovery-image] Aug 12 21:44:35.372 INFO O| Aug 12 21:44:35.372 INFO copying /tmp/.tmp21quSy/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
85412025-08-12T21:44:37.844Z[ host-image] Aug 12 21:44:36.719 INFO O| Aug 12 21:44:36.719 INFO O| Done
85422025-08-12T21:44:37.897Z[ host-image] Aug 12 21:44:36.774 INFO O| Aug 12 21:44:36.774 INFO O| Done
85432025-08-12T21:44:37.901Z[ host-image] Aug 12 21:44:36.774 INFO O| Aug 12 21:44:36.774 INFO O| Done
85442025-08-12T21:44:37.949Z[ host-image] Aug 12 21:44:36.824 INFO O| Aug 12 21:44:36.824 INFO O| Done
85452025-08-12T21:44:38.371Z[ recovery-image] Aug 12 21:44:37.247 INFO O| Aug 12 21:44:37.247 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
85462025-08-12T21:44:38.371Z[ recovery-image] Aug 12 21:44:37.247 INFO O| Aug 12 21:44:37.247 INFO ok!
85472025-08-12T21:44:38.375Z[ recovery-image] Aug 12 21:44:37.247 INFO O| Aug 12 21:44:37.247 INFO STEP 56 (ensure_file) COMPLETE
85482025-08-12T21:44:38.375Z[ recovery-image] Aug 12 21:44:37.247 INFO O| Aug 12 21:44:37.247 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85492025-08-12T21:44:38.385Z[ recovery-image] Aug 12 21:44:37.261 INFO O| Aug 12 21:44:37.261 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85502025-08-12T21:44:38.385Z[ recovery-image] Aug 12 21:44:37.262 INFO O| Aug 12 21:44:37.262 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85512025-08-12T21:44:38.389Z[ recovery-image] Aug 12 21:44:37.262 INFO O| Aug 12 21:44:37.262 INFO STEP 57 (ensure_dir) COMPLETE
85522025-08-12T21:44:38.389Z[ recovery-image] Aug 12 21:44:37.262 INFO O| Aug 12 21:44:37.262 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85532025-08-12T21:44:38.397Z[ recovery-image] Aug 12 21:44:37.273 INFO O| Aug 12 21:44:37.273 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
85542025-08-12T21:44:38.397Z[ recovery-image] Aug 12 21:44:37.273 INFO O| Aug 12 21:44:37.273 INFO copying /tmp/.tmp21quSy/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 ...
85552025-08-12T21:44:38.400Z[ recovery-image] Aug 12 21:44:37.273 INFO O| Aug 12 21:44:37.273 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
85562025-08-12T21:44:38.400Z[ recovery-image] Aug 12 21:44:37.273 INFO O| Aug 12 21:44:37.273 INFO ok!
85572025-08-12T21:44:38.400Z[ recovery-image] Aug 12 21:44:37.273 INFO O| Aug 12 21:44:37.273 INFO STEP 58 (ensure_file) COMPLETE
85582025-08-12T21:44:38.400Z[ recovery-image] Aug 12 21:44:37.273 INFO O| Aug 12 21:44:37.273 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85592025-08-12T21:44:38.409Z[ recovery-image] Aug 12 21:44:37.286 INFO O| Aug 12 21:44:37.286 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
85602025-08-12T21:44:38.409Z[ recovery-image] Aug 12 21:44:37.286 INFO O| Aug 12 21:44:37.286 INFO copying /tmp/.tmp21quSy/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 ...
85612025-08-12T21:44:38.409Z[ recovery-image] Aug 12 21:44:37.286 INFO O| Aug 12 21:44:37.286 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
85622025-08-12T21:44:38.412Z[ recovery-image] Aug 12 21:44:37.286 INFO O| Aug 12 21:44:37.286 INFO ok!
85632025-08-12T21:44:38.412Z[ recovery-image] Aug 12 21:44:37.286 INFO O| Aug 12 21:44:37.286 INFO STEP 59 (ensure_file) COMPLETE
85642025-08-12T21:44:38.412Z[ recovery-image] Aug 12 21:44:37.286 INFO O| Aug 12 21:44:37.286 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85652025-08-12T21:44:38.421Z[ recovery-image] Aug 12 21:44:37.298 INFO O| Aug 12 21:44:37.298 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
85662025-08-12T21:44:38.421Z[ recovery-image] Aug 12 21:44:37.298 INFO O| Aug 12 21:44:37.298 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
85672025-08-12T21:44:38.425Z[ recovery-image] Aug 12 21:44:37.298 INFO O| Aug 12 21:44:37.298 INFO STEP 60 (ensure_dir) COMPLETE
85682025-08-12T21:44:38.425Z[ recovery-image] Aug 12 21:44:37.298 INFO O| Aug 12 21:44:37.298 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85692025-08-12T21:44:38.434Z[ recovery-image] Aug 12 21:44:37.311 INFO O| Aug 12 21:44:37.311 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
85702025-08-12T21:44:38.434Z[ recovery-image] Aug 12 21:44:37.311 INFO O| Aug 12 21:44:37.311 INFO copying /tmp/.tmp21quSy/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 ...
85712025-08-12T21:44:38.434Z[ recovery-image] Aug 12 21:44:37.311 INFO O| Aug 12 21:44:37.311 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
85722025-08-12T21:44:38.434Z[ recovery-image] Aug 12 21:44:37.311 INFO O| Aug 12 21:44:37.311 INFO ok!
85732025-08-12T21:44:38.437Z[ recovery-image] Aug 12 21:44:37.311 INFO O| Aug 12 21:44:37.311 INFO STEP 61 (ensure_file) COMPLETE
85742025-08-12T21:44:38.437Z[ recovery-image] Aug 12 21:44:37.311 INFO O| Aug 12 21:44:37.311 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85752025-08-12T21:44:38.449Z[ recovery-image] Aug 12 21:44:37.326 INFO O| Aug 12 21:44:37.326 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
85762025-08-12T21:44:38.449Z[ recovery-image] Aug 12 21:44:37.326 INFO O| Aug 12 21:44:37.326 INFO copying /tmp/.tmp21quSy/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 ...
85772025-08-12T21:44:38.449Z[ recovery-image] Aug 12 21:44:37.326 INFO O| Aug 12 21:44:37.326 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
85782025-08-12T21:44:38.449Z[ recovery-image] Aug 12 21:44:37.326 INFO O| Aug 12 21:44:37.326 INFO ok!
85792025-08-12T21:44:38.453Z[ recovery-image] Aug 12 21:44:37.326 INFO O| Aug 12 21:44:37.326 INFO STEP 62 (ensure_file) COMPLETE
85802025-08-12T21:44:38.453Z[ recovery-image] Aug 12 21:44:37.326 INFO O| Aug 12 21:44:37.326 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85812025-08-12T21:44:38.464Z[ recovery-image] Aug 12 21:44:37.341 INFO O| Aug 12 21:44:37.340 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
85822025-08-12T21:44:38.464Z[ recovery-image] Aug 12 21:44:37.341 INFO O| Aug 12 21:44:37.341 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
85832025-08-12T21:44:38.464Z[ recovery-image] Aug 12 21:44:37.341 INFO O| Aug 12 21:44:37.341 INFO STEP 63 (ensure_dir) COMPLETE
85842025-08-12T21:44:38.468Z[ recovery-image] Aug 12 21:44:37.341 INFO O| Aug 12 21:44:37.341 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85852025-08-12T21:44:38.479Z[ recovery-image] Aug 12 21:44:37.355 INFO O| Aug 12 21:44:37.355 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
85862025-08-12T21:44:38.479Z[ recovery-image] Aug 12 21:44:37.355 INFO O| Aug 12 21:44:37.355 INFO copying /tmp/.tmp21quSy/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 ...
85872025-08-12T21:44:38.483Z[ recovery-image] Aug 12 21:44:37.355 INFO O| Aug 12 21:44:37.355 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
85882025-08-12T21:44:38.483Z[ recovery-image] Aug 12 21:44:37.355 INFO O| Aug 12 21:44:37.355 INFO ok!
85892025-08-12T21:44:38.484Z[ recovery-image] Aug 12 21:44:37.355 INFO O| Aug 12 21:44:37.355 INFO STEP 64 (ensure_file) COMPLETE
85902025-08-12T21:44:38.484Z[ recovery-image] Aug 12 21:44:37.355 INFO O| Aug 12 21:44:37.355 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85912025-08-12T21:44:38.495Z[ recovery-image] Aug 12 21:44:37.370 INFO O| Aug 12 21:44:37.370 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
85922025-08-12T21:44:38.495Z[ recovery-image] Aug 12 21:44:37.370 INFO O| Aug 12 21:44:37.370 INFO copying /tmp/.tmp21quSy/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
85932025-08-12T21:44:38.495Z[ recovery-image] Aug 12 21:44:37.370 INFO O| Aug 12 21:44:37.370 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
85942025-08-12T21:44:38.495Z[ recovery-image] Aug 12 21:44:37.370 INFO O| Aug 12 21:44:37.370 INFO ok!
85952025-08-12T21:44:38.499Z[ recovery-image] Aug 12 21:44:37.370 INFO O| Aug 12 21:44:37.370 INFO STEP 65 (ensure_file) COMPLETE
85962025-08-12T21:44:38.499Z[ recovery-image] Aug 12 21:44:37.370 INFO O| Aug 12 21:44:37.370 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85972025-08-12T21:44:38.509Z[ recovery-image] Aug 12 21:44:37.385 INFO O| Aug 12 21:44:37.385 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
85982025-08-12T21:44:38.509Z[ recovery-image] Aug 12 21:44:37.385 INFO O| Aug 12 21:44:37.385 INFO STEP 66 (ensure_dir) COMPLETE
85992025-08-12T21:44:38.512Z[ recovery-image] Aug 12 21:44:37.385 INFO O| Aug 12 21:44:37.385 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86002025-08-12T21:44:38.522Z[ recovery-image] Aug 12 21:44:37.399 INFO O| Aug 12 21:44:37.398 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
86012025-08-12T21:44:38.522Z[ recovery-image] Aug 12 21:44:37.399 INFO O| Aug 12 21:44:37.399 INFO STEP 67 (ensure_dir) COMPLETE
86022025-08-12T21:44:38.525Z[ recovery-image] Aug 12 21:44:37.399 INFO O| Aug 12 21:44:37.399 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86032025-08-12T21:44:38.535Z[ recovery-image] Aug 12 21:44:37.412 INFO O| Aug 12 21:44:37.412 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
86042025-08-12T21:44:38.535Z[ recovery-image] Aug 12 21:44:37.412 INFO O| Aug 12 21:44:37.412 INFO STEP 68 (ensure_dir) COMPLETE
86052025-08-12T21:44:38.539Z[ recovery-image] Aug 12 21:44:37.412 INFO O| Aug 12 21:44:37.412 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86062025-08-12T21:44:38.550Z[ recovery-image] Aug 12 21:44:37.427 INFO O| Aug 12 21:44:37.427 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
86072025-08-12T21:44:38.550Z[ recovery-image] Aug 12 21:44:37.427 INFO O| Aug 12 21:44:37.427 INFO STEP 69 (ensure_dir) COMPLETE
86082025-08-12T21:44:38.554Z[ recovery-image] Aug 12 21:44:37.427 INFO O| Aug 12 21:44:37.427 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86092025-08-12T21:44:38.567Z[ recovery-image] Aug 12 21:44:37.443 INFO O| Aug 12 21:44:37.443 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
86102025-08-12T21:44:38.567Z[ recovery-image] Aug 12 21:44:37.443 INFO O| Aug 12 21:44:37.443 INFO copying /tmp/.tmp21quSy/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
86112025-08-12T21:44:38.570Z[ recovery-image] Aug 12 21:44:37.443 INFO O| Aug 12 21:44:37.443 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
86122025-08-12T21:44:38.570Z[ recovery-image] Aug 12 21:44:37.443 INFO O| Aug 12 21:44:37.443 INFO ok!
86132025-08-12T21:44:38.570Z[ recovery-image] Aug 12 21:44:37.443 INFO O| Aug 12 21:44:37.443 INFO STEP 70 (ensure_file) COMPLETE
86142025-08-12T21:44:38.570Z[ recovery-image] Aug 12 21:44:37.443 INFO O| Aug 12 21:44:37.443 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86152025-08-12T21:44:38.583Z[ recovery-image] Aug 12 21:44:37.460 INFO O| Aug 12 21:44:37.459 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
86162025-08-12T21:44:38.586Z[ recovery-image] Aug 12 21:44:37.460 INFO O| Aug 12 21:44:37.460 INFO STEP 71 (remove_files) COMPLETE
86172025-08-12T21:44:38.586Z[ recovery-image] Aug 12 21:44:37.460 INFO O| Aug 12 21:44:37.460 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86182025-08-12T21:44:38.599Z[ recovery-image] Aug 12 21:44:37.476 INFO O| Aug 12 21:44:37.476 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
86192025-08-12T21:44:38.599Z[ recovery-image] Aug 12 21:44:37.476 INFO O| Aug 12 21:44:37.476 INFO STEP 72 (remove_files) COMPLETE
86202025-08-12T21:44:38.605Z[ recovery-image] Aug 12 21:44:37.476 INFO O| Aug 12 21:44:37.476 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86212025-08-12T21:44:38.615Z[ recovery-image] Aug 12 21:44:37.491 INFO O| Aug 12 21:44:37.491 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
86222025-08-12T21:44:38.618Z[ recovery-image] Aug 12 21:44:37.492 INFO O| Aug 12 21:44:37.492 INFO STEP 73 (remove_files) COMPLETE
86232025-08-12T21:44:38.618Z[ recovery-image] Aug 12 21:44:37.492 INFO O| Aug 12 21:44:37.492 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86242025-08-12T21:44:38.630Z[ recovery-image] Aug 12 21:44:37.506 INFO O| Aug 12 21:44:37.506 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
86252025-08-12T21:44:38.633Z[ recovery-image] Aug 12 21:44:37.507 INFO O| Aug 12 21:44:37.507 INFO STEP 74 (remove_files) COMPLETE
86262025-08-12T21:44:38.633Z[ recovery-image] Aug 12 21:44:37.507 INFO O| Aug 12 21:44:37.507 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86272025-08-12T21:44:38.645Z[ recovery-image] Aug 12 21:44:37.521 INFO O| Aug 12 21:44:37.521 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
86282025-08-12T21:44:38.648Z[ recovery-image] Aug 12 21:44:37.522 INFO O| Aug 12 21:44:37.521 INFO STEP 75 (remove_files) COMPLETE
86292025-08-12T21:44:38.648Z[ recovery-image] Aug 12 21:44:37.522 INFO O| Aug 12 21:44:37.521 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86302025-08-12T21:44:38.660Z[ recovery-image] Aug 12 21:44:37.536 INFO O| Aug 12 21:44:37.536 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
86312025-08-12T21:44:38.663Z[ recovery-image] Aug 12 21:44:37.537 INFO O| Aug 12 21:44:37.537 INFO STEP 76 (remove_files) COMPLETE
86322025-08-12T21:44:38.663Z[ recovery-image] Aug 12 21:44:37.537 INFO O| Aug 12 21:44:37.537 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86332025-08-12T21:44:38.677Z[ recovery-image] Aug 12 21:44:37.554 INFO O| Aug 12 21:44:37.554 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
86342025-08-12T21:44:38.677Z[ recovery-image] Aug 12 21:44:37.554 INFO O| Aug 12 21:44:37.554 INFO STEP 77 (remove_files) COMPLETE
86352025-08-12T21:44:38.677Z[ recovery-image] Aug 12 21:44:37.554 INFO O| Aug 12 21:44:37.554 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86362025-08-12T21:44:38.696Z[ recovery-image] Aug 12 21:44:37.572 INFO O| Aug 12 21:44:37.572 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
86372025-08-12T21:44:38.696Z[ recovery-image] Aug 12 21:44:37.572 INFO O| Aug 12 21:44:37.572 INFO STEP 78 (remove_files) COMPLETE
86382025-08-12T21:44:38.696Z[ recovery-image] Aug 12 21:44:37.572 INFO O| Aug 12 21:44:37.572 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86392025-08-12T21:44:38.713Z[ recovery-image] Aug 12 21:44:37.589 INFO O| Aug 12 21:44:37.589 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
86402025-08-12T21:44:38.713Z[ recovery-image] Aug 12 21:44:37.589 INFO O| Aug 12 21:44:37.589 INFO STEP 79 (remove_files) COMPLETE
86412025-08-12T21:44:38.716Z[ recovery-image] Aug 12 21:44:37.589 INFO O| Aug 12 21:44:37.589 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86422025-08-12T21:44:38.728Z[ recovery-image] Aug 12 21:44:37.604 INFO O| Aug 12 21:44:37.604 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
86432025-08-12T21:44:38.728Z[ recovery-image] Aug 12 21:44:37.604 INFO O| Aug 12 21:44:37.604 INFO STEP 80 (remove_files) COMPLETE
86442025-08-12T21:44:38.732Z[ recovery-image] Aug 12 21:44:37.604 INFO O| Aug 12 21:44:37.604 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86452025-08-12T21:44:38.741Z[ recovery-image] Aug 12 21:44:37.618 INFO O| Aug 12 21:44:37.618 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
86462025-08-12T21:44:38.742Z[ recovery-image] Aug 12 21:44:37.618 INFO O| Aug 12 21:44:37.618 INFO STEP 81 (remove_files) COMPLETE
86472025-08-12T21:44:38.745Z[ recovery-image] Aug 12 21:44:37.618 INFO O| Aug 12 21:44:37.618 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86482025-08-12T21:44:38.757Z[ recovery-image] Aug 12 21:44:37.633 INFO O| Aug 12 21:44:37.633 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
86492025-08-12T21:44:38.757Z[ recovery-image] Aug 12 21:44:37.633 INFO O| Aug 12 21:44:37.633 INFO STEP 82 (remove_files) COMPLETE
86502025-08-12T21:44:38.757Z[ recovery-image] Aug 12 21:44:37.633 INFO O| Aug 12 21:44:37.633 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86512025-08-12T21:44:38.771Z[ recovery-image] Aug 12 21:44:37.647 INFO O| Aug 12 21:44:37.647 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
86522025-08-12T21:44:38.771Z[ recovery-image] Aug 12 21:44:37.647 INFO O| Aug 12 21:44:37.647 INFO STEP 83 (remove_files) COMPLETE
86532025-08-12T21:44:38.771Z[ recovery-image] Aug 12 21:44:37.647 INFO O| Aug 12 21:44:37.647 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86542025-08-12T21:44:38.785Z[ recovery-image] Aug 12 21:44:37.661 INFO O| Aug 12 21:44:37.661 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
86552025-08-12T21:44:38.785Z[ recovery-image] Aug 12 21:44:37.661 INFO O| Aug 12 21:44:37.661 INFO STEP 84 (remove_files) COMPLETE
86562025-08-12T21:44:38.789Z[ recovery-image] Aug 12 21:44:37.661 INFO O| Aug 12 21:44:37.661 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86572025-08-12T21:44:38.798Z[ recovery-image] Aug 12 21:44:37.675 INFO O| Aug 12 21:44:37.675 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
86582025-08-12T21:44:38.799Z[ recovery-image] Aug 12 21:44:37.675 INFO O| Aug 12 21:44:37.675 INFO STEP 85 (remove_files) COMPLETE
86592025-08-12T21:44:38.799Z[ recovery-image] Aug 12 21:44:37.675 INFO O| Aug 12 21:44:37.675 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86602025-08-12T21:44:38.814Z[ recovery-image] Aug 12 21:44:37.690 INFO O| Aug 12 21:44:37.690 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
86612025-08-12T21:44:38.814Z[ recovery-image] Aug 12 21:44:37.690 INFO O| Aug 12 21:44:37.690 INFO STEP 86 (remove_files) COMPLETE
86622025-08-12T21:44:38.817Z[ recovery-image] Aug 12 21:44:37.690 INFO O| Aug 12 21:44:37.690 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86632025-08-12T21:44:38.828Z[ recovery-image] Aug 12 21:44:37.704 INFO O| Aug 12 21:44:37.704 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
86642025-08-12T21:44:38.828Z[ recovery-image] Aug 12 21:44:37.704 INFO O| Aug 12 21:44:37.704 INFO STEP 87 (remove_files) COMPLETE
86652025-08-12T21:44:38.828Z[ recovery-image] Aug 12 21:44:37.704 INFO O| Aug 12 21:44:37.704 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86662025-08-12T21:44:38.842Z[ recovery-image] Aug 12 21:44:37.719 INFO O| Aug 12 21:44:37.719 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
86672025-08-12T21:44:38.842Z[ recovery-image] Aug 12 21:44:37.719 INFO O| Aug 12 21:44:37.719 INFO STEP 88 (remove_files) COMPLETE
86682025-08-12T21:44:38.846Z[ recovery-image] Aug 12 21:44:37.719 INFO O| Aug 12 21:44:37.719 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86692025-08-12T21:44:38.858Z[ recovery-image] Aug 12 21:44:37.735 INFO O| Aug 12 21:44:37.735 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
86702025-08-12T21:44:38.858Z[ recovery-image] Aug 12 21:44:37.735 INFO O| Aug 12 21:44:37.735 INFO STEP 89 (remove_files) COMPLETE
86712025-08-12T21:44:38.858Z[ recovery-image] Aug 12 21:44:37.735 INFO O| Aug 12 21:44:37.735 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86722025-08-12T21:44:38.874Z[ recovery-image] Aug 12 21:44:37.750 INFO O| Aug 12 21:44:37.750 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
86732025-08-12T21:44:38.874Z[ recovery-image] Aug 12 21:44:37.750 INFO O| Aug 12 21:44:37.750 INFO STEP 90 (remove_files) COMPLETE
86742025-08-12T21:44:38.874Z[ recovery-image] Aug 12 21:44:37.750 INFO O| Aug 12 21:44:37.750 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86752025-08-12T21:44:38.888Z[ recovery-image] Aug 12 21:44:37.764 INFO O| Aug 12 21:44:37.764 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
86762025-08-12T21:44:38.888Z[ recovery-image] Aug 12 21:44:37.764 INFO O| Aug 12 21:44:37.764 INFO STEP 91 (remove_files) COMPLETE
86772025-08-12T21:44:38.888Z[ recovery-image] Aug 12 21:44:37.764 INFO O| Aug 12 21:44:37.764 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86782025-08-12T21:44:38.901Z[ recovery-image] Aug 12 21:44:37.778 INFO O| Aug 12 21:44:37.778 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
86792025-08-12T21:44:38.902Z[ recovery-image] Aug 12 21:44:37.778 INFO O| Aug 12 21:44:37.778 INFO STEP 92 (remove_files) COMPLETE
86802025-08-12T21:44:38.902Z[ recovery-image] Aug 12 21:44:37.778 INFO O| Aug 12 21:44:37.778 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86812025-08-12T21:44:38.915Z[ recovery-image] Aug 12 21:44:37.792 INFO O| Aug 12 21:44:37.792 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
86822025-08-12T21:44:38.915Z[ recovery-image] Aug 12 21:44:37.792 INFO O| Aug 12 21:44:37.792 INFO STEP 93 (remove_files) COMPLETE
86832025-08-12T21:44:38.915Z[ recovery-image] Aug 12 21:44:37.792 INFO O| Aug 12 21:44:37.792 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86842025-08-12T21:44:38.930Z[ recovery-image] Aug 12 21:44:37.806 INFO O| Aug 12 21:44:37.806 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
86852025-08-12T21:44:38.930Z[ recovery-image] Aug 12 21:44:37.806 INFO O| Aug 12 21:44:37.806 INFO STEP 94 (remove_files) COMPLETE
86862025-08-12T21:44:38.933Z[ recovery-image] Aug 12 21:44:37.806 INFO O| Aug 12 21:44:37.806 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86872025-08-12T21:44:38.945Z[ recovery-image] Aug 12 21:44:37.820 INFO O| Aug 12 21:44:37.820 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
86882025-08-12T21:44:38.945Z[ recovery-image] Aug 12 21:44:37.821 INFO O| Aug 12 21:44:37.820 INFO STEP 95 (remove_files) COMPLETE
86892025-08-12T21:44:38.948Z[ recovery-image] Aug 12 21:44:37.821 INFO O| Aug 12 21:44:37.821 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86902025-08-12T21:44:38.958Z[ recovery-image] Aug 12 21:44:37.835 INFO O| Aug 12 21:44:37.835 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
86912025-08-12T21:44:38.958Z[ recovery-image] Aug 12 21:44:37.835 INFO O| Aug 12 21:44:37.835 INFO STEP 96 (remove_files) COMPLETE
86922025-08-12T21:44:38.958Z[ recovery-image] Aug 12 21:44:37.835 INFO O| Aug 12 21:44:37.835 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86932025-08-12T21:44:38.972Z[ recovery-image] Aug 12 21:44:37.848 INFO O| Aug 12 21:44:37.848 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
86942025-08-12T21:44:38.972Z[ recovery-image] Aug 12 21:44:37.848 INFO O| Aug 12 21:44:37.848 INFO STEP 97 (remove_files) COMPLETE
86952025-08-12T21:44:38.972Z[ recovery-image] Aug 12 21:44:37.848 INFO O| Aug 12 21:44:37.848 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86962025-08-12T21:44:38.985Z[ recovery-image] Aug 12 21:44:37.862 INFO O| Aug 12 21:44:37.862 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
86972025-08-12T21:44:38.985Z[ recovery-image] Aug 12 21:44:37.862 INFO O| Aug 12 21:44:37.862 INFO STEP 98 (remove_files) COMPLETE
86982025-08-12T21:44:38.985Z[ recovery-image] Aug 12 21:44:37.862 INFO O| Aug 12 21:44:37.862 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86992025-08-12T21:44:38.999Z[ recovery-image] Aug 12 21:44:37.875 INFO O| Aug 12 21:44:37.875 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
87002025-08-12T21:44:38.999Z[ recovery-image] Aug 12 21:44:37.875 INFO O| Aug 12 21:44:37.875 INFO STEP 99 (remove_files) COMPLETE
87012025-08-12T21:44:38.999Z[ recovery-image] Aug 12 21:44:37.875 INFO O| Aug 12 21:44:37.875 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87022025-08-12T21:44:39.019Z[ recovery-image] Aug 12 21:44:37.896 INFO O| Aug 12 21:44:37.896 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
87032025-08-12T21:44:39.023Z[ recovery-image] Aug 12 21:44:37.896 INFO O| Aug 12 21:44:37.896 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
87042025-08-12T21:44:39.703Z[ host-image] Aug 12 21:44:38.579 INFO O| Aug 12 21:44:38.579 INFO STEP 14 (pkg_install) COMPLETE
87052025-08-12T21:44:39.703Z[ host-image] Aug 12 21:44:38.580 INFO O| Aug 12 21:44:38.579 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
87062025-08-12T21:44:39.707Z[ host-image] Aug 12 21:44:38.580 INFO O| Aug 12 21:44:38.579 INFO skip step because feature "mfg" is not enabled
87072025-08-12T21:44:39.707Z[ host-image] Aug 12 21:44:38.580 INFO O| Aug 12 21:44:38.579 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
87082025-08-12T21:44:39.707Z[ host-image] Aug 12 21:44:38.580 INFO O| Aug 12 21:44:38.579 INFO skip step because feature "compliance" is not enabled
87092025-08-12T21:44:39.707Z[ host-image] Aug 12 21:44:38.580 INFO O| Aug 12 21:44:38.580 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
87102025-08-12T21:44:39.707Z[ host-image] Aug 12 21:44:38.580 INFO O| Aug 12 21:44:38.580 INFO skip step because feature "stress" is not enabled
87112025-08-12T21:44:39.707Z[ host-image] Aug 12 21:44:38.580 INFO O| Aug 12 21:44:38.580 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
87122025-08-12T21:44:39.707Z[ host-image] Aug 12 21:44:38.580 INFO O| Aug 12 21:44:38.580 INFO skip step because feature "compliance" is not enabled
87132025-08-12T21:44:39.707Z[ host-image] Aug 12 21:44:38.580 INFO O| Aug 12 21:44:38.580 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
87142025-08-12T21:44:39.707Z[ host-image] Aug 12 21:44:38.580 INFO O| Aug 12 21:44:38.580 INFO skip step because feature "nfs" is not enabled
87152025-08-12T21:44:39.707Z[ host-image] Aug 12 21:44:38.580 INFO O| Aug 12 21:44:38.580 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
87162025-08-12T21:44:39.707Z[ host-image] Aug 12 21:44:38.580 INFO O| Aug 12 21:44:38.580 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
87172025-08-12T21:44:39.867Z[ host-image] Aug 12 21:44:38.740 INFO O| Aug 12 21:44:38.740 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
87182025-08-12T21:44:40.082Z[ host-image] Aug 12 21:44:38.958 INFO O| Aug 12 21:44:38.958 INFO completed processing sled/ramdisk-01-os
87192025-08-12T21:44:40.087Z[ host-image] Aug 12 21:44:38.960 INFO omicron1 baseline generation...
87202025-08-12T21:44:40.087Z[ host-image] Aug 12 21:44:38.961 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
87212025-08-12T21:44:41.010Z[ host-image] Aug 12 21:44:39.886 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23508:20250812T203704Z
87222025-08-12T21:44:47.512Z[ recovery-image] Aug 12 21:44:46.387 INFO O| Aug 12 21:44:46.387 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
87232025-08-12T21:44:47.512Z[ recovery-image] Aug 12 21:44:46.387 INFO O| Aug 12 21:44:46.387 INFO E| svccfg: Loaded 68 smf(7) service descriptions
87242025-08-12T21:44:47.550Z[ recovery-image] Aug 12 21:44:46.425 INFO O| Aug 12 21:44:46.425 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
87252025-08-12T21:44:47.793Z[ recovery-image] Aug 12 21:44:46.668 INFO O| Aug 12 21:44:46.668 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
87262025-08-12T21:44:47.912Z[ recovery-image] Aug 12 21:44:46.786 INFO O| Aug 12 21:44:46.786 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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
87272025-08-12T21:44:48.063Z[ recovery-image] Aug 12 21:44:46.936 INFO O| Aug 12 21:44:46.936 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
87282025-08-12T21:44:48.064Z[ recovery-image] Aug 12 21:44:46.936 INFO O| Aug 12 21:44:46.936 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 ...
87292025-08-12T21:44:48.067Z[ recovery-image] Aug 12 21:44:46.939 INFO O| Aug 12 21:44:46.939 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
87302025-08-12T21:44:48.067Z[ recovery-image] Aug 12 21:44:46.939 INFO O| Aug 12 21:44:46.939 INFO ok!
87312025-08-12T21:44:48.067Z[ recovery-image] Aug 12 21:44:46.939 INFO O| Aug 12 21:44:46.939 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
87322025-08-12T21:44:48.067Z[ recovery-image] Aug 12 21:44:46.939 INFO O| Aug 12 21:44:46.939 INFO STEP 100 (seed_smf) COMPLETE
87332025-08-12T21:44:48.067Z[ recovery-image] Aug 12 21:44:46.939 INFO O| Aug 12 21:44:46.939 INFO steps complete; finalising image!
87342025-08-12T21:44:48.067Z[ recovery-image] Aug 12 21:44:46.939 INFO O| Aug 12 21:44:46.939 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
87352025-08-12T21:44:48.133Z[ recovery-image] Aug 12 21:44:47.007 INFO O| Aug 12 21:44:47.007 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Tue Aug 12 21:44:46 2025)
87362025-08-12T21:44:48.341Z[ recovery-image] Aug 12 21:44:47.216 INFO O| Aug 12 21:44:47.216 INFO trim TEMPORARY-sled-zfs-recovery: (65% trimmed, started at Tue Aug 12 21:44:46 2025)
87372025-08-12T21:44:48.569Z[ recovery-image] Aug 12 21:44:47.443 INFO O| Aug 12 21:44:47.443 INFO temporary pool has 418M used, 1.34G avail, 1.00x compressratio
87382025-08-12T21:44:48.569Z[ recovery-image] Aug 12 21:44:47.443 INFO O| Aug 12 21:44:47.443 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
87392025-08-12T21:44:49.151Z[ recovery-image] Aug 12 21:44:48.025 INFO O| Aug 12 21:44:48.025 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
87402025-08-12T21:44:49.151Z[ recovery-image] Aug 12 21:44:48.025 INFO O| Aug 12 21:44:48.025 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
87412025-08-12T21:44:54.558Z[ recovery-image] Aug 12 21:44:53.431 INFO O| Aug 12 21:44:53.431 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87422025-08-12T21:44:54.561Z[ recovery-image] Aug 12 21:44:53.432 INFO O| Aug 12 21:44:53.431 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87432025-08-12T21:44:54.561Z[ recovery-image] Aug 12 21:44:53.432 INFO O| Aug 12 21:44:53.431 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87442025-08-12T21:44:54.562Z[ recovery-image] Aug 12 21:44:53.432 INFO O| Aug 12 21:44:53.431 INFO completed processing sled/zfs-recovery
87452025-08-12T21:44:54.562Z[ recovery-image] Aug 12 21:44:53.432 INFO O| Aug 12 21:44:53.431 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87462025-08-12T21:44:55.395Z[ recovery-image] Aug 12 21:44:54.268 INFO O| Aug 12 21:44:54.268 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87472025-08-12T21:44:55.521Z[ recovery-image] Aug 12 21:44:54.394 INFO BUILD STRING "heads/stlouis-0-g040d844ba4\n"
87482025-08-12T21:44:55.521Z[ recovery-image] Aug 12 21:44:54.395 INFO expanded image name: "recovery 3e2ae24/${os_short_commit} 2025-08-12 21:00" -> "recovery 3e2ae24/040d844 2025-08-12 21:00"
87492025-08-12T21:44:55.525Z[ recovery-image] Aug 12 21:44:54.395 INFO output artefacts stored in: "/work/os-recovery"
87502025-08-12T21:44:55.525Z[ recovery-image] Aug 12 21:44:54.397 INFO collecting git info from project "phbl"...
87512025-08-12T21:44:55.581Z[ recovery-image] Aug 12 21:44:54.454 INFO collecting git info from project "pinprick"...
87522025-08-12T21:44:55.598Z[ recovery-image] Aug 12 21:44:54.471 INFO collecting git info from project "bootserver"...
87532025-08-12T21:44:55.619Z[ recovery-image] Aug 12 21:44:54.492 INFO collecting git info from project "image-builder"...
87542025-08-12T21:44:55.645Z[ recovery-image] Aug 12 21:44:54.518 INFO collecting git info from project "amd-host-image-builder"...
87552025-08-12T21:44:56.103Z[ recovery-image] Aug 12 21:44:54.976 INFO collecting git info from project "amd-firmware"...
87562025-08-12T21:44:57.601Z[ recovery-image] Aug 12 21:44:56.474 INFO collecting git info from project "chelsio-t6-roms"...
87572025-08-12T21:44:57.647Z[ recovery-image] Aug 12 21:44:56.520 INFO collecting git info from project "pilot"...
87582025-08-12T21:44:57.725Z[ recovery-image] Aug 12 21:44:56.598 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
87592025-08-12T21:44:59.220Z[ recovery-image] Aug 12 21:44:58.092 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
87602025-08-12T21:44:59.930Z[ recovery-image] Aug 12 21:44:58.802 INFO creating Oxide boot image...
87612025-08-12T21:44:59.930Z[ recovery-image] Aug 12 21:44:58.802 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 3e2ae24/040d844 2025-08-12 21:00", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
87622025-08-12T21:46:16.842Z[ host-image] Aug 12 21:46:15.700 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23508:20250812T203737Z
87632025-08-12T21:46:16.842Z[ host-image] Aug 12 21:46:15.700 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23508:20250812T203737Z
87642025-08-12T21:46:16.845Z[ host-image] Aug 12 21:46:15.700 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
87652025-08-12T21:46:16.845Z[ host-image] Aug 12 21:46:15.700 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
87662025-08-12T21:46:16.845Z[ host-image] Aug 12 21:46:15.700 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
87672025-08-12T21:46:16.845Z[ host-image] Aug 12 21:46:15.700 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
87682025-08-12T21:46:16.846Z[ host-image] Aug 12 21:46:15.701 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
87692025-08-12T21:46:16.846Z[ host-image] Aug 12 21:46:15.701 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
87702025-08-12T21:46:16.846Z[ host-image] Aug 12 21:46:15.702 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@16.0.0.0:20250812T210130Z
87712025-08-12T21:46:16.846Z[ host-image] Aug 12 21:46:15.702 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
87722025-08-12T21:46:16.846Z[ host-image] Aug 12 21:46:15.702 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
87732025-08-12T21:46:16.846Z[ host-image] Aug 12 21:46:15.702 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23508:20250812T203738Z
87742025-08-12T21:46:16.846Z[ host-image] Aug 12 21:46:15.703 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23508:20250812T203738Z
87752025-08-12T21:46:16.846Z[ host-image] Aug 12 21:46:15.703 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23508:20250812T203739Z
87762025-08-12T21:46:16.846Z[ host-image] Aug 12 21:46:15.703 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23508:20250812T203739Z
87772025-08-12T21:46:16.846Z[ host-image] Aug 12 21:46:15.703 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
87782025-08-12T21:46:16.846Z[ host-image] Aug 12 21:46:15.704 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23508:20250812T203739Z
87792025-08-12T21:46:16.850Z[ host-image] Aug 12 21:46:15.704 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23508:20250812T203739Z
87802025-08-12T21:46:16.850Z[ host-image] Aug 12 21:46:15.704 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23508:20250812T203739Z
87812025-08-12T21:46:16.850Z[ host-image] Aug 12 21:46:15.704 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23508:20250812T203739Z
87822025-08-12T21:46:16.850Z[ host-image] Aug 12 21:46:15.704 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23508:20250812T203740Z
87832025-08-12T21:46:16.850Z[ host-image] Aug 12 21:46:15.705 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23508:20250812T203740Z
87842025-08-12T21:46:16.850Z[ host-image] Aug 12 21:46:15.705 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23508:20250812T203740Z
87852025-08-12T21:46:16.850Z[ host-image] Aug 12 21:46:15.705 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23508:20250812T203741Z
87862025-08-12T21:46:16.850Z[ host-image] Aug 12 21:46:15.705 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23508:20250812T203741Z
87872025-08-12T21:46:16.850Z[ host-image] Aug 12 21:46:15.705 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23508:20250812T203742Z
87882025-08-12T21:46:16.850Z[ host-image] Aug 12 21:46:15.705 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23508:20250812T203743Z
87892025-08-12T21:46:16.850Z[ host-image] Aug 12 21:46:15.705 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23508:20250812T203743Z
87902025-08-12T21:46:16.850Z[ host-image] Aug 12 21:46:15.705 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23508:20250812T203744Z
87912025-08-12T21:46:16.850Z[ host-image] Aug 12 21:46:15.705 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23508:20250812T203745Z
87922025-08-12T21:46:16.850Z[ host-image] Aug 12 21:46:15.705 INFO O| install = pkg://helios-dev/driver/network/opte@0.37.402:20250804T171548Z
87932025-08-12T21:46:16.850Z[ host-image] Aug 12 21:46:15.705 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23508:20250812T203746Z
87942025-08-12T21:46:16.850Z[ host-image] Aug 12 21:46:15.705 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23508:20250812T203748Z
87952025-08-12T21:46:16.850Z[ host-image] Aug 12 21:46:15.705 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23508:20250812T203749Z
87962025-08-12T21:46:16.850Z[ host-image] Aug 12 21:46:15.706 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23508:20250812T203750Z
87972025-08-12T21:46:16.850Z[ host-image] Aug 12 21:46:15.706 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23508:20250812T203751Z
87982025-08-12T21:46:16.850Z[ host-image] Aug 12 21:46:15.706 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23508:20250812T203751Z
87992025-08-12T21:46:16.854Z[ host-image] Aug 12 21:46:15.710 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
88002025-08-12T21:46:16.854Z[ host-image] Aug 12 21:46:15.710 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23508:20250812T203751Z
88012025-08-12T21:46:16.854Z[ host-image] Aug 12 21:46:15.710 INFO O| install = pkg://helios-dev/library/expat@2.7.1-2.0:20250329T143900Z
88022025-08-12T21:46:16.854Z[ host-image] Aug 12 21:46:15.710 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
88032025-08-12T21:46:16.854Z[ host-image] Aug 12 21:46:15.710 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
88042025-08-12T21:46:16.854Z[ host-image] Aug 12 21:46:15.711 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23508:20250812T203751Z
88052025-08-12T21:46:16.854Z[ host-image] Aug 12 21:46:15.711 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
88062025-08-12T21:46:16.854Z[ host-image] Aug 12 21:46:15.711 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
88072025-08-12T21:46:16.854Z[ host-image] Aug 12 21:46:15.711 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
88082025-08-12T21:46:16.854Z[ host-image] Aug 12 21:46:15.712 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
88092025-08-12T21:46:16.865Z[ host-image] Aug 12 21:46:15.720 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
88102025-08-12T21:46:16.868Z[ host-image] Aug 12 21:46:15.720 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
88112025-08-12T21:46:16.868Z[ host-image] Aug 12 21:46:15.720 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
88122025-08-12T21:46:16.868Z[ host-image] Aug 12 21:46:15.720 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
88132025-08-12T21:46:16.868Z[ host-image] Aug 12 21:46:15.721 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
88142025-08-12T21:46:16.868Z[ host-image] Aug 12 21:46:15.721 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
88152025-08-12T21:46:16.887Z[ host-image] Aug 12 21:46:15.745 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.17-2.0:20250701T143425Z
88162025-08-12T21:46:16.891Z[ host-image] Aug 12 21:46:15.746 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
88172025-08-12T21:46:16.891Z[ host-image] Aug 12 21:46:15.746 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
88182025-08-12T21:46:16.891Z[ host-image] Aug 12 21:46:15.747 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23508:20250812T203753Z
88192025-08-12T21:46:16.891Z[ host-image] Aug 12 21:46:15.747 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23508:20250812T203759Z
88202025-08-12T21:46:16.891Z[ host-image] Aug 12 21:46:15.747 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
88212025-08-12T21:46:16.891Z[ host-image] Aug 12 21:46:15.747 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23508:20250812T203759Z
88222025-08-12T21:46:16.891Z[ host-image] Aug 12 21:46:15.747 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
88232025-08-12T21:46:16.891Z[ host-image] Aug 12 21:46:15.747 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
88242025-08-12T21:46:16.891Z[ host-image] Aug 12 21:46:15.747 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.40:20250409T152351Z
88252025-08-12T21:46:16.891Z[ host-image] Aug 12 21:46:15.747 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
88262025-08-12T21:46:16.891Z[ host-image] Aug 12 21:46:15.747 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23508:20250812T203800Z
88272025-08-12T21:46:16.891Z[ host-image] Aug 12 21:46:15.747 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
88282025-08-12T21:46:16.894Z[ host-image] Aug 12 21:46:15.750 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
88292025-08-12T21:46:16.894Z[ host-image] Aug 12 21:46:15.750 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
88302025-08-12T21:46:16.894Z[ host-image] Aug 12 21:46:15.750 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
88312025-08-12T21:46:16.894Z[ host-image] Aug 12 21:46:15.750 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23508:20250812T203800Z
88322025-08-12T21:46:16.894Z[ host-image] Aug 12 21:46:15.750 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
88332025-08-12T21:46:16.901Z[ host-image] Aug 12 21:46:15.759 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
88342025-08-12T21:46:16.901Z[ host-image] Aug 12 21:46:15.759 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23508:20250812T203800Z
88352025-08-12T21:46:16.904Z[ host-image] Aug 12 21:46:15.760 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23508:20250812T203801Z
88362025-08-12T21:46:16.904Z[ host-image] Aug 12 21:46:15.761 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23508:20250812T203801Z
88372025-08-12T21:46:16.904Z[ host-image] Aug 12 21:46:15.761 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
88382025-08-12T21:46:16.904Z[ host-image] Aug 12 21:46:15.761 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23508:20250812T203802Z
88392025-08-12T21:46:16.904Z[ host-image] Aug 12 21:46:15.761 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23508:20250812T203802Z
88402025-08-12T21:46:16.904Z[ host-image] Aug 12 21:46:15.761 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23508:20250812T203802Z
88412025-08-12T21:46:16.904Z[ host-image] Aug 12 21:46:15.762 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23508:20250812T203802Z
88422025-08-12T21:46:16.908Z[ host-image] Aug 12 21:46:15.764 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
88432025-08-12T21:46:16.908Z[ host-image] Aug 12 21:46:15.764 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23508:20250812T203803Z
88442025-08-12T21:46:16.908Z[ host-image] Aug 12 21:46:15.765 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23508:20250812T203804Z
88452025-08-12T21:46:16.908Z[ host-image] Aug 12 21:46:15.765 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
88462025-08-12T21:46:16.908Z[ host-image] Aug 12 21:46:15.765 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23508:20250812T203804Z
88472025-08-12T21:46:16.908Z[ host-image] Aug 12 21:46:15.765 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23508:20250812T203805Z
88482025-08-12T21:46:16.908Z[ host-image] Aug 12 21:46:15.765 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23508:20250812T203805Z
88492025-08-12T21:46:16.908Z[ host-image] Aug 12 21:46:15.765 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23508:20250812T203805Z
88502025-08-12T21:46:16.912Z[ host-image] Aug 12 21:46:15.770 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23508:20250812T203805Z
88512025-08-12T21:46:16.915Z[ host-image] Aug 12 21:46:15.771 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
88522025-08-12T21:46:16.915Z[ host-image] Aug 12 21:46:15.772 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23508:20250812T203805Z
88532025-08-12T21:46:16.915Z[ host-image] Aug 12 21:46:15.773 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23508:20250812T203805Z
88542025-08-12T21:46:16.915Z[ host-image] Aug 12 21:46:15.773 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23508:20250812T203805Z
88552025-08-12T21:46:16.915Z[ host-image] Aug 12 21:46:15.773 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23508:20250812T203805Z
88562025-08-12T21:46:16.915Z[ host-image] Aug 12 21:46:15.774 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23508:20250812T203806Z
88572025-08-12T21:46:16.915Z[ host-image] Aug 12 21:46:15.774 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23508:20250812T203806Z
88582025-08-12T21:46:16.919Z[ host-image] Aug 12 21:46:15.777 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23508:20250812T203807Z
88592025-08-12T21:46:16.919Z[ host-image] Aug 12 21:46:15.778 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23508:20250812T203807Z
88602025-08-12T21:46:16.919Z[ host-image] Aug 12 21:46:15.778 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23508:20250812T203807Z
88612025-08-12T21:46:16.922Z[ host-image] Aug 12 21:46:15.778 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23508:20250812T203807Z
88622025-08-12T21:46:16.922Z[ host-image] Aug 12 21:46:15.778 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23508:20250812T203807Z
88632025-08-12T21:46:16.928Z[ host-image] Aug 12 21:46:15.787 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23508:20250812T203810Z
88642025-08-12T21:46:16.928Z[ host-image] Aug 12 21:46:15.787 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23508:20250812T203807Z
88652025-08-12T21:46:16.928Z[ host-image] Aug 12 21:46:15.787 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23508:20250812T203808Z
88662025-08-12T21:46:16.931Z[ host-image] Aug 12 21:46:15.787 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
88672025-08-12T21:46:16.931Z[ host-image] Aug 12 21:46:15.787 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
88682025-08-12T21:46:16.948Z[ host-image] Aug 12 21:46:15.806 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23508:20250812T203808Z
88692025-08-12T21:46:16.948Z[ host-image] Aug 12 21:46:15.806 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
88702025-08-12T21:46:16.952Z[ host-image] Aug 12 21:46:15.807 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23508:20250812T203808Z
88712025-08-12T21:46:16.952Z[ host-image] Aug 12 21:46:15.807 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23508:20250812T203808Z
88722025-08-12T21:46:16.952Z[ host-image] Aug 12 21:46:15.807 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23508:20250812T203808Z
88732025-08-12T21:46:16.952Z[ host-image] Aug 12 21:46:15.808 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
88742025-08-12T21:46:16.952Z[ host-image] Aug 12 21:46:15.808 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
88752025-08-12T21:46:16.952Z[ host-image] Aug 12 21:46:15.808 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23508:20250812T203809Z
88762025-08-12T21:46:16.952Z[ host-image] Aug 12 21:46:15.808 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23508:20250812T203809Z
88772025-08-12T21:46:16.952Z[ host-image] Aug 12 21:46:15.808 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23508:20250812T203809Z
88782025-08-12T21:46:16.952Z[ host-image] Aug 12 21:46:15.809 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23508:20250812T203809Z
88792025-08-12T21:46:16.952Z[ host-image] Aug 12 21:46:15.809 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23508:20250812T203810Z
88802025-08-12T21:46:16.952Z[ host-image] Aug 12 21:46:15.809 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23508:20250812T203810Z
88812025-08-12T21:46:16.957Z[ host-image] Aug 12 21:46:15.811 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
88822025-08-12T21:46:16.957Z[ host-image] Aug 12 21:46:15.811 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23508:20250812T203811Z
88832025-08-12T21:46:16.957Z[ host-image] Aug 12 21:46:15.812 INFO O| install = pkg://helios-dev/system/microcode/intel@20250512-2.0.23508:20250812T203811Z
88842025-08-12T21:46:16.957Z[ host-image] Aug 12 21:46:15.812 INFO O| install = pkg://helios-dev/system/microcode/oxide@20250515-2.0.23508:20250812T203811Z
88852025-08-12T21:46:16.957Z[ host-image] Aug 12 21:46:15.812 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23508:20250812T203812Z
88862025-08-12T21:46:16.957Z[ host-image] Aug 12 21:46:15.813 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23508:20250812T203811Z
88872025-08-12T21:46:16.957Z[ host-image] Aug 12 21:46:15.813 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23508:20250812T203812Z
88882025-08-12T21:46:16.957Z[ host-image] Aug 12 21:46:15.813 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
88892025-08-12T21:46:16.957Z[ host-image] Aug 12 21:46:15.813 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
88902025-08-12T21:46:16.957Z[ host-image] Aug 12 21:46:15.813 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23508:20250812T203814Z
88912025-08-12T21:46:16.957Z[ host-image] Aug 12 21:46:15.814 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23508:20250812T203814Z
88922025-08-12T21:46:16.957Z[ host-image] Aug 12 21:46:15.814 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
88932025-08-12T21:46:16.957Z[ host-image] Aug 12 21:46:15.814 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
88942025-08-12T21:46:16.957Z[ host-image] Aug 12 21:46:15.814 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
88952025-08-12T21:46:16.957Z[ host-image] Aug 12 21:46:15.814 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
88962025-08-12T21:46:16.957Z[ host-image] Aug 12 21:46:15.814 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
88972025-08-12T21:46:16.961Z[ host-image] Aug 12 21:46:15.814 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
88982025-08-12T21:46:16.961Z[ host-image] Aug 12 21:46:15.816 INFO O| install = pkg://helios-dev/web/curl@8.14.0-2.0:20250603T111413Z
88992025-08-12T21:46:16.961Z[ host-image] Aug 12 21:46:15.816 INFO O| tempdir @ "/tmp/.tmpHQDoEA/tmp"
89002025-08-12T21:46:16.961Z[ host-image] Aug 12 21:46:15.816 INFO O| image root @ "/tmp/.tmpHQDoEA/tmp/root"
89012025-08-12T21:46:16.961Z[ host-image] Aug 12 21:46:15.816 INFO O| creating image...
89022025-08-12T21:46:17.459Z[ host-image] Aug 12 21:46:16.318 INFO O| copying publishers...
89032025-08-12T21:46:17.752Z[ recovery-image] Aug 12 21:46:16.610 INFO O| ok, image written!
89042025-08-12T21:46:17.752Z[ recovery-image] Aug 12 21:46:16.610 INFO O| ok, boot_image_csum file written!
89052025-08-12T21:46:17.756Z[ recovery-image] Aug 12 21:46:16.614 INFO creating boot archive (CPIO)...
89062025-08-12T21:46:17.756Z[ recovery-image] Aug 12 21:46:16.614 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
89072025-08-12T21:46:17.767Z[ recovery-image] Aug 12 21:46:16.625 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
89082025-08-12T21:46:17.767Z[ recovery-image] Aug 12 21:46:16.625 INFO E| + outfile=/work/os-recovery/cpio
89092025-08-12T21:46:17.767Z[ recovery-image] Aug 12 21:46:16.625 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
89102025-08-12T21:46:17.771Z[ recovery-image] Aug 12 21:46:16.629 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
89112025-08-12T21:46:17.774Z[ recovery-image] Aug 12 21:46:16.629 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
89122025-08-12T21:46:17.820Z[ recovery-image] Aug 12 21:46:16.677 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
89132025-08-12T21:46:17.824Z[ recovery-image] Aug 12 21:46:16.678 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
89142025-08-12T21:46:17.828Z[ recovery-image] Aug 12 21:46:16.685 INFO creating compressed cpio/unix for dev loaders...
89152025-08-12T21:46:17.828Z[ recovery-image] Aug 12 21:46:16.686 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
89162025-08-12T21:46:18.147Z[ recovery-image] Aug 12 21:46:17.005 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
89172025-08-12T21:46:23.046Z[ recovery-image] Aug 12 21:46:21.903 INFO creating reset image...
89182025-08-12T21:46:23.046Z[ recovery-image] Aug 12 21:46:21.903 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
89192025-08-12T21:46:56.854Z[ host-image] Aug 12 21:46:55.705 INFO O| adding properties...
89202025-08-12T21:46:59.620Z[ host-image] Aug 12 21:46:58.469 INFO O| installing packages...
89212025-08-12T21:47:16.986Z[ recovery-image] Aug 12 21:47:15.833 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')"
89222025-08-12T21:47:16.990Z[ recovery-image] Aug 12 21:47:15.833 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")
89232025-08-12T21:47:17.444Z[ recovery-image] Aug 12 21:47:16.291 INFO E| Updating crates.io index
89242025-08-12T21:47:17.734Z[ recovery-image] Aug 12 21:47:16.580 INFO E| Downloading crates ...
89252025-08-12T21:47:17.861Z[ recovery-image] Aug 12 21:47:16.708 INFO E| Downloaded signal-hook-registry v1.4.5
89262025-08-12T21:47:17.865Z[ recovery-image] Aug 12 21:47:16.711 INFO E| Downloaded sigchld v0.2.4
89272025-08-12T21:47:17.868Z[ recovery-image] Aug 12 21:47:16.712 INFO E| Downloaded shared_child v1.1.1
89282025-08-12T21:47:17.868Z[ recovery-image] Aug 12 21:47:16.714 INFO E| Downloaded colorchoice v1.0.4
89292025-08-12T21:47:17.871Z[ recovery-image] Aug 12 21:47:16.715 INFO E| Downloaded clap_lex v0.7.5
89302025-08-12T21:47:17.871Z[ recovery-image] Aug 12 21:47:16.717 INFO E| Downloaded anstyle-query v1.1.3
89312025-08-12T21:47:17.875Z[ recovery-image] Aug 12 21:47:16.719 INFO E| Downloaded anstream v0.6.19
89322025-08-12T21:47:17.875Z[ recovery-image] Aug 12 21:47:16.721 INFO E| Downloaded shared_thread v0.1.0
89332025-08-12T21:47:17.879Z[ recovery-image] Aug 12 21:47:16.723 INFO E| Downloaded os_pipe v1.2.2
89342025-08-12T21:47:17.879Z[ recovery-image] Aug 12 21:47:16.724 INFO E| Downloaded duct v1.0.0
89352025-08-12T21:47:17.882Z[ recovery-image] Aug 12 21:47:16.727 INFO E| Downloaded anstyle-parse v0.2.7
89362025-08-12T21:47:17.937Z[ recovery-image] Aug 12 21:47:16.783 INFO E| Compiling libc v0.2.174
89372025-08-12T21:47:17.937Z[ recovery-image] Aug 12 21:47:16.784 INFO E| Compiling proc-macro2 v1.0.95
89382025-08-12T21:47:17.940Z[ recovery-image] Aug 12 21:47:16.784 INFO E| Compiling signal-hook v0.3.18
89392025-08-12T21:47:17.940Z[ recovery-image] Aug 12 21:47:16.784 INFO E| Compiling unicode-ident v1.0.18
89402025-08-12T21:47:17.940Z[ recovery-image] Aug 12 21:47:16.784 INFO E| Compiling utf8parse v0.2.2
89412025-08-12T21:47:17.940Z[ recovery-image] Aug 12 21:47:16.784 INFO E| Compiling anstyle v1.0.11
89422025-08-12T21:47:17.940Z[ recovery-image] Aug 12 21:47:16.784 INFO E| Compiling is_terminal_polyfill v1.70.1
89432025-08-12T21:47:17.940Z[ recovery-image] Aug 12 21:47:16.784 INFO E| Compiling colorchoice v1.0.4
89442025-08-12T21:47:18.337Z[ recovery-image] Aug 12 21:47:17.184 INFO E| Compiling anstyle-query v1.1.3
89452025-08-12T21:47:18.583Z[ recovery-image] Aug 12 21:47:17.430 INFO E| Compiling anstyle-parse v0.2.7
89462025-08-12T21:47:18.618Z[ recovery-image] Aug 12 21:47:17.464 INFO E| Compiling strsim v0.11.1
89472025-08-12T21:47:18.694Z[ recovery-image] Aug 12 21:47:17.541 INFO E| Compiling clap_lex v0.7.5
89482025-08-12T21:47:18.787Z[ recovery-image] Aug 12 21:47:17.634 INFO E| Compiling heck v0.5.0
89492025-08-12T21:47:18.834Z[ recovery-image] Aug 12 21:47:17.681 INFO E| Compiling shared_thread v0.1.0
89502025-08-12T21:47:19.269Z[ recovery-image] Aug 12 21:47:18.116 INFO E| Compiling anstream v0.6.19
89512025-08-12T21:47:19.977Z[ recovery-image] Aug 12 21:47:18.824 INFO E| Compiling clap_builder v4.5.41
89522025-08-12T21:47:21.034Z[ recovery-image] Aug 12 21:47:19.880 INFO E| Compiling signal-hook-registry v1.4.5
89532025-08-12T21:47:21.038Z[ recovery-image] Aug 12 21:47:19.880 INFO E| Compiling os_pipe v1.2.2
89542025-08-12T21:47:21.422Z[ recovery-image] Aug 12 21:47:20.268 INFO E| Compiling quote v1.0.40
89552025-08-12T21:47:21.947Z[ recovery-image] Aug 12 21:47:20.793 INFO E| Compiling sigchld v0.2.4
89562025-08-12T21:47:22.069Z[ recovery-image] Aug 12 21:47:20.913 INFO E| Compiling syn v2.0.104
89572025-08-12T21:47:22.246Z[ recovery-image] Aug 12 21:47:21.092 INFO E| Compiling shared_child v1.1.1
89582025-08-12T21:47:22.654Z[ recovery-image] Aug 12 21:47:21.483 INFO E| Compiling duct v1.0.0
89592025-08-12T21:47:31.010Z[ recovery-image] Aug 12 21:47:29.855 INFO E| Compiling clap_derive v4.5.41
89602025-08-12T21:47:35.536Z[ recovery-image] Aug 12 21:47:34.379 INFO E| Compiling clap v4.5.41
89612025-08-12T21:47:35.658Z[ recovery-image] Aug 12 21:47:34.501 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
89622025-08-12T21:47:37.588Z[ recovery-image] Aug 12 21:47:36.431 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.44s
89632025-08-12T21:47:37.604Z[ recovery-image] Aug 12 21:47:36.447 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
89642025-08-12T21:47:38.026Z[ recovery-image] Aug 12 21:47:36.869 INFO E| Downloading crates ...
89652025-08-12T21:47:38.093Z[ recovery-image] Aug 12 21:47:36.936 INFO E| Downloaded adler2 v2.0.1
89662025-08-12T21:47:38.096Z[ recovery-image] Aug 12 21:47:36.938 INFO E| Downloaded bit_field v0.10.2
89672025-08-12T21:47:38.096Z[ recovery-image] Aug 12 21:47:36.940 INFO E| Downloaded bitstruct v0.1.1
89682025-08-12T21:47:38.104Z[ recovery-image] Aug 12 21:47:36.947 INFO E| Downloaded bitstruct_derive v0.1.0
89692025-08-12T21:47:38.107Z[ recovery-image] Aug 12 21:47:36.948 INFO E| Downloaded scroll_derive v0.13.0
89702025-08-12T21:47:38.110Z[ recovery-image] Aug 12 21:47:36.954 INFO E| Downloaded seq-macro v0.3.6
89712025-08-12T21:47:38.113Z[ recovery-image] Aug 12 21:47:36.956 INFO E| Downloaded cpio_reader v0.1.2
89722025-08-12T21:47:38.117Z[ recovery-image] Aug 12 21:47:36.958 INFO E| Downloaded scroll v0.13.0
89732025-08-12T21:47:38.121Z[ recovery-image] Aug 12 21:47:36.962 INFO E| Downloaded miniz_oxide v0.8.9
89742025-08-12T21:47:38.126Z[ recovery-image] Aug 12 21:47:36.969 INFO E| Downloaded raw-cpuid v10.7.0
89752025-08-12T21:47:38.141Z[ recovery-image] Aug 12 21:47:36.984 INFO E| Downloaded goblin v0.10.0
89762025-08-12T21:47:38.243Z[ recovery-image] Aug 12 21:47:37.087 INFO E| Downloaded x86 v0.52.0
89772025-08-12T21:47:38.292Z[ recovery-image] Aug 12 21:47:37.135 INFO E| Updating crates.io index
89782025-08-12T21:47:38.353Z[ recovery-image] Aug 12 21:47:37.196 INFO E| Downloading crates ...
89792025-08-12T21:47:38.403Z[ recovery-image] Aug 12 21:47:37.246 INFO E| Downloaded getopts v0.2.23
89802025-08-12T21:47:38.415Z[ recovery-image] Aug 12 21:47:37.258 INFO E| Downloaded rustc-demangle v0.1.25
89812025-08-12T21:47:38.418Z[ recovery-image] Aug 12 21:47:37.261 INFO E| Downloaded rustc-literal-escaper v0.0.5
89822025-08-12T21:47:38.432Z[ recovery-image] Aug 12 21:47:37.275 INFO E| Downloaded unicode-width v0.2.1
89832025-08-12T21:47:38.487Z[ recovery-image] Aug 12 21:47:37.330 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)
89842025-08-12T21:47:38.487Z[ recovery-image] Aug 12 21:47:37.330 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)
89852025-08-12T21:47:38.491Z[ recovery-image] Aug 12 21:47:37.330 INFO E| Compiling proc-macro2 v1.0.95
89862025-08-12T21:47:38.491Z[ recovery-image] Aug 12 21:47:37.330 INFO E| Compiling unicode-ident v1.0.18
89872025-08-12T21:47:38.491Z[ recovery-image] Aug 12 21:47:37.330 INFO E| Compiling syn v1.0.109
89882025-08-12T21:47:38.491Z[ recovery-image] Aug 12 21:47:37.330 INFO E| Compiling x86 v0.52.0
89892025-08-12T21:47:38.491Z[ recovery-image] Aug 12 21:47:37.330 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
89902025-08-12T21:47:38.491Z[ recovery-image] Aug 12 21:47:37.330 INFO E| Compiling seq-macro v0.3.6
89912025-08-12T21:47:39.863Z[ recovery-image] Aug 12 21:47:38.706 INFO E| Compiling quote v1.0.40
89922025-08-12T21:47:40.150Z[ recovery-image] Aug 12 21:47:38.993 INFO E| Compiling syn v2.0.104
89932025-08-12T21:47:41.080Z[ host-image] Aug 12 21:47:39.922 INFO O| seeding SMF database...
89942025-08-12T21:47:43.339Z[ recovery-image] Aug 12 21:47:42.181 INFO E| Compiling scroll_derive v0.13.0
89952025-08-12T21:47:45.378Z[ recovery-image] Aug 12 21:47:44.220 INFO E| Compiling bitstruct_derive v0.1.0
89962025-08-12T21:47:47.776Z[verify-libraries] Finished `release` profile [optimized] target(s) in 19m 35s
89972025-08-12T21:47:48.264ZAug 12 21:47:47.105 INFO [verify-libraries] process exited with exit status: 0 (1182.668397126s)
89982025-08-12T21:47:49.188Z[ host-image] Aug 12 21:47:48.029 INFO O| configuring SMF profile...
89992025-08-12T21:47:49.193Z[ host-image] Aug 12 21:47:48.029 INFO O| modifying shadow(5)...
90002025-08-12T21:47:49.193Z[ host-image] Aug 12 21:47:48.029 INFO O| loading user and group database...
90012025-08-12T21:47:49.193Z[ host-image] Aug 12 21:47:48.029 INFO O| loading facet selections...
90022025-08-12T21:47:49.596Z[ host-image] Aug 12 21:47:48.437 INFO O| devel -> true
90032025-08-12T21:47:49.596Z[ host-image] Aug 12 21:47:48.437 INFO O| doc.man -> true
90042025-08-12T21:47:49.600Z[ host-image] Aug 12 21:47:48.437 INFO O| version-lock.shell/ksh93 -> true
90052025-08-12T21:47:49.600Z[ host-image] Aug 12 21:47:48.437 INFO O| version-lock.system/data/hardware-registry -> true
90062025-08-12T21:47:49.600Z[ host-image] Aug 12 21:47:48.437 INFO O| version-lock.system/data/zoneinfo -> true
90072025-08-12T21:47:49.600Z[ host-image] Aug 12 21:47:48.437 INFO O| version-lock.system/microcode/amd -> true
90082025-08-12T21:47:49.600Z[ host-image] Aug 12 21:47:48.437 INFO O| version-lock.system/microcode/intel -> true
90092025-08-12T21:47:49.600Z[ host-image] Aug 12 21:47:48.437 INFO O| version-lock.system/microcode/oxide -> true
90102025-08-12T21:47:49.600Z[ host-image] Aug 12 21:47:48.437 INFO O| assessing packaged files...
90112025-08-12T21:47:51.901Z[ host-image] Aug 12 21:47:50.741 INFO O| creating archive...
90122025-08-12T21:47:51.929Z[ host-image] Aug 12 21:47:50.770 INFO O| missing from packaging:
90132025-08-12T21:47:51.929Z[ host-image] Aug 12 21:47:50.770 INFO O| "etc/.pwd.lock"
90142025-08-12T21:47:51.929Z[ host-image] Aug 12 21:47:50.770 INFO O| "etc/bash"
90152025-08-12T21:47:51.935Z[ host-image] Aug 12 21:47:50.775 INFO O| "etc/svc/profile/generic.xml"
90162025-08-12T21:47:51.935Z[ host-image] Aug 12 21:47:50.775 INFO O| "etc/svc/profile/inetd_services.xml"
90172025-08-12T21:47:51.935Z[ host-image] Aug 12 21:47:50.775 INFO O| "etc/svc/profile/name_service.xml"
90182025-08-12T21:47:51.938Z[ host-image] Aug 12 21:47:50.775 INFO O| "etc/svc/profile/platform.xml"
90192025-08-12T21:47:51.938Z[ host-image] Aug 12 21:47:50.775 INFO O| "etc/svc/profile/platform_omicron1.xml"
90202025-08-12T21:47:51.938Z[ host-image] Aug 12 21:47:50.775 INFO O| "etc/svc/repository.db"
90212025-08-12T21:47:51.944Z[ host-image] Aug 12 21:47:50.784 INFO O| "opt/ooce/share"
90222025-08-12T21:47:51.944Z[ host-image] Aug 12 21:47:50.784 INFO O| "opt/ooce/share/man"
90232025-08-12T21:47:51.947Z[ host-image] Aug 12 21:47:50.784 INFO O| "opt/ooce/share/man/man1"
90242025-08-12T21:47:51.954Z[ host-image] Aug 12 21:47:50.795 INFO O| finishing archive...
90252025-08-12T21:47:55.044Z[ host-image] Aug 12 21:47:53.884 INFO O| creating gzonly manifest...
90262025-08-12T21:47:55.051Z[ host-image] Aug 12 21:47:53.891 INFO O| ok
90272025-08-12T21:47:55.197Z[ host-image] Aug 12 21:47:54.037 INFO image builder template: ramdisk-02-trim...
90282025-08-12T21:47:55.198Z[ host-image] Aug 12 21:47:54.037 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/.tmp21quSy/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
90292025-08-12T21:47:55.218Z[ host-image] Aug 12 21:47:54.058 INFO O| Aug 12 21:47:54.058 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
90302025-08-12T21:47:55.222Z[ host-image] Aug 12 21:47:54.062 INFO O| Aug 12 21:47:54.062 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
90312025-08-12T21:47:55.372Z[ host-image] Aug 12 21:47:54.212 INFO O| Aug 12 21:47:54.211 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
90322025-08-12T21:47:55.447Z[ host-image] Aug 12 21:47:54.286 INFO O| Aug 12 21:47:54.286 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
90332025-08-12T21:47:55.447Z[ host-image] Aug 12 21:47:54.286 INFO O| Aug 12 21:47:54.286 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
90342025-08-12T21:47:55.451Z[ host-image] Aug 12 21:47:54.291 INFO O| Aug 12 21:47:54.291 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
90352025-08-12T21:47:55.457Z[ host-image] Aug 12 21:47:54.297 INFO O| Aug 12 21:47:54.297 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
90362025-08-12T21:47:55.462Z[ host-image] Aug 12 21:47:54.302 INFO O| Aug 12 21:47:54.302 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
90372025-08-12T21:47:55.649Z[ host-image] Aug 12 21:47:54.489 INFO O| Aug 12 21:47:54.488 INFO rolled back to input snapshot; work may begin
90382025-08-12T21:47:55.649Z[ host-image] Aug 12 21:47:54.489 INFO O| Aug 12 21:47:54.489 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
90392025-08-12T21:47:55.653Z[ host-image] Aug 12 21:47:54.493 INFO O| Aug 12 21:47:54.493 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90402025-08-12T21:47:55.662Z[ host-image] Aug 12 21:47:54.502 INFO O| Aug 12 21:47:54.502 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
90412025-08-12T21:47:55.758Z[ host-image] Aug 12 21:47:54.597 INFO O| Aug 12 21:47:54.597 INFO STEP 0 (remove_files) COMPLETE
90422025-08-12T21:47:55.758Z[ host-image] Aug 12 21:47:54.597 INFO O| Aug 12 21:47:54.597 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90432025-08-12T21:47:55.767Z[ host-image] Aug 12 21:47:54.607 INFO O| Aug 12 21:47:54.607 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
90442025-08-12T21:47:55.770Z[ host-image] Aug 12 21:47:54.609 INFO O| Aug 12 21:47:54.609 INFO STEP 1 (remove_files) COMPLETE
90452025-08-12T21:47:55.770Z[ host-image] Aug 12 21:47:54.609 INFO O| Aug 12 21:47:54.609 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90462025-08-12T21:47:55.777Z[ host-image] Aug 12 21:47:54.617 INFO O| Aug 12 21:47:54.617 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
90472025-08-12T21:47:55.791Z[ host-image] Aug 12 21:47:54.631 INFO O| Aug 12 21:47:54.631 INFO STEP 2 (remove_files) COMPLETE
90482025-08-12T21:47:55.794Z[ host-image] Aug 12 21:47:54.631 INFO O| Aug 12 21:47:54.631 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90492025-08-12T21:47:55.800Z[ host-image] Aug 12 21:47:54.640 INFO O| Aug 12 21:47:54.639 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
90502025-08-12T21:47:55.803Z[ host-image] Aug 12 21:47:54.641 INFO O| Aug 12 21:47:54.641 INFO STEP 3 (remove_files) COMPLETE
90512025-08-12T21:47:55.803Z[ host-image] Aug 12 21:47:54.641 INFO O| Aug 12 21:47:54.641 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90522025-08-12T21:47:55.810Z[ host-image] Aug 12 21:47:54.650 INFO O| Aug 12 21:47:54.650 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
90532025-08-12T21:47:55.814Z[ host-image] Aug 12 21:47:54.654 INFO O| Aug 12 21:47:54.654 INFO STEP 4 (remove_files) COMPLETE
90542025-08-12T21:47:55.817Z[ host-image] Aug 12 21:47:54.654 INFO O| Aug 12 21:47:54.654 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90552025-08-12T21:47:55.822Z[ host-image] Aug 12 21:47:54.662 INFO O| Aug 12 21:47:54.662 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
90562025-08-12T21:47:55.825Z[ host-image] Aug 12 21:47:54.665 INFO O| Aug 12 21:47:54.665 INFO STEP 5 (remove_files) COMPLETE
90572025-08-12T21:47:55.825Z[ host-image] Aug 12 21:47:54.665 INFO O| Aug 12 21:47:54.665 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90582025-08-12T21:47:55.833Z[ host-image] Aug 12 21:47:54.673 INFO O| Aug 12 21:47:54.673 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
90592025-08-12T21:47:55.842Z[ host-image] Aug 12 21:47:54.682 INFO O| Aug 12 21:47:54.682 INFO STEP 6 (remove_files) COMPLETE
90602025-08-12T21:47:55.842Z[ host-image] Aug 12 21:47:54.682 INFO O| Aug 12 21:47:54.682 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90612025-08-12T21:47:55.850Z[ host-image] Aug 12 21:47:54.691 INFO O| Aug 12 21:47:54.691 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
90622025-08-12T21:47:55.863Z[ host-image] Aug 12 21:47:54.702 INFO O| Aug 12 21:47:54.702 INFO STEP 7 (remove_files) COMPLETE
90632025-08-12T21:47:55.863Z[ host-image] Aug 12 21:47:54.702 INFO O| Aug 12 21:47:54.702 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90642025-08-12T21:47:55.874Z[ host-image] Aug 12 21:47:54.714 INFO O| Aug 12 21:47:54.714 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
90652025-08-12T21:47:55.944Z[ host-image] Aug 12 21:47:54.783 INFO O| Aug 12 21:47:54.783 INFO STEP 8 (remove_files) COMPLETE
90662025-08-12T21:47:55.944Z[ host-image] Aug 12 21:47:54.784 INFO O| Aug 12 21:47:54.783 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90672025-08-12T21:47:55.953Z[ host-image] Aug 12 21:47:54.793 INFO O| Aug 12 21:47:54.793 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
90682025-08-12T21:47:56.041Z[ host-image] Aug 12 21:47:54.881 INFO O| Aug 12 21:47:54.881 INFO STEP 9 (remove_files) COMPLETE
90692025-08-12T21:47:56.041Z[ host-image] Aug 12 21:47:54.881 INFO O| Aug 12 21:47:54.881 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90702025-08-12T21:47:56.052Z[ host-image] Aug 12 21:47:54.891 INFO O| Aug 12 21:47:54.891 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
90712025-08-12T21:47:56.055Z[ host-image] Aug 12 21:47:54.895 INFO O| Aug 12 21:47:54.895 INFO STEP 10 (remove_files) COMPLETE
90722025-08-12T21:47:56.058Z[ host-image] Aug 12 21:47:54.895 INFO O| Aug 12 21:47:54.895 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90732025-08-12T21:47:56.065Z[ host-image] Aug 12 21:47:54.905 INFO O| Aug 12 21:47:54.905 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
90742025-08-12T21:47:56.068Z[ host-image] Aug 12 21:47:54.906 INFO O| Aug 12 21:47:54.906 INFO STEP 11 (remove_files) COMPLETE
90752025-08-12T21:47:56.068Z[ host-image] Aug 12 21:47:54.906 INFO O| Aug 12 21:47:54.906 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90762025-08-12T21:47:56.075Z[ host-image] Aug 12 21:47:54.915 INFO O| Aug 12 21:47:54.915 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
90772025-08-12T21:47:56.079Z[ host-image] Aug 12 21:47:54.917 INFO O| Aug 12 21:47:54.917 INFO STEP 12 (remove_files) COMPLETE
90782025-08-12T21:47:56.079Z[ host-image] Aug 12 21:47:54.917 INFO O| Aug 12 21:47:54.917 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90792025-08-12T21:47:56.140Z[ host-image] Aug 12 21:47:54.979 INFO O| Aug 12 21:47:54.979 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
90802025-08-12T21:47:56.168Z[ host-image] Aug 12 21:47:55.008 INFO O| Aug 12 21:47:55.008 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
90812025-08-12T21:47:56.171Z[ host-image] Aug 12 21:47:55.010 INFO O| Aug 12 21:47:55.010 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
90822025-08-12T21:47:56.176Z[ host-image] Aug 12 21:47:55.015 INFO O| Aug 12 21:47:55.015 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
90832025-08-12T21:47:56.376Z[ host-image] Aug 12 21:47:55.216 INFO O| Aug 12 21:47:55.216 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
90842025-08-12T21:47:56.380Z[ host-image] Aug 12 21:47:55.217 INFO O| Aug 12 21:47:55.217 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
90852025-08-12T21:47:56.380Z[ host-image] Aug 12 21:47:55.217 INFO O| Aug 12 21:47:55.217 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
90862025-08-12T21:47:56.380Z[ host-image] Aug 12 21:47:55.217 INFO O| Aug 12 21:47:55.217 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
90872025-08-12T21:47:56.380Z[ host-image] Aug 12 21:47:55.217 INFO O| Aug 12 21:47:55.217 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
90882025-08-12T21:47:56.380Z[ host-image] Aug 12 21:47:55.217 INFO O| Aug 12 21:47:55.217 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
90892025-08-12T21:47:56.380Z[ host-image] Aug 12 21:47:55.217 INFO O| Aug 12 21:47:55.217 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
90902025-08-12T21:47:56.380Z[ host-image] Aug 12 21:47:55.218 INFO O| Aug 12 21:47:55.217 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
90912025-08-12T21:47:56.380Z[ host-image] Aug 12 21:47:55.218 INFO O| Aug 12 21:47:55.218 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
90922025-08-12T21:47:56.380Z[ host-image] Aug 12 21:47:55.218 INFO O| Aug 12 21:47:55.218 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
90932025-08-12T21:47:56.380Z[ host-image] Aug 12 21:47:55.218 INFO O| Aug 12 21:47:55.218 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
90942025-08-12T21:47:56.380Z[ host-image] Aug 12 21:47:55.218 INFO O| Aug 12 21:47:55.218 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
90952025-08-12T21:47:56.380Z[ host-image] Aug 12 21:47:55.218 INFO O| Aug 12 21:47:55.218 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
90962025-08-12T21:47:56.380Z[ host-image] Aug 12 21:47:55.218 INFO O| Aug 12 21:47:55.218 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
90972025-08-12T21:47:56.380Z[ host-image] Aug 12 21:47:55.218 INFO O| Aug 12 21:47:55.218 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
90982025-08-12T21:47:56.380Z[ host-image] Aug 12 21:47:55.218 INFO O| Aug 12 21:47:55.218 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
90992025-08-12T21:47:56.380Z[ host-image] Aug 12 21:47:55.219 INFO O| Aug 12 21:47:55.219 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
91002025-08-12T21:47:56.389Z[ host-image] Aug 12 21:47:55.229 INFO O| Aug 12 21:47:55.229 INFO STEP 13 (remove_files) COMPLETE
91012025-08-12T21:47:56.389Z[ host-image] Aug 12 21:47:55.229 INFO O| Aug 12 21:47:55.229 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91022025-08-12T21:47:56.400Z[ host-image] Aug 12 21:47:55.239 INFO O| Aug 12 21:47:55.239 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
91032025-08-12T21:47:56.406Z[ host-image] Aug 12 21:47:55.241 INFO O| Aug 12 21:47:55.241 INFO STEP 14 (remove_files) COMPLETE
91042025-08-12T21:47:56.406Z[ host-image] Aug 12 21:47:55.241 INFO O| Aug 12 21:47:55.241 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91052025-08-12T21:47:56.413Z[ host-image] Aug 12 21:47:55.250 INFO O| Aug 12 21:47:55.250 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
91062025-08-12T21:47:56.417Z[ host-image] Aug 12 21:47:55.257 INFO O| Aug 12 21:47:55.257 INFO STEP 15 (remove_files) COMPLETE
91072025-08-12T21:47:56.417Z[ host-image] Aug 12 21:47:55.257 INFO O| Aug 12 21:47:55.257 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91082025-08-12T21:47:56.426Z[ host-image] Aug 12 21:47:55.266 INFO O| Aug 12 21:47:55.266 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
91092025-08-12T21:47:56.430Z[ host-image] Aug 12 21:47:55.266 INFO O| Aug 12 21:47:55.266 INFO STEP 16 (remove_files) COMPLETE
91102025-08-12T21:47:56.430Z[ host-image] Aug 12 21:47:55.266 INFO O| Aug 12 21:47:55.266 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91112025-08-12T21:47:56.434Z[ host-image] Aug 12 21:47:55.274 INFO O| Aug 12 21:47:55.274 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
91122025-08-12T21:47:56.438Z[ host-image] Aug 12 21:47:55.275 INFO O| Aug 12 21:47:55.275 INFO STEP 17 (remove_files) COMPLETE
91132025-08-12T21:47:56.438Z[ host-image] Aug 12 21:47:55.276 INFO O| Aug 12 21:47:55.275 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91142025-08-12T21:47:56.444Z[ host-image] Aug 12 21:47:55.284 INFO O| Aug 12 21:47:55.283 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
91152025-08-12T21:47:56.448Z[ host-image] Aug 12 21:47:55.284 INFO O| Aug 12 21:47:55.284 INFO STEP 18 (remove_files) COMPLETE
91162025-08-12T21:47:56.448Z[ host-image] Aug 12 21:47:55.284 INFO O| Aug 12 21:47:55.284 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91172025-08-12T21:47:56.454Z[ host-image] Aug 12 21:47:55.293 INFO O| Aug 12 21:47:55.293 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
91182025-08-12T21:47:56.454Z[ host-image] Aug 12 21:47:55.293 INFO O| Aug 12 21:47:55.293 INFO STEP 19 (remove_files) COMPLETE
91192025-08-12T21:47:56.459Z[ host-image] Aug 12 21:47:55.293 INFO O| Aug 12 21:47:55.293 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91202025-08-12T21:47:56.462Z[ host-image] Aug 12 21:47:55.302 INFO O| Aug 12 21:47:55.302 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
91212025-08-12T21:47:56.462Z[ host-image] Aug 12 21:47:55.302 INFO O| Aug 12 21:47:55.302 INFO STEP 20 (remove_files) COMPLETE
91222025-08-12T21:47:56.462Z[ host-image] Aug 12 21:47:55.302 INFO O| Aug 12 21:47:55.302 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91232025-08-12T21:47:56.471Z[ host-image] Aug 12 21:47:55.310 INFO O| Aug 12 21:47:55.310 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
91242025-08-12T21:47:56.471Z[ host-image] Aug 12 21:47:55.310 INFO O| Aug 12 21:47:55.310 INFO STEP 21 (remove_files) COMPLETE
91252025-08-12T21:47:56.471Z[ host-image] Aug 12 21:47:55.310 INFO O| Aug 12 21:47:55.310 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91262025-08-12T21:47:56.478Z[ host-image] Aug 12 21:47:55.318 INFO O| Aug 12 21:47:55.318 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
91272025-08-12T21:47:56.478Z[ host-image] Aug 12 21:47:55.318 INFO O| Aug 12 21:47:55.318 INFO STEP 22 (remove_files) COMPLETE
91282025-08-12T21:47:56.478Z[ host-image] Aug 12 21:47:55.318 INFO O| Aug 12 21:47:55.318 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91292025-08-12T21:47:56.487Z[ host-image] Aug 12 21:47:55.327 INFO O| Aug 12 21:47:55.327 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
91302025-08-12T21:47:56.491Z[ host-image] Aug 12 21:47:55.327 INFO O| Aug 12 21:47:55.327 INFO STEP 23 (remove_files) COMPLETE
91312025-08-12T21:47:56.491Z[ host-image] Aug 12 21:47:55.327 INFO O| Aug 12 21:47:55.327 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91322025-08-12T21:47:56.495Z[ host-image] Aug 12 21:47:55.335 INFO O| Aug 12 21:47:55.335 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
91332025-08-12T21:47:56.499Z[ host-image] Aug 12 21:47:55.335 INFO O| Aug 12 21:47:55.335 INFO STEP 24 (remove_files) COMPLETE
91342025-08-12T21:47:56.499Z[ host-image] Aug 12 21:47:55.335 INFO O| Aug 12 21:47:55.335 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91352025-08-12T21:47:56.503Z[ host-image] Aug 12 21:47:55.343 INFO O| Aug 12 21:47:55.343 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
91362025-08-12T21:47:56.503Z[ host-image] Aug 12 21:47:55.343 INFO O| Aug 12 21:47:55.343 INFO STEP 25 (remove_files) COMPLETE
91372025-08-12T21:47:56.506Z[ host-image] Aug 12 21:47:55.343 INFO O| Aug 12 21:47:55.343 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91382025-08-12T21:47:56.511Z[ host-image] Aug 12 21:47:55.351 INFO O| Aug 12 21:47:55.351 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
91392025-08-12T21:47:56.511Z[ host-image] Aug 12 21:47:55.351 INFO O| Aug 12 21:47:55.351 INFO STEP 26 (remove_files) COMPLETE
91402025-08-12T21:47:56.514Z[ host-image] Aug 12 21:47:55.351 INFO O| Aug 12 21:47:55.351 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91412025-08-12T21:47:56.521Z[ host-image] Aug 12 21:47:55.360 INFO O| Aug 12 21:47:55.360 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
91422025-08-12T21:47:56.524Z[ host-image] Aug 12 21:47:55.361 INFO O| Aug 12 21:47:55.361 INFO STEP 27 (remove_files) COMPLETE
91432025-08-12T21:47:56.524Z[ host-image] Aug 12 21:47:55.361 INFO O| Aug 12 21:47:55.361 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91442025-08-12T21:47:56.529Z[ host-image] Aug 12 21:47:55.369 INFO O| Aug 12 21:47:55.369 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
91452025-08-12T21:47:56.529Z[ host-image] Aug 12 21:47:55.369 INFO O| Aug 12 21:47:55.369 INFO STEP 28 (remove_files) COMPLETE
91462025-08-12T21:47:56.532Z[ host-image] Aug 12 21:47:55.369 INFO O| Aug 12 21:47:55.369 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91472025-08-12T21:47:56.537Z[ host-image] Aug 12 21:47:55.377 INFO O| Aug 12 21:47:55.377 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
91482025-08-12T21:47:56.537Z[ host-image] Aug 12 21:47:55.377 INFO O| Aug 12 21:47:55.377 INFO STEP 29 (remove_files) COMPLETE
91492025-08-12T21:47:56.537Z[ host-image] Aug 12 21:47:55.377 INFO O| Aug 12 21:47:55.377 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91502025-08-12T21:47:56.544Z[ host-image] Aug 12 21:47:55.384 INFO O| Aug 12 21:47:55.384 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
91512025-08-12T21:47:56.544Z[ host-image] Aug 12 21:47:55.384 INFO O| Aug 12 21:47:55.384 INFO STEP 30 (remove_files) COMPLETE
91522025-08-12T21:47:56.548Z[ host-image] Aug 12 21:47:55.384 INFO O| Aug 12 21:47:55.384 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91532025-08-12T21:47:56.552Z[ host-image] Aug 12 21:47:55.392 INFO O| Aug 12 21:47:55.392 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
91542025-08-12T21:47:56.555Z[ host-image] Aug 12 21:47:55.392 INFO O| Aug 12 21:47:55.392 INFO STEP 31 (remove_files) COMPLETE
91552025-08-12T21:47:56.556Z[ host-image] Aug 12 21:47:55.392 INFO O| Aug 12 21:47:55.392 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91562025-08-12T21:47:56.562Z[ host-image] Aug 12 21:47:55.402 INFO O| Aug 12 21:47:55.402 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
91572025-08-12T21:47:56.562Z[ host-image] Aug 12 21:47:55.402 INFO O| Aug 12 21:47:55.402 INFO STEP 32 (remove_files) COMPLETE
91582025-08-12T21:47:56.568Z[ host-image] Aug 12 21:47:55.402 INFO O| Aug 12 21:47:55.402 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91592025-08-12T21:47:56.571Z[ host-image] Aug 12 21:47:55.409 INFO O| Aug 12 21:47:55.409 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
91602025-08-12T21:47:56.571Z[ host-image] Aug 12 21:47:55.410 INFO O| Aug 12 21:47:55.410 INFO STEP 33 (remove_files) COMPLETE
91612025-08-12T21:47:56.571Z[ host-image] Aug 12 21:47:55.410 INFO O| Aug 12 21:47:55.410 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91622025-08-12T21:47:56.577Z[ host-image] Aug 12 21:47:55.417 INFO O| Aug 12 21:47:55.417 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
91632025-08-12T21:47:56.577Z[ host-image] Aug 12 21:47:55.417 INFO O| Aug 12 21:47:55.417 INFO STEP 34 (remove_files) COMPLETE
91642025-08-12T21:47:56.581Z[ host-image] Aug 12 21:47:55.417 INFO O| Aug 12 21:47:55.417 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91652025-08-12T21:47:56.585Z[ host-image] Aug 12 21:47:55.425 INFO O| Aug 12 21:47:55.425 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
91662025-08-12T21:47:56.585Z[ host-image] Aug 12 21:47:55.425 INFO O| Aug 12 21:47:55.425 INFO STEP 35 (remove_files) COMPLETE
91672025-08-12T21:47:56.588Z[ host-image] Aug 12 21:47:55.425 INFO O| Aug 12 21:47:55.425 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91682025-08-12T21:47:56.593Z[ host-image] Aug 12 21:47:55.432 INFO O| Aug 12 21:47:55.432 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
91692025-08-12T21:47:56.593Z[ host-image] Aug 12 21:47:55.432 INFO O| Aug 12 21:47:55.432 INFO STEP 36 (remove_files) COMPLETE
91702025-08-12T21:47:56.598Z[ host-image] Aug 12 21:47:55.432 INFO O| Aug 12 21:47:55.432 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91712025-08-12T21:47:56.601Z[ host-image] Aug 12 21:47:55.439 INFO O| Aug 12 21:47:55.439 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
91722025-08-12T21:47:56.601Z[ host-image] Aug 12 21:47:55.439 INFO O| Aug 12 21:47:55.439 INFO STEP 37 (remove_files) COMPLETE
91732025-08-12T21:47:56.601Z[ host-image] Aug 12 21:47:55.439 INFO O| Aug 12 21:47:55.439 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91742025-08-12T21:47:56.607Z[ host-image] Aug 12 21:47:55.447 INFO O| Aug 12 21:47:55.447 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
91752025-08-12T21:47:56.607Z[ host-image] Aug 12 21:47:55.447 INFO O| Aug 12 21:47:55.447 INFO STEP 38 (remove_files) COMPLETE
91762025-08-12T21:47:56.607Z[ host-image] Aug 12 21:47:55.447 INFO O| Aug 12 21:47:55.447 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91772025-08-12T21:47:56.616Z[ host-image] Aug 12 21:47:55.456 INFO O| Aug 12 21:47:55.456 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
91782025-08-12T21:47:56.616Z[ host-image] Aug 12 21:47:55.456 INFO O| Aug 12 21:47:55.456 INFO STEP 39 (remove_files) COMPLETE
91792025-08-12T21:47:56.619Z[ host-image] Aug 12 21:47:55.456 INFO O| Aug 12 21:47:55.456 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91802025-08-12T21:47:56.627Z[ host-image] Aug 12 21:47:55.465 INFO O| Aug 12 21:47:55.465 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
91812025-08-12T21:47:56.627Z[ host-image] Aug 12 21:47:55.465 INFO O| Aug 12 21:47:55.465 INFO STEP 40 (remove_files) COMPLETE
91822025-08-12T21:47:56.627Z[ host-image] Aug 12 21:47:55.465 INFO O| Aug 12 21:47:55.465 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91832025-08-12T21:47:56.633Z[ host-image] Aug 12 21:47:55.473 INFO O| Aug 12 21:47:55.473 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
91842025-08-12T21:47:56.636Z[ host-image] Aug 12 21:47:55.473 INFO O| Aug 12 21:47:55.473 INFO STEP 41 (remove_files) COMPLETE
91852025-08-12T21:47:56.637Z[ host-image] Aug 12 21:47:55.473 INFO O| Aug 12 21:47:55.473 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91862025-08-12T21:47:56.641Z[ host-image] Aug 12 21:47:55.481 INFO O| Aug 12 21:47:55.481 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
91872025-08-12T21:47:56.641Z[ host-image] Aug 12 21:47:55.481 INFO O| Aug 12 21:47:55.481 INFO STEP 42 (remove_files) COMPLETE
91882025-08-12T21:47:56.641Z[ host-image] Aug 12 21:47:55.481 INFO O| Aug 12 21:47:55.481 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91892025-08-12T21:47:56.649Z[ host-image] Aug 12 21:47:55.488 INFO O| Aug 12 21:47:55.488 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
91902025-08-12T21:47:56.649Z[ host-image] Aug 12 21:47:55.489 INFO O| Aug 12 21:47:55.488 INFO STEP 43 (remove_files) COMPLETE
91912025-08-12T21:47:56.652Z[ host-image] Aug 12 21:47:55.489 INFO O| Aug 12 21:47:55.489 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91922025-08-12T21:47:56.656Z[ host-image] Aug 12 21:47:55.496 INFO O| Aug 12 21:47:55.496 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
91932025-08-12T21:47:56.660Z[ host-image] Aug 12 21:47:55.496 INFO O| Aug 12 21:47:55.496 INFO STEP 44 (remove_files) COMPLETE
91942025-08-12T21:47:56.660Z[ host-image] Aug 12 21:47:55.496 INFO O| Aug 12 21:47:55.496 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91952025-08-12T21:47:56.664Z[ host-image] Aug 12 21:47:55.504 INFO O| Aug 12 21:47:55.504 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
91962025-08-12T21:47:56.664Z[ host-image] Aug 12 21:47:55.504 INFO O| Aug 12 21:47:55.504 INFO STEP 45 (remove_files) COMPLETE
91972025-08-12T21:47:56.664Z[ host-image] Aug 12 21:47:55.504 INFO O| Aug 12 21:47:55.504 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91982025-08-12T21:47:56.672Z[ host-image] Aug 12 21:47:55.512 INFO O| Aug 12 21:47:55.512 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
91992025-08-12T21:47:56.675Z[ host-image] Aug 12 21:47:55.512 INFO O| Aug 12 21:47:55.512 INFO STEP 46 (remove_files) COMPLETE
92002025-08-12T21:47:56.675Z[ host-image] Aug 12 21:47:55.512 INFO O| Aug 12 21:47:55.512 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92012025-08-12T21:47:56.680Z[ host-image] Aug 12 21:47:55.520 INFO O| Aug 12 21:47:55.519 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
92022025-08-12T21:47:56.683Z[ host-image] Aug 12 21:47:55.520 INFO O| Aug 12 21:47:55.520 INFO STEP 47 (remove_files) COMPLETE
92032025-08-12T21:47:56.683Z[ host-image] Aug 12 21:47:55.520 INFO O| Aug 12 21:47:55.520 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92042025-08-12T21:47:56.688Z[ host-image] Aug 12 21:47:55.528 INFO O| Aug 12 21:47:55.528 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
92052025-08-12T21:47:56.688Z[ host-image] Aug 12 21:47:55.528 INFO O| Aug 12 21:47:55.528 INFO STEP 48 (remove_files) COMPLETE
92062025-08-12T21:47:56.688Z[ host-image] Aug 12 21:47:55.528 INFO O| Aug 12 21:47:55.528 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92072025-08-12T21:47:56.697Z[ host-image] Aug 12 21:47:55.536 INFO O| Aug 12 21:47:55.536 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
92082025-08-12T21:47:56.697Z[ host-image] Aug 12 21:47:55.536 INFO O| Aug 12 21:47:55.536 INFO STEP 49 (remove_files) COMPLETE
92092025-08-12T21:47:56.701Z[ host-image] Aug 12 21:47:55.536 INFO O| Aug 12 21:47:55.536 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92102025-08-12T21:47:56.704Z[ host-image] Aug 12 21:47:55.544 INFO O| Aug 12 21:47:55.544 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
92112025-08-12T21:47:56.704Z[ host-image] Aug 12 21:47:55.544 INFO O| Aug 12 21:47:55.544 INFO STEP 50 (remove_files) COMPLETE
92122025-08-12T21:47:56.708Z[ host-image] Aug 12 21:47:55.544 INFO O| Aug 12 21:47:55.544 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92132025-08-12T21:47:56.712Z[ host-image] Aug 12 21:47:55.552 INFO O| Aug 12 21:47:55.552 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
92142025-08-12T21:47:56.712Z[ host-image] Aug 12 21:47:55.552 INFO O| Aug 12 21:47:55.552 INFO STEP 51 (remove_files) COMPLETE
92152025-08-12T21:47:56.712Z[ host-image] Aug 12 21:47:55.552 INFO O| Aug 12 21:47:55.552 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92162025-08-12T21:47:56.720Z[ host-image] Aug 12 21:47:55.560 INFO O| Aug 12 21:47:55.560 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
92172025-08-12T21:47:56.723Z[ host-image] Aug 12 21:47:55.560 INFO O| Aug 12 21:47:55.560 INFO STEP 52 (remove_files) COMPLETE
92182025-08-12T21:47:56.723Z[ host-image] Aug 12 21:47:55.560 INFO O| Aug 12 21:47:55.560 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92192025-08-12T21:47:56.730Z[ host-image] Aug 12 21:47:55.570 INFO O| Aug 12 21:47:55.570 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
92202025-08-12T21:47:56.735Z[ host-image] Aug 12 21:47:55.570 INFO O| Aug 12 21:47:55.570 INFO STEP 53 (remove_files) COMPLETE
92212025-08-12T21:47:56.735Z[ host-image] Aug 12 21:47:55.570 INFO O| Aug 12 21:47:55.570 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92222025-08-12T21:47:56.739Z[ host-image] Aug 12 21:47:55.578 INFO O| Aug 12 21:47:55.577 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
92232025-08-12T21:47:56.739Z[ host-image] Aug 12 21:47:55.578 INFO O| Aug 12 21:47:55.578 INFO STEP 54 (remove_files) COMPLETE
92242025-08-12T21:47:56.739Z[ host-image] Aug 12 21:47:55.578 INFO O| Aug 12 21:47:55.578 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92252025-08-12T21:47:56.746Z[ host-image] Aug 12 21:47:55.586 INFO O| Aug 12 21:47:55.586 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
92262025-08-12T21:47:56.746Z[ host-image] Aug 12 21:47:55.586 INFO O| Aug 12 21:47:55.586 INFO STEP 55 (remove_files) COMPLETE
92272025-08-12T21:47:56.746Z[ host-image] Aug 12 21:47:55.586 INFO O| Aug 12 21:47:55.586 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92282025-08-12T21:47:56.754Z[ host-image] Aug 12 21:47:55.593 INFO O| Aug 12 21:47:55.593 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
92292025-08-12T21:47:56.763Z[ host-image] Aug 12 21:47:55.593 INFO O| Aug 12 21:47:55.593 INFO STEP 56 (remove_files) COMPLETE
92302025-08-12T21:47:56.763Z[ host-image] Aug 12 21:47:55.594 INFO O| Aug 12 21:47:55.593 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92312025-08-12T21:47:56.766Z[ host-image] Aug 12 21:47:55.601 INFO O| Aug 12 21:47:55.601 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
92322025-08-12T21:47:56.766Z[ host-image] Aug 12 21:47:55.601 INFO O| Aug 12 21:47:55.601 INFO STEP 57 (remove_files) COMPLETE
92332025-08-12T21:47:56.766Z[ host-image] Aug 12 21:47:55.601 INFO O| Aug 12 21:47:55.601 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92342025-08-12T21:47:56.770Z[ host-image] Aug 12 21:47:55.609 INFO O| Aug 12 21:47:55.609 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
92352025-08-12T21:47:56.770Z[ host-image] Aug 12 21:47:55.609 INFO O| Aug 12 21:47:55.609 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
92362025-08-12T21:47:56.770Z[ host-image] Aug 12 21:47:55.609 INFO O| Aug 12 21:47:55.609 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92372025-08-12T21:47:56.770Z[ host-image] Aug 12 21:47:55.610 INFO O| Aug 12 21:47:55.609 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92382025-08-12T21:47:56.773Z[ host-image] Aug 12 21:47:55.610 INFO O| Aug 12 21:47:55.610 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92392025-08-12T21:47:56.773Z[ host-image] Aug 12 21:47:55.610 INFO O| Aug 12 21:47:55.610 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92402025-08-12T21:47:56.773Z[ host-image] Aug 12 21:47:55.610 INFO O| Aug 12 21:47:55.610 INFO ok!
92412025-08-12T21:47:56.773Z[ host-image] Aug 12 21:47:55.610 INFO O| Aug 12 21:47:55.610 INFO STEP 58 (ensure_file) COMPLETE
92422025-08-12T21:47:56.773Z[ host-image] Aug 12 21:47:55.610 INFO O| Aug 12 21:47:55.610 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92432025-08-12T21:47:56.779Z[ host-image] Aug 12 21:47:55.618 INFO O| Aug 12 21:47:55.618 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
92442025-08-12T21:47:56.779Z[ host-image] Aug 12 21:47:55.618 INFO O| Aug 12 21:47:55.618 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
92452025-08-12T21:47:56.782Z[ host-image] Aug 12 21:47:55.618 INFO O| Aug 12 21:47:55.618 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92462025-08-12T21:47:56.782Z[ host-image] Aug 12 21:47:55.618 INFO O| Aug 12 21:47:55.618 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92472025-08-12T21:47:56.782Z[ host-image] Aug 12 21:47:55.618 INFO O| Aug 12 21:47:55.618 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92482025-08-12T21:47:56.782Z[ host-image] Aug 12 21:47:55.618 INFO O| Aug 12 21:47:55.618 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92492025-08-12T21:47:56.782Z[ host-image] Aug 12 21:47:55.618 INFO O| Aug 12 21:47:55.618 INFO ok!
92502025-08-12T21:47:56.782Z[ host-image] Aug 12 21:47:55.618 INFO O| Aug 12 21:47:55.618 INFO STEP 59 (ensure_file) COMPLETE
92512025-08-12T21:47:56.782Z[ host-image] Aug 12 21:47:55.618 INFO O| Aug 12 21:47:55.618 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92522025-08-12T21:47:56.790Z[ host-image] Aug 12 21:47:55.628 INFO O| Aug 12 21:47:55.627 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
92532025-08-12T21:47:56.790Z[ host-image] Aug 12 21:47:55.628 INFO O| Aug 12 21:47:55.628 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
92542025-08-12T21:47:56.794Z[ host-image] Aug 12 21:47:55.628 INFO O| Aug 12 21:47:55.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
92552025-08-12T21:47:56.794Z[ host-image] Aug 12 21:47:55.628 INFO O| Aug 12 21:47:55.628 INFO ok!
92562025-08-12T21:47:56.794Z[ host-image] Aug 12 21:47:55.628 INFO O| Aug 12 21:47:55.628 INFO STEP 60 (ensure_file) COMPLETE
92572025-08-12T21:47:56.794Z[ host-image] Aug 12 21:47:55.628 INFO O| Aug 12 21:47:55.628 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92582025-08-12T21:47:56.798Z[ host-image] Aug 12 21:47:55.636 INFO O| Aug 12 21:47:55.636 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
92592025-08-12T21:47:56.798Z[ host-image] Aug 12 21:47:55.636 INFO O| Aug 12 21:47:55.636 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
92602025-08-12T21:47:56.798Z[ host-image] Aug 12 21:47:55.636 INFO O| Aug 12 21:47:55.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
92612025-08-12T21:47:56.798Z[ host-image] Aug 12 21:47:55.636 INFO O| Aug 12 21:47:55.636 INFO ok!
92622025-08-12T21:47:56.798Z[ host-image] Aug 12 21:47:55.636 INFO O| Aug 12 21:47:55.636 INFO STEP 61 (ensure_file) COMPLETE
92632025-08-12T21:47:56.798Z[ host-image] Aug 12 21:47:55.636 INFO O| Aug 12 21:47:55.636 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92642025-08-12T21:47:56.805Z[ host-image] Aug 12 21:47:55.645 INFO O| Aug 12 21:47:55.645 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
92652025-08-12T21:47:56.805Z[ host-image] Aug 12 21:47:55.645 INFO O| Aug 12 21:47:55.645 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
92662025-08-12T21:47:56.808Z[ host-image] Aug 12 21:47:55.645 INFO O| Aug 12 21:47:55.645 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
92672025-08-12T21:47:56.808Z[ host-image] Aug 12 21:47:55.645 INFO O| Aug 12 21:47:55.645 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
92682025-08-12T21:47:56.808Z[ host-image] Aug 12 21:47:55.645 INFO O| Aug 12 21:47:55.645 INFO ok!
92692025-08-12T21:47:56.808Z[ host-image] Aug 12 21:47:55.645 INFO O| Aug 12 21:47:55.645 INFO STEP 62 (ensure_file) COMPLETE
92702025-08-12T21:47:56.808Z[ host-image] Aug 12 21:47:55.645 INFO O| Aug 12 21:47:55.645 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92712025-08-12T21:47:56.813Z[ host-image] Aug 12 21:47:55.653 INFO O| Aug 12 21:47:55.653 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
92722025-08-12T21:47:56.813Z[ host-image] Aug 12 21:47:55.653 INFO O| Aug 12 21:47:55.653 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
92732025-08-12T21:47:56.813Z[ host-image] Aug 12 21:47:55.653 INFO O| Aug 12 21:47:55.653 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
92742025-08-12T21:47:56.817Z[ host-image] Aug 12 21:47:55.653 INFO O| Aug 12 21:47:55.653 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
92752025-08-12T21:47:56.817Z[ host-image] Aug 12 21:47:55.653 INFO O| Aug 12 21:47:55.653 INFO ok!
92762025-08-12T21:47:56.817Z[ host-image] Aug 12 21:47:55.653 INFO O| Aug 12 21:47:55.653 INFO STEP 63 (ensure_file) COMPLETE
92772025-08-12T21:47:56.817Z[ host-image] Aug 12 21:47:55.653 INFO O| Aug 12 21:47:55.653 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92782025-08-12T21:47:56.822Z[ host-image] Aug 12 21:47:55.661 INFO O| Aug 12 21:47:55.661 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
92792025-08-12T21:47:56.822Z[ host-image] Aug 12 21:47:55.662 INFO O| Aug 12 21:47:55.661 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
92802025-08-12T21:47:56.826Z[ host-image] Aug 12 21:47:55.662 INFO O| Aug 12 21:47:55.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
92812025-08-12T21:47:56.826Z[ host-image] Aug 12 21:47:55.662 INFO O| Aug 12 21:47:55.662 INFO ok!
92822025-08-12T21:47:56.826Z[ host-image] Aug 12 21:47:55.662 INFO O| Aug 12 21:47:55.662 INFO STEP 64 (assemble_files) COMPLETE
92832025-08-12T21:47:56.826Z[ host-image] Aug 12 21:47:55.662 INFO O| Aug 12 21:47:55.662 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92842025-08-12T21:47:56.830Z[ host-image] Aug 12 21:47:55.670 INFO O| Aug 12 21:47:55.670 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
92852025-08-12T21:47:56.833Z[ host-image] Aug 12 21:47:55.670 INFO O| Aug 12 21:47:55.670 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
92862025-08-12T21:47:56.833Z[ host-image] Aug 12 21:47:55.670 INFO O| Aug 12 21:47:55.670 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
92872025-08-12T21:47:56.833Z[ host-image] Aug 12 21:47:55.670 INFO O| Aug 12 21:47:55.670 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
92882025-08-12T21:47:56.833Z[ host-image] Aug 12 21:47:55.670 INFO O| Aug 12 21:47:55.670 INFO ok!
92892025-08-12T21:47:56.833Z[ host-image] Aug 12 21:47:55.670 INFO O| Aug 12 21:47:55.670 INFO STEP 65 (ensure_file) COMPLETE
92902025-08-12T21:47:56.833Z[ host-image] Aug 12 21:47:55.670 INFO O| Aug 12 21:47:55.670 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92912025-08-12T21:47:56.838Z[ host-image] Aug 12 21:47:55.678 INFO O| Aug 12 21:47:55.678 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92922025-08-12T21:47:56.842Z[ host-image] Aug 12 21:47:55.678 INFO O| Aug 12 21:47:55.678 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92932025-08-12T21:47:56.842Z[ host-image] Aug 12 21:47:55.678 INFO O| Aug 12 21:47:55.678 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92942025-08-12T21:47:56.842Z[ host-image] Aug 12 21:47:55.678 INFO O| Aug 12 21:47:55.678 INFO STEP 66 (ensure_dir) COMPLETE
92952025-08-12T21:47:56.842Z[ host-image] Aug 12 21:47:55.678 INFO O| Aug 12 21:47:55.678 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92962025-08-12T21:47:56.848Z[ host-image] Aug 12 21:47:55.685 INFO O| Aug 12 21:47:55.685 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
92972025-08-12T21:47:56.848Z[ host-image] Aug 12 21:47:55.686 INFO O| Aug 12 21:47:55.685 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 ...
92982025-08-12T21:47:56.852Z[ host-image] Aug 12 21:47:55.692 INFO O| Aug 12 21:47:55.692 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
92992025-08-12T21:47:56.856Z[ host-image] Aug 12 21:47:55.692 INFO O| Aug 12 21:47:55.692 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
93002025-08-12T21:47:56.856Z[ host-image] Aug 12 21:47:55.692 INFO O| Aug 12 21:47:55.692 INFO ok!
93012025-08-12T21:47:56.856Z[ host-image] Aug 12 21:47:55.692 INFO O| Aug 12 21:47:55.692 INFO STEP 67 (ensure_file) COMPLETE
93022025-08-12T21:47:56.856Z[ host-image] Aug 12 21:47:55.692 INFO O| Aug 12 21:47:55.692 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93032025-08-12T21:47:56.861Z[ host-image] Aug 12 21:47:55.701 INFO O| Aug 12 21:47:55.701 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
93042025-08-12T21:47:56.864Z[ host-image] Aug 12 21:47:55.701 INFO O| Aug 12 21:47:55.701 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 ...
93052025-08-12T21:47:56.864Z[ host-image] Aug 12 21:47:55.701 INFO O| Aug 12 21:47:55.701 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
93062025-08-12T21:47:56.864Z[ host-image] Aug 12 21:47:55.701 INFO O| Aug 12 21:47:55.701 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
93072025-08-12T21:47:56.864Z[ host-image] Aug 12 21:47:55.701 INFO O| Aug 12 21:47:55.701 INFO ok!
93082025-08-12T21:47:56.864Z[ host-image] Aug 12 21:47:55.701 INFO O| Aug 12 21:47:55.701 INFO STEP 68 (ensure_file) COMPLETE
93092025-08-12T21:47:56.864Z[ host-image] Aug 12 21:47:55.701 INFO O| Aug 12 21:47:55.701 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93102025-08-12T21:47:56.876Z[ host-image] Aug 12 21:47:55.713 INFO O| Aug 12 21:47:55.713 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
93112025-08-12T21:47:56.879Z[ host-image] Aug 12 21:47:55.713 INFO O| Aug 12 21:47:55.713 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
93122025-08-12T21:47:59.049Z[ host-image] Aug 12 21:47:57.887 INFO O| Aug 12 21:47:57.887 INFO STEP 69 (pack_tar) COMPLETE
93132025-08-12T21:47:59.049Z[ host-image] Aug 12 21:47:57.887 INFO O| Aug 12 21:47:57.887 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
93142025-08-12T21:47:59.049Z[ host-image] Aug 12 21:47:57.887 INFO O| Aug 12 21:47:57.887 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
93152025-08-12T21:47:59.381Z[ host-image] Aug 12 21:47:58.220 INFO O| Aug 12 21:47:58.220 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93162025-08-12T21:47:59.518Z[ host-image] Aug 12 21:47:58.357 INFO O| Aug 12 21:47:58.357 INFO completed processing sled/ramdisk-02-trim
93172025-08-12T21:47:59.521Z[ host-image] Aug 12 21:47:58.359 INFO image builder template: zfs...
93182025-08-12T21:47:59.521Z[ host-image] Aug 12 21:47:58.359 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/.tmp21quSy/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
93192025-08-12T21:47:59.543Z[ host-image] Aug 12 21:47:58.382 INFO O| Aug 12 21:47:58.382 INFO skip include "stress" because feature "stress" is not enabled
93202025-08-12T21:47:59.543Z[ host-image] Aug 12 21:47:58.382 INFO O| Aug 12 21:47:58.382 INFO skip include "stress" because feature "compliance" is not enabled
93212025-08-12T21:47:59.598Z[ host-image] Aug 12 21:47:58.437 INFO O| Aug 12 21:47:58.437 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
93222025-08-12T21:47:59.602Z[ host-image] Aug 12 21:47:58.442 INFO O| Aug 12 21:47:58.441 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
93232025-08-12T21:47:59.704Z[ host-image] Aug 12 21:47:58.543 INFO O| Aug 12 21:47:58.543 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
93242025-08-12T21:47:59.781Z[ host-image] Aug 12 21:47:58.620 INFO O| Aug 12 21:47:58.620 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
93252025-08-12T21:47:59.781Z[ host-image] Aug 12 21:47:58.620 INFO O| Aug 12 21:47:58.620 INFO work dataset: rpool/images/build/host/work/sled/zfs
93262025-08-12T21:47:59.787Z[ host-image] Aug 12 21:47:58.626 INFO O| Aug 12 21:47:58.626 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
93272025-08-12T21:47:59.883Z[ host-image] Aug 12 21:47:58.722 INFO O| Aug 12 21:47:58.722 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
93282025-08-12T21:47:59.953Z[ host-image] Aug 12 21:47:58.792 INFO O| Aug 12 21:47:58.792 INFO DESTROY POOL: TEMPORARY-sled-zfs
93292025-08-12T21:47:59.966Z[ host-image] Aug 12 21:47:58.805 INFO O| Aug 12 21:47:58.805 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
93302025-08-12T21:47:59.973Z[ host-image] Aug 12 21:47:58.812 INFO O| Aug 12 21:47:58.812 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
93312025-08-12T21:47:59.973Z[ host-image] Aug 12 21:47:58.812 INFO O| Aug 12 21:47:58.812 INFO no lofi found
93322025-08-12T21:47:59.976Z[ host-image] Aug 12 21:47:58.812 INFO O| Aug 12 21:47:58.812 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
93332025-08-12T21:47:59.976Z[ host-image] Aug 12 21:47:58.812 INFO O| Aug 12 21:47:58.812 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
93342025-08-12T21:48:01.420Z[ recovery-image] Aug 12 21:48:00.259 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)
93352025-08-12T21:48:02.164Z[ host-image] Aug 12 21:48:01.002 INFO O| Aug 12 21:48:01.002 INFO lofi device = /dev/dsk/c2t1d0p0
93362025-08-12T21:48:02.164Z[ host-image] Aug 12 21:48:01.002 INFO O| Aug 12 21:48:01.002 INFO pool device = /dev/dsk/c2t1d0p0
93372025-08-12T21:48:02.169Z[ host-image] Aug 12 21:48:01.002 INFO O| Aug 12 21:48:01.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"]
93382025-08-12T21:48:02.280Z[ host-image] Aug 12 21:48:01.118 INFO O| Aug 12 21:48:01.118 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93392025-08-12T21:48:02.280Z[ host-image] Aug 12 21:48:01.118 INFO O| Aug 12 21:48:01.118 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
93402025-08-12T21:48:02.304Z[ host-image] Aug 12 21:48:01.142 INFO O| Aug 12 21:48:01.141 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
93412025-08-12T21:48:02.362Z[ host-image] Aug 12 21:48:01.200 INFO O| Aug 12 21:48:01.200 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
93422025-08-12T21:48:02.397Z[ host-image] Aug 12 21:48:01.235 INFO O| Aug 12 21:48:01.235 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
93432025-08-12T21:48:02.410Z[ host-image] Aug 12 21:48:01.248 INFO O| Aug 12 21:48:01.248 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
93442025-08-12T21:48:02.419Z[ host-image] Aug 12 21:48:01.258 INFO O| Aug 12 21:48:01.258 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
93452025-08-12T21:48:02.461Z[ host-image] Aug 12 21:48:01.300 INFO O| Aug 12 21:48:01.300 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
93462025-08-12T21:48:02.461Z[ host-image] Aug 12 21:48:01.300 INFO O| Aug 12 21:48:01.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
93472025-08-12T21:48:02.465Z[ host-image] Aug 12 21:48:01.300 INFO O| Aug 12 21:48:01.300 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
93482025-08-12T21:48:02.471Z[ host-image] Aug 12 21:48:01.310 INFO O| Aug 12 21:48:01.310 INFO boot environment UUID: 3833e6c9-0f5c-4629-bec0-8e1fe443ede1
93492025-08-12T21:48:02.471Z[ host-image] Aug 12 21:48:01.310 INFO O| Aug 12 21:48:01.310 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 3833e6c9-0f5c-4629-bec0-8e1fe443ede1
93502025-08-12T21:48:02.479Z[ host-image] Aug 12 21:48:01.318 INFO O| Aug 12 21:48:01.318 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
93512025-08-12T21:48:02.490Z[ host-image] Aug 12 21:48:01.329 INFO O| Aug 12 21:48:01.329 INFO STEP 0 (create_be) COMPLETE
93522025-08-12T21:48:02.490Z[ host-image] Aug 12 21:48:01.329 INFO O| Aug 12 21:48:01.329 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93532025-08-12T21:48:02.502Z[ host-image] Aug 12 21:48:01.341 INFO O| Aug 12 21:48:01.341 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
93542025-08-12T21:48:05.748Z[ recovery-image] Aug 12 21:48:04.586 INFO E| Compiling bitflags v1.3.2
93552025-08-12T21:48:05.748Z[ recovery-image] Aug 12 21:48:04.586 INFO E| Compiling bitflags v2.9.1
93562025-08-12T21:48:05.749Z[ recovery-image] Aug 12 21:48:04.586 INFO E| Compiling bit_field v0.10.2
93572025-08-12T21:48:05.749Z[ recovery-image] Aug 12 21:48:04.586 INFO E| Compiling plain v0.2.3
93582025-08-12T21:48:05.749Z[ recovery-image] Aug 12 21:48:04.586 INFO E| Compiling scroll v0.13.0
93592025-08-12T21:48:05.749Z[ recovery-image] Aug 12 21:48:04.586 INFO E| Compiling log v0.4.27
93602025-08-12T21:48:05.749Z[ recovery-image] Aug 12 21:48:04.586 INFO E| Compiling adler2 v2.0.1
93612025-08-12T21:48:05.889Z[ recovery-image] Aug 12 21:48:04.725 INFO E| Compiling raw-cpuid v10.7.0
93622025-08-12T21:48:06.160Z[ recovery-image] Aug 12 21:48:04.997 INFO E| Compiling miniz_oxide v0.8.9
93632025-08-12T21:48:06.487Z[ recovery-image] Aug 12 21:48:05.324 INFO E| Compiling bitstruct v0.1.1
93642025-08-12T21:48:06.514Z[ recovery-image] Aug 12 21:48:05.351 INFO E| Compiling static_assertions v1.1.0
93652025-08-12T21:48:06.568Z[ recovery-image] Aug 12 21:48:05.406 INFO E| Compiling cpio_reader v0.1.2
93662025-08-12T21:48:06.654Z[ recovery-image] Aug 12 21:48:05.491 INFO E| Compiling goblin v0.10.0
93672025-08-12T21:48:15.518Z[ recovery-image] Aug 12 21:48:14.347 INFO E| Finished `release` profile [optimized] target(s) in 37.87s
93682025-08-12T21:48:15.541Z[ recovery-image] Aug 12 21:48:14.374 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
93692025-08-12T21:48:15.641Z[ recovery-image] Aug 12 21:48:14.477 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.88.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
93702025-08-12T21:48:15.641Z[ recovery-image] Aug 12 21:48:14.477 INFO building ROM for cosmo
93712025-08-12T21:48:15.645Z[ recovery-image] Aug 12 21:48:14.477 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")
93722025-08-12T21:48:15.851Z[ recovery-image] Aug 12 21:48:14.687 INFO E| Downloading crates ...
93732025-08-12T21:48:15.976Z[ recovery-image] Aug 12 21:48:14.810 INFO E| Downloaded anstyle-parse v0.2.6
93742025-08-12T21:48:15.988Z[ recovery-image] Aug 12 21:48:14.824 INFO E| Downloaded clap_derive v4.5.32
93752025-08-12T21:48:15.992Z[ recovery-image] Aug 12 21:48:14.827 INFO E| Downloaded toml_datetime v0.6.9
93762025-08-12T21:48:15.995Z[ recovery-image] Aug 12 21:48:14.828 INFO E| Downloaded anstyle-query v1.1.2
93772025-08-12T21:48:15.995Z[ recovery-image] Aug 12 21:48:14.830 INFO E| Downloaded serde_spanned v0.6.8
93782025-08-12T21:48:15.995Z[ recovery-image] Aug 12 21:48:14.831 INFO E| Downloaded shared_child v1.0.1
93792025-08-12T21:48:15.999Z[ recovery-image] Aug 12 21:48:14.832 INFO E| Downloaded toml_write v0.1.1
93802025-08-12T21:48:15.999Z[ recovery-image] Aug 12 21:48:14.834 INFO E| Downloaded colorchoice v1.0.3
93812025-08-12T21:48:15.999Z[ recovery-image] Aug 12 21:48:14.835 INFO E| Downloaded os_pipe v1.2.1
93822025-08-12T21:48:16.002Z[ recovery-image] Aug 12 21:48:14.836 INFO E| Downloaded anstyle v1.0.10
93832025-08-12T21:48:16.006Z[ recovery-image] Aug 12 21:48:14.839 INFO E| Downloaded duct v0.13.7
93842025-08-12T21:48:16.015Z[ recovery-image] Aug 12 21:48:14.851 INFO E| Downloaded clap v4.5.37
93852025-08-12T21:48:16.028Z[ recovery-image] Aug 12 21:48:14.864 INFO E| Downloaded toml v0.8.22
93862025-08-12T21:48:16.059Z[ recovery-image] Aug 12 21:48:14.895 INFO E| Downloaded toml_edit v0.22.26
93872025-08-12T21:48:16.090Z[ recovery-image] Aug 12 21:48:14.926 INFO E| Downloaded cc v1.2.20
93882025-08-12T21:48:16.094Z[ recovery-image] Aug 12 21:48:14.930 INFO E| Downloaded winnow v0.7.7
93892025-08-12T21:48:16.104Z[ recovery-image] Aug 12 21:48:14.938 INFO E| Downloaded clap_builder v4.5.37
93902025-08-12T21:48:16.134Z[ recovery-image] Aug 12 21:48:14.970 INFO E| Compiling libc v0.2.172
93912025-08-12T21:48:16.134Z[ recovery-image] Aug 12 21:48:14.970 INFO E| Compiling utf8parse v0.2.2
93922025-08-12T21:48:16.138Z[ recovery-image] Aug 12 21:48:14.970 INFO E| Compiling shlex v1.3.0
93932025-08-12T21:48:16.138Z[ recovery-image] Aug 12 21:48:14.970 INFO E| Compiling anstyle v1.0.10
93942025-08-12T21:48:16.138Z[ recovery-image] Aug 12 21:48:14.970 INFO E| Compiling equivalent v1.0.2
93952025-08-12T21:48:16.138Z[ recovery-image] Aug 12 21:48:14.970 INFO E| Compiling anstyle-query v1.1.2
93962025-08-12T21:48:16.138Z[ recovery-image] Aug 12 21:48:14.970 INFO E| Compiling is_terminal_polyfill v1.70.1
93972025-08-12T21:48:16.155Z[ recovery-image] Aug 12 21:48:14.991 INFO E| Compiling syn v2.0.101
93982025-08-12T21:48:16.481Z[ recovery-image] Aug 12 21:48:15.317 INFO E| Compiling anstyle-parse v0.2.6
93992025-08-12T21:48:16.529Z[ recovery-image] Aug 12 21:48:15.365 INFO E| Compiling colorchoice v1.0.3
94002025-08-12T21:48:16.642Z[ recovery-image] Aug 12 21:48:15.478 INFO E| Compiling once_cell v1.21.3
94012025-08-12T21:48:16.715Z[ recovery-image] Aug 12 21:48:15.551 INFO E| Compiling hashbrown v0.15.2
94022025-08-12T21:48:16.776Z[ recovery-image] Aug 12 21:48:15.612 INFO E| Compiling cc v1.2.20
94032025-08-12T21:48:16.870Z[ recovery-image] Aug 12 21:48:15.706 INFO E| Compiling anstream v0.6.18
94042025-08-12T21:48:16.952Z[ recovery-image] Aug 12 21:48:15.788 INFO E| Compiling toml_write v0.1.1
94052025-08-12T21:48:16.980Z[ recovery-image] Aug 12 21:48:15.816 INFO E| Compiling clap_lex v0.7.4
94062025-08-12T21:48:17.133Z[ recovery-image] Aug 12 21:48:15.968 INFO E| Compiling winnow v0.7.7
94072025-08-12T21:48:17.798Z[ recovery-image] Aug 12 21:48:16.633 INFO E| Compiling strsim v0.11.1
94082025-08-12T21:48:17.853Z[ recovery-image] Aug 12 21:48:16.688 INFO E| Compiling anyhow v1.0.98
94092025-08-12T21:48:18.521Z[ recovery-image] Aug 12 21:48:17.357 INFO E| Compiling clap_builder v4.5.37
94102025-08-12T21:48:18.991Z[ recovery-image] Aug 12 21:48:17.826 INFO E| Compiling indexmap v2.9.0
94112025-08-12T21:48:19.316Z[ recovery-image] Aug 12 21:48:18.150 INFO E| Compiling os_pipe v1.2.1
94122025-08-12T21:48:19.432Z[ recovery-image] Aug 12 21:48:18.267 INFO E| Compiling shared_child v1.0.1
94132025-08-12T21:48:20.346Z[ recovery-image] Aug 12 21:48:19.180 INFO E| Compiling duct v0.13.7
94142025-08-12T21:48:22.646Z[ recovery-image] Aug 12 21:48:21.476 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
94152025-08-12T21:48:23.221Z[ host-image] Aug 12 21:48:22.055 INFO O| Aug 12 21:48:22.055 INFO STEP 1 (unpack_tar) COMPLETE
94162025-08-12T21:48:23.221Z[ host-image] Aug 12 21:48:22.055 INFO O| Aug 12 21:48:22.055 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94172025-08-12T21:48:23.234Z[ host-image] Aug 12 21:48:22.068 INFO O| Aug 12 21:48:22.068 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
94182025-08-12T21:48:23.963Z[ host-image] Aug 12 21:48:22.776 INFO O| Aug 12 21:48:22.776 INFO STEP 2 (devfsadm) COMPLETE
94192025-08-12T21:48:23.963Z[ host-image] Aug 12 21:48:22.776 INFO O| Aug 12 21:48:22.776 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94202025-08-12T21:48:23.977Z[ host-image] Aug 12 21:48:22.788 INFO O| Aug 12 21:48:22.788 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94212025-08-12T21:48:23.977Z[ host-image] Aug 12 21:48:22.788 INFO O| Aug 12 21:48:22.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94222025-08-12T21:48:23.977Z[ host-image] Aug 12 21:48:22.788 INFO O| Aug 12 21:48:22.788 INFO STEP 3 (ensure_dir) COMPLETE
94232025-08-12T21:48:23.977Z[ host-image] Aug 12 21:48:22.788 INFO O| Aug 12 21:48:22.788 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94242025-08-12T21:48:23.977Z[ host-image] Aug 12 21:48:22.797 INFO O| Aug 12 21:48:22.797 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94252025-08-12T21:48:23.977Z[ host-image] Aug 12 21:48:22.797 INFO O| Aug 12 21:48:22.797 INFO STEP 4 (ensure_dir) COMPLETE
94262025-08-12T21:48:23.977Z[ host-image] Aug 12 21:48:22.797 INFO O| Aug 12 21:48:22.797 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94272025-08-12T21:48:24.019Z[ host-image] Aug 12 21:48:22.811 INFO O| Aug 12 21:48:22.810 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94282025-08-12T21:48:24.019Z[ host-image] Aug 12 21:48:22.811 INFO O| Aug 12 21:48:22.810 INFO STEP 5 (ensure_dir) COMPLETE
94292025-08-12T21:48:24.019Z[ host-image] Aug 12 21:48:22.811 INFO O| Aug 12 21:48:22.810 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94302025-08-12T21:48:24.053Z[ host-image] Aug 12 21:48:22.820 INFO O| Aug 12 21:48:22.819 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94312025-08-12T21:48:24.053Z[ host-image] Aug 12 21:48:22.820 INFO O| Aug 12 21:48:22.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94322025-08-12T21:48:24.054Z[ host-image] Aug 12 21:48:22.820 INFO O| Aug 12 21:48:22.820 INFO STEP 6 (ensure_dir) COMPLETE
94332025-08-12T21:48:24.054Z[ host-image] Aug 12 21:48:22.820 INFO O| Aug 12 21:48:22.820 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94342025-08-12T21:48:24.054Z[ host-image] Aug 12 21:48:22.829 INFO O| Aug 12 21:48:22.828 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94352025-08-12T21:48:24.054Z[ host-image] Aug 12 21:48:22.829 INFO O| Aug 12 21:48:22.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94362025-08-12T21:48:24.054Z[ host-image] Aug 12 21:48:22.829 INFO O| Aug 12 21:48:22.829 INFO STEP 7 (ensure_dir) COMPLETE
94372025-08-12T21:48:24.054Z[ host-image] Aug 12 21:48:22.829 INFO O| Aug 12 21:48:22.829 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94382025-08-12T21:48:24.054Z[ host-image] Aug 12 21:48:22.842 INFO O| Aug 12 21:48:22.842 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
94392025-08-12T21:48:24.054Z[ host-image] Aug 12 21:48:22.842 INFO O| Aug 12 21:48:22.842 INFO STEP 8 (remove_files) COMPLETE
94402025-08-12T21:48:24.054Z[ host-image] Aug 12 21:48:22.842 INFO O| Aug 12 21:48:22.842 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94412025-08-12T21:48:24.054Z[ host-image] Aug 12 21:48:22.851 INFO O| Aug 12 21:48:22.851 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
94422025-08-12T21:48:24.054Z[ host-image] Aug 12 21:48:22.853 INFO O| Aug 12 21:48:22.852 INFO STEP 9 (remove_files) COMPLETE
94432025-08-12T21:48:24.054Z[ host-image] Aug 12 21:48:22.853 INFO O| Aug 12 21:48:22.852 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94442025-08-12T21:48:24.073Z[ host-image] Aug 12 21:48:22.863 INFO O| Aug 12 21:48:22.863 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
94452025-08-12T21:48:24.073Z[ host-image] Aug 12 21:48:22.865 INFO O| Aug 12 21:48:22.864 INFO STEP 10 (remove_files) COMPLETE
94462025-08-12T21:48:24.073Z[ host-image] Aug 12 21:48:22.865 INFO O| Aug 12 21:48:22.865 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94472025-08-12T21:48:24.073Z[ host-image] Aug 12 21:48:22.874 INFO O| Aug 12 21:48:22.874 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
94482025-08-12T21:48:24.073Z[ host-image] Aug 12 21:48:22.874 INFO O| Aug 12 21:48:22.874 INFO STEP 11 (remove_files) COMPLETE
94492025-08-12T21:48:24.073Z[ host-image] Aug 12 21:48:22.874 INFO O| Aug 12 21:48:22.874 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94502025-08-12T21:48:24.073Z[ host-image] Aug 12 21:48:22.885 INFO O| Aug 12 21:48:22.885 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
94512025-08-12T21:48:24.073Z[ host-image] Aug 12 21:48:22.885 INFO O| Aug 12 21:48:22.885 INFO STEP 12 (remove_files) COMPLETE
94522025-08-12T21:48:24.073Z[ host-image] Aug 12 21:48:22.886 INFO O| Aug 12 21:48:22.885 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94532025-08-12T21:48:24.078Z[ host-image] Aug 12 21:48:22.897 INFO O| Aug 12 21:48:22.897 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94542025-08-12T21:48:24.078Z[ host-image] Aug 12 21:48:22.897 INFO O| Aug 12 21:48:22.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94552025-08-12T21:48:24.078Z[ host-image] Aug 12 21:48:22.897 INFO O| Aug 12 21:48:22.897 INFO STEP 13 (ensure_dir) COMPLETE
94562025-08-12T21:48:24.078Z[ host-image] Aug 12 21:48:22.897 INFO O| Aug 12 21:48:22.897 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94572025-08-12T21:48:24.078Z[ host-image] Aug 12 21:48:22.910 INFO O| Aug 12 21:48:22.910 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94582025-08-12T21:48:24.078Z[ host-image] Aug 12 21:48:22.910 INFO O| Aug 12 21:48:22.910 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94592025-08-12T21:48:24.078Z[ host-image] Aug 12 21:48:22.910 INFO O| Aug 12 21:48:22.910 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94602025-08-12T21:48:24.078Z[ host-image] Aug 12 21:48:22.911 INFO O| Aug 12 21:48:22.910 INFO STEP 14 (ensure_dir) COMPLETE
94612025-08-12T21:48:24.078Z[ host-image] Aug 12 21:48:22.911 INFO O| Aug 12 21:48:22.910 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94622025-08-12T21:48:24.091Z[ host-image] Aug 12 21:48:22.923 INFO O| Aug 12 21:48:22.922 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94632025-08-12T21:48:24.091Z[ host-image] Aug 12 21:48:22.923 INFO O| Aug 12 21:48:22.923 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94642025-08-12T21:48:24.095Z[ host-image] Aug 12 21:48:22.923 INFO O| Aug 12 21:48:22.923 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94652025-08-12T21:48:24.095Z[ host-image] Aug 12 21:48:22.923 INFO O| Aug 12 21:48:22.923 INFO STEP 15 (ensure_dir) COMPLETE
94662025-08-12T21:48:24.095Z[ host-image] Aug 12 21:48:22.923 INFO O| Aug 12 21:48:22.923 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94672025-08-12T21:48:24.104Z[ host-image] Aug 12 21:48:22.936 INFO O| Aug 12 21:48:22.935 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94682025-08-12T21:48:24.104Z[ host-image] Aug 12 21:48:22.936 INFO O| Aug 12 21:48:22.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94692025-08-12T21:48:24.117Z[ host-image] Aug 12 21:48:22.936 INFO O| Aug 12 21:48:22.936 INFO STEP 16 (ensure_dir) COMPLETE
94702025-08-12T21:48:24.118Z[ host-image] Aug 12 21:48:22.936 INFO O| Aug 12 21:48:22.936 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94712025-08-12T21:48:24.127Z[ host-image] Aug 12 21:48:22.945 INFO O| Aug 12 21:48:22.945 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94722025-08-12T21:48:24.127Z[ host-image] Aug 12 21:48:22.945 INFO O| Aug 12 21:48:22.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94732025-08-12T21:48:24.127Z[ host-image] Aug 12 21:48:22.945 INFO O| Aug 12 21:48:22.945 INFO STEP 17 (ensure_dir) COMPLETE
94742025-08-12T21:48:24.128Z[ host-image] Aug 12 21:48:22.945 INFO O| Aug 12 21:48:22.945 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94752025-08-12T21:48:24.128Z[ host-image] Aug 12 21:48:22.955 INFO O| Aug 12 21:48:22.955 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
94762025-08-12T21:48:24.128Z[ host-image] Aug 12 21:48:22.955 INFO O| Aug 12 21:48:22.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
94772025-08-12T21:48:24.128Z[ host-image] Aug 12 21:48:22.955 INFO O| Aug 12 21:48:22.955 INFO ok!
94782025-08-12T21:48:24.128Z[ host-image] Aug 12 21:48:22.955 INFO O| Aug 12 21:48:22.955 INFO STEP 18 (ensure_symlink) COMPLETE
94792025-08-12T21:48:24.128Z[ host-image] Aug 12 21:48:22.955 INFO O| Aug 12 21:48:22.955 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94802025-08-12T21:48:24.135Z[ host-image] Aug 12 21:48:22.965 INFO O| Aug 12 21:48:22.965 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
94812025-08-12T21:48:24.135Z[ host-image] Aug 12 21:48:22.965 INFO O| Aug 12 21:48:22.965 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
94822025-08-12T21:48:24.135Z[ host-image] Aug 12 21:48:22.965 INFO O| Aug 12 21:48:22.965 INFO ok!
94832025-08-12T21:48:24.136Z[ host-image] Aug 12 21:48:22.965 INFO O| Aug 12 21:48:22.965 INFO STEP 19 (ensure_file) COMPLETE
94842025-08-12T21:48:24.136Z[ host-image] Aug 12 21:48:22.965 INFO O| Aug 12 21:48:22.965 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94852025-08-12T21:48:24.145Z[ host-image] Aug 12 21:48:22.977 INFO O| Aug 12 21:48:22.976 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
94862025-08-12T21:48:24.149Z[ host-image] Aug 12 21:48:22.977 INFO O| Aug 12 21:48:22.976 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
94872025-08-12T21:48:24.149Z[ host-image] Aug 12 21:48:22.977 INFO O| Aug 12 21:48:22.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
94882025-08-12T21:48:24.149Z[ host-image] Aug 12 21:48:22.977 INFO O| Aug 12 21:48:22.977 INFO ok!
94892025-08-12T21:48:24.149Z[ host-image] Aug 12 21:48:22.977 INFO O| Aug 12 21:48:22.977 INFO STEP 20 (ensure_symlink) COMPLETE
94902025-08-12T21:48:24.150Z[ host-image] Aug 12 21:48:22.977 INFO O| Aug 12 21:48:22.977 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94912025-08-12T21:48:24.162Z[ host-image] Aug 12 21:48:22.990 INFO O| Aug 12 21:48:22.990 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
94922025-08-12T21:48:24.162Z[ host-image] Aug 12 21:48:22.990 INFO O| Aug 12 21:48:22.990 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
94932025-08-12T21:48:24.166Z[ host-image] Aug 12 21:48:22.990 INFO O| Aug 12 21:48:22.990 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
94942025-08-12T21:48:24.167Z[ host-image] Aug 12 21:48:22.990 INFO O| Aug 12 21:48:22.990 INFO ok!
94952025-08-12T21:48:24.167Z[ host-image] Aug 12 21:48:22.990 INFO O| Aug 12 21:48:22.990 INFO STEP 21 (ensure_symlink) COMPLETE
94962025-08-12T21:48:24.167Z[ host-image] Aug 12 21:48:22.990 INFO O| Aug 12 21:48:22.990 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94972025-08-12T21:48:24.171Z[ host-image] Aug 12 21:48:23.002 INFO O| Aug 12 21:48:23.002 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
94982025-08-12T21:48:24.171Z[ host-image] Aug 12 21:48:23.002 INFO O| Aug 12 21:48:23.002 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
94992025-08-12T21:48:24.171Z[ host-image] Aug 12 21:48:23.002 INFO O| Aug 12 21:48:23.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
95002025-08-12T21:48:24.171Z[ host-image] Aug 12 21:48:23.002 INFO O| Aug 12 21:48:23.002 INFO ok!
95012025-08-12T21:48:24.171Z[ host-image] Aug 12 21:48:23.002 INFO O| Aug 12 21:48:23.002 INFO STEP 22 (ensure_symlink) COMPLETE
95022025-08-12T21:48:24.171Z[ host-image] Aug 12 21:48:23.002 INFO O| Aug 12 21:48:23.002 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
95032025-08-12T21:48:24.181Z[ host-image] Aug 12 21:48:23.015 INFO O| Aug 12 21:48:23.015 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
95042025-08-12T21:48:24.181Z[ host-image] Aug 12 21:48:23.015 INFO O| Aug 12 21:48:23.015 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
95052025-08-12T21:48:24.181Z[ host-image] Aug 12 21:48:23.015 INFO O| Aug 12 21:48:23.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
95062025-08-12T21:48:24.186Z[ host-image] Aug 12 21:48:23.015 INFO O| Aug 12 21:48:23.015 INFO ok!
95072025-08-12T21:48:24.186Z[ host-image] Aug 12 21:48:23.015 INFO O| Aug 12 21:48:23.015 INFO STEP 23 (ensure_symlink) COMPLETE
95082025-08-12T21:48:24.186Z[ host-image] Aug 12 21:48:23.015 INFO O| Aug 12 21:48:23.015 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95092025-08-12T21:48:24.195Z[ host-image] Aug 12 21:48:23.030 INFO O| Aug 12 21:48:23.030 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
95102025-08-12T21:48:24.195Z[ host-image] Aug 12 21:48:23.030 INFO O| Aug 12 21:48:23.030 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
95112025-08-12T21:48:24.199Z[ host-image] Aug 12 21:48:23.030 INFO O| Aug 12 21:48:23.030 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
95122025-08-12T21:48:24.199Z[ host-image] Aug 12 21:48:23.030 INFO O| Aug 12 21:48:23.030 INFO ok!
95132025-08-12T21:48:24.199Z[ host-image] Aug 12 21:48:23.030 INFO O| Aug 12 21:48:23.030 INFO STEP 24 (ensure_file) COMPLETE
95142025-08-12T21:48:24.199Z[ host-image] Aug 12 21:48:23.030 INFO O| Aug 12 21:48:23.030 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
95152025-08-12T21:48:24.206Z[ host-image] Aug 12 21:48:23.040 INFO O| Aug 12 21:48:23.040 INFO updating shadow file
95162025-08-12T21:48:24.209Z[ host-image] Aug 12 21:48:23.040 INFO O| Aug 12 21:48:23.040 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95172025-08-12T21:48:24.209Z[ host-image] Aug 12 21:48:23.040 INFO O| Aug 12 21:48:23.040 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95182025-08-12T21:48:24.209Z[ host-image] Aug 12 21:48:23.040 INFO O| Aug 12 21:48:23.040 INFO STEP 25 (shadow) COMPLETE
95192025-08-12T21:48:24.209Z[ host-image] Aug 12 21:48:23.040 INFO O| Aug 12 21:48:23.040 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95202025-08-12T21:48:24.215Z[ host-image] Aug 12 21:48:23.050 INFO O| Aug 12 21:48:23.050 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
95212025-08-12T21:48:24.215Z[ host-image] Aug 12 21:48:23.050 INFO O| Aug 12 21:48:23.050 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
95222025-08-12T21:48:24.219Z[ host-image] Aug 12 21:48:23.050 INFO O| Aug 12 21:48:23.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
95232025-08-12T21:48:24.219Z[ host-image] Aug 12 21:48:23.050 INFO O| Aug 12 21:48:23.050 INFO ok!
95242025-08-12T21:48:24.219Z[ host-image] Aug 12 21:48:23.050 INFO O| Aug 12 21:48:23.050 INFO STEP 26 (ensure_file) COMPLETE
95252025-08-12T21:48:24.219Z[ host-image] Aug 12 21:48:23.050 INFO O| Aug 12 21:48:23.050 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95262025-08-12T21:48:24.229Z[ host-image] Aug 12 21:48:23.063 INFO O| Aug 12 21:48:23.063 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
95272025-08-12T21:48:24.229Z[ host-image] Aug 12 21:48:23.063 INFO O| Aug 12 21:48:23.063 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
95282025-08-12T21:48:24.229Z[ host-image] Aug 12 21:48:23.063 INFO O| Aug 12 21:48:23.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
95292025-08-12T21:48:24.233Z[ host-image] Aug 12 21:48:23.063 INFO O| Aug 12 21:48:23.063 INFO ok!
95302025-08-12T21:48:24.234Z[ host-image] Aug 12 21:48:23.063 INFO O| Aug 12 21:48:23.063 INFO STEP 27 (ensure_file) COMPLETE
95312025-08-12T21:48:24.234Z[ host-image] Aug 12 21:48:23.063 INFO O| Aug 12 21:48:23.063 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95322025-08-12T21:48:24.241Z[ host-image] Aug 12 21:48:23.076 INFO O| Aug 12 21:48:23.075 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
95332025-08-12T21:48:24.241Z[ host-image] Aug 12 21:48:23.076 INFO O| Aug 12 21:48:23.076 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
95342025-08-12T21:48:24.245Z[ host-image] Aug 12 21:48:23.076 INFO O| Aug 12 21:48:23.076 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
95352025-08-12T21:48:24.245Z[ host-image] Aug 12 21:48:23.076 INFO O| Aug 12 21:48:23.076 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
95362025-08-12T21:48:24.245Z[ host-image] Aug 12 21:48:23.076 INFO O| Aug 12 21:48:23.076 INFO ok!
95372025-08-12T21:48:24.245Z[ host-image] Aug 12 21:48:23.076 INFO O| Aug 12 21:48:23.076 INFO STEP 28 (ensure_file) COMPLETE
95382025-08-12T21:48:24.245Z[ host-image] Aug 12 21:48:23.076 INFO O| Aug 12 21:48:23.076 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95392025-08-12T21:48:24.255Z[ host-image] Aug 12 21:48:23.090 INFO O| Aug 12 21:48:23.090 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
95402025-08-12T21:48:24.255Z[ host-image] Aug 12 21:48:23.090 INFO O| Aug 12 21:48:23.090 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
95412025-08-12T21:48:24.259Z[ host-image] Aug 12 21:48:23.090 INFO O| Aug 12 21:48:23.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
95422025-08-12T21:48:24.259Z[ host-image] Aug 12 21:48:23.090 INFO O| Aug 12 21:48:23.090 INFO ok!
95432025-08-12T21:48:24.259Z[ host-image] Aug 12 21:48:23.090 INFO O| Aug 12 21:48:23.090 INFO STEP 29 (ensure_file) COMPLETE
95442025-08-12T21:48:24.259Z[ host-image] Aug 12 21:48:23.090 INFO O| Aug 12 21:48:23.090 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95452025-08-12T21:48:24.270Z[ host-image] Aug 12 21:48:23.103 INFO O| Aug 12 21:48:23.103 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95462025-08-12T21:48:24.270Z[ host-image] Aug 12 21:48:23.103 INFO O| Aug 12 21:48:23.103 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95472025-08-12T21:48:24.270Z[ host-image] Aug 12 21:48:23.103 INFO O| Aug 12 21:48:23.103 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95482025-08-12T21:48:24.274Z[ host-image] Aug 12 21:48:23.103 INFO O| Aug 12 21:48:23.103 INFO STEP 30 (ensure_dir) COMPLETE
95492025-08-12T21:48:24.274Z[ host-image] Aug 12 21:48:23.103 INFO O| Aug 12 21:48:23.103 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95502025-08-12T21:48:24.282Z[ host-image] Aug 12 21:48:23.116 INFO O| Aug 12 21:48:23.116 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
95512025-08-12T21:48:24.282Z[ host-image] Aug 12 21:48:23.117 INFO O| Aug 12 21:48:23.116 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
95522025-08-12T21:48:24.286Z[ host-image] Aug 12 21:48:23.117 INFO O| Aug 12 21:48:23.117 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
95532025-08-12T21:48:24.286Z[ host-image] Aug 12 21:48:23.117 INFO O| Aug 12 21:48:23.117 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
95542025-08-12T21:48:24.286Z[ host-image] Aug 12 21:48:23.117 INFO O| Aug 12 21:48:23.117 INFO ok!
95552025-08-12T21:48:24.286Z[ host-image] Aug 12 21:48:23.117 INFO O| Aug 12 21:48:23.117 INFO STEP 31 (ensure_file) COMPLETE
95562025-08-12T21:48:24.286Z[ host-image] Aug 12 21:48:23.117 INFO O| Aug 12 21:48:23.117 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95572025-08-12T21:48:24.296Z[ host-image] Aug 12 21:48:23.130 INFO O| Aug 12 21:48:23.130 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95582025-08-12T21:48:24.296Z[ host-image] Aug 12 21:48:23.130 INFO O| Aug 12 21:48:23.130 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95592025-08-12T21:48:24.296Z[ host-image] Aug 12 21:48:23.130 INFO O| Aug 12 21:48:23.130 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95602025-08-12T21:48:24.300Z[ host-image] Aug 12 21:48:23.130 INFO O| Aug 12 21:48:23.130 INFO STEP 32 (ensure_dir) COMPLETE
95612025-08-12T21:48:24.300Z[ host-image] Aug 12 21:48:23.130 INFO O| Aug 12 21:48:23.130 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95622025-08-12T21:48:24.310Z[ host-image] Aug 12 21:48:23.142 INFO O| Aug 12 21:48:23.142 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
95632025-08-12T21:48:24.315Z[ host-image] Aug 12 21:48:23.142 INFO O| Aug 12 21:48:23.142 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 ...
95642025-08-12T21:48:24.315Z[ host-image] Aug 12 21:48:23.142 INFO O| Aug 12 21:48:23.142 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
95652025-08-12T21:48:24.315Z[ host-image] Aug 12 21:48:23.142 INFO O| Aug 12 21:48:23.142 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
95662025-08-12T21:48:24.315Z[ host-image] Aug 12 21:48:23.142 INFO O| Aug 12 21:48:23.142 INFO ok!
95672025-08-12T21:48:24.315Z[ host-image] Aug 12 21:48:23.142 INFO O| Aug 12 21:48:23.142 INFO STEP 33 (ensure_file) COMPLETE
95682025-08-12T21:48:24.315Z[ host-image] Aug 12 21:48:23.142 INFO O| Aug 12 21:48:23.142 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95692025-08-12T21:48:24.319Z[ host-image] Aug 12 21:48:23.154 INFO O| Aug 12 21:48:23.154 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
95702025-08-12T21:48:24.319Z[ host-image] Aug 12 21:48:23.154 INFO O| Aug 12 21:48:23.154 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
95712025-08-12T21:48:24.323Z[ host-image] Aug 12 21:48:23.154 INFO O| Aug 12 21:48:23.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
95722025-08-12T21:48:24.323Z[ host-image] Aug 12 21:48:23.154 INFO O| Aug 12 21:48:23.154 INFO ok!
95732025-08-12T21:48:24.323Z[ host-image] Aug 12 21:48:23.154 INFO O| Aug 12 21:48:23.154 INFO STEP 34 (ensure_file) COMPLETE
95742025-08-12T21:48:24.323Z[ host-image] Aug 12 21:48:23.154 INFO O| Aug 12 21:48:23.154 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95752025-08-12T21:48:24.334Z[ host-image] Aug 12 21:48:23.168 INFO O| Aug 12 21:48:23.168 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
95762025-08-12T21:48:24.334Z[ host-image] Aug 12 21:48:23.168 INFO O| Aug 12 21:48:23.168 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
95772025-08-12T21:48:24.344Z[ host-image] Aug 12 21:48:23.168 INFO O| Aug 12 21:48:23.168 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
95782025-08-12T21:48:24.344Z[ host-image] Aug 12 21:48:23.168 INFO O| Aug 12 21:48:23.168 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
95792025-08-12T21:48:24.344Z[ host-image] Aug 12 21:48:23.168 INFO O| Aug 12 21:48:23.168 INFO ok!
95802025-08-12T21:48:24.344Z[ host-image] Aug 12 21:48:23.168 INFO O| Aug 12 21:48:23.168 INFO STEP 35 (ensure_file) COMPLETE
95812025-08-12T21:48:24.344Z[ host-image] Aug 12 21:48:23.168 INFO O| Aug 12 21:48:23.168 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95822025-08-12T21:48:24.348Z[ host-image] Aug 12 21:48:23.183 INFO O| Aug 12 21:48:23.183 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
95832025-08-12T21:48:24.348Z[ host-image] Aug 12 21:48:23.183 INFO O| Aug 12 21:48:23.183 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
95842025-08-12T21:48:24.352Z[ host-image] Aug 12 21:48:23.183 INFO O| Aug 12 21:48:23.183 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
95852025-08-12T21:48:24.352Z[ host-image] Aug 12 21:48:23.183 INFO O| Aug 12 21:48:23.183 INFO ok!
95862025-08-12T21:48:24.352Z[ host-image] Aug 12 21:48:23.183 INFO O| Aug 12 21:48:23.183 INFO STEP 36 (ensure_file) COMPLETE
95872025-08-12T21:48:24.352Z[ host-image] Aug 12 21:48:23.183 INFO O| Aug 12 21:48:23.183 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95882025-08-12T21:48:24.362Z[ host-image] Aug 12 21:48:23.197 INFO O| Aug 12 21:48:23.197 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
95892025-08-12T21:48:24.362Z[ host-image] Aug 12 21:48:23.197 INFO O| Aug 12 21:48:23.197 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
95902025-08-12T21:48:24.366Z[ host-image] Aug 12 21:48:23.197 INFO O| Aug 12 21:48:23.197 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
95912025-08-12T21:48:24.366Z[ host-image] Aug 12 21:48:23.197 INFO O| Aug 12 21:48:23.197 INFO ok!
95922025-08-12T21:48:24.366Z[ host-image] Aug 12 21:48:23.197 INFO O| Aug 12 21:48:23.197 INFO STEP 37 (ensure_file) COMPLETE
95932025-08-12T21:48:24.366Z[ host-image] Aug 12 21:48:23.197 INFO O| Aug 12 21:48:23.197 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95942025-08-12T21:48:24.376Z[ host-image] Aug 12 21:48:23.210 INFO O| Aug 12 21:48:23.210 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
95952025-08-12T21:48:24.376Z[ host-image] Aug 12 21:48:23.210 INFO O| Aug 12 21:48:23.210 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
95962025-08-12T21:48:24.376Z[ host-image] Aug 12 21:48:23.210 INFO O| Aug 12 21:48:23.210 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95972025-08-12T21:48:24.380Z[ host-image] Aug 12 21:48:23.210 INFO O| Aug 12 21:48:23.210 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95982025-08-12T21:48:24.380Z[ host-image] Aug 12 21:48:23.210 INFO O| Aug 12 21:48:23.210 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95992025-08-12T21:48:24.380Z[ host-image] Aug 12 21:48:23.210 INFO O| Aug 12 21:48:23.210 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
96002025-08-12T21:48:24.380Z[ host-image] Aug 12 21:48:23.210 INFO O| Aug 12 21:48:23.210 INFO ok!
96012025-08-12T21:48:24.380Z[ host-image] Aug 12 21:48:23.210 INFO O| Aug 12 21:48:23.210 INFO STEP 38 (ensure_file) COMPLETE
96022025-08-12T21:48:24.380Z[ host-image] Aug 12 21:48:23.210 INFO O| Aug 12 21:48:23.210 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96032025-08-12T21:48:24.389Z[ host-image] Aug 12 21:48:23.224 INFO O| Aug 12 21:48:23.224 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96042025-08-12T21:48:24.390Z[ host-image] Aug 12 21:48:23.224 INFO O| Aug 12 21:48:23.224 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96052025-08-12T21:48:24.393Z[ host-image] Aug 12 21:48:23.224 INFO O| Aug 12 21:48:23.224 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
96062025-08-12T21:48:24.393Z[ host-image] Aug 12 21:48:23.224 INFO O| Aug 12 21:48:23.224 INFO STEP 39 (ensure_dir) COMPLETE
96072025-08-12T21:48:24.393Z[ host-image] Aug 12 21:48:23.224 INFO O| Aug 12 21:48:23.224 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96082025-08-12T21:48:24.403Z[ host-image] Aug 12 21:48:23.237 INFO O| Aug 12 21:48:23.237 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
96092025-08-12T21:48:24.403Z[ host-image] Aug 12 21:48:23.237 INFO O| Aug 12 21:48:23.237 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 ...
96102025-08-12T21:48:24.407Z[ host-image] Aug 12 21:48:23.237 INFO O| Aug 12 21:48:23.237 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
96112025-08-12T21:48:24.407Z[ host-image] Aug 12 21:48:23.237 INFO O| Aug 12 21:48:23.237 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
96122025-08-12T21:48:24.407Z[ host-image] Aug 12 21:48:23.237 INFO O| Aug 12 21:48:23.237 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
96132025-08-12T21:48:24.407Z[ host-image] Aug 12 21:48:23.237 INFO O| Aug 12 21:48:23.237 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
96142025-08-12T21:48:24.407Z[ host-image] Aug 12 21:48:23.237 INFO O| Aug 12 21:48:23.237 INFO ok!
96152025-08-12T21:48:24.407Z[ host-image] Aug 12 21:48:23.237 INFO O| Aug 12 21:48:23.237 INFO STEP 40 (ensure_file) COMPLETE
96162025-08-12T21:48:24.407Z[ host-image] Aug 12 21:48:23.237 INFO O| Aug 12 21:48:23.237 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96172025-08-12T21:48:24.417Z[ host-image] Aug 12 21:48:23.251 INFO O| Aug 12 21:48:23.251 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
96182025-08-12T21:48:24.417Z[ host-image] Aug 12 21:48:23.251 INFO O| Aug 12 21:48:23.251 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 ...
96192025-08-12T21:48:24.417Z[ host-image] Aug 12 21:48:23.251 INFO O| Aug 12 21:48:23.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
96202025-08-12T21:48:24.420Z[ host-image] Aug 12 21:48:23.251 INFO O| Aug 12 21:48:23.251 INFO ok!
96212025-08-12T21:48:24.420Z[ host-image] Aug 12 21:48:23.251 INFO O| Aug 12 21:48:23.251 INFO STEP 41 (ensure_symlink) COMPLETE
96222025-08-12T21:48:24.420Z[ host-image] Aug 12 21:48:23.251 INFO O| Aug 12 21:48:23.251 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96232025-08-12T21:48:24.429Z[ host-image] Aug 12 21:48:23.264 INFO O| Aug 12 21:48:23.264 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
96242025-08-12T21:48:24.429Z[ host-image] Aug 12 21:48:23.264 INFO O| Aug 12 21:48:23.264 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
96252025-08-12T21:48:24.433Z[ host-image] Aug 12 21:48:23.264 INFO O| Aug 12 21:48:23.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
96262025-08-12T21:48:24.433Z[ host-image] Aug 12 21:48:23.264 INFO O| Aug 12 21:48:23.264 INFO ok!
96272025-08-12T21:48:24.433Z[ host-image] Aug 12 21:48:23.264 INFO O| Aug 12 21:48:23.264 INFO STEP 42 (ensure_symlink) COMPLETE
96282025-08-12T21:48:24.433Z[ host-image] Aug 12 21:48:23.264 INFO O| Aug 12 21:48:23.264 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96292025-08-12T21:48:24.444Z[ host-image] Aug 12 21:48:23.277 INFO O| Aug 12 21:48:23.277 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
96302025-08-12T21:48:24.444Z[ host-image] Aug 12 21:48:23.277 INFO O| Aug 12 21:48:23.277 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
96312025-08-12T21:48:24.448Z[ host-image] Aug 12 21:48:23.277 INFO O| Aug 12 21:48:23.277 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96322025-08-12T21:48:24.448Z[ host-image] Aug 12 21:48:23.277 INFO O| Aug 12 21:48:23.277 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96332025-08-12T21:48:24.448Z[ host-image] Aug 12 21:48:23.277 INFO O| Aug 12 21:48:23.277 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96342025-08-12T21:48:24.448Z[ host-image] Aug 12 21:48:23.277 INFO O| Aug 12 21:48:23.277 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96352025-08-12T21:48:24.448Z[ host-image] Aug 12 21:48:23.277 INFO O| Aug 12 21:48:23.277 INFO ok!
96362025-08-12T21:48:24.448Z[ host-image] Aug 12 21:48:23.277 INFO O| Aug 12 21:48:23.277 INFO STEP 43 (ensure_file) COMPLETE
96372025-08-12T21:48:24.448Z[ host-image] Aug 12 21:48:23.277 INFO O| Aug 12 21:48:23.277 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96382025-08-12T21:48:24.456Z[ host-image] Aug 12 21:48:23.290 INFO O| Aug 12 21:48:23.290 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
96392025-08-12T21:48:24.456Z[ host-image] Aug 12 21:48:23.290 INFO O| Aug 12 21:48:23.290 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 ...
96402025-08-12T21:48:24.459Z[ host-image] Aug 12 21:48:23.290 INFO O| Aug 12 21:48:23.290 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
96412025-08-12T21:48:24.459Z[ host-image] Aug 12 21:48:23.290 INFO O| Aug 12 21:48:23.290 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
96422025-08-12T21:48:24.459Z[ host-image] Aug 12 21:48:23.290 INFO O| Aug 12 21:48:23.290 INFO ok!
96432025-08-12T21:48:24.460Z[ host-image] Aug 12 21:48:23.290 INFO O| Aug 12 21:48:23.290 INFO STEP 44 (ensure_file) COMPLETE
96442025-08-12T21:48:24.460Z[ host-image] Aug 12 21:48:23.290 INFO O| Aug 12 21:48:23.290 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96452025-08-12T21:48:24.470Z[ host-image] Aug 12 21:48:23.304 INFO O| Aug 12 21:48:23.304 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
96462025-08-12T21:48:24.470Z[ host-image] Aug 12 21:48:23.304 INFO O| Aug 12 21:48:23.304 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
96472025-08-12T21:48:24.474Z[ host-image] Aug 12 21:48:23.304 INFO O| Aug 12 21:48:23.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
96482025-08-12T21:48:24.474Z[ host-image] Aug 12 21:48:23.304 INFO O| Aug 12 21:48:23.304 INFO ok!
96492025-08-12T21:48:24.474Z[ host-image] Aug 12 21:48:23.304 INFO O| Aug 12 21:48:23.304 INFO STEP 45 (ensure_file) COMPLETE
96502025-08-12T21:48:24.474Z[ host-image] Aug 12 21:48:23.304 INFO O| Aug 12 21:48:23.304 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96512025-08-12T21:48:24.485Z[ host-image] Aug 12 21:48:23.319 INFO O| Aug 12 21:48:23.319 INFO updating shadow file
96522025-08-12T21:48:24.490Z[ host-image] Aug 12 21:48:23.319 INFO O| Aug 12 21:48:23.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
96532025-08-12T21:48:24.490Z[ host-image] Aug 12 21:48:23.319 INFO O| Aug 12 21:48:23.319 INFO STEP 46 (shadow) COMPLETE
96542025-08-12T21:48:24.490Z[ host-image] Aug 12 21:48:23.319 INFO O| Aug 12 21:48:23.319 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96552025-08-12T21:48:24.506Z[ host-image] Aug 12 21:48:23.332 INFO O| Aug 12 21:48:23.332 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
96562025-08-12T21:48:24.506Z[ host-image] Aug 12 21:48:23.332 INFO O| Aug 12 21:48:23.332 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
96572025-08-12T21:48:24.506Z[ host-image] Aug 12 21:48:23.332 INFO O| Aug 12 21:48:23.332 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
96582025-08-12T21:48:24.506Z[ host-image] Aug 12 21:48:23.332 INFO O| Aug 12 21:48:23.332 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
96592025-08-12T21:48:24.506Z[ host-image] Aug 12 21:48:23.332 INFO O| Aug 12 21:48:23.332 INFO ok!
96602025-08-12T21:48:24.506Z[ host-image] Aug 12 21:48:23.332 INFO O| Aug 12 21:48:23.332 INFO STEP 47 (ensure_file) COMPLETE
96612025-08-12T21:48:24.506Z[ host-image] Aug 12 21:48:23.332 INFO O| Aug 12 21:48:23.332 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96622025-08-12T21:48:24.506Z[ host-image] Aug 12 21:48:23.332 INFO O| Aug 12 21:48:23.332 INFO skip step because feature "mfg" is not enabled
96632025-08-12T21:48:24.506Z[ host-image] Aug 12 21:48:23.332 INFO O| Aug 12 21:48:23.332 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96642025-08-12T21:48:24.507Z[ host-image] Aug 12 21:48:23.332 INFO O| Aug 12 21:48:23.332 INFO skip step because feature "mfg" is not enabled
96652025-08-12T21:48:24.507Z[ host-image] Aug 12 21:48:23.332 INFO O| Aug 12 21:48:23.332 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96662025-08-12T21:48:24.513Z[ host-image] Aug 12 21:48:23.347 INFO O| Aug 12 21:48:23.347 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
96672025-08-12T21:48:24.513Z[ host-image] Aug 12 21:48:23.347 INFO O| Aug 12 21:48:23.347 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
96682025-08-12T21:48:25.345Z[ host-image] Aug 12 21:48:24.180 INFO O| Aug 12 21:48:24.180 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
96692025-08-12T21:48:25.345Z[ host-image] Aug 12 21:48:24.180 INFO O| Aug 12 21:48:24.180 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
96702025-08-12T21:48:25.349Z[ host-image] Aug 12 21:48:24.180 INFO O| Aug 12 21:48:24.180 INFO ok!
96712025-08-12T21:48:25.349Z[ host-image] Aug 12 21:48:24.180 INFO O| Aug 12 21:48:24.180 INFO STEP 50 (ensure_file) COMPLETE
96722025-08-12T21:48:25.349Z[ host-image] Aug 12 21:48:24.180 INFO O| Aug 12 21:48:24.180 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96732025-08-12T21:48:25.349Z[ host-image] Aug 12 21:48:24.180 INFO O| Aug 12 21:48:24.180 INFO skip step because feature "compliance" is not enabled
96742025-08-12T21:48:25.349Z[ host-image] Aug 12 21:48:24.180 INFO O| Aug 12 21:48:24.180 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96752025-08-12T21:48:25.361Z[ host-image] Aug 12 21:48:24.195 INFO O| Aug 12 21:48:24.195 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
96762025-08-12T21:48:25.361Z[ host-image] Aug 12 21:48:24.195 INFO O| Aug 12 21:48:24.195 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
96772025-08-12T21:48:25.361Z[ host-image] Aug 12 21:48:24.195 INFO O| Aug 12 21:48:24.195 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96782025-08-12T21:48:25.365Z[ host-image] Aug 12 21:48:24.195 INFO O| Aug 12 21:48:24.195 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96792025-08-12T21:48:25.365Z[ host-image] Aug 12 21:48:24.195 INFO O| Aug 12 21:48:24.195 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96802025-08-12T21:48:25.365Z[ host-image] Aug 12 21:48:24.195 INFO O| Aug 12 21:48:24.195 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96812025-08-12T21:48:25.365Z[ host-image] Aug 12 21:48:24.195 INFO O| Aug 12 21:48:24.195 INFO ok!
96822025-08-12T21:48:25.365Z[ host-image] Aug 12 21:48:24.195 INFO O| Aug 12 21:48:24.195 INFO STEP 52 (ensure_file) COMPLETE
96832025-08-12T21:48:25.365Z[ host-image] Aug 12 21:48:24.196 INFO O| Aug 12 21:48:24.195 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96842025-08-12T21:48:25.376Z[ host-image] Aug 12 21:48:24.211 INFO O| Aug 12 21:48:24.211 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
96852025-08-12T21:48:25.376Z[ host-image] Aug 12 21:48:24.211 INFO O| Aug 12 21:48:24.211 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 ...
96862025-08-12T21:48:25.380Z[ host-image] Aug 12 21:48:24.211 INFO O| Aug 12 21:48:24.211 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
96872025-08-12T21:48:25.380Z[ host-image] Aug 12 21:48:24.211 INFO O| Aug 12 21:48:24.211 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
96882025-08-12T21:48:25.380Z[ host-image] Aug 12 21:48:24.211 INFO O| Aug 12 21:48:24.211 INFO ok!
96892025-08-12T21:48:25.380Z[ host-image] Aug 12 21:48:24.211 INFO O| Aug 12 21:48:24.211 INFO STEP 53 (ensure_file) COMPLETE
96902025-08-12T21:48:25.380Z[ host-image] Aug 12 21:48:24.211 INFO O| Aug 12 21:48:24.211 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96912025-08-12T21:48:25.392Z[ host-image] Aug 12 21:48:24.226 INFO O| Aug 12 21:48:24.226 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
96922025-08-12T21:48:25.396Z[ host-image] Aug 12 21:48:24.226 INFO O| Aug 12 21:48:24.226 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 ...
96932025-08-12T21:48:25.396Z[ host-image] Aug 12 21:48:24.226 INFO O| Aug 12 21:48:24.226 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
96942025-08-12T21:48:25.396Z[ host-image] Aug 12 21:48:24.226 INFO O| Aug 12 21:48:24.226 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
96952025-08-12T21:48:25.396Z[ host-image] Aug 12 21:48:24.227 INFO O| Aug 12 21:48:24.226 INFO ok!
96962025-08-12T21:48:25.396Z[ host-image] Aug 12 21:48:24.227 INFO O| Aug 12 21:48:24.227 INFO STEP 54 (ensure_file) COMPLETE
96972025-08-12T21:48:25.396Z[ host-image] Aug 12 21:48:24.227 INFO O| Aug 12 21:48:24.227 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96982025-08-12T21:48:25.406Z[ host-image] Aug 12 21:48:24.240 INFO O| Aug 12 21:48:24.240 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
96992025-08-12T21:48:25.406Z[ host-image] Aug 12 21:48:24.241 INFO O| Aug 12 21:48:24.240 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 ...
97002025-08-12T21:48:25.409Z[ host-image] Aug 12 21:48:24.241 INFO O| Aug 12 21:48:24.241 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
97012025-08-12T21:48:25.409Z[ host-image] Aug 12 21:48:24.241 INFO O| Aug 12 21:48:24.241 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
97022025-08-12T21:48:25.409Z[ host-image] Aug 12 21:48:24.241 INFO O| Aug 12 21:48:24.241 INFO ok!
97032025-08-12T21:48:25.409Z[ host-image] Aug 12 21:48:24.241 INFO O| Aug 12 21:48:24.241 INFO STEP 55 (ensure_file) COMPLETE
97042025-08-12T21:48:25.410Z[ host-image] Aug 12 21:48:24.241 INFO O| Aug 12 21:48:24.241 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97052025-08-12T21:48:25.423Z[ host-image] Aug 12 21:48:24.257 INFO O| Aug 12 21:48:24.257 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
97062025-08-12T21:48:25.423Z[ host-image] Aug 12 21:48:24.257 INFO O| Aug 12 21:48:24.257 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 ...
97072025-08-12T21:48:25.427Z[ host-image] Aug 12 21:48:24.258 INFO O| Aug 12 21:48:24.257 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97082025-08-12T21:48:25.427Z[ host-image] Aug 12 21:48:24.258 INFO O| Aug 12 21:48:24.258 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
97092025-08-12T21:48:25.427Z[ host-image] Aug 12 21:48:24.258 INFO O| Aug 12 21:48:24.258 INFO ok!
97102025-08-12T21:48:25.427Z[ host-image] Aug 12 21:48:24.258 INFO O| Aug 12 21:48:24.258 INFO STEP 56 (ensure_file) COMPLETE
97112025-08-12T21:48:25.427Z[ host-image] Aug 12 21:48:24.258 INFO O| Aug 12 21:48:24.258 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97122025-08-12T21:48:25.440Z[ host-image] Aug 12 21:48:24.274 INFO O| Aug 12 21:48:24.274 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
97132025-08-12T21:48:25.440Z[ host-image] Aug 12 21:48:24.274 INFO O| Aug 12 21:48:24.274 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 ...
97142025-08-12T21:48:25.443Z[ host-image] Aug 12 21:48:24.274 INFO O| Aug 12 21:48:24.274 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
97152025-08-12T21:48:25.443Z[ host-image] Aug 12 21:48:24.275 INFO O| Aug 12 21:48:24.274 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
97162025-08-12T21:48:25.443Z[ host-image] Aug 12 21:48:24.275 INFO O| Aug 12 21:48:24.274 INFO ok!
97172025-08-12T21:48:25.443Z[ host-image] Aug 12 21:48:24.275 INFO O| Aug 12 21:48:24.274 INFO STEP 57 (ensure_file) COMPLETE
97182025-08-12T21:48:25.444Z[ host-image] Aug 12 21:48:24.275 INFO O| Aug 12 21:48:24.274 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97192025-08-12T21:48:25.457Z[ host-image] Aug 12 21:48:24.291 INFO O| Aug 12 21:48:24.290 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
97202025-08-12T21:48:25.457Z[ host-image] Aug 12 21:48:24.291 INFO O| Aug 12 21:48:24.291 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 ...
97212025-08-12T21:48:25.457Z[ host-image] Aug 12 21:48:24.291 INFO O| Aug 12 21:48:24.291 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97222025-08-12T21:48:25.461Z[ host-image] Aug 12 21:48:24.291 INFO O| Aug 12 21:48:24.291 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97232025-08-12T21:48:25.461Z[ host-image] Aug 12 21:48:24.291 INFO O| Aug 12 21:48:24.291 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97242025-08-12T21:48:25.461Z[ host-image] Aug 12 21:48:24.291 INFO O| Aug 12 21:48:24.291 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97252025-08-12T21:48:25.461Z[ host-image] Aug 12 21:48:24.291 INFO O| Aug 12 21:48:24.291 INFO ok!
97262025-08-12T21:48:25.461Z[ host-image] Aug 12 21:48:24.291 INFO O| Aug 12 21:48:24.291 INFO STEP 58 (ensure_file) COMPLETE
97272025-08-12T21:48:25.461Z[ host-image] Aug 12 21:48:24.291 INFO O| Aug 12 21:48:24.291 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97282025-08-12T21:48:25.471Z[ host-image] Aug 12 21:48:24.306 INFO O| Aug 12 21:48:24.305 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
97292025-08-12T21:48:25.471Z[ host-image] Aug 12 21:48:24.306 INFO O| Aug 12 21:48:24.305 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 ...
97302025-08-12T21:48:25.475Z[ host-image] Aug 12 21:48:24.306 INFO O| Aug 12 21:48:24.306 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
97312025-08-12T21:48:25.475Z[ host-image] Aug 12 21:48:24.306 INFO O| Aug 12 21:48:24.306 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
97322025-08-12T21:48:25.475Z[ host-image] Aug 12 21:48:24.306 INFO O| Aug 12 21:48:24.306 INFO ok!
97332025-08-12T21:48:25.475Z[ host-image] Aug 12 21:48:24.306 INFO O| Aug 12 21:48:24.306 INFO STEP 59 (ensure_file) COMPLETE
97342025-08-12T21:48:25.475Z[ host-image] Aug 12 21:48:24.306 INFO O| Aug 12 21:48:24.306 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97352025-08-12T21:48:25.482Z[ host-image] Aug 12 21:48:24.317 INFO O| Aug 12 21:48:24.317 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
97362025-08-12T21:48:25.482Z[ host-image] Aug 12 21:48:24.317 INFO O| Aug 12 21:48:24.317 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
97372025-08-12T21:48:25.487Z[ host-image] Aug 12 21:48:24.317 INFO O| Aug 12 21:48:24.317 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
97382025-08-12T21:48:25.487Z[ host-image] Aug 12 21:48:24.317 INFO O| Aug 12 21:48:24.317 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
97392025-08-12T21:48:25.487Z[ host-image] Aug 12 21:48:24.317 INFO O| Aug 12 21:48:24.317 INFO ok!
97402025-08-12T21:48:25.487Z[ host-image] Aug 12 21:48:24.317 INFO O| Aug 12 21:48:24.317 INFO STEP 60 (ensure_file) COMPLETE
97412025-08-12T21:48:25.487Z[ host-image] Aug 12 21:48:24.317 INFO O| Aug 12 21:48:24.317 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97422025-08-12T21:48:25.492Z[ host-image] Aug 12 21:48:24.327 INFO O| Aug 12 21:48:24.326 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
97432025-08-12T21:48:25.492Z[ host-image] Aug 12 21:48:24.327 INFO O| Aug 12 21:48:24.327 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 ...
97442025-08-12T21:48:25.496Z[ host-image] Aug 12 21:48:24.327 INFO O| Aug 12 21:48:24.327 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
97452025-08-12T21:48:25.496Z[ host-image] Aug 12 21:48:24.327 INFO O| Aug 12 21:48:24.327 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
97462025-08-12T21:48:25.496Z[ host-image] Aug 12 21:48:24.327 INFO O| Aug 12 21:48:24.327 INFO ok!
97472025-08-12T21:48:25.496Z[ host-image] Aug 12 21:48:24.327 INFO O| Aug 12 21:48:24.327 INFO STEP 61 (ensure_file) COMPLETE
97482025-08-12T21:48:25.496Z[ host-image] Aug 12 21:48:24.327 INFO O| Aug 12 21:48:24.327 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97492025-08-12T21:48:25.503Z[ host-image] Aug 12 21:48:24.338 INFO O| Aug 12 21:48:24.338 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
97502025-08-12T21:48:25.503Z[ host-image] Aug 12 21:48:24.338 INFO O| Aug 12 21:48:24.338 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
97512025-08-12T21:48:25.507Z[ host-image] Aug 12 21:48:24.338 INFO O| Aug 12 21:48:24.338 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97522025-08-12T21:48:25.507Z[ host-image] Aug 12 21:48:24.338 INFO O| Aug 12 21:48:24.338 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97532025-08-12T21:48:25.507Z[ host-image] Aug 12 21:48:24.338 INFO O| Aug 12 21:48:24.338 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97542025-08-12T21:48:25.507Z[ host-image] Aug 12 21:48:24.338 INFO O| Aug 12 21:48:24.338 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97552025-08-12T21:48:25.507Z[ host-image] Aug 12 21:48:24.338 INFO O| Aug 12 21:48:24.338 INFO ok!
97562025-08-12T21:48:25.507Z[ host-image] Aug 12 21:48:24.338 INFO O| Aug 12 21:48:24.338 INFO STEP 62 (ensure_file) COMPLETE
97572025-08-12T21:48:25.507Z[ host-image] Aug 12 21:48:24.338 INFO O| Aug 12 21:48:24.338 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97582025-08-12T21:48:25.517Z[ host-image] Aug 12 21:48:24.351 INFO O| Aug 12 21:48:24.351 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
97592025-08-12T21:48:25.517Z[ host-image] Aug 12 21:48:24.352 INFO O| Aug 12 21:48:24.351 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 ...
97602025-08-12T21:48:25.521Z[ host-image] Aug 12 21:48:24.352 INFO O| Aug 12 21:48:24.352 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
97612025-08-12T21:48:25.521Z[ host-image] Aug 12 21:48:24.352 INFO O| Aug 12 21:48:24.352 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
97622025-08-12T21:48:25.521Z[ host-image] Aug 12 21:48:24.352 INFO O| Aug 12 21:48:24.352 INFO ok!
97632025-08-12T21:48:25.521Z[ host-image] Aug 12 21:48:24.352 INFO O| Aug 12 21:48:24.352 INFO STEP 63 (ensure_file) COMPLETE
97642025-08-12T21:48:25.521Z[ host-image] Aug 12 21:48:24.352 INFO O| Aug 12 21:48:24.352 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97652025-08-12T21:48:25.528Z[ host-image] Aug 12 21:48:24.363 INFO O| Aug 12 21:48:24.362 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
97662025-08-12T21:48:25.528Z[ host-image] Aug 12 21:48:24.363 INFO O| Aug 12 21:48:24.363 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 ...
97672025-08-12T21:48:25.532Z[ host-image] Aug 12 21:48:24.363 INFO O| Aug 12 21:48:24.363 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
97682025-08-12T21:48:25.532Z[ host-image] Aug 12 21:48:24.363 INFO O| Aug 12 21:48:24.363 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
97692025-08-12T21:48:25.532Z[ host-image] Aug 12 21:48:24.363 INFO O| Aug 12 21:48:24.363 INFO ok!
97702025-08-12T21:48:25.532Z[ host-image] Aug 12 21:48:24.363 INFO O| Aug 12 21:48:24.363 INFO STEP 64 (ensure_file) COMPLETE
97712025-08-12T21:48:25.532Z[ host-image] Aug 12 21:48:24.363 INFO O| Aug 12 21:48:24.363 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97722025-08-12T21:48:25.541Z[ host-image] Aug 12 21:48:24.376 INFO O| Aug 12 21:48:24.376 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
97732025-08-12T21:48:25.541Z[ host-image] Aug 12 21:48:24.376 INFO O| Aug 12 21:48:24.376 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 ...
97742025-08-12T21:48:25.545Z[ host-image] Aug 12 21:48:24.376 INFO O| Aug 12 21:48:24.376 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
97752025-08-12T21:48:25.545Z[ host-image] Aug 12 21:48:24.376 INFO O| Aug 12 21:48:24.376 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
97762025-08-12T21:48:25.545Z[ host-image] Aug 12 21:48:24.376 INFO O| Aug 12 21:48:24.376 INFO ok!
97772025-08-12T21:48:25.545Z[ host-image] Aug 12 21:48:24.376 INFO O| Aug 12 21:48:24.376 INFO STEP 65 (ensure_file) COMPLETE
97782025-08-12T21:48:25.545Z[ host-image] Aug 12 21:48:24.376 INFO O| Aug 12 21:48:24.376 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97792025-08-12T21:48:25.556Z[ host-image] Aug 12 21:48:24.390 INFO O| Aug 12 21:48:24.390 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
97802025-08-12T21:48:25.556Z[ host-image] Aug 12 21:48:24.390 INFO O| Aug 12 21:48:24.390 INFO STEP 66 (ensure_dir) COMPLETE
97812025-08-12T21:48:25.559Z[ host-image] Aug 12 21:48:24.390 INFO O| Aug 12 21:48:24.390 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97822025-08-12T21:48:25.568Z[ host-image] Aug 12 21:48:24.402 INFO O| Aug 12 21:48:24.402 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
97832025-08-12T21:48:25.568Z[ host-image] Aug 12 21:48:24.402 INFO O| Aug 12 21:48:24.402 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
97842025-08-12T21:48:25.571Z[ host-image] Aug 12 21:48:24.402 INFO O| Aug 12 21:48:24.402 INFO STEP 67 (ensure_dir) COMPLETE
97852025-08-12T21:48:25.571Z[ host-image] Aug 12 21:48:24.402 INFO O| Aug 12 21:48:24.402 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97862025-08-12T21:48:25.584Z[ host-image] Aug 12 21:48:24.415 INFO O| Aug 12 21:48:24.415 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
97872025-08-12T21:48:25.584Z[ host-image] Aug 12 21:48:24.415 INFO O| Aug 12 21:48:24.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
97882025-08-12T21:48:25.584Z[ host-image] Aug 12 21:48:24.415 INFO O| Aug 12 21:48:24.415 INFO STEP 68 (ensure_dir) COMPLETE
97892025-08-12T21:48:25.588Z[ host-image] Aug 12 21:48:24.415 INFO O| Aug 12 21:48:24.415 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97902025-08-12T21:48:25.591Z[ host-image] Aug 12 21:48:24.425 INFO O| Aug 12 21:48:24.425 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
97912025-08-12T21:48:25.591Z[ host-image] Aug 12 21:48:24.425 INFO O| Aug 12 21:48:24.425 INFO copying /tmp/.tmp21quSy/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
97922025-08-12T21:48:25.776Z[ recovery-image] Aug 12 21:48:24.610 INFO E| Compiling serde_derive v1.0.219
97932025-08-12T21:48:25.776Z[ recovery-image] Aug 12 21:48:24.610 INFO E| Compiling clap_derive v4.5.32
97942025-08-12T21:48:26.862Z[ host-image] Aug 12 21:48:25.696 INFO O| Aug 12 21:48:25.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
97952025-08-12T21:48:26.862Z[ host-image] Aug 12 21:48:25.696 INFO O| Aug 12 21:48:25.696 INFO ok!
97962025-08-12T21:48:26.866Z[ host-image] Aug 12 21:48:25.696 INFO O| Aug 12 21:48:25.696 INFO STEP 69 (ensure_file) COMPLETE
97972025-08-12T21:48:26.866Z[ host-image] Aug 12 21:48:25.696 INFO O| Aug 12 21:48:25.696 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97982025-08-12T21:48:26.874Z[ host-image] Aug 12 21:48:25.708 INFO O| Aug 12 21:48:25.708 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
97992025-08-12T21:48:26.874Z[ host-image] Aug 12 21:48:25.708 INFO O| Aug 12 21:48:25.708 INFO copying /tmp/.tmp21quSy/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
98002025-08-12T21:48:28.056Z[ host-image] Aug 12 21:48:26.889 INFO O| Aug 12 21:48:26.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
98012025-08-12T21:48:28.056Z[ host-image] Aug 12 21:48:26.889 INFO O| Aug 12 21:48:26.889 INFO ok!
98022025-08-12T21:48:28.061Z[ host-image] Aug 12 21:48:26.890 INFO O| Aug 12 21:48:26.889 INFO STEP 70 (ensure_file) COMPLETE
98032025-08-12T21:48:28.061Z[ host-image] Aug 12 21:48:26.890 INFO O| Aug 12 21:48:26.889 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98042025-08-12T21:48:28.069Z[ host-image] Aug 12 21:48:26.903 INFO O| Aug 12 21:48:26.902 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98052025-08-12T21:48:28.069Z[ host-image] Aug 12 21:48:26.903 INFO O| Aug 12 21:48:26.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
98062025-08-12T21:48:28.072Z[ host-image] Aug 12 21:48:26.903 INFO O| Aug 12 21:48:26.903 INFO STEP 71 (ensure_dir) COMPLETE
98072025-08-12T21:48:28.072Z[ host-image] Aug 12 21:48:26.903 INFO O| Aug 12 21:48:26.903 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98082025-08-12T21:48:28.082Z[ host-image] Aug 12 21:48:26.916 INFO O| Aug 12 21:48:26.915 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
98092025-08-12T21:48:28.082Z[ host-image] Aug 12 21:48:26.916 INFO O| Aug 12 21:48:26.916 INFO copying /tmp/.tmp21quSy/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 ...
98102025-08-12T21:48:28.085Z[ host-image] Aug 12 21:48:26.916 INFO O| Aug 12 21:48:26.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
98112025-08-12T21:48:28.085Z[ host-image] Aug 12 21:48:26.916 INFO O| Aug 12 21:48:26.916 INFO ok!
98122025-08-12T21:48:28.085Z[ host-image] Aug 12 21:48:26.916 INFO O| Aug 12 21:48:26.916 INFO STEP 72 (ensure_file) COMPLETE
98132025-08-12T21:48:28.085Z[ host-image] Aug 12 21:48:26.916 INFO O| Aug 12 21:48:26.916 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98142025-08-12T21:48:28.095Z[ host-image] Aug 12 21:48:26.929 INFO O| Aug 12 21:48:26.929 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
98152025-08-12T21:48:28.095Z[ host-image] Aug 12 21:48:26.929 INFO O| Aug 12 21:48:26.929 INFO copying /tmp/.tmp21quSy/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 ...
98162025-08-12T21:48:28.095Z[ host-image] Aug 12 21:48:26.929 INFO O| Aug 12 21:48:26.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
98172025-08-12T21:48:28.099Z[ host-image] Aug 12 21:48:26.929 INFO O| Aug 12 21:48:26.929 INFO ok!
98182025-08-12T21:48:28.099Z[ host-image] Aug 12 21:48:26.929 INFO O| Aug 12 21:48:26.929 INFO STEP 73 (ensure_file) COMPLETE
98192025-08-12T21:48:28.099Z[ host-image] Aug 12 21:48:26.929 INFO O| Aug 12 21:48:26.929 INFO STEP 74: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98202025-08-12T21:48:28.107Z[ host-image] Aug 12 21:48:26.941 INFO O| Aug 12 21:48:26.941 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
98212025-08-12T21:48:28.108Z[ host-image] Aug 12 21:48:26.941 INFO O| Aug 12 21:48:26.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
98222025-08-12T21:48:28.111Z[ host-image] Aug 12 21:48:26.941 INFO O| Aug 12 21:48:26.941 INFO STEP 74 (ensure_dir) COMPLETE
98232025-08-12T21:48:28.111Z[ host-image] Aug 12 21:48:26.941 INFO O| Aug 12 21:48:26.941 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98242025-08-12T21:48:28.120Z[ host-image] Aug 12 21:48:26.954 INFO O| Aug 12 21:48:26.954 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
98252025-08-12T21:48:28.120Z[ host-image] Aug 12 21:48:26.954 INFO O| Aug 12 21:48:26.954 INFO copying /tmp/.tmp21quSy/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 ...
98262025-08-12T21:48:28.123Z[ host-image] Aug 12 21:48:26.954 INFO O| Aug 12 21:48:26.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
98272025-08-12T21:48:28.123Z[ host-image] Aug 12 21:48:26.954 INFO O| Aug 12 21:48:26.954 INFO ok!
98282025-08-12T21:48:28.124Z[ host-image] Aug 12 21:48:26.954 INFO O| Aug 12 21:48:26.954 INFO STEP 75 (ensure_file) COMPLETE
98292025-08-12T21:48:28.124Z[ host-image] Aug 12 21:48:26.954 INFO O| Aug 12 21:48:26.954 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98302025-08-12T21:48:28.133Z[ host-image] Aug 12 21:48:26.967 INFO O| Aug 12 21:48:26.967 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
98312025-08-12T21:48:28.133Z[ host-image] Aug 12 21:48:26.967 INFO O| Aug 12 21:48:26.967 INFO copying /tmp/.tmp21quSy/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 ...
98322025-08-12T21:48:28.137Z[ host-image] Aug 12 21:48:26.967 INFO O| Aug 12 21:48:26.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
98332025-08-12T21:48:28.137Z[ host-image] Aug 12 21:48:26.967 INFO O| Aug 12 21:48:26.967 INFO ok!
98342025-08-12T21:48:28.137Z[ host-image] Aug 12 21:48:26.967 INFO O| Aug 12 21:48:26.967 INFO STEP 76 (ensure_file) COMPLETE
98352025-08-12T21:48:28.137Z[ host-image] Aug 12 21:48:26.967 INFO O| Aug 12 21:48:26.967 INFO STEP 77: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98362025-08-12T21:48:28.143Z[ host-image] Aug 12 21:48:26.977 INFO O| Aug 12 21:48:26.977 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
98372025-08-12T21:48:28.143Z[ host-image] Aug 12 21:48:26.977 INFO O| Aug 12 21:48:26.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
98382025-08-12T21:48:28.143Z[ host-image] Aug 12 21:48:26.977 INFO O| Aug 12 21:48:26.977 INFO STEP 77 (ensure_dir) COMPLETE
98392025-08-12T21:48:28.147Z[ host-image] Aug 12 21:48:26.977 INFO O| Aug 12 21:48:26.977 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98402025-08-12T21:48:28.157Z[ host-image] Aug 12 21:48:26.991 INFO O| Aug 12 21:48:26.991 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
98412025-08-12T21:48:28.157Z[ host-image] Aug 12 21:48:26.991 INFO O| Aug 12 21:48:26.991 INFO copying /tmp/.tmp21quSy/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 ...
98422025-08-12T21:48:28.161Z[ host-image] Aug 12 21:48:26.991 INFO O| Aug 12 21:48:26.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
98432025-08-12T21:48:28.161Z[ host-image] Aug 12 21:48:26.991 INFO O| Aug 12 21:48:26.991 INFO ok!
98442025-08-12T21:48:28.161Z[ host-image] Aug 12 21:48:26.991 INFO O| Aug 12 21:48:26.991 INFO STEP 78 (ensure_file) COMPLETE
98452025-08-12T21:48:28.161Z[ host-image] Aug 12 21:48:26.991 INFO O| Aug 12 21:48:26.991 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98462025-08-12T21:48:28.169Z[ host-image] Aug 12 21:48:27.003 INFO O| Aug 12 21:48:27.002 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
98472025-08-12T21:48:28.169Z[ host-image] Aug 12 21:48:27.003 INFO O| Aug 12 21:48:27.003 INFO copying /tmp/.tmp21quSy/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
98482025-08-12T21:48:28.169Z[ host-image] Aug 12 21:48:27.003 INFO O| Aug 12 21:48:27.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
98492025-08-12T21:48:28.169Z[ host-image] Aug 12 21:48:27.003 INFO O| Aug 12 21:48:27.003 INFO ok!
98502025-08-12T21:48:28.169Z[ host-image] Aug 12 21:48:27.003 INFO O| Aug 12 21:48:27.003 INFO STEP 79 (ensure_file) COMPLETE
98512025-08-12T21:48:28.173Z[ host-image] Aug 12 21:48:27.003 INFO O| Aug 12 21:48:27.003 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98522025-08-12T21:48:28.178Z[ host-image] Aug 12 21:48:27.012 INFO O| Aug 12 21:48:27.012 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
98532025-08-12T21:48:28.178Z[ host-image] Aug 12 21:48:27.012 INFO O| Aug 12 21:48:27.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
98542025-08-12T21:48:28.178Z[ host-image] Aug 12 21:48:27.012 INFO O| Aug 12 21:48:27.012 INFO STEP 80 (ensure_dir) COMPLETE
98552025-08-12T21:48:28.183Z[ host-image] Aug 12 21:48:27.012 INFO O| Aug 12 21:48:27.012 INFO STEP 81: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98562025-08-12T21:48:28.187Z[ host-image] Aug 12 21:48:27.021 INFO O| Aug 12 21:48:27.021 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
98572025-08-12T21:48:28.191Z[ host-image] Aug 12 21:48:27.021 INFO O| Aug 12 21:48:27.021 INFO copying /tmp/.tmp21quSy/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
98582025-08-12T21:48:28.721Z[ host-image] Aug 12 21:48:27.555 INFO O| Aug 12 21:48:27.555 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
98592025-08-12T21:48:28.721Z[ host-image] Aug 12 21:48:27.555 INFO O| Aug 12 21:48:27.555 INFO ok!
98602025-08-12T21:48:28.725Z[ host-image] Aug 12 21:48:27.555 INFO O| Aug 12 21:48:27.555 INFO STEP 81 (ensure_file) COMPLETE
98612025-08-12T21:48:28.725Z[ host-image] Aug 12 21:48:27.555 INFO O| Aug 12 21:48:27.555 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98622025-08-12T21:48:28.732Z[ host-image] Aug 12 21:48:27.566 INFO O| Aug 12 21:48:27.566 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
98632025-08-12T21:48:28.733Z[ host-image] Aug 12 21:48:27.566 INFO O| Aug 12 21:48:27.566 INFO copying /tmp/.tmp21quSy/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
98642025-08-12T21:48:28.967Z[ recovery-image] Aug 12 21:48:27.797 INFO E| Compiling clap v4.5.37
98652025-08-12T21:48:30.864Z[ recovery-image] Aug 12 21:48:29.697 INFO E| Compiling serde v1.0.219
98662025-08-12T21:48:31.366Z[ host-image] Aug 12 21:48:30.199 INFO O| Aug 12 21:48:30.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
98672025-08-12T21:48:31.366Z[ host-image] Aug 12 21:48:30.199 INFO O| Aug 12 21:48:30.199 INFO ok!
98682025-08-12T21:48:31.369Z[ host-image] Aug 12 21:48:30.199 INFO O| Aug 12 21:48:30.199 INFO STEP 82 (ensure_file) COMPLETE
98692025-08-12T21:48:31.369Z[ host-image] Aug 12 21:48:30.199 INFO O| Aug 12 21:48:30.199 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98702025-08-12T21:48:31.377Z[ host-image] Aug 12 21:48:30.210 INFO O| Aug 12 21:48:30.210 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
98712025-08-12T21:48:31.377Z[ host-image] Aug 12 21:48:30.210 INFO O| Aug 12 21:48:30.210 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
98722025-08-12T21:48:31.380Z[ host-image] Aug 12 21:48:30.210 INFO O| Aug 12 21:48:30.210 INFO STEP 83 (ensure_dir) COMPLETE
98732025-08-12T21:48:31.380Z[ host-image] Aug 12 21:48:30.210 INFO O| Aug 12 21:48:30.210 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98742025-08-12T21:48:31.387Z[ host-image] Aug 12 21:48:30.220 INFO O| Aug 12 21:48:30.220 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
98752025-08-12T21:48:31.387Z[ host-image] Aug 12 21:48:30.220 INFO O| Aug 12 21:48:30.220 INFO copying /tmp/.tmp21quSy/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 ...
98762025-08-12T21:48:31.391Z[ host-image] Aug 12 21:48:30.221 INFO O| Aug 12 21:48:30.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
98772025-08-12T21:48:31.391Z[ host-image] Aug 12 21:48:30.221 INFO O| Aug 12 21:48:30.220 INFO ok!
98782025-08-12T21:48:31.391Z[ host-image] Aug 12 21:48:30.221 INFO O| Aug 12 21:48:30.221 INFO STEP 84 (ensure_file) COMPLETE
98792025-08-12T21:48:31.391Z[ host-image] Aug 12 21:48:30.221 INFO O| Aug 12 21:48:30.221 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98802025-08-12T21:48:31.397Z[ host-image] Aug 12 21:48:30.230 INFO O| Aug 12 21:48:30.230 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
98812025-08-12T21:48:31.397Z[ host-image] Aug 12 21:48:30.230 INFO O| Aug 12 21:48:30.230 INFO copying /tmp/.tmp21quSy/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 ...
98822025-08-12T21:48:31.400Z[ host-image] Aug 12 21:48:30.230 INFO O| Aug 12 21:48:30.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
98832025-08-12T21:48:31.400Z[ host-image] Aug 12 21:48:30.230 INFO O| Aug 12 21:48:30.230 INFO ok!
98842025-08-12T21:48:31.400Z[ host-image] Aug 12 21:48:30.230 INFO O| Aug 12 21:48:30.230 INFO STEP 85 (ensure_file) COMPLETE
98852025-08-12T21:48:31.400Z[ host-image] Aug 12 21:48:30.230 INFO O| Aug 12 21:48:30.230 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98862025-08-12T21:48:31.407Z[ host-image] Aug 12 21:48:30.240 INFO O| Aug 12 21:48:30.240 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
98872025-08-12T21:48:31.410Z[ host-image] Aug 12 21:48:30.240 INFO O| Aug 12 21:48:30.240 INFO copying /tmp/.tmp21quSy/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
98882025-08-12T21:48:31.410Z[ host-image] Aug 12 21:48:30.240 INFO O| Aug 12 21:48:30.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
98892025-08-12T21:48:31.410Z[ host-image] Aug 12 21:48:30.240 INFO O| Aug 12 21:48:30.240 INFO ok!
98902025-08-12T21:48:31.410Z[ host-image] Aug 12 21:48:30.240 INFO O| Aug 12 21:48:30.240 INFO STEP 86 (ensure_file) COMPLETE
98912025-08-12T21:48:31.410Z[ host-image] Aug 12 21:48:30.240 INFO O| Aug 12 21:48:30.240 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98922025-08-12T21:48:31.418Z[ host-image] Aug 12 21:48:30.251 INFO O| Aug 12 21:48:30.251 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
98932025-08-12T21:48:31.421Z[ host-image] Aug 12 21:48:30.251 INFO O| Aug 12 21:48:30.251 INFO copying /tmp/.tmp21quSy/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
98942025-08-12T21:48:31.421Z[ host-image] Aug 12 21:48:30.251 INFO O| Aug 12 21:48:30.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
98952025-08-12T21:48:31.421Z[ host-image] Aug 12 21:48:30.251 INFO O| Aug 12 21:48:30.251 INFO ok!
98962025-08-12T21:48:31.421Z[ host-image] Aug 12 21:48:30.251 INFO O| Aug 12 21:48:30.251 INFO STEP 87 (ensure_file) COMPLETE
98972025-08-12T21:48:31.421Z[ host-image] Aug 12 21:48:30.251 INFO O| Aug 12 21:48:30.251 INFO STEP 88: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98982025-08-12T21:48:31.427Z[ host-image] Aug 12 21:48:30.260 INFO O| Aug 12 21:48:30.260 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
98992025-08-12T21:48:31.427Z[ host-image] Aug 12 21:48:30.260 INFO O| Aug 12 21:48:30.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
99002025-08-12T21:48:31.430Z[ host-image] Aug 12 21:48:30.260 INFO O| Aug 12 21:48:30.260 INFO STEP 88 (ensure_dir) COMPLETE
99012025-08-12T21:48:31.430Z[ host-image] Aug 12 21:48:30.260 INFO O| Aug 12 21:48:30.260 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99022025-08-12T21:48:31.438Z[ host-image] Aug 12 21:48:30.271 INFO O| Aug 12 21:48:30.271 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
99032025-08-12T21:48:31.442Z[ host-image] Aug 12 21:48:30.271 INFO O| Aug 12 21:48:30.271 INFO copying /tmp/.tmp21quSy/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
99042025-08-12T21:48:31.445Z[ host-image] Aug 12 21:48:30.276 INFO O| Aug 12 21:48:30.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
99052025-08-12T21:48:31.445Z[ host-image] Aug 12 21:48:30.276 INFO O| Aug 12 21:48:30.276 INFO ok!
99062025-08-12T21:48:31.445Z[ host-image] Aug 12 21:48:30.276 INFO O| Aug 12 21:48:30.276 INFO STEP 89 (ensure_file) COMPLETE
99072025-08-12T21:48:31.445Z[ host-image] Aug 12 21:48:30.276 INFO O| Aug 12 21:48:30.276 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99082025-08-12T21:48:31.452Z[ host-image] Aug 12 21:48:30.285 INFO O| Aug 12 21:48:30.285 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
99092025-08-12T21:48:31.455Z[ host-image] Aug 12 21:48:30.285 INFO O| Aug 12 21:48:30.285 INFO copying /tmp/.tmp21quSy/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
99102025-08-12T21:48:31.455Z[ host-image] Aug 12 21:48:30.285 INFO O| Aug 12 21:48:30.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
99112025-08-12T21:48:31.455Z[ host-image] Aug 12 21:48:30.285 INFO O| Aug 12 21:48:30.285 INFO ok!
99122025-08-12T21:48:31.455Z[ host-image] Aug 12 21:48:30.285 INFO O| Aug 12 21:48:30.285 INFO STEP 90 (ensure_file) COMPLETE
99132025-08-12T21:48:31.455Z[ host-image] Aug 12 21:48:30.285 INFO O| Aug 12 21:48:30.285 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99142025-08-12T21:48:31.460Z[ host-image] Aug 12 21:48:30.293 INFO O| Aug 12 21:48:30.293 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
99152025-08-12T21:48:31.460Z[ host-image] Aug 12 21:48:30.293 INFO O| Aug 12 21:48:30.293 INFO copying /tmp/.tmp21quSy/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
99162025-08-12T21:48:32.608Z[ host-image] Aug 12 21:48:31.441 INFO O| Aug 12 21:48:31.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
99172025-08-12T21:48:32.608Z[ host-image] Aug 12 21:48:31.441 INFO O| Aug 12 21:48:31.441 INFO ok!
99182025-08-12T21:48:32.608Z[ host-image] Aug 12 21:48:31.441 INFO O| Aug 12 21:48:31.441 INFO STEP 91 (ensure_file) COMPLETE
99192025-08-12T21:48:32.612Z[ host-image] Aug 12 21:48:31.441 INFO O| Aug 12 21:48:31.441 INFO STEP 92: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99202025-08-12T21:48:32.618Z[ host-image] Aug 12 21:48:31.451 INFO O| Aug 12 21:48:31.451 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
99212025-08-12T21:48:32.618Z[ host-image] Aug 12 21:48:31.451 INFO O| Aug 12 21:48:31.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
99222025-08-12T21:48:32.623Z[ host-image] Aug 12 21:48:31.451 INFO O| Aug 12 21:48:31.451 INFO STEP 92 (ensure_dir) COMPLETE
99232025-08-12T21:48:32.623Z[ host-image] Aug 12 21:48:31.451 INFO O| Aug 12 21:48:31.451 INFO STEP 93: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99242025-08-12T21:48:32.628Z[ host-image] Aug 12 21:48:31.461 INFO O| Aug 12 21:48:31.460 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
99252025-08-12T21:48:32.632Z[ host-image] Aug 12 21:48:31.461 INFO O| Aug 12 21:48:31.461 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
99262025-08-12T21:48:32.632Z[ host-image] Aug 12 21:48:31.461 INFO O| Aug 12 21:48:31.461 INFO STEP 93 (ensure_dir) COMPLETE
99272025-08-12T21:48:32.632Z[ host-image] Aug 12 21:48:31.461 INFO O| Aug 12 21:48:31.461 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99282025-08-12T21:48:32.638Z[ host-image] Aug 12 21:48:31.471 INFO O| Aug 12 21:48:31.471 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
99292025-08-12T21:48:32.638Z[ host-image] Aug 12 21:48:31.471 INFO O| Aug 12 21:48:31.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
99302025-08-12T21:48:32.641Z[ host-image] Aug 12 21:48:31.471 INFO O| Aug 12 21:48:31.471 INFO STEP 94 (ensure_dir) COMPLETE
99312025-08-12T21:48:32.641Z[ host-image] Aug 12 21:48:31.471 INFO O| Aug 12 21:48:31.471 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99322025-08-12T21:48:32.647Z[ host-image] Aug 12 21:48:31.480 INFO O| Aug 12 21:48:31.480 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
99332025-08-12T21:48:32.647Z[ host-image] Aug 12 21:48:31.480 INFO O| Aug 12 21:48:31.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
99342025-08-12T21:48:32.647Z[ host-image] Aug 12 21:48:31.480 INFO O| Aug 12 21:48:31.480 INFO STEP 95 (ensure_dir) COMPLETE
99352025-08-12T21:48:32.650Z[ host-image] Aug 12 21:48:31.480 INFO O| Aug 12 21:48:31.480 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99362025-08-12T21:48:32.654Z[ host-image] Aug 12 21:48:31.488 INFO O| Aug 12 21:48:31.488 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
99372025-08-12T21:48:32.654Z[ host-image] Aug 12 21:48:31.488 INFO O| Aug 12 21:48:31.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
99382025-08-12T21:48:32.658Z[ host-image] Aug 12 21:48:31.488 INFO O| Aug 12 21:48:31.488 INFO STEP 96 (ensure_dir) COMPLETE
99392025-08-12T21:48:32.658Z[ host-image] Aug 12 21:48:31.488 INFO O| Aug 12 21:48:31.488 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99402025-08-12T21:48:32.662Z[ host-image] Aug 12 21:48:31.496 INFO O| Aug 12 21:48:31.496 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
99412025-08-12T21:48:32.662Z[ host-image] Aug 12 21:48:31.496 INFO O| Aug 12 21:48:31.496 INFO copying /tmp/.tmp21quSy/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 ...
99422025-08-12T21:48:32.666Z[ host-image] Aug 12 21:48:31.496 INFO O| Aug 12 21:48:31.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
99432025-08-12T21:48:32.666Z[ host-image] Aug 12 21:48:31.496 INFO O| Aug 12 21:48:31.496 INFO ok!
99442025-08-12T21:48:32.666Z[ host-image] Aug 12 21:48:31.496 INFO O| Aug 12 21:48:31.496 INFO STEP 97 (ensure_file) COMPLETE
99452025-08-12T21:48:32.666Z[ host-image] Aug 12 21:48:31.496 INFO O| Aug 12 21:48:31.496 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99462025-08-12T21:48:32.670Z[ host-image] Aug 12 21:48:31.504 INFO O| Aug 12 21:48:31.504 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
99472025-08-12T21:48:32.674Z[ host-image] Aug 12 21:48:31.504 INFO O| Aug 12 21:48:31.504 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
99482025-08-12T21:48:32.674Z[ host-image] Aug 12 21:48:31.504 INFO O| Aug 12 21:48:31.504 INFO STEP 98 (ensure_dir) COMPLETE
99492025-08-12T21:48:32.674Z[ host-image] Aug 12 21:48:31.504 INFO O| Aug 12 21:48:31.504 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99502025-08-12T21:48:32.678Z[ host-image] Aug 12 21:48:31.511 INFO O| Aug 12 21:48:31.511 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
99512025-08-12T21:48:32.678Z[ host-image] Aug 12 21:48:31.511 INFO O| Aug 12 21:48:31.511 INFO copying /tmp/.tmp21quSy/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
99522025-08-12T21:48:32.681Z[ host-image] Aug 12 21:48:31.512 INFO O| Aug 12 21:48:31.511 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
99532025-08-12T21:48:32.681Z[ host-image] Aug 12 21:48:31.512 INFO O| Aug 12 21:48:31.512 INFO ok!
99542025-08-12T21:48:32.681Z[ host-image] Aug 12 21:48:31.512 INFO O| Aug 12 21:48:31.512 INFO STEP 99 (ensure_file) COMPLETE
99552025-08-12T21:48:32.682Z[ host-image] Aug 12 21:48:31.512 INFO O| Aug 12 21:48:31.512 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99562025-08-12T21:48:32.686Z[ host-image] Aug 12 21:48:31.519 INFO O| Aug 12 21:48:31.519 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
99572025-08-12T21:48:32.689Z[ host-image] Aug 12 21:48:31.519 INFO O| Aug 12 21:48:31.519 INFO copying /tmp/.tmp21quSy/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
99582025-08-12T21:48:32.699Z[ host-image] Aug 12 21:48:31.532 INFO O| Aug 12 21:48:31.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
99592025-08-12T21:48:32.699Z[ host-image] Aug 12 21:48:31.532 INFO O| Aug 12 21:48:31.532 INFO ok!
99602025-08-12T21:48:32.703Z[ host-image] Aug 12 21:48:31.532 INFO O| Aug 12 21:48:31.532 INFO STEP 100 (ensure_file) COMPLETE
99612025-08-12T21:48:32.703Z[ host-image] Aug 12 21:48:31.532 INFO O| Aug 12 21:48:31.532 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99622025-08-12T21:48:32.708Z[ host-image] Aug 12 21:48:31.541 INFO O| Aug 12 21:48:31.541 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
99632025-08-12T21:48:32.711Z[ host-image] Aug 12 21:48:31.541 INFO O| Aug 12 21:48:31.541 INFO copying /tmp/.tmp21quSy/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
99642025-08-12T21:48:33.169Z[ host-image] Aug 12 21:48:32.002 INFO O| Aug 12 21:48:32.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
99652025-08-12T21:48:33.169Z[ host-image] Aug 12 21:48:32.002 INFO O| Aug 12 21:48:32.002 INFO ok!
99662025-08-12T21:48:33.169Z[ host-image] Aug 12 21:48:32.002 INFO O| Aug 12 21:48:32.002 INFO STEP 101 (ensure_file) COMPLETE
99672025-08-12T21:48:33.173Z[ host-image] Aug 12 21:48:32.002 INFO O| Aug 12 21:48:32.002 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99682025-08-12T21:48:33.179Z[ host-image] Aug 12 21:48:32.012 INFO O| Aug 12 21:48:32.012 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
99692025-08-12T21:48:33.179Z[ host-image] Aug 12 21:48:32.012 INFO O| Aug 12 21:48:32.012 INFO copying /tmp/.tmp21quSy/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
99702025-08-12T21:48:33.183Z[ host-image] Aug 12 21:48:32.013 INFO O| Aug 12 21:48:32.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
99712025-08-12T21:48:33.183Z[ host-image] Aug 12 21:48:32.013 INFO O| Aug 12 21:48:32.013 INFO ok!
99722025-08-12T21:48:33.183Z[ host-image] Aug 12 21:48:32.013 INFO O| Aug 12 21:48:32.013 INFO STEP 102 (ensure_file) COMPLETE
99732025-08-12T21:48:33.183Z[ host-image] Aug 12 21:48:32.013 INFO O| Aug 12 21:48:32.013 INFO STEP 103: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99742025-08-12T21:48:33.188Z[ host-image] Aug 12 21:48:32.021 INFO O| Aug 12 21:48:32.021 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace
99752025-08-12T21:48:33.188Z[ host-image] Aug 12 21:48:32.021 INFO O| Aug 12 21:48:32.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace
99762025-08-12T21:48:33.192Z[ host-image] Aug 12 21:48:32.021 INFO O| Aug 12 21:48:32.021 INFO STEP 103 (ensure_dir) COMPLETE
99772025-08-12T21:48:33.192Z[ host-image] Aug 12 21:48:32.021 INFO O| Aug 12 21:48:32.021 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99782025-08-12T21:48:33.197Z[ host-image] Aug 12 21:48:32.030 INFO O| Aug 12 21:48:32.030 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
99792025-08-12T21:48:33.201Z[ host-image] Aug 12 21:48:32.030 INFO O| Aug 12 21:48:32.030 INFO copying /tmp/.tmp21quSy/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 ...
99802025-08-12T21:48:33.201Z[ host-image] Aug 12 21:48:32.030 INFO O| Aug 12 21:48:32.030 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
99812025-08-12T21:48:33.201Z[ host-image] Aug 12 21:48:32.030 INFO O| Aug 12 21:48:32.030 INFO ok!
99822025-08-12T21:48:33.201Z[ host-image] Aug 12 21:48:32.030 INFO O| Aug 12 21:48:32.030 INFO STEP 104 (ensure_file) COMPLETE
99832025-08-12T21:48:33.201Z[ host-image] Aug 12 21:48:32.030 INFO O| Aug 12 21:48:32.030 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99842025-08-12T21:48:33.206Z[ host-image] Aug 12 21:48:32.039 INFO O| Aug 12 21:48:32.039 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
99852025-08-12T21:48:33.206Z[ host-image] Aug 12 21:48:32.039 INFO O| Aug 12 21:48:32.039 INFO copying /tmp/.tmp21quSy/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 ...
99862025-08-12T21:48:33.209Z[ host-image] Aug 12 21:48:32.039 INFO O| Aug 12 21:48:32.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
99872025-08-12T21:48:33.209Z[ host-image] Aug 12 21:48:32.039 INFO O| Aug 12 21:48:32.039 INFO ok!
99882025-08-12T21:48:33.209Z[ host-image] Aug 12 21:48:32.039 INFO O| Aug 12 21:48:32.039 INFO STEP 105 (ensure_file) COMPLETE
99892025-08-12T21:48:33.209Z[ host-image] Aug 12 21:48:32.039 INFO O| Aug 12 21:48:32.039 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99902025-08-12T21:48:33.215Z[ host-image] Aug 12 21:48:32.047 INFO O| Aug 12 21:48:32.047 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
99912025-08-12T21:48:33.215Z[ host-image] Aug 12 21:48:32.047 INFO O| Aug 12 21:48:32.047 INFO copying /tmp/.tmp21quSy/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 ...
99922025-08-12T21:48:33.219Z[ host-image] Aug 12 21:48:32.047 INFO O| Aug 12 21:48:32.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
99932025-08-12T21:48:33.219Z[ host-image] Aug 12 21:48:32.047 INFO O| Aug 12 21:48:32.047 INFO ok!
99942025-08-12T21:48:33.219Z[ host-image] Aug 12 21:48:32.047 INFO O| Aug 12 21:48:32.047 INFO STEP 106 (ensure_file) COMPLETE
99952025-08-12T21:48:33.219Z[ host-image] Aug 12 21:48:32.047 INFO O| Aug 12 21:48:32.047 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99962025-08-12T21:48:33.223Z[ host-image] Aug 12 21:48:32.055 INFO O| Aug 12 21:48:32.055 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
99972025-08-12T21:48:33.223Z[ host-image] Aug 12 21:48:32.055 INFO O| Aug 12 21:48:32.055 INFO copying /tmp/.tmp21quSy/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 ...
99982025-08-12T21:48:33.223Z[ host-image] Aug 12 21:48:32.055 INFO O| Aug 12 21:48:32.055 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
99992025-08-12T21:48:33.223Z[ host-image] Aug 12 21:48:32.055 INFO O| Aug 12 21:48:32.055 INFO ok!
100002025-08-12T21:48:33.223Z[ host-image] Aug 12 21:48:32.055 INFO O| Aug 12 21:48:32.055 INFO STEP 107 (ensure_file) COMPLETE
100012025-08-12T21:48:33.227Z[ host-image] Aug 12 21:48:32.055 INFO O| Aug 12 21:48:32.055 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100022025-08-12T21:48:33.231Z[ host-image] Aug 12 21:48:32.063 INFO O| Aug 12 21:48:32.063 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
100032025-08-12T21:48:33.231Z[ host-image] Aug 12 21:48:32.063 INFO O| Aug 12 21:48:32.063 INFO copying /tmp/.tmp21quSy/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 ...
100042025-08-12T21:48:33.231Z[ host-image] Aug 12 21:48:32.063 INFO O| Aug 12 21:48:32.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
100052025-08-12T21:48:33.231Z[ host-image] Aug 12 21:48:32.063 INFO O| Aug 12 21:48:32.063 INFO ok!
100062025-08-12T21:48:33.231Z[ host-image] Aug 12 21:48:32.063 INFO O| Aug 12 21:48:32.063 INFO STEP 108 (ensure_file) COMPLETE
100072025-08-12T21:48:33.231Z[ host-image] Aug 12 21:48:32.063 INFO O| Aug 12 21:48:32.063 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100082025-08-12T21:48:33.241Z[ host-image] Aug 12 21:48:32.072 INFO O| Aug 12 21:48:32.071 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
100092025-08-12T21:48:33.244Z[ host-image] Aug 12 21:48:32.072 INFO O| Aug 12 21:48:32.072 INFO copying /tmp/.tmp21quSy/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 ...
100102025-08-12T21:48:33.244Z[ host-image] Aug 12 21:48:32.072 INFO O| Aug 12 21:48:32.072 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/up-info.d
100112025-08-12T21:48:33.244Z[ host-image] Aug 12 21:48:32.072 INFO O| Aug 12 21:48:32.072 INFO ok!
100122025-08-12T21:48:33.244Z[ host-image] Aug 12 21:48:32.072 INFO O| Aug 12 21:48:32.072 INFO STEP 109 (ensure_file) COMPLETE
100132025-08-12T21:48:33.244Z[ host-image] Aug 12 21:48:32.072 INFO O| Aug 12 21:48:32.072 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100142025-08-12T21:48:33.247Z[ host-image] Aug 12 21:48:32.080 INFO O| Aug 12 21:48:32.080 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
100152025-08-12T21:48:33.247Z[ host-image] Aug 12 21:48:32.080 INFO O| Aug 12 21:48:32.080 INFO copying /tmp/.tmp21quSy/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
100162025-08-12T21:48:33.253Z[ host-image] Aug 12 21:48:32.080 INFO O| Aug 12 21:48:32.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
100172025-08-12T21:48:33.253Z[ host-image] Aug 12 21:48:32.080 INFO O| Aug 12 21:48:32.080 INFO ok!
100182025-08-12T21:48:33.253Z[ host-image] Aug 12 21:48:32.080 INFO O| Aug 12 21:48:32.080 INFO STEP 110 (ensure_file) COMPLETE
100192025-08-12T21:48:33.253Z[ host-image] Aug 12 21:48:32.080 INFO O| Aug 12 21:48:32.080 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100202025-08-12T21:48:33.260Z[ host-image] Aug 12 21:48:32.088 INFO O| Aug 12 21:48:32.088 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
100212025-08-12T21:48:33.260Z[ host-image] Aug 12 21:48:32.088 INFO O| Aug 12 21:48:32.088 INFO copying /tmp/.tmp21quSy/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 ...
100222025-08-12T21:48:33.260Z[ host-image] Aug 12 21:48:32.089 INFO O| Aug 12 21:48:32.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
100232025-08-12T21:48:33.260Z[ host-image] Aug 12 21:48:32.089 INFO O| Aug 12 21:48:32.089 INFO ok!
100242025-08-12T21:48:33.260Z[ host-image] Aug 12 21:48:32.089 INFO O| Aug 12 21:48:32.089 INFO STEP 111 (ensure_file) COMPLETE
100252025-08-12T21:48:33.260Z[ host-image] Aug 12 21:48:32.089 INFO O| Aug 12 21:48:32.089 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100262025-08-12T21:48:33.268Z[ host-image] Aug 12 21:48:32.099 INFO O| Aug 12 21:48:32.099 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
100272025-08-12T21:48:33.268Z[ host-image] Aug 12 21:48:32.099 INFO O| Aug 12 21:48:32.099 INFO copying /tmp/.tmp21quSy/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 ...
100282025-08-12T21:48:33.272Z[ host-image] Aug 12 21:48:32.099 INFO O| Aug 12 21:48:32.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
100292025-08-12T21:48:33.272Z[ host-image] Aug 12 21:48:32.099 INFO O| Aug 12 21:48:32.099 INFO ok!
100302025-08-12T21:48:33.272Z[ host-image] Aug 12 21:48:32.099 INFO O| Aug 12 21:48:32.099 INFO STEP 112 (ensure_file) COMPLETE
100312025-08-12T21:48:33.272Z[ host-image] Aug 12 21:48:32.099 INFO O| Aug 12 21:48:32.099 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100322025-08-12T21:48:33.276Z[ host-image] Aug 12 21:48:32.107 INFO O| Aug 12 21:48:32.107 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
100332025-08-12T21:48:33.276Z[ host-image] Aug 12 21:48:32.107 INFO O| Aug 12 21:48:32.107 INFO copying /tmp/.tmp21quSy/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 ...
100342025-08-12T21:48:33.276Z[ host-image] Aug 12 21:48:32.107 INFO O| Aug 12 21:48:32.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
100352025-08-12T21:48:33.276Z[ host-image] Aug 12 21:48:32.108 INFO O| Aug 12 21:48:32.107 INFO ok!
100362025-08-12T21:48:33.277Z[ host-image] Aug 12 21:48:32.108 INFO O| Aug 12 21:48:32.107 INFO STEP 113 (ensure_file) COMPLETE
100372025-08-12T21:48:33.277Z[ host-image] Aug 12 21:48:32.108 INFO O| Aug 12 21:48:32.107 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100382025-08-12T21:48:33.283Z[ host-image] Aug 12 21:48:32.116 INFO O| Aug 12 21:48:32.116 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
100392025-08-12T21:48:33.283Z[ host-image] Aug 12 21:48:32.116 INFO O| Aug 12 21:48:32.116 INFO copying /tmp/.tmp21quSy/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
100402025-08-12T21:48:33.283Z[ host-image] Aug 12 21:48:32.116 INFO O| Aug 12 21:48:32.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
100412025-08-12T21:48:33.287Z[ host-image] Aug 12 21:48:32.116 INFO O| Aug 12 21:48:32.116 INFO ok!
100422025-08-12T21:48:33.287Z[ host-image] Aug 12 21:48:32.116 INFO O| Aug 12 21:48:32.116 INFO STEP 114 (ensure_file) COMPLETE
100432025-08-12T21:48:33.287Z[ host-image] Aug 12 21:48:32.116 INFO O| Aug 12 21:48:32.116 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100442025-08-12T21:48:33.292Z[ host-image] Aug 12 21:48:32.125 INFO O| Aug 12 21:48:32.125 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
100452025-08-12T21:48:33.292Z[ host-image] Aug 12 21:48:32.125 INFO O| Aug 12 21:48:32.125 INFO copying /tmp/.tmp21quSy/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 ...
100462025-08-12T21:48:33.295Z[ host-image] Aug 12 21:48:32.125 INFO O| Aug 12 21:48:32.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
100472025-08-12T21:48:33.295Z[ host-image] Aug 12 21:48:32.125 INFO O| Aug 12 21:48:32.125 INFO ok!
100482025-08-12T21:48:33.295Z[ host-image] Aug 12 21:48:32.125 INFO O| Aug 12 21:48:32.125 INFO STEP 115 (ensure_file) COMPLETE
100492025-08-12T21:48:33.295Z[ host-image] Aug 12 21:48:32.125 INFO O| Aug 12 21:48:32.125 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100502025-08-12T21:48:33.299Z[ host-image] Aug 12 21:48:32.133 INFO O| Aug 12 21:48:32.132 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
100512025-08-12T21:48:33.302Z[ host-image] Aug 12 21:48:32.133 INFO O| Aug 12 21:48:32.133 INFO copying /tmp/.tmp21quSy/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 ...
100522025-08-12T21:48:33.302Z[ host-image] Aug 12 21:48:32.133 INFO O| Aug 12 21:48:32.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
100532025-08-12T21:48:33.302Z[ host-image] Aug 12 21:48:32.133 INFO O| Aug 12 21:48:32.133 INFO ok!
100542025-08-12T21:48:33.302Z[ host-image] Aug 12 21:48:32.133 INFO O| Aug 12 21:48:32.133 INFO STEP 116 (ensure_file) COMPLETE
100552025-08-12T21:48:33.302Z[ host-image] Aug 12 21:48:32.133 INFO O| Aug 12 21:48:32.133 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100562025-08-12T21:48:33.307Z[ host-image] Aug 12 21:48:32.140 INFO O| Aug 12 21:48:32.140 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
100572025-08-12T21:48:33.310Z[ host-image] Aug 12 21:48:32.140 INFO O| Aug 12 21:48:32.140 INFO copying /tmp/.tmp21quSy/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 ...
100582025-08-12T21:48:33.310Z[ host-image] Aug 12 21:48:32.141 INFO O| Aug 12 21:48:32.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
100592025-08-12T21:48:33.310Z[ host-image] Aug 12 21:48:32.141 INFO O| Aug 12 21:48:32.141 INFO ok!
100602025-08-12T21:48:33.310Z[ host-image] Aug 12 21:48:32.141 INFO O| Aug 12 21:48:32.141 INFO STEP 117 (ensure_file) COMPLETE
100612025-08-12T21:48:33.310Z[ host-image] Aug 12 21:48:32.141 INFO O| Aug 12 21:48:32.141 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100622025-08-12T21:48:33.315Z[ host-image] Aug 12 21:48:32.149 INFO O| Aug 12 21:48:32.148 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
100632025-08-12T21:48:33.315Z[ host-image] Aug 12 21:48:32.149 INFO O| Aug 12 21:48:32.149 INFO copying /tmp/.tmp21quSy/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 ...
100642025-08-12T21:48:33.318Z[ host-image] Aug 12 21:48:32.149 INFO O| Aug 12 21:48:32.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
100652025-08-12T21:48:33.318Z[ host-image] Aug 12 21:48:32.149 INFO O| Aug 12 21:48:32.149 INFO ok!
100662025-08-12T21:48:33.318Z[ host-image] Aug 12 21:48:32.149 INFO O| Aug 12 21:48:32.149 INFO STEP 118 (ensure_file) COMPLETE
100672025-08-12T21:48:33.318Z[ host-image] Aug 12 21:48:32.149 INFO O| Aug 12 21:48:32.149 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100682025-08-12T21:48:33.324Z[ host-image] Aug 12 21:48:32.157 INFO O| Aug 12 21:48:32.157 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
100692025-08-12T21:48:33.324Z[ host-image] Aug 12 21:48:32.157 INFO O| Aug 12 21:48:32.157 INFO copying /tmp/.tmp21quSy/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 ...
100702025-08-12T21:48:33.327Z[ host-image] Aug 12 21:48:32.157 INFO O| Aug 12 21:48:32.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
100712025-08-12T21:48:33.327Z[ host-image] Aug 12 21:48:32.157 INFO O| Aug 12 21:48:32.157 INFO ok!
100722025-08-12T21:48:33.327Z[ host-image] Aug 12 21:48:32.157 INFO O| Aug 12 21:48:32.157 INFO STEP 119 (ensure_file) COMPLETE
100732025-08-12T21:48:33.327Z[ host-image] Aug 12 21:48:32.157 INFO O| Aug 12 21:48:32.157 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100742025-08-12T21:48:33.332Z[ host-image] Aug 12 21:48:32.165 INFO O| Aug 12 21:48:32.165 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
100752025-08-12T21:48:33.332Z[ host-image] Aug 12 21:48:32.165 INFO O| Aug 12 21:48:32.165 INFO copying /tmp/.tmp21quSy/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 ...
100762025-08-12T21:48:33.332Z[ host-image] Aug 12 21:48:32.165 INFO O| Aug 12 21:48:32.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
100772025-08-12T21:48:33.335Z[ host-image] Aug 12 21:48:32.166 INFO O| Aug 12 21:48:32.165 INFO ok!
100782025-08-12T21:48:33.335Z[ host-image] Aug 12 21:48:32.166 INFO O| Aug 12 21:48:32.165 INFO STEP 120 (ensure_file) COMPLETE
100792025-08-12T21:48:33.335Z[ host-image] Aug 12 21:48:32.166 INFO O| Aug 12 21:48:32.165 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100802025-08-12T21:48:33.343Z[ host-image] Aug 12 21:48:32.176 INFO O| Aug 12 21:48:32.176 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
100812025-08-12T21:48:33.343Z[ host-image] Aug 12 21:48:32.176 INFO O| Aug 12 21:48:32.176 INFO copying /tmp/.tmp21quSy/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 ...
100822025-08-12T21:48:33.343Z[ host-image] Aug 12 21:48:32.176 INFO O| Aug 12 21:48:32.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
100832025-08-12T21:48:33.343Z[ host-image] Aug 12 21:48:32.176 INFO O| Aug 12 21:48:32.176 INFO ok!
100842025-08-12T21:48:33.346Z[ host-image] Aug 12 21:48:32.176 INFO O| Aug 12 21:48:32.176 INFO STEP 121 (ensure_file) COMPLETE
100852025-08-12T21:48:33.346Z[ host-image] Aug 12 21:48:32.176 INFO O| Aug 12 21:48:32.176 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100862025-08-12T21:48:33.351Z[ host-image] Aug 12 21:48:32.184 INFO O| Aug 12 21:48:32.184 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
100872025-08-12T21:48:33.351Z[ host-image] Aug 12 21:48:32.184 INFO O| Aug 12 21:48:32.184 INFO copying /tmp/.tmp21quSy/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 ...
100882025-08-12T21:48:33.354Z[ host-image] Aug 12 21:48:32.184 INFO O| Aug 12 21:48:32.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
100892025-08-12T21:48:33.354Z[ host-image] Aug 12 21:48:32.184 INFO O| Aug 12 21:48:32.184 INFO ok!
100902025-08-12T21:48:33.354Z[ host-image] Aug 12 21:48:32.184 INFO O| Aug 12 21:48:32.184 INFO STEP 122 (ensure_file) COMPLETE
100912025-08-12T21:48:33.354Z[ host-image] Aug 12 21:48:32.184 INFO O| Aug 12 21:48:32.184 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100922025-08-12T21:48:33.359Z[ host-image] Aug 12 21:48:32.192 INFO O| Aug 12 21:48:32.192 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
100932025-08-12T21:48:33.359Z[ host-image] Aug 12 21:48:32.192 INFO O| Aug 12 21:48:32.192 INFO copying /tmp/.tmp21quSy/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 ...
100942025-08-12T21:48:33.362Z[ host-image] Aug 12 21:48:32.192 INFO O| Aug 12 21:48:32.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
100952025-08-12T21:48:33.362Z[ host-image] Aug 12 21:48:32.192 INFO O| Aug 12 21:48:32.192 INFO ok!
100962025-08-12T21:48:33.362Z[ host-image] Aug 12 21:48:32.192 INFO O| Aug 12 21:48:32.192 INFO STEP 123 (ensure_file) COMPLETE
100972025-08-12T21:48:33.362Z[ host-image] Aug 12 21:48:32.192 INFO O| Aug 12 21:48:32.192 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100982025-08-12T21:48:33.367Z[ host-image] Aug 12 21:48:32.200 INFO O| Aug 12 21:48:32.200 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
100992025-08-12T21:48:33.368Z[ host-image] Aug 12 21:48:32.200 INFO O| Aug 12 21:48:32.200 INFO copying /tmp/.tmp21quSy/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 ...
101002025-08-12T21:48:33.371Z[ host-image] Aug 12 21:48:32.201 INFO O| Aug 12 21:48:32.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
101012025-08-12T21:48:33.371Z[ host-image] Aug 12 21:48:32.201 INFO O| Aug 12 21:48:32.201 INFO ok!
101022025-08-12T21:48:33.371Z[ host-image] Aug 12 21:48:32.201 INFO O| Aug 12 21:48:32.201 INFO STEP 124 (ensure_file) COMPLETE
101032025-08-12T21:48:33.371Z[ host-image] Aug 12 21:48:32.201 INFO O| Aug 12 21:48:32.201 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101042025-08-12T21:48:33.376Z[ host-image] Aug 12 21:48:32.209 INFO O| Aug 12 21:48:32.209 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
101052025-08-12T21:48:33.376Z[ host-image] Aug 12 21:48:32.209 INFO O| Aug 12 21:48:32.209 INFO copying /tmp/.tmp21quSy/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 ...
101062025-08-12T21:48:33.379Z[ host-image] Aug 12 21:48:32.209 INFO O| Aug 12 21:48:32.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
101072025-08-12T21:48:33.379Z[ host-image] Aug 12 21:48:32.209 INFO O| Aug 12 21:48:32.209 INFO ok!
101082025-08-12T21:48:33.379Z[ host-image] Aug 12 21:48:32.209 INFO O| Aug 12 21:48:32.209 INFO STEP 125 (ensure_file) COMPLETE
101092025-08-12T21:48:33.379Z[ host-image] Aug 12 21:48:32.209 INFO O| Aug 12 21:48:32.209 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101102025-08-12T21:48:33.386Z[ host-image] Aug 12 21:48:32.219 INFO O| Aug 12 21:48:32.219 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
101112025-08-12T21:48:33.386Z[ host-image] Aug 12 21:48:32.219 INFO O| Aug 12 21:48:32.219 INFO copying /tmp/.tmp21quSy/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 ...
101122025-08-12T21:48:33.389Z[ host-image] Aug 12 21:48:32.219 INFO O| Aug 12 21:48:32.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
101132025-08-12T21:48:33.389Z[ host-image] Aug 12 21:48:32.219 INFO O| Aug 12 21:48:32.219 INFO ok!
101142025-08-12T21:48:33.389Z[ host-image] Aug 12 21:48:32.219 INFO O| Aug 12 21:48:32.219 INFO STEP 126 (ensure_file) COMPLETE
101152025-08-12T21:48:33.389Z[ host-image] Aug 12 21:48:32.219 INFO O| Aug 12 21:48:32.219 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101162025-08-12T21:48:33.395Z[ host-image] Aug 12 21:48:32.228 INFO O| Aug 12 21:48:32.228 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
101172025-08-12T21:48:33.395Z[ host-image] Aug 12 21:48:32.228 INFO O| Aug 12 21:48:32.228 INFO copying /tmp/.tmp21quSy/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 ...
101182025-08-12T21:48:33.398Z[ host-image] Aug 12 21:48:32.228 INFO O| Aug 12 21:48:32.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
101192025-08-12T21:48:33.398Z[ host-image] Aug 12 21:48:32.228 INFO O| Aug 12 21:48:32.228 INFO ok!
101202025-08-12T21:48:33.398Z[ host-image] Aug 12 21:48:32.228 INFO O| Aug 12 21:48:32.228 INFO STEP 127 (ensure_file) COMPLETE
101212025-08-12T21:48:33.398Z[ host-image] Aug 12 21:48:32.228 INFO O| Aug 12 21:48:32.228 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101222025-08-12T21:48:33.405Z[ host-image] Aug 12 21:48:32.238 INFO O| Aug 12 21:48:32.238 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
101232025-08-12T21:48:33.408Z[ host-image] Aug 12 21:48:32.238 INFO O| Aug 12 21:48:32.238 INFO copying /tmp/.tmp21quSy/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 ...
101242025-08-12T21:48:33.408Z[ host-image] Aug 12 21:48:32.238 INFO O| Aug 12 21:48:32.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
101252025-08-12T21:48:33.408Z[ host-image] Aug 12 21:48:32.238 INFO O| Aug 12 21:48:32.238 INFO ok!
101262025-08-12T21:48:33.408Z[ host-image] Aug 12 21:48:32.238 INFO O| Aug 12 21:48:32.238 INFO STEP 128 (ensure_file) COMPLETE
101272025-08-12T21:48:33.408Z[ host-image] Aug 12 21:48:32.238 INFO O| Aug 12 21:48:32.238 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101282025-08-12T21:48:33.413Z[ host-image] Aug 12 21:48:32.246 INFO O| Aug 12 21:48:32.246 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
101292025-08-12T21:48:33.413Z[ host-image] Aug 12 21:48:32.246 INFO O| Aug 12 21:48:32.246 INFO copying /tmp/.tmp21quSy/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 ...
101302025-08-12T21:48:33.413Z[ host-image] Aug 12 21:48:32.246 INFO O| Aug 12 21:48:32.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
101312025-08-12T21:48:33.416Z[ host-image] Aug 12 21:48:32.246 INFO O| Aug 12 21:48:32.246 INFO ok!
101322025-08-12T21:48:33.416Z[ host-image] Aug 12 21:48:32.246 INFO O| Aug 12 21:48:32.246 INFO STEP 129 (ensure_file) COMPLETE
101332025-08-12T21:48:33.416Z[ host-image] Aug 12 21:48:32.246 INFO O| Aug 12 21:48:32.246 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101342025-08-12T21:48:33.421Z[ host-image] Aug 12 21:48:32.255 INFO O| Aug 12 21:48:32.254 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
101352025-08-12T21:48:33.425Z[ host-image] Aug 12 21:48:32.255 INFO O| Aug 12 21:48:32.254 INFO copying /tmp/.tmp21quSy/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 ...
101362025-08-12T21:48:33.425Z[ host-image] Aug 12 21:48:32.255 INFO O| Aug 12 21:48:32.255 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
101372025-08-12T21:48:33.425Z[ host-image] Aug 12 21:48:32.255 INFO O| Aug 12 21:48:32.255 INFO ok!
101382025-08-12T21:48:33.425Z[ host-image] Aug 12 21:48:32.255 INFO O| Aug 12 21:48:32.255 INFO STEP 130 (ensure_file) COMPLETE
101392025-08-12T21:48:33.425Z[ host-image] Aug 12 21:48:32.255 INFO O| Aug 12 21:48:32.255 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101402025-08-12T21:48:33.429Z[ host-image] Aug 12 21:48:32.262 INFO O| Aug 12 21:48:32.262 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
101412025-08-12T21:48:33.429Z[ host-image] Aug 12 21:48:32.262 INFO O| Aug 12 21:48:32.262 INFO copying /tmp/.tmp21quSy/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 ...
101422025-08-12T21:48:33.429Z[ host-image] Aug 12 21:48:32.262 INFO O| Aug 12 21:48:32.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
101432025-08-12T21:48:33.433Z[ host-image] Aug 12 21:48:32.262 INFO O| Aug 12 21:48:32.262 INFO ok!
101442025-08-12T21:48:33.433Z[ host-image] Aug 12 21:48:32.262 INFO O| Aug 12 21:48:32.262 INFO STEP 131 (ensure_file) COMPLETE
101452025-08-12T21:48:33.433Z[ host-image] Aug 12 21:48:32.262 INFO O| Aug 12 21:48:32.262 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101462025-08-12T21:48:33.437Z[ host-image] Aug 12 21:48:32.270 INFO O| Aug 12 21:48:32.270 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
101472025-08-12T21:48:33.437Z[ host-image] Aug 12 21:48:32.270 INFO O| Aug 12 21:48:32.270 INFO copying /tmp/.tmp21quSy/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 ...
101482025-08-12T21:48:33.440Z[ host-image] Aug 12 21:48:32.270 INFO O| Aug 12 21:48:32.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
101492025-08-12T21:48:33.440Z[ host-image] Aug 12 21:48:32.270 INFO O| Aug 12 21:48:32.270 INFO ok!
101502025-08-12T21:48:33.440Z[ host-image] Aug 12 21:48:32.270 INFO O| Aug 12 21:48:32.270 INFO STEP 132 (ensure_file) COMPLETE
101512025-08-12T21:48:33.440Z[ host-image] Aug 12 21:48:32.270 INFO O| Aug 12 21:48:32.270 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101522025-08-12T21:48:33.445Z[ host-image] Aug 12 21:48:32.278 INFO O| Aug 12 21:48:32.278 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
101532025-08-12T21:48:33.445Z[ host-image] Aug 12 21:48:32.278 INFO O| Aug 12 21:48:32.278 INFO copying /tmp/.tmp21quSy/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md ...
101542025-08-12T21:48:33.448Z[ host-image] Aug 12 21:48:32.278 INFO O| Aug 12 21:48:32.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/README.md
101552025-08-12T21:48:33.448Z[ host-image] Aug 12 21:48:32.278 INFO O| Aug 12 21:48:32.278 INFO ok!
101562025-08-12T21:48:33.448Z[ host-image] Aug 12 21:48:32.278 INFO O| Aug 12 21:48:32.278 INFO STEP 133 (ensure_file) COMPLETE
101572025-08-12T21:48:33.448Z[ host-image] Aug 12 21:48:32.278 INFO O| Aug 12 21:48:32.278 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101582025-08-12T21:48:33.453Z[ host-image] Aug 12 21:48:32.286 INFO O| Aug 12 21:48:32.286 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
101592025-08-12T21:48:33.453Z[ host-image] Aug 12 21:48:32.286 INFO O| Aug 12 21:48:32.286 INFO copying /tmp/.tmp21quSy/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 ...
101602025-08-12T21:48:33.457Z[ host-image] Aug 12 21:48:32.286 INFO O| Aug 12 21:48:32.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
101612025-08-12T21:48:33.457Z[ host-image] Aug 12 21:48:32.286 INFO O| Aug 12 21:48:32.286 INFO ok!
101622025-08-12T21:48:33.457Z[ host-image] Aug 12 21:48:32.286 INFO O| Aug 12 21:48:32.286 INFO STEP 134 (ensure_file) COMPLETE
101632025-08-12T21:48:33.457Z[ host-image] Aug 12 21:48:32.286 INFO O| Aug 12 21:48:32.286 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101642025-08-12T21:48:33.462Z[ host-image] Aug 12 21:48:32.295 INFO O| Aug 12 21:48:32.295 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
101652025-08-12T21:48:33.465Z[ host-image] Aug 12 21:48:32.295 INFO O| Aug 12 21:48:32.295 INFO copying /tmp/.tmp21quSy/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
101662025-08-12T21:48:33.465Z[ host-image] Aug 12 21:48:32.295 INFO O| Aug 12 21:48:32.295 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_dtrace/VERSION
101672025-08-12T21:48:33.465Z[ host-image] Aug 12 21:48:32.295 INFO O| Aug 12 21:48:32.295 INFO ok!
101682025-08-12T21:48:33.465Z[ host-image] Aug 12 21:48:32.295 INFO O| Aug 12 21:48:32.295 INFO STEP 135 (ensure_file) COMPLETE
101692025-08-12T21:48:33.465Z[ host-image] Aug 12 21:48:32.295 INFO O| Aug 12 21:48:32.295 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101702025-08-12T21:48:33.472Z[ host-image] Aug 12 21:48:32.303 INFO O| Aug 12 21:48:32.303 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
101712025-08-12T21:48:33.472Z[ host-image] Aug 12 21:48:32.303 INFO O| Aug 12 21:48:32.303 INFO copying /tmp/.tmp21quSy/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
101722025-08-12T21:48:35.593Z[ recovery-image] Aug 12 21:48:34.425 INFO E| Compiling serde_spanned v0.6.8
101732025-08-12T21:48:35.593Z[ recovery-image] Aug 12 21:48:34.425 INFO E| Compiling toml_datetime v0.6.9
101742025-08-12T21:48:35.996Z[ recovery-image] Aug 12 21:48:34.829 INFO E| Compiling toml_edit v0.22.26
101752025-08-12T21:48:39.420Z[ recovery-image] Aug 12 21:48:38.251 INFO E| Compiling toml v0.8.22
101762025-08-12T21:48:39.875Z[ host-image] Aug 12 21:48:38.706 INFO O| Aug 12 21:48:38.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
101772025-08-12T21:48:39.875Z[ host-image] Aug 12 21:48:38.706 INFO O| Aug 12 21:48:38.706 INFO ok!
101782025-08-12T21:48:39.879Z[ host-image] Aug 12 21:48:38.706 INFO O| Aug 12 21:48:38.706 INFO STEP 136 (ensure_file) COMPLETE
101792025-08-12T21:48:39.879Z[ host-image] Aug 12 21:48:38.706 INFO O| Aug 12 21:48:38.706 INFO STEP 137: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101802025-08-12T21:48:39.889Z[ host-image] Aug 12 21:48:38.720 INFO O| Aug 12 21:48:38.720 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
101812025-08-12T21:48:39.889Z[ host-image] Aug 12 21:48:38.720 INFO O| Aug 12 21:48:38.720 INFO STEP 137 (ensure_dir) COMPLETE
101822025-08-12T21:48:39.892Z[ host-image] Aug 12 21:48:38.720 INFO O| Aug 12 21:48:38.720 INFO STEP 138: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101832025-08-12T21:48:39.899Z[ host-image] Aug 12 21:48:38.730 INFO O| Aug 12 21:48:38.730 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
101842025-08-12T21:48:39.899Z[ host-image] Aug 12 21:48:38.730 INFO O| Aug 12 21:48:38.730 INFO STEP 138 (ensure_dir) COMPLETE
101852025-08-12T21:48:39.902Z[ host-image] Aug 12 21:48:38.730 INFO O| Aug 12 21:48:38.730 INFO STEP 139: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101862025-08-12T21:48:39.912Z[ host-image] Aug 12 21:48:38.743 INFO O| Aug 12 21:48:38.743 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
101872025-08-12T21:48:39.915Z[ host-image] Aug 12 21:48:38.743 INFO O| Aug 12 21:48:38.743 INFO STEP 139 (ensure_dir) COMPLETE
101882025-08-12T21:48:39.915Z[ host-image] Aug 12 21:48:38.743 INFO O| Aug 12 21:48:38.743 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101892025-08-12T21:48:39.925Z[ host-image] Aug 12 21:48:38.756 INFO O| Aug 12 21:48:38.756 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
101902025-08-12T21:48:39.925Z[ host-image] Aug 12 21:48:38.756 INFO O| Aug 12 21:48:38.756 INFO STEP 140 (ensure_dir) COMPLETE
101912025-08-12T21:48:39.930Z[ host-image] Aug 12 21:48:38.756 INFO O| Aug 12 21:48:38.756 INFO STEP 141: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101922025-08-12T21:48:39.938Z[ host-image] Aug 12 21:48:38.769 INFO O| Aug 12 21:48:38.769 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
101932025-08-12T21:48:39.941Z[ host-image] Aug 12 21:48:38.770 INFO O| Aug 12 21:48:38.769 INFO copying /tmp/.tmp21quSy/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 ...
101942025-08-12T21:48:39.941Z[ host-image] Aug 12 21:48:38.770 INFO O| Aug 12 21:48:38.770 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
101952025-08-12T21:48:39.941Z[ host-image] Aug 12 21:48:38.770 INFO O| Aug 12 21:48:38.770 INFO ok!
101962025-08-12T21:48:39.941Z[ host-image] Aug 12 21:48:38.770 INFO O| Aug 12 21:48:38.770 INFO STEP 141 (ensure_file) COMPLETE
101972025-08-12T21:48:39.941Z[ host-image] Aug 12 21:48:38.770 INFO O| Aug 12 21:48:38.770 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101982025-08-12T21:48:39.950Z[ host-image] Aug 12 21:48:38.782 INFO O| Aug 12 21:48:38.781 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
101992025-08-12T21:48:39.950Z[ host-image] Aug 12 21:48:38.782 INFO O| Aug 12 21:48:38.782 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
102002025-08-12T21:48:39.953Z[ host-image] Aug 12 21:48:38.782 INFO O| Aug 12 21:48:38.782 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
102012025-08-12T21:48:39.953Z[ host-image] Aug 12 21:48:38.782 INFO O| Aug 12 21:48:38.782 INFO STEP 142 (ensure_dir) COMPLETE
102022025-08-12T21:48:39.953Z[ host-image] Aug 12 21:48:38.782 INFO O| Aug 12 21:48:38.782 INFO STEP 143: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102032025-08-12T21:48:39.962Z[ host-image] Aug 12 21:48:38.794 INFO O| Aug 12 21:48:38.794 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
102042025-08-12T21:48:39.962Z[ host-image] Aug 12 21:48:38.794 INFO O| Aug 12 21:48:38.794 INFO copying /tmp/.tmp21quSy/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
102052025-08-12T21:48:39.966Z[ host-image] Aug 12 21:48:38.794 INFO O| Aug 12 21:48:38.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
102062025-08-12T21:48:39.966Z[ host-image] Aug 12 21:48:38.794 INFO O| Aug 12 21:48:38.794 INFO ok!
102072025-08-12T21:48:39.966Z[ host-image] Aug 12 21:48:38.794 INFO O| Aug 12 21:48:38.794 INFO STEP 143 (ensure_file) COMPLETE
102082025-08-12T21:48:39.966Z[ host-image] Aug 12 21:48:38.794 INFO O| Aug 12 21:48:38.794 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102092025-08-12T21:48:39.975Z[ host-image] Aug 12 21:48:38.806 INFO O| Aug 12 21:48:38.806 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
102102025-08-12T21:48:39.980Z[ host-image] Aug 12 21:48:38.807 INFO O| Aug 12 21:48:38.807 INFO STEP 144 (remove_files) COMPLETE
102112025-08-12T21:48:39.980Z[ host-image] Aug 12 21:48:38.807 INFO O| Aug 12 21:48:38.807 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102122025-08-12T21:48:39.987Z[ host-image] Aug 12 21:48:38.818 INFO O| Aug 12 21:48:38.818 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
102132025-08-12T21:48:39.991Z[ host-image] Aug 12 21:48:38.819 INFO O| Aug 12 21:48:38.819 INFO STEP 145 (remove_files) COMPLETE
102142025-08-12T21:48:39.991Z[ host-image] Aug 12 21:48:38.819 INFO O| Aug 12 21:48:38.819 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102152025-08-12T21:48:40.001Z[ host-image] Aug 12 21:48:38.832 INFO O| Aug 12 21:48:38.832 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
102162025-08-12T21:48:40.005Z[ host-image] Aug 12 21:48:38.832 INFO O| Aug 12 21:48:38.832 INFO STEP 146 (remove_files) COMPLETE
102172025-08-12T21:48:40.005Z[ host-image] Aug 12 21:48:38.833 INFO O| Aug 12 21:48:38.832 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102182025-08-12T21:48:40.012Z[ host-image] Aug 12 21:48:38.843 INFO O| Aug 12 21:48:38.843 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
102192025-08-12T21:48:40.015Z[ host-image] Aug 12 21:48:38.844 INFO O| Aug 12 21:48:38.844 INFO STEP 147 (remove_files) COMPLETE
102202025-08-12T21:48:40.015Z[ host-image] Aug 12 21:48:38.844 INFO O| Aug 12 21:48:38.844 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102212025-08-12T21:48:40.025Z[ host-image] Aug 12 21:48:38.857 INFO O| Aug 12 21:48:38.857 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
102222025-08-12T21:48:40.029Z[ host-image] Aug 12 21:48:38.857 INFO O| Aug 12 21:48:38.857 INFO STEP 148 (remove_files) COMPLETE
102232025-08-12T21:48:40.029Z[ host-image] Aug 12 21:48:38.857 INFO O| Aug 12 21:48:38.857 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102242025-08-12T21:48:40.039Z[ host-image] Aug 12 21:48:38.870 INFO O| Aug 12 21:48:38.870 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
102252025-08-12T21:48:40.039Z[ host-image] Aug 12 21:48:38.871 INFO O| Aug 12 21:48:38.870 INFO STEP 149 (remove_files) COMPLETE
102262025-08-12T21:48:40.039Z[ host-image] Aug 12 21:48:38.871 INFO O| Aug 12 21:48:38.870 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102272025-08-12T21:48:40.053Z[ host-image] Aug 12 21:48:38.885 INFO O| Aug 12 21:48:38.885 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
102282025-08-12T21:48:40.053Z[ host-image] Aug 12 21:48:38.885 INFO O| Aug 12 21:48:38.885 INFO STEP 150 (remove_files) COMPLETE
102292025-08-12T21:48:40.057Z[ host-image] Aug 12 21:48:38.885 INFO O| Aug 12 21:48:38.885 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102302025-08-12T21:48:40.067Z[ host-image] Aug 12 21:48:38.899 INFO O| Aug 12 21:48:38.898 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
102312025-08-12T21:48:40.067Z[ host-image] Aug 12 21:48:38.899 INFO O| Aug 12 21:48:38.899 INFO STEP 151 (remove_files) COMPLETE
102322025-08-12T21:48:40.067Z[ host-image] Aug 12 21:48:38.899 INFO O| Aug 12 21:48:38.899 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102332025-08-12T21:48:40.082Z[ host-image] Aug 12 21:48:38.913 INFO O| Aug 12 21:48:38.913 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
102342025-08-12T21:48:40.082Z[ host-image] Aug 12 21:48:38.913 INFO O| Aug 12 21:48:38.913 INFO STEP 152 (remove_files) COMPLETE
102352025-08-12T21:48:40.085Z[ host-image] Aug 12 21:48:38.913 INFO O| Aug 12 21:48:38.913 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102362025-08-12T21:48:40.095Z[ host-image] Aug 12 21:48:38.927 INFO O| Aug 12 21:48:38.927 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
102372025-08-12T21:48:40.096Z[ host-image] Aug 12 21:48:38.927 INFO O| Aug 12 21:48:38.927 INFO STEP 153 (remove_files) COMPLETE
102382025-08-12T21:48:40.096Z[ host-image] Aug 12 21:48:38.927 INFO O| Aug 12 21:48:38.927 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102392025-08-12T21:48:40.108Z[ host-image] Aug 12 21:48:38.940 INFO O| Aug 12 21:48:38.940 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
102402025-08-12T21:48:40.113Z[ host-image] Aug 12 21:48:38.940 INFO O| Aug 12 21:48:38.940 INFO STEP 154 (remove_files) COMPLETE
102412025-08-12T21:48:40.113Z[ host-image] Aug 12 21:48:38.940 INFO O| Aug 12 21:48:38.940 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102422025-08-12T21:48:40.121Z[ host-image] Aug 12 21:48:38.953 INFO O| Aug 12 21:48:38.953 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
102432025-08-12T21:48:40.121Z[ host-image] Aug 12 21:48:38.953 INFO O| Aug 12 21:48:38.953 INFO STEP 155 (remove_files) COMPLETE
102442025-08-12T21:48:40.124Z[ host-image] Aug 12 21:48:38.953 INFO O| Aug 12 21:48:38.953 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102452025-08-12T21:48:40.134Z[ host-image] Aug 12 21:48:38.965 INFO O| Aug 12 21:48:38.965 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
102462025-08-12T21:48:40.134Z[ host-image] Aug 12 21:48:38.965 INFO O| Aug 12 21:48:38.965 INFO STEP 156 (remove_files) COMPLETE
102472025-08-12T21:48:40.134Z[ host-image] Aug 12 21:48:38.965 INFO O| Aug 12 21:48:38.965 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102482025-08-12T21:48:40.150Z[ host-image] Aug 12 21:48:38.980 INFO O| Aug 12 21:48:38.980 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
102492025-08-12T21:48:40.150Z[ host-image] Aug 12 21:48:38.980 INFO O| Aug 12 21:48:38.980 INFO STEP 157 (remove_files) COMPLETE
102502025-08-12T21:48:40.153Z[ host-image] Aug 12 21:48:38.980 INFO O| Aug 12 21:48:38.980 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102512025-08-12T21:48:40.158Z[ host-image] Aug 12 21:48:38.989 INFO O| Aug 12 21:48:38.989 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
102522025-08-12T21:48:40.158Z[ host-image] Aug 12 21:48:38.989 INFO O| Aug 12 21:48:38.989 INFO STEP 158 (remove_files) COMPLETE
102532025-08-12T21:48:40.161Z[ host-image] Aug 12 21:48:38.990 INFO O| Aug 12 21:48:38.989 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102542025-08-12T21:48:40.171Z[ host-image] Aug 12 21:48:39.002 INFO O| Aug 12 21:48:39.002 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
102552025-08-12T21:48:40.171Z[ host-image] Aug 12 21:48:39.003 INFO O| Aug 12 21:48:39.003 INFO STEP 159 (remove_files) COMPLETE
102562025-08-12T21:48:40.174Z[ host-image] Aug 12 21:48:39.003 INFO O| Aug 12 21:48:39.003 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102572025-08-12T21:48:40.185Z[ host-image] Aug 12 21:48:39.016 INFO O| Aug 12 21:48:39.016 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
102582025-08-12T21:48:40.188Z[ host-image] Aug 12 21:48:39.017 INFO O| Aug 12 21:48:39.016 INFO STEP 160 (remove_files) COMPLETE
102592025-08-12T21:48:40.188Z[ host-image] Aug 12 21:48:39.017 INFO O| Aug 12 21:48:39.016 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102602025-08-12T21:48:40.199Z[ host-image] Aug 12 21:48:39.031 INFO O| Aug 12 21:48:39.031 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
102612025-08-12T21:48:40.203Z[ host-image] Aug 12 21:48:39.031 INFO O| Aug 12 21:48:39.031 INFO STEP 161 (remove_files) COMPLETE
102622025-08-12T21:48:40.203Z[ host-image] Aug 12 21:48:39.031 INFO O| Aug 12 21:48:39.031 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102632025-08-12T21:48:40.209Z[ host-image] Aug 12 21:48:39.041 INFO O| Aug 12 21:48:39.041 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
102642025-08-12T21:48:40.209Z[ host-image] Aug 12 21:48:39.041 INFO O| Aug 12 21:48:39.041 INFO STEP 162 (remove_files) COMPLETE
102652025-08-12T21:48:40.213Z[ host-image] Aug 12 21:48:39.041 INFO O| Aug 12 21:48:39.041 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102662025-08-12T21:48:40.219Z[ host-image] Aug 12 21:48:39.050 INFO O| Aug 12 21:48:39.050 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
102672025-08-12T21:48:40.219Z[ host-image] Aug 12 21:48:39.051 INFO O| Aug 12 21:48:39.050 INFO STEP 163 (remove_files) COMPLETE
102682025-08-12T21:48:40.219Z[ host-image] Aug 12 21:48:39.051 INFO O| Aug 12 21:48:39.051 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102692025-08-12T21:48:40.233Z[ host-image] Aug 12 21:48:39.065 INFO O| Aug 12 21:48:39.065 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
102702025-08-12T21:48:40.233Z[ host-image] Aug 12 21:48:39.065 INFO O| Aug 12 21:48:39.065 INFO STEP 164 (remove_files) COMPLETE
102712025-08-12T21:48:40.233Z[ host-image] Aug 12 21:48:39.065 INFO O| Aug 12 21:48:39.065 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102722025-08-12T21:48:40.243Z[ host-image] Aug 12 21:48:39.075 INFO O| Aug 12 21:48:39.075 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
102732025-08-12T21:48:40.247Z[ host-image] Aug 12 21:48:39.075 INFO O| Aug 12 21:48:39.075 INFO STEP 165 (remove_files) COMPLETE
102742025-08-12T21:48:40.247Z[ host-image] Aug 12 21:48:39.075 INFO O| Aug 12 21:48:39.075 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102752025-08-12T21:48:40.255Z[ host-image] Aug 12 21:48:39.087 INFO O| Aug 12 21:48:39.087 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
102762025-08-12T21:48:40.255Z[ host-image] Aug 12 21:48:39.087 INFO O| Aug 12 21:48:39.087 INFO STEP 166 (remove_files) COMPLETE
102772025-08-12T21:48:40.255Z[ host-image] Aug 12 21:48:39.087 INFO O| Aug 12 21:48:39.087 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102782025-08-12T21:48:40.269Z[ host-image] Aug 12 21:48:39.100 INFO O| Aug 12 21:48:39.100 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
102792025-08-12T21:48:40.270Z[ host-image] Aug 12 21:48:39.101 INFO O| Aug 12 21:48:39.101 INFO STEP 167 (remove_files) COMPLETE
102802025-08-12T21:48:40.273Z[ host-image] Aug 12 21:48:39.101 INFO O| Aug 12 21:48:39.101 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102812025-08-12T21:48:40.280Z[ host-image] Aug 12 21:48:39.112 INFO O| Aug 12 21:48:39.112 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
102822025-08-12T21:48:40.280Z[ host-image] Aug 12 21:48:39.112 INFO O| Aug 12 21:48:39.112 INFO STEP 168 (remove_files) COMPLETE
102832025-08-12T21:48:40.283Z[ host-image] Aug 12 21:48:39.112 INFO O| Aug 12 21:48:39.112 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102842025-08-12T21:48:40.292Z[ host-image] Aug 12 21:48:39.124 INFO O| Aug 12 21:48:39.124 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
102852025-08-12T21:48:40.292Z[ host-image] Aug 12 21:48:39.124 INFO O| Aug 12 21:48:39.124 INFO STEP 169 (remove_files) COMPLETE
102862025-08-12T21:48:40.296Z[ host-image] Aug 12 21:48:39.124 INFO O| Aug 12 21:48:39.124 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102872025-08-12T21:48:40.314Z[ host-image] Aug 12 21:48:39.146 INFO O| Aug 12 21:48:39.146 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
102882025-08-12T21:48:40.318Z[ host-image] Aug 12 21:48:39.146 INFO O| Aug 12 21:48:39.146 INFO STEP 170 (remove_files) COMPLETE
102892025-08-12T21:48:40.318Z[ host-image] Aug 12 21:48:39.146 INFO O| Aug 12 21:48:39.146 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102902025-08-12T21:48:40.343Z[ host-image] Aug 12 21:48:39.174 INFO O| Aug 12 21:48:39.174 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
102912025-08-12T21:48:40.343Z[ host-image] Aug 12 21:48:39.174 INFO O| Aug 12 21:48:39.174 INFO STEP 171 (remove_files) COMPLETE
102922025-08-12T21:48:40.346Z[ host-image] Aug 12 21:48:39.174 INFO O| Aug 12 21:48:39.174 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102932025-08-12T21:48:40.359Z[ host-image] Aug 12 21:48:39.191 INFO O| Aug 12 21:48:39.191 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
102942025-08-12T21:48:40.359Z[ host-image] Aug 12 21:48:39.191 INFO O| Aug 12 21:48:39.191 INFO STEP 172 (remove_files) COMPLETE
102952025-08-12T21:48:40.359Z[ host-image] Aug 12 21:48:39.191 INFO O| Aug 12 21:48:39.191 INFO STEP 173: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102962025-08-12T21:48:40.380Z[ host-image] Aug 12 21:48:39.212 INFO O| Aug 12 21:48:39.211 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
102972025-08-12T21:48:40.380Z[ host-image] Aug 12 21:48:39.212 INFO O| Aug 12 21:48:39.212 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
102982025-08-12T21:48:42.820Z[ recovery-image] Aug 12 21:48:41.652 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.10s
102992025-08-12T21:48:42.838Z[ recovery-image] Aug 12 21:48:41.669 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`
103002025-08-12T21:48:42.850Z[ recovery-image] Aug 12 21:48:41.681 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.5.toml"
103012025-08-12T21:48:43.117Z[ recovery-image] Aug 12 21:48:41.948 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.25s
103022025-08-12T21:48:43.123Z[ recovery-image] Aug 12 21:48:41.954 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`
103032025-08-12T21:48:43.471Z[ recovery-image] Aug 12 21:48:42.301 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x00_AmdPubKey_BRH.tkn"
103042025-08-12T21:48:43.471Z[ recovery-image] Aug 12 21:48:42.301 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x01_PspBl_BRH.esbin"
103052025-08-12T21:48:43.471Z[ recovery-image] Aug 12 21:48:42.301 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x02_PspOS_BRH.ecsbin"
103062025-08-12T21:48:43.477Z[ recovery-image] Aug 12 21:48:42.301 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x03_PspRecBl_BRH.esbin"
103072025-08-12T21:48:43.477Z[ recovery-image] Aug 12 21:48:42.301 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x08_SmuFirmware_breithorn.ecsbin"
103082025-08-12T21:48:43.477Z[ recovery-image] Aug 12 21:48:42.301 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
103092025-08-12T21:48:43.477Z[ recovery-image] Aug 12 21:48:42.301 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
103102025-08-12T21:48:43.477Z[ recovery-image] Aug 12 21:48:42.301 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x0A_PspAblPubKey_BRH.stkn"
103112025-08-12T21:48:43.477Z[ recovery-image] Aug 12 21:48:42.301 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x13_SduFw_BRH.ecsbin"
103122025-08-12T21:48:43.477Z[ recovery-image] Aug 12 21:48:42.301 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x21_PspAmdIkek_BRH.bin"
103132025-08-12T21:48:43.477Z[ recovery-image] Aug 12 21:48:42.301 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x22_SecureEmptyToken.bin"
103142025-08-12T21:48:43.477Z[ recovery-image] Aug 12 21:48:42.301 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
103152025-08-12T21:48:43.477Z[ recovery-image] Aug 12 21:48:42.301 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
103162025-08-12T21:48:43.477Z[ recovery-image] Aug 12 21:48:42.301 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x28_PspSystemDriver_BRH.ecsbin"
103172025-08-12T21:48:43.477Z[ recovery-image] Aug 12 21:48:42.301 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
103182025-08-12T21:48:43.477Z[ recovery-image] Aug 12 21:48:42.302 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
103192025-08-12T21:48:43.477Z[ recovery-image] Aug 12 21:48:42.302 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x2D_AblRt.ecsbin"
103202025-08-12T21:48:43.477Z[ recovery-image] Aug 12 21:48:42.302 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
103212025-08-12T21:48:43.477Z[ recovery-image] Aug 12 21:48:42.302 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x42_PhyFw_BRH.ecsbin"
103222025-08-12T21:48:43.477Z[ recovery-image] Aug 12 21:48:42.302 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x44_USB_PHY_BRH.esbin"
103232025-08-12T21:48:43.477Z[ recovery-image] Aug 12 21:48:42.302 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
103242025-08-12T21:48:43.477Z[ recovery-image] Aug 12 21:48:42.302 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
103252025-08-12T21:48:43.477Z[ recovery-image] Aug 12 21:48:42.302 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x50_PspKeyDataBase_BRH.sbin"
103262025-08-12T21:48:43.477Z[ recovery-image] Aug 12 21:48:42.302 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
103272025-08-12T21:48:43.477Z[ recovery-image] Aug 12 21:48:42.302 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x55_SPLTable_BRH.sbin"
103282025-08-12T21:48:43.477Z[ recovery-image] Aug 12 21:48:42.302 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x5DMpioFw_BRH.cesbin"
103292025-08-12T21:48:43.477Z[ recovery-image] Aug 12 21:48:42.302 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x64_RasDriver_BRH.ecsbin"
103302025-08-12T21:48:43.477Z[ recovery-image] Aug 12 21:48:42.302 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
103312025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.302 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x73_PspBl_BRH.ecsbin"
103322025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.302 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x76_DfRib_BRH.csbin"
103332025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.303 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x8C_MPDMATF_BRH.sbin"
103342025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.303 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x91_GmiPhyFw_BRH.esbin"
103352025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.303 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x92_Page_BRH.sbin"
103362025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.303 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x9D_AspSramFwExt_BRH.sbin"
103372025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.303 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
103382025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.303 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_A0.sbin"
103392025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.303 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRHD_A0.sbin"
103402025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.303 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_B0.sbin"
103412025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.303 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_C0.sbin"
103422025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.303 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRHD_B0.sbin"
103432025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.303 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_C1.sbin"
103442025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.303 INFO O| Info: ABL version: 0x1005f011
103452025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.303 INFO O| Info: For sub_program 0: SMU firmware version: 94.122.0
103462025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.303 INFO O| Info: For sub_program 2: SMU firmware version: 99.122.0
103472025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.304 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
103482025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.304 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
103492025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.304 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
103502025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.304 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
103512025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.304 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
103522025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.304 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
103532025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.304 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
103542025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.304 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
103552025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.304 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
103562025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.304 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
103572025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.304 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
103582025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.304 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
103592025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.304 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
103602025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.304 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
103612025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.304 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
103622025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.304 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
103632025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.304 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
103642025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.304 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
103652025-08-12T21:48:43.478Z[ recovery-image] Aug 12 21:48:42.304 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
103662025-08-12T21:48:43.508Z[ recovery-image] Aug 12 21:48:42.338 INFO building ROM for gimlet
103672025-08-12T21:48:43.508Z[ recovery-image] Aug 12 21:48:42.338 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")
103682025-08-12T21:48:43.642Z[ recovery-image] Aug 12 21:48:42.473 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
103692025-08-12T21:48:43.645Z[ recovery-image] Aug 12 21:48:42.476 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`
103702025-08-12T21:48:43.656Z[ recovery-image] Aug 12 21:48:42.487 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
103712025-08-12T21:48:43.753Z[ recovery-image] Aug 12 21:48:42.584 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
103722025-08-12T21:48:43.758Z[ recovery-image] Aug 12 21:48:42.588 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`
103732025-08-12T21:48:43.938Z[ recovery-image] Aug 12 21:48:42.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AmdPubKey_gn.tkn"
103742025-08-12T21:48:43.938Z[ recovery-image] Aug 12 21:48:42.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspBootLoader_gn.sbin"
103752025-08-12T21:48:43.938Z[ recovery-image] Aug 12 21:48:42.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspRecoveryBootLoader_gn.sbin"
103762025-08-12T21:48:43.943Z[ recovery-image] Aug 12 21:48:42.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmwareGn.csbin"
103772025-08-12T21:48:43.943Z[ recovery-image] Aug 12 21:48:42.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugToken_gn.stkn"
103782025-08-12T21:48:43.943Z[ recovery-image] Aug 12 21:48:42.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspABLFw_gn.stkn"
103792025-08-12T21:48:43.943Z[ recovery-image] Aug 12 21:48:42.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmware2Gn.csbin"
103802025-08-12T21:48:43.943Z[ recovery-image] Aug 12 21:48:42.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugUnlock_gn.sbin"
103812025-08-12T21:48:43.943Z[ recovery-image] Aug 12 21:48:42.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspIkek_gn.bin"
103822025-08-12T21:48:43.943Z[ recovery-image] Aug 12 21:48:42.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureEmptyToken.bin"
103832025-08-12T21:48:43.943Z[ recovery-image] Aug 12 21:48:42.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/RsmuSecPolicy_gn.sbin"
103842025-08-12T21:48:43.943Z[ recovery-image] Aug 12 21:48:42.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Mp5Gn.csbin"
103852025-08-12T21:48:43.943Z[ recovery-image] Aug 12 21:48:42.769 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AgesaBootloader_U_prod_GN.csbin"
103862025-08-12T21:48:43.943Z[ recovery-image] Aug 12 21:48:42.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/GnPhyFw.sbin"
103872025-08-12T21:48:43.943Z[ recovery-image] Aug 12 21:48:42.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PSP-Key-DB_gn.sbin"
103882025-08-12T21:48:43.943Z[ recovery-image] Aug 12 21:48:42.770 INFO O| Info: ABL version: 0x100a5010
103892025-08-12T21:48:43.943Z[ recovery-image] Aug 12 21:48:42.770 INFO O| Info: For sub_program 0: SMU firmware version: 45.93.0
103902025-08-12T21:48:43.943Z[ recovery-image] Aug 12 21:48:42.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
103912025-08-12T21:48:43.943Z[ recovery-image] Aug 12 21:48:42.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
103922025-08-12T21:48:43.943Z[ recovery-image] Aug 12 21:48:42.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
103932025-08-12T21:48:43.943Z[ recovery-image] Aug 12 21:48:42.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
103942025-08-12T21:48:43.943Z[ recovery-image] Aug 12 21:48:42.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
103952025-08-12T21:48:43.943Z[ recovery-image] Aug 12 21:48:42.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
103962025-08-12T21:48:43.943Z[ recovery-image] Aug 12 21:48:42.770 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
103972025-08-12T21:48:43.943Z[ recovery-image] Aug 12 21:48:42.771 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
103982025-08-12T21:48:43.943Z[ recovery-image] Aug 12 21:48:42.771 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
103992025-08-12T21:48:43.943Z[ recovery-image] Aug 12 21:48:42.771 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
104002025-08-12T21:48:43.943Z[ recovery-image] Aug 12 21:48:42.771 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
104012025-08-12T21:48:43.943Z[ recovery-image] Aug 12 21:48:42.771 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
104022025-08-12T21:48:43.943Z[ recovery-image] Aug 12 21:48:42.771 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
104032025-08-12T21:48:43.943Z[ recovery-image] Aug 12 21:48:42.771 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
104042025-08-12T21:48:43.944Z[ recovery-image] Aug 12 21:48:42.771 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
104052025-08-12T21:48:43.944Z[ recovery-image] Aug 12 21:48:42.771 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
104062025-08-12T21:48:43.944Z[ recovery-image] Aug 12 21:48:42.771 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
104072025-08-12T21:48:43.944Z[ recovery-image] Aug 12 21:48:42.771 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
104082025-08-12T21:48:43.975Z[ recovery-image] Aug 12 21:48:42.806 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
104092025-08-12T21:48:47.200Z[ recovery-image] Aug 12 21:48:46.031 INFO image complete! materials are in "/work/os-recovery"
104102025-08-12T21:48:47.205Z[ recovery-image]
104112025-08-12T21:48:47.205Z[ recovery-image] real 20:41.224939063
104122025-08-12T21:48:47.208Z[ recovery-image] user 15:20.510435467
104132025-08-12T21:48:47.208Z[ recovery-image] sys 1:30.624597828
104142025-08-12T21:48:47.208Z[ recovery-image] trap 0.904533833
104152025-08-12T21:48:47.208Z[ recovery-image] tflt 1.151349940
104162025-08-12T21:48:47.208Z[ recovery-image] dflt 3.130255441
104172025-08-12T21:48:47.208Z[ recovery-image] kflt 0.028546173
104182025-08-12T21:48:47.208Z[ recovery-image] lock 50:15.047417165
104192025-08-12T21:48:47.208Z[ recovery-image] slp 2:02:35.508887553
104202025-08-12T21:48:47.208Z[ recovery-image] lat 6:03.399133540
104212025-08-12T21:48:47.209Z[ recovery-image] stop 10.718130592
104222025-08-12T21:48:47.209ZAug 12 21:48:46.036 INFO [recovery-image] process exited with exit status: 0 (1241.231906285s)
104232025-08-12T21:48:50.713Z[ host-image] Aug 12 21:48:49.543 INFO O| Aug 12 21:48:49.543 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
104242025-08-12T21:48:50.713Z[ host-image] Aug 12 21:48:49.543 INFO O| Aug 12 21:48:49.543 INFO E| svccfg: Loaded 79 smf(7) service descriptions
104252025-08-12T21:48:50.729Z[ host-image] Aug 12 21:48:49.559 INFO O| Aug 12 21:48:49.559 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
104262025-08-12T21:48:50.875Z[ host-image] Aug 12 21:48:49.704 INFO O| Aug 12 21:48:49.704 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
104272025-08-12T21:48:50.954Z[ host-image] Aug 12 21:48:49.783 INFO O| Aug 12 21:48:49.783 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.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_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
104282025-08-12T21:48:51.042Z[ host-image] Aug 12 21:48:49.871 INFO O| Aug 12 21:48:49.871 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
104292025-08-12T21:48:51.042Z[ host-image] Aug 12 21:48:49.871 INFO O| Aug 12 21:48:49.871 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
104302025-08-12T21:48:51.174Z[ host-image] Aug 12 21:48:50.004 INFO O| Aug 12 21:48:50.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
104312025-08-12T21:48:51.174Z[ host-image] Aug 12 21:48:50.004 INFO O| Aug 12 21:48:50.004 INFO ok!
104322025-08-12T21:48:51.174Z[ host-image] Aug 12 21:48:50.004 INFO O| Aug 12 21:48:50.004 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
104332025-08-12T21:48:51.174Z[ host-image] Aug 12 21:48:50.004 INFO O| Aug 12 21:48:50.004 INFO STEP 173 (seed_smf) COMPLETE
104342025-08-12T21:48:51.175Z[ host-image] Aug 12 21:48:50.004 INFO O| Aug 12 21:48:50.004 INFO steps complete; finalising image!
104352025-08-12T21:48:51.175Z[ host-image] Aug 12 21:48:50.004 INFO O| Aug 12 21:48:50.004 INFO TRIM POOL: TEMPORARY-sled-zfs
104362025-08-12T21:48:51.237Z[ host-image] Aug 12 21:48:50.067 INFO O| Aug 12 21:48:50.067 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Tue Aug 12 21:48:50 2025)
104372025-08-12T21:48:51.456Z[ host-image] Aug 12 21:48:50.285 INFO O| Aug 12 21:48:50.285 INFO temporary pool has 762M used, 69.9M avail, 1.80x compressratio
104382025-08-12T21:48:51.456Z[ host-image] Aug 12 21:48:50.285 INFO O| Aug 12 21:48:50.285 INFO EXPORT POOL: TEMPORARY-sled-zfs
104392025-08-12T21:48:51.729Z[ host-image] Aug 12 21:48:50.558 INFO O| Aug 12 21:48:50.558 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
104402025-08-12T21:48:51.729Z[ host-image] Aug 12 21:48:50.558 INFO O| Aug 12 21:48:50.558 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
104412025-08-12T21:48:52.671Z[ host-image] Aug 12 21:48:51.500 INFO O| Aug 12 21:48:51.500 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
104422025-08-12T21:48:52.671Z[ host-image] Aug 12 21:48:51.500 INFO O| Aug 12 21:48:51.500 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
104432025-08-12T21:48:52.674Z[ host-image] Aug 12 21:48:51.500 INFO O| Aug 12 21:48:51.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
104442025-08-12T21:48:52.674Z[ host-image] Aug 12 21:48:51.500 INFO O| Aug 12 21:48:51.500 INFO completed processing sled/zfs
104452025-08-12T21:48:52.674Z[ host-image] Aug 12 21:48:51.500 INFO O| Aug 12 21:48:51.500 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
104462025-08-12T21:49:02.212Z[ host-image] Aug 12 21:49:01.039 INFO O| Aug 12 21:49:01.039 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
104472025-08-12T21:49:02.296Z[ host-image] Aug 12 21:49:01.124 INFO BUILD STRING "heads/stlouis-0-g040d844ba4\n"
104482025-08-12T21:49:02.296Z[ host-image] Aug 12 21:49:01.124 INFO expanded image name: "ci 3e2ae24/${os_short_commit} 2025-08-12 21:00" -> "ci 3e2ae24/040d844 2025-08-12 21:00"
104492025-08-12T21:49:02.296Z[ host-image] Aug 12 21:49:01.124 INFO output artefacts stored in: "/work/os-host"
104502025-08-12T21:49:02.300Z[ host-image] Aug 12 21:49:01.124 INFO collecting git info from project "phbl"...
104512025-08-12T21:49:02.303Z[ host-image] Aug 12 21:49:01.131 INFO collecting git info from project "pinprick"...
104522025-08-12T21:49:02.307Z[ host-image] Aug 12 21:49:01.135 INFO collecting git info from project "bootserver"...
104532025-08-12T21:49:02.312Z[ host-image] Aug 12 21:49:01.140 INFO collecting git info from project "image-builder"...
104542025-08-12T21:49:02.317Z[ host-image] Aug 12 21:49:01.145 INFO collecting git info from project "amd-host-image-builder"...
104552025-08-12T21:49:02.322Z[ host-image] Aug 12 21:49:01.150 INFO collecting git info from project "amd-firmware"...
104562025-08-12T21:49:02.333Z[ host-image] Aug 12 21:49:01.160 INFO collecting git info from project "chelsio-t6-roms"...
104572025-08-12T21:49:02.338Z[ host-image] Aug 12 21:49:01.165 INFO collecting git info from project "pilot"...
104582025-08-12T21:49:02.343Z[ host-image] Aug 12 21:49:01.171 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
104592025-08-12T21:49:02.728Z[ host-image] Aug 12 21:49:01.556 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
104602025-08-12T21:49:03.085Z[ host-image] Aug 12 21:49:01.912 INFO creating Oxide boot image...
104612025-08-12T21:49:03.088Z[ host-image] Aug 12 21:49:01.912 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 3e2ae24/040d844 2025-08-12 21:00", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
104622025-08-12T21:49:04.102Z[ host-image] Aug 12 21:49:02.929 INFO O| ok, image written!
104632025-08-12T21:49:04.103Z[ host-image] Aug 12 21:49:02.930 INFO O| ok, boot_image_csum file written!
104642025-08-12T21:49:04.106Z[ host-image] Aug 12 21:49:02.932 INFO creating boot archive (CPIO)...
104652025-08-12T21:49:04.106Z[ host-image] Aug 12 21:49:02.932 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
104662025-08-12T21:49:04.110Z[ host-image] Aug 12 21:49:02.937 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
104672025-08-12T21:49:04.110Z[ host-image] Aug 12 21:49:02.937 INFO E| + outfile=/work/os-host/cpio
104682025-08-12T21:49:04.113Z[ host-image] Aug 12 21:49:02.937 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
104692025-08-12T21:49:04.114Z[ host-image] Aug 12 21:49:02.940 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
104702025-08-12T21:49:04.114Z[ host-image] Aug 12 21:49:02.940 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
104712025-08-12T21:49:04.148Z[ host-image] Aug 12 21:49:02.975 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
104722025-08-12T21:49:04.148Z[ host-image] Aug 12 21:49:02.975 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
104732025-08-12T21:49:04.155Z[ host-image] Aug 12 21:49:02.983 INFO creating compressed cpio/unix for dev loaders...
104742025-08-12T21:49:04.155Z[ host-image] Aug 12 21:49:02.983 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
104752025-08-12T21:49:04.462Z[ host-image] Aug 12 21:49:03.289 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
104762025-08-12T21:49:08.850Z[ host-image] Aug 12 21:49:07.676 INFO creating reset image...
104772025-08-12T21:49:08.850Z[ host-image] Aug 12 21:49:07.676 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
104782025-08-12T21:49:08.915Z[ host-image] Aug 12 21:49:07.741 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')"
104792025-08-12T21:49:08.918Z[ host-image] Aug 12 21:49:07.741 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")
104802025-08-12T21:49:09.025Z[ host-image] Aug 12 21:49:07.851 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s
104812025-08-12T21:49:09.028Z[ host-image] Aug 12 21:49:07.852 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
104822025-08-12T21:49:09.366Z[ host-image] Aug 12 21:49:08.192 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)
104832025-08-12T21:49:09.366Z[ host-image] Aug 12 21:49:08.192 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)
104842025-08-12T21:49:09.370Z[ host-image] Aug 12 21:49:08.192 INFO E| Compiling proc-macro2 v1.0.95
104852025-08-12T21:49:09.370Z[ host-image] Aug 12 21:49:08.192 INFO E| Compiling unicode-ident v1.0.18
104862025-08-12T21:49:09.370Z[ host-image] Aug 12 21:49:08.192 INFO E| Compiling syn v1.0.109
104872025-08-12T21:49:09.370Z[ host-image] Aug 12 21:49:08.192 INFO E| Compiling x86 v0.52.0
104882025-08-12T21:49:09.370Z[ host-image] Aug 12 21:49:08.192 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
104892025-08-12T21:49:09.370Z[ host-image] Aug 12 21:49:08.193 INFO E| Compiling seq-macro v0.3.6
104902025-08-12T21:49:10.651Z[ host-image] Aug 12 21:49:09.477 INFO E| Compiling quote v1.0.40
104912025-08-12T21:49:10.946Z[ host-image] Aug 12 21:49:09.772 INFO E| Compiling syn v2.0.104
104922025-08-12T21:49:13.681Z[ host-image] Aug 12 21:49:12.507 INFO E| Compiling scroll_derive v0.13.0
104932025-08-12T21:49:16.002Z[ host-image] Aug 12 21:49:14.827 INFO E| Compiling bitstruct_derive v0.1.0
104942025-08-12T21:49:31.973Z[ host-image] Aug 12 21:49:30.795 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)
104952025-08-12T21:49:35.572Z[ host-image] Aug 12 21:49:34.393 INFO E| Compiling bitflags v1.3.2
104962025-08-12T21:49:35.572Z[ host-image] Aug 12 21:49:34.393 INFO E| Compiling plain v0.2.3
104972025-08-12T21:49:35.575Z[ host-image] Aug 12 21:49:34.393 INFO E| Compiling scroll v0.13.0
104982025-08-12T21:49:35.575Z[ host-image] Aug 12 21:49:34.393 INFO E| Compiling bitflags v2.9.1
104992025-08-12T21:49:35.575Z[ host-image] Aug 12 21:49:34.394 INFO E| Compiling adler2 v2.0.1
105002025-08-12T21:49:35.575Z[ host-image] Aug 12 21:49:34.394 INFO E| Compiling log v0.4.27
105012025-08-12T21:49:35.575Z[ host-image] Aug 12 21:49:34.394 INFO E| Compiling bit_field v0.10.2
105022025-08-12T21:49:35.673Z[ host-image] Aug 12 21:49:34.494 INFO E| Compiling raw-cpuid v10.7.0
105032025-08-12T21:49:35.757Z[ host-image] Aug 12 21:49:34.578 INFO E| Compiling miniz_oxide v0.8.9
105042025-08-12T21:49:35.835Z[ host-image] Aug 12 21:49:34.656 INFO E| Compiling cpio_reader v0.1.2
105052025-08-12T21:49:35.876Z[ host-image] Aug 12 21:49:34.697 INFO E| Compiling bitstruct v0.1.1
105062025-08-12T21:49:36.011Z[ host-image] Aug 12 21:49:34.832 INFO E| Compiling static_assertions v1.1.0
105072025-08-12T21:49:36.118Z[ host-image] Aug 12 21:49:34.939 INFO E| Compiling goblin v0.10.0
105082025-08-12T21:49:41.729Z[ host-image] Aug 12 21:49:40.549 INFO E| Finished `release` profile [optimized] target(s) in 32.68s
105092025-08-12T21:49:41.743Z[ host-image] Aug 12 21:49:40.562 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
105102025-08-12T21:49:41.795Z[ host-image] Aug 12 21:49:40.615 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.88.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')"
105112025-08-12T21:49:41.795Z[ host-image] Aug 12 21:49:40.615 INFO building ROM for cosmo
105122025-08-12T21:49:41.795Z[ host-image] Aug 12 21:49:40.615 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")
105132025-08-12T21:49:41.926Z[ host-image] Aug 12 21:49:40.746 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
105142025-08-12T21:49:41.929Z[ host-image] Aug 12 21:49:40.750 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`
105152025-08-12T21:49:41.941Z[ host-image] Aug 12 21:49:40.761 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.5.toml"
105162025-08-12T21:49:42.029Z[ host-image] Aug 12 21:49:40.849 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
105172025-08-12T21:49:42.033Z[ host-image] Aug 12 21:49:40.853 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`
105182025-08-12T21:49:42.355Z[ host-image] Aug 12 21:49:41.175 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x00_AmdPubKey_BRH.tkn"
105192025-08-12T21:49:42.355Z[ host-image] Aug 12 21:49:41.175 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x01_PspBl_BRH.esbin"
105202025-08-12T21:49:42.355Z[ host-image] Aug 12 21:49:41.175 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x02_PspOS_BRH.ecsbin"
105212025-08-12T21:49:42.359Z[ host-image] Aug 12 21:49:41.175 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x03_PspRecBl_BRH.esbin"
105222025-08-12T21:49:42.359Z[ host-image] Aug 12 21:49:41.175 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x08_SmuFirmware_breithorn.ecsbin"
105232025-08-12T21:49:42.359Z[ host-image] Aug 12 21:49:41.175 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
105242025-08-12T21:49:42.359Z[ host-image] Aug 12 21:49:41.175 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
105252025-08-12T21:49:42.359Z[ host-image] Aug 12 21:49:41.175 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x0A_PspAblPubKey_BRH.stkn"
105262025-08-12T21:49:42.359Z[ host-image] Aug 12 21:49:41.175 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x13_SduFw_BRH.ecsbin"
105272025-08-12T21:49:42.359Z[ host-image] Aug 12 21:49:41.175 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x21_PspAmdIkek_BRH.bin"
105282025-08-12T21:49:42.359Z[ host-image] Aug 12 21:49:41.175 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x22_SecureEmptyToken.bin"
105292025-08-12T21:49:42.359Z[ host-image] Aug 12 21:49:41.176 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
105302025-08-12T21:49:42.359Z[ host-image] Aug 12 21:49:41.176 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
105312025-08-12T21:49:42.359Z[ host-image] Aug 12 21:49:41.176 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x28_PspSystemDriver_BRH.ecsbin"
105322025-08-12T21:49:42.359Z[ host-image] Aug 12 21:49:41.176 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
105332025-08-12T21:49:42.359Z[ host-image] Aug 12 21:49:41.176 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
105342025-08-12T21:49:42.359Z[ host-image] Aug 12 21:49:41.176 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x2D_AblRt.ecsbin"
105352025-08-12T21:49:42.359Z[ host-image] Aug 12 21:49:41.176 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
105362025-08-12T21:49:42.359Z[ host-image] Aug 12 21:49:41.176 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x42_PhyFw_BRH.ecsbin"
105372025-08-12T21:49:42.359Z[ host-image] Aug 12 21:49:41.176 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x44_USB_PHY_BRH.esbin"
105382025-08-12T21:49:42.359Z[ host-image] Aug 12 21:49:41.176 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
105392025-08-12T21:49:42.359Z[ host-image] Aug 12 21:49:41.176 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
105402025-08-12T21:49:42.359Z[ host-image] Aug 12 21:49:41.176 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x50_PspKeyDataBase_BRH.sbin"
105412025-08-12T21:49:42.359Z[ host-image] Aug 12 21:49:41.176 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
105422025-08-12T21:49:42.359Z[ host-image] Aug 12 21:49:41.176 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x55_SPLTable_BRH.sbin"
105432025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.176 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x5DMpioFw_BRH.cesbin"
105442025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.176 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x64_RasDriver_BRH.ecsbin"
105452025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.176 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
105462025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.177 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x73_PspBl_BRH.ecsbin"
105472025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.177 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x76_DfRib_BRH.csbin"
105482025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.177 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x8C_MPDMATF_BRH.sbin"
105492025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.177 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x91_GmiPhyFw_BRH.esbin"
105502025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.177 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x92_Page_BRH.sbin"
105512025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.177 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x9D_AspSramFwExt_BRH.sbin"
105522025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.177 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
105532025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.177 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_A0.sbin"
105542025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.177 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRHD_A0.sbin"
105552025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.177 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_B0.sbin"
105562025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.177 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_C0.sbin"
105572025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.177 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRHD_B0.sbin"
105582025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.177 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/TypeId0xA0_S3Image_BRH_C1.sbin"
105592025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.177 INFO O| Info: ABL version: 0x1005f011
105602025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.177 INFO O| Info: For sub_program 0: SMU firmware version: 94.122.0
105612025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.177 INFO O| Info: For sub_program 2: SMU firmware version: 99.122.0
105622025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.178 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
105632025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.178 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
105642025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.178 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
105652025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.178 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
105662025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.178 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
105672025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.178 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
105682025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.178 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
105692025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.178 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
105702025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.178 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
105712025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.178 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
105722025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.178 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
105732025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.178 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
105742025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.178 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
105752025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.178 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
105762025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.178 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
105772025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.178 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
105782025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.178 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
105792025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.178 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
105802025-08-12T21:49:42.360Z[ host-image] Aug 12 21:49:41.178 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.5/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
105812025-08-12T21:49:42.390Z[ host-image] Aug 12 21:49:41.210 INFO building ROM for gimlet
105822025-08-12T21:49:42.399Z[ host-image] Aug 12 21:49:41.210 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")
105832025-08-12T21:49:42.518Z[ host-image] Aug 12 21:49:41.338 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
105842025-08-12T21:49:42.521Z[ host-image] Aug 12 21:49:41.341 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`
105852025-08-12T21:49:42.531Z[ host-image] Aug 12 21:49:41.351 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.a.toml"
105862025-08-12T21:49:42.618Z[ host-image] Aug 12 21:49:41.438 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
105872025-08-12T21:49:42.625Z[ host-image] Aug 12 21:49:41.442 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`
105882025-08-12T21:49:42.786Z[ host-image] Aug 12 21:49:41.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AmdPubKey_gn.tkn"
105892025-08-12T21:49:42.786Z[ host-image] Aug 12 21:49:41.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspBootLoader_gn.sbin"
105902025-08-12T21:49:42.786Z[ host-image] Aug 12 21:49:41.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspRecoveryBootLoader_gn.sbin"
105912025-08-12T21:49:42.790Z[ host-image] Aug 12 21:49:41.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmwareGn.csbin"
105922025-08-12T21:49:42.790Z[ host-image] Aug 12 21:49:41.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugToken_gn.stkn"
105932025-08-12T21:49:42.790Z[ host-image] Aug 12 21:49:41.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspABLFw_gn.stkn"
105942025-08-12T21:49:42.790Z[ host-image] Aug 12 21:49:41.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SmuFirmware2Gn.csbin"
105952025-08-12T21:49:42.790Z[ host-image] Aug 12 21:49:41.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureDebugUnlock_gn.sbin"
105962025-08-12T21:49:42.790Z[ host-image] Aug 12 21:49:41.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PspIkek_gn.bin"
105972025-08-12T21:49:42.790Z[ host-image] Aug 12 21:49:41.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/SecureEmptyToken.bin"
105982025-08-12T21:49:42.790Z[ host-image] Aug 12 21:49:41.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/RsmuSecPolicy_gn.sbin"
105992025-08-12T21:49:42.790Z[ host-image] Aug 12 21:49:41.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Mp5Gn.csbin"
106002025-08-12T21:49:42.790Z[ host-image] Aug 12 21:49:41.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/AgesaBootloader_U_prod_GN.csbin"
106012025-08-12T21:49:42.790Z[ host-image] Aug 12 21:49:41.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/GnPhyFw.sbin"
106022025-08-12T21:49:42.790Z[ host-image] Aug 12 21:49:41.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/PSP-Key-DB_gn.sbin"
106032025-08-12T21:49:42.790Z[ host-image] Aug 12 21:49:41.607 INFO O| Info: ABL version: 0x100a5010
106042025-08-12T21:49:42.790Z[ host-image] Aug 12 21:49:41.607 INFO O| Info: For sub_program 0: SMU firmware version: 45.93.0
106052025-08-12T21:49:42.790Z[ host-image] Aug 12 21:49:41.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
106062025-08-12T21:49:42.790Z[ host-image] Aug 12 21:49:41.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
106072025-08-12T21:49:42.790Z[ host-image] Aug 12 21:49:41.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
106082025-08-12T21:49:42.790Z[ host-image] Aug 12 21:49:41.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
106092025-08-12T21:49:42.790Z[ host-image] Aug 12 21:49:41.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
106102025-08-12T21:49:42.790Z[ host-image] Aug 12 21:49:41.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
106112025-08-12T21:49:42.790Z[ host-image] Aug 12 21:49:41.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
106122025-08-12T21:49:42.790Z[ host-image] Aug 12 21:49:41.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
106132025-08-12T21:49:42.790Z[ host-image] Aug 12 21:49:41.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
106142025-08-12T21:49:42.790Z[ host-image] Aug 12 21:49:41.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
106152025-08-12T21:49:42.790Z[ host-image] Aug 12 21:49:41.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
106162025-08-12T21:49:42.790Z[ host-image] Aug 12 21:49:41.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
106172025-08-12T21:49:42.790Z[ host-image] Aug 12 21:49:41.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
106182025-08-12T21:49:42.790Z[ host-image] Aug 12 21:49:41.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
106192025-08-12T21:49:42.791Z[ host-image] Aug 12 21:49:41.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
106202025-08-12T21:49:42.791Z[ host-image] Aug 12 21:49:41.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
106212025-08-12T21:49:42.791Z[ host-image] Aug 12 21:49:41.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
106222025-08-12T21:49:42.791Z[ host-image] Aug 12 21:49:41.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
106232025-08-12T21:49:42.825Z[ host-image] Aug 12 21:49:41.645 INFO finishing image archive at "/work/os-host/os.tar.gz"...
106242025-08-12T21:49:59.601Z[ host-image] Aug 12 21:49:58.418 INFO image complete! materials are in "/work/os-host"
106252025-08-12T21:49:59.605Z[ host-image]
106262025-08-12T21:49:59.605Z[ host-image] real 22:36.851278485
106272025-08-12T21:49:59.605Z[ host-image] user 15:39.619097120
106282025-08-12T21:49:59.605Z[ host-image] sys 1:31.207254554
106292025-08-12T21:49:59.605Z[ host-image] trap 0.855559053
106302025-08-12T21:49:59.605Z[ host-image] tflt 0.177354111
106312025-08-12T21:49:59.605Z[ host-image] dflt 0.389678143
106322025-08-12T21:49:59.605Z[ host-image] kflt 0.140323716
106332025-08-12T21:49:59.605Z[ host-image] lock 22:07.540362964
106342025-08-12T21:49:59.605Z[ host-image] slp 2:11:05.033286318
106352025-08-12T21:49:59.605Z[ host-image] lat 4:50.297982335
106362025-08-12T21:49:59.605Z[ host-image] stop 2.691701975
106372025-08-12T21:49:59.609ZAug 12 21:49:58.422 INFO [host-image] process exited with exit status: 0 (1356.857308447s)
106382025-08-12T21:49:59.609ZAug 12 21:49:58.422 INFO [tuf-repo] running task
106392025-08-12T21:50:23.597ZAug 12 21:50:22.409 INFO assembling repository in `/tmp/tufaceouszluIDz`, component: OmicronRepoAssembler
106402025-08-12T21:50:30.460ZAug 12 21:50:29.270 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
106412025-08-12T21:50:30.733ZAug 12 21:50:29.544 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
106422025-08-12T21:50:48.775ZAug 12 21:50:47.583 INFO extracting uploaded archive to /tmp/.tmpeKXpll
106432025-08-12T21:50:51.741ZAug 12 21:50:50.548 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.DRZFue
106442025-08-12T21:50:51.744ZAug 12 21:50:50.549 INFO added artifact, length: 383, hash: 2e30210170138830b244e38ec7fb96448f4331663a586576dadad8fa04fc176f, version: 16.0.0-0.ci+git3e2ae248caf, kind: installinator_document, name: installinator_document
106452025-08-12T21:50:51.814ZAug 12 21:50:50.620 INFO added artifact, length: 6029979, hash: fcf1d07bc2fd6e40ea9fbac8a9d699984a3fd8f13c7c451013c2230adde3f563, version: 1.0.44, kind: gimlet_sp, name: cosmo-a
106462025-08-12T21:50:51.942ZAug 12 21:50:50.749 INFO added artifact, length: 5171032, hash: 6595b1b828650e099301724bd8a9eee9342e282a49187cfb1ca2f3569fe3994d, version: 1.0.44, kind: gimlet_sp, name: gimlet-b
106472025-08-12T21:50:52.062ZAug 12 21:50:50.870 INFO added artifact, length: 5170929, hash: d016f9e744b9815605b2fcc545e149b14b28eb0dcb2a60a4067a79c905ae47bd, version: 1.0.44, kind: gimlet_sp, name: gimlet-c
106482025-08-12T21:50:52.186ZAug 12 21:50:50.993 INFO added artifact, length: 5177632, hash: c18af02d3c18c5e7d68ca332dedf2febd47f0c75abaeb791544c0f0b5de5d811, version: 1.0.44, kind: gimlet_sp, name: gimlet-d
106492025-08-12T21:50:52.308ZAug 12 21:50:51.115 INFO added artifact, length: 5178161, hash: f72e0ab711c70fecf5cb6cf49c4c306d661fdb4d650df50719f0994ee867bb73, version: 1.0.44, kind: gimlet_sp, name: gimlet-e
106502025-08-12T21:50:52.430ZAug 12 21:50:51.237 INFO added artifact, length: 5177724, hash: acb80f7c9e3f8406aa5a1da2299ae3c47684e132e32867215c2ad1e665fcf195, version: 1.0.44, kind: gimlet_sp, name: gimlet-f
106512025-08-12T21:50:52.570ZAug 12 21:50:51.377 INFO added artifact, length: 1598190, hash: ae0581235f9b3b6bf0f5980455c24425ac4a5aeb8ff9eaca80c0e17f72b5e7bf, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel
106522025-08-12T21:50:52.570ZAug 12 21:50:51.377 INFO added artifact, length: 1597980, hash: fcb5770aed74933236cdd8478d96055b93d31faa9c601834eca4b8162c5243bc, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel
106532025-08-12T21:50:52.654ZAug 12 21:50:51.461 INFO added artifact, length: 1661760, hash: d2c1ea13b10bab4a8aeda937f7e4be9972284299d81a1feb8697c87f0d524035, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
106542025-08-12T21:50:52.654ZAug 12 21:50:51.461 INFO added artifact, length: 1661639, hash: 4953ef818ba59956b2f92d60e9843704b85249b24a09afcff028fa9d37a772e4, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
106552025-08-12T21:50:52.739ZAug 12 21:50:51.546 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
106562025-08-12T21:50:52.739ZAug 12 21:50:51.546 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
106572025-08-12T21:50:52.820ZAug 12 21:50:51.627 INFO added artifact, length: 1598023, hash: b98e6e28a26c13db80bddaaf4f7895d223c74e0b74eab6c2581bb1ed37db0103, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release
106582025-08-12T21:50:52.820ZAug 12 21:50:51.627 INFO added artifact, length: 1597898, hash: 4d2a122ac664537097b100f51ae9acc7dfd10110f72090fb63986dd5a3543800, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release
106592025-08-12T21:50:52.823ZAug 12 21:50:51.628 INFO added artifact, length: 46792, hash: 1c3b4f89b0681df78ec648d697f81e6e1fb0ed89c2ecae0fdb046130dc166070, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel
106602025-08-12T21:50:52.823ZAug 12 21:50:51.629 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
106612025-08-12T21:50:52.823ZAug 12 21:50:51.630 INFO added artifact, length: 46990, hash: 7b07baa2d7a59825848c3ad28596c0fd9d78c47bafa7fe8c56a18dc2b1afd02a, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release
106622025-08-12T21:51:00.923ZAug 12 21:50:59.729 INFO added artifact, length: 33554432, hash: b2a8a07f9ae401699ca9f2edd948671917666854b8a31f94fa3aa35c55ef61b4, version: 16.0.0-0.ci+git3e2ae248caf, kind: host_phase_1, name: host
106632025-08-12T21:51:00.923ZAug 12 21:50:59.729 INFO added artifact, length: 1048580096, hash: f3c561047f5c7694ebdb81554112e864c23c134be6343a7f88b695abfd169764, version: 16.0.0-0.ci+git3e2ae248caf, kind: host_phase_2, name: host
106642025-08-12T21:51:02.392ZAug 12 21:51:01.198 INFO added artifact, length: 33554432, hash: b56ee6b58fa208710a8c8508e7ac334fc8f00dc131f1c84390eb614cb0520e9f, version: 16.0.0-0.ci+git3e2ae248caf, kind: trampoline_phase_1, name: trampoline
106652025-08-12T21:51:02.392ZAug 12 21:51:01.198 INFO added artifact, length: 144247920, hash: fdc1729951f8422f1eabbf30c6bc0d2d310fd707a23fe7ce8337578ec3ddffcf, version: 16.0.0-0.ci+git3e2ae248caf, kind: trampoline_phase_2, name: trampoline
106662025-08-12T21:51:05.466ZAug 12 21:51:04.270 INFO added artifact, length: 309543751, hash: 241d31da319bb29c1b930fef70b0d976eb18093d79351244b5b6a9482f0f0fe1, version: 16.0.0-0.ci+git3e2ae248caf, kind: zone, name: clickhouse_keeper
106672025-08-12T21:51:08.695ZAug 12 21:51:07.499 INFO added artifact, length: 326135120, hash: a1e3b2d70f189a3720ffaa5d9bde9c7cc8a3ec3fc9138d3683426b2bc705d21c, version: 16.0.0-0.ci+git3e2ae248caf, kind: zone, name: clickhouse_server
106682025-08-12T21:51:11.942ZAug 12 21:51:10.745 INFO added artifact, length: 326135847, hash: f0da1f378c9d079c6913c494f839f271531aeba63a1674cb1b028e6eec50fa8c, version: 16.0.0-0.ci+git3e2ae248caf, kind: zone, name: clickhouse
106692025-08-12T21:51:13.559ZAug 12 21:51:12.362 INFO added artifact, length: 164187042, hash: 4f98427cbc10a0e0d91a7b2f7c37471867b6e75e3437132f56ccdc32c81f1fcf, version: 16.0.0-0.ci+git3e2ae248caf, kind: zone, name: cockroachdb
106702025-08-12T21:51:13.949ZAug 12 21:51:12.752 INFO added artifact, length: 39206791, hash: b7228261880dc122208b2a7cbfb84ad413cd69e4eb2e0eeb2f69c7422d1a0562, version: 16.0.0-0.ci+git3e2ae248caf, kind: zone, name: crucible-pantry-zone
106712025-08-12T21:51:14.438ZAug 12 21:51:13.241 INFO added artifact, length: 49245503, hash: b99209848e97df0d1d8a0a529bdaad53039895b653446866195e36f8ea2ca244, version: 16.0.0-0.ci+git3e2ae248caf, kind: zone, name: crucible-zone
106722025-08-12T21:51:14.980ZAug 12 21:51:13.782 INFO added artifact, length: 53625686, hash: a17c4cc0803ed643ea7db2af8b1a6a5ba24ef26803af040bd18307eacaa78377, version: 16.0.0-0.ci+git3e2ae248caf, kind: zone, name: external-dns
106732025-08-12T21:51:15.519ZAug 12 21:51:14.322 INFO added artifact, length: 53625285, hash: 2f160ec344dd97ffe45f79f96ef3e1ef36aa01ea4866d7dce71666a65df3d7b3, version: 16.0.0-0.ci+git3e2ae248caf, kind: zone, name: internal-dns
106742025-08-12T21:51:16.952ZAug 12 21:51:15.755 INFO added artifact, length: 140519963, hash: 15ce6611e9a5091d0a2f6ee75de0fcf6977488832319ab215dd653bcfde5315e, version: 16.0.0-0.ci+git3e2ae248caf, kind: zone, name: nexus
106752025-08-12T21:51:17.300ZAug 12 21:51:16.103 INFO added artifact, length: 33977462, hash: 25268c53b4e480de49e1dab28da32e7c9223292a43afa60bb1ce6920b72f6daa, version: 16.0.0-0.ci+git3e2ae248caf, kind: zone, name: ntp
106762025-08-12T21:51:18.085ZAug 12 21:51:16.887 INFO added artifact, length: 67773505, hash: 3b51e85133ec27e345c6a68d402f2bb656485e8a27c8b68142dc5099bace2e4e, version: 16.0.0-0.ci+git3e2ae248caf, kind: zone, name: oximeter
106772025-08-12T21:51:18.121ZAug 12 21:51:16.923 INFO added artifact, length: 3109590, hash: b91dbc56579fb0161665c3a541420e5ea3c4dbbeaeffc5c05b7ef3897e5c9dec, version: 16.0.0-0.ci+git3e2ae248caf, kind: zone, name: probe
106782025-08-12T21:51:18.169ZAug 12 21:51:16.971 INFO added artifact, length: 3877261, hash: a414ef47f51744792387b0d1a0320304b7429cc5af2aa7e9e14643ad661f561d, version: 1.0.44, kind: psc_sp, name: psc-b
106792025-08-12T21:51:18.218ZAug 12 21:51:17.020 INFO added artifact, length: 3881412, hash: 98dd76c53ffab43bce5cd85e35a597ef7c2c3fc98f8acbb13e33222be9f2e68f, version: 1.0.44, kind: psc_sp, name: psc-c
106802025-08-12T21:51:18.302ZAug 12 21:51:17.104 INFO added artifact, length: 1598236, hash: d21ed8741159b27f30d2ce26703ce5dedbe767965333cea41540ee73872cf82c, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel
106812025-08-12T21:51:18.302ZAug 12 21:51:17.105 INFO added artifact, length: 1598033, hash: c611abbf56ae4544b1620c7c0a981b1b5685bac6241de70307bcd1f838bcf404, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel
106822025-08-12T21:51:18.390ZAug 12 21:51:17.192 INFO added artifact, length: 1661685, hash: d96c53558fd097fcc927502c3c44b9f8f55d8468d7db3d3d5f733fe8bdd8c2cf, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
106832025-08-12T21:51:18.390ZAug 12 21:51:17.193 INFO added artifact, length: 1661662, hash: cfad3ccee1ab13dea7f676ae880d2d84e39003f4da8b5475f8e28748fa4cba1c, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
106842025-08-12T21:51:18.491ZAug 12 21:51:17.293 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
106852025-08-12T21:51:18.491ZAug 12 21:51:17.293 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
106862025-08-12T21:51:18.594ZAug 12 21:51:17.396 INFO added artifact, length: 1598115, hash: 085fb6c070d5ae1549c9c8d97f591c6ccd727f2c5bcd7cb7fdb63145855fe0af, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-production-release
106872025-08-12T21:51:18.594ZAug 12 21:51:17.396 INFO added artifact, length: 1597926, hash: ba77aa3b3aa06ec1c79dac477b8adf20c58e8366f947828be540259f5f913eaa, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-production-release
106882025-08-12T21:51:18.597ZAug 12 21:51:17.398 INFO added artifact, length: 46732, hash: 63d4e0d7fbff4102a02bf87e9cd664a767ecfe659834f3f90b569857ed9f4008, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel
106892025-08-12T21:51:18.597ZAug 12 21:51:17.399 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
106902025-08-12T21:51:18.600ZAug 12 21:51:17.401 INFO added artifact, length: 47010, hash: bfe5f6135db8044359e9ef9467dc66b903d54884339c5e041a1024c34de9f632, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release
106912025-08-12T21:51:18.678ZAug 12 21:51:17.480 INFO added artifact, length: 6812483, hash: df4b92bd6eac2e411921bcbd4f0bd8c67b8f980b6f0ff28b729148c540cda36f, version: 1.0.44, kind: switch_sp, name: sidecar-b
106922025-08-12T21:51:18.830ZAug 12 21:51:17.633 INFO added artifact, length: 6829134, hash: 0a3448b1fa7b25d1b3d93aeab7aea43d21a54b249777a311133f4ce23c0c6403, version: 1.0.44, kind: switch_sp, name: sidecar-c
106932025-08-12T21:51:18.982ZAug 12 21:51:17.784 INFO added artifact, length: 6829252, hash: 70f1663ab3f7a47dfae7d9e31bf24433cf0d5a9d2fc94ce648bc2f1e79eb8022, version: 1.0.44, kind: switch_sp, name: sidecar-d
106942025-08-12T21:51:19.142ZAug 12 21:51:17.941 INFO added artifact, length: 1598246, hash: ed0a49c26a0835892838e969690431c04efd017a20576ef524dd50e4b533dbb0, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel
106952025-08-12T21:51:19.142ZAug 12 21:51:17.941 INFO added artifact, length: 1598102, hash: 83076b32fe50437e0e436bc529811e48e75d515725b3e210e85cc078363c0221, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel
106962025-08-12T21:51:19.225ZAug 12 21:51:18.027 INFO added artifact, length: 1661625, hash: 0967279584f6f0b2bc5661fd90e23d0f4546e5e40de25ff4259bc2a0b2263378, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
106972025-08-12T21:51:19.225ZAug 12 21:51:18.027 INFO added artifact, length: 1661641, hash: a4e2e0184f9b2b789ca3fd8c2f24466ed79c1eb417ae6f65097b828e73fc6e09, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
106982025-08-12T21:51:19.309ZAug 12 21:51:18.111 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
106992025-08-12T21:51:19.309ZAug 12 21:51:18.112 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
107002025-08-12T21:51:19.392ZAug 12 21:51:18.193 INFO added artifact, length: 1598081, hash: 893dd0679fbc91d73a88991ee93678c70f115b305652ac2d068f3b6d6f0e0254, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-production-release
107012025-08-12T21:51:19.392ZAug 12 21:51:18.193 INFO added artifact, length: 1597886, hash: 8909fddaa87e68e0e581c27bf9e938a6ceee1dd219b14f8eb0c6dbcf05f3b45d, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-production-release
107022025-08-12T21:51:19.396ZAug 12 21:51:18.195 INFO added artifact, length: 46817, hash: f1b2a2ceec8089a3ae641845beb1a5bb1eca4fa2b750d5a7a5d45c69324cb684, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel
107032025-08-12T21:51:19.396ZAug 12 21:51:18.196 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
107042025-08-12T21:51:19.396ZAug 12 21:51:18.197 INFO added artifact, length: 47055, hash: 4715233449305c86d4cb3e22b050afe657faf22bf20bc74cce9a3081254375b1, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release
107052025-08-12T21:51:19.941ZAug 12 21:51:18.743 INFO extracting uploaded archive to /tmp/.tmpnqvFQ8
107062025-08-12T21:51:22.914ZAug 12 21:51:21.716 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.skPM38
107072025-08-12T21:51:22.917ZAug 12 21:51:21.716 INFO added artifact, length: 383, hash: 2e30210170138830b244e38ec7fb96448f4331663a586576dadad8fa04fc176f, version: 16.0.0-0.ci+git3e2ae248caf, kind: installinator_document, name: installinator_document
107082025-08-12T21:51:22.982ZAug 12 21:51:21.783 INFO added artifact, length: 6029979, hash: fcf1d07bc2fd6e40ea9fbac8a9d699984a3fd8f13c7c451013c2230adde3f563, version: 1.0.44, kind: gimlet_sp, name: cosmo-a
107092025-08-12T21:51:23.108ZAug 12 21:51:21.909 INFO added artifact, length: 5171032, hash: 6595b1b828650e099301724bd8a9eee9342e282a49187cfb1ca2f3569fe3994d, version: 1.0.44, kind: gimlet_sp, name: gimlet-b
107102025-08-12T21:51:23.230ZAug 12 21:51:22.032 INFO added artifact, length: 5170929, hash: d016f9e744b9815605b2fcc545e149b14b28eb0dcb2a60a4067a79c905ae47bd, version: 1.0.44, kind: gimlet_sp, name: gimlet-c
107112025-08-12T21:51:23.350ZAug 12 21:51:22.151 INFO added artifact, length: 5177632, hash: c18af02d3c18c5e7d68ca332dedf2febd47f0c75abaeb791544c0f0b5de5d811, version: 1.0.44, kind: gimlet_sp, name: gimlet-d
107122025-08-12T21:51:23.470ZAug 12 21:51:22.271 INFO added artifact, length: 5178161, hash: f72e0ab711c70fecf5cb6cf49c4c306d661fdb4d650df50719f0994ee867bb73, version: 1.0.44, kind: gimlet_sp, name: gimlet-e
107132025-08-12T21:51:23.589ZAug 12 21:51:22.390 INFO added artifact, length: 5177724, hash: acb80f7c9e3f8406aa5a1da2299ae3c47684e132e32867215c2ad1e665fcf195, version: 1.0.44, kind: gimlet_sp, name: gimlet-f
107142025-08-12T21:51:23.730ZAug 12 21:51:22.531 INFO added artifact, length: 1598190, hash: ae0581235f9b3b6bf0f5980455c24425ac4a5aeb8ff9eaca80c0e17f72b5e7bf, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel
107152025-08-12T21:51:23.730ZAug 12 21:51:22.531 INFO added artifact, length: 1597980, hash: fcb5770aed74933236cdd8478d96055b93d31faa9c601834eca4b8162c5243bc, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel
107162025-08-12T21:51:23.814ZAug 12 21:51:22.615 INFO added artifact, length: 1661760, hash: d2c1ea13b10bab4a8aeda937f7e4be9972284299d81a1feb8697c87f0d524035, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
107172025-08-12T21:51:23.814ZAug 12 21:51:22.615 INFO added artifact, length: 1661639, hash: 4953ef818ba59956b2f92d60e9843704b85249b24a09afcff028fa9d37a772e4, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
107182025-08-12T21:51:23.898ZAug 12 21:51:22.699 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107192025-08-12T21:51:23.898ZAug 12 21:51:22.699 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107202025-08-12T21:51:23.980ZAug 12 21:51:22.781 INFO added artifact, length: 1598023, hash: b98e6e28a26c13db80bddaaf4f7895d223c74e0b74eab6c2581bb1ed37db0103, version: 1.0.35, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release
107212025-08-12T21:51:23.980ZAug 12 21:51:22.781 INFO added artifact, length: 1597898, hash: 4d2a122ac664537097b100f51ae9acc7dfd10110f72090fb63986dd5a3543800, version: 1.0.35, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release
107222025-08-12T21:51:23.984ZAug 12 21:51:22.782 INFO added artifact, length: 46792, hash: 1c3b4f89b0681df78ec648d697f81e6e1fb0ed89c2ecae0fdb046130dc166070, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel
107232025-08-12T21:51:23.984ZAug 12 21:51:22.783 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
107242025-08-12T21:51:23.984ZAug 12 21:51:22.784 INFO added artifact, length: 46990, hash: 7b07baa2d7a59825848c3ad28596c0fd9d78c47bafa7fe8c56a18dc2b1afd02a, version: 1.4.0, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release
107252025-08-12T21:51:32.027ZAug 12 21:51:30.827 INFO added artifact, length: 33554432, hash: b2a8a07f9ae401699ca9f2edd948671917666854b8a31f94fa3aa35c55ef61b4, version: 16.0.0-0.ci+git3e2ae248caf, kind: host_phase_1, name: host
107262025-08-12T21:51:32.027ZAug 12 21:51:30.827 INFO added artifact, length: 1048580096, hash: f3c561047f5c7694ebdb81554112e864c23c134be6343a7f88b695abfd169764, version: 16.0.0-0.ci+git3e2ae248caf, kind: host_phase_2, name: host
107272025-08-12T21:51:33.516ZAug 12 21:51:32.316 INFO added artifact, length: 33554432, hash: b56ee6b58fa208710a8c8508e7ac334fc8f00dc131f1c84390eb614cb0520e9f, version: 16.0.0-0.ci+git3e2ae248caf, kind: trampoline_phase_1, name: trampoline
107282025-08-12T21:51:33.516ZAug 12 21:51:32.316 INFO added artifact, length: 144247920, hash: fdc1729951f8422f1eabbf30c6bc0d2d310fd707a23fe7ce8337578ec3ddffcf, version: 16.0.0-0.ci+git3e2ae248caf, kind: trampoline_phase_2, name: trampoline
107292025-08-12T21:51:44.650ZAug 12 21:51:43.447 INFO added artifact, length: 1621286475, hash: 6ce0e3f3353ab209193e3e0ff2a754e1c486051123e823a4bf3776f3b32b4464, version: 16.0.0-0.ci+git3e2ae248caf, kind: control_plane, name: control-plane
107302025-08-12T21:51:44.725ZAug 12 21:51:43.522 INFO added artifact, length: 3877261, hash: a414ef47f51744792387b0d1a0320304b7429cc5af2aa7e9e14643ad661f561d, version: 1.0.44, kind: psc_sp, name: psc-b
107312025-08-12T21:51:44.799ZAug 12 21:51:43.596 INFO added artifact, length: 3881412, hash: 98dd76c53ffab43bce5cd85e35a597ef7c2c3fc98f8acbb13e33222be9f2e68f, version: 1.0.44, kind: psc_sp, name: psc-c
107322025-08-12T21:51:44.925ZAug 12 21:51:43.722 INFO added artifact, length: 1598236, hash: d21ed8741159b27f30d2ce26703ce5dedbe767965333cea41540ee73872cf82c, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel
107332025-08-12T21:51:44.925ZAug 12 21:51:43.722 INFO added artifact, length: 1598033, hash: c611abbf56ae4544b1620c7c0a981b1b5685bac6241de70307bcd1f838bcf404, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel
107342025-08-12T21:51:45.056ZAug 12 21:51:43.853 INFO added artifact, length: 1661685, hash: d96c53558fd097fcc927502c3c44b9f8f55d8468d7db3d3d5f733fe8bdd8c2cf, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
107352025-08-12T21:51:45.056ZAug 12 21:51:43.853 INFO added artifact, length: 1661662, hash: cfad3ccee1ab13dea7f676ae880d2d84e39003f4da8b5475f8e28748fa4cba1c, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
107362025-08-12T21:51:45.189ZAug 12 21:51:43.986 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
107372025-08-12T21:51:45.189ZAug 12 21:51:43.986 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
107382025-08-12T21:51:45.310ZAug 12 21:51:44.107 INFO added artifact, length: 1598115, hash: 085fb6c070d5ae1549c9c8d97f591c6ccd727f2c5bcd7cb7fdb63145855fe0af, version: 1.0.35, kind: psc_rot_image_a, name: oxide-rot-1-production-release
107392025-08-12T21:51:45.310ZAug 12 21:51:44.107 INFO added artifact, length: 1597926, hash: ba77aa3b3aa06ec1c79dac477b8adf20c58e8366f947828be540259f5f913eaa, version: 1.0.35, kind: psc_rot_image_b, name: oxide-rot-1-production-release
107402025-08-12T21:51:45.314ZAug 12 21:51:44.108 INFO added artifact, length: 46732, hash: 63d4e0d7fbff4102a02bf87e9cd664a767ecfe659834f3f90b569857ed9f4008, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel
107412025-08-12T21:51:45.314ZAug 12 21:51:44.109 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
107422025-08-12T21:51:45.314ZAug 12 21:51:44.110 INFO added artifact, length: 47010, hash: bfe5f6135db8044359e9ef9467dc66b903d54884339c5e041a1024c34de9f632, version: 1.4.0, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release
107432025-08-12T21:51:45.392ZAug 12 21:51:44.189 INFO added artifact, length: 6812483, hash: df4b92bd6eac2e411921bcbd4f0bd8c67b8f980b6f0ff28b729148c540cda36f, version: 1.0.44, kind: switch_sp, name: sidecar-b
107442025-08-12T21:51:45.543ZAug 12 21:51:44.340 INFO added artifact, length: 6829134, hash: 0a3448b1fa7b25d1b3d93aeab7aea43d21a54b249777a311133f4ce23c0c6403, version: 1.0.44, kind: switch_sp, name: sidecar-c
107452025-08-12T21:51:45.693ZAug 12 21:51:44.490 INFO added artifact, length: 6829252, hash: 70f1663ab3f7a47dfae7d9e31bf24433cf0d5a9d2fc94ce648bc2f1e79eb8022, version: 1.0.44, kind: switch_sp, name: sidecar-d
107462025-08-12T21:51:45.850ZAug 12 21:51:44.647 INFO added artifact, length: 1598246, hash: ed0a49c26a0835892838e969690431c04efd017a20576ef524dd50e4b533dbb0, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel
107472025-08-12T21:51:45.850ZAug 12 21:51:44.647 INFO added artifact, length: 1598102, hash: 83076b32fe50437e0e436bc529811e48e75d515725b3e210e85cc078363c0221, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel
107482025-08-12T21:51:45.940ZAug 12 21:51:44.737 INFO added artifact, length: 1661625, hash: 0967279584f6f0b2bc5661fd90e23d0f4546e5e40de25ff4259bc2a0b2263378, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel
107492025-08-12T21:51:45.940ZAug 12 21:51:44.737 INFO added artifact, length: 1661641, hash: a4e2e0184f9b2b789ca3fd8c2f24466ed79c1eb417ae6f65097b828e73fc6e09, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel
107502025-08-12T21:51:46.028ZAug 12 21:51:44.825 INFO added artifact, length: 1656647, hash: 25b9ab3806eccfbad0bbb39ae182eaf28a9ceb981867441323ec70d95ae89089, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
107512025-08-12T21:51:46.028ZAug 12 21:51:44.825 INFO added artifact, length: 1656580, hash: 633f95bdcd0a27a1e97450a529a48264475270b8ecf9a7023277d0794a8013ce, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
107522025-08-12T21:51:46.113ZAug 12 21:51:44.910 INFO added artifact, length: 1598081, hash: 893dd0679fbc91d73a88991ee93678c70f115b305652ac2d068f3b6d6f0e0254, version: 1.0.35, kind: switch_rot_image_a, name: oxide-rot-1-production-release
107532025-08-12T21:51:46.113ZAug 12 21:51:44.910 INFO added artifact, length: 1597886, hash: 8909fddaa87e68e0e581c27bf9e938a6ceee1dd219b14f8eb0c6dbcf05f3b45d, version: 1.0.35, kind: switch_rot_image_b, name: oxide-rot-1-production-release
107542025-08-12T21:51:46.117ZAug 12 21:51:44.912 INFO added artifact, length: 46817, hash: f1b2a2ceec8089a3ae641845beb1a5bb1eca4fa2b750d5a7a5d45c69324cb684, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel
107552025-08-12T21:51:46.117ZAug 12 21:51:44.912 INFO added artifact, length: 42150, hash: 96e9d43104f9c411d87f2cf219b297294984e6c1ab0c588322ac882ee9f88e1f, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
107562025-08-12T21:51:46.117ZAug 12 21:51:44.913 INFO added artifact, length: 47055, hash: 4715233449305c86d4cb3e22b050afe657faf22bf20bc74cce9a3081254375b1, version: 1.4.0, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release
107572025-08-12T21:51:46.666ZAug 12 21:51:45.464 INFO [tuf-repo] task succeeded (107.041405511s)
107582025-08-12T21:51:46.667ZAug 12 21:51:45.464 INFO all jobs completed in 3069.006396954s
107592025-08-12T21:51:47.790Zprocess exited: duration 3746033 ms, exit code 0
 
107602025-08-12T21:51:47.809Zfound 41 output files
107612025-08-12T21:51:47.809Zuploading: /work/manifest.toml (14007 bytes)
107622025-08-12T21:51:48.828Zuploaded: /work/manifest.toml
107632025-08-12T21:51:48.828Zuploading: /work/repo.zip (2778001670 bytes)
107642025-08-12T21:52:47.121Zuploaded: /work/repo.zip
107652025-08-12T21:52:47.122Zuploading: /work/repo.zip.sha256.txt (65 bytes)
107662025-08-12T21:52:48.184Zuploaded: /work/repo.zip.sha256.txt
107672025-08-12T21:52:48.184Zuploading: /work/helios.json (584 bytes)
107682025-08-12T21:52:49.201Zuploaded: /work/helios.json
107692025-08-12T21:52:49.204Zuploading: /work/incorporation.p5m (99188 bytes)
107702025-08-12T21:52:50.219Zuploaded: /work/incorporation.p5m
107712025-08-12T21:52:50.219Zuploading: /work/incorporation.p5p (112640 bytes)
107722025-08-12T21:52:51.237Zuploaded: /work/incorporation.p5p
107732025-08-12T21:52:51.241Zuploading: /work/helios-incorp.log (526 bytes)
107742025-08-12T21:52:52.249Zuploaded: /work/helios-incorp.log
107752025-08-12T21:52:52.252Zuploading: /work/helios-setup.log (67108 bytes)
107762025-08-12T21:52:53.266Zuploaded: /work/helios-setup.log
107772025-08-12T21:52:53.269Zuploading: /work/host-image.log (229476 bytes)
107782025-08-12T21:52:54.287Zuploaded: /work/host-image.log
107792025-08-12T21:52:54.287Zuploading: /work/host-package.log (29822 bytes)
107802025-08-12T21:52:55.302Zuploaded: /work/host-package.log
107812025-08-12T21:52:55.306Zuploading: /work/host-target.log (101 bytes)
107822025-08-12T21:52:56.313Zuploaded: /work/host-target.log
107832025-08-12T21:52:56.313Zuploading: /work/incorp-create.log (0 bytes)
107842025-08-12T21:52:57.322Zuploaded: /work/incorp-create.log
107852025-08-12T21:52:57.325Zuploading: /work/incorp-fmt.log (0 bytes)
107862025-08-12T21:52:58.330Zuploaded: /work/incorp-fmt.log
107872025-08-12T21:52:58.330Zuploading: /work/incorp-pkgsend.log (108 bytes)
107882025-08-12T21:52:59.341Zuploaded: /work/incorp-pkgsend.log
107892025-08-12T21:52:59.344Zuploading: /work/incorp-publisher.log (0 bytes)
107902025-08-12T21:53:00.350Zuploaded: /work/incorp-publisher.log
107912025-08-12T21:53:00.354Zuploading: /work/omicron-package.log (6937 bytes)
107922025-08-12T21:53:01.363Zuploaded: /work/omicron-package.log
107932025-08-12T21:53:01.367Zuploading: /work/recovery-image.log (600846 bytes)
107942025-08-12T21:53:02.406Zuploaded: /work/recovery-image.log
107952025-08-12T21:53:02.409Zuploading: /work/recovery-package.log (1685 bytes)
107962025-08-12T21:53:03.423Zuploaded: /work/recovery-package.log
107972025-08-12T21:53:03.428Zuploading: /work/recovery-target.log (98 bytes)
107982025-08-12T21:53:04.440Zuploaded: /work/recovery-target.log
107992025-08-12T21:53:04.440Zuploading: /work/stamp-clickhouse.log (117 bytes)
108002025-08-12T21:53:05.462Zuploaded: /work/stamp-clickhouse.log
108012025-08-12T21:53:05.470Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
108022025-08-12T21:53:06.491Zuploaded: /work/stamp-clickhouse_keeper.log
108032025-08-12T21:53:06.507Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
108042025-08-12T21:53:07.524Zuploaded: /work/stamp-clickhouse_server.log
108052025-08-12T21:53:07.528Zuploading: /work/stamp-cockroachdb.log (118 bytes)
108062025-08-12T21:53:08.551Zuploaded: /work/stamp-cockroachdb.log
108072025-08-12T21:53:08.559Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
108082025-08-12T21:53:09.575Zuploaded: /work/stamp-crucible-dtrace.log
108092025-08-12T21:53:09.575Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
108102025-08-12T21:53:10.590Zuploaded: /work/stamp-crucible-pantry-zone.log
108112025-08-12T21:53:10.593Zuploading: /work/stamp-crucible-zone.log (120 bytes)
108122025-08-12T21:53:11.610Zuploaded: /work/stamp-crucible-zone.log
108132025-08-12T21:53:11.610Zuploading: /work/stamp-external-dns.log (119 bytes)
108142025-08-12T21:53:13.677Zuploaded: /work/stamp-external-dns.log
108152025-08-12T21:53:13.677Zuploading: /work/stamp-installinator.log (103 bytes)
108162025-08-12T21:53:14.863Zuploaded: /work/stamp-installinator.log
108172025-08-12T21:53:14.863Zuploading: /work/stamp-internal-dns.log (119 bytes)
108182025-08-12T21:53:15.925Zuploaded: /work/stamp-internal-dns.log
108192025-08-12T21:53:15.925Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
108202025-08-12T21:53:16.980Zuploaded: /work/stamp-mg-ddm-gz.log
108212025-08-12T21:53:16.980Zuploading: /work/stamp-nexus.log (112 bytes)
108222025-08-12T21:53:18.014Zuploaded: /work/stamp-nexus.log
108232025-08-12T21:53:18.014Zuploading: /work/stamp-ntp.log (110 bytes)
108242025-08-12T21:53:19.030Zuploaded: /work/stamp-ntp.log
108252025-08-12T21:53:19.030Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
108262025-08-12T21:53:20.058Zuploaded: /work/stamp-omicron-sled-agent.log
108272025-08-12T21:53:20.064Zuploading: /work/stamp-overlay.log (114 bytes)
108282025-08-12T21:53:21.072Zuploaded: /work/stamp-overlay.log
108292025-08-12T21:53:21.072Zuploading: /work/stamp-oximeter.log (115 bytes)
108302025-08-12T21:53:22.095Zuploaded: /work/stamp-oximeter.log
108312025-08-12T21:53:22.095Zuploading: /work/stamp-oxlog.log (109 bytes)
108322025-08-12T21:53:23.112Zuploaded: /work/stamp-oxlog.log
108332025-08-12T21:53:23.113Zuploading: /work/stamp-probe.log (112 bytes)
108342025-08-12T21:53:24.129Zuploaded: /work/stamp-probe.log
108352025-08-12T21:53:24.129Zuploading: /work/stamp-propolis-server.log (122 bytes)
108362025-08-12T21:53:25.156Zuploaded: /work/stamp-propolis-server.log
108372025-08-12T21:53:25.160Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
108382025-08-12T21:53:26.181Zuploaded: /work/stamp-pumpkind-gz.log
108392025-08-12T21:53:26.181Zuploading: /work/stamp-switch-asic.log (118 bytes)
108402025-08-12T21:53:27.205Zuploaded: /work/stamp-switch-asic.log
108412025-08-12T21:53:27.205Zuploading: /work/verify-libraries.log (7287 bytes)
108422025-08-12T21:53:28.221Zuploaded: /work/verify-libraries.log